]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Don't make GTypeInfo static. Bug #570077.
[evince.git] / ChangeLog
1 2009-02-01  Christian Persch  <chpe@gnome.org>
2
3         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
4
5 2009-02-01  Christian Persch  <chpe@gnome.org>
6
7         * backend/Makefile.am:
8         A backend/backend.symbols:
9         * configure.ac: Only export the backend module entry point. Bug
10         #569998.
11
12 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
13
14         * shell/eggfindbar.c: (egg_find_bar_init):
15
16         Add mnemonics to buttons in search bar. Fixes bug #569212.
17         
18 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
19         
20         * shell/ev-print-operation.c:
21         (ev_print_operation_export_print_dialog_response_cb):
22
23         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
24         
25 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
26
27         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
28
29         Clamp top/bottom values of destinations to make sure they are not
30         bigger than the page height. Fixes bug #569327.
31         
32 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * libdocument/ev-debug.h:
35
36         Fix build when debug mode is disabled.
37         
38 2009-01-30  Christian Persch  <chpe@gnome.org>
39
40         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
41         this return TRUE only if any backends were loaded, so the ev_init()
42         function works as documented.
43
44 2009-01-30  Christian Persch  <chpe@gnome.org>
45
46         * evince-document.h:
47         * libdocument/Makefile.am:
48         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
49         #569117.
50
51         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
52         * libdocument/ev-backends-manager.h:
53         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
54         * libdocument/ev-debug.h:
55         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
56         (_ev_file_helpers_shutdown):
57         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
58         private.
59
60         * properties/ev-properties-main.c: (nautilus_module_initialize),
61         (nautilus_module_shutdown):
62         * shell/main.c: (main):
63         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
64         init/shutdown method.
65
66 2009-01-29  Christian Persch  <chpe@gnome.org>
67
68         * shell/main.c: (option_version_cb): Add --version which was lost in
69         the libgnome removal. Bug #562869.
70
71 2009-01-26  Christian Persch  <chpe@gnome.org>
72
73         * shell/ev-application.c: (ev_application_register_service),
74         (ev_application_shutdown):
75         * shell/main.c: (main): Move metadata manager initialisation and
76         shutdown into EvApplication. Follow-up from bug #569120.
77
78 2009-01-26  Christian Persch  <chpe@gnome.org>
79
80         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
81         copy the string twice. Bug #569231.
82
83 2009-01-26  Christian Persch  <chpe@gnome.org>
84
85         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
86         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
87         * libdocument/ev-file-helpers.h:
88         * shell/ev-application.c: (ev_application_shutdown),
89         (ev_application_init), (ev_application_screensaver_disable),
90         (ev_application_save_print_settings),
91         (ev_application_set_page_setup):
92         * shell/ev-application.h:
93         * shell/ev-metadata-manager.c: (load_values),
94         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
95         shell, since it shouldn't be public API. Bug #569120.
96
97         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
98         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
99
100 2009-01-25  Christian Persch  <chpe@gnome.org>
101
102         Bug 569082 – use versioned directory for backends
103
104         * configure.ac: Define ev_binary_version and backenddir.
105         * evince-document.pc.in: Add backenddir variable.
106         * libdocument/Makefile.am:
107         * backend/*/Makefile.am: Remove backenddir definition, so it picks
108         up the one from configure.
109
110 2009-01-25  Christian Persch  <chpe@gnome.org>
111
112         * configure.ac:
113         * evince-document.pc.in: Renamed from evince-backend.pc.in.
114         * libdocument/Makefile.am: Renamed library to libevdocument.la.
115         * libview/Makefile.am:
116         * shell/Makefile.am:
117         * backend/*/Makefile.am: Adapt to changed library name.
118
119         * libdocument/Makefile.am:
120         * libview/Makefile.am: Change the installed headers path to match
121         the directory names in SVN.
122
123         * evince-document.h:
124         * evince-view.h: Add single headers. Bug #568227.
125
126         * libdocument/*.h:
127         * libview/*.h: Add single headers guards.
128
129         * libview/Makefile.am:
130         * libdocument/Makefile.am:
131         * backend/*/Makefile.am:
132         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
133         still include individual headers.
134
135         * properties/Makefile.am:
136         * properties/ev-properties-main.c:
137         * properties/ev-properties-view.h:
138         * thumbnailer/Makefile.am:
139         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
140
141         * libdocument/Makefile.am:
142         * libview/Makefile.am: Generate type builtins from all installed headers.
143         * libdocument/ev-link-action.[ch]:
144         * libdocument/ev-link-dest.[ch]:
145         * libdocument/ev-transition-effect.[ch]:
146         * libview/ev-view.[ch]: Remove handcoded type builtins.
147
148         * libdocument/Makefile.am:
149         * evince-document.h: Add ev-document-factory.h to the public headers.
150
151 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * shell/ev-sidebar-page.c:
154
155         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
156         #568228.
157         
158 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * libdocument/ev-document.h:
161
162         Add EV_DEFINE_INTERFACE macro.
163         
164         * libdocument/ev-async-renderer.c:
165         * libdocument/ev-document-find.c:
166         * libdocument/ev-document-fonts.c:
167         * libdocument/ev-document-forms.c:
168         * libdocument/ev-document-images.c:
169         * libdocument/ev-document-layers.c:
170         * libdocument/ev-document-links.c:
171         * libdocument/ev-document-security.c:
172         * libdocument/ev-document-thumbnails.c:
173         * libdocument/ev-document-transition.c:
174         * libdocument/ev-document.c:
175         * libdocument/ev-file-exporter.c:
176         * libdocument/ev-selection.c:
177
178         Use EV_DEFINE_INTERFACE macro to define interfaces in
179         libdocument. See bug #568228.
180         
181 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * libdocument/ev-document.[ch]:
184
185         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
186         #568228.
187         
188 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
189
190         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
191         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
192         (new_separator_pixbuf):
193         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
194         (egg_toolbar_editor_disconnect_model),
195         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
196         (egg_toolbar_editor_finalize):
197         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
198         * cut-n-paste/toolbar-editor/eggmarshalers.list:
199         
200         Sync EggToolbarEditor with libegg.
201
202 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
203
204         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
205         When saving a file, using the default permissions for the user/system,
206         respecting umask and any setgid bit on the directory. Uses the new
207         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
208         Bug #568593.
209         
210 2009-01-21  Christian Persch  <chpe@gnome.org>
211
212         * configure.ac:
213         * libdocument/Makefile.am:
214         * libview/Makefile.am: Add libtool versioning to libevbackend and
215         libevview. Bug #568229.
216
217 2009-01-21  Christian Persch  <chpe@gnome.org>
218
219         * Makefile.am:
220         * configure.ac:
221         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
222
223 2009-01-21  Christian Persch  <chpe@gnome.org>
224
225         * configure.ac:
226         * libdocument/Makefile.am:
227         A libdocument/ev-version.h.in: Add version defines and version check
228         macro. Bug #568224.
229
230 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
231
232         * shell/ev-sidebar-links.c
233         * shell/ev-print-operation.c:
234         * shell/ev-history.c:
235         * shell/ev-file-monitor.c:
236         * shell/ev-window.c:
237         * shell/ev-password-view.c:
238         * shell/ev-sidebar-thumbnails.c:
239         * shell/ev-sidebar-attachments.c:
240         * libview/ev-pixbuf-cache.c:
241         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
242         Bug #568386.
243
244 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
245
246         * libdocument/ev-document-info.h:
247
248         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
249         
250 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
251
252         * libview/Makefile.am:
253
254         Install ev-job-scheduler.h. See bug #567790.
255         
256 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
257
258         * libdocument/Makefile.am:
259
260         Install ev-backends-manager.h and
261         ev-document-type-builtins.h. Fixes bug #567787.
262         
263 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * NEWS:
266         * configure.ac:
267
268         Update for release 2.25.5
269         
270 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * libview/ev-view.c: (ev_view_drag_data_get):
273
274         Fix second parameter passed to gtk_selection_data_set_uris(), 
275         it expects a gchar **.
276         
277 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
278
279         * libdocument/Makefile.am:
280         * libdocument/ev-document-info.h:
281         * libdocument/ev-document-type-builtins.c.template:
282         * libdocument/ev-document-type-builtins.h.template:
283         * libdocument/ev-document.c: (ev_document_info_get_type),
284         (ev_document_info_copy):
285
286         Make EvDocumentInfo and enums definded in ev-document-info.h
287         GTypes. Fixes bug #567789.
288         
289 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
290
291         * shell/main.c (arguments_parse): Fix for a minor code typo.
292
293 2009-01-18  Christian Persch  <chpe@gnome.org>
294
295         * help/reference/Makefile.am:
296         * help/reference/evince.types: Fix the API docs build. Bug #568171.
297
298 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
299
300         * libview/Makefile.am:
301         * libview/ev-view-type-builtins.c.template:
302         * libview/ev-view-type-builtins.h.template:
303
304         Make EvJobPriority a proper GType. Fixes bug #567788.
305         
306 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * configure.ac:
309         * cut-n-paste/*/Makefile.am:
310         * libdocument/Makefile.am:
311
312         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
313         code.
314         
315 2009-01-18  Christian Persch  <chpe@gnome.org>
316
317         * libview/ev-view.c: (ev_view_drag_data_get),
318         (ev_view_drag_motion), (ev_view_update_primary_selection),
319         (clear_link_selected):
320         * shell/ev-sidebar-attachments.c:
321         (ev_sidebar_attachments_drag_data_get),
322         (ev_sidebar_attachments_get_property),
323         (ev_sidebar_attachments_init):
324         * shell/ev-window.c: Update drag handling code to use the
325         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
326         hardcoding the targets lists. Bug #558084.
327         
328 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * libdocument/Makefile.am:
331         * libdocument/ev-backend-marshal.c:
332         * libdocument/ev-backend-marshalers.list:
333         * libdocument/ev-document.c:
334
335         Remove unused marshalers stuff from libdocument.
336         
337 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * po/POTFILES.in:
340
341         Update for the current source tree.
342         
343 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * configure.ac:
346         * Makefile.am:
347         * libdocument/Makefile.am:
348         * libview/Makefile.am:
349         * libview/ev-job-scheduler.[ch]:
350         * libview/ev-jobs.[ch]:
351         * libview/ev-page-cache.[ch]:
352         * libview/ev-pixbuf-cache.[ch]:
353         * libview/ev-timeline.[ch]:
354         * libview/ev-transition-animation.[ch]:
355         * libview/ev-view-accessible.[ch]:
356         * libview/ev-view-marshal.list:
357         * libview/ev-view.[ch]:
358         * shell/Makefile.am:
359
360         Move EvView specific code to a libeviview library so that it can
361         be embbeded in other applications. Based on patches by Tomeu
362         Vizoso. Fixes bug #567751.
363         
364 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
365
366         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
367         * shell/ev-window.c: (ev_window_load_job_cb),
368         (ev_window_load_job_cb), (ev_window_open_uri),
369         (ev_window_reload_local), (ev_window_dispose):
370
371         Remove dest, mode and search_string from EvJobLoad since they are
372         not really needed by the job, but for the window.
373         
374 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * shell/ev-view.c: (ev_view_drag_data_received),
377         (ev_view_class_init), (ev_view_init):
378         * shell/ev-window.c: (ev_window_drag_data_received),
379         (ev_window_class_init), (ev_window_init):
380
381         Make the whole EvWindow the destination of a drag and drop
382         operation.
383         
384 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
385
386         * shell/ev-window.c: (window_open_file_copy_progress_cb):
387
388         Add missing brakets around the percentage in progress
389         messages. See bug #567910.
390         
391 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * shell/ev-application.c: (ev_application_open_window),
394         (ev_application_open_uri_at_dest):
395
396         Do no use gdk_x11_* when not available. Based on patch by Hib
397         Eris, see bug #339172.
398         
399 2009-01-16  Hib Eris  <hib@hiberis.nl>
400
401         * configure.ac:
402         * properties/ev-properties-view.c:
403         (ev_properties_view_format_date):
404
405         Check for localtime_r. See bug #339172.
406         
407 2009-01-16  Hib Eris  <hib@hiberis.nl>
408
409         * shell/main.c:
410
411         Include gdkx only for dbus support. See bug #339172.
412         
413 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
414
415         * shell/ev-view.c: (ev_view_set_zoom_for_size):
416
417         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
418         #567785.
419         
420 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
421
422         * shell/ev-window.c: (reload_remote_copy_progress_cb),
423         (window_save_file_copy_progress_cb):
424
425         Use brakets around the percentage in progress messages. See bug
426         #567910.
427         
428 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * shell/ev-window.c: (reload_remote_copy_ready_cb):
431
432         Fix typo in error message. See bug #567910.
433         
434 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * shell/ev-window.c: (ev_window_cmd_file_close_window):
437
438         Fix mnemonic conflict. Fixes bug #567937.
439         
440 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
441
442         * NEWS:
443         * configure.ac:
444
445         Update for release 2.25.4
446         
447 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
448
449         * configure.ac:
450         
451         GLib version requirement bumped to 2.18 due to g_set_error_literal.
452         Thanks to Christian Spurk.
453
454 2008-12-31  Hib Eris  <hib@hiberis.nl>
455         
456         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
457
458         Fix mime type handling.
459         
460 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * po/POTFILES.in:
463
464         Add ev-print-operation.c.
465         
466 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * shell/ev-window.c: (ev_window_clear_progress_idle),
469         (reset_progress_idle), (ev_window_show_progress_message),
470         (ev_window_reset_progress_cancellable),
471         (ev_window_progress_response_cb), (show_loading_progress),
472         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
473         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
474         (show_reloading_progress), (reload_remote_copy_ready_cb),
475         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
476         (show_saving_progress), (window_save_file_copy_ready_cb),
477         (window_save_file_copy_progress_cb), (ev_window_save_remote),
478         (ev_window_dispose):
479
480         Show progress information when loading/saving remote files. Fixes
481         bug #370958.
482         
483 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
486
487         Show better warning message when temp file cannot be deleted.
488         
489 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * shell/ev-window.c: (image_save_dialog_response_cb):
492
493         Fix saving images to remote locations.
494         
495 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * shell/ev-application.[ch]: (ev_application_shutdown),
498         (ev_application_get_print_settings_file),
499         (ev_application_save_print_settings),
500         (ev_application_get_print_settings),
501         (ev_application_set_print_settings),
502         (ev_application_get_page_setup), (ev_application_set_page_setup):
503         * shell/ev-window.c: (ev_window_save_print_page_setup),
504         (ev_window_load_print_page_setup_from_metadata),
505         (ev_window_print_page_setup_done_cb),
506         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
507         (ev_window_cmd_preview_print):
508
509         Remember page setup options too. Paper size is globally remembered
510         while page margins are stored per document in metadata file. Fixes
511         bugs #525185 and #349102.
512         
513 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * shell/ev-print-operation.c:
516         (ev_print_operation_export_print_dialog_response_cb):
517
518         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
519         
520 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
521
522         * shell/ev-print-operation.c: (export_cancel),
523         (export_job_cancelled), (ev_print_operation_export_begin),
524         (ev_print_operation_export_cancel):
525         * shell/ev-window.c: (ev_window_print_cancel),
526         (ev_window_print_update_pending_jobs_message),
527         (ev_window_print_operation_done),
528         (ev_window_print_operation_status_changed),
529         (print_jobs_confirmation_dialog_response),
530         (ev_window_cmd_file_close_window):
531
532         Show a confirmation dialog when there are pending print jobs while
533         closing the main window. Fixes bug #480964.
534         
535 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
538         (ev_print_operation_get_job_name),
539         (ev_print_operation_get_status),
540         (ev_print_operation_get_progress),
541         (ev_print_operation_update_status),
542         (ev_print_operation_export_get_job_name), (clamp_ranges),
543         (get_first_and_last_page), (ev_print_operation_export_run_next),
544         (print_job_finished), (export_print_done), (export_job_cancelled),
545         (update_progress), (export_print_page),
546         (ev_print_operation_export_begin),
547         (ev_print_operation_export_print_dialog_response_cb),
548         (ev_print_operation_export_run),
549         (ev_print_operation_export_cancel),
550         (ev_print_operation_export_class_init):
551         * shell/ev-window.c:
552         (ev_window_print_update_pending_jobs_message),
553         (ev_window_print_operation_done),
554         (ev_window_print_progress_response_cb),
555         (ev_window_print_operation_status_changed),
556         (ev_window_print_operation_begin_print), (ev_window_print_range),
557         (ev_window_dispose):
558
559         Show progress information when printing. Fixes bug #482770.
560         
561 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * shell/Makefile.am:
564         * shell/ev-progress-message-area.[ch]:
565         * shell/ev-message-area.[ch]: (ev_message_area_init),
566         (ev_message_area_set_image_from_stock):
567
568         Add EvProgressMessageArea derived from EvMessageArea to show
569         progress information in the message area. 
570         
571 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
574
575         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
576         close button. Add a function to get the contents of the message
577         area.
578         
579 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
580
581         * shell/Makefile.am:
582         * shell/ev-print-operation.[ch]:
583         * shell/ev-jobs.[ch]: (ev_job_export_init),
584         (ev_job_export_dispose), (ev_job_export_run),
585         (ev_job_export_class_init), (ev_job_export_new),
586         (ev_job_export_set_page):
587         * shell/ev-window.c: (ev_window_print_operation_done),
588         (ev_window_print_range), (ev_window_dispose):
589
590         First step of the printing system rework. EvJobPrint has been
591         replaced by EvJobExport so that every page is scheduled to be
592         exported in a thread instead of scheduling the whole printing
593         process. This way the gui is responsive during printing.
594         
595 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * shell/ev-window.c: (setup_size_from_metadata),
598         (ev_window_load_print_settings_from_metadata):
599
600         Fix memory leaks.
601         
602 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * libdocument/ev-document.c: (ev_document_get_type):
605
606         Add GObject type as prerequisite to EvDocument interface so that
607         document instances can be used as GObjects.
608         
609 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * shell/ev-view.c: (jump_to_find_result):
612
613         Only jump the the location of the find result for the first match
614         when searching. It drastically improves the performance when
615         searching. Bug catched and fixed by Michael Hunold. Fixes bug
616         #564774.
617         
618 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * properties/ev-properties-main.c: (ev_properties_get_pages):
621         * properties/ev-properties-view.[ch]:
622         (ev_properties_view_dispose), (ev_properties_view_class_init),
623         (ev_properties_view_set_info), (ev_properties_view_new):
624         * shell/ev-properties-dialog.[ch]:
625         (ev_properties_dialog_set_document):
626         * shell/ev-window.c: (ev_window_setup_document),
627         (ev_window_cmd_file_properties):
628
629         Add document URI to properties page. Fixes bug #555376.
630         
631 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * configure.ac:
634         * data/Makefile.am:
635         * data/evince-password.glade: Removed
636         * data/evince-properties.glade: Removed
637         * properties/ev-properties-view.c:
638         (ev_properties_view_class_init), (set_property),
639         (ev_properties_view_set_info), (ev_properties_view_init):
640         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
641         (font_cell_data_func), (ev_properties_fonts_init):
642
643         Remove Glade dependency.
644         
645 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * backend/comics/comics-document.c: (comics_document_load):
648
649         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
650         
651 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * NEWS:
654         * configure.ac:
655
656         Update for release 2.25.2
657         
658 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
659
660         * configure.ac:
661         * shell/Makefile.am:
662         * shell/ev-keyring.[ch]:
663         * shell/ev-password.[ch]: Removed
664         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
665         (ev_password_view_class_init), (ev_password_view_clicked_cb),
666         (ev_password_view_init), (ev_password_view_set_uri),
667         (ev_password_dialog_got_response),
668         (ev_password_dialog_remember_button_toggled),
669         (ev_password_dialog_entry_changed_cb),
670         (ev_password_dialog_entry_activated_cb),
671         (ev_password_view_ask_password), (ev_password_view_get_password),
672         (ev_password_view_get_password_save_flags),
673         (ev_password_view_new):
674         * shell/ev-window.c: (ev_window_password_view_unlock),
675         (ev_window_load_job_cb), (ev_window_close_dialogs),
676         (ev_window_init):
677
678         Rework the password view. When the password is in the keyring it's
679         used automatically without showing the password dialog and it's  
680         only stored in the keyring when we are sure it's correct. The
681         password dialog has been reworked too, in order to make it
682         more hig compliant and consistent with the GTK+ dialog used in
683         gtkmountoperation. Fixes bug #562496. 
684         
685 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * backend/comics/comics-document.c: (comics_document_load):
688
689         Do not trust file extensions when getting the command needed to
690         uncompress comic documents. Fixes bug #562143.
691         
692 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * libdocument/ev-document-factory.c: (get_document_from_uri),
695         (ev_document_factory_get_document):
696         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
697         (get_mime_type_from_data), (ev_file_get_mime_type):
698
699         Move mime-type functions from document-facrory to file-helpers so
700         that it can be reused.
701         
702 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
705         (window_open_file_copy_ready_cb), (ev_window_reload_local),
706         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
707         (ev_window_reload_remote), (ev_window_reload_document):
708
709         Add support for reloading remote documents. Fixes bug #555399.
710         
711 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * shell/ev-view.c: (ev_view_find_previous):
714
715         Make sure find_result is never < 0 which causes a crash while
716         searching. Fixes bug #558377.
717         
718 2008-11-19  Marek Kašík <mkasik@redhat.com>
719
720         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
721         (ev_pixbuf_cache_get_selection_surface):
722         
723         Fixes crash on fast scrolling with simultaneous text selection.
724
725 2008-11-19  Marek Kašík <mkasik@redhat.com>
726
727         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
728         * shell/ev-window.c (launch_external_uri):
729         
730         Fixes assertion fail on selecting text. See bug #561393.
731
732 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/Makefile.am:
735         * shell/ev-jobs.[ch]: (ev_job_layers_init),
736         (ev_job_layers_dispose), (ev_job_layers_run),
737         (ev_job_layers_class_init), (ev_job_layers_new):
738         * shell/ev-sidebar-layers.[ch]:
739         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
740         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
741         (ev_view_reload_page), (ev_view_reload):
742         * shell/ev-window.c: (setup_sidebar_from_metadata),
743         (ev_window_sidebar_current_page_changed_cb),
744         (sidebar_layers_visibility_changed), (ev_window_init):
745
746         Add layers support.
747         
748 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * data/icons/22x22/actions/Makefile.am:
751         * data/icons/22x22/actions/eye.png:
752         * shell/ev-stock-icons.[ch]:
753         
754         Add eye icon from gimp to hide/show layers.
755         
756 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * configure.ac:
759         * cut-n-paste/Makefile.am:
760         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
761         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
762         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
763
764         Add GimpCellRendererToggle from gimp slightly modified to fit our
765         needs. 
766         
767 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * configure.ac:
770         * backend/pdf/ev-poppler.cc:
771
772         Implement layers interface in PDF backend.
773         
774 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * libdocument/Makefile.am:
777         * libdocument/ev-document-layers.[ch]:
778         * libdocument/ev-layer.[ch]:
779
780         Add optional content (layers) interface.
781         
782 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
783
784         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
785         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
786
787         Removes unused code.
788
789 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * NEWS:
792         * configure.ac:
793
794         Update for 2.25.1 release
795
796 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/ev-window.c:
799
800         Fix build with GTK+ < 2.14
801
802 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
803
804         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
805         
806         Makes menu label translatable. Fixes bug #559129.
807
808 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
809
810         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
811         (t1_transform_font):
812         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
813         
814         More renames of warning to mdvi_warning in follow up to the
815         fix of the bug #553369. Fix for the bug #559257 by
816         Tuxce <tuxce.net@gmail.com>.
817         
818 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * shell/ev-application.c: (ev_application_init_session):
821         * shell/main.c: (main):
822
823         Move the egg_set_desktop_file() call to main and remove
824         gtk_window_set_default_icon_name() since it's already called by
825         egg_set_desktop_file()
826         
827 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
830
831         Initialize GError to NULL.
832         
833 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
834
835         * shell/ev-window.c: (window_save_file_copy_ready_cb),
836         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
837         (ev_window_preview_print_finished), (launch_action):
838
839         Do not use popup dialogs to show error messages anymore, use the
840         message area instead.
841         
842 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-window.c: (ev_window_error_message),
845         (ev_window_warning_message), (ev_window_set_document),
846         (ev_window_load_job_cb), (ev_window_load_remote_failed),
847         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
848         (ev_window_cmd_help_contents), (launch_external_uri),
849         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
850         (ev_attachment_popup_cmd_open_attachment),
851         (attachment_save_dialog_response_cb):
852
853         Use a message format (with printf()-style) in
854         ev_window_error_message and ev_window_warning_message.
855
856 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * shell/ev-window.c: (ev_window_error_message),
859         (ev_window_warning_message), (ev_window_set_document),
860         (ev_window_load_job_cb), (ev_window_load_remote_failed),
861         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
862         (ev_window_cmd_help_contents), (launch_external_uri),
863         (image_save_dialog_response_cb),
864         (ev_attachment_popup_cmd_open_attachment),
865         (attachment_save_dialog_response_cb):
866
867         Change ev_window_error_message and ev_window_warning_message to
868         receive a EvWindow instead of a GtkWindow. It's more consistent
869         and avoids unneeded casts.
870         
871 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-window.c: (ev_window_cmd_help_contents):
874
875         Use gtk_show_uri() when availale to display help contents.
876         
877 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * configure.ac:
880         * backend/pdf/ev-poppler.cc:
881         * properties/ev-properties-view.c:
882         * shell/Makefile.am:
883         * shell/ev-tooltip.[ch]: Removed
884         * shell/ev-view-private.h
885         * shell/eggfindbar.c:
886         * shell/ev-application.c:
887         * shell/ev-open-recent-action.c:
888         * shell/ev-sidebar-thumbnails.c:
889         * shell/ev-view.c:
890         * shell/ev-window.c:
891
892         Bump GTK+ requirement to 2.12.
893         
894 2008-10-27 Christian Persch <chpe@gnome.org>
895
896         * backend/djvu/djvu-document.c
897         * backend/dvi/cairo-device.c
898         * cut-n-paste/evmountoperation/ev-mount-operation.h
899         * cut-n-paste/gedit-message-area/gedit-message-area.h
900         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
901         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
902         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
903         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
904         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
905         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
906         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
907         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
908         * cut-n-paste/zoom-control/ephy-zoom-action.c
909         * cut-n-paste/zoom-control/ephy-zoom-action.h
910         * cut-n-paste/zoom-control/ephy-zoom-control.c
911         * cut-n-paste/zoom-control/ephy-zoom-control.h
912         * libdocument/ev-async-renderer.h
913         * libdocument/ev-document-factory.c
914         * libdocument/ev-document-misc.h
915         * libdocument/ev-image.h
916         * libdocument/ev-selection.h
917         * shell/ev-properties-fonts.h
918         * shell/ev-stock-icons.h
919         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
920         directly. Bug #558064.
921
922 2008-10-27 Christian Persch <chpe@gnome.org>
923
924         * cut-and-paste/smclient/*: Update from libegg.
925
926 2008-10-27 Christian Persch <chpe@gnome.org>
927
928         * backend/djvu/djvu-document.c
929         * backend/ps/ev-spectre.c
930         * shell/ev-jobs.c: Use printf safely. Bug #558066.
931
932 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
933
934         * shell/ev-view.c (ev_view_change_page),
935         (ev_view_transition_animation_finish),
936         (ev_view_transition_animation_cancel), (page_changed_cb),
937         (ev_view_set_presentation), (ev_view_next_page),
938         (ev_view_previous_page):
939         
940         Cancel the animation without scheduling transition start
941         and proceed to the next page to fix bug #516749.
942
943 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * NEWS:
946         * configure.ac:
947
948         Update for release 2.24.1
949         
950 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-window.c: (ev_window_cmd_view_presentation):
953
954         Disable toggle function of F5 when in presentation mode. Patch by
955         Dave Neary. Fixes bug #556162.
956         
957 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
960         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
961         (ev_sidebar_thumbnails_fill_model),
962         (ev_sidebar_thumbnails_refresh),
963         (ev_sidebar_thumbnails_set_document):
964
965         Instead of using only one loading icon for thumbnails based on the
966         size of the first page, create an icon for every different page
967         size. Fixes bug #556264.
968         
969 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * shell/ev-page-cache.c: (ev_page_cache_finalize):
972
973         Fix memory leak.
974         
975 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
976
977         * shell/ev-window-title.c (ev_window_title_sanitize_title):
978
979         Removes bad prefixes from window title. Patch by 
980         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
981         
982 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * shell/ev-window.c: (launch_external_uri):
985
986         Do not consider mailto links as http uris. Fixes bug #555801.
987         
988 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * shell/ev-view.c: (merge_selection_region), (clear_selection):
991
992         Fix memory leak. Fixes bug #555134.
993         
994 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
997
998         Emit the job finished signal when the job is handled before the
999         page_ready callback.
1000         
1001 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * shell/ev-window.c: (launch_action):
1004
1005         Use GdkAppLaunchContext when available to launch external
1006         applications.
1007         
1008 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1009
1010         * shell/ev-window.c: (launch_action):
1011
1012         Fix launching external applications for launch actions which seems
1013         to be broken since the gio port. Fixes bug #554500.
1014         
1015 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * backend/dvi/Makefile.am:
1018         * backend/dvi/cairo-device.c:
1019         * backend/dvi/dvi-document.c:
1020         * backend/dvi/mdvi-lib/Makefile.am:
1021
1022         Fix several compile warnings in the dvi backend.
1023         
1024 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1025
1026         * backend/dvi/mdvi-lib/common.h:
1027         * backend/dvi/mdvi-lib/dviread.c:
1028         * backend/dvi/mdvi-lib/font.c:
1029         * backend/dvi/mdvi-lib/fontmap.c:
1030         * backend/dvi/mdvi-lib/fontsrch.c:
1031         * backend/dvi/mdvi-lib/gf.c:
1032         * backend/dvi/mdvi-lib/pagesel.c:
1033         * backend/dvi/mdvi-lib/pk.c:
1034         * backend/dvi/mdvi-lib/sp-epsf.c:
1035         * backend/dvi/mdvi-lib/special.c:
1036         * backend/dvi/mdvi-lib/tfm.c:
1037         * backend/dvi/mdvi-lib/tfmfile.c:
1038         * backend/dvi/mdvi-lib/util.c:
1039         * backend/dvi/mdvi-lib/vf.c:
1040
1041         Rename error as mdvi_error to avoid symbol conflicts with the libc
1042         error. Rename also message, crash, fatal and warning for
1043         consistency. Fixes bug #553369.
1044         
1045 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * backend/dvi/dvi-document.c: (dvi_document_load):
1048
1049         Fix memory leak.
1050         
1051 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * backend/dvi/dvi-document.c:
1054
1055         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1056         G_IMPLEMENT_INTERFACE.
1057         
1058 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1061
1062         Make sure copy_job_page_and_selection_to_job_info is always called
1063         before copy_job_to_job_info. Fixes bug #552382.
1064         
1065 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * NEWS:
1068         * configure.ac:
1069
1070         Update for release 2.24.0
1071         
1072 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * shell/ev-window.c: (launch_external_uri):
1075
1076         Use GdkAppLaunchContext when available to launch external uris.
1077         
1078 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * shell/ev-window.c: (launch_external_uri):
1081
1082         Use the message area to show errors when lauching external uris
1083         instead of a popup window.
1084         
1085 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * shell/ev-window.c: (launch_external_uri):
1088
1089         Assume invalid uris are http uris. Fixes bug #552071.
1090         
1091 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * NEWS:
1094         * configure.ac:
1095
1096         Update for release 2.23.92.
1097         
1098 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * shell/eggfindbar.c: (egg_find_bar_class_init):
1101
1102         Allow page scrolling with PageUp/PageDown keys when find bar is
1103         active. Fixes bug #529833.
1104         
1105 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * shell/ev-view-private.h:
1108         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1109         (ev_view_scroll), (ev_view_class_init):
1110         * shell/ev-view-accessible.c:
1111         (ev_view_accessible_action_do_action):
1112         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1113         (ev_window_cmd_scroll_backward):
1114
1115         Use GtkScrollType instead of EvScrollType.
1116         
1117 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1118
1119         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1120         
1121         Patch for case unsensitive page label match by Michael Lee.
1122         See bug #550136.
1123         
1124         * shell/ev-page-action.c (create_tool_item):    
1125         * test/Makefile.am:
1126         * test/test1.py:
1127         * test/test4.py:
1128         * test/test5.py:
1129         
1130         Added test for the above and updated other tests.
1131
1132 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * shell/ev-window.c: (image_save_dialog_response_cb):
1135
1136         Do not append the file extension twice when saving an image.
1137         
1138 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1141
1142         Remove an invalid ifdef.
1143         
1144 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * shell/ev-view.c: (ev_view_motion_notify_event):
1147
1148         Make sure the cursor is correctly restored after showing the right
1149         click menu.
1150         
1151 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1154         (ev_attachment_open):
1155         * shell/ev-sidebar-attachments.c:
1156         (ev_sidebar_attachments_button_press):
1157         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1158
1159         Use GdkAppLaunchContext when available to open attachments.
1160         
1161 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1162
1163         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1164
1165         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1166         by Eric Piel.
1167         
1168 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/ev-application.c: (ev_application_get_media_keys):
1171         * shell/ev-media-player-keys.[ch]:
1172         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1173         (ev_media_player_keys_grab_keys),
1174         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1175         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1176         * shell/ev-window.[ch]: (ev_window_dispose),
1177         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1178         (ev_window_init):
1179
1180         Clean up the media player keys stuff.
1181         
1182 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * NEWS:
1185         * configure.ac:
1186
1187         Update for release 2.23.91.
1188         
1189 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1192         (sm_client_xsmp_set_initial_properties):
1193
1194         Fix memory leak.
1195         
1196 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * shell/ev-application.c: (ev_application_open_window),
1199         (ev_application_open_uri_at_dest):
1200
1201         Make sure evince starts up in the right workspace when resuming a
1202         previous session.
1203         
1204 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * shell/ev-application.[ch]: (ev_application_open_window),
1207         (ev_application_add_icon_path_for_screen),
1208         (ev_application_open_uri_at_dest):
1209
1210         Fix window manager warnings shown in ~/.xsession-errors
1211         
1212 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1213
1214         * configure.ac:
1215         * cut-n-paste/Makefile.am:
1216         * cut-n-paste/smclient/Makefile.am:
1217         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1218         * cut-n-paste/smclient/eggsmclient-private.h:
1219         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1220         * cut-n-paste/smclient/eggsmclient.[ch]:
1221
1222         EggSMClient copied from libegg
1223
1224         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1225         * shell/Makefile.am:
1226         * shell/ev-application.[ch]: (ev_application_load_session),
1227         (smclient_save_state_cb), (smclient_quit_cb),
1228         (ev_application_init_session), (ev_application_shutdown),
1229         (ev_application_init):
1230         * shell/main.c: (main):
1231
1232         Use EggSMClient instead of gnome-client and remove libgnome and
1233         libgnomeui dependencies.
1234         
1235 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1236
1237         * shell/main.c: (main):
1238
1239         Remove gnome_authentication_manager_init.
1240         
1241 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * shell/ev-view.c: (ev_view_goto_window_create):
1244
1245         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1246         since it's now deprecated.
1247         
1248 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * backend/djvu/Makefile.am:
1251         * backend/djvu/djvu-document-private.h:
1252         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1253         (djvu_document_find_iface_init):
1254         * backend/djvu/djvu-text-page.[ch]:
1255         * backend/djvu/djvu-text.[ch]: Removed
1256         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1257         (pdf_document_find_iface_init):
1258         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1259         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1260         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1261         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1262         (ev_job_find_has_results), (ev_job_find_get_results):
1263         * shell/ev-view-private.h:
1264         * shell/ev-view.[ch]: (ev_view_expose_event),
1265         (highlight_find_results), (ev_view_finalize),
1266         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1267         (ev_view_set_document), (ev_view_find_get_n_results),
1268         (ev_view_find_get_result), (jump_to_find_result),
1269         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1270         (ev_view_find_previous), (ev_view_find_search_changed),
1271         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1272         * shell/ev-window.c: (ev_window_update_actions),
1273         (page_changed_cb), (ev_window_setup_document),
1274         (ev_window_update_find_status_message),
1275         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1276         (ev_window_clear_find_job), (find_bar_close_cb),
1277         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1278         (ev_window_dispose), (ev_window_init):
1279
1280         Rework find interface. The find logic has been moved from backends
1281         to the shell avoiding a lot of duplicated code in the backends and
1282         making easier to implement the find interface in the backends.
1283         
1284 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * backend/pdf/ev-poppler.cc:
1287         (pdf_document_thumbnails_get_dimensions):
1288
1289         Make sure thumbnail size returned by the PDF is actually
1290         valid. Fixes bug #548462.
1291         
1292 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * shell/ev-window.c: (ev_window_setup_document),
1295         (ev_window_set_document), (ev_window_dispose):
1296
1297         Remove the idle function for setting the document up when the
1298         window is destroyed. Fixes bug #549163.
1299         
1300 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1303         (ev_job_attachments_dispose), (ev_job_attachments_run),
1304         (ev_job_attachments_class_init), (ev_job_attachments_new):
1305         * shell/ev-sidebar-attachments.c:
1306         (ev_sidebar_attachments_set_document):
1307
1308         Add a new job to get the attachments in a thread with the document
1309         lock held. Fixes bug #548653.
1310         
1311 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1314         (tiff_document_document_iface_init):
1315
1316         Implement document_get_page_label in tiff backend.
1317         
1318 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * backend/tiff/tiff-document.c: (tiff_document_render):
1321
1322         Handle document orientation in tiff backend. Fixes bug #548444.
1323         
1324 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1327
1328         Do not crash when adjustment page size is 0. Fixes bug #547440.
1329         
1330 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1333
1334         Sync with current GTK+.
1335         
1336 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1337
1338         * configure.ac:
1339         
1340         Update for release 2.23.6.
1341
1342 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1345         (ev_job_load_set_password):
1346         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1347         * shell/ev-window.c: (password_dialog_response),
1348         (ev_window_load_job_cb):
1349
1350         Fix loading encrypted documents since I broke it with the jobs
1351         rework.
1352         
1353 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * NEWS:
1356
1357         Update NEWS for 2.23.6 release.
1358         
1359 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1360
1361         * backend/impress/impress-document.c:
1362         * backend/impress/render.h:
1363         * libdocument/ev-document-factory.c:
1364         * libdocument/ev-document-factory.h:
1365         * libdocument/ev-document-links.h:
1366         * libdocument/ev-document-misc.c:
1367         * libdocument/ev-document-misc.h:
1368         * properties/ev-properties-main.c:
1369         * properties/ev-properties-view.c:
1370         * properties/ev-properties-view.h:
1371         * shell/eggfindbar.c:
1372         * shell/eggfindbar.h:
1373         * shell/ev-application.c:
1374         * shell/ev-application.h:
1375         * shell/ev-jobs.h:
1376         * shell/ev-message-area.h:
1377         * shell/ev-navigation-action.c:
1378         * shell/ev-navigation-action.h:
1379         * shell/ev-open-recent-action.c:
1380         * shell/ev-open-recent-action.h:
1381         * shell/ev-page-action-widget.c:
1382         * shell/ev-page-action.c:
1383         * shell/ev-page-action.h:
1384         * shell/ev-page-cache.h:
1385         * shell/ev-password-view.h:
1386         * shell/ev-password.h:
1387         * shell/ev-pixbuf-cache.h:
1388         * shell/ev-properties-fonts.c:
1389         * shell/ev-sidebar-attachments.c:
1390         * shell/ev-sidebar-links.c:
1391         * shell/ev-sidebar-links.h:
1392         * shell/ev-sidebar-thumbnails.c:
1393         * shell/ev-sidebar-thumbnails.h:
1394         * shell/ev-sidebar.c:
1395         * shell/ev-sidebar.h:
1396         * shell/ev-stock-icons.c:
1397         * shell/ev-tooltip.h:
1398         * shell/ev-view.c:
1399         * shell/ev-view.h:
1400         * shell/ev-window.c:
1401         * shell/ev-window.h:
1402         * shell/main.c:
1403
1404         More #include cleanups. Again: reordering, single gtk.h
1405         includes and other stuff.
1406
1407 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1408
1409         * shell/eggfindbar.c:
1410         * shell/ev-application.c:
1411         * shell/ev-message-area.c:
1412         * shell/ev-navigation-action.c:
1413         * shell/ev-open-recent-action.c:
1414         * shell/ev-page-action-widget.c:
1415         * shell/ev-page-action.c:
1416         * shell/ev-password-view.c:
1417         * shell/ev-properties-dialog.c:
1418         * shell/ev-properties-fonts.c:
1419         * shell/ev-sidebar-attachments.c:
1420         * shell/ev-sidebar-page.c:
1421         * shell/ev-sidebar-thumbnails.c:
1422         * shell/ev-stock-icons.c:
1423         * shell/ev-tooltip.c:
1424         * shell/ev-view.c:
1425         * shell/ev-window.c:
1426         * shell/main.c:
1427
1428         Cleanup many #include statements: reorder so that a
1429         generic-to-specific order is used, use single gtk.h
1430         includes, and some other cleanups.
1431
1432 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * shell/ev-jobs.h:
1435
1436         Add gio header.
1437         
1438 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1441         (ev_document_fc_mutex_trylock):
1442         * shell/Makefile.am:
1443         * shell/ev-job-queue.[ch]:
1444         * shell/ev-job-scheduler.[ch]:
1445         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1446         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1447         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1448         (ev_job_failed_from_error), (ev_job_succeeded),
1449         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1450         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1451         (ev_job_links_class_init), (ev_job_render_init),
1452         (notify_page_ready), (ev_job_render_page_ready),
1453         (ev_job_render_run), (ev_job_render_class_init),
1454         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1455         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1456         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1457         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1458         (ev_job_save_dispose), (ev_job_save_run),
1459         (ev_job_save_class_init), (ev_job_print_init),
1460         (ev_job_print_dispose), (ev_job_print_run),
1461         (ev_job_print_class_init):
1462         * shell/ev-page-cache.c:
1463         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1464         (check_job_size_and_unref), (move_one_job),
1465         (copy_job_to_job_info), (add_job),
1466         (ev_pixbuf_cache_add_jobs_if_needed):
1467         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1468         (job_fonts_finished_cb), (job_fonts_updated_cb),
1469         (ev_properties_fonts_set_document):
1470         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1471         (ev_sidebar_links_set_document):
1472         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1473         (ev_sidebar_thumbnails_set_document),
1474         (ev_sidebar_thumbnails_clear_job):
1475         * shell/ev-view-private.h:
1476         * shell/ev-view.c:
1477         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1478         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1479         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1480         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1481         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1482         (ev_window_reload_document), (ev_window_clear_save_job),
1483         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1484         (ev_window_clear_print_job), (ev_window_print_job_cb),
1485         (ev_window_print_dialog_response_cb):
1486         * shell/main.c: (main):
1487
1488         Rework the jobs system in order to make it simpler and more
1489         extensible. It allows to run jobs in the main loop instead of
1490         using a thread when it's appropriate like the fonts job. Now it's
1491         also possible to cancel jobs that are currently running. 
1492         
1493 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * libdocument/ev-debug.c: (profile_init):
1496
1497         Create the hash table also when profiling service is enabled for
1498         all sections.
1499         
1500 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1503         (ev_profiler_stop):
1504         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1505         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1506         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1507         (ev_job_print_run):
1508         * shell/main.c: (main):
1509
1510         Add a profile mode available when debug is enabled. Add profilers
1511         in ev-jobs.
1512         
1513 2008-07-23  Götz Waschk <waschk@mandriva.org>
1514
1515         * configure.ac: Correctly build desktop file. Fixes
1516         bug #544237.
1517
1518 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1519
1520         * configure.ac:
1521         
1522         Update for release 2.23.5.
1523
1524 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * NEWS:
1527
1528         Update NEWS for 2.23.5 release.
1529         
1530 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * shell/ev-window.c: (ev_window_state_event),
1533         (ev_window_class_init):
1534
1535         Intercept window manager's fullscreen request in order to run/stop
1536         fullscreen mode. Fixes bug #493541.
1537         
1538 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1539
1540         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1541
1542         Restart the job search when the find bar is opened for the second
1543         time. Fixes bug #531956.
1544         
1545 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1548         (get_document_from_uri):
1549
1550         Make sure we always return a valid error struct when
1551         get_document_from_uri fails. Fixes nautilus crash, see bug
1552         #542548.
1553         
1554 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1555
1556         * libdocument/ev-transition-effect.c
1557         (ev_transition_effect_type_get_type),
1558         (ev_transition_effect_alignment_get_type),
1559         (ev_transition_effect_direction_get_type):
1560         
1561         Fixes bug #542924. Makes enums static to fix Solaris build.
1562
1563 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * shell/ev-view.c: (ev_view_key_press_event):
1566
1567         Add '.' keybinding for blanking the screen in presentation
1568         mode. Fixes bug #542001.
1569         
1570 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * libdocument/ev-document-misc.c:
1573         (ev_document_misc_pixbuf_from_surface):
1574
1575         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1576         #540950.
1577         
1578 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1579
1580         * backend/comics/comics-document.c (comics_document_load):
1581         * backend/comics/comicsdocument.evince-backend.in:
1582         * configure.ac:
1583         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1584         
1585         Added support for 7-zip based cb7 comic book. Patch by
1586         Kartik Rustagi. Fixes bug #532312.
1587
1588 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1589
1590         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1591         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1592         Fixes bug #539972.
1593
1594 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1595
1596         * shell/Makefile.am:
1597         * shell/ev-application.c (ev_application_init),
1598         (ev_application_get_media_keys):
1599         * shell/ev-application.h:
1600         * shell/ev-marshal.list:
1601         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1602         (proxy_destroy), (on_media_player_key_pressed),
1603         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1604         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1605         * shell/ev-media-player-keys.h:
1606         * shell/ev-window.c (ev_window_go_previous_page),
1607         (ev_window_go_next_page), (ev_window_go_first_page),
1608         (ev_window_go_last_page), (ev_window_start_presentation),
1609         (ev_window_dispose), (view_actions_focus_in_cb):
1610         * shell/ev-window.h: When building with D-Bus support, listen
1611         for multimedia key events from gnome-settings-daemon. This allows
1612         to go to the next/previous/first/last pages using, respectively,
1613         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1614         a presentation. Fixes bug #539971.
1615
1616 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1617
1618         * configure.ac:
1619         
1620         Update for release 2.23.4.
1621
1622 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * NEWS:
1625
1626         Update news for 2.23.4 release.
1627         
1628 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1631         * shell/ev-sidebar-thumbnails.c:
1632         (ev_sidebar_thumbnails_set_loading_icon),
1633         (ev_sidebar_thumbnails_refresh):
1634         * shell/ev-window.c: (ev_window_error_message),
1635         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1636         (ev_window_set_document):
1637
1638         Do not crash opening documents with no pages and show a warning
1639         message in the message area. Fixes bugs #537574 and #171588.
1640         
1641 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * shell/Makefile.am:
1644         * shell/ev-file-monitor.[ch]:
1645         * shell/ev-window.c: (ev_window_document_changed),
1646         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1647         (ev_window_reload_job_cb), (ev_window_open_uri),
1648         (ev_window_reload_document), (ev_window_cmd_view_reload),
1649         (ev_window_dispose):
1650
1651         Automaticly reload the document when the file has changed on
1652         disk. Bug #304249.
1653         
1654 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1655
1656         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1657         * libdocument/ev-image.c: (ev_image_save_tmp):
1658         * libdocument/ev-module.c: (ev_module_load):
1659         * shell/ev-application.c: (ev_application_shutdown),
1660         (ev_application_get_print_settings):
1661         * shell/ev-sidebar-attachments.c:
1662         (ev_sidebar_attachments_button_press),
1663         (ev_sidebar_attachments_drag_data_get):
1664         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1665         (ev_window_print_finished), (ev_window_print_send),
1666         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1667         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1668         (ev_window_cmd_preview_print):
1669         * shell/main.c: (load_files_remote):
1670         Fix some build warnings under GCC 4.3.0. (#537535).
1671
1672 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * shell/ev-jobs.c: (ev_job_render_dispose):
1675
1676         Fix a crash in debug mode. Patch by Daniel M German.
1677         
1678 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * shell/ev-window.c:
1681
1682         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1683         
1684 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * shell/ev-window.c: (ev_window_print_send),
1687         (ev_window_do_preview_print):
1688
1689         Use the window title as print job name instead of just
1690         "evince-print". Fixes bug #534493.
1691         
1692 2008-05-19  Frederic Peters  <fpeters@0d.be>
1693
1694         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1695         Bug #533897.
1696
1697 2008-05-19  Frederic Peters  <fpeters@0d.be>
1698
1699         * help/reference/Makefile.am: added missing libevmountoperation to
1700         gtkdoc-scanobj libraries.  Bug #533896.
1701
1702 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1703
1704         * properties/ev-properties-view.c (get_default_user_units):
1705         Fixes check for default units string translation. Bug #533323.
1706
1707 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1708
1709         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1710         be an iks_free(). Fix an array overflow in the XML parser that
1711         would occur whenever the number of attributes in a tag was greater
1712         than 0 and divisible by 6. Fixes GNOME bug #530852.
1713
1714 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1715
1716         * backend/djvu/djvu-document-private.h:
1717         * backend/djvu/djvu-links.c:
1718         * backend/djvu/djvu-text.c:
1719         * backend/djvu/djvu-document.c: (djvu_handle_events),
1720         (djvu_wait_for_message), (djvu_document_load),
1721         (document_get_page_size), (djvu_document_render),
1722         (djvu_document_thumbnails_get_thumbnail),
1723         (djvu_document_file_exporter_end):
1724
1725         Make sure load job doesn't finish successfully when the document
1726         is not successfully decoded by libdjvu. Fixes bug #530202.
1727         
1728 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * configure.ac:
1731         * libdocument/Makefile.am:
1732         * libdocument/ev-debug.[ch]:
1733         * libdocument/ev-document.c:
1734         * shell/ev-jobs.c: (ev_job_links_dispose),
1735         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1736         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1737         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1738         (ev_job_render_page_ready), (ev_job_render_run),
1739         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1740         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1741         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1742         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1743         (ev_job_print_new), (ev_job_print_run):
1744         * shell/main.c: (main):
1745
1746         Add debug mode based on gedit code. Add debug messages in
1747         ev-jobs.
1748         
1749 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * libdocument/ev-document-factory.c: (get_document_from_uri):
1752
1753         Fix memory leak.
1754         
1755 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1756
1757         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1758         (get_mime_type_from_data), (get_document_from_uri),
1759         (ev_document_factory_get_document):
1760         
1761         Improved error message about file opening failture.
1762         Bug #529129.
1763
1764 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1765
1766         * data/evince-toolbar.xml:
1767         
1768         Allow to add SaveAs to toolbar.
1769
1770 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * shell/ev-view-private.h:
1773         * shell/ev-view.[ch]: (ev_view_button_release_event),
1774         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1775         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1776         (ev_view_update_primary_selection), (clear_link_selected),
1777         (ev_view_copy_link_address):
1778         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1779
1780         Update also the primary selection when copying a link
1781         address. Fixes bug #520855.
1782         
1783 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1784
1785         * libdocument/ev-document-factory.c: (get_document_from_uri):
1786
1787         Use the pixbuf backend only when the mime type is not supported by
1788         any of the other backend so that tiff documents, for instance, are
1789         handled by the tiff backend instead of the pixbuf backend. fixes
1790         bug #520290.
1791         
1792 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * cut-n-paste/Makefile.am:
1795
1796         Add evmountoperation to subdirs list.
1797         
1798 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1799
1800         * configure.ac:
1801
1802         Fix libspectre check in configure script. Fixes bug #528549.
1803         
1804 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * configure.ac:
1807         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1808         * shell/Makefile.am:
1809         * shell/ev-window.c: (ev_window_load_remote_failed),
1810         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1811
1812         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1813         open documents in remote locations that are not mounted.
1814         
1815 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1818         (bitmap_convert_msb8):
1819         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1820         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1821
1822         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1823         
1824 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1825
1826         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1827         (ev_job_render_new), (ev_job_render_set_selection_info),
1828         (ev_job_render_run):
1829         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1830         (check_job_size_and_unref),
1831         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1832         (add_job), (ev_pixbuf_cache_get_selection_surface):
1833
1834         Create the render context needed for rendering a page in the render
1835         thread so that we don't block the main thread. Simplify
1836         EvJobRender API.
1837         
1838 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * libdocument/Makefile.am:
1841         * libdocument/ev-page.[ch]:
1842         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1843         (ev_render_context_new), (ev_render_context_set_page):
1844         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1845         (ev_form_field_finalize), (ev_form_field_class_init):
1846         * libdocument/ev-document-forms.[ch]:
1847         (ev_document_forms_get_form_fields):
1848         * libdocument/ev-document.[ch]: (ev_document_get_page),
1849         (ev_document_get_page_size), (ev_document_get_page_label):
1850         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1851         (ev_job_render_run), (ev_job_thumbnail_new),
1852         (ev_job_thumbnail_run), (ev_job_print_run):
1853         * shell/ev-page-cache.c: (ev_page_cache_new):
1854         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1855         (check_job_size_and_unref), (add_job):
1856         * shell/ev-sidebar-thumbnails.c: (add_range):
1857         * shell/ev-view.c: (ev_view_form_field_get_region),
1858         (ev_view_form_field_button_create_widget),
1859         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1860         (ev_view_handle_form_field), (ev_view_size_allocate),
1861         (get_selected_text):
1862         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1863         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1864         (pdf_document_get_page), (pdf_document_get_page_label),
1865         (pdf_document_render), (pdf_document_get_info),
1866         (pdf_document_document_iface_init),
1867         (pdf_document_thumbnails_get_thumbnail),
1868         (pdf_document_thumbnails_get_dimensions),
1869         (pdf_document_file_exporter_do_page),
1870         (pdf_selection_render_selection),
1871         (pdf_selection_get_selected_text),
1872         (pdf_selection_get_selection_region),
1873         (pdf_selection_get_selection_map),
1874         (pdf_document_forms_get_form_fields),
1875         (pdf_document_forms_form_field_text_get_text),
1876         (pdf_document_forms_form_field_text_set_text),
1877         (pdf_document_forms_form_field_button_set_state),
1878         (pdf_document_forms_form_field_button_get_state),
1879         (pdf_document_forms_form_field_choice_get_item),
1880         (pdf_document_forms_form_field_choice_get_n_items),
1881         (pdf_document_forms_form_field_choice_is_item_selected),
1882         (pdf_document_forms_form_field_choice_select_item),
1883         (pdf_document_forms_form_field_choice_toggle_item),
1884         (pdf_document_forms_form_field_choice_unselect_all),
1885         (pdf_document_forms_form_field_choice_set_text),
1886         (pdf_document_forms_form_field_choice_get_text):
1887         * backend/ps/ev-spectre.c: (ps_document_get_page),
1888         (ps_document_get_page_size), (ps_document_get_page_label),
1889         (ps_document_render), (ps_document_document_iface_init),
1890         (ps_document_file_exporter_do_page):
1891         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1892         (tiff_document_render), (tiff_document_render_pixbuf),
1893         (tiff_document_file_exporter_do_page):
1894         * backend/pixbuf/pixbuf-document.c:
1895         (pixbuf_document_get_page_size):
1896         * backend/comics/comics-document.c:
1897         (comics_document_get_page_size), (comics_document_render_pixbuf):
1898         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1899         (djvu_document_render), (djvu_selection_get_selected_text),
1900         (djvu_document_thumbnails_get_thumbnail),
1901         (djvu_document_file_exporter_do_page),
1902         (djvu_document_find_get_result):
1903         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1904         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1905         (dvi_document_thumbnails_get_thumbnail),
1906         (dvi_document_file_exporter_do_page):
1907         * backend/impress/impress-document.c:
1908         (impress_document_get_page_size),
1909         (impress_document_render_pixbuf):
1910         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1911
1912         Add EvPage so that we can hold a reference to the backend
1913         page. Form fields keep now a reference to the poppler page
1914         improving performance since we don't have to create/destroy the
1915         poppler field for every form operation. This will be needed for
1916         annotations too.
1917         
1918 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * data/evince-ui.xml:
1921         * shell/ev-window.c:
1922
1923         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1924         
1925 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * configure.ac:
1928         * backend/ps/Makefile.am:
1929
1930         Remove gs stuff from ps backend.
1931         
1932 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1933
1934         * configure.ac:
1935         * backend/pdf/ev-poppler.cc:
1936
1937         Bump poppler requirement to 0.8.0.
1938         
1939 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1940
1941         * NEWS:
1942         * configure.ac:
1943
1944         Update for release 2.22.1.1
1945
1946 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * configure.ac:
1949
1950         Fix build (again) when poppler version is 0.6
1951         
1952 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1953
1954         * backend/djvu/djvu-links.c: (build_tree):
1955
1956         Make sure link title is a valid utf8 string. Fixes bug #526517.
1957         
1958 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1959
1960         * configure.ac:
1961
1962         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1963         #526799.
1964         
1965 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1966
1967         * configure.ac:
1968         
1969         Update for release 2.22.1.
1970
1971 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * NEWS:
1974
1975         Update for upcoming release.
1976
1977 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * configure.ac:
1980         * backend/dvi/dvidocument.evince-backend.in:
1981
1982         Add compressed dvi to the list of supported mime types. Patch by
1983         Ed Catmur. Fixes bug #307087.
1984
1985 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1988
1989         Fix a crash when printing a range that doesn't specify the start or
1990         end page. Fixes bug #524288.
1991
1992 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * shell/ev-window.c: (ev_window_cmd_continuous),
1995         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1996         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1997         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1998         (ev_window_run_presentation), (ev_window_stop_presentation),
1999         (ev_window_cmd_view_presentation),
2000         (ev_window_cmd_leave_fullscreen),
2001         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2002
2003         Do not unfullscreen and fullscreen again the window when changing
2004         from fullscreen to presentation mode and vice versa. Fixes bug
2005         #524112.
2006         
2007 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2010
2011         Do not crash when thumbnail failed to render in PS backend. Fixes
2012         bug #525015.
2013         
2014 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2015
2016         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2017         (ev_window_load_file_remote), (ev_window_open_uri):
2018
2019         Handle errors when opening remote files.
2020         
2021 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2024
2025         Only grab the focus for the current visible proxy widget. Fixes
2026         bug #521224.
2027         
2028 2008-03-30  Emil Soleyman  <emil@nishra.com>
2029
2030         * shell/ev-window.c: (launch_external_uri):
2031         
2032         Reuse g_app_info_launch_default_for_uri to
2033         save some code and fix bug #525009.
2034
2035 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2036
2037         * shell/ev-window.c (image_save_dialog_response_cb):
2038
2039         Use g_str_has_suffix. See bug #523069.
2040
2041 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * configure.ac:
2044
2045         Add a configure option to enable/diable DBus. Patch by Rémi
2046         Cardona. Fixes bug 521797.
2047
2048 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2051
2052         Fix printing in documents with rotated pages. Patch by Eugen
2053         Dedu. Fixes bug #512648.
2054         
2055 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2058         (ev_link_from_action):
2059
2060         Fix warning messages.
2061         
2062 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * shell/ev-window.c: (image_save_dialog_response_cb):
2065
2066         Do not append the extension to filename when saving an image
2067         if the filename alredy contains the extension. Fixes bug #523069.
2068         
2069 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-view.[ch]: (ev_view_find_cancel):
2072         * shell/ev-window.c: (find_bar_close_cb):
2073
2074         Cancel the find operation when the find bar is closed. Fixes bug
2075         #508845.
2076         
2077 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * backend/ps/psdocument.evince-backend.in:
2080
2081         Make ps backend module resident. Fixes bug #520607.
2082         
2083 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * shell/ev-jobs.c: (ev_job_print_run):
2086
2087         Invert collate action in order to work as expected, fix reverse
2088         printing so that it doesn't start with a blank page and fix number
2089         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2090         
2091 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2092
2093         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2094
2095         Fix build with poppler <= 0.7.2
2096         
2097 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2098
2099         * libdocument/ev-document-misc.c:
2100         (ev_document_misc_surface_from_pixbuf):
2101
2102         Fix selections with poppler-splash.
2103         
2104 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * configure.ac:
2107         * backend/pdf/ev-poppler.cc:
2108
2109         Fix build with poppler >= 0.7.2
2110         
2111 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2112
2113         * configure.ac:
2114         
2115         Update for release 2.22.0
2116
2117 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * NEWS:
2120
2121         Update for upcoming release.
2122
2123 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2124
2125         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2126
2127         Bug 495107 – Handle print dialog responses correctly
2128
2129         Correctly handle print dialog response. Properly fixes
2130         the above mentioned bug.
2131
2132 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2135
2136         Make sure print job is only run when the print button is
2137         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2138         
2139 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * backend/pdf/pdfdocument.evince-backend.in:
2142         * libdocument/ev-backends-manager.c:
2143         (ev_backends_manager_load_backend),
2144         (ev_backends_manager_get_document):
2145         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2146
2147         Allow making backend modules resident. This is needed only for
2148         some backends like pdf to avoid registering glib types more than
2149         once.
2150         
2151 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * backend/comics/comics-document.c:
2154         * backend/djvu/djvu-document.c:
2155         * backend/impress/impress-document.c:
2156         * backend/pdf/ev-poppler.cc:
2157         * backend/pixbuf/pixbuf-document.c:
2158         * backend/ps/ev-spectre.c:
2159         * backend/ps/ps-document.c:
2160         * backend/tiff/tiff-document.c:
2161         * libdocument/ev-document.h:
2162         * properties/ev-properties-main.c:
2163
2164         Use g_type_module_add_interface instead of
2165         g_type_add_interface_static. Fixes bug #519679.
2166         
2167 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2168
2169         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2170         Added. Returns whether the animation has everything necessary to run.
2171         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2172         is ready just because it's been created. Fixes #519106.
2173         (draw_one_page): Do not show the "Loading..." text in presentation
2174         mode, there was a slim probability that this could happen.
2175
2176 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2177
2178         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2179
2180         Duplicate mime_type string before freeing it so that it doesn't
2181         always fail when getting mime type from uri. Fixes bug #518874.
2182         
2183 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2186
2187         Fix a crash when a choice form field doesn't have any item
2188         selected. Fixes bug #518831
2189         
2190 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2191
2192         * shell/ev-window.c (ev_window_clear_temp_file):
2193         Use g_file_has_prefix instead of renamed
2194         g_file_contains_file.
2195
2196         * configure.ac:
2197         Require new glib for above change.
2198         
2199 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2200
2201         * libdocument/ev-image.c: (ev_image_finalize),
2202         (ev_image_save_tmp):
2203
2204         Return a real uri instead of a filename when saving an
2205         image. Fixes images drag an drop from evince to nautilus. 
2206         
2207 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * backend/pdf/ev-poppler.cc:
2210         (pdf_document_images_get_image_mapping):
2211
2212         Return the image list in the right order. Fixes bug #516237.
2213         
2214 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2215
2216         * backend/impress/impress-document.c:
2217         (impress_document_thumbnails_get_thumbnail):
2218
2219         Remove unused variable to avoid a compiler warning.
2220
2221 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2222
2223         * configure.ac:
2224         
2225         Update for release 2.21.91.
2226
2227 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2228
2229         * configure.ac:
2230         * shell/Makefile.am:
2231         * shell/ev-application.[ch]:
2232         * shell/ev-sidebar-links.c:
2233         * shell/ev-utils.[ch]:
2234         * shell/ev-window.[ch]:
2235
2236         Remove libgnomeprint support. Fixes bug #512370.
2237         
2238 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2239
2240         * thumbnailer/evince-thumbnailer.c: (main):
2241
2242         Initialize glib type system before using it. Fixes bug #513934.
2243         
2244 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * properties/ev-properties-main.c:
2247
2248         Add missing #include.
2249         
2250 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * configure.ac:
2253         * backend/djvu/djvu-document.c: (djvu_document_render):
2254         * backend/tiff/tiff-document.c: (tiff_document_render):
2255
2256         Use the new cairo function cairo_format_stride_for_width when
2257         available. Fixes bug #482720.
2258
2259 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2262         (get_mime_type_from_data), (get_document_from_uri):
2263
2264         Use g_content_type_guess() only when slow is true in
2265         get_document_from_uri(). Fix several memory leaks.
2266         
2267 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2268
2269         * libdocument/ev-document-factory.c:
2270         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2271         (get_document_from_uri):
2272
2273         Use g_content_type_guess () to get mimetype for files.
2274         Bug #510401.
2275
2276 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2277
2278         * thumbnailer/Makefile.am:
2279
2280         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2281         
2282 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * configure.ac:
2285
2286         Fix build with --without-libgnome. Fixes bug #512771.
2287         
2288 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2289
2290         * backend/dvi/Makefile.am: Install only dvi
2291         module. Fixes bug #512718.
2292
2293 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2294
2295         * properties/ev-properties-main.c: (nautilus_module_initialize):
2296         
2297         Initialize backends in properties tab. Fixes bug
2298         #512720.
2299
2300 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2301
2302         * properties/Makefile.am: No need to link with 
2303         libraries. Fixes bug #512719.
2304
2305 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2306
2307         * NEWS:
2308         * configure.ac:
2309         
2310         Update for release 2.21.90.
2311
2312 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-window.c: (ev_window_cmd_escape):
2315
2316         Fix compile warning.
2317         
2318 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2321
2322         Fix printing in dvi backend when filename contains white
2323         espaces. Fixes bug #502839.
2324         
2325 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2328         (screensaver_disable_x11):
2329         * shell/Makefile.am:
2330         * shell/xdg-user-dir-lookup.c: Removed
2331         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2332         * shell/ev-view.c: (ev_view_presentation_transition_start):
2333         * shell/ev-window.c: (ev_window_cmd_file_open),
2334         (ev_window_cmd_save_as), (presentation_set_timeout):
2335
2336         Remove #ifdefs that are no longer needed.
2337         
2338 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * shell/ev-view.[ch]: (ev_view_button_release_event),
2341         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2342         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2343         (ev_window_cmd_escape):
2344
2345         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2346         
2347 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * configure.ac:
2350         * backend/comics/comics-document.c: (comics_document_load):
2351         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2352         (ev_attachment_set_property), (ev_attachment_init),
2353         (ev_attachment_save), (ev_attachment_launch_app),
2354         (ev_attachment_open):
2355         * libdocument/ev-document-factory.c: (get_document_from_uri):
2356         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2357         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2358         * shell/ev-jobs.c:
2359         * shell/ev-password.c: (ev_password_dialog_set_property),
2360         (ev_password_dialog_save_password):
2361         * shell/ev-sidebar-attachments.c:
2362         (ev_sidebar_attachments_drag_data_get):
2363         * shell/ev-window-title.c: (get_filename_from_uri):
2364         * shell/ev-window.c: (ev_window_clear_temp_file),
2365         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2366         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2367         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2368         (launch_external_uri), (image_save_dialog_response_cb),
2369         (attachment_save_dialog_response_cb):
2370         * shell/main.c: (load_files), (load_files_remote), (main):
2371         * thumbnailer/evince-thumbnailer.c: (main):
2372
2373         Port to gio and drop gnome-vfs dependency. Fixes bug
2374         #510401. Based on patch by Cosimo Cecchi.
2375         
2376 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2377
2378         * NEWS:
2379
2380         Fixed formatting inconsistencies (spaces vs. tabs)
2381
2382 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2383
2384         * shell/ev-window.c:
2385
2386         Use top/up/bottom/down arrows instead of
2387         first/left/last/right in the toolbar and menu actions.
2388         This fixes issues with RTL languages and is visually
2389         consistent with the page view. Fixes bug #170081.
2390
2391 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2392
2393         * NEWS:
2394
2395         Fixed some inaccuracies pointed out by Carlos Garcia
2396         Campos.
2397
2398 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2399
2400         * NEWS:
2401         * data/evince.schemas.in:
2402         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2403
2404         Override PDF restrictions by default. Fixes bug #382700.
2405
2406 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2407
2408         * NEWS: Updated for upcoming release
2409
2410 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2411
2412         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2413
2414         Fix memory leak.
2415         
2416 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2417
2418         * shell/ev-window.c: (register_custom_actions):
2419         
2420         Added comment for translators
2421
2422 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * shell/ev-view.c: (ev_view_button_release_event):
2425
2426         Do not create the idle function for kinetic scrolling if we are
2427         not in a drag operation.
2428
2429 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2432         (ev_view_button_press_event), (ev_view_motion_notify_event),
2433         (ev_view_button_release_event):
2434
2435         Restore cursor after autoscrolling. Fixes bug #509958.
2436
2437 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * configure.ac:
2440         * backend/pdf/ev-poppler.cc:
2441         (pdf_document_images_get_image_mapping),
2442         (pdf_document_images_get_image),
2443         (pdf_document_document_images_iface_init):
2444         * libdocument/ev-document-images.[ch]:
2445         (ev_document_images_get_image_mapping),
2446         (ev_document_images_get_image):
2447         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2448         (ev_image_get_id), (ev_image_save_tmp):
2449         * shell/ev-jobs.c: (ev_job_render_run):
2450         * shell/ev-view.c: (ev_view_drag_data_get):
2451         * shell/ev-window.c: (image_save_dialog_response_cb),
2452         (ev_view_popup_cmd_copy_image):
2453
2454         Do not render images when rendering the page but on demand. It
2455         reduces the memory comsumption.
2456         
2457 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2458
2459         * configure.a:
2460         * shell/ev-password.c:
2461
2462         Make gnome-keyring optional. Fixes bug #509676.
2463         
2464 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * shell/ev-pixbuf-cache.c: (add_job):
2467
2468         Initialize include_images variable as FALSE instead of TRUE.
2469         
2470 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2471
2472         * configure.ac:
2473         * cut-n-paste/Makefile.am:
2474         * cut-n-paste/fileformatchooser/Makefile.am:
2475         * cut-n-paste/fileformatchooser/egg-macros.h:
2476         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2477         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2478         * shell/Makefile.am:
2479         * shell/ev-utils.c:
2480         (file_chooser_dialog_add_writable_pixbuf_formats),
2481         (get_gdk_pixbuf_format_by_extension):
2482         * shell/ev-utils.h:
2483         * shell/ev-window.c: (ev_window_error_message),
2484         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2485         
2486         Simplify image format selection on save.
2487
2488 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2489
2490         * shell/ev-view.c: (ev_view_scroll_event):
2491         
2492         Repair gorizontal scrolling with shift. Fixes
2493         bug #483412.
2494
2495 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2496         
2497         * MAINTAINERS:
2498
2499         Fix formatting issues.
2500         
2501 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2502
2503         * backend/comics/comics-document.c: (comics_regex_quote):
2504         
2505         Don't overquote special chars except of '. See bug 
2506         502500. Thanks to Tom Parker.
2507
2508 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2509
2510         * MAINTAINERS:
2511         
2512         Added Nickolay and Carlos, since they're doing most of
2513         the releases nowadays.
2514
2515 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2516
2517         * properties/Makefile.am:
2518
2519         Get the nautilus extension dir properly instead of using
2520         a hack. Fixes bug #505359.
2521
2522 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2523
2524         * properties/Makefile.am:
2525         
2526         Install nautilus extension into new place. See bug
2527         #505359. Thanks to Matthias Clasen, Brian Pepple and
2528         Damien Carbery.
2529
2530 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2531
2532         * shell/ev-window.c: (ev_window_get_recent_file_label):
2533         
2534         RTL marker in recent file list. See bug #509076.
2535
2536 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2539         * shell/ev-window.c: (image_save_dialog_response_cb):
2540
2541         Fix compile warnings due to unused variables.
2542         
2543 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * configure.ac:
2546         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2547         * backend/ps/ev-spectre.c: (ps_document_render):
2548
2549         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2550
2551 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2552
2553         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2554         (ev_transition_animation_paint): Implement "fade" effect.
2555
2556 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2557
2558         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2559         (ev_transition_animation_paint): Implement "uncover" effect.
2560
2561 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2562
2563         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2564         (ev_transition_animation_paint): Implement "cover" effect.
2565
2566 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2567
2568         * shell/ev-transition-animation.c (ev_transition_animation_push)
2569         (ev_transition_animation_paint): Implement "push" effect.
2570
2571 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2572
2573         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2574         (ev_transition_animation_paint): Implement "dissolve" effect.
2575
2576 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2577
2578         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2579         (ev_transition_animation_paint): Implement "wipe" effect.
2580
2581 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2582
2583         * shell/ev-transition-animation.c (ev_transition_animation_box)
2584         (ev_transition_animation_paint): Implement "box" effect.
2585
2586 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2587
2588         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2589         (ev_transition_animation_paint): Implement "blinds" effect.
2590
2591 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2592
2593         * shell/ev-transition-animation.c (ev_transition_animation_split)
2594         (ev_transition_animation_paint): Implement "split" effect.
2595
2596 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2597
2598         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2599         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2600         (ev_view_transition_animation_start) 
2601         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2602         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2603         (ev_view_next_page) (ev_view_previous_page):
2604         
2605         Use EvTransitionAnimation to drive page changes in the presentation
2606         mode, the animation will wait to start until both the origin and 
2607         destination page surfaces are available. Fixes #458460.
2608
2609         (draw_loading_text):
2610
2611         Remove workaround for bug #320352, it's now fixed properly.
2612
2613
2614 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2615
2616         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2617         will contain the implementations for page transition animations, at
2618         the moment it just has the "replace" effect.
2619         * shell/Makefile.am: Added these files to build.
2620
2621 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2622
2623         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2624         animations.
2625         * shell/Makefile.am: Added these files to build.
2626
2627 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2628
2629         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2630         implementation to get_effect() in EvDocumentTransitionIface.
2631
2632 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2633
2634         * libdocument/ev-transition-effect.[ch]: New files, define a page
2635         transition effect, at the moment it maps PopplerPageTransition to a
2636         GObject.
2637         * libdocument/Makefile.am: Added these files to build.
2638         * libdocument/ev-document-transition.[ch]
2639         (ev_document_transition_get_effect): New method, gets the
2640         EvTransitionEffect returned by the interface implementation, with
2641         fallback to the "replace" effect.
2642
2643 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2644
2645         * configure.ac:
2646         * cut-n-paste/Makefile.am:
2647         * cut-n-paste/fileformatchooser/Makefile.am:
2648         * cut-n-paste/fileformatchooser/egg-macros.h:
2649         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2650         * shell/Makefile.am:
2651         * shell/ev-window.c: (image_save_dialog_response_cb),
2652         (ev_view_popup_cmd_save_image_as):
2653
2654         Allow exporting images in any format supported by
2655         GdkPixbuf. Fixes bug #500209.
2656         
2657 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2658
2659         * backend/pixbuf/pixbuf-document.c:
2660
2661         More warnings fixed.
2662         
2663 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2666         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2667         * backend/djvu/djvu-text.h:
2668         * backend/tiff/tiff-document.c: (tiff_document_render):
2669
2670         Fix compile warnings.
2671         
2672 2007-12-28  Christian Persch  <chpe@gnome.org>
2673
2674         * **/*.c: Include config.h. Bug #504721.
2675
2676 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2677
2678         * configure.ac:
2679         * Makefile.am:
2680         * po/POTFILES.in:
2681         * backend/comics/Makefile.am:
2682         * backend/comics/comics-document.[ch]:
2683         * backend/comics/comicsdocument.evince-backend.in:
2684         * backend/djvu/Makefile.am:
2685         * backend/djvu/djvu-document.[ch]:
2686         * backend/djvu/djvudocument.evince-backend.in:
2687         * backend/dvi/Makefile.am:
2688         * backend/dvi/dvi-document.[c]:
2689         * backend/dvi/dvidocument.evince-backend.in:
2690         * backend/impress/Makefile.am:
2691         * backend/impress/impress-document.[ch]:
2692         * backend/impress/impressdocument.evince-backend.in:
2693         * backend/pdf/Makefile.am:
2694         * backend/pdf/ev-poppler.cc:
2695         * backend/pdf/ev-poppler.h:
2696         * backend/pdf/pdfdocument.evince-backend.in:
2697         * backend/pixbuf/Makefile.am:
2698         * backend/pixbuf/pixbuf-document.[ch]:
2699         * backend/pixbuf/pixbufdocument.evince-backend.in:
2700         * backend/ps/Makefile.am:
2701         * backend/ps/ev-spectre.[ch]:
2702         * backend/ps/ps-document.[ch]:
2703         * backend/ps/psdocument.evince-backend.in:
2704         * backend/tiff/Makefile.am:
2705         * backend/tiff/tiff-document.[ch]:
2706         * backend/tiff/tiffdocument.evince-backend.in:
2707         * libdocument/Makefile.am:
2708         * libdocument/ev-backends-manager.[ch]:
2709         * libdocument/ev-module.[ch]:
2710         * libdocument/ev-document.h:
2711         * libdocument/ev-document-factory.[ch]:
2712         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2713         (get_compression_from_mime_type), (get_document_from_uri),
2714         (ev_document_factory_get_document), (file_filter_add_mime_types),
2715         (ev_document_factory_add_filters):
2716         * shell/Makefile.am:
2717         * shell/ev-window-title.c: (get_filename_from_uri):
2718         * shell/main.c: (main):
2719         * thumbnailer/Makefile.am:
2720         * thumbnailer/evince-thumbnailer.c: (main):
2721
2722         Plugin system for backends. Fixes bug #351348.
2723         
2724 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2725
2726         * shell/ev-view-private.h:
2727         * shell/ev-view.c: (ev_view_drag_update_momentum),
2728         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2729         (ev_view_button_release_event), (ev_view_destroy):
2730         
2731         Kinetic scrolling implemented as requested in
2732         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2733
2734 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2735
2736         * data/evince-toolbar.xml:
2737         * data/evince-ui.xml:
2738         * shell/ev-view-private.h:
2739         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2740         (ev_view_button_press_event), (ev_view_motion_notify_event),
2741         (ev_view_button_release_event), (ev_view_init),
2742         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2743         (ev_view_set_cursor):
2744         * shell/ev-view.h:
2745         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2746         (ev_window_cmd_view_autoscroll):
2747         
2748         Autoscroll feature with the context menu. Fixes bug 
2749         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2750
2751 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2752
2753         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2754
2755         Disconnect also page-ready signal when removing a job because the
2756         page size has changed. Thanks to kripken
2757         <kripkensteiner@gmail.com>.
2758
2759 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2760
2761         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2762         
2763         Scroll pages in page entry with mouse wheel. Fixes bug
2764         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2765
2766 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * backend/dvi/Makefile.am:
2769         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2770         (mdvi_cairo_device_init):
2771         * backend/dvi/mdvi-lib/common.h:
2772         * backend/dvi/mdvi-lib/mdvi.h:
2773         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2774         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2775         (mdvi_build_path_from_cwd):
2776
2777         Add ps specials support in dvi backend when libspectre is
2778         present. Fixes bug #386005.
2779         
2780 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * configure.ac:
2783         * backend/ps/Makefile.am:
2784         * backend/ps/ev-spectre.[ch]:
2785         
2786         Use libspectre, if available, for the ps backend. Fixes bugs
2787         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2788
2789 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2790         
2791         * backend/comics/comics-document.c: (comics_document_load):
2792         
2793         Cygwin build issue fix.
2794
2795 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * shell/ev-view.c: (ev_view_set_zoom):
2798
2799         Do not limit the minimum zoom factor when sizing mode is best bit
2800         or fit width. Fixes bug #503805.
2801         
2802 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2805         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2806         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2807         (ev_link_dest_get_property), (ev_link_dest_set_property),
2808         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2809         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2810         (ev_link_dest_new_fitr):
2811         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2812         (goto_fith_dest), (goto_xyz_dest):
2813
2814         Do not change left, top and zoom values when they are null in PDF
2815         destinations. Fixes bug #460658.
2816         
2817 2007-12-10  Christian Persch  <chpe@gnome.org>
2818
2819         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2820         (ev_view_accessible_class_init),
2821         (ev_view_accessible_idle_do_action),
2822         (ev_view_accessible_action_do_action),
2823         (ev_view_accessible_action_get_description),
2824         (ev_view_accessible_action_set_description),
2825         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2826         (ev_view_accessible_factory_init),
2827         (ev_view_accessible_factory_get_accessible_type):
2828         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2829         private data, and G_DEFINE_TYPE. Bug #502843.
2830
2831 2007-12-08  Christian Persch  <chpe@gnome.org>
2832
2833         * shell/ev-metadata-manager.c: (item_free),
2834         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2835         (value_free), (parse_value), (parseItem),
2836         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2837         (save_values): Use GSlice to allocate small amounts of memory. Bug
2838         #475972.
2839
2840 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2841
2842         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2843
2844         Restore cursor to normal after a drag operation. Fixes bug
2845         #501603.
2846         
2847 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2848
2849         * NEWS:
2850         * configure.ac:
2851         
2852         Update for release 2.21.1
2853
2854 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * configure.ac:
2857         * cut-n-paste/gedit-message-area/Makefile.am:
2858         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2859         * shell/Makefile.am:
2860         * shell/ev-message-area.[ch]:
2861         * shell/ev-window.c: (ev_window_set_message_area),
2862         (ev_window_error_message_response_cb), (ev_window_error_message),
2863         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2864         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2865         (ev_attachment_popup_cmd_open_attachment),
2866         (attachment_save_dialog_response_cb), (ev_window_set_document),
2867         (ev_window_init):
2868
2869         Use a message area instead of a popup dialog for error
2870         notifications. Fixes bug #337495.
2871         
2872 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2875         (ev_window_run_fullscreen):
2876
2877         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2878         
2879 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * ev-sidebar-thumbnails.c: (update_visible_range),
2882         (ev_sidebar_thumbnails_refresh),
2883         (ev_sidebar_thumbnails_set_document),
2884         (ev_sidebar_thumbnails_support_document):
2885
2886         Show thumbnails for documents with one page. Fixes bug #358751.
2887         
2888 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * shell/ev-window.c:
2891         (ev_window_load_print_settings_from_metadata),
2892         (ev_window_save_print_settings), (ev_window_print_finished),
2893         (ev_window_print_range):
2894
2895         Print settings that are specific to the document are now saved per
2896         document in the metadata file. Fixes bug #488806.
2897         
2898 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2899
2900         * backend/tiff/tiff-document.c: (tiff_document_render):
2901
2902         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2903         
2904 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * shell/ev-application.[ch]: (get_find_string_from_args),
2907         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2908         (ev_application_open_uri_list):
2909         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2910         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2911         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2912         (ev_window_cmd_recent_file_activate),
2913         (ev_window_open_recent_action_item_activated),
2914         (ev_window_print_send), (open_remote_link):
2915         * shell/main.c: (arguments_parse):
2916
2917         Add a command line option for search. Fixes bug #497710.
2918         
2919 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2920
2921         * shell/ev-jobs.c: (ev_job_print_new):
2922
2923         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2924         
2925 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * data/evince-toolbar.xml:
2928         * shell/Makefile.am:
2929         * shell/ev-application.c: (ev_application_init):
2930         * shell/ev-open-recent-action.[ch]:
2931         * shell/ev-window.c:
2932         (ev_window_open_recent_action_item_activated),
2933         (register_custom_actions):
2934
2935         Add an expander to the open toolbar item which pops up a dropdown
2936         menu with the recently used documents. Fixes bug #487215.
2937         
2938 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * shell/ev-window.c: (ev_window_open_uri),
2941         (ev_window_cmd_view_reload):
2942
2943         Do not jump to the first page when reloading by running evince
2944         from the command line. Fixes bug #490847.
2945         
2946 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2947
2948         * shell/ev-window.c: (ev_window_cmd_help_contents):
2949
2950         Plugged memory leak when help file is not found. Fixes bug
2951         #490762.
2952         
2953 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * configure.ac:
2956
2957         Enable djvu, dvi and comics backends by default. Fixes bug
2958         #437121.
2959         
2960 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * configure.ac:
2963         * cut-n-paste/Makefile.am:
2964         * cut-n-paste/recent-files/*: Removed
2965         * help/reference/Makefile.am:
2966         * shell/Makefile.am:
2967         * shell/ev-application.[ch]: (ev_application_shutdown),
2968         (ev_application_init):
2969         * shell/ev-window.c: (ev_window_add_recent),
2970         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2971
2972         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2973         
2974 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2975
2976         * shell/ev-window.c: (launch_external_uri):
2977
2978         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2979         and report error if the URL is not supported (#489910).
2980
2981 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2984         (pdf_document_file_exporter_begin_page),
2985         (pdf_document_file_exporter_end_page):
2986
2987         Fix printing with poppler splash backend. Fixes bug #489774.
2988         
2989 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2990
2991         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2992         * shell/ev-print-job.c: (ev_print_job_class_init):
2993
2994         Fix a crash when printing with the gnome-print dialog. Fixes bug
2995         #488939.
2996         
2997 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2998
2999         * backend/pixbuf/pixbuf-document.c:
3000
3001         Fix an implicit function definition warning (#487655)
3002
3003 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3004
3005         * shell/ev-window.c:
3006
3007         Fix conflicting shortcut for view sade pane and presentation.
3008         
3009 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3010
3011         * backend/pdf/ev-poppler.cc:
3012         (pdf_document_file_exporter_begin_page),
3013         (pdf_document_file_exporter_do_page),
3014         (pdf_document_file_exporter_end_page),
3015         (pdf_document_file_exporter_iface_init):
3016         * libdocument/ev-file-exporter.[ch]:
3017         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3018         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3019         (ev_job_print_run):
3020
3021         When printing multiple pages per sheet in reverse option, do not
3022         invert the order of the pages in every sheet, but the order of the
3023         sheets. Do not print blank pages when page range is invalid. Fixes
3024         bugs #484857 and #485521.
3025         
3026 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3029         (ev_job_print_run):
3030         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3031
3032         Respect ranges order when printing more than one range in random
3033         order.
3034         
3035 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3036
3037         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3038         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3039
3040         Rotate also the window icon when document is rotated. Fixes bug
3041         #474681.
3042         
3043 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3044
3045         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3046         (pdf_document_forms_get_form_fields):
3047
3048         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3049         Matthias Drochner.
3050         
3051 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * configure.ac:
3054         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3055
3056         Use poppler_page_render_for_printing() instead of
3057         poppler_page_render() if available when exporting to a ps or pdf
3058         file. Fixes bug #476627.
3059         
3060 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3061
3062         * shell/ev-window.c: (ev_window_run_fullscreen):
3063
3064         Do not show the toolbar in fullscreen mode if the main toolbar is
3065         not visible. Fixes bug #483048.
3066         
3067 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * shell/ev-view.c: (ev_view_button_press_event):
3070
3071         Give priority to form fields over images when deciding whether a
3072         button press event is over an image or form field. It allows edit
3073         form fields when they are over a background image. Fixes bug
3074         #477841.
3075         
3076 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3077
3078         * NEWS:
3079         * configure.ac:
3080         
3081         Update for release 2.20.0
3082
3083 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3084
3085         * backend/pdf/ev-poppler.cc:
3086
3087         Remove #ifdef HAVE_FORMS, so that forms support works again.
3088
3089 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3090
3091         * configure.ac:
3092         * data/evince.desktop.in.in:
3093         
3094         Fixes desktop file issues. See bug #473471.
3095
3096 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3097
3098         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3099         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3100         (ev_job_queue_remove_job):
3101         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3102         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3103         * shell/ev-window.c: (ev_window_clear_save_job),
3104         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3105         (ev_window_dispose):
3106
3107         Move save a copy task to its own job so that it's carried out in a
3108         thread avoiding another lock in the main thread. Use
3109         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3110         can be saved to a pathin another file system. Fixes bug #456891.
3111         
3112 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3113
3114         * NEWS:
3115         * configure.ac:
3116         
3117         Update for release 2.19.92
3118
3119 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3120
3121         * configure.ac:
3122         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3123         (pdf_selection_get_selection_region),
3124         (pdf_selection_get_selection_map),
3125         (ev_form_field_from_poppler_field):
3126
3127         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3128         and triple click selections are enabled again now.
3129
3130 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3131
3132         * shell/ev-window.c: (ev_window_add_history):
3133
3134         Make sure not to use the history with documents not supporting
3135         links. Fixes bug #468954.
3136
3137 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3138
3139         * shell/ev-window.c: (ev_window_load_job_cb):
3140
3141         Restart the search when reloading a document with the find bar
3142         visible. Fixes bug #461962.
3143
3144 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * shell/ev-window.c: (setup_document_from_metadata),
3147         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3148
3149         Do not jump to the first page when reloading a document from the
3150         last page.
3151
3152 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * shell/ev-window.c: (update_chrome_flag),
3155         (setup_sidebar_from_metadata),
3156         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3157         (ev_window_cmd_edit_find_next),
3158         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3159         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3160         (find_bar_close_cb), (view_actions_focus_in_cb):
3161
3162         Do not update visibility when changing a chrome flag so that it's
3163         possible to update several flags and update visibility only once
3164         for all of them.
3165
3166 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3169
3170         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3171         supported by gtk+. Fixes bug #460907.
3172
3173 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * shell/ev-view.c: (view_update_range_and_current_page):
3176
3177         Make sure current-page <= end-page in continuous mode. Fixes bug
3178         #454950.
3179
3180 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3181
3182         * backend/pdf/ev-poppler.cc: (build_tree):
3183
3184         Ignore outline items without a title. Fixes bug #453913.
3185
3186 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3189         (ev_view_button_release_event), (ev_view_leave_notify_event):
3190
3191         Use always drag mouse cursor during a drag operation. Fixes bug
3192         #470564.
3193
3194 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3197         (pdf_selection_get_selection_region),
3198         (pdf_selection_get_selection_map):
3199
3200         Temporarily disable double and triple selections since it depends on
3201         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3202         released and the update of the external dependency minimal version
3203         approved.
3204
3205 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3206
3207         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3208         (pdf_document_file_exporter_do_page):
3209         * libdocument/ev-file-exporter.h:
3210         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3211         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3212
3213         Actually fix printing regressions. Remove orientation from
3214         EvPrintContext since it's redundant.
3215
3216 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3219         * backend/impress/impress-document.c:
3220         (impress_document_document_iface_init):
3221         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3222         * backend/djvu/djvu-document.c:
3223         (djvu_document_document_iface_init),
3224         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3225         * backend/tiff/tiff-document.c:
3226         (tiff_document_document_iface_init):
3227         * backend/pixbuf/pixbuf-document.c:
3228         (pixbuf_document_document_iface_init):
3229         * backend/comics/comics-document.c:
3230         (comics_document_document_iface_init):
3231         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3232         (pdf_selection_render_selection),
3233         (pdf_selection_get_selected_text),
3234         (pdf_selection_get_selection_region),
3235         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3236         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3237         (ev_selection_get_selection_region),
3238         (ev_selection_get_selection_map):
3239         * libdocument/ev-document.[ch]:
3240         * shell/ev-pixbuf-cache.[ch]: (add_job),
3241         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3242         * shell/ev-view-private.h:
3243         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3244         (ev_job_render_run):
3245         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3246         * shell/ev-view.c: (start_selection_for_event),
3247         (ev_view_button_press_event), (ev_view_drag_data_get),
3248         (ev_view_drag_data_received), (ev_view_button_release_event),
3249         (compute_new_selection_text), (compute_selections),
3250         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3251         (ev_view_primary_get_cb):
3252
3253         Add support for double and triple click selections.
3254
3255 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3256
3257         * NEWS:
3258         * configure.ac:
3259
3260         Update for release 2.19.4
3261
3262 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3263
3264         * shell/ev-view-private.h:
3265         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3266         (ev_view_set_highlight_search):
3267         * shell/ev-view.h:
3268         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3269         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3270         (find_bar_visibility_changed_cb):
3271         
3272         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3273
3274 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3277         (pdf_document_file_exporter_begin),
3278         (pdf_document_file_exporter_do_page):
3279         * shell/ev-jobs.c: (ev_job_print_run):
3280         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3281
3282         Create always a portrait cairo surface and rotate when needed for
3283         landscape. It fixes printing problems in real printers.
3284
3285 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3286
3287         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3288         * libdocument/ev-file-exporter.[ch]:
3289         (ev_file_exporter_get_capabilities):
3290         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3291         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3292
3293         Adjust number of pages per row according to page orientation when
3294         printing 2 or 6 pages per sheet.
3295
3296 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * shell/ev-window.c: (ev_window_print_send):
3299
3300         Reset also cups setting to 1 when printing multiple pages per
3301         sheet. Fixes bug #468853.
3302
3303 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * libdocument/ev-document-misc.c:
3306         (ev_document_misc_surface_rotate_and_scale):
3307
3308         Use directly cairo_surface_get_content() when creating a similar
3309         surface as suggested by Jeff Muizelaar. Thanks again.
3310
3311 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3312
3313         * backend/djvu/djvu-document.c: (djvu_document_render):
3314         * backend/tiff/tiff-document.c: (tiff_document_render):
3315         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3316         * libdocument/ev-document-misc.c:
3317         (ev_document_misc_surface_from_pixbuf),
3318         (ev_document_misc_surface_rotate_and_scale):
3319
3320         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3321         creating page surfaces. Fixes bug #453123. Thank you very much to
3322         Jeff Muizelaar <jeff@infidigm.net>.
3323
3324 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * shell/ev-page-cache.c: (ev_page_cache_new),
3327         (ev_page_cache_get_thumbnail_size):
3328         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3329         (ev_sidebar_thumbnails_set_loading_icon):
3330
3331         Also store in page-cache the dimensions of the thumbnails so that
3332         they can be used to create the correct loading icon in the side
3333         pane. Fixes bug #466857.
3334
3335 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * backend/pdf/ev-poppler.cc:
3338         (pdf_document_thumbnails_get_thumbnail):
3339
3340         Fix thumbnails rotation in pdf documents that include embedded 
3341         thumbnails.
3342
3343 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3344
3345         * backend/pdf/ev-poppler.cc:
3346
3347         Don't use #ifdef in macro expansion. Some compilers don't
3348         like that. Closes bug #467042.
3349
3350 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3351
3352         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3353         
3354         Fixes memory leak in djvu backend.
3355
3356 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3357
3358         * data/icons/32x32/Makefile.am:
3359         * data/icons/32x32/actions/Makefile.am:
3360         * data/icons/32x32/actions/view-page-cont.svg:
3361         * data/icons/32x32/actions/view-page-facing.svg:
3362         * data/icons/48x48/Makefile.am:
3363         * data/icons/48x48/actions/Makefile.am:
3364         * data/icons/48x48/actions/view-page-cont.svg:
3365         * data/icons/48x48/actions/view-page-facing.svg:
3366         
3367         Icons for a new sizes.
3368
3369 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3370
3371         * shell/ev-page-cache.c: (build_height_to_page),
3372         (ev_page_cache_get_height_to_page):
3373         
3374         Fixes invalid read, see bug #466401.
3375
3376 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3379         (set_drag_cursor):
3380         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3381         (configure_item_cursor), (new_pixbuf_from_widget):
3382
3383         Fix multihead problems in toolbar editor. Fixes bug #382055.
3384
3385 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * shell/ev-window.c: (ev_window_cmd_file_open),
3388         (ev_window_cmd_save_as):
3389
3390         Use g_get_user_special_dir when available instead of
3391         xdg_user_dir_lookup.
3392
3393 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3394
3395         * MAINTAINERS:
3396         
3397         Updated according to request on desktop-devel.
3398
3399 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3402
3403         Do not use cairo_rectangle and cairo_clip since we are
3404         not using cairo_fill but cairo_paint. Use the same cairo context
3405         for every page in the same expose event.
3406
3407 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3408
3409         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3410         leak.
3411
3412 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * configure.ac:
3415         * NEWS:
3416
3417         Release 0.9.3
3418
3419 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * libdocument/ev-document-info.h:
3422         * libdocument/ev-document.h:
3423         * shell/ev-page-action.h:
3424         * shell/ev-sidebar-links.h:
3425
3426         Fix a headers problem with ev-link
3427         
3428         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3429         * shell/ev-view-private.h:
3430         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3431         (get_link_area), (ev_view_query_tooltip),
3432         (ev_view_leave_notify_event), (ev_view_destroy),
3433         (ev_view_class_init):
3434
3435         Use new gtk tooltips when available instead of ev-tooltip.
3436         
3437 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3438
3439         * shell/ev-window.c: (update_chrome_visibility),
3440         (ev_window_sidebar_visibility_changed_cb):
3441
3442         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3443         
3444 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * shell/ev-navigation-action.c:
3447         (ev_navigation_action_history_changed),
3448         (ev_navigation_action_set_history):
3449         * shell/ev-navigation-action-widget.c:
3450         (ev_navigation_action_widget_init):
3451         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3452
3453         Fix compile warnings.
3454         
3455 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3456
3457         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3458         (egg_editable_toolbar_dispose):
3459
3460         Fix memory leak.
3461         
3462 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3463
3464         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3465         (screensaver_disable_x11):
3466         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3467         * shell/ev-window.c: (presentation_set_timeout):
3468         * shell/ev-view.c: (ev_view_presentation_transition_start):
3469
3470         Use g_timeout_add_seconds instead of g_timeout_add when
3471         available.
3472         
3473 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3474
3475         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3476
3477         Set horizontal scrollbar policy to AUTOMATIC instead of
3478         NEVER. Workaround for bug #449462.
3479         
3480 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * shell/ev-jobs.c: (ev_job_render_page_ready):
3483
3484         Add page_ready callback to main loop with high priority and hold
3485         a reference to job during idle.
3486         
3487 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * configure.ac:
3490         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3491         (pdf_document_file_exporter_begin),
3492         (pdf_document_file_exporter_do_page),
3493         (pdf_document_file_exporter_get_capabilities):
3494         * libdocument/ev-file-exporter.h:
3495         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3496         * shell/ev-window.c: (ev_window_print_send),
3497         (ev_window_print_dialog_response_cb):
3498
3499         Allow printing multiple pages per sheet. Fixes bug #395573.
3500         
3501 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3502
3503         * shell/ev-view.c: (tip_from_link):
3504         
3505         Check for NULL, fixes bug #460862.
3506
3507 2007-07-29  Christian Persch  <chpe@gnome.org>
3508
3509         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3510         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3511         (ev_window_cmd_preview_print):
3512         
3513         Fixes bug #437681 - blocks while enumerating printers.
3514
3515 2007-07-29  Christian Persch  <chpe@gnome.org>
3516
3517         * shell/ev-window.c: (ev_window_screen_changed):
3518         
3519         Don't use deprecated gtk+ function. See bug #460909.
3520
3521 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-utils.c: (get_num_monitors):
3524         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3525
3526         Do not use display before initializing it. Remove compile
3527         warnings.
3528
3529 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3530
3531         * shell/ev-view.c: (ev_view_class_init):
3532         
3533         Unix-like hjkl bindings added. See bug #458111.
3534
3535 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3536
3537         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3538         * shell/ev-utils.h:
3539         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3540         (ev_view_update_view_size):
3541         * shell/ev-view.h:
3542         * shell/ev-window.c: (ev_window_update_actions),
3543         (setup_view_from_metadata), (ev_window_screen_changed),
3544         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3545         (zoom_control_changed_cb):
3546         * shell/ev-window.h:
3547         
3548         Reorganizes utility functions.
3549
3550 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3553         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3554         (add_job), (ev_pixbuf_cache_get_surface),
3555         (ev_pixbuf_cache_get_link_mapping),
3556         (ev_pixbuf_cache_get_image_mapping),
3557         (ev_pixbuf_cache_get_form_field_mapping),
3558         (ev_pixbuf_cache_get_text_mapping):
3559         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3560         (notify_page_ready), (ev_job_render_page_ready),
3561         (ev_job_render_run):
3562
3563         Add page_ready signal to notify that page is ready as soon as
3564         possible even if other page elements like links, forms, images or
3565         text mapping are not ready yet.
3566
3567 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3570         (dvi_document_file_exporter_do_page),
3571         (dvi_document_file_exporter_get_capabilities),
3572         (dvi_document_file_exporter_iface_init):
3573         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3574         (ps_document_file_exporter_do_page),
3575         (ps_document_file_exporter_get_capabilities),
3576         (ps_document_file_exporter_iface_init):
3577         * backend/djvu/djvu-document.c:
3578         (djvu_document_file_exporter_begin),
3579         (djvu_document_file_exporter_end),
3580         (djvu_document_file_exporter_get_capabilities),
3581         (djvu_document_file_exporter_iface_init):
3582         * backend/tiff/tiff-document.c:
3583         (tiff_document_file_exporter_begin),
3584         (tiff_document_file_exporter_get_capabilities),
3585         (tiff_document_document_file_exporter_iface_init):
3586         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3587         (pdf_document_file_exporter_do_page),
3588         (pdf_document_file_exporter_get_capabilities),
3589         (pdf_document_file_exporter_iface_init):
3590         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3591         (ev_file_exporter_get_capabilities):
3592         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3593         (idle_print_handler), (ev_print_job_print):
3594         * shell/ev-jobs.c: (ev_job_print_run):
3595         * shell/ev-window.c: (ev_window_print_send),
3596         (ev_window_print_range):
3597
3598         Use capabilities to know which options should be offered by the
3599         print dialog depending on the document backend.
3600
3601 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3604
3605         Give priority to forms over text to set the cursor.
3606
3607 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * shell/ev-view-private.h:
3610         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3611         (ev_view_leave_notify_event), (ev_view_finalize),
3612         (ev_view_get_property), (ev_view_class_init):
3613
3614         Use IBEAM cursor for text form fields and NORMAL cursor for read
3615         only fields. Remove unused status attribute.
3616
3617 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3618
3619         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3620
3621         Update region for current selected items also for checkbox
3622         buttons, since they can behave as radio buttons when they are in a
3623         set.
3624
3625 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3626
3627         * configure.ac:
3628         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3629
3630         Get max length of text form fields.
3631
3632 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3635         * libdocument/ev-form-field.h:
3636         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3637
3638         Fix build with current poppler cvs head.
3639
3640 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3643         * shell/eggfindbar.c: (egg_find_bar_init):
3644
3645         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3646         deprecation. Fixes bug #455667
3647
3648 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3649
3650         * NEWS:
3651         * configure.ac:
3652         
3653         Update for release 0.9.2
3654
3655 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * shell/ev-view.c: (ev_view_form_field_text_save),
3658         (ev_view_form_field_choice_save):
3659
3660         Fix a crash when closing whith a form widget visible.
3661
3662 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3663
3664         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3665
3666         Update also the region of the current selected button when
3667         clicking on another button if they are radio buttons.
3668
3669 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3670
3671         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3672         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3673         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3674         (ev_pixbuf_cache_get_link_mapping),
3675         (ev_pixbuf_cache_get_image_mapping),
3676         (ev_pixbuf_cache_get_form_field_mapping),
3677         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3678         * shell/ev-view.c: (ev_view_form_field_get_region),
3679         (ev_view_form_field_button_create_widget),
3680         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3681         (job_finished_cb):
3682
3683         Redraw only form field region instead of the whole page when
3684         reloading a page to show changes on the form field.
3685
3686 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3687
3688         * shell/ev-view.c: (ev_view_form_field_choice_save):
3689
3690         Fix selection of first item in list form fields.
3691
3692 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3693
3694         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3695         (ev_pixbuf_cache_reload_page),
3696         (ev_pixbuf_cache_get_form_field_mapping):
3697
3698         Some refactoring to avoid duplicated code.
3699
3700 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * configure.ac:
3703         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3704         (ev_form_field_from_poppler_field),
3705         (pdf_document_forms_get_form_fields),
3706         (pdf_document_forms_form_field_text_get_text),
3707         (pdf_document_forms_form_field_text_set_text),
3708         (pdf_document_forms_form_field_button_set_state),
3709         (pdf_document_forms_form_field_button_get_state),
3710         (pdf_document_forms_form_field_choice_get_item),
3711         (pdf_document_forms_form_field_choice_get_n_items),
3712         (pdf_document_forms_form_field_choice_is_item_selected),
3713         (pdf_document_forms_form_field_choice_select_item),
3714         (pdf_document_forms_form_field_choice_toggle_item),
3715         (pdf_document_forms_form_field_choice_unselect_all),
3716         (pdf_document_forms_form_field_choice_set_text),
3717         (pdf_document_forms_form_field_choice_get_text),
3718         (pdf_document_document_forms_iface_init):
3719         * libdocument/Makefile.am:
3720         * libdocument/ev-form-field.[ch]:
3721         * libdocument/ev-document-forms.[ch]:
3722         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3723         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3724         (add_job), (ev_pixbuf_cache_reload_page),
3725         (ev_pixbuf_cache_get_form_field_mapping):
3726         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3727         * shell/ev-view-private.h:
3728         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3729         (ev_view_handle_cursor_over_xy),
3730         (ev_view_get_form_field_at_location),
3731         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3732         (ev_view_form_field_button_create_widget),
3733         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3734         (ev_view_form_field_text_create_widget),
3735         (ev_view_form_field_choice_save),
3736         (ev_view_form_field_choice_changed),
3737         (ev_view_form_field_choice_create_widget),
3738         (ev_view_handle_form_field), (ev_view_size_allocate),
3739         (ev_view_realize), (draw_end_presentation_page),
3740         (ev_view_button_press_event), (ev_view_remove_all),
3741         (ev_view_motion_notify_event), (ev_view_key_press_event),
3742         (ev_view_enter_notify_event), (highlight_find_results),
3743         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3744         (ev_view_class_init), (page_changed_cb),
3745         (on_adjustment_value_changed), (ev_view_set_presentation),
3746         (merge_selection_region), (ev_view_set_cursor),
3747         (ev_view_reset_presentation_state):
3748         
3749         Merge evince-forms branch.
3750
3751 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3752
3753         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3754
3755         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3756         This script also updates itself from libegg
3757
3758         * cut-n-paste/toolbar-editor/egg*:
3759         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3760         libegg
3761
3762 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3763
3764         * shell/ev-window.c:
3765         
3766         Adds a nice icon to page action during toolbar editing.
3767         See bug #452872.
3768
3769 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3770
3771         * data/evince-toolbar.xml:
3772         * shell/ev-window.c:
3773         
3774         Let user add a presentation and fullscreen icons on toolbar.
3775         See bug #449734.
3776
3777 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3778
3779         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3780
3781         new script to keep in sync with toolbareditor in libegg
3782
3783         * cut-n-paste/toolbar-editor/*: 
3784
3785         Run update-toolbareditor-from-libegg so we are in sync again. 
3786         Fixes bug #452850.
3787         
3788
3789 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * shell/ev-sidebar-links.c: (job_finished_callback):
3792
3793         Do not connect selection changed signal more than once. Fixes bug
3794         #349433.
3795
3796 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3797
3798         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3799
3800         Do not change sidebar chrome flag when pressing F9 key in
3801         presentation mode.
3802
3803 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3804
3805         * backend/pdf/ev-poppler.cc:
3806         (pdf_document_thumbnails_get_dimensions):
3807
3808         Make sure thumbnails width and height is not <= 0. Fixes a crash
3809         with some pdf documents which have really small pages.
3810
3811 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3812
3813         * shell/main.c: (main):
3814
3815         Fixes program description translation issue.
3816         Bug #450148.
3817
3818 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3819
3820         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3821
3822         Do not change current page when returning from black/white mode
3823         in presentation. Fixes bug #415032.
3824
3825 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3826
3827         * NEWS:
3828         * configure.ac:
3829         
3830         Update for release 0.9.1
3831
3832 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3833
3834         * backend/dvi/dvi-document.c:
3835         (dvi_document_finalize),
3836         (dvi_document_file_exporter_format_supported),
3837         (dvi_document_file_exporter_begin),
3838         (dvi_document_file_exporter_do_page),
3839         (dvi_document_file_exporter_end),
3840         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3841         
3842         PDF exporter for dvi documents. Fixes bug #441319.
3843
3844 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3845
3846         * shell/ev-window.c: (ev_window_clear_print_job):
3847
3848         Clear gtk print job when job has finished. Fixes bug #447612.
3849
3850 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * shell/ev-window.c: (ev_window_print_send),
3853         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3854
3855         Add preview button to print dialog. Fixes bug #445419.
3856
3857 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * backend/dvi/Makefile.am:
3860         * backend/dvi/pixbuf-device.[ch]: Removed
3861         * backend/dvi/cairo-device.[ch]: Added
3862         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3863         * backend/dvi/dvi-document.c: (dvi_document_load),
3864         (dvi_document_render), (dvi_document_finalize),
3865         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3866         (dvi_document_do_color_special):
3867         * libdocument/ev-document-misc.[ch]:
3868         (ev_document_misc_pixbuf_from_surface):
3869
3870         Port dvi backend to cairo and fix a problem with colors. 
3871
3872 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * shell/ev-view.c: (draw_one_page):
3875
3876         Draw only visible region.
3877
3878 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * backend/djvu/djvu-document.c: (djvu_document_render):
3881
3882         Fix rotation in djvu backend.
3883
3884 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3885
3886         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3887         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3888         (ev_pixbuf_cache_get_image_mapping),
3889         (ev_pixbuf_cache_get_text_mapping):
3890
3891         Redraw view every time we have a new surface. Fixes bug #443587.
3892
3893 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * libdocument/ev-document.c: (ev_document_info_free):
3896
3897         Fix memory leaks.
3898
3899 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * backend/dvi/dvi-document.c: (dvi_document_render),
3902         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3903         * backend/impress/impress-document.c:
3904         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3905         (impress_document_render), (impress_document_document_iface_init),
3906         (impress_document_thumbnails_get_thumbnail):
3907         * backend/djvu/djvu-document-private.h:
3908         * backend/djvu/djvu-document.c: (djvu_document_render),
3909         (djvu_document_finalize), (djvu_document_document_iface_init),
3910         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3911         * backend/tiff/tiff-document.c: (tiff_document_render),
3912         (tiff_document_render_pixbuf),
3913         (tiff_document_document_iface_init):
3914         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3915         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3916         (pdf_selection_render_selection):
3917         * backend/comics/comics-document.c:
3918         (comics_document_render_pixbuf), (comics_document_render),
3919         (comics_document_document_iface_init):
3920         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3921         (pixbuf_document_document_iface_init):
3922         * libdocument/ev-document-misc.[ch]:
3923         (ev_document_misc_surface_from_pixbuf),
3924         (ev_document_misc_surface_rotate_and_scale):
3925         * libdocument/ev-document.[ch]: (ev_document_render):
3926         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3927         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3928         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3929         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3930         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3931         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3932         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3933         (render_finished_cb), (ev_job_render_run):
3934         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3935         (merge_selection_region):
3936
3937         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3938         and selections.
3939
3940 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * shell/ev-window-title.c: (ev_window_title_update):
3943
3944         Fix memory leak.
3945
3946 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3947
3948         * shell/ev-view.c: (draw_loading_text):
3949
3950         Show loading text centered. Fixes bug #433061
3951
3952 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3953
3954         * shell/ev-sidebar-thumbnails.c:
3955         (ev_sidebar_thumbnails_set_loading_icon):
3956
3957         Remove a mutex in the main thread that blocks the UI in heavy
3958         documents.
3959
3960 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3961
3962         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3963
3964         Set points_set to TRUE so that selections don't disappear after a
3965         zoom change.
3966
3967 2007-06-07  Michael Monreal  <infernux@web.de>
3968
3969         * data/icons/16x16/actions/Makefile.am:
3970         * data/icons/16x16/actions/zoom.svg:
3971         * data/icons/22x22/actions/Makefile.am:
3972         * data/icons/22x22/actions/zoom.svg:
3973         * data/icons/24x24/actions/Makefile.am:
3974         * shell/ev-stock-icons.c:
3975         * shell/ev-stock-icons.h:
3976         * shell/ev-window.c:
3977         
3978         Zoom icon artwork. See bug #444795.
3979
3980 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3981
3982         * shell/ev-metadata-manager.c: Remove extraneous function
3983         (Closes: #444386)
3984
3985 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3986
3987         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3988         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3989         (ev_metadata_manager_set), (ev_metadata_manager_save):
3990         Simplify the timeout, no need for modified anymore
3991
3992 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3993
3994         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3995         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3996         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3997         (ev_metadata_manager_save): Adapted patch from Arjan van de
3998         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3999         time, saves on power (Closes: #443851)
4000
4001 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * configure.ac:
4004         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4005         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4006
4007         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4008
4009 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4010
4011         * shell/ev-window.c: (ev_window_add_history):
4012
4013         Check if history is NULL
4014
4015 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4016
4017         * libdocument/ev-image.c: (ev_image_finalize):
4018         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4019         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4020         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4021         (ev_tmp_uri_unlink):
4022
4023         Add functions to delete temporary files created by evince in a safe
4024         way.
4025
4026         * shell/ev-window.c: (ev_window_clear_local_uri),
4027         (open_xfer_update_progress_callback),
4028         (save_xfer_update_progress_callback), (ev_window_save_remote),
4029         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4030         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4031         (attachment_save_dialog_response_cb),
4032         (ev_attachment_popup_cmd_save_attachment_as):
4033
4034         Allow saving a copy of a document, image or attachment to a remote
4035         location. Fixes bug #440754. 
4036
4037 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4038
4039         * configure.ac:
4040         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4041
4042         Fix build with current poppler from cvs head. 
4043
4044 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4045
4046         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4047
4048         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4049         directory exists.
4050
4051 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4052
4053         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4054         * shell/ev-window.c:
4055
4056         Change sidebar ordering. Fixes bug #439939.
4057
4058 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4059
4060         * backend/comics/Makefile.am:
4061         
4062         Fixes build with --without-libgnome.
4063
4064 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4065         
4066         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4067
4068         Update cursor and tooltip on page change and view scroll. Fixes bug
4069         #439217.
4070
4071 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4072
4073         * NEWS:
4074         * configure.ac:
4075         
4076         Update for release 0.9.0
4077
4078 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4079
4080         * backend/djvu/djvu-document-private.h:
4081         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4082         (djvu_document_finalize),
4083         (djvu_document_file_exporter_format_supported),
4084         (djvu_document_file_exporter_begin),
4085         (djvu_document_file_exporter_do_page),
4086         (djvu_document_file_exporter_end),
4087         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4088         
4089         Implemented printing with djvu. Bug #437998.
4090
4091 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4092
4093         * backend/impress/zip.c:
4094         Add missing ulong definition.
4095
4096         * backend/ps/ps-interpreter.c:
4097         Add missing headers.
4098
4099         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4100
4101 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4104
4105         Add missing call to parent class dispose method. 
4106
4107 2007-05-12  Ross Burton  <ross@openedhand.com>
4108
4109         * shell/main.c:
4110         Sync keybindings manually when building without libgnome
4111         (#437925).
4112
4113 2007-05-12  Ross Burton  <ross@openedhand.com>
4114
4115         * shell/ev-window.c:
4116         Respect the screen when opening help (#437866).
4117
4118 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4119
4120         * data/evince-ui.xml:
4121         * shell/ev-application.[ch]: (get_print_settings_from_args),
4122         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4123         (ev_application_open_uri_list):
4124         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4125         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4126         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4127         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4128         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4129         (ev_window_dispose):
4130         * shell/main.c: (arguments_parse):
4131
4132         Add print button in preview mode. Fixes bug #396475. 
4133
4134 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4135
4136         * cut-n-paste/zoom-control/ephy-zoom.h:
4137         
4138         Fixes zoom level factors. See bug #408119 for details.
4139
4140 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4141
4142         * backend/comics/comics-document.c: (comics_regex_quote),
4143         (extract_argv):
4144         
4145         Correctly quote symbols. Fixes crash in the bug
4146         #415370.
4147
4148 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4149
4150         * shell/ev-navigation-action-widget.c:
4151         (ev_navigation_action_widget_init),
4152         (ev_navigation_action_widget_class_init),
4153         (ev_navigation_action_widget_button_press_event):
4154         
4155         Connect to button-press event on correct widget. Fixes
4156         bug #431988
4157
4158 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4159
4160         * shell/ev-application.c: (ev_application_open_window),
4161         (ev_application_add_icon_path_for_screen),
4162         (ev_application_open_uri_at_dest):
4163         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4164         * shell/ev-navigation-action.c: (build_menu):
4165         
4166         Add app-specific icons to our icon theme. Fixes bug
4167         #425508.
4168
4169 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4170
4171         * shell/ev-history.c: (ev_history_class_init),
4172         (ev_history_add_link):
4173         * shell/ev-history.h:
4174         * shell/ev-navigation-action.c:
4175         (ev_navigation_action_history_changed),
4176         (ev_navigation_action_set_history), (build_menu),
4177         (ev_navigation_action_finalize):
4178         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4179         
4180         Make navigation action unsensitive instead of showing
4181         menu with unsensitive word. Fixes bug #417392.
4182
4183 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4184
4185         * shell/ev-application.[ch]: (ev_application_shutdown),
4186         (ev_application_get_print_settings),
4187         (ev_application_set_print_settings):
4188         * shell/ev-window.c:
4189
4190         Remember print settings. Fixes bug #349102. 
4191
4192 2007-05-08  Christian Persch  <chpe@gnome.org>
4193
4194         * configure.ac:
4195         * properties/ev-properties-view.c:
4196
4197         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4198         Bug #382438.
4199
4200 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * configure.ac:
4203         * properties/ev-properties-view.c: (ev_regular_paper_size):
4204
4205         Use gtk+ builtin paper list to identify the document's paper size.
4206         Fixes bug #382438. 
4207
4208 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4209
4210         * configure.ac:
4211
4212         Fix build when compiling with thumbnailer and libgnome support. 
4213
4214 2007-05-04  Ross Burton  <ross@openedhand.com>
4215
4216         * configure.ac:
4217         Add --without-libgnome, check for libgnome and libgnomeui
4218         separately, and add them to the symbols as required.
4219
4220         * libdocument/ev-file-helpers.c:
4221         When building without libgnome, use g_get_user_config_dir instead
4222         of gnome_user_dir_get.
4223
4224         * shell/ev-application.c:
4225         When building without libgnome, don't use session management.
4226
4227         * shell/main.c:
4228         When building without libgnome, don't use GnomeProgram or
4229         initialise the authentication manager.
4230
4231         This fixes #328842.
4232
4233 2007-05-04  Ross Burton  <ross@openedhand.com>
4234
4235         * shell/ev-window.c:
4236         Don't use libgnome to open help, instead call Yelp directly.
4237
4238 2007-05-04  Ross Burton  <ross@openedhand.com>
4239
4240         * shell/ev-sidebar-attachments.c:
4241         Don't use libgnome to lookup icons for MIME types, instead copy
4242         code from GTK+ to do it manually.
4243
4244 2007-05-04  Ross Burton  <ross@openedhand.com>
4245
4246         * configure.ac:
4247         Add libxml to the dependencies for SHELL_CORE (#435818).
4248
4249 2007-05-02  Ross Burton  <ross@openedhand.com>
4250
4251         * configure.ac:
4252         * Makefile.am:
4253         Add --disable-thumbnailer (#434825)
4254
4255 2007-05-02  Ross Burton  <ross@openedhand.com>
4256
4257         * shell/ev-window.c:
4258         Add missing includes, fix indentation.
4259
4260         * shell/main.c:
4261         Fix indentation.
4262
4263 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4264
4265         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4266         ev_application_open_uri_at_dest instead of ev_application_open_uri
4267         preventing new document always being opened in a new window even if there
4268         is an empty window.
4269
4270 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4271
4272         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4273         (egg_recent_view_uimanager_finalize):
4274         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4275         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4276         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4277         (ev_pixbuf_cache_dispose):
4278         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4279         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4280         
4281         Add missing chain to parent class methods. Fixes
4282         bug #433128.
4283
4284 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4285
4286         * data/Makefile.am (update-icon-cache): Updates
4287         gtk-update-icon-cache in uninstall-hook.
4288
4289 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4290
4291         * shell/ev-window.c: (ev_window_setup_document),
4292         (ev_window_set_document), (ev_window_load_job_cb):
4293         * shell/ev-view.c: (setup_caches):
4294         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4295
4296         Start rendering pages before any other jobs. 
4297
4298 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * shell/ev-window.c: (ev_window_stop_fullscreen),
4301         (ev_window_stop_presentation):
4302
4303         Update chrome visibility before window unfullscreen. 
4304
4305 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4306
4307         * data/Makefile.am:
4308         * data/evince-ui.xml:
4309         * shell/ev-stock-icons.[ch]:
4310         * shell/ev-application.[ch]: (ev_application_shutdown),
4311         (ev_application_init), (ev_application_get_toolbars_model):
4312         * shell/ev-window.c: (update_chrome_visibility),
4313         (fullscreen_toolbar_setup_item_properties),
4314         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4315         (ev_window_run_presentation), (ev_window_stop_presentation),
4316         (ev_window_run_preview), (ev_window_screen_changed),
4317         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4318         (ev_window_dispose), (ev_window_init):
4319
4320         Make fullscreen toolbar always visible. Do not use egg toolbars for
4321         fullscreen and preview modes since such toolbars are not editables.
4322         Fixes bugs #300278, #338910 and #316188.  
4323
4324 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4325
4326         * shell/ev-application.c:
4327         * shell/ev-job-queue.c:
4328         * shell/ev-metadata-manager.c:
4329         * shell/ev-stock-icons.c:
4330         * shell/ev-window.c:
4331         * shell/main.c:
4332         
4333         Developers documentation updated.
4334
4335 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4336
4337         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4338
4339         Check whether uri is valid before launching it. Fixes bug #427664.
4340
4341 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4342
4343         * shell/ev-window.c:
4344
4345         Change key accelerator for Open a Copy menu entry which is in conflict
4346         with Close. Fixes bug #427321.
4347
4348 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4349
4350         * NEWS:
4351         * configure.ac:
4352         
4353         Update for release 0.8.1
4354
4355 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4356
4357         * shell/ev-window.c: (setup_size_from_metadata):
4358         
4359         Do not make window bigger than screen. Fixes bug 
4360         #388985.
4361
4362 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4363
4364         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4365         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4366
4367         Use default resolution when it's not provided by document. Fixes bug
4368         #408762.
4369
4370 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4371
4372         * configure.ac:
4373         * thumbnailer/Makefile.am:
4374         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4375         * thumbnailer/evince-thumbnailer.schemas.in:
4376         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4377
4378         Add support for ps, eps and compressed documents thumbnails. Do not
4379         ignore size parameter. 
4380
4381 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4382
4383         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4384         (dvi_document_do_color_special):
4385         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4386
4387         Implement font color specials in the DVI backend. Fixes bug #303651.
4388
4389 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4390
4391         Fixup the previous commit:
4392
4393         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4394         * shell/xdg-user-dir-lookup.c: Make the function non-static
4395         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4396
4397 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4398
4399         * shell/ev-window.c (file_open_dialog_response_cb): Use
4400         the xdg-user-dirs DOCUMENTS folder as default folder when
4401         opening a file chooser.  (#424858)
4402
4403         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4404         xdg-user-dirs.
4405
4406 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4407
4408         * shell/ev-window.c: (ev_window_load_job_cb):
4409
4410         Do not setup view from metadata on preview mode. 
4411
4412 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4413
4414         * shell/main.c:
4415
4416         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4417
4418 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4419
4420         * shell/ev-view.c: (ev_view_primary_get_cb):
4421
4422         Check pointer != NULL before using it. Fixes bug #416841. 
4423
4424 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4425
4426         * NEWS:
4427         * configure.ac:
4428         
4429         Release 0.8.0
4430
4431 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4434
4435         Do not render thumbnails when sidebar thumbnail page is not visible
4436         at startup. Fixes bug #416447. 
4437
4438 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4439
4440         * data/evince.desktop.in.in:
4441
4442         "Application" is not a valid category in the freedesktop specification.
4443
4444 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4445
4446         * libdocument/ev-file-helpers.[ch]: (compression_run),
4447         (ev_file_uncompress), (ev_file_compress):
4448         * shell/ev-window.c: (file_save_dialog_response_cb):
4449
4450         Save document compressed when saving a copy of a compressed document.
4451         Fixes bug #334542.
4452
4453 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4454
4455         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4456
4457         Allow deleting in goto window entry in presentation mode. 
4458
4459 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4460
4461         * Makefile.am: Dist MAINTAINERS.
4462
4463 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4464
4465         * shell/ev-window.c: (ev_window_update_actions):
4466
4467         Fix zoom shortcut keys when searching. Fixes bug #409828.
4468
4469 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4470
4471         * shell/ev-window.c: (ev_window_setup_document):
4472
4473         Fix crash when loading documents with only one page. 
4474
4475 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4476
4477         * backend/dvi/dvi-document.c:
4478         (dvi_document_thumbnails_get_dimensions),
4479         (dvi_document_thumbnails_get_thumbnail):
4480         * backend/impress/impress-document.c:
4481         (impress_document_thumbnails_get_thumbnail),
4482         (impress_document_thumbnails_get_dimensions):
4483         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4484         (ps_document_thumbnails_get_dimensions):
4485         * backend/djvu/djvu-document.c:
4486         (djvu_document_thumbnails_get_dimensions),
4487         (djvu_document_thumbnails_get_thumbnail):
4488         * backend/tiff/tiff-document.c:
4489         (tiff_document_thumbnails_get_thumbnail),
4490         (tiff_document_thumbnails_get_dimensions):
4491         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4492         (pdf_document_thumbnails_get_thumbnail),
4493         (pdf_document_thumbnails_get_dimensions):
4494         * backend/comics/comics-document.c:
4495         (comics_document_thumbnails_get_thumbnail),
4496         (comics_document_thumbnails_get_dimensions):
4497         * backend/pixbuf/pixbuf-document.c:
4498         (pixbuf_document_thumbnails_get_thumbnail),
4499         (pixbuf_document_thumbnails_get_dimensions):
4500         * libdocument/ev-document-thumbnails.[ch]:
4501         (ev_document_thumbnails_get_thumbnail),
4502         (ev_document_thumbnails_get_dimensions):
4503         * libdocument/ev-document-misc.[ch]:
4504         (ev_document_misc_get_thumbnail_frame):
4505         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4506         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4507         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4508         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4509         (ev_sidebar_thumbnails_refresh):
4510         * shell/ev-window.c: (ev_window_setup_document):
4511         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4512
4513         Use an EvRenderContext for rendering thumbnails instead of a suggested
4514         width, so that different sized pages get sized proportionally.
4515
4516 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4517
4518         * shell/ev-view.c: (ev_view_button_press_event),
4519         (ev_view_key_press_event):
4520
4521         Fix critical warnings when there is no document loaded. 
4522
4523 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4524
4525         * shell/ev-page-action-widget.c:
4526         * shell/ev-navigation-action.c:
4527         * shell/ev-window.c:
4528
4529         Fix compile warnings. 
4530
4531 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4532
4533         * backend/djvu/djvu-text.h:
4534         * backend/djvu/djvu-document.c:
4535         * backend/djvu/djvu-text-page.c:
4536         * backend/djvu/djvu-links.c:
4537         * backend/djvu/djvu-text-page.h:
4538         * backend/djvu/djvu-text.c:
4539         
4540         Fix build on Mac. Fixes bug #392186. Patch by
4541         <ephraim_owns@hotmail.com>
4542
4543 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4544
4545         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4546
4547         Restore cairo context before rendering every page when printing a PDF
4548         document into a PDF file. 
4549
4550 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4551
4552         * backend/ps/gstypes.h:
4553         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4554         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4555         (ps_document_thumbnails_get_thumbnail):
4556
4557         Handle PostScript page orientation. Fixes bug #318568.
4558
4559 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4560
4561         * backend/ps/Makefile.am:
4562         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4563         (document_load), (ps_document_load), (save_document),
4564         (save_page_list), (ps_document_get_n_pages),
4565         (ps_document_get_page_size), (ps_document_get_info),
4566         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4567         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4568         (ps_document_thumbnails_get_thumbnail),
4569         (ps_document_thumbnails_get_dimensions),
4570         (ps_document_document_thumbnails_iface_init):
4571         * backend/ps/ps.[ch]: (psgetpagebox):
4572         * backend/ps/ps-interpreter.[ch]:
4573
4574         Add support for thumbnails in ps backend. Fixes bug #164755. 
4575
4576 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4577
4578         * NEWS:
4579         * configure.ac:
4580         
4581         Release 0.7.2
4582
4583 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4584
4585         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4586         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4587         (ev_window_dispose):
4588
4589         Use document thumbnail as window icon. Fixes bug #384442.
4590
4591 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4592
4593         * configure.ac:
4594
4595         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4596         duplicated adding application/x-bzpostscript instead. 
4597
4598 2007-02-11  Tom Parker  <palfrey@tevp.net>
4599
4600         * backend/ps/ps-document.c: (document_load):
4601
4602         Check return value of psscan before trying
4603         to use it. Fixes bug #372414.
4604
4605 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4606
4607         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4608
4609         Fix invalid free in ev-page-cache. Fixes bug #404745.
4610
4611 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4612
4613         * test/Makefile.am:
4614         * test/test3.py:
4615         
4616         Added reload test case.
4617
4618 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * po/POTFILES.in:
4621         * backend/djvu/djvu-document.c: (djvu_document_load):
4622
4623         Check whether there are missing files in indirect multipage djvu
4624         documents. Fixes bug #361683. 
4625
4626 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4627
4628         * test/Makefile.am:
4629         * test/test-mime.bin:
4630         * test/test3.py:
4631         
4632         Added test for slow mime type
4633
4634 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4635
4636         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4637
4638         Add some checks and call parent_class->finalize. Fixes bug #404745.
4639
4640 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4641
4642         * shell/ev-navigation-action.c: (connect_proxy):
4643         
4644         Fixes dropdown history menu. Thanks a lot Carlos!
4645
4646 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4647
4648         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4649
4650         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4651         bug #373715.
4652
4653 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4654
4655         * backend/ps/ps.c: (psscan):
4656
4657         Fix memory leak. 
4658
4659 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4660
4661         * configure.ac:
4662         * libdocument/ev-file-helpers.c: 
4663
4664         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4665
4666 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4667
4668         * configure.ac:
4669         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4670         (ps_interpreter_start), (document_load), (save_document),
4671         (save_page_list):
4672         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4673         * libdocument/ev-document-factory.c:
4674         (ev_document_factory_get_from_mime), (get_document_from_uri),
4675         (free_uncompressed_uri), (ev_document_factory_get_document):
4676         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4677
4678         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4679
4680 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * libdocument/ev-document.h:
4683
4684         Fix typo in function name. 
4685
4686 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4687
4688         * backend/ps/ps-document.c: (ps_interpreter_finished),
4689         (ps_interpreter_start), (ps_interpreter_failed):
4690
4691         Handle ghostscript interpreter crashes. 
4692
4693 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4694
4695         * shell/ev-window.c: (ev_window_open_uri),
4696         (window_configure_event_cb):
4697
4698         Setup window size and position before showing it. Fixes bug #401711.
4699
4700 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4701
4702         * backend/ps/Makefile.am:
4703         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4704         (ps_document_dispose), (ps_document_class_init),
4705         (ps_interpreter_input), (ps_interpreter_output),
4706         (ps_interpreter_error), (setup_interpreter_env),
4707         (ps_interpreter_start), (ps_interpreter_stop),
4708         (ps_interpreter_failed), (ps_interpreter_is_ready),
4709         (check_filecompressed), (document_load), (ps_document_load),
4710         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4711         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4712         (render_page):
4713
4714         Rework ps-document. Code cleanups, remove deprecated code. 
4715
4716 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4717
4718         * shell/ev-view.c: (ev_view_button_press_event):
4719
4720         Do not start an image drag and drop operation when pointer is on 
4721         text, so that we can select text when the whole background is an
4722         image. 
4723
4724 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * shell/ev-window.c: (ev_window_update_actions): 
4727
4728         Disable all zoom related actions during presentation mode. 
4729
4730 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4731
4732         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4733
4734         Do not zoom in or out on presentation mode. Fixes bug #401305.
4735
4736 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4737
4738         * shell/ev-navigation-action.c: (connect_proxy),
4739         (create_menu_item), (ev_navigation_action_class_init):
4740         
4741         Correctly show menu and fix crash when navigaton 
4742         action is out of toolbar visible area.
4743
4744 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4745
4746         * data/Makefile.am:
4747         * data/evince.1:
4748         
4749         Added man file
4750
4751 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4752
4753         * help/reference/* :
4754         * configure.ac:
4755         
4756         Added gtk-doc based documentation for Evince.
4757         Still in initial state but I hope it will
4758         grow.
4759         
4760         * configure.ac:
4761         
4762         Lower dbus requirement to 0.70
4763
4764 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4765
4766         * shell/ev-window.c: (ev_window_add_history):
4767
4768         Fix memory leak. 
4769
4770 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4771
4772         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4773         * shell/ev-view.h:
4774         * shell/ev-window.c: (ev_window_add_history):
4775         
4776         Correctly handle named destination links
4777
4778 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4779
4780         * NOTES:
4781         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4782         * backend/pdf/ev-poppler.cc:
4783         * libdocument/ev-document-links.h:
4784         * libdocument/ev-link.c: (ev_link_get_page):
4785         * libdocument/ev-link.h:
4786         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4787         (ev_history_add_link):
4788         * shell/ev-history.h:
4789         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4790         (new_history_menu_item), (build_menu):
4791         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4792         * shell/ev-sidebar-links.c: (create_loading_model),
4793         (print_section_cb), (ev_sidebar_links_construct),
4794         (fill_page_labels), (update_page_callback_foreach),
4795         (update_page_callback), (job_finished_callback):
4796         * shell/ev-view.c: (ev_view_handle_link):
4797         * shell/ev-window.c: (ev_window_find_chapter),
4798         (ev_window_add_history), (view_handle_link_cb),
4799         (history_changed_cb):
4800         
4801         Implements another history variant
4802
4803 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4804
4805         * shell/ev-window.c: (view_external_link_cb):
4806         * shell/ev-view.c: (ev_view_button_release_event):
4807
4808         Open links in new window when clicking with middle button. 
4809
4810 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4811
4812         * shell/ev-navigation-action.c: (new_history_menu_item):
4813         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4814         * shell/ev-view.c: (ev_view_handle_link):
4815         * shell/ev-window.c:
4816         
4817         Store link before jump, not the destination. For me it 
4818         seems like more natural history behavior.
4819
4820 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4821
4822         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4823         (ev_navigation_action_class_init):
4824         * shell/ev-navigation-action.h:
4825         * shell/ev-page-action.c: (activate_cb):
4826         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4827         (ev_page_cache_set_current_page_history):
4828         * shell/ev-page-cache.h:
4829         * shell/ev-sidebar-thumbnails.c:
4830         (ev_sidebar_tree_selection_changed),
4831         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4832         * shell/ev-view-private.h:
4833         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4834         * shell/ev-view.h:
4835         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4836         (ev_window_setup_document), (ev_window_load_job_cb):
4837         * shell/ev-window.h:
4838         
4839         History finally works as expected.
4840
4841 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4842
4843         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4844
4845         Do not update links treeview if it doesn't have a model assigned yet. 
4846
4847 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4848
4849         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4850         (ev_sidebar_links_class_init), (update_page_callback):
4851
4852         Do not update links treeview when sidepane is not visible. 
4853
4854 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4855
4856         * shell/ev-marshal.list:
4857         * shell/ev-page-action.c: (activate_cb),
4858         (ev_page_action_class_init):
4859         * shell/ev-page-action.h:
4860         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4861         * shell/ev-window.c:
4862         
4863         Remove activate_link signal, not required.
4864
4865 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4866
4867         * shell/ev-navigation-action.c: (build_menu):
4868         
4869         Reorder menu items and build menu with fixed length.
4870
4871 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4872
4873         * shell/ev-view.c: (get_selected_text):
4874         
4875         Normalize text to fix ligatures problem. See bug
4876         #341947 for details.
4877
4878 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4879
4880         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4881
4882         Fix memory leak in ev-page-cache. 
4883
4884 2007-01-25  Tom Parker <palfrey@tevp.net>
4885
4886         * backend/impress/impress-document.c: (impress_document_load),
4887         (impress_document_finalize), (impress_document_init):
4888         * properties/ev-properties-main.c: (ev_properties_get_pages):
4889         
4890         Correctly handle impress document errors. Fixes nautilus
4891         crash in property page #370491.
4892
4893 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4894
4895         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4896         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4897         (ev_job_queue_remove_job):
4898         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4899         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4900         (ev_job_load_run):
4901         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4902         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4903         (ev_window_load_job_cb), (xfer_update_progress_callback),
4904         (ev_window_open_uri), (ev_window_dispose):
4905         * shell/main.c: (main):
4906
4907         Do file transfer asynchronously in the main thread instead of
4908         synchronously in the load thread. Fixes bugs #399694, #398307 and
4909         #343542.
4910
4911 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4912
4913         * shell/ev-jobs.c: (ev_job_xfer_run):
4914
4915         Load the document with the font-config lock held. 
4916
4917 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4918
4919         * backend/ps/ps-document.c: (start_interpreter):
4920
4921         Fix memory leaks in ps backend. 
4922
4923 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4924
4925         * backend/impress/impress-document.c:
4926         (impress_document_render_pixbuf):
4927
4928         Do not acquire fontconfig lock in impress backend, since it is using
4929         the main loop for rendering. 
4930
4931 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4932
4933         * po/POTFILES.in: 
4934
4935         Remove mdvi files that shouldn't be translated. 
4936
4937 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4938
4939         * shell/ev-view-private.h:
4940         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4941         (ev_view_set_zoom):
4942
4943         Render "loading..." text into a cairo surface instead of directly into
4944         the window so that fontconfig lock is only needed once and UI is not
4945         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4946
4947 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4948
4949         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4950         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4951
4952         Use icon theme associated with the window screen rather than default. 
4953
4954 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4955
4956         * configure.ac:
4957
4958         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4959
4960 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4961
4962         * data/icons/*/apps/evince.*:
4963
4964         Move Evince icons under new apps directory.
4965
4966         * data/icons/*/actions/*:
4967
4968         Add new custom themeable Evince icons: view-page-continuous, 
4969         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4970         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4971
4972         * configure.ac:
4973
4974         Add new directories to AC_CONFIG_FILES.
4975
4976         * shell/ev-stock-icons.c:
4977         * shell/ev-stock-icons.h:
4978
4979         Use new custom themeable icons.
4980
4981 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4982
4983         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4984
4985         Do not draw white background page in presentation mode. 
4986
4987 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4988
4989         * shell/ev-view.c: Remove unused gnome-vfs include.
4990
4991 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4992
4993         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4994         
4995         Format string is corrected, fixes bug #397129.
4996
4997 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4998
4999         * shell/ev-window.c: (ev_window_setup_recent):
5000
5001         Do not include in recent menu inexistent documents. Fixes
5002         bug #339171.
5003
5004 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5005
5006         * po/POTFILES.skip: 
5007
5008         Update POTFILES.skip file according to current source tree. 
5009
5010 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5011
5012         * shell/ev-window.c: (file_save_dialog_response_cb):
5013
5014         Do Save a copy in atomic way. Fixes bug #328266. 
5015
5016 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5017
5018         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5019
5020         Keep selected cell always visible in index treeview.
5021
5022 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5023         
5024         * shell/ev-view.c: (ev_view_size_allocate):
5025
5026         Restore horizontal scrollbar after switching to/from fullscreen
5027         or presentation mode. Fixes bug #331728.
5028
5029 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5030
5031         * shell/ev-view-private.h:
5032         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5033         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5034         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5035         (ev_view_can_zoom_out):
5036
5037         Use max and min scale values in the view iby taking dpi into account. 
5038
5039 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5040
5041         * configure.ac:
5042         * NEWS:
5043
5044         Release 0.7.1
5045
5046 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5047
5048         * shell/ev-window.c: (ev_window_print_send):
5049
5050         Send print job to printer with some settings set to default values,
5051         since we have already exported to a file according to such settings
5052         and they could be taken twice by some printers. 
5053
5054 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5055
5056         * shell/ev-jobs.c: (ev_job_xfer_run):
5057         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5058
5059         Show main window and load document with the font-config lock held. 
5060
5061 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5062
5063         * configure.ac:
5064         * shell/ev-application.c: (ev_application_register_service):
5065         * shell/main.c: (load_files_remote):
5066
5067         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5068
5069 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5070
5071         * doc/debugging.txt:
5072         
5073         Remove obsolete documentation.
5074
5075 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5076
5077         * Makefile.am:
5078         * backend/Makefile.am:
5079         * backend/comics/Makefile.am:
5080         * backend/djvu/Makefile.am:
5081         * backend/dvi/Makefile.am:
5082         * backend/ev-async-renderer.c:
5083         * backend/ev-async-renderer.h:
5084         * backend/ev-attachment.c:
5085         * backend/ev-attachment.h:
5086         * backend/ev-backend-marshal.c:
5087         * backend/ev-document-factory.c:
5088         * backend/ev-document-factory.h:
5089         * backend/ev-document-find.c:
5090         * backend/ev-document-find.h:
5091         * backend/ev-document-fonts.c:
5092         * backend/ev-document-fonts.h:
5093         * backend/ev-document-images.c:
5094         * backend/ev-document-images.h:
5095         * backend/ev-document-info.h:
5096         * backend/ev-document-links.c:
5097         * backend/ev-document-links.h:
5098         * backend/ev-document-misc.c:
5099         * backend/ev-document-misc.h:
5100         * backend/ev-document-security.c:
5101         * backend/ev-document-security.h:
5102         * backend/ev-document-thumbnails.c:
5103         * backend/ev-document-thumbnails.h:
5104         * backend/ev-document-transition.c:
5105         * backend/ev-document-transition.h:
5106         * backend/ev-document.c:
5107         * backend/ev-document.h:
5108         * backend/ev-file-exporter.c:
5109         * backend/ev-file-exporter.h:
5110         * backend/ev-image.c:
5111         * backend/ev-image.h:
5112         * backend/ev-link-action.c:
5113         * backend/ev-link-action.h:
5114         * backend/ev-link-dest.c:
5115         * backend/ev-link-dest.h:
5116         * backend/ev-link.c:
5117         * backend/ev-link.h:
5118         * backend/ev-render-context.c:
5119         * backend/ev-render-context.h:
5120         * backend/ev-selection.c:
5121         * backend/ev-selection.h:
5122         * backend/impress/Makefile.am:
5123         * backend/pdf/Makefile.am:
5124         * backend/pixbuf/Makefile.am:
5125         * backend/ps/Makefile.am:
5126         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5127         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5128         (start_interpreter), (stop_interpreter), (document_load),
5129         (ps_document_next_page), (render_page):
5130         * backend/tiff/Makefile.am:
5131         * comics/Makefile.am:
5132         * comics/comics-document.c:
5133         * comics/comics-document.h:
5134         * configure.ac:
5135         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5136         * djvu/Makefile.am:
5137         * djvu/djvu-document-private.h:
5138         * djvu/djvu-document.c:
5139         * djvu/djvu-document.h:
5140         * djvu/djvu-links.c:
5141         * djvu/djvu-links.h:
5142         * djvu/djvu-text-page.c:
5143         * djvu/djvu-text-page.h:
5144         * djvu/djvu-text.c:
5145         * djvu/djvu-text.h:
5146         * dvi/Makefile.am:
5147         * dvi/dvi-document.c:
5148         * dvi/dvi-document.h:
5149         * dvi/fonts.c:
5150         * dvi/fonts.h:
5151         * dvi/mdvi-lib/Makefile.am:
5152         * dvi/mdvi-lib/afmparse.c:
5153         * dvi/mdvi-lib/afmparse.h:
5154         * dvi/mdvi-lib/bitmap.c:
5155         * dvi/mdvi-lib/bitmap.h:
5156         * dvi/mdvi-lib/color.c:
5157         * dvi/mdvi-lib/color.h:
5158         * dvi/mdvi-lib/common.c:
5159         * dvi/mdvi-lib/common.h:
5160         * dvi/mdvi-lib/defaults.h:
5161         * dvi/mdvi-lib/dvimisc.c:
5162         * dvi/mdvi-lib/dviopcodes.h:
5163         * dvi/mdvi-lib/dviread.c:
5164         * dvi/mdvi-lib/files.c:
5165         * dvi/mdvi-lib/font.c:
5166         * dvi/mdvi-lib/fontmap.c:
5167         * dvi/mdvi-lib/fontmap.h:
5168         * dvi/mdvi-lib/fontsrch.c:
5169         * dvi/mdvi-lib/gf.c:
5170         * dvi/mdvi-lib/hash.c:
5171         * dvi/mdvi-lib/hash.h:
5172         * dvi/mdvi-lib/list.c:
5173         * dvi/mdvi-lib/mdvi.h:
5174         * dvi/mdvi-lib/pagesel.c:
5175         * dvi/mdvi-lib/paper.c:
5176         * dvi/mdvi-lib/paper.h:
5177         * dvi/mdvi-lib/pk.c:
5178         * dvi/mdvi-lib/private.h:
5179         * dvi/mdvi-lib/setup.c:
5180         * dvi/mdvi-lib/sp-epsf.c:
5181         * dvi/mdvi-lib/special.c:
5182         * dvi/mdvi-lib/sysdeps.h:
5183         * dvi/mdvi-lib/t1.c:
5184         * dvi/mdvi-lib/tfm.c:
5185         * dvi/mdvi-lib/tfmfile.c:
5186         * dvi/mdvi-lib/tt.c:
5187         * dvi/mdvi-lib/util.c:
5188         * dvi/mdvi-lib/vf.c:
5189         * dvi/pixbuf-device.c:
5190         * dvi/pixbuf-device.h:
5191         * impress/Makefile.am:
5192         * impress/common.h:
5193         * impress/document.c:
5194         * impress/f_oasis.c:
5195         * impress/f_oo13.c:
5196         * impress/iksemel.c:
5197         * impress/iksemel.h:
5198         * impress/imposter.h:
5199         * impress/impress-document.c:
5200         * impress/impress-document.h:
5201         * impress/internal.h:
5202         * impress/r_back.c:
5203         * impress/r_draw.c:
5204         * impress/r_geometry.c:
5205         * impress/r_gradient.c:
5206         * impress/r_style.c:
5207         * impress/r_text.c:
5208         * impress/render.c:
5209         * impress/render.h:
5210         * impress/zip.c:
5211         * impress/zip.h:
5212         * lib/Makefile.am:
5213         * lib/ev-debug.c:
5214         * lib/ev-debug.h:
5215         * lib/ev-file-helpers.c:
5216         * lib/ev-file-helpers.h:
5217         * lib/ev-gui.c:
5218         * lib/ev-gui.h:
5219         * lib/ev-tooltip.c:
5220         * lib/ev-tooltip.h:
5221         * libdocument/Makefile.am:
5222         * libdocument/ev-file-helpers.c:
5223         * pdf/Makefile.am:
5224         * pdf/ev-poppler.cc:
5225         * pdf/ev-poppler.h:
5226         * pixbuf/Makefile.am:
5227         * pixbuf/pixbuf-document.c:
5228         * pixbuf/pixbuf-document.h:
5229         * properties/Makefile.am:
5230         * ps/Makefile.am:
5231         * ps/gsdefaults.c:
5232         * ps/gsdefaults.h:
5233         * ps/gsio.c:
5234         * ps/gsio.h:
5235         * ps/gstypes.h:
5236         * ps/ps-document.c:
5237         * ps/ps-document.h:
5238         * ps/ps.c:
5239         * ps/ps.h:
5240         * shell/Makefile.am:
5241         * shell/ev-application.h:
5242         * shell/ev-sidebar-links.c:
5243         * shell/ev-sidebar-links.h:
5244         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5245         (ev_gui_menu_position_tree_selection):
5246         * shell/ev-utils.h:
5247         * shell/ev-view.c: (ev_view_finalize):
5248         * shell/ev-window.c:
5249         * shell/main.c: (main):
5250         * thumbnailer/Makefile.am:
5251         * tiff/Makefile.am:
5252         * tiff/tiff-document.c:
5253         * tiff/tiff-document.h:
5254         * tiff/tiff2ps.c:
5255         * tiff/tiff2ps.h:
5256         
5257         Reorganize source tree.
5258
5259 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5260
5261         * backend/ev-document-factory.c:
5262
5263         Do not include ev-poppler.h when pdf is disabled. 
5264
5265 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5266
5267         * configure.ac:
5268         * data/evince-ui.xml:
5269         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5270         (pdf_document_document_images_iface_init):
5271         * backend/Makefile.am:
5272         * backend/ev-document-images.[ch]:
5273         * backend/ev-image.[ch]:
5274         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5275         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5276         (ev_job_xfer_run):
5277         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5278         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5279         (ev_pixbuf_cache_get_image_mapping):
5280         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5281         (view_menu_popup_cb), (ev_window_dispose),
5282         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5283         (ev_view_popup_cmd_copy_image):
5284         * shell/ev-view-private.h:
5285         * shell/ev-view.c: (ev_view_get_image_at_location),
5286         (ev_view_do_popup_menu), (ev_view_popup_menu),
5287         (ev_view_button_press_event), (ev_view_drag_data_get),
5288         (ev_view_drag_motion), (ev_view_drag_data_received),
5289         (ev_view_motion_notify_event), (ev_view_button_release_event),
5290         (ev_view_finalize), (ev_view_class_init):
5291
5292         Add image handling support. Fixes bugs #310008 and #325047. Images
5293         selection is not supported yet. 
5294
5295 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5296
5297         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5298         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5299         (ev_view_init):
5300
5301         Move view drag and drop stuff to ev-view.
5302
5303 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5304
5305         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5306         * shell/ev-view.c: (clear_selection): 
5307
5308         Clear selection also in pixbuf cache.
5309
5310 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5311
5312         * data/evince.desktop.in.in:
5313         
5314         Change icon name in desktop file. See bug #390734
5315         for details.
5316
5317 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5318
5319         * thumbnailer/Makefile.am:
5320
5321         Use top_builddir instead top_srcdir for generated schema
5322         file installation. Fixes bug #390161.
5323
5324 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5325
5326         * configure.ac:
5327         * backend/Makefile.am:
5328         * backend/ev-document-transition.[ch]:
5329         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5330         (pdf_document_page_transition_iface_init):
5331         * shell/ev-view-private.h:
5332         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5333         (ev_view_set_presentation), (transition_next_page),
5334         (ev_view_presentation_transition_stop),
5335         (ev_view_presentation_transition_start), (ev_view_next_page):
5336
5337         Add page transition support in presentation mode. At the moment only
5338         page duration is supported, but not transition effects. Fixes bug
5339         #309815.
5340
5341 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5344
5345         Run find_link_dest with document lock held, since it's called by links
5346         thread and main thread at the same time. 
5347
5348 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5349
5350         * shell/ev-view.c: (goto_dest):
5351
5352         Update page-cache when page is changed by the view, so that
5353         page-changed signal is emitted. 
5354
5355 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5356
5357         * test/test1.py:
5358         * test/test2.py:
5359
5360         Use C locale in tests. 
5361
5362 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5363
5364         * shell/ev-window.c: (ev_window_run_presentation):
5365         * shell/ev-view-private.h:
5366         * shell/ev-view.c: (ev_view_set_presentation):
5367
5368         Restore zoom settings when back from presentation mode. 
5369
5370 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5371
5372         * shell/ev-window.c: (ev_window_run_presentation):
5373
5374         Always use "best fit" zoom in presentation mode.
5375         Fixes bug #389195.
5376
5377 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5378
5379         * shell/ev-view.c: (ev_view_goto_window_create):
5380
5381         Show "Jump to page" label in the page jumping popup in
5382         presentation mode instead of just a GtkEntry.
5383
5384 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5385
5386         * shell/ev-window.c: (launch_external_uri):
5387
5388         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5389         #378085.
5390
5391 2006-12-22  Elijah Newren  <newren gmail com>
5392
5393         * configure.ac: explicitly check for libxml2.  Fixes #388795
5394
5395 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5396
5397         * shell/ev-view-private.h:
5398         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5399         (ev_view_goto_window_delete_event), (key_is_numeric),
5400         (ev_view_goto_window_key_press_event),
5401         (ev_view_goto_window_button_press_event),
5402         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5403         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5404         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5405
5406         Allow jumping to another page by typing a page number in presentation
5407         mode. It uses a popup window with an entry. Fixes bug #353625.
5408
5409 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5410
5411         * configure.ac:
5412         * properties/ev-properties-view.c: (ev_get_default_user_units),
5413         (ev_regular_paper_size):
5414         
5415         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5416         to Damien Carbery <damien.carbery@sun.com> and
5417         Yevgen Muntyan <muntyan@tamu.edu>.
5418
5419 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5420
5421         * shell/ev-window.c: (setup_document_from_metadata):
5422
5423         Make sure Evince doesn't restore the view on the last
5424         page when a document is reopened. Fixes bug #383381.
5425
5426 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5427
5428         * shell/ev-view.c: (draw_loading_text):
5429
5430         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5431
5432 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5433
5434         * configure.ac:
5435         * NEWS:
5436
5437         Release 0.7.0
5438
5439 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5440
5441         * configure.ac:
5442         * pdf/ev-poppler.cc: (pdf_print_context_free),
5443         (pdf_document_file_exporter_begin),
5444         (pdf_document_file_exporter_do_page):
5445
5446         Make cairo-pdf depedency optional. 
5447
5448 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5449
5450         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5451
5452         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5453
5454 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5455
5456         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5457         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5458         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5459         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5460         * shell/ev-view.c: (draw_loading_text):
5461         * shell/ev-window.c: (ev_window_cmd_file_properties):
5462
5463         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5464         related to using FontConfig from different threads.
5465         
5466 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5467
5468         * shell/ev-view.c: (draw_loading_text):
5469
5470         Acquire lock document when drawing "Loading..." text so that only one
5471         thread will use FontConfig at the same time. Fixes bug #374750.
5472
5473 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5474
5475         * shell/ev-page-action.[ch]: (activate_cb):
5476         * shell/ev-window.c: (activate_label_cb):
5477
5478         Check if text inserted in page entry is a valid page number when it
5479         doesn't match to any document page label. Fixes bug #383165.
5480
5481 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5482         * shell/ev-window.c:
5483
5484         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5485         available with GTK < 2.10. Added an ifdef to avoid compilation
5486         error.
5487
5488 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5489
5490         * configure.ac:
5491         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5492
5493         Fix ps backend in multihead systems.
5494
5495 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5496
5497         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5498         * shell/ev-window.c: (ev_window_get_screen_dpi),
5499         (ev_window_update_actions), (setup_view_from_metadata),
5500         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5501
5502         Take screen DPI into account when zooming. Fixes bug #318285.
5503
5504 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5505
5506         * data/Makefile.am:
5507
5508         Cleaned up/slightly refactored Makefile.am. Added GConf
5509         schemas uninstallation as well.
5510
5511 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5512
5513         * Makefile.am:
5514         * test/Makefile.am:
5515
5516         Fight with autotools to fix make check. Make distcheck
5517         works fine as well now!
5518
5519 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5520
5521         * shell/ev-view.c: (draw_end_presentation_page):
5522
5523         Corrected "end of presentation" string.
5524
5525 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5526
5527         * shell/ev-view.c: (ev_view_key_press_event):
5528
5529         Correctly propagate key press event so that up/down keys
5530         work as expected (correct behaviour was broken by
5531         black/white screen key bindings for presentations).
5532
5533 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5534
5535         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5536         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5537         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5538         (pdf_selection_get_selection_region),
5539         (pdf_selection_get_selection_map):
5540
5541         Add "static" to some private functions. 
5542
5543 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5544
5545         * lib/ev-tooltip.h:
5546         * properties/ev-properties-view.h:
5547         * shell/ev-jobs.h:
5548         * shell/ev-properties-dialog.h:
5549         * shell/ev-properties-fonts.h:
5550         * shell/ev-sidebar-links.h:
5551         * shell/ev-sidebar-thumbnails.h:
5552         * shell/ev-sidebar.h:
5553         * shell/ev-window.h:
5554         
5555         Fixes CHACK type in class casts. See bug #385343
5556         for details.
5557
5558 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5559
5560         * shell/ev-view-private.h:
5561         * shell/ev-view.c: (draw_end_presentation_page),
5562         (ev_view_expose_event), (ev_view_key_press_event),
5563         (ev_view_class_init), (ev_view_init):
5564
5565         Blank screen in presentation mode when pressing 'b' (filling with
5566         black) or 'w' (filling with white) keys. Fixes bug #358132.
5567
5568 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5569
5570         * data/evince-toolbar.xml:
5571         * shell/ev-window.c:
5572         
5573         Use stock icon for Select All action. Fixes
5574         bug #382652.
5575
5576 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5577
5578         * shell/ev-view.c: (get_doc_point_from_offset),
5579         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5580
5581         Add links support in rotated documents. Fixes bug #343733.
5582
5583 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5584
5585         * shell/ev-view-private.h:
5586         * shell/ev-view.c: (draw_end_presentation_page),
5587         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5588
5589         Show a blank page after the last page in presentation mode with a
5590         message indicating that presentation has finished and how to exit. 
5591
5592 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5593
5594         * shell/ev-window.c: (fullscreen_timeout_cb):
5595
5596         Hide cursor after a while in presentation mode. 
5597
5598 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5599
5600         * backend/ev-document-info.h:
5601         * data/evince-properties.glade:
5602         * pdf/ev-poppler.cc:
5603         * properties/ev-properties-view.c: (ev_regular_paper_size),
5604         (ev_properties_view_set_info):
5605         * ps/ps-document.c: (ps_document_get_info):
5606
5607         Adds a paper size field to the properties dialog. Fixes
5608         bug #307315. Patch by Kasper Svendsen (with some i18n
5609         changes done by me).
5610
5611 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5612
5613         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5614         (screensaver_init_dbus), (totem_scrsaver_new),
5615         (totem_scrsaver_init):
5616         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5617         * shell/ev-application.c: (ev_application_register_service),
5618         (ev_application_screensaver_enable),
5619         (ev_application_screensaver_disable):
5620         * shell/ev-application.h:
5621         * shell/ev-window.c: (ev_window_run_presentation),
5622         (ev_window_stop_presentation), (build_comments_string),
5623         (ev_window_init):
5624         
5625         Move screensaver handling to application. No more
5626         message on startup.
5627
5628 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5629
5630         * configure.ac:
5631         * backend/Makefile.am:
5632         * backend/ev-file-exporter.[ch]:
5633         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5634         * ps/ps-document.c: (ps_document_file_exporter_*):
5635         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5636         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5637         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5638         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5639
5640         Allow printing to PDF when suppoted by the backend.
5641         
5642 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5643
5644         * shell/ev-window.c: (build_comments_string):
5645
5646         Use always "Document Viewer" in about dialog. 
5647
5648 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5649
5650         * djvu/djvu-document.c: (djvu_document_get_page_size):
5651
5652         Display a warning message when get_pageinfo fails. 
5653
5654 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5655
5656         * Makefile.am:
5657         * backend/Makefile.am:
5658         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5659         * configure.ac:
5660         * shell/ev-window.c: (build_comments_string):
5661         
5662         Make pdf compilation optional. See bug #38007.
5663
5664 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5665
5666         * ps/ps.c: (get_next_text):
5667
5668         Fix CVE-2006-5864.
5669
5670 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5671
5672         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5673         * shell/ev-navigation-action.c: (connect_proxy),
5674         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5675         
5676         Do not call g_type_class_peek_parent twice.
5677
5678 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5679
5680         * configure.ac:
5681         * data/icons/24x24/.cvsignore:
5682         * data/icons/24x24/Makefile.am:
5683         * data/icons/24x24/evince.png:
5684         * data/icons/Makefile.am:
5685         
5686         Add 24x24 icon. Thanks to 
5687         Michael Monreal <infernux@web.de>.
5688
5689 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5690
5691         * configure.ac: Fix typo in configure.ac. Thanks
5692         to dmacks@netspace.org for notification.
5693
5694 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5695
5696         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5697         
5698         Drop dbus include, fixes compilation with older dbus.
5699
5700 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5701
5702         * configure.ac:
5703         * cut-n-paste/Makefile.am:
5704         * cut-n-paste/totem-screensaver/.cvsignore
5705         * cut-n-paste/totem-screensaver/Makefile.am:
5706         * cut-n-paste/totem-screensaver/README:
5707         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5708         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5709         * shell/Makefile.am:
5710         * shell/ev-window.c: (ev_window_run_presentation),
5711         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5712         (ev_window_init):
5713
5714         Implemented screensaver enabling/disabling for
5715         presentation mode (not fullscreen mode). Code stolen
5716         from Totem (with some minor tweaks). Fixes bug #338889.
5717
5718 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5719
5720         * configure.ac:
5721
5722         Bump gnome-icon-theme requirements. We use the rotation
5723         icons that appeared recently.
5724
5725 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5726
5727         * shell/ev-history.c: (ev_history_add_page):
5728         * shell/ev-history.h:
5729         * shell/ev-window.c: (page_changed_cb):
5730         
5731         Use page labels instead of numbers.
5732
5733 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * data/evince-toolbar.xml:
5736         * po/POTFILES.in:
5737         * shell/Makefile.am:
5738         * shell/ev-navigation-action-widget.c:
5739         (ev_navigation_action_widget_init),
5740         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5741         (menu_detacher), (ev_navigation_action_widget_set_menu),
5742         (menu_position_func), (popup_menu_under_arrow),
5743         (ev_navigation_action_widget_toggled),
5744         (ev_navigation_action_widget_button_press_event):
5745         * shell/ev-navigation-action-widget.h:
5746         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5747         (ev_navigation_action_set_window), (activate_menu_item_cb),
5748         (new_history_menu_item), (new_empty_history_menu_item),
5749         (build_menu), (menu_activated_cb), (connect_proxy),
5750         (create_tool_item), (ev_navigation_action_init),
5751         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5752         * shell/ev-navigation-action.h:
5753         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5754         (ev_page_action_widget_set_page_cache),
5755         (ev_page_action_widget_finalize),
5756         (ev_page_action_widget_class_init), (match_selected_cb),
5757         (display_completion_text), (match_completion), (build_new_tree_cb),
5758         (get_filter_model_from_model),
5759         (ev_page_action_widget_update_model):
5760         * shell/ev-page-action-widget.h:
5761         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5762         (connect_proxy):
5763         * shell/ev-page-action.h:
5764         * shell/ev-stock-icons.c:
5765         * shell/ev-stock-icons.h:
5766         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5767         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5768         (register_custom_actions):
5769         * shell/main.c:
5770         
5771         Preliminary history implementation
5772
5773 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5774
5775         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5776         (dvi_document_class_init), (dvi_document_init_params):
5777         * dvi/mdvi-lib/font.c: (font_reference):
5778         
5779         Add reference to subfont. Fixes bug #374277.
5780
5781 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5782
5783         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5784         (ev_window_cmd_file_open_copy_at_dest):
5785
5786         Fix a race condition when creating symlink. Increase the counter
5787         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5788         Mathias Hasselmann).
5789
5790 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5791
5792         * backend/Makefile.am:
5793         * backend/ev-attachment.c: (ev_attachment_open):
5794         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5795         (ev_tmp_dir), (ev_tmp_filename):
5796         * shell/ev-sidebar-attachments.c:
5797         (ev_sidebar_attachments_drag_data_get):
5798         * shell/ev-window.c: (ev_window_clear_temp_file):
5799
5800         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5801         in ensure_dir_exists. Abort without crashing when we can't create
5802         user's directory.
5803
5804 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5805
5806         * data/evince-ui.xml:
5807         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5808         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5809         (ev_window_cmd_file_open_copy_at_dest),
5810         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5811         (ev_view_popup_cmd_open_link_new_window):
5812
5813         Allow opening a copy of the current document in a new window. Fixes bug
5814         #357472
5815
5816 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5817
5818         * data/evince-toolbar.xml:
5819         
5820         Add rotate right and rotate left to available items for toolbar.
5821         
5822         * data/evince-ui.xml:
5823         * shell/ev-window.c: (ev_window_init):
5824         
5825         Customize toolbar with right click. Fixes bug #372451.
5826
5827 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5828
5829         * shell/ev-window.c: 
5830         
5831         Use "object-rotate-{left,right}" stock icons. Fixes 
5832         bug #373863.
5833
5834 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5835
5836         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5837         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5838         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5839         (ev_window_open_uri):
5840         * shell/main.c: (arguments_parse):
5841
5842         Remove temp file created when evince is used by GTK+ in
5843         preview mode. Fixes bug #365282. 
5844
5845 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5846
5847         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5848         
5849         Fixes bug #372474 - Side pane disabled when entering 
5850         and leaving fullscreen mode.
5851
5852 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5853
5854         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5855         * data/Makefile.am:
5856         * data/evince-preview-toolbar.xml:
5857         * data/evince-toolbar.xml:
5858         * shell/ev-application.c: (ev_application_shutdown),
5859         (ev_application_init), (ev_application_get_toolbars_model):
5860         * shell/ev-application.h:
5861         * shell/ev-window.c: (update_chrome_visibility),
5862         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5863         (ev_window_cmd_edit_toolbar), (ev_window_init):
5864         
5865         Fixes bug #364364 - toolbar editor shows zoom actions again.
5866
5867 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5868
5869         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5870
5871         Do not take margins into consideration for paper size when printing.
5872         Really fixes bug #350491.
5873
5874 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5875
5876         * data/evince-ui.xml:
5877         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5878         (ev_window_cmd_file_print_setup),
5879         (ev_window_print_dialog_response_cb),
5880         (ev_window_setup_action_sensitivity):
5881
5882         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5883
5884 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5885
5886         * shell/ev-window.c: (ev_window_print_range):
5887
5888         Revert my previuos commit, since printing to PDF is not supported by
5889         evince yet. 
5890
5891 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5892
5893         * shell/ev-window.c: (ev_window_print_range):
5894
5895         Enable print to a PDF. Fixes bug #332121.
5896
5897 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5898
5899         * shell/ev-application-service.xml:
5900         * shell/ev-application.[ch]: (ev_application_open_window),
5901         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5902         (ev_application_open_uri), (ev_application_open_uri_list):
5903         * shell/ev-window.c: (file_open_dialog_response_cb),
5904         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5905         (drag_data_received_cb), (open_remote_link):
5906         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5907
5908         Add support for multiscreen systems. Fixes bug #316206.
5909
5910 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5911
5912         * shell/ev-jobs.[ch]: (ev_job_print_new),
5913         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5914         (ev_job_print_do_page):
5915         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5916
5917         Allow printing only odd/even pages. Fixes bug #367289.
5918
5919 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5920
5921         * test/test1.py:
5922         * test/test2.py:
5923
5924         Re-add locale settings to test files.
5925
5926 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * data/evince-ui.xml:
5929         * shell/ev-window.c: (set_action_properties):
5930         
5931         Removed garbage from code and ui.
5932
5933 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5934
5935         * shell/ev-window.c: (ev_window_cmd_help_about):
5936
5937         Shamelessly add my name to the list of contributors.
5938
5939 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5940
5941         * test/test1.py:
5942         * test/test2.py:
5943
5944         Cleaned up the dogtail scripts.
5945
5946 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5947
5948         * shell/ev-view.c: (draw_loading_text): Don't render
5949         "loading..." text in presentation mode. Temporary
5950         workaround for bug #320352.
5951
5952 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5953
5954         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5955         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5956
5957         Use print settings scale, copies, collate and reverse which were
5958         ignored. Fixes bug #359032.
5959
5960 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * configure.ac:
5963         * data/evince-password.glade:
5964         * test/Makefile.am:
5965         * test/test-encrypt.pdf:
5966         * test/test-links.pdf:
5967         * test/test1.py:
5968         * test/test2.py:
5969
5970         Add automated UI tests for evince with dogtail. See
5971         bug #300948.    
5972
5973 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5974
5975         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5976
5977         Hide fullscreen toolbar when switching to another desktop workspace.
5978         Fixes bug #338871
5979
5980 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5981
5982         * shell/ev-window-title.c: 
5983         
5984         Test for .dvi in title of pdf documents.
5985
5986 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5987
5988         * shell/ev-view.c: (ev_view_scroll):
5989
5990         Page Up/Down should do page jumps in "Best fit" mode.
5991         If a user has explicitly chosen to view exactly one page
5992         at a time, scrolling just a part of the page when
5993         pressing Page Up/Down is not right. Fixes bug #323107.
5994
5995 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5996
5997         * NEWS:
5998         * configure.ac:
5999         
6000         Update for 0.6.1
6001
6002 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6003
6004         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6005         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6006         
6007         Correctly disconnect from job signals on destroy.
6008
6009 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6010
6011         * shell/ev-view-private.h:
6012         * shell/ev-view.c: (view_set_adjustment_values),
6013         (view_update_range_and_current_page),
6014         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6015         
6016         Fixes bug #343199, current page now follows find page.
6017
6018 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6019
6020         * backend/ev-document-factory.c:
6021         * configure.ac:
6022         Assigned OpenDocument presenation MIME type to the
6023         Impress backend. Added some missing (but harmless)
6024         #ifdefs in the document factory as well to make things
6025         consistent again. Fixes bug #360658.
6026
6027 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6028
6029         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6030         * backend/ev-document-find.c: (ev_document_find_get_type):
6031         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6032         * backend/ev-document-links.c: (ev_document_links_get_type):
6033         * backend/ev-document-security.c: (ev_document_security_get_type):
6034         * backend/ev-document-thumbnails.c:
6035         (ev_document_thumbnails_get_type):
6036         * backend/ev-document.c: (ev_document_get_type):
6037         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6038         * backend/ev-selection.c: (ev_selection_get_type):
6039         * cut-n-paste/recent-files/egg-recent-model.c:
6040         (egg_recent_model_get_type):
6041         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6042         (egg_recent_view_uimanager_get_type):
6043         * cut-n-paste/recent-files/egg-recent-view.c:
6044         (egg_recent_view_get_type):
6045         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6046         (egg_editable_toolbar_get_type):
6047         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6048         (egg_toolbar_editor_get_type):
6049         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6050         (egg_toolbars_model_get_type):
6051         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6052         (egg_tree_multi_drag_source_get_type):
6053         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6054         (ephy_zoom_action_get_type):
6055         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6056         (ephy_zoom_control_get_type):
6057         * impress/r_back.c: (_imp_fill_back):
6058         * properties/ev-properties-main.c:
6059         (ev_properties_plugin_register_type):
6060         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6061         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6062         (ev_view_accessible_factory_get_type):
6063
6064         Reduce relocations. Bug #360616.
6065
6066 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6067
6068         * backend/ev-document-factory.c:
6069         (ev_document_factory_get_document):
6070         
6071         Load document even if extension is wrong.
6072
6073 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6074
6075         * shell/ev-metadata-manager.c: (save_values):
6076         * shell/ev-window.c: (setup_size_from_metadata),
6077         (setup_view_from_metadata), (ev_window_setup_document),
6078         (ev_window_xfer_job_cb), (window_configure_event_cb):
6079         
6080         Set size according to the document size/page size ratio.
6081         That should correct rather wierd behaviour of the previous
6082         commit.
6083
6084 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6085
6086         * shell/ev-window.c: (setup_view_from_metadata):
6087         
6088         Set size for new windows from previous window size.
6089         See bugs #354968 and #168450 for details. Thanks
6090         to Meik Hellmund.
6091
6092 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6093
6094         * djvu/djvu-links.c: (build_tree):
6095
6096         Fix memory leak.
6097
6098 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6099
6100         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6101         
6102         Don't make sidebar close button insensitive. Fixes
6103         bug #357871.
6104
6105 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6106
6107         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6108         (ev_window_set_view_accels_sensitivity):
6109         
6110         Don't enable Slash on documents which don't support
6111         find. Fixes bug #358648.
6112
6113 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6114
6115         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6116         open dialog fall back to the current document uri if the
6117         filechooser hasn't been used before. Fixes bug #356980.
6118
6119 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6120
6121         * shell/ev-window.c: (ev_window_setup_recent), 
6122         (ev_window_get_recent_file_label):
6123
6124         Escape underscores in filenames of recent file items.
6125
6126 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6127
6128         * configure.ac:
6129         
6130         Bumped poppler requirements, really 0.5.3 is very 
6131         buggy, now we require 0.5.4.
6132
6133 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6134
6135         * djvu/Makefile.am:
6136         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6137         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6138         (djvu_document_document_links_iface_init):
6139         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6140         (number_from_string_10), (get_djvu_link_dest),
6141         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6142         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6143         (djvu_links_get_links), (djvu_links_find_link_dest),
6144         (djvu_links_get_links_model):
6145         * djvu/djvu-links.h:
6146         
6147         Add support for links and bookmarks in djvu documents. Thanks
6148         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6149         patch.
6150
6151 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6152
6153         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6154         
6155         Reopen should reload document. Fixes 
6156         bug 327951.
6157
6158 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6159
6160         * configure.ac:
6161         * data/Makefile.am:
6162         * data/evince-16.png:
6163         * data/evince-22.png:
6164         * data/evince.png:
6165         * data/evince.svg:
6166         * data/icons/16x16/Makefile.am:
6167         * data/icons/16x16/evince.png:
6168         * data/icons/22x22/Makefile.am:
6169         * data/icons/22x22/evince.png:
6170         * data/icons/48x48/Makefile.am:
6171         * data/icons/48x48/evince.png:
6172         * data/icons/Makefile.am:
6173         * data/icons/scalable/Makefile.am:
6174         * data/icons/scalable/evince.svg:
6175         
6176         Install icons with correct names. Fixes
6177         bug #354429.
6178
6179 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6180
6181         * shell/ev-view.c: (ev_view_button_release_event):
6182
6183         Don't open links with middle mouse button. Fixes bug #353649
6184
6185 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6186
6187         * NEWS:
6188         * configure.ac:
6189         
6190         Update for release 0.6.0
6191
6192 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6195         Implement Close named action. Patch by Carlos Garcia Campos.
6196
6197 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6198
6199         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6200         
6201         Don't clear link mapping on copy_job_to_job_info. Fixes
6202         bug 346168.
6203
6204 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6205
6206         * shell/main.c: (main):
6207
6208         Revert my previous commit, gnome_program_init owns the option context.
6209         Fix another memory leak in main. Both caught by Christian Persch. 
6210
6211 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6212
6213         * shell/main.c: (main):
6214
6215         Fix memory leak.
6216
6217 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6218
6219         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6220
6221         Fix crash when opening a pdf with password protection. 
6222
6223 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6224
6225         * pdf/ev-poppler.cc: (pdf_document_search_free):
6226
6227         Fix memory leak. 
6228
6229 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6230
6231         * backend/ev-document-factory.c:
6232         (ev_document_factory_get_document):
6233         * tiff/tiff-document.c: (tiff_document_finalize):
6234         
6235         More correct handling of document loading. Fixes
6236         bug #349043.
6237
6238 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6239
6240         * backend/ev-attachment.c: (ev_attachment_save):
6241
6242         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6243         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6244
6245 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6246         
6247         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6248         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6249
6250 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6251
6252         * shell/ev-sidebar-thumbnails.c:
6253
6254         Do not render thumbnails unless thumbnails page is active in the
6255         sidebar.
6256
6257 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6258
6259         * shell/ev-properties-dialog.c:
6260
6261         Fix dialogue spacing. Bug #351370.
6262
6263 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6264
6265         * configure.ac:
6266
6267         Use lowercase gettext catalog file names (evince.mo
6268         instead of Evince.mo)
6269
6270 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6271
6272         * shell/ev-sidebar-attachments.c:
6273
6274         GtkIconTheme is now screen safe too. Fixes bug #350878
6275
6276 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6277
6278         * shell/ev-window.c:
6279
6280         GtkRecent manager is now screen safe. Fixes bug #350145
6281
6282 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6283
6284         * shell/ev-sidebar.c: (ev_sidebar_init):
6285         
6286         Make sidebar close icon smaller. Fix for bug 350177.
6287         See also bugs 350176 and 165770.
6288
6289 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6290
6291         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6292
6293         Ignore zoom for xyz destinations when it's <= 1, keeping user
6294         preferences instead. Set correct sizing-mode for fith and fitv
6295         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6296
6297 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * NEWS:
6300         * configure.ac:
6301         
6302         Update for release 0.5.5
6303
6304 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6305         
6306         * shell/ev-window.c: (ev_window_cmd_escape)
6307
6308         Escape unfocus page entry. Fixes bug #345809.
6309
6310 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6311
6312         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6313         (build_tree), (pdf_document_links_get_links),
6314         (pdf_document_links_find_link_dest):
6315         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6316         (goto_xyz_dest):
6317
6318         Convert from PDF style coordinates to X style coordinates in the
6319         backend rather than in the view. Fixes bug #338440
6320
6321 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6322
6323         * shell/ev-window.c:
6324         
6325         Remove Ctrl+Shift+T shortcut for toolbars. See
6326         the bug #350098.
6327
6328 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6329
6330         * configure.ac:
6331
6332         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6333         of this. 
6334
6335 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6336
6337         * configure.ac:
6338         * cut-n-paste/Makefile.am:
6339         * data/evince-ui.xml:
6340         * shell/Makefile.am:
6341         * shell/ev-application.[ch]:
6342         * shell/ev-window.c:
6343
6344         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6345         #349273
6346
6347 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6348
6349         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6350         findbar code: s/help/search/
6351
6352 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6353
6354         * shell/ev-window.c: (setup_document_from_metadata),
6355         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6356         (setup_view_from_metadata):
6357         
6358         Fix memory leaks.
6359
6360 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6361
6362         * autogen.sh, configure.ac: 
6363         
6364         Update automake usage. See bug 349292.
6365
6366 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6367
6368         * shell/eggfindbar.c: (egg_find_bar_class_init),
6369         (entry_activate_callback), (egg_find_bar_init),
6370         (egg_find_bar_set_status_text):
6371         * shell/eggfindbar.h:
6372         
6373         Unify Evince findbar with Epiphany. Nice patch
6374         from Fabricio Silva <silva@crans.org> and
6375         Frederic Peters <fpeters@entrouvert.com>. See
6376         bug #339966 for details.
6377
6378 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * data/evince.desktop.in.in:
6381         
6382         Correct information for bugzilla. Thanks to
6383         Olaf Vitters, see bug #348855.
6384
6385 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6386
6387         * shell/ev-jobs.[ch]:
6388         * shell/ev-sidebar-links.c:
6389         * shell/ev-window.[ch]:
6390
6391         GtkPrintJob doesn't support print ranges or current page, so we export
6392         to a ps file now when printing ranges or current page.
6393
6394 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * pdf/ev-poppler.cc:
6397         * shell/ev-window.c: (do_action_named):
6398
6399         We should be more clear about bugzilla. See the
6400         poppler bug #7623.
6401
6402 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6403
6404         * configure.ac:
6405         * shell/Makefile.am:
6406         * shell/ev-job-queue.c:
6407         * shell/ev-jobs.[ch]:
6408         * shell/ev-sidebar-links.c:
6409         * shell/ev-window.[ch]:
6410         
6411         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6412         #348422
6413
6414 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6415
6416         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6417         * shell/ev-application-service.xml:
6418         * shell/ev-application.[ch]:
6419         * shell/ev-jobs.[ch]:
6420         * shell/ev-window.[ch]: (ev_window_run_preview):
6421         * shell/main.c: 
6422
6423         Add preview mode to use evince as a printing previewer. It also adds
6424         other command line options for fullscreen and presentation modes.
6425         Fixes bugs #347822, #317031
6426
6427 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6428
6429         * NEWS:
6430         * configure.ac:
6431         
6432         Update for release 0.5.4
6433
6434 2006-07-11  Bastien Nocera <hadess@hadess.net>
6435
6436         * Makefile.am:
6437         * backend/Makefile.am:
6438         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6439         * backend/ev-document-factory.h:
6440         * configure.ac:
6441         * impress/.cvsignore:
6442         * impress/Makefile.am:
6443         * impress/common.h:
6444         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6445         (imp_get_page), (imp_next_page), (imp_prev_page),
6446         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6447         * impress/f_oasis.c: (render_object), (render_page),
6448         (get_geometry), (_imp_oasis_load):
6449         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6450         (_imp_oo13_load):
6451         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6452         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6453         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6454         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6455         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6456         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6457         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6458         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6459         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6460         (iks_new_within), (iks_insert), (iks_insert_cdata),
6461         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6462         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6463         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6464         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6465         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6466         (iks_cdata), (iks_cdata_size), (iks_has_children),
6467         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6468         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6469         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6470         (iks_tree), (iks_load), (iks_save):
6471         * impress/iksemel.h:
6472         * impress/imposter.h:
6473         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6474         (imp_render_draw_bezier_real), (imp_render_get_size),
6475         (imp_render_set_fg_color), (imp_render_draw_line),
6476         (imp_render_draw_rect), (imp_render_draw_polygon),
6477         (imp_render_draw_arc), (imp_render_draw_bezier),
6478         (imp_render_open_image), (imp_render_get_image_size),
6479         (imp_render_scale_image), (imp_render_draw_image),
6480         (imp_render_close_image), (imp_render_markup),
6481         (imp_render_get_text_size), (imp_render_draw_text),
6482         (impress_document_load), (impress_document_save),
6483         (impress_document_get_n_pages), (impress_document_get_page_size),
6484         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6485         (impress_document_finalize), (impress_document_class_init),
6486         (impress_document_can_get_text), (impress_document_get_info),
6487         (impress_document_document_iface_init),
6488         (impress_document_thumbnails_get_thumbnail),
6489         (impress_document_thumbnails_get_dimensions),
6490         (impress_document_document_thumbnails_iface_init),
6491         (impress_document_init):
6492         * impress/impress-document.h:
6493         * impress/internal.h:
6494         * impress/r_back.c: (_imp_fill_back):
6495         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6496         (_imp_draw_image), (_imp_tile_image):
6497         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6498         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6499         (r_polyline):
6500         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6501         (r_draw_gradient_complex), (r_draw_gradient):
6502         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6503         (r_get_bullet):
6504         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6505         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6506         (r_text):
6507         * impress/render.c: (imp_create_context), (imp_context_set_page),
6508         (imp_context_set_step), (imp_render), (imp_delete_context):
6509         * impress/render.h:
6510         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6511         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6512         (zip_load_xml), (zip_get_size), (zip_load):
6513         * impress/zip.h:
6514         * shell/ev-utils.c:
6515         
6516         New backend to support impress slides. Fixes bug #30867.
6517
6518 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6519
6520         * shell/ev-utils.c: (using_postscript_printer):
6521         
6522         Fixes crash when print using PAPI backend,
6523         bug #345012.
6524
6525 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6526
6527         * shell/ev-jobs.c: (ev_job_xfer_run):
6528         * shell/ev-window.c: (password_dialog_response),
6529         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6530         (ev_window_dispose):
6531         Fixes bug #344160: if the xfer job doesn't complete
6532         because a password is required, reload the existing
6533         instance instead of creating a new one.
6534
6535 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6536
6537         * shell/main.c: (main): Call gdk_threads_init. Thus
6538         we'll avoid errors in auth dialog. Fix for the bug
6539         #343347.
6540
6541 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6542
6543         * configure.ac: Advertise pixbuf support, fix
6544         for the bug 343317.
6545
6546 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6547
6548         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6549         (ev_sidebar_thumbnails_set_document):
6550         
6551         Update sidebar thumbnails after reloading.
6552
6553 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6556         * shell/ev-jobs.h:
6557         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6558         (ev_window_cmd_view_reload), (ev_window_init):
6559         
6560         Don't crash on reload. Fix for the bug #343167.
6561
6562 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6563
6564         * shell/ev-jobs.c: (ev_job_render_run):
6565         
6566         Check for document links.
6567
6568 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6569
6570         * backend/ev-attachment.c: (ev_attachment_save),
6571         (ev_attachment_launch_app), (ev_attachment_open):
6572         * backend/ev-document-factory.c: (get_document_from_uri):
6573         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6574         (egg_recent_view_uimanager_set_list):
6575         * ps/ps-document.c: (check_filecompressed), (document_load),
6576         (ps_document_load):
6577         * shell/ev-metadata-manager.c: (load_values):
6578         * shell/ev-password.c: (ev_password_dialog_set_property):
6579         * shell/ev-view.c: (tip_from_link):
6580         * shell/ev-window.c: (file_save_dialog_response_cb),
6581         (ev_window_print_dialog_response_cb):
6582         
6583         Use consistent quoting style. Fix for the bug #320285.
6584
6585 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6586
6587         * shell/ev-jobs.c: (ev_job_xfer_run):
6588         * shell/main.c: (load_files):
6589                 
6590         Open links with anchors. Fix for the bug #339836.
6591
6592 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6593
6594         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6595         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6596         (ev_link_dest_set_property), (ev_link_dest_finalize),
6597         (ev_link_dest_class_init), (ev_link_dest_new_named),
6598         (ev_link_dest_new_page_label):
6599         * backend/ev-link-dest.h:
6600         * shell/ev-application.c: (ev_application_open_uri):
6601         * shell/ev-view.c: (goto_dest):
6602         * shell/ev-window.c:
6603         * shell/ev-window.h:
6604         
6605         Fix page-label command line option. Bug #342070.
6606
6607 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6608
6609         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6610         
6611         Don't show highlight rects if page can't be showed. Fix for 
6612         the bug #342076
6613
6614 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * shell/ev-window.c: (setup_sidebar_from_metadata),
6617         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6618         
6619         Setup sidebar from metadata even if there is no document
6620         loaded. Fix for the bug #342807.
6621
6622 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6623
6624         * cut-n-paste/toolbar-editor/Makefile.am:
6625         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6626         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6627         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6628         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6629         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6630         (popup_context_menu_cb), (button_press_event_cb),
6631         (configure_item_sensitivity), (configure_item_cursor),
6632         (configure_item_tooltip), (connect_widget_signals),
6633         (action_sensitive_cb), (create_item_from_action),
6634         (create_item_from_position), (toolbar_drag_data_received_cb),
6635         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6636         (toolbar_drag_leave_cb), (configure_drag_dest),
6637         (toggled_visibility_cb), (toolbar_visibility_refresh),
6638         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6639         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6640         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6641         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6642         (egg_editable_toolbar_dispose),
6643         (egg_editable_toolbar_set_ui_manager),
6644         (egg_editable_toolbar_get_selected),
6645         (egg_editable_toolbar_set_selected), (set_edit_mode),
6646         (egg_editable_toolbar_set_property),
6647         (egg_editable_toolbar_get_property),
6648         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6649         (egg_editable_toolbar_new_with_model),
6650         (egg_editable_toolbar_get_edit_mode),
6651         (egg_editable_toolbar_set_edit_mode),
6652         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6653         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6654         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6655         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6656         (item_added_or_removed_cb), (toolbar_removed_cb),
6657         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6658         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6659         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6660         (editor_create_item_from_name), (append_table),
6661         (update_editor_sheet), (egg_toolbar_editor_init):
6662         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6663         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6664         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6665         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6666         (toolbar_node_free), (egg_toolbars_model_get_flags),
6667         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6668         (egg_toolbars_model_get_name), (impl_add_item),
6669         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6670         (parse_data_list), (parse_item_list), (parse_toolbars),
6671         (egg_toolbars_model_load_toolbars), (parse_available_list),
6672         (parse_names), (egg_toolbars_model_load_names),
6673         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6674         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6675         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6676         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6677         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6678         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6679         (egg_toolbars_model_set_types), (fill_avail_array),
6680         (egg_toolbars_model_get_name_avail),
6681         (egg_toolbars_model_get_name_flags),
6682         (egg_toolbars_model_set_name_flags):
6683         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6684         * cut-n-paste/toolbar-editor/eggintl.h:
6685         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6686         (egg_tree_multi_drag_source_get_type),
6687         (egg_tree_multi_drag_source_row_draggable),
6688         (egg_tree_multi_drag_source_drag_data_delete),
6689         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6690         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6691         (path_list_free), (set_context_data), (get_context_data),
6692         (get_info), (egg_tree_multi_drag_drag_data_get),
6693         (egg_tree_multi_drag_motion_event),
6694         (egg_tree_multi_drag_button_press_event),
6695         (egg_tree_multi_drag_add_drag_support):
6696         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6697         * shell/ev-application.c: (ev_application_init),
6698         (ev_application_save_toolbars_model):
6699         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6700         (ev_window_cmd_edit_toolbar), (ev_window_init):
6701         
6702         Sync toolbareditor with epiphany and libegg
6703
6704 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6705
6706         * configure.ac: 
6707
6708         Depend on poppler 0.5.2
6709
6710 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6711
6712         * shell/ev-jobs.c: (ev_job_render_run):
6713         
6714         Check if document supports links iterface.
6715
6716 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6717
6718         * NEWS:
6719         * configure.ac:
6720         
6721         Update for release 0.5.3
6722
6723 2006-05-13  Michael Plump  <plumpy@skylab.org>
6724
6725         * configure.ac:
6726         * shell/Makefile.am:
6727         * shell/main.c: (main):
6728         
6729         Port to GOption command line parsing. Fix for the 
6730         bug #327518
6731
6732 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6733
6734         * shell/ev-window.c: (ev_window_cmd_help_about):
6735         
6736         Do not wrap license. Fix for the bug #309460.
6737
6738 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6739
6740         * configure.ac:
6741         * properties/ev-properties-main.c: (ev_properties_get_pages):
6742         * shell/ev-application.c: (ev_application_open_window),
6743         (ev_application_open_uri_at_dest):
6744         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6745         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6746         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6747         * shell/ev-utils.c: (save_print_config_to_file):
6748         * shell/ev-window.c: (ev_window_cmd_save_as),
6749         (ev_attachment_popup_cmd_save_attachment_as):
6750         * shell/main.c: (load_files_remote):
6751         
6752         Bump requirements to gtk 2.8 and drop all ifdefs used.
6753
6754 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6755
6756         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6757         * shell/ev-window.c: (ev_window_init):
6758         
6759         Show attachments page.
6760
6761 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * po/POTFILES.in:
6764         * shell/ev-attachment-bar.c:
6765         * shell/ev-attachment-bar.h:
6766         * shell/ev-sidebar-attachments.c:
6767         (ev_sidebar_attachments_icon_cache_add),
6768         (icon_theme_get_pixbuf_from_mime_type),
6769         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6770         (ev_sidebar_attachments_icon_cache_refresh),
6771         (ev_sidebar_attachments_get_attachment_at_pos),
6772         (ev_sidebar_attachments_popup_menu_show),
6773         (ev_sidebar_attachments_popup_menu),
6774         (ev_sidebar_attachments_button_press),
6775         (ev_sidebar_attachments_update_icons),
6776         (ev_sidebar_attachments_drag_data_get),
6777         (ev_sidebar_attachments_get_property),
6778         (ev_sidebar_attachments_destroy),
6779         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6780         (ev_sidebar_attachments_new),
6781         (ev_sidebar_attachments_set_document),
6782         (ev_sidebar_attachments_support_document),
6783         (ev_sidebar_attachments_get_label),
6784         (ev_sidebar_attachments_page_iface_init):
6785         * shell/ev-sidebar-attachments.h:
6786         * shell/ev-window.c: (update_chrome_visibility),
6787         (setup_sidebar_from_metadata), (ev_window_setup_document),
6788         (ev_window_sidebar_current_page_changed_cb),
6789         (attachment_bar_menu_popup_cb), (ev_window_init):
6790         
6791         Move attachments bar to sidebar.
6792
6793 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6794
6795         * pdf/ev-poppler.cc:
6796         * shell/ev-application.[ch]:
6797         * shell/main.c:
6798
6799         Fix some memory leaks.
6800
6801 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6802
6803         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6804
6805         Change the properties dialog response to
6806         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6807         will make the dialog go away when the user presses
6808         enter. With gtk+ >= 2.9 this will happen anyway, but for
6809         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6810         escape by default. Fixes bug #340539. See also bug
6811         #101293 for the gtk+ part.
6812
6813 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6814
6815         * shell/ev-view.c (tip_from_action_named): Replace some strings
6816         that were wrong. Closes #340970.
6817
6818 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6819
6820         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6821
6822         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6823         #341049
6824
6825 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6826
6827         * djvu/Makefile.am:
6828         * dvi/Makefile.am:
6829         * dvi/mdvi-lib/Makefile.am:
6830         * properties/Makefile.am:
6831         * ps/Makefile.am:
6832         * shell/Makefile.am:
6833         * thumbnailer/Makefile.am:
6834         
6835         Due to broken libtool that is unable to track dependencies
6836         of noinst libraries we are forced to explicitely point
6837         libraries for binary. Fix for the bug #333334.
6838
6839 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6840
6841         * data/evince.desktop.in.in:
6842         * shell/ev-view.c: (view_update_range_and_current_page),
6843         (ev_view_next_page), (ev_view_previous_page):
6844         * shell/ev-window.c: (update_chrome_visibility),
6845         (setup_sidebar_from_metadata), (ev_window_setup_document),
6846         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6847         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6848         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6849         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6850         (ev_window_stop_presentation), (ev_window_focus_in_event),
6851         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6852         (ev_window_init):
6853         * thumbnailer/Makefile.am:
6854         
6855         Update fullscreen and presentation timeout handling. Hide
6856         cursor in presentation after timeout. Fix for the bugs
6857         #136359 and #336981.
6858
6859 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6860
6861         * backend/ev-link-action.[ch]:
6862         * pdf/ev-poppler.cc: (ev_link_from_action):
6863         * shell/ev-view-private.h:
6864         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6865         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6866
6867         Add support for Named Action links
6868
6869 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6870
6871         * backend/Makefile.am:
6872         * backend/ev-document-links.[ch]:
6873         * backend/ev-document.[ch]:
6874         * backend/ev-link-action.[ch]:
6875         * backend/ev-link-dest.[ch]:
6876         * backend/ev-link.[ch]:
6877         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6878         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6879         * shell/ev-page-action.c: (build_new_tree_cb):
6880         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6881         (links_page_num_func), (update_page_callback):
6882         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6883         (tip_from_link):
6884         * shell/ev-jobs.c:
6885         * shell/ev-window.[ch]: (ev_window_open_uri),
6886         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6887         * shell/ev-application.[ch]: (ev_application_open_window),
6888         (ev_application_open_uri):
6889
6890         Rework links system, it adds support for remote links now and it makes
6891         easier to add new kinds of actions and destinations. Fixes bug #317292
6892
6893 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6894
6895         * data/Makefile.am:
6896         * data/evince.png:
6897         * data/evince-16.png:
6898         * data/evince-22.png:
6899         * data/evince.svg:
6900         * shell/main.c: (main):
6901         
6902         Evince use it's own icon. Fix for the bug #313392.
6903
6904         * shell/ev-window.c: (fullscreen_timeout_cb),
6905         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6906         (ev_window_cmd_help_about), (ev_window_dispose):
6907         
6908         Simplify fullscreen timeout code.
6909
6910 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6911
6912         * backend/ev-attachment.c: 
6913         * shell/ev-attachment-bar.c:
6914         * shell/ev-window.c:
6915
6916         Allow multiple selection of attachments
6917
6918 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6919
6920         * shell/ev-view.c: (view_update_range_and_current_page),
6921         (ev_view_scroll):
6922         
6923         Fix for the bug #312573 – Optimal selection of current 
6924         page among visible pages.
6925
6926 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6927
6928         * configure.ac:
6929         * djvu/Makefile.am:
6930         * djvu/djvu-text.h:
6931         
6932         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6933         for the bug 339868.
6934
6935 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6936
6937         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6938
6939 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6940
6941         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6942         dictated by the GNOME HIG. Fixes bug #339235.
6943
6944 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6945
6946         * data/evince-ui.xml:
6947         * shell/ev-view.c: (ev_view_can_find_previous):
6948         * shell/ev-view.h:
6949         * shell/ev-window.c: (ev_window_update_actions),
6950         (ev_window_cmd_edit_find_previous):
6951
6952         Add support for "Find Previous" as dictated by the GNOME HIG. A
6953         menu item is added and some glue code to make it all work is added
6954         to various files.
6955
6956 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6957
6958         * configure.ac: Award myself the "useless use of cat" award.
6959
6960 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6961
6962         * po/LINGUAS: New file listing all supported languages.
6963
6964         * configure.in: Use po/LINGUAS instead of including all languages
6965         directly in this file. See the wiki for more information:
6966         http://live.gnome.org/GnomeGoals/PoLinguas
6967
6968 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6969
6970         * backend/ev-document-factory.c:
6971
6972         Do not load the document twice when there isn't errors
6973
6974 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6975
6976         * backend/ev-attachment.c: 
6977
6978         Fix a crash when there isn't a default application to open an
6979         attachment
6980
6981 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6982
6983         * backend/ev-attachment.[ch]:
6984         * shell/ev-attachment-bar.[ch]:
6985
6986         Added missing files. 
6987
6988 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6989
6990         * backend/Makefile.am:
6991         * data/evince-ui.xml:
6992         * backend/ev-attachment.[ch]:
6993         * backend/ev-document.[ch]: (ev_document_has_attachments),
6994         (ev_document_get_attachments):
6995         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6996         (attachment_save_to_buffer), (pdf_document_get_attachments),
6997         (pdf_document_document_iface_init):
6998         * shell/Makefile.am:
6999         * shell/ev-attachment-bar.[ch]:
7000         * shell/ev-window.c:
7001
7002         Add support for PDF attachments. Fixes bug #325143
7003
7004 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * backend/ev-document-factory.c: (get_document_from_uri),
7007         (ev_document_factory_get_document):
7008         * backend/ev-document-factory.h:
7009         * properties/ev-properties-main.c: (ev_properties_get_pages):
7010         * shell/Makefile.am:
7011         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7012         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7013         (ev_job_queue_remove_job):
7014         * shell/ev-job-queue.h:
7015         * shell/ev-job-xfer.c:
7016         * shell/ev-job-xfer.h:
7017         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7018         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7019         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7020         (ev_job_xfer_run):
7021         * shell/ev-jobs.h:
7022         * shell/ev-window.c: (ev_window_is_empty),
7023         (password_dialog_response), (ev_window_clear_xfer_job),
7024         (ev_window_xfer_job_cb), (ev_window_open_uri),
7025         (ev_window_cmd_focus_page_selector),
7026         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7027         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7028         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7029         (ev_window_dispose):
7030         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7031         
7032         * Cleanup mime type detection on document load. Fix for the
7033         bug #336448.
7034
7035 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7036
7037         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7038         
7039         Fix crash on exit, described in the bug #336825.
7040
7041 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * backend/ev-document-factory.c:
7044         (ev_document_factory_get_from_mime),
7045         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7046         (ev_document_factory_get_document),
7047         (file_filter_add_mime_list_and_free),
7048         (ev_document_factory_add_filters):
7049         * backend/ev-document-factory.h:
7050         * properties/ev-properties-main.c: (ev_properties_get_pages):
7051         * shell/Makefile.am:
7052         * shell/ev-application.c:
7053         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7054         * shell/ev-window.c: (ev_window_cmd_file_open),
7055         (ev_window_cmd_save_as):
7056         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7057         
7058         Rework factory functions so they are placed now in a single 
7059         file ev-document-factory.c
7060
7061 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7062
7063         * shell/ev-window.c: (update_chrome_visibility):
7064         
7065         Fix for the bug 166566 - don't show menubar in fullscreen
7066         mode.
7067
7068 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7069
7070         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7071
7072 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7073
7074         * shell/ev-view.c: (ev_view_expose_event):
7075         
7076         More correctly draw loading text when document
7077         is empty.
7078
7079 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * shell/ev-view.c: (ev_view_scroll):
7082         
7083         Fix for the bug #334854, page down and page up switch
7084         pages in presentation mode.
7085
7086 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * shell/ev-window.c: (ev_window_set_action_sensitive),
7089         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7090         (ev_window_set_view_accels_sensitivity),
7091         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7092         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7093         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7094         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7095         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7096         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7097         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7098         (view_actions_focus_in_cb), (ev_window_init):
7099         
7100         Fix for the bug #333902, now it's possible to search
7101         words with slash.
7102
7103 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7104
7105         * configure.ac: Added Breton translation.
7106         * po/br.po: Added Breton translation.
7107
7108 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7109
7110         * shell/ev-window-title (ev_window_title_update):
7111
7112         Fix memory leak in window title. Fixes bug #333944
7113
7114 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7115
7116         * shell/ev-metadata-manager.c (parseItem):
7117
7118         Fix memory leaks. Fixes bug #333945
7119
7120 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7121         
7122         * NEWS, configure.ac, TODO:
7123         
7124         Update for release 0.5.2.
7125
7126 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * shell/ev-view.c: (view_update_range_and_current_page),
7129         (page_changed_cb):
7130         
7131         Don't jump on scrolling, fix for the bug #333127.
7132
7133 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7136         
7137         Scroll by one page in presentation mode. Fix for the bug
7138         #332993.
7139
7140 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7141
7142         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7143
7144 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7145
7146         * configure.ac  Added lv in ALL_LINGUAS line.
7147
7148 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7149         
7150         * NEWS, configure.ac:
7151         
7152         Update for release 0.5.1
7153
7154 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7155
7156         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7157         * backend/ev-document-misc.h:
7158         * shell/ev-view.c: (draw_one_page):
7159         
7160          Clairfy what page the toolbar page number applies to. Fix
7161          for the bug #328102.
7162
7163 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7164
7165         * shell/ev-view-private.h:
7166         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7167         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7168         (ev_view_search_changed):
7169         * shell/ev-view.h:
7170         * shell/ev-window.c: (find_bar_search_changed_cb):
7171         
7172         Dont't jump to find result if window was scrolled during search.
7173         Fix for the bug #313266.
7174
7175 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7176
7177         * shell/eggfindbar.c: (egg_find_bar_class_init):
7178         * shell/eggfindbar.h:
7179         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7180         * shell/ev-view-private.h:
7181         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7182         (ev_view_class_init), (ev_sizing_mode_get_type),
7183         (ev_scroll_type_get_type):
7184         * shell/ev-view.h:
7185         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7186         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7187         (ev_window_init):
7188         
7189         Fix for the bug 319133 - Find entry should allow text scroll.
7190
7191 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7192
7193         * shell/ev-view-private.h:
7194         * shell/ev-view.c: (view_update_range_and_current_page),
7195         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7196         (ev_view_set_document), (update_find_status_message),
7197         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7198         (ev_view_find_previous):
7199         
7200         Fix for the bug #319137. Search now takes account for scrolling.
7201
7202 2006-02-19  Michael Hofmann <mh21@piware.de>
7203
7204         * configure.ac:
7205         * djvu/Makefile.am:
7206         * djvu/djvu-document-private.h:
7207         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7208         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7209         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7210         (djvu_document_can_get_text), (djvu_document_get_text),
7211         (djvu_document_document_iface_init),
7212         (djvu_document_thumbnails_get_thumbnail),
7213         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7214         (djvu_document_find_get_result),
7215         (djvu_document_find_page_has_results),
7216         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7217         (djvu_document_find_iface_init):
7218         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7219         (djvu_text_page_selection), (djvu_text_page_limits_process),
7220         (djvu_text_page_limits), (djvu_text_page_copy),
7221         (djvu_text_page_position), (djvu_text_page_union),
7222         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7223         (djvu_text_page_box), (djvu_text_page_append_text),
7224         (djvu_text_page_search), (djvu_text_page_prepare_search),
7225         (djvu_text_page_new), (djvu_text_page_free):
7226         * djvu/djvu-text-page.h:
7227         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7228         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7229         (djvu_text_n_results), (djvu_text_has_results),
7230         (djvu_text_get_result), (djvu_text_get_progress):
7231         * djvu/djvu-text.h:
7232         
7233         Text search in djvu. Fix for the bug #303415.
7234
7235 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7236
7237         * configure.ac:
7238         * shell/ev-window.c: (ev_window_cmd_save_as):
7239         
7240         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7241         Thanks to Gary Coady <gary@lyranthe.org>
7242
7243 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7244
7245         * shell/ev-print-job.c: (idle_print_handler):
7246         
7247         Inverse order printing, bug #320919.
7248
7249 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7250
7251         * data/evince-toolbar.xml:
7252         * shell/ev-window.c:
7253         
7254         Allow to add sidebar checkbutton on toolbar. Fix
7255         for the bug #144577.
7256
7257 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7260         
7261         Add checks that have sense for empty ps document.
7262
7263 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7264
7265         * configure.ac: Include PS in mime types list. 
7266
7267 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7268
7269         * configure.ac:
7270         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7271         * ps/gsdefaults.h:
7272         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7273         
7274         Runtime check for gs interpreter. Fix for the bug #320868.
7275         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7276
7277 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7278
7279         * shell/ev-application.c: 
7280
7281         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7282         dbus>=0.60, so that the request is not queued. 
7283
7284 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7285
7286         * configure.ac:
7287         * shell/Makefile.am:
7288         * shell/ev-sidebar-links.c: (print_section_cb):
7289         * shell/ev-utils.c:
7290         * shell/ev-utils.h:
7291         * shell/ev-window.c: (update_action_sensitivity),
7292         (ev_window_close_dialogs), (ev_window_print):
7293         * shell/ev-window.h:
7294         
7295         Make printing support optional. Patch from Eduardo de Barros Lima
7296         <eduardo.lima@indt.org.br> for the bug #330546.
7297
7298 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7299
7300         * shell/ev-view-private.h:
7301         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7302         (ev_view_set_document):
7303         * shell/ev-view.h:
7304         * shell/ev-window.c: (ev_window_load_job_cb),
7305         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7306         (ev_window_init):
7307
7308         Draw Loading message during xfer job. Fix for the bug #329495.
7309
7310 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7311
7312         * comics/comics-document.c: (comics_regex_quote),
7313         (comics_document_load), (extract_argv):
7314         
7315         Correcly quote regexp before passing it to unzip.
7316
7317 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7318
7319         * shell/ev-page-cache.c: (build_height_to_page),
7320         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7321         (ev_page_cache_get_dual_even_left):
7322         * shell/ev-page-cache.h:
7323         * shell/ev-view.c: (view_update_range_and_current_page),
7324         (get_page_y_offset), (get_page_extents):
7325         
7326         Place even pages to the left if document has less then
7327         two pages. Fix for the bug #328856.
7328
7329 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7330
7331         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7332         
7333         Correct comics scheme. This make evince create thumbnails
7334         for comic books. Fix for the bug 329088.
7335
7336 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7337
7338         * data/evince-password.glade: Don't explicitly set
7339         invisible_char to the current default value in case
7340         the default changes; let GTK+ do its magic.
7341
7342 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7343
7344         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7345         real filename to tmp filename since often document
7346         type is determined by extension.
7347
7348 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7349
7350         * shell/ev-view.c: (add_scroll_binding_keypad),
7351         (ev_view_binding_activated), (ev_view_class_init):
7352         
7353         Add keybindings for percision-scrolling of display area. 
7354         Fix for the bug #314072.
7355
7356 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7357
7358         * data/evince.desktop.in.in:
7359         
7360         Add GTK to the list of categories. Fix for the bug #328034.
7361
7362 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7363
7364         * shell/ev-application.c: (ev_application_shutdown),
7365         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7366         * shell/ev-application.h:
7367         * shell/ev-window.c: (file_open_dialog_response_cb),
7368         (ev_window_cmd_file_open):
7369         
7370         Save last uri in file chooser dialog. Fix for the bug #327950.
7371
7372 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * NEWS:
7375         * README:
7376         
7377         Final update for release 0.5.0
7378         
7379         * shell/Makefile.am:
7380         
7381         Remove disable deprecated until we'll require libgnome-2.13.7
7382         and port to GOption argument parsing. See bug 327518.
7383
7384 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7385
7386         * comics/comics-document.c: (comics_document_save):
7387         * djvu/djvu-document.c: (djvu_document_save):
7388         * dvi/dvi-document.c: (dvi_document_save):
7389         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7390         * lib/ev-file-helpers.h:
7391         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7392         * tiff/tiff-document.c: (tiff_document_save):
7393         
7394         Use common save function for backends.
7395
7396 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7397
7398         * backend/ev-document-types.c:
7399         
7400         Fix crash on saving pixbuf.
7401
7402 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7403
7404         * cut-n-paste/recent-files/egg-recent-item.c:
7405         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7406         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7407         (parse_info_free), (valid_element), (start_element_handler),
7408         (end_element_handler), (text_handler), (egg_recent_model_filter),
7409         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7410         (egg_recent_model_monitor), (egg_recent_model_read),
7411         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7412         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7413         (egg_recent_model_set_property), (egg_recent_model_class_init),
7414         (egg_recent_model_init), (egg_recent_model_add_full),
7415         (egg_recent_model_delete), (egg_recent_model_get_list),
7416         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7417         (egg_recent_model_set_filter_mime_types),
7418         (egg_recent_model_clear_group_filter),
7419         (egg_recent_model_set_filter_groups),
7420         (egg_recent_model_clear_scheme_filter),
7421         (egg_recent_model_set_filter_uri_schemes),
7422         (egg_recent_model_remove_expired):
7423         * cut-n-paste/recent-files/egg-recent-util.c:
7424         (egg_recent_util_get_icon):
7425         * cut-n-paste/recent-files/egg-recent-util.h:
7426         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7427         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7428         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7429         (egg_recent_view_uimanager_set_property),
7430         (egg_recent_view_uimanager_get_property),
7431         (egg_recent_view_uimanager_class_init),
7432         (egg_recent_view_uimanager_init),
7433         (egg_recent_view_uimanager_set_label_width),
7434         (egg_recent_view_uimanager_get_label_width):
7435         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7436         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7437         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7438         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7439         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7440         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7441         
7442         Update from libegg.
7443
7444 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7445
7446         * shell/ev-page-cache.c: (build_height_to_page),
7447         (ev_page_cache_get_height_to_page):
7448         * shell/ev-page-cache.h:
7449         * shell/ev-view.c: (view_update_range_and_current_page),
7450         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7451         (ev_view_previous_page):
7452         
7453         Dual mode places even pages to the left. Fix for the bug #309393.
7454
7455         * shell/ev-view.h:
7456         * shell/ev-window.c: (update_action_sensitivity),
7457         (setup_view_from_metadata), (view_menu_popup_cb):
7458         
7459         Don't restore presentation in empty windows, more intelligent
7460         next page behaviour in dual mode.
7461
7462         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7463         (ev_pixbuf_cache_clear_job_sizes):
7464         
7465         Cleanup job callback on removal. Fix for the bug #325886.
7466
7467 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7468
7469         * ps/ps.c: (psscan):
7470         
7471         Commit workaround Mozilla problem. Fix for the bug #325919
7472         
7473         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7474         (save_item):
7475         
7476         Fix for year 2038 problem.
7477
7478 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7479
7480         * shell/ev-window.c: (setup_document_from_metadata),
7481         (ev_window_cmd_view_reload):
7482
7483         Clamp page recieved from metadata in valid values. Fix
7484         for the bug #325986.
7485
7486 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7487
7488         * MAINTAINERS: 
7489         Add MAINTAINERS as requested on desktop-devel-list.
7490
7491 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7494         (mime_type_supported_by_gdk_pixbuf),
7495         (ev_document_factory_get_mime_types),
7496         (ev_document_factory_get_all_mime_types):
7497         
7498         Don't add pixbuf mime types if pixbuf backend is disabled.
7499         
7500         * shell/ev-application.c: (ev_application_get_uri_window):
7501         
7502         Fix for the bug 325815 - unhandled MIME type message doesn't 
7503         appear a second time. 
7504         
7505         * shell/ev-document-types.c: (ev_document_types_add_filters):
7506         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7507         (password_dialog_response), (ev_window_popup_password_dialog),
7508         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7509         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7510         (ev_window_run_presentation), (ev_window_stop_presentation),
7511         (save_sizing_mode), (ev_window_zoom_changed_cb),
7512         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7513         (ev_window_dual_mode_changed_cb),
7514         (ev_window_sidebar_current_page_changed_cb),
7515         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7516         (window_state_event_cb), (window_configure_event_cb):
7517         
7518         Cleanup additional uris holded by EvWindow.
7519
7520 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7523         (ev_view_can_previous_page), (ev_view_can_next_page):
7524         * shell/ev-view.h:
7525         * shell/ev-window.c: (update_action_sensitivity):
7526         
7527         Two page scrolling with Space and PageUp in dual mode. Second fix 
7528         for the bug #316608.
7529
7530 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7531
7532         * shell/ev-view.c: (scroll_to_current_page):
7533         
7534         Correctly clamp adjustment value. Fix for the bug
7535         #325808.
7536
7537 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7538
7539         * shell/ev-sidebar-links.c: (print_section_cb):
7540         * shell/ev-window.c: (ev_window_get_uri),
7541         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7542         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7543         (ev_window_dispose):
7544         
7545         Make print dialog non-modal. Fix for the bug #325622.
7546
7547 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7548
7549         * shell/ev-metadata-manager.c:
7550         * shell/ev-utils.c: (using_pdf_printer),
7551         (using_postscript_printer), (load_print_config_from_file),
7552         (save_print_config_to_file):
7553         * shell/ev-utils.h:
7554         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7555         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7556         (setup_view_from_metadata), (ev_window_setup_document),
7557         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7558         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7559         (ev_window_run_presentation), (ev_window_stop_presentation),
7560         (save_sizing_mode), (ev_window_zoom_changed_cb),
7561         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7562         (ev_window_dual_mode_changed_cb),
7563         (ev_window_sidebar_current_page_changed_cb),
7564         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7565         (window_state_event_cb), (window_configure_event_cb),
7566         (ev_window_init):
7567         
7568         Setting saving behaviour fixes.
7569
7570 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7571
7572         * configure.ac:
7573         
7574         Make antialiasing gs options better and allow
7575         to change them during configure. Fix for the 
7576         bug #319049.
7577
7578 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7579
7580         * shell/ev-window.c: (setup_view_from_metadata):
7581         
7582         Remember if last window was maximized. Fix for the
7583         bug #323797.
7584
7585 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7586
7587         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7588
7589 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7590
7591         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7592         * shell/ev-page-action.c: (build_new_tree_cb):
7593         * shell/ev-sidebar-links.c: (links_page_num_func),
7594         (update_page_callback_foreach), (update_page_callback):
7595         * shell/ev-view.c: (scroll_to_current_page):
7596         
7597         Fix for the bug #325067 with more intelligent selection
7598         of current link in sidebar. Make sidebar handle links
7599         of FITR-like type more correctly.
7600
7601         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7602         (dvi_pixbuf_put_pixel):
7603         
7604         Fix memory consumtion with disabled alpha channel.
7605
7606 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7607
7608         * data/evince-ui.xml:
7609         * shell/ev-window.c: (view_menu_popup_cb),
7610         (ev_popup_cmd_open_link), (ev_window_init):
7611         
7612         Update context menu for internal links. Fix for the bug
7613         #325066.
7614
7615 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7616
7617         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7618         
7619         Bind context menu to keyboard also. Fix for the bug
7620         #325065.
7621
7622 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7623
7624         * shell/ev-view.c: (selection_scroll_timeout_cb):
7625         
7626         Horizontal scroll on selection also.
7627
7628 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7629
7630         * shell/ev-metadata-manager.c: (parse_value):
7631         * shell/ev-view.c: (goto_xyz_link):
7632         
7633         Correct zoom setup and metadata save broken in 
7634         some locales.
7635
7636 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7637
7638         * shell/ev-view-private.h:
7639         * shell/ev-view.c: (scroll_to_current_page),
7640         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7641         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7642         (page_changed_cb), (ev_view_set_continuous),
7643         (ev_view_set_dual_page), (ev_view_set_presentation):
7644         
7645         Delay scroll until allocation to correctly position page. Fix
7646         for the bug #317334.
7647
7648 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7649
7650         * NEWS:
7651         * configure.ac:
7652         
7653         Update NEWS and require poppler 0.5.0.
7654
7655 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7656         
7657         * data/evince-ui.xml:
7658         * shell/ev-view-private.h:
7659         * shell/ev-view.c: (ev_view_get_link_at_location),
7660         (handle_link_over_xy), (ev_view_button_press_event),
7661         (ev_view_button_release_event), (ev_view_class_init):
7662         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7663         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7664         (ev_window_init):
7665         
7666         Implement right-click context menu.
7667
7668 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7669
7670         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7671         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7672         (mdvi_pixbuf_device_render):
7673         * pdf/ev-poppler.cc:
7674
7675         Don't generate thumbnails with alpha. See bug #324077.
7676         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7677
7678 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7679
7680         * shell/ev-window.c: (setup_chrome_from_metadata):
7681         
7682         Fix typo that was hiding toolbar.
7683
7684 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7685
7686         * shell/ev-view-private.h:
7687         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7688         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7689         (ev_view_button_release_event), (ev_view_destroy):
7690         
7691         Small cleanup and autoscrolling during selection. Thanks to 
7692         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7693
7694 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7695
7696         * configure.ac:
7697         
7698         Correctly check for comics option.
7699
7700 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7701         * Makefile.am:
7702         * configure.ac:
7703         * backend/Makefile.am:
7704         * backend/ev-document-factory.c:
7705         * shell/ev-document-types.c:
7706
7707         Included option in configure to make ps backend 
7708         compilation optional with --disable-ps.
7709
7710 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7711
7712         * backend/ev-document-factory.c:
7713         * comics/Makefile.am:
7714         * comics/comics-document.c: (comics_document_load):
7715         * comics/ev-cbr-mime.xml:
7716         * configure.ac:
7717         
7718         Comics mime types are added to shared-mime-info CVS. Now
7719         we don't need to install our own mime types.
7720
7721 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * shell/ev-window.c:
7724         
7725         Add shortcut for "save a copy" menu entry. Fix for
7726         the bug #324582.
7727
7728 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7729
7730         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7731         (job_finished_cb), (new_selection_pixbuf_needed),
7732         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7733         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7734         
7735         Rework selection job info logic and fix critical warning.
7736
7737 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7738
7739         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7740
7741 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7742
7743         * data/evince-ui.xml:
7744         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7745         
7746         Enter as shortcut key for next page. Fix for the bug
7747         #321394.
7748
7749 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7750
7751         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7752
7753 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7754
7755         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7756         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7757         (new_selection_pixbuf_needed),
7758         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7759         (clear_job_selection):
7760         
7761         Too early for 0.5. Pixbuf cache code cleaned a bit.
7762
7763 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7764
7765         * NEWS:
7766         * configure.ac:
7767         
7768         Release 0.5.0 preparation
7769
7770 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7771
7772         * comics/Makefile.am:
7773         * configure.ac:
7774         * shell/ev-document-types.c: (ev_document_types_add_filters):
7775         
7776         More advanced handling of custom mime type installation.
7777
7778 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7779
7780         * data/evince.schemas.in:
7781         * shell/ev-metadata-manager.c: (value_free),
7782         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7783         (ev_metadata_manager_get), (ev_metadata_manager_set):
7784         * shell/ev-metadata-manager.h:
7785         * shell/ev-window.c: (update_chrome_flag),
7786         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7787         (setup_document_from_metadata), (setup_chrome_from_metadata),
7788         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7789         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7790         (ev_window_view_toolbar_cb),
7791         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7792         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7793         
7794         Save last document settings and reuse them for new documents.
7795
7796 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7797
7798         * Makefile.am:
7799         * backend/Makefile.am:
7800         * backend/ev-document-factory.c:
7801         * backend/ev-document-factory.h:
7802         * comics/Makefile.am:
7803         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7804         (comics_document_load), (comics_document_save),
7805         (comics_document_get_n_pages), (comics_document_get_page_size),
7806         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7807         (comics_document_class_init), (comics_document_can_get_text),
7808         (comics_document_get_info), (comics_document_document_iface_init),
7809         (comics_document_init), (get_supported_image_extensions),
7810         (comics_document_thumbnails_get_geometry),
7811         (comics_document_thumbnails_get_thumbnail),
7812         (comics_document_thumbnails_get_dimensions),
7813         (comics_document_document_thumbnails_iface_init), (extract_argv):
7814         * comics/comics-document.h:
7815         * comics/ev-cbr-mime.xml:
7816         * configure.ac:
7817         * po/POTFILES.in:
7818         * shell/ev-application.c: (ev_application_register_service):
7819         * shell/ev-document-types.c: (ev_document_types_add_filters):
7820         * thumbnailer/Makefile.am:
7821         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7822         
7823         New CBR/CBZ backend for comic books.
7824
7825 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7826
7827         * shell/main.c: (load_files_remote):
7828
7829         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7830         warning on startup of second instance is fixed. It
7831         is bug #320353.
7832
7833 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7834
7835         * shell/ev-window.c: (ev_window_finalize):
7836         
7837         Fix double free that cause crash.
7838
7839 2005-10-29  Bastien Nocera <hadess@hadess.net>
7840
7841         * tiff/tiff-document.c: (tiff_document_load):
7842         
7843         Fix memory leak.
7844
7845 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7846
7847         * po/POTFILES.in:
7848         * shell/Makefile.am:
7849         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7850         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7851         (ev_view_accessible_get_text),
7852         (ev_view_accessible_get_character_at_offset),
7853         (ev_view_accessible_get_text_before_offset),
7854         (ev_view_accessible_get_text_at_offset),
7855         (ev_view_accessible_get_text_after_offset),
7856         (ev_view_accessible_get_character_count),
7857         (ev_view_accessible_get_caret_offset),
7858         (ev_view_accessible_set_caret_offset),
7859         (ev_view_accessible_get_run_attributes),
7860         (ev_view_accessible_get_default_attributes),
7861         (ev_view_accessible_get_character_extents),
7862         (ev_view_accessible_get_offset_at_point),
7863         (ev_view_accessible_get_n_selections),
7864         (ev_view_accessible_get_selection),
7865         (ev_view_accessible_add_selection),
7866         (ev_view_accessible_remove_selection),
7867         (ev_view_accessible_set_selection),
7868         (ev_view_accessible_text_iface_init),
7869         (ev_view_accessible_idle_do_action),
7870         (ev_view_accessible_action_do_action),
7871         (ev_view_accessible_action_get_n_actions),
7872         (ev_view_accessible_action_get_description),
7873         (ev_view_accessible_action_get_name),
7874         (ev_view_accessible_action_set_description),
7875         (ev_view_accessible_action_iface_init),
7876         (ev_view_accessible_get_type), (ev_view_accessible_new),
7877         (ev_view_accessible_factory_get_accessible_type),
7878         (ev_view_accessible_factory_create_accessible),
7879         (ev_view_accessible_factory_class_init),
7880         (ev_view_accessible_factory_get_type):
7881         * shell/ev-view-accessible.h:
7882         * shell/ev-view-private.h:
7883         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7884         * shell/ev-view.h:
7885         
7886         Initial accessibility support.
7887
7888 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7889
7890         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7891
7892 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7893
7894         * shell/ev-print-job.c: (idle_print_handler):
7895         
7896         Fix for bug Bug 318916: Printing multiple pages.
7897
7898 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7899
7900         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7901
7902 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * pdf/ev-poppler.cc:
7905         
7906         Thumnail dimensions unified with other backends.
7907         
7908         * shell/ev-window-title.c: (ev_window_title_update):
7909         
7910         Fix warning.
7911
7912 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7913
7914         * data/ev-stock-zoom-fit-width.png:
7915         
7916         Remove unused file.
7917
7918 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7919
7920         * configure.ac:
7921         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7922         (djvu_document_finalize):
7923         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7924         (dvi_document_finalize):
7925         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7926         (pixbuf_document_save), (pixbuf_document_finalize):
7927         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7928         (tiff_document_finalize):
7929         
7930         Save a copy implemented for various backends.
7931
7932 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7933
7934         * configure.ac:
7935         
7936         Don't link with ltiff if tiff is disabled.
7937
7938 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7939
7940         * pdf/GDKSplashOutputDev.cc:
7941         * pdf/GDKSplashOutputDev.h:
7942         * pdf/Thumb.cc:
7943         * pdf/Thumb.h:
7944         * pdf/pdf-document.cc:
7945         * pdf/pdf-document.h:
7946         * pdf/test-gdk-output-dev.cc:
7947         
7948         Remove old unused files.
7949
7950 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7951
7952         * shell/ev-window.c: (ev_window_setup_document):
7953         
7954         Fixed warnings on reload and probably crash reason.
7955
7956 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7957
7958         * properties/ev-properties-view.c:
7959         (ev_properties_view_format_date):
7960         
7961         Check if date is invalid. Fix for bug 318134.
7962
7963 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7964
7965         * shell/ev-window-title.c:
7966         
7967         Add .indd files (Adobe Indesign) to the list of "bad
7968         extensions".
7969
7970 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7971
7972         * data/evince-ui.xml:
7973         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7974         
7975         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7976
7977 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7978
7979         * shell/ev-window.c: (launch_link), (launch_external_uri),
7980         (view_external_link_cb):
7981
7982         URL-escape link before passing it to gnome_vfs_url_show.
7983
7984 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7985
7986         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7987         there isn't text selected.
7988
7989 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7990
7991         * shell/ev-view.c: (handle_link_over_xy):
7992
7993         Check tooltip is valid utf8 before showing it
7994
7995 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7996
7997         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7998
7999 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8000
8001         * shell/ev-window-title.c: (ev_window_title_update):
8002
8003         Guard against using g_strstrip on NULL. Fixes bug #317291.
8004
8005 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8006
8007         * pdf/ev-poppler.cc:
8008
8009         Show title even for unknown links
8010
8011 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8012
8013         * shell/ev-window-title.c: (ev_window_title_update):
8014
8015         Strip the title string
8016
8017 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8018
8019         * shell/ev-window-title.c:
8020
8021         Add .rtf to the bad extensions list
8022
8023 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8024
8025         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8026         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8027
8028         Ignore link coordinates if they are outside page bounds
8029
8030 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8031
8032         * backend/ev-link.c: (ev_link_type_get_type),
8033         (ev_link_get_filename), (ev_link_get_params),
8034         (ev_link_get_property), (ev_link_set_property),
8035         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8036         * backend/ev-link.h:
8037         * pdf/ev-poppler.cc:
8038         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8039         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8040         (ev_window_init):
8041
8042         Implement launch links. Delegate external link opening to
8043         the window.
8044
8045 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8048         (ev_link_get_right), (ev_link_get_property),
8049         (ev_link_set_property), (ev_link_class_init),
8050         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8051         * backend/ev-link.h:
8052         * pdf/ev-poppler.cc:
8053         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8054
8055         Implement fitr links
8056
8057 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8058
8059         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8060         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8061         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8062         (ev_view_size_request_continuous),
8063         (ev_view_size_request_dual_page),
8064         (ev_view_size_request_single_page), (ev_view_size_allocate),
8065         (ev_view_zoom_for_size_continuous_and_dual_page),
8066         (ev_view_zoom_for_size_continuous),
8067         (ev_view_zoom_for_size_dual_page),
8068         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8069         (ev_sizing_mode_get_type):
8070         * shell/ev-view.h:
8071         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8072
8073         Do not use modes for link, we need to calculate size ad hoc.
8074         Still not perfect because of the usual scrollbar issues grrr.
8075
8076 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8077
8078         * backend/ev-link.c: (ev_link_type_get_type),
8079         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8080         * backend/ev-link.h:
8081         * pdf/ev-poppler.cc:
8082         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8083         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8084         (ev_view_size_request_continuous),
8085         (ev_view_size_request_dual_page),
8086         (ev_view_size_request_single_page), (ev_view_size_allocate),
8087         (zoom_for_size_fit_height),
8088         (ev_view_zoom_for_size_continuous_and_dual_page),
8089         (ev_view_zoom_for_size_continuous),
8090         (ev_view_zoom_for_size_dual_page),
8091         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8092         (ev_sizing_mode_get_type):
8093         * shell/ev-view.h:
8094         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8095
8096         Implement FIT_HEIGHT mode (only for links).
8097         Implement FITH links
8098
8099 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8100
8101         * shell/ev-window-title.c: (get_filename_from_uri),
8102         (ev_window_title_sanitize_extension), (ev_window_title_update),
8103         (ev_window_title_set_document), (ev_window_title_set_uri),
8104         (ev_window_title_free):
8105         * shell/ev-window-title.h:
8106         * shell/ev-window.c: (ev_window_setup_document),
8107         (ev_window_popup_password_dialog):
8108
8109         Refactor window title building while fixing it for
8110         password documents.
8111
8112 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8113
8114         * pdf/ev-poppler.cc:
8115
8116         Escape link title before setting it in the model
8117
8118 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8119
8120         * shell/ev-application.c: (removed_from_session), (save_session),
8121         (init_session), (ev_application_get_empty_window),
8122         (ev_application_init), (ev_application_get_windows):
8123         * shell/ev-application.h:
8124         * shell/ev-window.c: (ev_window_finalize):
8125
8126         Add a function to retrieve window list and share it where
8127         necessary.
8128         Implement session handling, works pretty well thanks to the
8129         metadata system.
8130
8131 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8132
8133         * shell/ev-password.c: (ev_password_item_created_callback),
8134         (ev_password_dialog_save_password):
8135         
8136         Fix for bug 316972. Use async gnome-keyring API.
8137
8138 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8139
8140         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8141         Remove unused unrealize handler. Add scroll handling to
8142         ev_view_scroll_event for presentation mode (bug #316708),
8143         and fix the event state checks there.
8144
8145 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8146
8147         * shell/ev-page-action.c: (page_changed_cb):
8148
8149         "marco, maybe we should be crazy and jump right to 6! :)"
8150
8151         Bryan Clark, Sep 2005
8152
8153 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8154
8155         * ps/ps-document.c: (save_document), (ps_document_save),
8156         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8157         (ps_document_ps_export_end):
8158
8159         Fix unstructured documents save and print
8160
8161 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8162
8163         * shell/ev-application.c: (ev_application_open_uri):
8164
8165         Fix window size persistance
8166
8167 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8168
8169         * shell/ev-view.c: (ev_view_button_release_event):
8170
8171         Based on a patch from carlosgc@gnome.org. Mouse buttons
8172         switch pages in presentation mode.
8173
8174 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8175
8176         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8177
8178         Dont cast to int before scaling
8179
8180 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8181
8182         * backend/ev-link.c: (ev_link_type_get_type),
8183         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8184         (ev_link_new_page_fith):
8185         * backend/ev-link.h:
8186         * pdf/ev-poppler.cc:
8187         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8188
8189         Implement FIT and FITH links
8190
8191 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8192
8193         * pdf/ev-poppler.cc:
8194
8195         Return 0 results when search is not in progress.
8196
8197         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8198         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8199
8200         Update menu sensitivity when cancelling search
8201
8202 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8203
8204         * shell/ev-view.c: (ev_view_can_find_next):
8205
8206         Take all pages in consideration, not just current one
8207
8208 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8209
8210         * shell/ev-page-cache.c:
8211         * shell/ev-page-cache.h:
8212         * shell/ev-view.c: (ev_view_binding_activated),
8213         (ev_view_next_page), (ev_view_previous_page),
8214         (ev_sizing_mode_get_type):
8215         * shell/ev-view.h:
8216         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8217         (ev_window_cmd_go_next_page):
8218
8219         Move page next/previous functions from page chace to
8220         view and change it to move by 2 page steps in dual mode.
8221
8222 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8223
8224         * shell/ev-window.c: (update_sidebar_visibility),
8225         (setup_sidebar_from_metadata), (ev_window_setup_document),
8226         (setup_view_from_metadata):
8227
8228         Show the index by default when there is one     
8229
8230 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8231
8232         * shell/ev-window-title.c: (ev_window_title_set_document):
8233
8234         Missing null check
8235
8236 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8237
8238         * shell/ev-view.c: (view_update_range_and_current_page):
8239         
8240         Allow display of last odd page in dual view. Fix for 316347.
8241
8242 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8243
8244         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8245         
8246         Make close button default. Fix for 316383.
8247
8248 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8249
8250         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8251         
8252         Mark close button as default. Fix for 316381.
8253
8254 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8255
8256         * backend/ev-link.c: (ev_link_class_init):
8257
8258         Allow negative doubles in left/top properties
8259
8260 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8261
8262         * shell/ev-window.c:
8263
8264         Remove a bunch of strings that was used only
8265         by the statusbar.
8266
8267 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8268
8269         * shell/ev-window-title.c: (get_filename_from_uri),
8270         (ev_window_title_set_document):
8271
8272         When title has a confusing extension, show also
8273         the document filename inside ()
8274
8275 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8276
8277         * shell/Makefile.am:
8278         * shell/ev-window-title.c: (ev_window_title_new),
8279         (ev_window_title_update), (ev_window_title_set_type),
8280         (ev_window_title_set_document), (ev_window_title_free):
8281         * shell/ev-window-title.h:
8282         * shell/ev-window.c: (ev_window_setup_document),
8283         (password_dialog_response), (ev_window_popup_password_dialog),
8284         (ev_window_dispose), (ev_window_init):
8285
8286         Factor out and cleanup window title code
8287
8288 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8289
8290         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8291         (unable_to_load):
8292
8293         Make dialog transient so it doesnt block other windows
8294
8295 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8296
8297         * pdf/ev-poppler.cc:
8298         
8299         Fix pdf thumbnails rendering.
8300
8301 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8302
8303         * shell/ev-window.c: (fullscreen_set_timeout):
8304         
8305         Increase timeout to hide full screen popup. Bug 
8306         316123. 
8307
8308 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8309
8310         * data/evince.schemas.in:
8311         * shell/ev-window.c: (update_action_sensitivity):
8312
8313         Allow the user to override document restrictions. Fix for bug
8314         305818.
8315
8316 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8317
8318         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8319         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8320         (ev_window_class_init): Fix multihead behaviour of fullscreen
8321         toolbar popup. Fixes bug #315451.
8322
8323 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8324
8325         * configure.ac:
8326         * data/evince-password.glade:
8327         * shell/ev-password.c: (ev_password_dialog_set_property),
8328         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8329         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8330         (ev_password_dialog_entry_changed_cb),
8331         (ev_password_dialog_entry_activated_cb),
8332         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8333         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8334         (ev_password_dialog_set_bad_pass):
8335         * shell/ev-password.h:
8336         * shell/ev-window.c: (password_dialog_response),
8337         (ev_window_popup_password_dialog):
8338         
8339         Support for gnome-keyring for encrypted PDF's.
8340
8341 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8342
8343         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8344         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8345         (ev_view_enter_notify_event), (ev_view_class_init):
8346         
8347         More precise handling of enter_notify/leave_notify events
8348         in EvView. Fix for bug 315470.
8349
8350 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8351
8352         * shell/ev-window.c: (fullscreen_timeout_cb),
8353         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8354         (ev_window_dispose):
8355
8356         leak fix: unref fullscreen_timeout_source before clearing it
8357
8358 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8359
8360         * configure.ac, dvi/mdvi/Makefile.am: 
8361         
8362         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8363
8364 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8365
8366         * backend/ev-link.c: (ev_link_new_page_xyz):
8367         * pdf/ev-poppler.cc:
8368         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8369
8370         Fix some bugs with xyz links, respect zoom
8371
8372 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8373
8374         * shell/ev-window.c: (page_changed_cb),
8375         (setup_document_from_metadata), (update_sidebar_visibility),
8376         (setup_view_from_metadata), (ev_window_run_fullscreen),
8377         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8378         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8379         (ev_window_dual_mode_changed_cb),
8380         (ev_window_sidebar_current_page_changed_cb):
8381
8382         null check uri before setting and getting metadata
8383
8384 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8385
8386         * dvi/Makefile.am:
8387         * properties/Makefile.am:
8388         * shell/Makefile.am:
8389         * thumbnailer/Makefile.am:
8390
8391         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8392
8393 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8394
8395         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8396         (selection_changed_callback):
8397         * shell/ev-sidebar-links.h:
8398
8399         Add a signal for link activation.
8400
8401         * shell/ev-view.c: (ev_view_goto_link),
8402         (ev_view_button_release_event):
8403         * shell/ev-view.h:
8404         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8405         (ev_window_init):
8406
8407         Implement the signal so that we can handle all link types.
8408
8409         * shell/ev-page-cache.c:
8410
8411         Remove unused set_link function
8412
8413 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8414
8415         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8416
8417         Add some space from the cursor, hardcoded but I couldnt
8418         find a better way.
8419
8420 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8421
8422         * lib/ev-tooltip.c:
8423
8424         Use mozilla style vs gtk style, way better for links.
8425
8426         * shell/ev-view.c: (ev_view_motion_notify_event),
8427         (ev_view_destroy), (ev_view_init):
8428
8429         Deactive tooltip when the link hovered is changed.
8430
8431 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8432
8433         * backend/ev-document.h:
8434         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8435         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8436         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8437         (ev_link_new_page), (ev_link_new_page_xyz):
8438         * backend/ev-link.h:
8439         * pdf/ev-poppler.cc:
8440         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8441         (go_to_link), (tip_from_link):
8442
8443         Implement xyz links, still not functional. Links are a total
8444         mess, will need to refactor and bugfix a lot :(
8445
8446 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8447
8448         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8449
8450 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8451
8452         * data/evince-ui.xml:
8453         * data/evince.schemas.in:
8454         * shell/Makefile.am:
8455         * shell/ev-window.c: (update_chrome_visibility),
8456         (password_dialog_response), (ev_window_load_job_cb),
8457         (ev_window_xfer_job_cb), (ev_window_open_uri),
8458         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8459         (ev_window_init):
8460
8461         Remove the statusbar. This regress loading feedback, need to
8462         check with Bryan what we want to do there...
8463
8464 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8465
8466         * lib/ev-tooltip.c: (ev_tooltip_init):
8467
8468         Fix tooltip border and size handling
8469
8470 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8471
8472         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8473         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8474         (ev_tooltip_timeout), (ev_tooltip_activate),
8475         (ev_tooltip_deactivate):
8476         * lib/ev-tooltip.h:
8477         * shell/ev-view.c: (ev_view_motion_notify_event):
8478
8479         Delay popup showing. Mirror gtk logic/times.
8480
8481 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8482
8483         * lib/Makefile.am:
8484         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8485         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8486         (ev_tooltip_set_text), (ev_tooltip_set_position):
8487         * lib/ev-tooltip.h:
8488
8489         Simple widget to show tooltips at a custom position
8490
8491         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8492         (ev_view_destroy):
8493
8494         Use it for links. First go, needs work
8495
8496 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8497
8498         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8499         HIG fixes.  Use title capitalization for window title. Use 12 
8500         pixels of space between the dialog's vbox and action area.
8501
8502 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8503
8504         * shell/ev-window.c: (file_open_dialog_response_cb),
8505         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8506         (ev_window_cmd_save_as):
8507
8508         Make file pickers not modal and refactor code some
8509
8510 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8511
8512         * shell/ev-sidebar.h:
8513         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8514         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8515         (ev_sidebar_class_init), (ev_sidebar_select_page),
8516         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8517         (ev_sidebar_set_page):
8518
8519         Add a current page property and allow to get/set it
8520
8521         * shell/ev-window.c: (setup_view_from_metadata),
8522         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8523
8524         Persist current sidebar page per document
8525
8526 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8527
8528         * data/evince.schemas.in:
8529         * shell/ev-window.c: (update_chrome_visibility),
8530         (setup_document_from_metadata), (update_sidebar_visibility),
8531         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8532         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8533         (ev_window_run_presentation), (ev_window_stop_presentation),
8534         (ev_window_view_sidebar_cb),
8535         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8536         (load_chrome), (ev_window_init):
8537
8538         Persist size/visibility of sidebar per document
8539
8540 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8541
8542         * shell/ev-view.c (draw_loading_text): Draw loading text.
8543
8544 2005-09-02  Dan Damian  <dand@gnome.ro>
8545
8546         * configure.in: Added "ro" to ALL_LINGUAS.
8547
8548 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * shell/ev-view.c: (clear_caches):
8551
8552         ev_page_cache_get doesnt return a reference,
8553         dont try to unref it.
8554
8555 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8556
8557         * shell/main.c: (load_files_remote):
8558
8559         Fix timestamp parameter with dbus <= 0.33
8560
8561 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8562
8563         * data/evince.schemas.in:
8564
8565         Add missing full stop
8566
8567 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8568
8569         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8570         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8571
8572         Plug some memory leaks
8573
8574 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8575
8576         * configure.ac:
8577         * lib/ev-debug.c: (trap_handler):
8578
8579         Check for execinfo.h and use it only if it exists.
8580         Ported from Epiphany (bug #314776).
8581
8582 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8583
8584         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8585
8586 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8587
8588         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8589         * po/id.po      : Added Indonesian translation
8590
8591 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8592
8593         * shell/main.c:
8594         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8595         * NEWS: Release 0.4.0
8596
8597 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8598
8599         * configure.ac: catch another gtk+-2.8ism
8600         * shell/main.c: Make work with gtk+-2.6
8601
8602 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8603
8604         * shell/ev-application-service.xml: Add 'timestamp' argument to
8605           ev_application_open_window and ev_application_open_uri methods.
8606
8607         * shell/ev-application.h: Add 'timestamp' argument to
8608           ev_application_open_window, ev_application_open_uri,
8609           and ev_application_open_uri_list functions.
8610
8611         * shell/ev-application.c (ev_application_open_window,
8612           ev_application_open_uri, ev_application_open_uri_list): Change
8613           functions that show/present windows to use a timestamp if one
8614           is passed in.
8615
8616         * shell/ev-window.c (ev_window_cmd_file_open,
8617           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8618         * shell/main.c (load_files): Modify calls to ev_application to
8619           include GDK_CURRENT_TIME as timestamp.
8620
8621         * shell/main.c (load_files_remote): Obtain timestamp for client
8622           instance from GDK and pass to server instance so new windows are
8623           focused properly.  Fix dbus_g_proxy_call() calls by including second
8624           G_TYPE_INVALID.
8625           
8626         Closes bug #314475.
8627
8628 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8629
8630         * shell/ev-window.c (ev_window_finalize): Check for
8631         avail. EvWindows when quiting to handle the finalize better,
8632         #314497
8633
8634 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8635         
8636         * properties/ev-properties-view.c: 
8637         
8638         Set textdomain to libglade. Fixes translation problem in property page.
8639
8640 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8641
8642         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8643         * dvi/Makefile.am:
8644         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8645         * dvi/mdvi-lib/Makefile.am:
8646         
8647         Fix rotation of thumbnails, ported to new API. Moved library
8648         dependencies earlier, probably it will fix linkage problem.
8649
8650 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8651
8652         * backend/ev-document-misc.c:
8653         (ev_document_misc_get_thumbnail_frame):
8654         * backend/ev-document-misc.h:
8655         * configure.ac:
8656         * pdf/ev-poppler.cc:
8657         * shell/Makefile.am:
8658         * shell/ev-sidebar-thumbnails.c: (add_range),
8659         (ev_sidebar_thumbnails_set_loading_icon),
8660         (ev_sidebar_thumbnails_refresh),
8661         (ev_sidebar_thumbnails_set_document):
8662         * shell/ev-sidebar-thumbnails.h:
8663         * shell/ev-view.c: (ev_view_motion_notify_event),
8664         (ev_view_set_property), (ev_view_get_property),
8665         (ev_view_class_init), (ev_view_set_rotation):
8666         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8667         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8668         (ev_window_init):
8669         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8670         Redo rotation (again).  prepare for 0.4.0
8671
8672 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8673
8674         * configure.ac: Bump poppler requirement to 0.4.1.
8675
8676         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8677         argument to poppler_page_render_selection() call.
8678
8679 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8680
8681         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8682         (djvu_document_thumbnails_get_thumbnail):
8683         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8684         (dvi_document_thumbnails_get_thumbnail):
8685         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8686         (pixbuf_document_thumbnails_get_thumbnail):
8687         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8688         
8689         Update rotation direction of backends to fit with pdf and ps.
8690
8691 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8692
8693         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8694         * backend/ev-async-renderer.h:
8695         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8696         (setup_page), (ps_document_get_page_size),
8697         (ps_async_renderer_render_pixbuf):
8698         * ps/ps-document.h:
8699         * shell/ev-jobs.c: (ev_job_render_run):
8700
8701         Fix orientation in the postscript document
8702
8703 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8704
8705         * pdf/ev-poppler.cc:
8706         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8707         * shell/ev-view.c: (highlight_find_results):
8708
8709         Adapt to the new poppler rotation API. Fix text maps on landscape
8710         documents.
8711
8712 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8713
8714         * shell/ev-view.c (compute_new_selection_text): get the correct
8715         region when selecting in modes other than continuous.
8716
8717 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8718
8719         * shell/main.c (main): remove redundant g_warnings.
8720
8721 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8722
8723         * shell/Makefile.am: Don't include autogenerated
8724         file ev-application-service.h into distribution, since
8725         it causes dbus crash. Fix for bugs 313724 and 313443. 
8726
8727 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8728
8729         * configure.ac: Fix sed expression for FreeBSD. Thanks
8730         to Joe Marcus Clark <marcus@freebsd.org>
8731         
8732         * shell/eggfindbar.c: (entry_activate_callback),
8733         (entry_changed_callback), (egg_find_bar_init),
8734         (egg_find_bar_set_search_string):
8735         
8736         Made findbar buttons unsensitive if there is no text in
8737         entry. Fix for the bug 313285.
8738
8739 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8740
8741         * ps/ps-document.c: Use g_filename_display_name for displaying
8742         filenames and revert string freeze breackage
8743
8744 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8745
8746         * NEWS:
8747         * configure.ac:
8748
8749         Update for 0.3.4
8750
8751         * shell/Makefile.am:
8752
8753         Add ev-application-service.xml to extra dist
8754
8755         * shell/ev-view.c: (find_page_at_location):
8756
8757         Remove unused function (fix warning)
8758
8759 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8760
8761         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8762         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8763         
8764         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8765         bug 313623.
8766
8767 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8768
8769         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8770         * shell/ev-window.c:
8771         Fix build warnings
8772
8773 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8774
8775         * configure.ac: Update script to get dbus version.
8776         Fix for the bug #313443.
8777
8778 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8779
8780         * shell/ev-window.c: (ev_window_cmd_escape):
8781         
8782         Return focus back to view on escape. Fix for bug 313295.
8783
8784 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8785
8786         * shell/ev-window.c: (update_window_title),
8787         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8788         (ev_window_cmd_save_as):
8789         
8790         Correct conversion from uri to displayable string. Fix for
8791         bug 313296.
8792
8793 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8794
8795         * ps/ps-document.c: convert filename to utf8 when there is an error
8796         loading document. Fixes #309915
8797
8798 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8799
8800         * configure.ac:
8801
8802         We depend on poppler 0.4.0
8803
8804 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8805
8806         * configure.ac:
8807         * NEWS: Release 0.3.3.
8808         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8809
8810 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8811
8812         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8813         add a couple missing mnemonics to menu items, use title 
8814         capitalization for menu items and window titles, and add 
8815         ellipsis to open menu item.     
8816
8817 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8818
8819         * pdf/ev-poppler.cc:
8820         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8821         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8822         (ev_view_get_rotation):
8823         * shell/ev-view.h:
8824         * shell/ev-window.c: (setup_view_from_metadata),
8825         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8826         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8827         disk.
8828
8829 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8830
8831         * configure.ac: Added tr to ALL_LINGUAS
8832
8833 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8834
8835         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8836         requires several clicks to find word. Thanks to 
8837         Colin Slater <kiltedtaco@gmail.com>.
8838
8839 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8840
8841         * data/evince.desktop.in.in: Hide menu entry and
8842         rename it to "Document Viewer". Fix for bug 
8843         #312399.
8844
8845 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8846
8847         * shell/ev-page-action.c (ev_page_action_class_init): 
8848
8849         Point to the correct function in constructor of the
8850         activate_label signal
8851
8852 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8853
8854         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8855         * shell/ev-jobs.h: Make thread safe.
8856
8857 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8858
8859         * shell/ev-view.c: (view_update_range_and_current_page):
8860         Don't update page range if we are scrolling to some document
8861         point.
8862
8863 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8864
8865         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8866         when getting max_page_width, fix drawing in dual mode.
8867
8868 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8869
8870         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8871         getting the area for select_all.
8872
8873 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8874
8875         * backend/ev-selection.c: (ev_selection_render_selection):
8876         * backend/ev-selection.h:
8877         * pdf/ev-poppler.cc:
8878         * shell/ev-jobs.c: (ev_job_render_new):
8879         * shell/ev-jobs.h:
8880         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8881         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8882         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8883         (ev_view_class_init):
8884
8885         Change selection color on focus in and focus out events.  Also,
8886         poppler now uses GdkColor for specifying the selection colors, so
8887         drop some awkward conversion code.
8888
8889 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8890
8891         * configure.ac: Added Hebrew translation
8892
8893 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8894
8895         * NOTES:
8896         * backend/ev-selection.c: (ev_selection_render_selection):
8897         * backend/ev-selection.h:
8898         * pdf/ev-poppler.cc:
8899         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8900         (ev_job_render_run):
8901         * shell/ev-jobs.h:
8902         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8903         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8904         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8905         (ev_pixbuf_cache_style_changed),
8906         (ev_pixbuf_cache_get_selection_pixbuf),
8907         (ev_pixbuf_cache_set_selection_list),
8908         (ev_pixbuf_cache_get_selection_list):
8909         * shell/ev-pixbuf-cache.h:
8910         * shell/ev-utils.c: (ev_print_region_contents):
8911         * shell/ev-utils.h:
8912         * shell/ev-view.c: (ev_view_queue_draw_page),
8913         (selection_update_idle_cb), (ev_view_motion_notify_event),
8914         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8915         (setup_caches), (ev_view_find_next), (merge_selection_region),
8916         (selection_free):
8917         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8918
8919         Clean up selection to be much smoother!
8920
8921 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8922
8923         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8924         to poppler_page_render_selection().
8925
8926 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8927
8928         * ps/ps-document.c: (save_page_list): Use
8929         unzipped document when printing. Thanks to 
8930         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8931         311016.
8932
8933 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8934
8935         * shell/ev-window.c: (update_action_sensitivity):
8936         
8937         Disable print and save respect to lockdown gconf keys. Fix
8938         for 312342.
8939
8940 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8941
8942         * configure.ac:
8943         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8944         (write_to_temp_file), (ev_file_set_contents):
8945         * shell/ev-utils.h:
8946         * shell/ev-window.c: (save_print_config_to_file):
8947         
8948         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8949         Fix for bug 312238
8950
8951 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8952
8953         * shell/ev-window.c: (load_print_config_from_file),
8954         (save_print_config_to_file), (ev_window_print_range):
8955
8956         Persist the print settings. Fixes bug #311578.
8957
8958 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8959
8960         * djvu/djvu-document.c: (djvu_document_get_page_size),
8961         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8962         (djvu_document_thumbnails_get_thumbnail):
8963         * dvi/dvi-document.c: (dvi_document_get_page_size),
8964         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8965         (dvi_document_thumbnails_get_dimensions),
8966         (dvi_document_thumbnails_get_thumbnail):
8967         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8968         (pixbuf_document_render_pixbuf),
8969         (pixbuf_document_document_iface_init),
8970         (pixbuf_document_thumbnails_get_thumbnail):
8971         
8972         Update backends to make them build with new rotation system.
8973
8974 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8975
8976         * help/C/figures/evince_start_window.png:
8977         
8978         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8979
8980 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8981
8982         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8983         * shell/ev-pixbuf-cache.h:
8984         * shell/ev-sidebar-thumbnails.c:
8985         (ev_sidebar_thumbnails_get_property), (add_range),
8986         (adjustment_changed_cb):
8987         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8988         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8989         we were thumbnailing the entire docment on startup, slowing us
8990         down hugely. 
8991
8992 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8993
8994         * shell/ev-page-cache.c: (ev_page_cache_new):
8995         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8996         == 0, fixes #310306.
8997
8998 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8999
9000         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9001         (ev_view_rotate_left):
9002
9003         Account rotation in doc_rect_to_view_rect.
9004         Ensure rotation doesnt go out of bounds.
9005
9006 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9007
9008         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9009
9010         Correct and cleanup w/h swapping
9011
9012 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9013
9014         * backend/ev-document-thumbnails.c:
9015         (ev_document_thumbnails_get_thumbnail):
9016         * backend/ev-document-thumbnails.h:
9017         * backend/ev-document.c:
9018         * backend/ev-document.h:
9019         * backend/ev-render-context.c: (ev_render_context_new),
9020         (ev_render_context_set_rotation):
9021         * backend/ev-render-context.h:
9022         * pdf/ev-poppler.cc:
9023         * ps/ps-document.c: (ps_document_document_iface_init):
9024         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9025         * shell/ev-jobs.h:
9026         * shell/ev-page-cache.c: (build_height_to_page),
9027         (ev_page_cache_new), (ev_page_cache_get_size),
9028         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9029         (ev_page_cache_get_height_to_page):
9030         * shell/ev-page-cache.h:
9031         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9032         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9033         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9034         (ev_pixbuf_cache_get_selection_pixbuf):
9035         * shell/ev-pixbuf-cache.h:
9036         * shell/ev-print-job.c: (idle_print_handler):
9037         * shell/ev-sidebar-thumbnails.c: (add_range):
9038         * shell/ev-view.c: (view_update_range_and_current_page),
9039         (get_page_y_offset), (get_page_extents),
9040         (ev_view_size_request_continuous_dual_page),
9041         (ev_view_size_request_continuous),
9042         (ev_view_size_request_dual_page),
9043         (ev_view_size_request_single_page), (draw_one_page),
9044         (ev_view_set_rotation), (ev_view_rotate_right),
9045         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9046         (ev_view_zoom_for_size_continuous_and_dual_page),
9047         (ev_view_zoom_for_size_continuous),
9048         (ev_view_zoom_for_size_dual_page),
9049         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9050         (ev_view_select_all):
9051         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9052         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9053         (tiff_document_document_iface_init),
9054         (tiff_document_thumbnails_get_thumbnail):
9055
9056         Use rotation rather than orientation. It's easier and enough
9057         for our needs.
9058
9059 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9060
9061         * shell/ev-page-cache.c: (build_height_to_page),
9062         (ev_page_cache_new), (ev_page_cache_get_size),
9063         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9064         (ev_page_cache_get_height_to_page):
9065         * shell/ev-page-cache.h:
9066         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9067         (ev_view_size_request_continuous_dual_page),
9068         (ev_view_size_request_continuous),
9069         (ev_view_zoom_for_size_continuous_and_dual_page),
9070         (ev_view_zoom_for_size_continuous):
9071
9072         Make the page cache aware of page orientation.
9073
9074 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9075
9076         * backend/ev-document-thumbnails.c:
9077         (ev_document_thumbnails_get_thumbnail):
9078         * backend/ev-document-thumbnails.h:
9079         * backend/ev-document.c:
9080         * backend/ev-document.h:
9081         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9082         * backend/ev-ps-exporter.h:
9083         * pdf/ev-poppler.cc:
9084         * ps/ps-document.c: (ps_document_document_iface_init),
9085         (ps_document_ps_export_do_page):
9086         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9087         * shell/ev-jobs.h:
9088         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9089         (ev_page_cache_get):
9090         * shell/ev-page-cache.h:
9091         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9092         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9093         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9094         * shell/ev-pixbuf-cache.h:
9095         * shell/ev-print-job.c: (idle_print_handler):
9096         * shell/ev-sidebar-thumbnails.c: (add_range):
9097         * shell/ev-view.c: (view_update_range_and_current_page),
9098         (get_page_extents), (ev_view_size_request_dual_page),
9099         (ev_view_size_request_single_page), (draw_one_page),
9100         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9101         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9102         (ev_view_zoom_for_size_dual_page),
9103         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9104         (ev_view_select_all):
9105         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9106         * tiff/tiff-document.c: (tiff_document_get_page_size),
9107         (tiff_document_get_orientation), (rotate_pixbuf),
9108         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9109         (tiff_document_thumbnails_get_thumbnail),
9110         (tiff_document_ps_export_do_page), (tiff_document_init):
9111
9112         Really make use of the orientation bit of the render context.
9113         Use the render context in a few more places in the backend API.
9114         This regress orientation, but now it's done right. Will try to
9115         fix it up asap...
9116
9117 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9118
9119         * shell/ev-view.c: (ensure_rectangle_is_visible):
9120
9121         Patch by Nickolay V. Shmyrev to fix find flickering
9122
9123 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9124
9125         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9126         duplex parameters to ::begin.
9127
9128         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9129         * shell/ev-print-job.c (idle_print_handler): 
9130         * ps/ps-document.c (ps_document_ps_export_begin): 
9131         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9132         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9133         implementations. Poppler backend needs poppler cvs. Rest has
9134         unchanged behavior.
9135
9136 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9137
9138         * shell/ev-window.c (using_pdf_printer): new function.
9139         (ev_window_print_range): print a less techy message if someone
9140         tries to print to PDF.
9141
9142 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9143
9144         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9145         from "unknown font" string. Bug #311431
9146
9147 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9148
9149         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9150
9151 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9152
9153         Bug #311280
9154         
9155         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9156         name for PopplerFontTypes
9157         (pdf_document_fonts_fill_model): add font type to the detail column
9158
9159         * backend/ev-document-fonts.h: added
9160         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9161
9162         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9163         font name and font details, add a little markup.
9164         (ev_properties_fonts_init): use the new cell data func, specify ypad
9165         property for the cell renderer.
9166         (ev_properties_fonts_set_document): add the details column.
9167
9168 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9169
9170         * configure.ac: Added "pl" to ALL_LINGUAS.
9171
9172 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9173
9174         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9175
9176 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9177
9178         * help/ChangeLog: Started this for translations of manual.
9179         * configure.ac, autogen.sh, .cvsignore: Migrated to
9180         gnome-doc-utils. Patch in bug #311222.
9181
9182 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9183
9184         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9185         #ifdef this away to fix an unused-function warning.
9186
9187 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9188
9189         * configure.ac: Added 'gl' to ALL_LINGUAS.
9190
9191 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9192
9193         * configure.ac: Added ne in ALL_LINGUAS
9194         
9195 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9196
9197         * shell/ev-view.c: (ev_view_leave_notify_event):
9198         
9199         Clear status message when pointer leaves view. Fix for bug
9200         #310818 
9201
9202 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9203
9204         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9205
9206 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9207
9208         * shell/ev-view.c: (ev_view_leave_notify_event),
9209         (ev_view_class_init):
9210         
9211         Set cursor to normal then leaving view.
9212
9213 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9214
9215         * configure.ac:
9216         
9217         Fix required djvulibre version.
9218
9219 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9220
9221         *configure.ac: Hindi (hi) language added
9222
9223 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9224
9225         *configure.ac: Punjabi (pa) Language added
9226
9227 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9228
9229         * data/evince-ui.xml, shell/ev-window.c:
9230         
9231         Add keypad accelerators for zooming. Fix for bug 308128.
9232
9233 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9234
9235         * Makefile.am:
9236         * backend/Makefile.am:
9237         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9238         * configure.ac:
9239         * shell/ev-document-types.c: (ev_document_types_add_filters):
9240
9241         Allow to enable/disable the pixbuf backend.
9242         Default to off for now. If we want it enabled we should
9243         really put mime types in the desktop, implement properties etc.
9244
9245         * properties/evince-properties.c:
9246
9247         Initialize error to NULL.
9248         Check error is not NULL before freeing.
9249
9250 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9251
9252         * shell/ev-window.c:
9253
9254         Use F5 as presentation accell
9255
9256 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9257
9258         * shell/ev-window.c: (update_chrome_visibility),
9259         (ev_window_create_fullscreen_popup), (ev_window_init):
9260
9261         Do not leak the fullscreen toolbar
9262
9263 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9264
9265         * shell/ev-window.c: (view_actions_focus_in_cb),
9266         (view_actions_focus_out_cb):
9267
9268         These has a return value! Fix totally random focus
9269         issues we was seeing.
9270
9271 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9272
9273         * shell/main.c: (load_files_remote):
9274
9275         Allow open more than one file
9276
9277 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9278
9279         * shell/main.c: (load_files_remote):
9280
9281         Fix for dbus 0.33. bug #309975
9282
9283 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9284
9285         * properties/ev-properties-main.c: (ev_properties_get_pages):
9286
9287         Actually return NULL for types we dont support
9288
9289 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9290
9291         * po/POTFILES.in:
9292
9293         Remove empty lines.
9294
9295 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9296
9297         * backend/ev-document-factory.c:
9298         (ev_document_factory_get_document):
9299
9300         Do not try to create the object if type
9301         is invalid.
9302
9303 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9304
9305         * ps/ps-document.c: (ps_document_dispose),
9306         (ps_async_renderer_render_pixbuf):
9307         * ps/ps-document.h:
9308
9309         Do not leak the target window
9310
9311 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9312
9313         * shell/ev-application.c: (ev_application_init):
9314
9315         Let tbe check file existence for us.
9316         Add a comment about eggrecent mime filter.
9317
9318 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9319
9320         * data/evince-ui.xml:
9321         * shell/ev-application.c: (ev_application_shutdown),
9322         (ev_application_init), (ev_application_get_toolbars_model),
9323         (ev_application_get_recent_model),
9324         (ev_application_save_toolbars_model):
9325         * shell/ev-application.h:
9326         * shell/ev-window.c: (ev_window_add_recent),
9327         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9328         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9329         (ev_window_init):
9330
9331         Use common toolbar and recent models for all windows.
9332         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9333
9334 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9335
9336         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9337         successfully check for gtk_icon_view_get_visible_range.
9338
9339 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9340
9341         * djvu/Makefile.am:
9342         * dvi/Makefile.am:
9343         
9344         Fix djvu and dvi backend build.
9345
9346 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9347
9348         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9349         (new_separator_pixbuf):
9350
9351         Don't leak windows.
9352
9353 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9354
9355         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9356
9357         HIGification of toolbar editor dialogue.
9358
9359 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9360
9361         * configure.ac:
9362         * shell/Makefile.am:
9363
9364         Ever build metadata manager since it's just
9365         disabled at runtime now.
9366
9367 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9368
9369         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9370         (ev_metadata_manager_get), (ev_metadata_manager_set):
9371         * shell/ev-metadata-manager.h:
9372
9373         Add an _init functions that enabled metadata management
9374         at runtime.
9375
9376         * shell/ev-window.c: (page_changed_cb),
9377         (setup_document_from_metadata), (ev_window_setup_document),
9378         (setup_view_from_metadata), (ev_window_open_uri),
9379         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9380         (ev_window_run_presentation), (ev_window_stop_presentation),
9381         (save_sizing_mode), (ev_window_zoom_changed_cb),
9382         (ev_window_continuous_changed_cb),
9383         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9384         (window_configure_event_cb):
9385
9386         Remove all ugly metadata define since we deal with it
9387         at runtime now.
9388
9389         * shell/main.c: (load_files_remote), (main):
9390
9391         Add support for dbus cvs head. Hopefully didnt break one
9392         of the other versions now!
9393
9394         If we dont get a response from the dbus server just
9395         give up with it and not enable metadata.
9396
9397 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9398
9399         * Makefile.am:
9400         * backend/Makefile.am:
9401         * configure.ac:
9402         * cut-n-paste/recent-files/Makefile.am:
9403         * cut-n-paste/toolbar-editor/Makefile.am:
9404         * cut-n-paste/zoom-control/Makefile.am:
9405         * lib/Makefile.am:
9406         * pdf/Makefile.am:
9407         * pixbuf/Makefile.am:
9408         * properties/Makefile.am:
9409         * ps/Makefile.am:
9410         * shell/Makefile.am:
9411         * thumbnailer/Makefile.am:
9412         * tiff/Makefile.am:
9413
9414         Make frontends depend on just libev.
9415         Rework and group CFLAGS/LIBS definitions.
9416         Cleanups.
9417
9418 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9419
9420         * shell/ev-window:
9421
9422         do not unnecessarily save zoom
9423
9424         * configure.ac:
9425         * lib/ev-file-helpers.c: (ev_dot_dir):
9426         * shell/Makefile.am:
9427         * shell/dummy.cc:
9428
9429         Some cleanups
9430
9431 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9432
9433         * configure.ac:
9434         
9435         Remove unnecessary dependencies
9436
9437 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9438
9439         * properties/Makefile.am:
9440         * thumbnailer/Makefile.am:
9441         * tiff/Makefile.am:
9442
9443         Some more cleanups. Was really necessary
9444         but I probably introduced bugs, feel free
9445         to flame :)
9446
9447 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9448
9449         * backend/Makefile.am:
9450         * configure.ac:
9451         * cut-n-paste/recent-files/Makefile.am:
9452         * cut-n-paste/toolbar-editor/Makefile.am:
9453         * cut-n-paste/zoom-control/Makefile.am:
9454         * lib/Makefile.am:
9455         * pdf/Makefile.am:
9456         * pixbuf/Makefile.am:
9457         * properties/Makefile.am:
9458         * ps/Makefile.am:
9459         * shell/Makefile.am:
9460         * thumbnailer/Makefile.am:
9461         * tiff/Makefile.am:
9462
9463         Use gnome-common macros when possible.
9464         Cleanup dependencies.
9465         Actually disable deprecated where possible.
9466
9467 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9468
9469         * Makefile.am:
9470         * backend/Makefile.am:
9471         * properties/Makefile.am:
9472         * shell/Makefile.am:
9473         * thumbnailer/Makefile.am:
9474
9475         This should solve the circular dep without
9476         requiring dir reorg!
9477
9478         * shell/ev-window.c: (setup_view_from_metadata):
9479
9480         Never restore window size/position when the
9481         window is already visible.
9482
9483 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9484
9485         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9486
9487         Return a boolean from timeout func. Fix ported from gedit.
9488
9489 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9490
9491         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9492
9493 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9494
9495         * shell/ev-document-types.c: set "All Documents" as default filter in
9496         open dialog
9497
9498 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9499
9500         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9501         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9502         (ev_metadata_manager_set_boolean): fix value/val thinko.
9503
9504 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9505
9506         * shell/ev-window.c: (setup_view_from_metadata),
9507         (window_state_event_cb), (window_configure_event_cb),
9508         (ev_window_init):
9509
9510         Remember window position and maximized state
9511
9512 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9513
9514         * configure.ac:
9515
9516         Fix DBUS configure checks.
9517
9518         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9519         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9520         (ev_metadata_manager_set_boolean):
9521
9522         Plug mem leaks.
9523
9524         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9525         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9526         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9527         (ev_window_continuous_changed_cb),
9528         (ev_window_dual_mode_changed_cb), (ev_window_new):
9529
9530         Fix the build without DBUS.
9531
9532 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9533
9534         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9535         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9536         (ev_metadata_manager_set_string),
9537         (ev_metadata_manager_set_boolean):
9538         * shell/ev-metadata-manager.h:
9539
9540         Add support for some more types
9541
9542         * shell/ev-view.c: (scroll_to_current_page),
9543         (ev_view_get_continuous), (ev_view_set_continuous),
9544         (ev_view_get_dual_page):
9545         * shell/ev-view.h:
9546         * shell/ev-window.c: (page_changed_cb),
9547         (setup_document_from_metadata), (ev_window_setup_document),
9548         (setup_view_from_metadata), (ev_window_open_uri),
9549         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9550         (ev_window_run_presentation), (ev_window_stop_presentation),
9551         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9552         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9553         (ev_window_update_dual_page_action),
9554         (ev_window_continuous_changed_cb),
9555         (ev_window_dual_mode_changed_cb), (ev_window_init):
9556
9557         Remember a bunch of view/document properties. Prolly some
9558         are still missing but it's getting interesting.
9559
9560 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9561
9562         * configure.ac: check if dbus-binding-tool is installed. Not the
9563         case on current Ubuntu breezy, it seems.
9564
9565 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9566
9567         * data/evince.desktop.in.in:
9568         
9569         Allow open uri lists and add TryExec field.
9570
9571 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9572
9573         * configure.ac:
9574
9575         Enable dbus when available, do not require a configure
9576         option.
9577
9578 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9579
9580         * configure.ac:
9581
9582         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9583         disabled.
9584
9585 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9586         Marco Pesenti Gritti  <mpg@redhat.com>
9587
9588         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9589         
9590         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9591         functions to the format required by dbus
9592
9593         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9594         errors. Use the RPC parameters in the expected way
9595
9596 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9597
9598         * Makefile.am:
9599         * properties/Makefile.am:
9600         * properties/ev-properties-main.c: (ev_properties_get_pages):
9601
9602         Support all mime types
9603
9604         * shell/Makefile.am:
9605         * thumbnailer/Makefile.am:
9606         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9607         (evince_thumbnail_pngenc_get):
9608
9609         Use the document factory
9610
9611 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9612
9613         * backend/Makefile.am:
9614         * backend/ev-document-factory.c:
9615         (mime_type_supported_by_gdk_pixbuf),
9616         (ev_document_type_get_from_mime),
9617         (ev_document_factory_get_document),
9618         (ev_document_factory_get_backend),
9619         (ev_document_factory_get_mime_types),
9620         (ev_document_factory_get_all_mime_types):
9621         * backend/ev-document-factory.h:
9622         * shell/Makefile.am:
9623         * shell/ev-document-types.c: (get_document_from_uri),
9624         (ev_document_types_get_document),
9625         (file_filter_add_mime_list_and_free),
9626         (ev_document_types_add_filters):
9627         * shell/ev-document-types.h:
9628         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9629         * shell/ev-properties-dialog.c:
9630         (ev_properties_dialog_set_document):
9631         * shell/ev-window.c: (ev_window_cmd_file_open),
9632         (ev_window_cmd_save_as):
9633         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9634
9635         Rework document types managing to avoid code duplication
9636         and actually abstract from backend implementations.
9637         Also provide a minimal factory api that can be used by
9638         thumbnailer/properties.
9639
9640 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9641
9642         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9643         Plug a mem leak.
9644         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9645         HIG spacings.
9646
9647 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9648
9649         * shell/ev-properties-dialog.c
9650         (ev_properties_dialog_set_document): only call
9651         ev_properties_fonts_set_document() if the document implements the
9652         fonts interface
9653
9654 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9655
9656         * configure.ac:
9657         * properties/Makefile.am:
9658         * properties/ev-properties-view.c:
9659         (ev_properties_view_register_type):
9660         * properties/ev-properties-view.h:
9661         * properties/ev-properties-main.h:
9662
9663         Implement nautilus plugin for properties.
9664         Works only for pdf atm, I need to rework the
9665         document types stuff to get this to work
9666         for all backends...
9667
9668 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9669
9670         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9671         (ev_properties_fonts_set_document): use
9672         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9673
9674 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9675
9676         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9677         them
9678         (PlaceImage, tiff2ps_process_page): use
9679         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9680
9681
9682 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9683
9684         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9685         (main): to call gnome_authentication_manager_init. Should fix
9686         Bug #308510
9687
9688         * configure.ac: that requires libgnomeui 2.6.0.
9689
9690 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9691
9692         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9693         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9694         use the new tiff2ps interfaces
9695
9696         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9697         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9698
9699         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9700         structure instead of global variables.  Remove use of static
9701         variables in functions.
9702
9703 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9704
9705         * shell/ev-page-action.c: unref the completion after setting it to the
9706         entry
9707
9708 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9709
9710         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9711         postscript files
9712
9713 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9714
9715         * shell/ev-window.c (update_action_sensitivity): disable
9716         File->Print if the document does not implement the ps exporter
9717         interface
9718
9719 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9720
9721         * Makefile.am:
9722         * configure.ac:
9723         * data/evince-properties.glade:
9724         * properties/.cvsignore:
9725         * properties/Makefile.am:
9726         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9727         (ev_properties_view_class_init), (ev_properties_view_format_date),
9728         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9729         (ev_properties_view_init), (ev_properties_view_new):
9730         * properties/ev-properties-view.h:
9731         * shell/Makefile.am:
9732         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9733         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9734         (ev_properties_dialog_new):
9735         * shell/ev-properties-dialog.h:
9736         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9737         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9738         (update_progress_label), (job_fonts_finished_cb),
9739         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9740         * shell/ev-properties-fonts.h:
9741         * shell/ev-properties.c:
9742         * shell/ev-properties.h:
9743         * shell/ev-window.c: (ev_window_setup_document),
9744         (ev_window_cmd_file_properties):
9745
9746         Split the properties pages in two different objects, depend
9747         only on the backend where possible, use widgets instead
9748         of gobject for the glade part, reimplement the dialog
9749         itself with gtk.
9750         I need this to implement nautilus properties page.
9751
9752 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9753
9754         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9755         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9756         (tiff_document_document_ps_exporter_iface_init): implement the ps
9757         exporter interface for tiff documents
9758
9759         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9760         libtiff to implement TIFF postscript export
9761
9762         * tiff/tiff2ps.h: added a header file for external tiff2ps
9763         functions.
9764
9765         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9766         tiff2ps.h
9767
9768 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9769
9770         * shell/ev-view.c: (scroll_to_current_page),
9771         (ev_view_set_fullscreen), (ev_view_set_presentation):
9772         
9773         Scroll to current page when exit from presentation
9774
9775 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9776
9777         * shell/ev-window.c: (update_document_mode),
9778         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9779         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9780         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9781         
9782         Exit from fullscreen mode when switch to presentation. Fix for
9783         bug 309365
9784
9785 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9786
9787         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9788         return NULL if the document does not implement the selection
9789         interface.
9790
9791 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9792
9793         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9794         reported height by using the resolution aspect ratio
9795         (tiff_document_render_pixbuf): scale the pixbuf using the
9796         resolution aspect ratio
9797
9798 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9799
9800         * configure.ac:
9801         
9802         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9803         <kiltedaco@gmail.com>
9804         
9805         * djvu/djvu-document.c: (djvu_document_get_orientation),
9806         (djvu_document_set_orientation), (djvu_document_get_page_size),
9807         (rotate_pixbuf), (djvu_document_render_pixbuf),
9808         (djvu_document_document_iface_init):
9809         * dvi/dvi-document.c: (dvi_document_get_orientation),
9810         (dvi_document_set_orientation), (dvi_document_get_page_size),
9811         (rotate_pixbuf), (dvi_document_render_pixbuf),
9812         (dvi_document_document_iface_init):
9813         
9814         Dvi and djvu backends are ported to new API
9815
9816 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9817
9818         * backend/ev-selection.c: (ev_selection_get_selection_region),
9819         (ev_selection_get_selection_map):
9820         * backend/ev-selection.h:
9821         * pdf/ev-poppler.cc:
9822         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9823         * shell/ev-jobs.h:
9824         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9825         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9826         (ev_pixbuf_cache_get_text_mapping):
9827         * shell/ev-pixbuf-cache.h:
9828         * shell/ev-view.c: (location_in_text),
9829         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9830         support to EvView.  Now we can see where we can select!  Sweet!
9831
9832 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9833
9834         * shell/ev-view.c (ev_view_button_press_event): Fix
9835         event->y + view->scroll_x typo.
9836
9837 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9838
9839         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9840         sub-GdkPixbuf instead of passing dest_x and dest_y.
9841         
9842         * shell/ev-view.c: (view_point_to_doc_point),
9843         (view_rect_to_doc_rect), (ev_view_button_press_event),
9844         (ev_view_motion_notify_event), (compute_new_selection_rect),
9845         (gdk_rectangle_point_in), (compute_new_selection_text),
9846         (compute_selections): Update selection code to keep the selection
9847         around as two points and not as a normalized rectangle, and fix
9848         page level selection in two-column mode.
9849
9850 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9851
9852         * shell/ev-window.c: (window_configure_event_cb): 
9853         
9854         Fix compilation
9855         
9856 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9857
9858         * pdf/ev-poppler.cc:
9859
9860         Fix compilation
9861
9862 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9863
9864         * shell/Makefile.am:
9865         * shell/ev-metadata-manager.c: (item_free),
9866         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9867         (parse_value), (parseItem), (load_values),
9868         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9869         (save_values), (save_item), (get_oldest), (resize_items),
9870         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9871         * shell/ev-metadata-manager.h:
9872
9873         Metadata manager from gedit but modified to use GValue, so that
9874         we dont need to keep converting from strings.
9875
9876         * configure.ac:
9877
9878         ENABLE_METADATA conditional, on when dbus is on
9879
9880         * shell/ev-application.c: (ev_application_open_uri):
9881
9882         Show the window after load so that we can initialize
9883         window size before it's showed.
9884
9885         * shell/ev-window.c: (ev_window_setup_from_metadata),
9886         (ev_window_open_uri), (window_configure_event_cb),
9887         (ev_window_init):
9888
9889         Save and load metadata information about window size.
9890         Not yet keeping states in account.
9891
9892         * shell/main.c: (main):
9893
9894         Shutdown metadata manager.
9895
9896 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9897
9898         * shell/ev-application-service.xml:
9899         * configure.ac:
9900         * shell/Makefile.am:
9901         * shell/ev-application.c:
9902         * shell/ev-application.h:
9903         * shell/ev-window.c:
9904         * shell/ev-window.h:
9905         * shell/main.c:
9906
9907         Add an optional dbus interface (--enable-dbus).
9908         Rework application code, mainly to be easier to
9909         use "remotely".
9910         Do not open multiple windows with the same document,
9911         spatial evince!
9912
9913 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9914
9915         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9916         pixbuf iff it exists.
9917
9918 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9919
9920         * shell/*:
9921         * backend/ev-render-context.[ch]:
9922         * backend/ev-selection.[ch]:
9923
9924         Massive changes.  We now support text selection of pdfs, and not
9925         just rectangular selection.  This is pretty broken still, but I
9926         want to get something into CVS.
9927
9928 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9929
9930         * pdf/ev-poppler.cc:
9931         
9932         Fix for Bug 309080: crash on window close.
9933         
9934         * shell/ev-page-action.c: (page_changed_cb):
9935         
9936         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9937         jensgr@gmx.net (Jens Granseuer).
9938
9939 2005-06-25  Marcel Telka  <marcel@telka.sk>
9940
9941         * configure.in (ALL_LINGUAS): Added sk.
9942
9943 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9944
9945         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9946         not a document open
9947
9948 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9949
9950         * NEWS:
9951         * configure.ac:
9952
9953         Release 0.3.2
9954
9955         * cut-n-paste/recent-files/Makefile.am:
9956
9957         Fix make distcheck
9958
9959 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9960
9961         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9962         (pixbuf_document_set_orientation), (rotate_pixbuf),
9963         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9964         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9965
9966         Implement rotation and cleanup the code a bit.
9967
9968         * tiff/tiff-document.c: (tiff_document_get_page_size),
9969         (tiff_document_get_orientation), (tiff_document_set_orientation),
9970         (rotate_pixbuf), (tiff_document_render_pixbuf),
9971         (tiff_document_document_iface_init), (tiff_document_init):
9972
9973         Implement rotation. Was the quicker solution for the release
9974         but we really need to share this code in the shell.
9975
9976 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9977
9978         * pdf/ev-poppler.cc:
9979
9980         Enable rotation, require poppler cvs. Fix a leak.
9981
9982 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9983
9984         * shell/ev-window.c: (update_action_sensitivity):
9985         
9986         Make properties unsensitive if document backend doesn't provide
9987         any info
9988
9989 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9990
9991         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9992         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9993         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9994         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9995         (bitmap_flip_rotate_counter_clockwise):
9996         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9997         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9998         (buff_gets):
9999         * dvi/mdvi-lib/common.h:
10000         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10001         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10002         (opendvi), (mdvi_reload), (mdvi_init_context),
10003         (mdvi_destroy_context), (mdvi_dopage), (special):
10004         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10005         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10006         (file_hash_free), (register_encoding), (parse_spec),
10007         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10008         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10009         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10010         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10011         (mdvi_register_font_type), (mdvi_unregister_font_type),
10012         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10013         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10014         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10015         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10016         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10017         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10018         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10019         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10020         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10021         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10022         (mdvi_unregister_special), (mdvi_flush_specials):
10023         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10024         (t1_font_remove):
10025         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10026         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10027         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10028         (free_font_metrics), (flush_font_metrics):
10029         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10030         (tt_font_remove):
10031         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10032         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10033         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10034         (dstring_insert), (dstring_new), (dstring_reset):
10035         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10036         
10037         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10038         avoid conflict with libtool on FC4
10039         
10040         * shell/ev-window.c: (ev_window_cmd_help_about):
10041         
10042         Update copyright year. Fix for bug 308828.
10043
10044 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10045
10046         * shell/ev-view.c: (add_scroll_binding_keypad),
10047         (ev_view_binding_activated), (ev_view_class_init),
10048         (on_adjustment_value_changed):
10049         
10050         Bug 170874: Arrow keys switch pages in presentation mode
10051
10052 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10053
10054         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10055         
10056         Fix for Bug 308265: Sidebar dissappears coming out of 
10057         Presentation mode
10058
10059 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10060
10061         * shell/ev-application.c: (ev_application_open):
10062         * shell/ev-document-types.c: (ev_document_types_add_filters),
10063         (ev_document_types_add_filters_for_type):
10064         * shell/ev-document-types.h:
10065         * shell/ev-window.c: (ev_window_cmd_save_as):
10066         
10067         Suggest basename as template when saving, provide filters
10068         for save dialog. It's bug 308402
10069
10070 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10071
10072         * pdf/ev-poppler.cc:
10073         * shell/ev-sidebar-links.c: (job_finished_callback):
10074         * shell/ev-view.c: (update_find_status_message):
10075         
10076         Some leaks fixed
10077
10078 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10079
10080         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10081         (egg_recent_view_uimanager_set_list):
10082
10083         Fix buglet in !show_numbers case.
10084
10085 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10086
10087         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10088         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10089
10090         Use pango ellipsisation.
10091
10092         * pdf/ev-poppler.cc:
10093
10094         Fix refcount leak, from nsh.
10095
10096 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10097
10098         * cut-n-paste/recent-files/Makefile.am:
10099         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10100         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10101         
10102         Removed EggRecentViewGtk
10103         
10104         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10105         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10106         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10107         (ev_window_setup_recent):
10108         
10109         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10110         with other projects
10111
10112 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10113
10114         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10115         (egg_recent_view_gtk_finalize):
10116
10117         Fix memory leak
10118
10119         * cut-n-paste/toolbar-editor/Makefile.am:
10120         
10121         Fix location of cursor icon.
10122         
10123         * pdf/ev-poppler.cc:
10124         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10125         (display_completion_text), (match_completion):
10126         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10127         (selection_changed_callback), (create_loading_model),
10128         (print_section_cb), (links_page_num_func),
10129         (update_page_callback_foreach):
10130         * shell/ev-window.c: (ev_window_dispose):
10131         
10132         Small memory fixes. Links model now store objects instead
10133         of pointers to improve memory management. 
10134
10135 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10136
10137         * shell/ev-window.c: (zoom_control_changed_cb):
10138         
10139         Fix update of zoom control (bug 308268).
10140
10141 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10142
10143         * shell/ev-properties.c (set_property): escape the text correctly.
10144         Handles non-UTF-8 properties and escaped properties.  Also, sets
10145         the text to "<i>None</i>" if the property isn't set.
10146
10147         * data/evince-properties.glade: Change the label to be ellipsized,
10148         and give it a minimum size.
10149
10150 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10151
10152         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10153         * shell/ev-sidebar-links.c: (create_loading_model):
10154         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10155         * shell/ev-view.c: (ev_view_set_document):
10156         * shell/ev-window.c: (ev_window_dispose):
10157         
10158         Various small fixes, mostly memory leaks. Thanks to valgrind.
10159
10160 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10161
10162         * ps/ps-document.c: remove the locale.h include again ;-). And
10163         kill the (bogus) setlocale/savelocale business.
10164
10165 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10166
10167         * ps/ps-document.c:
10168         
10169         Include locale.h to fix build
10170         
10171         * shell/ev-sidebar.c:
10172         
10173         Remove unnecessary includes
10174
10175 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10176
10177         * dvi/dvi-document.c: (dvi_document_load):
10178         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10179         * po/POTFILES.in:
10180         
10181         Check for incorrect dvi files. Fix parsing dvi on AMD64
10182         platform. Thanks to tester@tester.ca (Olivier Crete).
10183
10184 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10185
10186         * shell/ev-page-action.c: (match_selected_cb),
10187         (display_completion_text), (match_completion), (update_model):
10188         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10189         (expand_open_links):
10190         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10191         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10192         (ev_sidebar_set_document):
10193         * shell/ev-window.c: (ev_window_xfer_job_cb),
10194         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10195         
10196         Fixed lot's of memory leaks, for example, memory leak on reload, 
10197         described in bug 307793.
10198
10199 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10200
10201         * pdf/ev-poppler.cc:
10202         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10203         (update_visible_range), (adjustment_changed_cb),
10204         (ev_sidebar_thumbnails_fill_model),
10205         (ev_sidebar_thumbnails_refresh),
10206         (ev_sidebar_tree_selection_changed),
10207         (ev_sidebar_icon_selection_changed),
10208         (ev_sidebar_thumbnails_use_icon_view),
10209         (ev_sidebar_thumbnails_set_document):
10210         * shell/ev-sidebar-thumbnails.h:
10211         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10212         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10213
10214         Refresh thumbnails when changing orientation. Not fully
10215         working yet becuase of a sidebar bug.
10216
10217         Set page orientation to poppler page everywhere. This sucks
10218         really need to fix poppler.
10219
10220 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10221
10222         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10223         (egg_recent_view_gtk_new_menu_item),
10224         (egg_recent_view_gtk_set_property),
10225         (egg_recent_view_gtk_get_property),
10226         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10227         (egg_recent_view_gtk_set_tooltip_func),
10228         (egg_recent_view_gtk_set_label_width),
10229         (egg_recent_view_gtk_get_label_width):
10230         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10231
10232         Sync with libegg (ellipsize labels)
10233
10234 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10235
10236         * data/evince-ui.xml:
10237         * shell/ev-window.c: (ev_window_cmd_go_forward),
10238         (ev_window_cmd_go_backward):
10239         
10240         Shift + PageUp moves 10 Pages. Fix for 306125
10241
10242 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10243
10244         * pdf/ev-poppler.cc:
10245
10246         Add a flag to check if orientation has been overriden
10247
10248 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10249
10250         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10251         field if necessary.
10252
10253         * ps/ps.h: add creator field to document.
10254
10255         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10256         set creator field.
10257
10258 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10259
10260         * data/evince-properties.glade:
10261         * shell/ev-properties.c: (ev_properties_set_document):
10262
10263         s/PDF Version/Format
10264
10265 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10266
10267         * shell/ev-properties.c: (ev_properties_set_document):
10268
10269         Remove unnecessary translations
10270
10271 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10272
10273         * cut-n-paste/toolbar-editor/Makefile.am:
10274
10275         Correct library name    
10276
10277 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10278
10279         * configure.ac:
10280         * cut-n-paste/recent-files/egg-recent-model.c:
10281         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10282         (egg_recent_model_unlock_file):
10283         * cut-n-paste/recent-files/egg-recent-util.c:
10284         (egg_recent_util_get_unique_id):
10285         * cut-n-paste/recent-files/update-from-egg.sh:
10286         * cut-n-paste/toolbar-editor/Makefile.am:
10287         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10288         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10289         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10290         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10291         (egg_toolbars_model_get_type):
10292         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10293
10294         Better makefile for toolbar editor and update everything
10295         to latest libegg.
10296
10297 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10298
10299         * shell/ev-window.c: (update_document_mode):
10300
10301         Prefer presentation mode when the document
10302         require fullscreen.
10303
10304 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10305
10306         * data/evince-ui.xml:
10307         * shell/ev-window.c:
10308
10309         Add control-equal for zooming
10310
10311 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10312
10313         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10314
10315 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10316
10317         * backend/ev-document.c: (ev_document_get_orientation):
10318         * backend/ev-document.h:
10319         * pdf/ev-poppler.cc:
10320         * ps/ps-document.c: (ps_document_get_orientation),
10321         (ps_document_set_orientation), (ps_document_document_iface_init):
10322
10323         Add a get_orientation api. Improve set_orientation.
10324
10325         * data/evince-ui.xml:
10326         * shell/ev-view.c: (ev_view_set_orientation),
10327         (ev_view_rotate_right), (ev_view_rotate_left):
10328         * shell/ev-view.h:
10329         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10330         (ev_window_cmd_edit_rotate_right):
10331
10332         Better ui for changing document orientation
10333
10334 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10335
10336         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10337         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10338         * shell/ev-sidebar-links.h:
10339         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10340         (ev_sidebar_page_iface_init):
10341         * shell/ev-sidebar-page.h:
10342         * shell/ev-sidebar-thumbnails.c:
10343         (ev_sidebar_thumbnails_get_property),
10344         (ev_sidebar_thumbnails_class_init),
10345         (ev_sidebar_thumbnails_set_document):
10346         * shell/ev-sidebar-thumbnails.h:
10347         * shell/ev-view.c: (ev_view_motion_notify_event):
10348         * shell/ev-window.c: (update_chrome_visibility),
10349         (ev_window_cmd_focus_page_selector),
10350         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10351         (sidebar_page_main_widget_update_cb), (ev_window_init):
10352         
10353         Autoraise toolbar on GoToPage binding and fix bindings in
10354         EvSidebarThumbnails page.
10355
10356 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10357
10358         * shell/ev-properties.c: (update_progress_label):
10359
10360         Hide the progress label when finished; bug #307697.
10361
10362 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10363
10364         * pdf/ev-poppler.cc:
10365
10366         Enable is_open for links, you will need poppler cvs
10367
10368         * shell/ev-properties.c: (job_fonts_finished_cb):
10369
10370         Get a lock on the document when filling the tree view
10371
10372 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10373
10374         * backend/ev-document-links.h:
10375         * pdf/ev-poppler.cc:
10376         * shell/ev-sidebar-links.c: (create_loading_model),
10377         (expand_open_links), (job_finished_callback):
10378
10379         Expand links when specified by the document.
10380         Depend on a poppler api (defined out for now)
10381
10382 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10383
10384         * shell/ev-properties.c: (ev_properties_dispose),
10385         (ev_properties_class_init), (dialog_destroy_cb),
10386         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10387         (ev_properties_set_document), (ev_properties_new),
10388         (ev_properties_show):
10389         * shell/ev-properties.h:
10390
10391         Make it an object, cleanup the code, api to show it as transient
10392         and to set the document.
10393
10394         * shell/ev-window.c: (ev_window_setup_document),
10395         (ev_window_cmd_file_properties):
10396
10397         Adapt to EvProperties changes, do not show multiple
10398         times, update it when document changes.
10399
10400 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10401
10402         * ps/gstypes.h:
10403         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10404         (ps_document_set_orientation), (ps_document_document_iface_init):
10405         * ps/ps-document.h:
10406
10407         Implement orientation here too
10408
10409         * shell/ev-properties.c: (ev_properties_new):
10410         * data/evince-properties.glade:
10411
10412         Hide the fonts page for backends that doesnt
10413         support it.     
10414
10415 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10416
10417         * backend/ev-document.c: (ev_document_set_orientation):
10418         * backend/ev-document.h:
10419         * pdf/ev-poppler.cc:
10420
10421         Add orientation api. Currently poppler api is not optimal,
10422         we need to set orientation every time we _get a page.
10423         I will try to fix that at some point.
10424
10425         * data/evince-ui.xml:
10426         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10427         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10428
10429         Add orientation menu items
10430
10431         * shell/ev-page-cache.c: (ev_page_cache_clear):
10432         * shell/ev-page-cache.h:
10433
10434         Add api to clear the cache
10435
10436         * shell/ev-view.c: (setup_caches), (clear_caches),
10437         (ev_view_set_document), (ev_view_zoom_out),
10438         (ev_view_set_orientation):
10439         * shell/ev-view.h:
10440
10441         Implement orientation changing
10442
10443 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10444
10445         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10446         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10447         * backend/ev-document-fonts.h:
10448
10449         Separate scan and fill so that we can incrementally fill from
10450         the main thread. Add a progress api.
10451
10452         * data/evince-properties.glade:
10453         * pdf/ev-poppler.cc:
10454         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10455         * shell/ev-jobs.h:
10456         * shell/ev-properties.c: (update_progress_label),
10457         (job_fonts_finished_cb), (setup_fonts_view):
10458
10459         Incrementally feel the list and show the progress
10460         percentage in a label like acrobat does.
10461
10462         You are going to need poppler cvs
10463
10464 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10465
10466         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10467         * backend/ev-document-fonts.h:
10468         * pdf/ev-poppler.cc:
10469
10470         Make fonts model fill incrementally.
10471
10472         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10473         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10474         (ev_job_queue_remove_job):
10475         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10476         (ev_job_fonts_new), (ev_job_fonts_run):
10477         * shell/ev-jobs.h:
10478
10479         New job for fonts scanning
10480
10481         * shell/ev-properties.c: (job_fonts_finished_cb),
10482         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10483         * shell/ev-properties.h:
10484         * shell/ev-window.c: (ev_window_cmd_file_properties):
10485
10486         Incrementally feel the treeview using the new job. Show Loading...
10487         message until scanning is completed.
10488
10489         Hopefully I didnt break the build without the poppler patch.
10490
10491 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10492
10493         * shell/ev-application.c: (ev_application_open):
10494         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10495         (ev_document_type_get_type), (ev_document_type_lookup):
10496         * shell/ev-document-types.h:
10497         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10498         * shell/ev-job-xfer.h:
10499         * shell/ev-window.c: (ev_window_clear_local_uri),
10500         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10501         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10502         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10503         
10504         Transfer remote documents to tmp directory to display them later.
10505
10506 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10507
10508         * backend/ev-document-info.h:
10509         * shell/ev-properties.c: (ev_properties_new):
10510
10511         s/GTime*/GTime. Not sure why we was using a pointer
10512         at all there!
10513
10514 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10515
10516         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10517         situations.  That situation is that you're using GTK+-HEAD with
10518         the patch at #306726 is applied, and you have a document with <
10519         1500 pages in it.  It's not quite as uniformly nice as the
10520         TreeView, but should be better in the long run.
10521
10522         I'm pretty sure I guarded against breaking compilation with
10523         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10524         I missed some.
10525
10526         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10527         widget yet, so I commented that code out
10528         enable_view_actions_for_widget() for now.  Need to figure this
10529         out.
10530
10531         * shell/ev-page-action.c (match_selected_cb): emit the right
10532         signals.  Our cool C-l completion now works.
10533
10534 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10535
10536         * backend/Makefile.am:
10537         * backend/ev-document-fonts.c:
10538         * backend/ev-document-links.c:
10539         * backend/ev-document.c: (ev_document_load):
10540         * backend/ev-document.h:
10541         * backend/ev-job-queue.c:
10542         * backend/ev-job-queue.h:
10543         * backend/ev-jobs.c:
10544         * backend/ev-jobs.h:
10545         * backend/ev-page-cache.c:
10546         * backend/ev-page-cache.h:
10547
10548         EvPageCache and EvJobs are moved to shell.
10549
10550         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10551         (ev_tmp_filename):
10552         * lib/ev-file-helpers.h:
10553         
10554         New helper to work with temporary files
10555         
10556         * shell/Makefile.am:
10557         * shell/ev-application.c: (ev_application_open):
10558         * shell/ev-application.h:
10559         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10560         (remove_job_from_async_queue), (add_job_to_async_queue),
10561         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10562         (handle_job), (search_for_jobs_unlocked),
10563         (no_jobs_available_unlocked), (ev_render_thread),
10564         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10565         (ev_job_queue_add_job), (move_job_async), (move_job),
10566         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10567         * shell/ev-job-queue.h:
10568         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10569         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10570         * shell/ev-job-xfer.h:
10571         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10572         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10573         (ev_job_links_class_init), (ev_job_render_init),
10574         (ev_job_render_dispose), (ev_job_render_class_init),
10575         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10576         (ev_job_thumbnail_class_init), (ev_job_load_init),
10577         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10578         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10579         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10580         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10581         * shell/ev-jobs.h:
10582         * shell/ev-page-action.c: (ev_page_action_set_document):
10583         * shell/ev-page-cache.c: (ev_page_cache_init),
10584         (ev_page_cache_class_init), (ev_page_cache_finalize),
10585         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10586         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10587         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10588         (ev_page_cache_get_title), (ev_page_cache_get_size),
10589         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10590         (ev_page_cache_get_height_to_page),
10591         (ev_page_cache_get_max_label_chars),
10592         (ev_page_cache_get_page_label),
10593         (ev_page_cache_has_nonnumeric_page_labels),
10594         (ev_page_cache_get_info), (ev_page_cache_next_page),
10595         (ev_page_cache_prev_page), (ev_page_cache_get):
10596         * shell/ev-page-cache.h:
10597         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10598         (ev_pixbuf_cache_clear_job_sizes),
10599         (ev_pixbuf_cache_add_jobs_if_needed),
10600         (ev_pixbuf_cache_set_page_range):
10601         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10602         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10603         * shell/ev-sidebar-thumbnails.c:
10604         (ev_sidebar_tree_selection_changed),
10605         (ev_sidebar_thumbnails_set_document):
10606         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10607         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10608         (ev_statusbar_get_context_id), (ev_statusbar_push),
10609         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10610         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10611         (ev_statusbar_set_progress):
10612         * shell/ev-statusbar.h:
10613         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10614         (ev_view_find_previous):
10615         * shell/ev-window.c: (ev_window_is_empty),
10616         (ev_window_setup_document), (password_dialog_response),
10617         (ev_window_clear_jobs), (ev_window_load_job_cb),
10618         (ev_window_xfer_job_cb), (ev_window_open_uri),
10619         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10620         (ev_window_print), (ev_window_print_range),
10621         (ev_window_state_event), (ev_window_cmd_view_reload),
10622         (menu_item_select_cb), (menu_item_deselect_cb),
10623         (view_status_changed_cb), (ev_window_dispose),
10624         (drag_data_received_cb), (ev_window_init):
10625         * shell/ev-window.h:
10626         * shell/main.c: (load_files):
10627         
10628         New statusbar to show progress on idle. Two new jobs - 
10629         xfer job and load job to load document in background. And update
10630         of page_cache clients to new location of code.
10631
10632 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10633
10634         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10635         selection in open dialog. It also remembers the last visited directory 
10636         in the current session.
10637
10638 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10639
10640         * shell/ev-properties.c: (ev_properties_new):
10641         * shell/ev-properties.h:
10642         * shell/ev-window.c: (ev_window_cmd_file_properties):
10643         
10644         Get document info from page cache instead of document itself.
10645         This should fix crash related to race conditions described in
10646         bug 306545.
10647
10648 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10649
10650         * ps/ps-document.c: (ps_document_init),
10651         (send_ps), (get_page_box), (output), (catchPipe), (input),
10652         (stop_interpreter), (file_length), (file_readable),
10653         (check_filecompressedb), (ps_document_enable_interpreter),
10654         (document_load), (ps_async_renderer_render_pixbuf):
10655         * ps/ps-document.h:
10656
10657         Big cleanup of the ps code
10658
10659 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10660
10661         * backend/Makefile.am:
10662         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10663         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10664         * backend/ev-async-renderer.h:
10665
10666         Add an async renderer interface (method + callback) which
10667         is useful for backends like ps.
10668
10669         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10670         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10671         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10672         (ev_job_queue_add_job), (move_job_async), (move_job),
10673         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10674
10675         Add queues for async renderer, these are executed on the
10676         main thread.
10677
10678         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10679         (ev_job_render_run):
10680         * backend/ev-jobs.h:
10681
10682         If the backend support async renderer interface use it.
10683
10684         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10685         (setup_pixmap), (ps_document_get_type),
10686         (ps_async_renderer_render_pixbuf),
10687         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10688
10689         Implement async renderer interface.
10690
10691 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10692
10693         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10694
10695         Cleanup links job on exit.
10696
10697 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10698
10699         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10700         (drag_data_get_cb), (drag_data_received_cb):
10701         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10702         (drag_data_get_cb), (parse_item_list),
10703         (egg_toolbar_editor_load_actions):
10704         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10705         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10706         (parse_item_list), (parse_toolbars):
10707         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10708         (dvi_pixbuf_put_pixel):
10709         
10710         Fix gcc 4.0 warnings
10711
10712 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10713
10714         * ps/ps-document.c: (start_interpreter):
10715
10716         Fix warning when loading ps
10717
10718 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10719
10720         * ps/ps-document.c: (output):
10721
10722         Fix crash when priting gs error messages.
10723
10724 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10725
10726         * backend/ev-page-cache.c: (_ev_page_cache_new):
10727         * backend/ev-page-cache.h:
10728
10729         Use a const to return title so that we dont double
10730         free it. Small cleanup and fix a leak.
10731
10732         * shell/ev-window.c: (update_window_title):
10733
10734         strdup value from get_title.
10735
10736 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10737
10738         * shell/ev-sidebar-links.c: (job_finished_callback),
10739         (ev_sidebar_links_set_document):
10740
10741         Cleanup the old job when changing document
10742
10743 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10744
10745         * shell/ev-stock-icons.c:
10746         * shell/ev-stock-icons.h:
10747         * shell/ev-window.c:
10748         
10749         Add stock icons for actions that can appear in toolbar. Fix for
10750         bug 306566.
10751
10752 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10753
10754         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10755         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10756         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10757         * backend/ev-page-cache.h:
10758         * shell/ev-view.c: (scroll_to_current_page),
10759         (view_update_range_and_current_page), (get_page_y_offset),
10760         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10761         (ev_view_size_request_continuous),
10762         (ev_view_zoom_for_size_continuous_and_dual_page),
10763         (ev_view_zoom_for_size_continuous):
10764         
10765         More compact EvView layout in document with pages of different size.
10766
10767 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10768
10769         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10770         compilation.
10771
10772 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10773
10774         * shell/ev-view.c: (view_set_adjustment_values):
10775         * shell/ev-window.c: (ev_window_cmd_file_properties):
10776         
10777         A bit different fix for rounding problem but it has no
10778         problems on startup. Make properties window transient to parent.
10779
10780 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10781
10782         * pdf/ev-poppler.cc:
10783         
10784         More commenting of font stuff.
10785
10786 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10787
10788         * pdf/ev-poppler.cc:
10789
10790         Comment out some more fonts stuff. Should really
10791         work without the poppler patch now.
10792
10793 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10794
10795         * pdf/ev-poppler.cc:
10796
10797         Adapt to api change
10798
10799 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10800
10801         * data/evince-properties.glade:
10802         * pdf/ev-poppler.cc:
10803         * shell/ev-properties.c: (setup_fonts_view):
10804
10805         Set the column title. Show the dialog only
10806         once everything is setup.
10807         Getting font info can be very slow... will
10808         prolly need to make this threaded too.
10809
10810 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10811
10812         * backend/Makefile.am:
10813         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10814         (ev_document_fonts_get_fonts_model):
10815         * backend/ev-document-fonts.h:
10816         * data/evince-properties.glade:
10817         * pdf/ev-poppler.cc:
10818         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10819         * shell/ev-properties.h:
10820         * shell/ev-window.c: (ev_window_cmd_file_properties):
10821
10822         Implement fonts list. Defined out for now, since it depends
10823         on a not yet committed poppler patch.
10824
10825 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10826
10827         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10828         page + 1.
10829
10830         * shell/ev-window.c: Make sure we add the timeout when we get a
10831         focus-in event.
10832
10833         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10834         adjustment->value before calculating the zoom factor to average
10835         out all of our rounding errors.  The page no longer 'drifts' when
10836         resizing.
10837
10838 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10839
10840         * data/evince-properties.glade:
10841         * shell/ev-properties.c: (ev_properties_format_date),
10842         (set_property):
10843         
10844         Labels don't expand when the dialogue is resized.
10845         strftime result needs to be converted to UTF-8. Thanks
10846         to Christian Persch <chpe@gnome.org>.
10847
10848 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10849
10850         * data/evince-properties.glade:
10851
10852         Hide the fonts tab
10853
10854 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10855
10856         * backend/ev-document-info.h:
10857         * backend/ev-document.c: (ev_document_info_free):
10858         * data/evince-properties.glade:
10859         * pdf/ev-poppler.cc:
10860         * ps/ps-document.c: (ps_document_get_info):
10861         * shell/ev-properties.c: (ev_properties_format_date),
10862         (set_property), (ev_properties_new):
10863         * shell/ev-properties.h:
10864         * shell/ev-window.c: (ev_window_cmd_file_properties):
10865
10866         Rework properties code to take only EvPropertyInfo
10867         in the constructor so that it can be useful for
10868         nautilus plugin too.
10869
10870         Deal with backends that doesnt support some properties.
10871         Make set property code generic.
10872
10873 2005-06-04  Christian Persch <chpe@gnome.org>
10874
10875         * data/evince-properties.glade:
10876
10877         fix spacings, make resizeable, and make data labels
10878         selectable + ellipsised
10879
10880 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10881
10882         * backend/ev-document-info.h:
10883         * data/Makefile.am:
10884         * data/evince-ui.xml:
10885         * pdf/ev-poppler.cc:
10886         * shell/Makefile.am:
10887         * shell/ev-window.c: (update_action_sensitivity),
10888         (ev_window_cmd_file_properties):
10889
10890         Initial go at file properties. Patch by
10891         Emil Soleyman-Zomalan <emil@soleyman.com>.
10892         Needs love see #169583
10893
10894 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10895
10896         * ps/ps-document.c: (output):
10897         * ps/ps.c: (psscan):
10898
10899         Try to render even if psscan fails.
10900
10901 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10902
10903         * ps/ps.c: (psscan), (pscopydoc):
10904
10905         Port buffered reading code from gv
10906
10907 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10908
10909         * ps/ps-document.c: (interpreter_message), (output):
10910
10911         Do not fail on interpreter messages
10912
10913 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10914
10915         * backend/ev-document-misc.c:
10916         (ev_document_misc_get_thumbnail_frame):
10917
10918         Pages can be 0 x 0, dont assert on this case
10919
10920 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10921
10922         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10923         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10924
10925         Correctly manage our reference on document. Finally the reload
10926         huge leak is gone...
10927
10928 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10929
10930         * ps/ps-document.c: (ps_document_dispose):
10931
10932         Forgot to chain it to the parent. Thanks chpe.
10933
10934 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10935
10936         * ps/ps-document.c: (ps_document_dispose),
10937         (ps_document_class_init), (stop_interpreter), (document_load):
10938
10939         Cleanup dispose a bit. Dont leak the whole pixmap.
10940
10941 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10942
10943         * pdf/ev-poppler.cc:
10944
10945         Release the poppler document on dispose
10946
10947 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10948
10949         * shell/ev-view.c: (ev_view_set_document):
10950
10951         Release ref on the pixbuf cache when changing
10952         document.
10953
10954 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10955
10956         * ps/ps-document.c: (ps_document_get_info):
10957
10958         Fix a double free
10959
10960 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10961
10962         * backend/ev-page-cache.c: (ev_page_cache_init),
10963         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10964         * backend/ev-page-cache.h:
10965         * shell/ev-page-action.c: (page_changed_cb):
10966         
10967         Set page action entry width depending on labels width. Fix
10968         for bug 305202.
10969
10970 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10971
10972         * backend/ev-link.c: (ev_link_class_init):
10973
10974         Allow -1 as page value (error)
10975
10976 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10977
10978         * shell/ev-sidebar-thumbnails.c:
10979         (ev_sidebar_thumbnails_set_document):
10980         * shell/ev-view.c: (scroll_to_current_page),
10981         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10982         (page_changed_cb), (on_adjustment_value_changed),
10983         (ev_view_set_document):
10984
10985         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10986         Fix bug 305377
10987
10988 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10989
10990         * configure.ac:
10991         * djvu/djvu-document.c: (djvu_document_get_page_size):
10992
10993         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10994         bug 301993.
10995
10996 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10997
10998         * shell/ev-view.c (draw_one_page): modify the expose handling to
10999         get the shadows.
11000
11001         * shell/ev-window.c (update_action_sensitivity): Respect
11002         permissions field.  Kowtow to the man.
11003
11004         * pdf/ev-poppler.cc: Get the permissions field.
11005
11006         * tiff/*c: Make a tiny bit more robust.
11007
11008 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11009
11010         * djvu/djvu-document.c:
11011         
11012         Pop messages from djvu context message queue.
11013
11014 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11015
11016         * configure.ac, Makefile.am, shell/Makefile.am:
11017         * tiff/Makefile.am, shell/ev-document-types.c:
11018         
11019         Cleanup tiff configure checks. Fix for bug 305218.
11020
11021 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11022
11023         * configure.ac: Added "uk" to ALL_LINGUAS.
11024
11025 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11026
11027         * cut-n-paste/zoom-control/ephy-zoom.c:
11028         (ephy_zoom_get_changed_zoom_level):
11029         * cut-n-paste/zoom-control/ephy-zoom.h:
11030         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11031         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11032         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11033         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11034         (zoom_control_changed_cb), (ev_window_init):
11035         
11036         Fix minor points related to moving best fit up. Introduce
11037         "zoom" property and make zoom control change it's value on
11038         notify::zoom signals. Fix for 305080.
11039
11040 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11041
11042         * data/evince-ui.xml:
11043         * shell/ev-window.c: (set_view_actions_sensitivity):
11044         
11045         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11046
11047 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11048
11049         * configure.ac:
11050
11051         Depends on poppler 0.3.2
11052
11053 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11054
11055         * cut-n-paste/recent-files/egg-recent-item.c:
11056         (egg_recent_item_get_short_name):
11057         * cut-n-paste/toolbar-editor/Makefile.am:
11058         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11059         (new_pixbuf_from_widget):
11060         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11061         * cut-n-paste/toolbar-editor/egg-marshal.c:
11062         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11063         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11064
11065         Sync
11066
11067 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11068
11069         * tiff/tiff-document.c: Rough TIFF backend.
11070
11071 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11072
11073         * NEWS:
11074         * configure.ac:
11075         * cut-n-paste/toolbar-editor/Makefile.am:
11076
11077         Release 0.3.1
11078
11079 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11080
11081         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11082         (ev_view_find_next), (ev_view_find_previous):
11083
11084         Remove the locks around get_n_results   
11085
11086 2005-05-21  Juerg Billeter  <j@bitron.ch>
11087
11088         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11089
11090         Pass correct number of pages to poppler.
11091
11092 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11093
11094         * configure.ac:
11095         * data/Makefile.am:
11096         * data/evince.desktop.in: 
11097         * data/evince.desktop.in.in:
11098         * po/POTFILES.in:
11099         
11100         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11101
11102 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11103
11104         * shell/ev-view.c: (view_update_adjustments),
11105         (view_set_adjustment_values): cast adjustmen->value to (int)
11106         before using it.  Otherwise, we get off by a pixel in some
11107         situations.
11108
11109         (draw_one_page): Draw the border on expose.
11110
11111 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11112
11113         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11114         adjustment when the mode changes, #304923
11115
11116 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11117
11118         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11119         flickering on resize but still use gdk_window_scroll on
11120         scrolling
11121
11122 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11123
11124         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11125         option, #170458
11126
11127 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11128
11129         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11130         second page on page_changed if possible, #304669
11131
11132 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11133
11134         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11135         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11136
11137 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11138
11139         * .cvsignore:
11140         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11141         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11142         (ev_view_zoom_for_size_presentation),
11143         (ev_view_zoom_for_size_continuous_and_dual_page),
11144         (ev_view_zoom_for_size_continuous),
11145         (ev_view_zoom_for_size_dual_page),
11146         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11147         * shell/ev-view.h:
11148         * shell/ev-window.c: (update_view_size),
11149         (ev_window_sizing_mode_changed_cb):
11150
11151         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11152         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11153         an infinite loop, #304769
11154
11155
11156 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11157
11158         * data/evince-ui.xml:
11159         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11160         * shell/ev-window.c: (set_view_actions_sensitivity):
11161
11162         Make PgUp/Down behave like Space
11163
11164 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11165
11166         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11167         * backend/ev-ps-exporter.h:
11168         * pdf/ev-poppler.cc:
11169         * ps/ps-document.c: (ps_document_ps_export_begin):
11170         * shell/ev-print-job.c: (idle_print_handler):
11171
11172         Adapt to new poppler api
11173
11174 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11175
11176         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11177         (ephy_zoom_control_init):
11178
11179         Translate zoom levels
11180
11181 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11182
11183         * cut-n-paste/zoom-control/ephy-zoom.c:
11184         (ephy_zoom_get_zoom_level_index):
11185
11186         Fix current zoom -> zoom control match
11187
11188 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11189
11190         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11191         rather than the scrolled_window that it's in. Fixes bug #304655.
11192
11193 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11194
11195         * shell/ev-view.c: (view_update_adjustments),
11196         (view_set_adjustment_values), (view_update_range_and_current_page),
11197         (view_scroll_to_page), (set_scroll_adjustment),
11198         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11199         (ev_view_scroll), (ev_view_scroll_view),
11200         (ensure_rectangle_is_visible), (find_page_at_location),
11201         (get_link_at_location), (go_to_link), (status_message_from_link),
11202         (ev_view_size_request_continuous_dual_page),
11203         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11204         (ev_view_unrealize), (ev_view_expose_event),
11205         (ev_view_button_press_event), (ev_view_motion_notify_event),
11206         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11207         (draw_rubberband), (highlight_find_results), (draw_one_page),
11208         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11209         (ev_view_init), (find_changed_cb), (page_changed_cb),
11210         (on_adjustment_value_changed), (ev_view_new),
11211         (ev_view_set_document), (ev_view_set_zoom),
11212         (ev_view_set_continuous), (ev_view_set_dual_page),
11213         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11214         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11215         (ev_view_zoom_for_size_presentation),
11216         (ev_view_zoom_for_size_continuous_dual_page),
11217         (ev_view_zoom_for_size_continuous),
11218         (ev_view_zoom_for_size_dual_page),
11219         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11220         (ev_view_get_status), (ev_view_set_status),
11221         (update_find_status_message), (ev_view_get_find_status),
11222         (ev_view_set_find_status), (jump_to_find_result),
11223         (jump_to_find_page), (compute_selections), (clear_selection),
11224         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11225         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11226         (ev_view_update_primary_selection),
11227         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11228         * shell/ev-view.h:
11229         * shell/ev-window.c: (ev_window_open_page_label),
11230         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11231         (ev_window_init):
11232         * shell/ev-window.h:
11233         * shell/main.c: (load_files):
11234
11235         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11236         when resizing.  Remove the bin_window().  Also, patch from James
11237         Bowes to fix command line page, #300641
11238         
11239 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11240
11241         * data/evince-ui.xml:
11242         * shell/ev-view.c:
11243         * shell/ev-view.h:
11244         * shell/ev-window.c: (update_action_sensitivity):
11245
11246         Get rid of View->Normal Size, it's just confusing
11247
11248 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11249
11250         * backend/ev-document-info.h:
11251         * backend/ev-document.c: (ev_document_info_free): Free the
11252         EvDocumentInfo.
11253
11254         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11255         (clear_range), (add_range), (update_visible_range),
11256         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11257         (ev_sidebar_thumbnails_set_document):
11258         * shell/ev-window.c: (ev_window_setup_document): Only render the
11259         visible thumbnails.  It takes an instant to render, but it uses
11260         much less memory.
11261
11262 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11263
11264         * shell/ev-sidebar-links.c: (popup_menu_cb):
11265
11266         Select first item
11267
11268 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11269
11270         * lib/Makefile.am:
11271         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11272         (button_press_cb), (ev_sidebar_links_construct):
11273
11274         Show the popup menu also on keybindings
11275
11276 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11277
11278         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11279         * shell/ev-window.h:
11280
11281         Expose api to print a range (with dialog). Make private _print use
11282         it.
11283
11284         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11285         (ev_sidebar_links_construct):
11286
11287         Show a print context menu on linkx, it prints the selected
11288         section.
11289
11290 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11291
11292         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11293         button.
11294
11295 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11296
11297         * AUTHORS:
11298
11299         Update
11300
11301         * shell/ev-window.c: (build_comments_string),
11302         (ev_window_cmd_help_about):
11303
11304         Show poppler version/backend and authors
11305
11306 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11307
11308         * cut-n-paste/zoom-control/ephy-zoom.c:
11309         (ephy_zoom_get_zoom_level_index):
11310         * cut-n-paste/zoom-control/ephy-zoom.h:
11311
11312         Move the best fit items at the top of the list
11313
11314 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11315
11316         * shell/ev-marshal.list:
11317         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11318         (activate_cb), (match_selected_cb), (activate_link_cb),
11319         (connect_proxy), (ev_page_action_class_init):
11320         * shell/ev-page-action.h:
11321
11322         Use signals to notify action activation. Hopefully
11323         I did not break completion since I cant test...
11324
11325         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11326         (register_custom_actions):
11327
11328         Connect to page selector actions and also grab focus on
11329         the view when activated.
11330
11331 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11332
11333         * pdf/ev-poppler.cc:
11334         * backend/ev-page-cache.c: make page size calculation consistent
11335         and set it to (int)( width * scale + 0.5).  This makes the weird
11336         line going through the middle of the page go away.
11337
11338         * shell/ev-view.c: move painting the background page after
11339         checking the expose area covers us.
11340
11341 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11342
11343         * data/evince-password.glade:
11344         
11345         Mark labels as not translatable. Fix for bug 302842.
11346
11347 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11348
11349         * configure.ac: Added "es" to ALL_LINGUAS.
11350
11351 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11352
11353         * data/evince-toolbar.xml:
11354         * shell/ev-window.c: (update_action_sensitivity),
11355         (ev_window_setup_document), (ev_window_set_page_mode),
11356         (ev_window_init):
11357
11358         Remove some leftover code from jrb first continous
11359         attempt. Use the new actions, we still need good icons
11360         though...
11361
11362 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11363
11364         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11365
11366         Update label when connecting proxy. Fix a warning with NULL
11367         page_cache.
11368
11369 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11370
11371         * data/evince-ui.xml:
11372         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11373         * shell/ev-page-action.h:
11374         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11375
11376         Add mnemonic for edit toolbar.
11377         ctrl+l focus the page entry.
11378
11379 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11380
11381         * lib/Makefile.am:
11382         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11383         (ev_window_init):
11384         * shell/main.c: (main):
11385
11386         Put the toolbar xml in evince own dot dir
11387
11388 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11389
11390         * shell/ev-window.c: (ev_window_init):
11391
11392         Make the toolbar not removable
11393
11394 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11395
11396         * data/evince-ui.xml:
11397         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11398         * shell/ev-sidebar-links.h:
11399         * shell/ev-sidebar-thumbnails.c:
11400         (ev_sidebar_thumbnails_get_treeview):
11401         * shell/ev-sidebar-thumbnails.h:
11402         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11403         (ev_view_class_init):
11404         * shell/ev-view.h:
11405         * shell/ev-window.c: (update_action_sensitivity),
11406         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11407         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11408         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11409         (ev_window_init):
11410
11411         This is evil... Make space/backspace global accelerators but
11412         enable them only for some widgets (sidebars and view).
11413         I dont like it, but I dont know a better way... :/
11414
11415 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11416
11417         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11418         (ev_page_action_widget_finalize),
11419         (ev_page_action_widget_class_init), (update_page_cache):
11420
11421         Keep a weak reference on proxy->page_cache so that we
11422         dont try to disconnect the signal if the object is already
11423         gone. Maybe there is a better way to cleanup reference handling
11424         in page action though...
11425
11426 2005-05-10  Juerg Billeter  <j@bitron.ch>
11427
11428         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11429         * backend/ev-ps-exporter.h:
11430         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11431         * ps/ps-document.c: (ps_document_ps_export_begin):
11432         
11433         Change api to pass print range to ps_exporter_begin. The pdf backend
11434         requires this information.
11435         
11436         * shell/ev-print-job.c: (idle_print_handler):
11437         
11438         Adapt to api change
11439
11440 2005-05-10  Juerg Billeter  <j@bitron.ch>
11441
11442         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11443         (idle_print_handler)
11444         * shell/ev-window.c: (ev_window_print):
11445
11446         Support printing page range, based on patch by Amaury Jacquot
11447
11448 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11449
11450         * data/evince-toolbar.xml:
11451
11452         Add zoom control to available items
11453
11454 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11455
11456         * shell/ev-window.c: (update_action_sensitivity):
11457
11458         Set slash action insensitive when appropriate
11459
11460 2005-05-10  Christian Persch <chpe@gnome.org>
11461
11462         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11463
11464         Fix warning on the overflow menu
11465
11466 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11467
11468         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11469
11470         Check for uri correctness/existence
11471
11472 2005-05-09  Juerg Billeter  <j@bitron.ch>
11473
11474         * shell/ev-window.c: (using_postscript_printer):
11475
11476         LPD printers use postscript, too
11477
11478 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11479
11480         * shell/ev-window.c: (register_custom_actions):
11481
11482         The zoom one is actually sort of useful,
11483         put it back
11484
11485 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11486
11487         * shell/ev-window.c: (register_custom_actions):
11488
11489         Hide page/zoom controls from overflow, they
11490         are useless.
11491
11492 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11493
11494         * cut-n-paste/update-from-egg.sh:
11495         
11496         Share it between all cut-n-paste subdirs
11497
11498         * cut-n-paste/recent-files/Makefile.am:
11499
11500         Fix to use "global" update-from-egg.sh
11501
11502         * cut-n-paste/recent-files/egg-recent-model.c:
11503         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11504         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11505         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11506         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11507
11508         Update from libegg
11509
11510         * cut-n-paste/toolbar-editor/Makefile.am:
11511
11512         Fix to use "global" update-from-egg.sh
11513
11514         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11515
11516         Update from libegg
11517
11518 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11519
11520         * configure.ac:
11521         * cut-n-paste/Makefile.am:
11522         * cut-n-paste/recent-files/Makefile.am:
11523         * cut-n-paste/toolbar-editor/.cvsignore:
11524         * cut-n-paste/toolbar-editor/Makefile.am:
11525         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11526         (egg_editable_toolbar_get_type), (get_toolbar_position),
11527         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11528         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11529         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11530         (set_item_drag_source), (create_item_from_action), (create_item),
11531         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11532         (popup_toolbar_context_menu_cb), (free_dragged_item),
11533         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11534         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11535         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11536         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11537         (item_added_cb), (item_removed_cb),
11538         (egg_editable_toolbar_construct),
11539         (egg_editable_toolbar_disconnect_model),
11540         (egg_editable_toolbar_deconstruct),
11541         (egg_editable_toolbar_set_model),
11542         (egg_editable_toolbar_set_ui_manager),
11543         (egg_editable_toolbar_set_property),
11544         (egg_editable_toolbar_get_property),
11545         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11546         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11547         (egg_editable_toolbar_new_with_model),
11548         (egg_editable_toolbar_get_edit_mode),
11549         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11550         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11551         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11552         (new_pixbuf_from_widget), (new_separator_pixbuf),
11553         (update_separator_image), (style_set_cb),
11554         (_egg_editable_toolbar_new_separator_image),
11555         (egg_editable_toolbar_get_model):
11556         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11557         * cut-n-paste/toolbar-editor/egg-marshal.c:
11558         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11559         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11560         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11561         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11562         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11563         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11564         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11565         (editor_drag_data_delete_cb), (drag_data_get_cb),
11566         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11567         (editor_create_item), (update_editor_sheet), (setup_editor),
11568         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11569         (parse_item_list), (model_has_action), (update_actions_list),
11570         (egg_toolbar_editor_load_actions):
11571         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11572         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11573         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11574         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11575         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11576         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11577         (egg_toolbars_model_add_separator), (impl_add_item),
11578         (parse_item_list), (egg_toolbars_model_add_toolbar),
11579         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11580         (impl_get_item_data), (impl_get_item_type),
11581         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11582         (egg_toolbars_model_init), (free_toolbar),
11583         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11584         (egg_toolbars_model_remove_toolbar),
11585         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11586         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11587         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11588         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11589         (egg_toolbars_model_get_item_data),
11590         (egg_toolbars_model_get_item_type):
11591         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11592         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11593         * data/Makefile.am:
11594         * data/evince-toolbar.xml:
11595         * data/evince-ui.xml:
11596         * data/hand-open.png:
11597         * po/POTFILES.in:
11598         * shell/Makefile.am:
11599         * shell/ev-window.c: (update_chrome_visibility),
11600         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11601         (ev_window_dispose), (ev_window_init):
11602
11603         Implement epiphany like toolbar editor. Based on patch by
11604         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11605
11606 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11607
11608         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11609
11610         Use set_cursor instead of set_selection, so that
11611         the keyboard focus moves too.
11612
11613 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11614
11615         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11616
11617         Fix infinite loop when loading Type1 fonts
11618
11619 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11620
11621         * data/evince-ui.xml:
11622         * shell/ev-window.c:
11623
11624         Slash -> Find
11625
11626 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11627
11628         * configure.ac:
11629
11630         Make --disable really disable
11631
11632 2005-05-07  Juerg Billeter  <j@bitron.ch>
11633
11634         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11635
11636         Compare page labels even without has_labels set, fixes setting page
11637         with entry
11638
11639 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11640
11641         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11642         (ev_view_set_cursor), (ev_view_button_press_event),
11643         (ev_view_motion_notify_event), (ev_view_button_release_event),
11644         (ev_view_init):
11645
11646         Implement middle button scrolling. Based on a patch
11647         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11648
11649 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11650
11651         * shell/ev-document-types.c: (get_slow_mime_type),
11652         (get_document_type_from_mime), (ev_document_type_lookup):
11653         * shell/ev-document-types.h:
11654
11655         Change api to lookup from uri. Do fast lookup first, if the
11656         type is unknown try with data sniffing.
11657
11658         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11659         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11660
11661         Adapt to api change
11662
11663 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11664
11665         * thumbnailer/Makefile.am:
11666
11667         Fix distcheck
11668
11669 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11670
11671         * NEWS:
11672         * configure.ac:
11673
11674         Release 0.3.0
11675
11676         * data/evince-ui.xml:
11677
11678         Hide presentation mode for now
11679
11680         * shell/ev-view.c: (highlight_find_results):
11681
11682         Show current find selection only on current page
11683
11684 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11685
11686         * shell/ev-view.c: (ev_view_select_all):
11687
11688         Compute size of the actual page, not of
11689         the current one.
11690
11691 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11692
11693         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11694         (view_rect_to_doc_rect), (compute_selections),
11695         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11696         (ev_view_copy), (ev_view_primary_get_cb),
11697         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11698         (ev_view_button_press_event), (ev_view_motion_notify_event),
11699         (ev_view_button_release_event), (page_changed_cb):
11700
11701         Fix text selection
11702
11703 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11704
11705         * shell/ev-view.c: (compute_border), (get_page_extents),
11706         (doc_rect_to_view_rect), (highlight_find_results),
11707         (ev_view_bin_expose), (ev_view_select_all),
11708         (ev_view_motion_notify_event), (update_find_status_message),
11709         (jump_to_find_result), (jump_to_find_page):
11710
11711         First go at fixing search, still buggy
11712
11713 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11714
11715         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11716         dropdown box and button at the top of the sidebar.
11717
11718 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11719
11720         * configure.ac: Output zoom-control Makefile.
11721         * cut-n-paste/Makefile.am: build zoom-control subdir.
11722         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11723         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11724         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11725         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11726         * cut-n-paste/zoom-control/ephy-zoom.c:
11727         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11728         from epiphany, and modified to add a separator into the menu.
11729         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11730         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11731         zoom-control action.
11732         * shell/Makefile.am: Include zoom-control flags.
11733         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11734         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11735         (ev_view_zoom_for_size_presentation),
11736         (ev_view_zoom_for_size_continuous_and_dual_page),
11737         (ev_view_zoom_for_size_continuous),
11738         (ev_view_zoom_for_size_dual_page),
11739         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11740         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11741         ev_view_get_zoom and ev_view_get_sizing_mode.
11742         * shell/ev-view.h:
11743         * shell/ev-window.c: (update_action_sensitivity),
11744         (update_sizing_buttons), (zoom_control_changed_cb),
11745         (register_custom_actions): Initialize and use the zoom-control 
11746         widget.
11747
11748 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11749
11750         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11751         preview cache back to 1.  Don't know when it got set to 0.
11752         
11753         * shell/ev-view.c: (compute_border), (ev_view_realize),
11754         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11755         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11756         (ev_view_get_fullscreen), (ev_view_set_presentation),
11757         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11758         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11759         * shell/ev-view.h:
11760         * shell/ev-window.c:
11761         (update_chrome_visibility),
11762         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11763         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11764         (update_document_mode), (ev_window_update_fullscreen_action),
11765         (ev_window_fullscreen), (ev_window_unfullscreen),
11766         (ev_window_cmd_view_fullscreen),
11767         (ev_window_update_presentation_action),
11768         (ev_window_run_presentation), (ev_window_stop_presentation),
11769         (ev_window_cmd_view_presentation), (ev_window_state_event),
11770         (ev_window_focus_in_event), (ev_window_focus_out_event),
11771         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11772         * data/evince-ui.xml: Initial presentation mode.  We should
11773         probably hide this until it's done, as it's quite rough.  Also,
11774         change full-screen to fullscreen and add two getters to EvView.
11775
11776 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11777
11778         * shell/ev-page-action.c: (update_page_cache),
11779         (ev_page_action_dispose):
11780         * shell/ev-window.c: (destroy_fullscreen_popup),
11781         (ev_window_create_fullscreen_popup):
11782
11783         Use connect_object rather than explicitly
11784         disconnect on dispose.
11785
11786 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11787
11788         * shell/ev-page-action.c: (update_page_cache),
11789         (ev_page_action_dispose):
11790
11791 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11792
11793         * backend/ev-page-cache.c: (_ev_page_cache_new),
11794         (ev_page_cache_set_page_label),
11795         (ev_page_cache_has_nonnumeric_page_labels):
11796         * backend/ev-page-cache.h:
11797         * shell/ev-page-action.c: (update_pages_label):
11798         
11799         If all page labels are numeric, fallback to default
11800         way to display number of pages. See bug 173185.
11801
11802 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11803
11804         * shell/ev-page-action.c: (ev_page_action_dispose):
11805         * shell/ev-view.c: (view_update_range_and_current_page):
11806         * shell/ev-window.c: (ev_window_dispose):
11807         
11808         Set page on scroll in continuous mode. Fixes bug 301986.
11809         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11810
11811 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11812
11813         * configure.ac:
11814
11815         Require poppler 0.3.0
11816
11817 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11818         
11819         * shell/Makefile.am, configure.ac: Fix build problems
11820         with t1lib. Bug 301996.
11821
11822 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11823
11824         * shell/ev-view.c: (ev_view_scroll_event):
11825         
11826         Scroll up increase zoom
11827
11828 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11829
11830         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11831         (ev_view_set_sizing_mode),
11832         (ev_view_zoom_for_size_continuous_and_dual_page),
11833         (ev_view_zoom_for_size_continuous):
11834         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11835         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11836         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11837         (ev_window_init):
11838
11839         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11840         Fix for 165473 and 165472.
11841
11842 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11843
11844         * po/POTFILES.in:
11845         * thumbnailer/Makefile.am:
11846         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11847         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11848         * thumbnailer/evince-thumbnailer.schemas.in:
11849         
11850         Make thumbnailer schemas translatable. Fix for bug 301773
11851         
11852         * thumbnailer/evince-thumbnailer-djvu.schemas:
11853         * thumbnailer/evince-thumbnailer-dvi.schemas:
11854         * thumbnailer/evince-thumbnailer.schemas:
11855
11856         Removed files
11857
11858 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11859
11860         * shell/ev-view.c (ev_view_init): forgot to set this.
11861
11862 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11863
11864         * shell/ev-view.c: (find_page_at_location),
11865         (get_link_at_location),
11866         (ev_view_set_show_border), (ev_view_set_spacing),
11867         (ev_view_zoom_for_size_continuous_and_dual_page),
11868         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11869         Also, add a quick fix measuring of widths.  Also, removed
11870         ev_view_set_spacing and ev_view_set_show_border.
11871         
11872         * shell/ev-window.c: (ev_window_unfullscreen),
11873         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11874
11875 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11876
11877         * shell/ev-view.c: (view_update_range_and_current_page),
11878         (page_changed_cb):
11879         
11880         Fix crash on exit and scrolling to page in continuous view.
11881
11882 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11883
11884         * TODO:
11885         * backend/ev-page-cache.c: (_ev_page_cache_new),
11886         (ev_page_cache_get_max_width_size),
11887         (ev_page_cache_get_max_height_size):
11888         * backend/ev-page-cache.h:
11889         * data/evince-ui.xml:
11890         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11891         * shell/ev-view.c: (view_update_adjustments),
11892         (view_update_range_and_current_page), (get_bounding_box_size),
11893         (ev_view_size_request_continuous_and_dual_page),
11894         (ev_view_size_request_continuous),
11895         (ev_view_size_request_dual_page),
11896         (ev_view_size_request_single_page), (ev_view_size_request),
11897         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11898         (ev_view_bin_expose), (ev_view_expose_event),
11899         (ev_view_set_property), (ev_view_get_property),
11900         (ev_view_class_init), (ev_view_init), (ev_view_new),
11901         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11902         (ev_view_set_dual_page), (ev_view_set_full_screen),
11903         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11904         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11905         (ev_view_zoom_out), (zoom_for_size_fit_width),
11906         (zoom_for_size_best_fit),
11907         (ev_view_zoom_for_size_continuous_and_dual_page),
11908         (ev_view_zoom_for_size_continuous),
11909         (ev_view_zoom_for_size_dual_page),
11910         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11911         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11912         * shell/ev-view.h:
11913         * shell/ev-window.c: (update_action_sensitivity),
11914         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11915         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11916         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11917         (ev_window_cmd_view_zoom_out), (update_view_size),
11918         (ev_window_set_sizing_mode), (ev_window_init):
11919
11920         Add Continuous and Dual page modes.
11921
11922 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11923
11924         * dvi/dvi-document.c: (dvi_document_load),
11925         (dvi_document_thumbnails_get_thumbnail),
11926         (dvi_document_init_params): Fix up some mixups between
11927         width and height to correct thumbnail rendering.
11928
11929 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11930
11931         * dvi/mdvi-lib/private.h:
11932         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11933         
11934         Suppess output for kpathsea during font generation. Thanks to
11935         James Bowes
11936
11937 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11938
11939         * NEWS:
11940         * configure.ac:
11941
11942         Release 0.2.1
11943
11944         * Makefile.am: fix distcheck.
11945
11946 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11947
11948         * shell/ev-sidebar-links.c: (selection_changed_callback),
11949         (update_page_callback), (row_activated_callback),
11950         (job_finished_callback), (ev_sidebar_links_set_document):
11951         
11952         Fix for bug #169901. Double click on links expands tree.
11953
11954 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11955
11956         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11957         hard-coded style. Fix for bug 170111
11958
11959 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11960
11961         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11962         locking.
11963
11964 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11965
11966         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11967
11968 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11969
11970         * pdf/ev-poppler.cc:
11971         * shell/ev-view.c: (highlight_find_results):
11972
11973         Fix find on single page documents
11974
11975 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11976
11977         * data/evince.schemas.in: fix for bug 301390
11978
11979 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11980
11981         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11982         (ev_view_zoom_out), (ev_view_zoom_normal):
11983         * shell/ev-view.h:
11984         * shell/ev-window.c: (update_action_sensitivity),
11985         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11986         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11987         (ev_window_cmd_view_normal_size):
11988
11989         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11990         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11991         better than oom. 
11992
11993 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11994
11995         * configure.ac:
11996
11997         Depend on 2.57, 2.59 doesnt seem to be necessary
11998
11999 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12000
12001         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12002         (create_tool_item):
12003
12004         Put back total number of pages as (1 of 1234)
12005
12006 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12007
12008         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12009         remove the job.
12010
12011         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12012         function.  This helps debugging.
12013
12014 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12015
12016         * djvu/djvu-document.c: (djvu_document_class_init),
12017         (djvu_document_get_info), (djvu_document_document_iface_init):
12018         * dvi/dvi-document.c: (dvi_document_class_init),
12019         (dvi_document_get_info), (dvi_document_document_iface_init):
12020
12021         Dummy implementation of get_info method for dvi and
12022         djvu. Fix crashes with those backends
12023
12024 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12025
12026         * data/evince.desktop.in:
12027
12028         Add application/x-gzpostscript
12029
12030 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12031
12032         * data/evince.schemas.in: Added real long descriptions, 
12033         closes bug 172496 
12034
12035         * README: Added actual text, closes bug 171869
12036
12037 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12038
12039         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12040
12041         Thumbnail page 0
12042
12043 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12044
12045         * backend/ev-document-info.h:
12046
12047         s/GDate */GDate so we can just use g_free
12048
12049 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12050
12051         * shell/ev-window.c: (update_document_mode),
12052         (ev_window_setup_document):
12053
12054         Show the window in fullscreen when specified by
12055         the document
12056
12057 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12058
12059         * backend/ev-document.c: (ev_document_class_init),
12060         (ev_document_get_info), (ev_document_render_pixbuf):
12061         * backend/ev-document.h:
12062         * backend/ev-page-cache.c: (_ev_page_cache_new):
12063         * pdf/ev-poppler.cc:
12064         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12065         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12066         * ps/ps-document.c: (ps_document_class_init), (document_load),
12067         (ps_document_get_info), (ps_document_document_iface_init):
12068
12069         Remove get_title from the interface, we can just use document info
12070
12071 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12072
12073         * backend/Makefile.am:
12074         * backend/ev-document.c: (ev_document_render_get_info):
12075         * backend/ev-document.h:
12076         * pdf/ev-poppler.cc:
12077
12078         Initial support for document info. Based on jrb patch.
12079
12080 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12081
12082         * shell/ev-window.c: (ev_window_state_event),
12083         (ev_window_class_init), (ev_window_init):
12084         
12085         Doesn't show resize grip when maximized. See bug #301053
12086
12087 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12088
12089         * po/POTFILES.in:
12090         
12091         ev-sidebar-thumbnails now has translatable labels
12092         
12093         * shell/Makefile.am:
12094         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12095         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12096         (ev_sidebar_links_page_iface_init):
12097         * shell/ev-sidebar-links.h:
12098         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12099         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12100         (ev_sidebar_page_get_label):
12101         * shell/ev-sidebar-page.h:
12102         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12103         (ev_sidebar_thumbnails_set_document),
12104         (ev_sidebar_thumbnails_support_document),
12105         (ev_sidebar_thumbnails_get_label),
12106         (ev_sidebar_thumbnails_page_iface_init):
12107         * shell/ev-sidebar-thumbnails.h:
12108         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12109         (ev_sidebar_set_document):
12110         * shell/ev-sidebar.h:
12111         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12112         
12113         Small rework of sidebar code. Now sidebar pages should implement
12114         EvSidebarPage interface. That makes page management in EvSidebar
12115         easier. See bug #164811 for details
12116
12117 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12118
12119         * shell/ev-application.c: (ev_application_open):
12120         * shell/ev-document-types.c:
12121         
12122         Fix build error and small problem with application exit
12123
12124 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12125
12126         * thumbnailer/Makefile.am:
12127         * thumbnailer/evince-thumbnailer-djvu.schemas:
12128         * thumbnailer/evince-thumbnailer-dvi.schemas:
12129         
12130         Conditionally install schemas for djvu/dvi thumbnailer
12131
12132 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12133
12134         * shell/ev-document-types.h: 
12135         * shell/ev-document-types.c: 
12136         New files, handling the mapping from mimetypes to backends
12137         
12138         * shell/ev-window.c: 
12139         * thumbnailer/evince-thumbnailer.c:     
12140         Use the ev-document-types code
12141         
12142         * shell/Makefile.am: 
12143         Added new convenience library libevbackendfactory_la, containing
12144         the new mimetype->backend logic; moved the backends into it.
12145
12146         * thumbnailer/Makefile.am:
12147         Make the thumbnailer link with the libevbackend.la convenience
12148         library, rather than having a duplicate of the backend logic here.
12149
12150 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12151
12152         * shell/ev-stock-icons.c: constify some vars.
12153         * shell/ev-window.c: ditto.
12154
12155 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12156
12157         * ps/ps-document.c (get_page_orientation):
12158
12159         Respect document orientation 
12160
12161 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12162
12163         * djvu/Makefile.am:
12164         * dvi/Makefile.am:
12165         * shell/Makefile.am:
12166         
12167         Move library dependencies to components.
12168         
12169         * shell/ev-window.c: (update_window_title),
12170         (start_loading_document):
12171         
12172         Fix display of uris with spaces. Bug 168358.
12173
12174 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12175
12176         * shell/ev-sidebar-links.c: (selection_changed_cb):
12177         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12178         (ev_view_button_release_event), (ev_view_set_document):
12179         * shell/ev-view.h:
12180         * shell/ev-window.c: (find_bar_search_changed_cb):
12181         * shell/ev-window.h: Minor cleanups removing some dead code.
12182
12183 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12184
12185         * backend/ev-page-cache.c: (_ev_page_cache_new):
12186         
12187         Set current page to 0 if document has pages.
12188
12189 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12190
12191         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12192
12193         Initialize GError to NULL, fix a crash when loading fails.
12194
12195 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12196
12197         * shell/ev-window.c: (update_view_size):
12198
12199         Calculate shadow size only when there is actually
12200         a shadow.
12201
12202 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12203
12204         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12205         * shell/ev-view.h:
12206
12207         Allow setting view spacing, default to 0
12208
12209         * shell/ev-window.c: (ev_window_unfullscreen),
12210         (ev_window_cmd_view_fullscreen), (ev_window_init):
12211
12212         Remove spacing in fullscreen mode
12213
12214 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12215
12216         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12217         (ev_view_size_request), (expose_bin_window),
12218         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12219         * shell/ev-view.h:
12220         * shell/ev-window.c: (ev_window_unfullscreen),
12221         (ev_window_cmd_view_fullscreen):
12222
12223         Do not draw the border in fulscreen
12224
12225 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12226
12227         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12228         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12229         (find_page_at_location), (page_changed_cb):
12230
12231         Rework border calculation, so that I can more easily disable it.
12232         Code somewhat cleaner too.
12233
12234 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12235
12236         * backend/ev-page-cache.c: (ev_page_cache_init),
12237         (_ev_page_cache_new):
12238
12239         Remove some assertions, documents can have 0 pages.
12240         Make initial current page -1.
12241
12242         * shell/ev-page-action.c: (page_changed_cb):
12243
12244         Show "" if current page is -1
12245
12246         * shell/ev-window.c: (update_action_sensitivity),
12247         (ev_window_setup_document):
12248
12249         When document has 0 pages do not set the view
12250         and make nearly everything insensitive.
12251
12252 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12253
12254         * shell/ev-page-view.c:
12255         * shell/ev-page-view.h:
12256
12257         Remove unused files.
12258         
12259         * shell/ev-sidebar-thumbnails.c:
12260         (ev_sidebar_thumbnails_set_document):
12261         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12262         (ev_sidebar_supports_document):
12263         * shell/ev-sidebar.h:
12264         * shell/ev-window.c: (ev_window_setup_document):
12265         
12266         Doesn't show thumbnails if document has 1 page. Make
12267         sidebar menu entries sensitive only if if they have 
12268         sense. Fix bug 164811. 
12269
12270 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12271
12272         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12273         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12274         (ev_view_zoom_out), (ev_view_set_size):
12275
12276         Rework sizing to deal with documents with not uniform page
12277         size.
12278
12279 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12280
12281         * backend/ev-page-cache.c: (_ev_page_cache_new):
12282
12283         Fix several page size caching bugs
12284
12285 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12286
12287         * shell/ev-window.c: (set_action_properties):
12288
12289         Make all toolbar items translatable
12290
12291 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12292
12293         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12294         (save_page_list), (ps_document_save),
12295         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12296         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12297         (ps_document_ps_exporter_iface_init):
12298         * ps/ps-document.h:
12299
12300         Based on a patch by J�rg Billeter <j@bitron.ch>
12301         
12302         Implement print and save a copy for the ps backend.
12303
12304 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12305
12306         * backend/ev-document.h:
12307         * djvu/djvu-document.c: (djvu_document_can_get_text),
12308         (djvu_document_document_iface_init):
12309         * dvi/dvi-document.c: (dvi_document_can_get_text),
12310         (dvi_document_document_iface_init):
12311         * pdf/ev-poppler.cc:
12312         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12313         (pixbuf_document_document_iface_init):
12314         * ps/ps-document.c: (ps_document_can_get_text),
12315         (ps_document_document_iface_init):
12316         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12317         * shell/ev-window.c: (update_action_sensitivity):
12318
12319         Fix the crash when trying to copy in backends that doesnt
12320         support it. We can implement a better solution once we
12321         do real text selection.
12322
12323 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12324
12325         * data/evince-ui.xml:
12326         * shell/ev-window.c: (ev_window_cmd_escape):
12327         
12328         Work around the Escape conflict (find bar and unfullscreen)
12329
12330 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12331
12332         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12333         
12334         Fix for #300233. Next page correctly handles document end.
12335         
12336         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12337         (ev_sidebar_thumbnails_class_init),
12338         (ev_sidebar_thumbnails_set_document),
12339         (ev_sidebar_thumbnails_clear_job),
12340         (ev_sidebar_thumbnails_clear_model):
12341         
12342         Cleanup thumbnail jobs on document changes.
12343         
12344         * shell/ev-view.c: (add_scroll_binding_keypad),
12345         (add_scroll_binding_shifted), (ev_view_class_init):
12346         
12347         Shift + Space scrolls up. Fix for #173184
12348         
12349         * shell/ev-window.c: (ev_window_open_page),
12350         (ev_window_cmd_view_reload):
12351         
12352         Fix reload (Bug #300094)
12353
12354 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12355
12356         
12357         * dvi/mdvi-lib/assoc.c:
12358         * dvi/mdvi-lib/assoc.h: Removed garbage files
12359         
12360         * dvi/mdvi-lib/bitmap.c:
12361         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12362         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12363         * dvi/mdvi-lib/color.h: Antialias of rules
12364         
12365         * dvi/mdvi-lib/common.h:
12366         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12367         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12368         * dvi/mdvi-lib/files.c:
12369         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12370         * dvi/mdvi-lib/mdvi.h:
12371         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12372         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12373         * dvi/mdvi-lib/util.c: Fix compile warnings
12374         
12375         * dvi/dvi-document.c:
12376         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12377         (dvi_document_thumbnails_get_thumbnail),
12378         (dvi_document_document_thumbnails_iface_init):
12379         * dvi/mdvi-lib/Makefile.am:
12380         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12381         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12382         
12383         Dvi backend now renders thumbnails
12384
12385 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12386
12387         * shell/main.c: (main): 
12388         
12389         Save accelerators on exit. Fixes bug #172095.
12390
12391 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12392
12393         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12394         update priority" comment.
12395
12396         * backend/ev-job-queue.c: Give a way to change priority.
12397
12398 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12399
12400         * shell/ev-page-action.c: Fix logic.
12401
12402 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12403
12404         * shell/ev-view.c: (ev_view_can_find_next):
12405         * shell/ev-window.c: (ev_window_setup_document):
12406
12407         Check that the document supports find
12408
12409 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12410
12411         * data/evince-ui.xml:
12412         * shell/ev-view.c: (ev_view_can_find_next):
12413         * shell/ev-view.h:
12414         * shell/ev-window.c: (update_action_sensitivity),
12415         (find_changed_cb), (ev_window_setup_document),
12416         (ev_window_cmd_edit_find_next):
12417
12418         Add Edit->Find Next
12419
12420 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12421
12422         * pdf/ev-poppler.cc:
12423         * shell/ev-print-job.c: (idle_print_handler):
12424
12425         Make printing work again
12426
12427 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12428
12429         * shell/ev-page-action.h:
12430         * shell/ev-page-action.c: (ev_page_action_widget_init),
12431         (ev_page_action_widget_class_init), (page_changed_cb),
12432         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12433         (get_filter_model_from_model), (match_selected_cb),
12434         (display_completion_text), (match_completion), (update_model),
12435         (connect_proxy), (ev_page_action_set_property),
12436         (ev_page_action_get_property), (ev_page_action_set_document),
12437         (ev_page_action_set_model), (ev_page_action_class_init): Big
12438         reworking to make completions work iff we have >= GTK-2.7.0
12439                 
12440         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12441         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12442         (job_finished_cb): We now have a 'model' property that is set when
12443         the links are loaded.  This can be caught with "notify::model"
12444
12445         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12446         listen for the model to be set, and propagate it to the action.
12447
12448 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12449
12450         * cut-n-paste/recent-files/egg-recent-item.c:
12451         (egg_recent_item_set_uri), (make_valid_utf8),
12452         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12453         * cut-n-paste/recent-files/egg-recent-item.h:
12454         
12455         Update egg-recent from libegg. This should fix long
12456         startup problem. For details see
12457         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12458
12459 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12460
12461         * cut-n-paste/recent-files/Makefile.am:
12462         * data/evince-ui.xml, shell/Makefile.am:
12463         * shell/ev-application.c, shell/ev-application.h:
12464         * shell/ev-window.c: Recent files support.
12465         
12466         * configure.ac: Added "ru" to ALL_LINGUAS.
12467         
12468         * dvju: new backend to support DJVU files.
12469         * dvi: new backend to support DVI.
12470
12471         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12472         * ev-application.c: Support for new backends.
12473         
12474         * help, ev-window.c, main.c shell/Makefile.am: 
12475         Evince user documentation.
12476
12477 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12478
12479         * po/POTFILES.in:
12480         * shell/ev-window.c:
12481         * thumbnailer/evince-thumbnailer.c:
12482
12483         s/pdf-document/ev-poppler
12484
12485 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12486
12487         * NEWS:
12488         * configure.ac:
12489
12490         Release 0.2.0
12491
12492         * ps/ps-document.c: (setup_pixmap):
12493
12494         Remove debug code
12495
12496 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12497
12498         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12499         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12500         (ev_window_cmd_go_first_page): Fix of by one errors.
12501
12502 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12503
12504         * ps/ps-document.c: (get_page_box):
12505
12506         Fix page size calculation
12507
12508 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12509
12510         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12511         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12512         (get_page_orientation), (setup_page), (document_load),
12513         (ps_document_get_page_size), (render_pixbuf_idle):
12514         * ps/ps-document.h:
12515
12516         More refactoring to adapt to EvDocument changes
12517
12518 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12519
12520         * ps/ps-document.c: (start_interpreter):
12521
12522         Actually add alpha args
12523
12524 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12525
12526         * pdf/ev-poppler.cc:
12527
12528         Make clipboard work again
12529
12530 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12531
12532         Make searching work again.
12533         
12534         * backend/ev-document.c:
12535         * backend/ev-document.h:
12536         * backend/ev-document-find.c:
12537         * backend/ev-document-find.h: Change EvDocumentIface so we no
12538         longer store the current page or zoom level in the document.  The
12539         consequence is that all calls that operate on the current page now
12540         instead take the page number as an extra argument, and all
12541         coordinates are now doubles in document coordinate system.
12542
12543         * pdf/ev-poppler.cc:
12544         * pixbuf/pixbuf-document.c:
12545         * ps/ps-document.c: Update backends accordingly.
12546
12547 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12548
12549         * autogen.sh:
12550
12551         Add required gettext version
12552
12553 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12554
12555         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12556         make F1 bring up non-existent help.
12557
12558         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12559         epiphany's find bar, #167477
12560
12561         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12562         <emil@nishra.com> to add space-bar scrolling, 
12563
12564         * shell/ev-window.c (static GtkActionEntry entries): add default
12565         keybinding for Help (F1)
12566         Fixes #171068
12567
12568         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12569         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12570         170110
12571
12572 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12573
12574         * Makefile.am: 
12575         * pixbuf/pixbuf-document.c: 
12576
12577         Got pixbuf backend working again
12578
12579 2005-04-01  Steve Murphy  <murf@e-tools.com>
12580
12581         * configure.in: Added "rw" to ALL_LINGUAS.
12582
12583 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12584
12585         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12586         model types, noticed by Martin Kretzschmar.
12587
12588 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12589
12590         * pdf/ev-poppler.cc: Implement search based on
12591         poppler_page_find_text().  Currently a bit crude since we remember
12592         all matches from all pages.  Also, we grab the big document lock
12593         when we search since searching changes the underlying stream and
12594         thus conflicts with the rendering thread.
12595         
12596         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12597         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12598         (ev_view_find_previous): Fix some page indexes to be 0 based,
12599         offset rubber band by view offset,
12600
12601 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12602
12603         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12604
12605 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12606
12607         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12608         completely because I didn't understand GtkActions.  I should
12609         read Marco's code more carefully in the future.
12610
12611         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12612         function
12613
12614 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12615
12616         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12617         PopplerRectangle change from poppler CVS.
12618
12619 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12620
12621         * backend/ev-document.c: (ev_document_get_page_label):
12622         * backend/ev-document.h:
12623         * backend/ev-page-cache.c: (_ev_page_cache_new),
12624         (ev_page_cache_get_page_label):
12625         * backend/ev-page-cache.h:
12626         * pdf/ev-poppler.cc:
12627         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12628         (links_page_num_func):
12629         * shell/ev-sidebar-thumbnails.c:
12630         (ev_sidebar_thumbnails_set_document):
12631         * shell/ev-view.c: (status_message_from_link),
12632         (ev_view_motion_notify_event):
12633         * shell/ev-window.c: (document_supports_sidebar): Add in page
12634         label support.  It's not perfect yet, but it's the first 'feature'
12635         in a while.
12636         Also, fix a bogus comment noticed by crispin. 
12637
12638 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12639
12640         * Makefile.am: Remove pixbuf backend for now
12641
12642         * configure.ac: Require poppler-glib instead of just poppler.
12643
12644         * backend/ev-document-thumbnails.h: Add a comment
12645
12646         * backend/ev-document.h:
12647         * backend/ev-document.c: (ev_document_class_init),
12648         (ev_document_load), (ev_document_get_link),
12649         (ev_document_get_links): Remove 3 methods and add get_links.
12650         Also, made 0 based.
12651
12652         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12653         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12654
12655         * backend/ev-link.c: (ev_link_set_title),
12656         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12657         (ev_link_mapping_find):
12658         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12659         
12660         * backend/ev-page-cache.c: (ev_page_cache_init),
12661         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12662         (ev_page_cache_get_size), (ev_page_cache_next_page),
12663         (ev_page_cache_prev_page): Fix to be 0 based.
12664
12665         * pdf/Makefile.am: 
12666         * pdf/ev-poppler.h:
12667         * pdf/ev-poppler.cc: New backend.
12668         
12669         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12670         (ps_document_get_page), (ps_document_document_iface_init):
12671
12672         * shell/ev-pixbuf-cache.h:
12673         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12674         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12675         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12676         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12677         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12678         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12679         based.
12680         
12681         * shell/ev-sidebar-thumbnails.c:
12682         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12683         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12684
12685         * shell/ev-view.c: (status_message_from_link),
12686         (find_page_at_location), (get_link_at_location),
12687         (ev_view_motion_notify_event), (ev_view_button_release_event),
12688         (ev_view_init): Use the new link code.  Fix to be 0 based.
12689
12690         * shell/ev-window.c: (update_action_sensitivity),
12691         (document_supports_sidebar): 0 based.
12692
12693 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12694
12695         * pdf/pdf-document.cc: Patch from Fernando Herrera
12696         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12697         *blush*
12698
12699 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12700
12701         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12702         1 to the page, as this seems to be 1 based.  I thought we has this
12703         fixed.  grump.
12704
12705 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12706
12707         * TODO:
12708         * backend/Makefile.am:
12709         * backend/ev-document-links.c:
12710         (ev_document_links_has_document_links),
12711         (ev_document_links_get_links_model):
12712         * backend/ev-document-links.h:
12713         * backend/ev-document.c: (ev_document_get_page_cache),
12714         (ev_document_get_doc_mutex), (ev_document_load),
12715         (ev_document_save), (ev_document_get_title),
12716         (ev_document_get_n_pages), (ev_document_set_page),
12717         (ev_document_get_page), (ev_document_set_target),
12718         (ev_document_set_scale), (ev_document_set_page_offset),
12719         (ev_document_get_page_size), (ev_document_get_text),
12720         (ev_document_get_link), (ev_document_render),
12721         (ev_document_render_pixbuf), (ev_document_scale_changed):
12722         * backend/ev-document.h:
12723         * backend/ev-job-queue.c: (remove_object_from_queue),
12724         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12725         (no_jobs_available_unlocked), (ev_render_thread),
12726         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12727         (ev_job_queue_remove_job):
12728         * backend/ev-job-queue.h:
12729         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12730         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12731         (ev_job_links_class_init), (ev_job_render_init),
12732         (ev_job_render_dispose), (ev_job_render_class_init),
12733         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12734         (ev_job_thumbnail_class_init), (ev_job_finished),
12735         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12736         (ev_job_render_run), (ev_job_thumbnail_new),
12737         (ev_job_thumbnail_run):
12738         * backend/ev-jobs.h:
12739         * backend/ev-link.c:
12740         * backend/ev-link.h:
12741         * backend/ev-page-cache.c: (ev_page_cache_init),
12742         (ev_page_cache_class_init), (ev_page_cache_finalize),
12743         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12744         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12745         (ev_page_cache_set_link), (ev_page_cache_get_title),
12746         (ev_page_cache_get_size), (ev_page_cache_next_page),
12747         (ev_page_cache_prev_page):
12748         * backend/ev-page-cache.h:
12749         * pdf/pdf-document.cc:
12750         * ps/gsdefaults.c:
12751         * ps/gsdefaults.h:
12752         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12753         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12754         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12755         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12756         (is_interpreter_ready), (output), (catchPipe), (input),
12757         (start_interpreter), (check_filecompressed), (compute_dimensions),
12758         (ps_document_enable_interpreter), (document_load),
12759         (ps_document_next_page), (render_page), (ps_document_set_page),
12760         (ps_document_set_scale), (render_pixbuf_idle),
12761         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12762         * ps/ps-document.h:
12763         * shell/Makefile.am:
12764         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12765         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12766         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12767         (ev_pixbuf_cache_new), (job_finished_cb),
12768         (check_job_size_and_unref), (move_one_job),
12769         (ev_pixbuf_cache_update_range), (find_job_cache),
12770         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12771         (ev_pixbuf_cache_add_jobs_if_needed),
12772         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12773         * shell/ev-pixbuf-cache.h:
12774         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12775         (idle_print_handler):
12776         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12777         (selection_changed_cb), (create_loading_model),
12778         (ev_sidebar_links_construct), (links_page_num_func),
12779         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12780         (update_page_callback), (job_finished_cb),
12781         (ev_sidebar_links_set_document):
12782         * shell/ev-sidebar-thumbnails.c:
12783         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12784         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12785         (page_changed_cb), (thumbnail_job_completed_callback),
12786         (ev_sidebar_thumbnails_set_document):
12787         * shell/ev-sidebar-thumbnails.h:
12788         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12789         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12790         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12791         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12792         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12793         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12794         (ev_view_button_release_event), (ev_view_scroll_view),
12795         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12796         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12797         (ev_view_new), (job_finished_cb), (page_changed_cb),
12798         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12799         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12800         (ev_view_find_previous):
12801         * shell/ev-view.h:
12802         * shell/ev-window.c: (update_action_sensitivity),
12803         (ev_window_open_page), (update_window_title), (update_total_pages),
12804         (page_changed_cb), (ev_window_setup_document),
12805         (password_dialog_response), (ev_window_cmd_save_as),
12806         (ev_window_print), (ev_window_cmd_go_previous_page),
12807         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12808         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12809         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12810         * shell/main.c: (main):
12811
12812         Merge evince-threads branch
12813
12814 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12815
12816         * configure.ac: Added "lt" to ALL_LINGUAS.
12817
12818 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12819
12820         * NEWS:
12821         * configure.ac:
12822
12823         Release 0.1.9
12824
12825 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12826
12827         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12828
12829         Fix here also the thumbnails 1-basedness :)
12830
12831 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12832
12833         * NEWS:
12834         * configure.ac:
12835
12836         Release 0.1.8
12837
12838 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * pdf/pdf-document.cc:
12841         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12842         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12843
12844         Fix the mess we did with thumbnails and 1-basedness
12845
12846 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12847
12848         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12849
12850 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12851
12852         * NEWS:
12853         * configure.ac:
12854
12855         Release 0.1.7
12856
12857 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12858
12859         * ps/Makefile.am:
12860         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12861         (gtk_gs_defaults_get_alpha_parameters),
12862         (gtk_gs_defaults_get_ungzip_cmd),
12863         (gtk_gs_defaults_get_unbzip2_cmd):
12864         * ps/gsdefaults.h:
12865         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12866         (ps_document_get_orientation), (document_load),
12867         (ps_document_goto_page), (ps_document_set_page_size):
12868         * ps/ps-document.h:
12869
12870         Some more sanitization of the ps backend. Remove a lot
12871         of unused code and do not base our defaults on ggv
12872         preferences (ugh!)
12873
12874 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12875
12876         * thumbnailer/evince-thumbnailer.schemas:
12877         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12878         (main): add -s option for thumbnail size.
12879
12880 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12881
12882         * configure.ac:
12883
12884         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12885         remove it.
12886
12887 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12888
12889         * pdf/pdf-document.cc:
12890
12891         Remove 4 pixels of useless border from the
12892         thumbnail.
12893
12894 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12895
12896         * backend/ev-document-thumbnails.c:
12897         (ev_document_thumbnails_get_thumbnail):
12898         * backend/ev-document-thumbnails.h:
12899
12900         Rework API a bit. Add a border flag and
12901         change sizing logic (now the size we specify
12902         applies to the bigger dimension).
12903
12904         * pdf/pdf-document.cc:
12905         * pixbuf/pixbuf-document.c:
12906         (pixbuf_document_thumbnails_get_thumbnail):
12907         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12908         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12909
12910         Adapt to the new API and do not draw a border for nautilus
12911         thumbnailer.
12912
12913 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12914
12915         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12916         take thumbnails from page "0" instead of "1". Added a copyright header.
12917
12918 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12919
12920         * ps/ps-document.c: (set_up_page), (start_interpreter):
12921
12922         Make it C89 compliant
12923
12924 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12925
12926         * Makefile.am:
12927         * configure.ac:
12928         * pdf/.cvsignore:
12929         * pdf/pdf-document.cc:
12930         * thumbnailer/Makefile.am:
12931         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12932         (main):
12933         * thumbnailer/evince-thumbnailer.schemas:
12934         * thumbnailer/pdf-icon.png:
12935
12936         Add a nautilus thumbnailer.
12937         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12938
12939 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12940
12941         * NEWS:
12942         * configure.ac:
12943         * po/POTFILES.in:
12944
12945         Release 0.1.6
12946
12947 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12948
12949         Use poppler instead of including xpdf source code.  Poppler is a
12950         fork of xpdf to build it as a shared library. See
12951         http://freedesktop.org/wiki/Software/poppler.
12952
12953         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12954         xpdf fork.
12955         
12956         * pdf/Makefile.am: Build libpdfdocument.a here.
12957         
12958         * pdf/GDKSplashOutputDev.cc:
12959         * pdf/GDKSplashOutputDev.h:
12960         * pdf/GnomeVFSStream.cc:
12961         * pdf/GnomeVFSStream.h:
12962         * pdf-document.cc:
12963         * pdf-document.h:
12964         * test-gdk-output-dev.cc
12965         * Thumb.cc:
12966         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12967         against poppler.
12968
12969 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12970
12971         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12972
12973         Clear idle stack before unsetting the document
12974
12975 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12976
12977         * ps/ps-document.c: (ps_document_widget_event),
12978         (ps_document_set_target), (ps_document_finalize),
12979         (ps_document_get_page):
12980
12981         Disconnect the widget event signal on finalize.
12982         Some code cleanups.
12983
12984 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12985
12986         * ps/ps-document.c: (set_up_page):
12987
12988         If there is no bpixmap create one, even if size
12989         is not changed.
12990
12991 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12992
12993         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12994         (set_up_page), (document_load), (ps_document_set_zoom):
12995
12996         Default page is 0. Calculate size even when we have no
12997         target yet.
12998
12999 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13000
13001         * shell/ev-sidebar.c: expand the selection widget to be always as
13002         wide as the sidebar
13003
13004 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13005
13006         * shell/ev-sidebar-thumbnails.c:
13007         (ev_sidebar_thumbnails_set_document):
13008
13009         Clear the list store when setting document
13010
13011 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13012
13013         * shell/ev-page-action.c: (update_entry), (sync_entry),
13014         (activate_cb), (entry_size_request_cb), (create_tool_item),
13015         (connect_proxy):
13016
13017         Use an entry for the page control instead of spinbuttons
13018
13019 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13020
13021         * data/evince.schemas.in:
13022
13023         Correct confusing string
13024
13025 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13026
13027         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13028         for real.  Gosh, how long has this been broken.
13029
13030         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13031         check for a NULL link.  We crash otherwise.
13032
13033 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13034
13035         * NEWS:
13036         * configure.ac:
13037
13038         Release 0.1.5
13039
13040 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13041
13042         * configure.ac: add the french translation.
13043
13044 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13045
13046         * shell/ev-window.c:
13047
13048         Remove unused header -> fix distcheck
13049
13050 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13051
13052         * shell/ev-window.c: (update_window_title),
13053         (ev_window_popup_password_dialog):
13054
13055         Unescape filename for display
13056
13057 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13058
13059         * pdf/xpdf/pdf-document.cc:
13060
13061         In get_page_size deal with rotation. Also
13062         cleanup the function a bit.
13063
13064 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13065
13066         * pdf/xpdf/pdf-document.cc:
13067
13068         Fix crash when opening in new window
13069
13070 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13071
13072         * configure.ac:
13073
13074         Check ghostscript >= 7
13075
13076 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13077
13078         * shell/ev-window.c:
13079
13080         Make page width the default sizing mode
13081
13082 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13083         Marco Pesenti Gritti <marco@gnome.org>
13084
13085         * shell/ev-window.c: Remember the sidebar size
13086
13087         * data/evince.schemas.in: Add a new gconf key to store the size of
13088         the sidebar
13089
13090 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13091
13092         * data/evince-ui.xml:
13093         * shell/ev-window.c: (update_action_sensitivity),
13094         (ev_window_cmd_view_reload):
13095         
13096         Add a "Reload" action and menu entry
13097
13098 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13099
13100         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13101         iff the type doesn't support thumbnailing and indexing.
13102
13103 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13104
13105         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13106
13107 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13108
13109         * pdf/splash/Splash.cc:
13110
13111         Port fix for a crasher from kde bug
13112         http://bugs.kde.org/show_bug.cgi?id=97131
13113
13114 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13115
13116         * pdf/xpdf/pdf-document.cc:
13117
13118         Return a link even if it's of an unrecognized
13119         type. Otherwise we go in an infinte cycle.
13120
13121 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13122
13123         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13124         (size_allocate_cb), (ev_window_set_sizing_mode):
13125
13126         Update size when switching mode
13127
13128 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13129
13130         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13131         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13132         (ev_window_cmd_view_normal_size):
13133
13134         Fix size toggle buttons behavior
13135
13136 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13137
13138         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13139         (doc_rect_to_view_rect), (ev_view_size_allocate),
13140         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13141         (scale_changed_callback):
13142
13143         Do not cache offsets in size_allocate.
13144
13145 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13146
13147         * shell/ev-view.c: (ev_view_size_allocate):
13148
13149         Calculate offsets before calling the parent
13150         class (which does a redraw)
13151
13152 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13153
13154         * pdf/xpdf/pdf-document.cc:
13155
13156         Fix a crasher on exit. Unused code, put a TODO
13157
13158 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13159
13160         * backend/ev-document.c: (ev_document_class_init),
13161         (ev_document_page_changed), (ev_document_scale_changed):
13162         * backend/ev-document.h:
13163
13164         Separate page/scale notifications
13165
13166         * pdf/xpdf/pdf-document.cc:
13167
13168         Emit the new signals.
13169         Do not display the pdf page in _render, do it
13170         when scale/page are requested.
13171
13172         * ps/ps-document.c: (ps_document_set_zoom),
13173         (ps_document_widget_event):
13174         * ps/ps-document.h:
13175
13176         Emit the new signals.
13177
13178         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13179         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13180         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13181         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13182         * shell/ev-view.h:
13183         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13184         (ev_window_cmd_view_page_width), (size_allocate_cb),
13185         (ev_window_set_sizing_mode):
13186
13187         Rework sizing to be pixel based.
13188         There are bugs but should be already way better.
13189
13190 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13191
13192         * shell/ev-window.c: (ev_window_init):
13193
13194         Do not allow to shrink sidebar smaller then
13195         child requisition
13196
13197 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13198
13199         * shell/ev-sidebar.[ch]
13200         * shell/ev-window.c:
13201
13202         Improved sidebar widget. Fixes #166683
13203
13204 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13205
13206         * shell/ev-view.c (update_find_status_message): Give translators
13207         more flexibility with ngettext plural handling.
13208
13209 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13210
13211         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13212         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13213         page when we get the page size.
13214
13215 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13218
13219         ps pages are 0 based, convert 
13220
13221 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13222
13223         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13224
13225         Initialize correct parent class. Set GError on document load
13226
13227 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13228
13229         * pdf/xpdf/pdf-document.cc:
13230
13231         Fixup selection offset calculation
13232
13233         * shell/ev-view.c: (view_rect_to_doc_rect),
13234         (doc_rect_to_view_rect), (ev_view_size_allocate),
13235         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13236         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13237
13238         Store selection as document relative, so that zooming
13239         and offset changing doesnt break it.
13240
13241 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13242
13243         * shell/ev-view.c: (ev_view_best_fit):
13244
13245         Do not try to best fit if the view is not realized
13246
13247 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13248           
13249         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13250
13251 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13252
13253         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13254
13255 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13256
13257         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13258         the popup window.  That prevents it resizing when in full screen
13259         mode.
13260
13261         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13262         multiple rerenders.  This pretty much sucks.
13263
13264         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13265         rest of the toolbar.
13266
13267 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13268
13269         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13270
13271 2005-02-17  Alexander Shopov  <ash@contact.bg>
13272
13273         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13274
13275 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13276
13277         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13278
13279 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13280
13281         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13282         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13283         (set_document_page), (document_changed_callback),
13284         (ev_view_set_document), (ev_view_find_previous),
13285         (ev_view_hide_cursor), (ev_view_show_cursor):
13286         * shell/ev-view.h:
13287         * shell/ev-window.c: (update_chrome_visibility),
13288         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13289         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13290         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13291         (ev_window_unfullscreen):
13292         * shell/main.c: (main):
13293
13294         Automatically hide the fullscreen button.
13295         Patch by Kristian Høgsberg <krh@redhat.com>
13296
13297 2005-02-16  Vincent Noel  <vnoel@cox.net>
13298
13299         * shell/main.c (main): Specify an icon for the window. Patch by
13300         Jaap A. Haitsma. Fixes #166177.
13301
13302 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13303
13304         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13305
13306 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13307
13308         * backend/ev-document-misc.h:
13309         * backend/ev-document-misc.c:
13310         (ev_document_misc_get_page_border_size),
13311         (ev_document_misc_paint_one_page): New function to canonicalize
13312         sizing/painting a border.
13313
13314         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13315         used.
13316
13317         * pdf/xpdf/pdf-document.cc: use new function
13318
13319         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13320         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13321         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13322         shell/ev-window.c: (update_sizing_buttons),
13323         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13324         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13325         (ev_window_cmd_view_page_width), (size_allocate_cb),
13326         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13327         and "fit width" values act as toggle buttons so they stay
13328         toggled.  It's not 100% perfect, and it's a little slow, but it's
13329         good enough to commit I think.
13330
13331 2005-02-15  David Lodge  <dave@cirt.net>
13332
13333         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13334
13335 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13336
13337         * shell/ev-window.c (update_window_title): replace newlines in
13338         the title by spaces. Bug #166107.
13339
13340 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13341
13342         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13343         parameters providing allocation width and height without
13344         scrollbars and width of a possible vertical scrollbar. With this
13345         additional information the functions can work as
13346         intended. Unfortunately they're not idempotent. We should
13347         transform these commands to toggles. Fixes Bug #164976
13348         Initial patch by Stephane Loeuillet, then heavily modified.
13349
13350         * shell/ev-view.h: update prototypes.
13351
13352         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13353         (ev_window_cmd_view_page_width): provide EvView fit functions with
13354         all the information they need. Formulas to calculate this
13355         information taken from GtkScrolledWindow.
13356
13357 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13358
13359         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13360         created a thumbnail, the list store is updated to know
13361         that the thumbnail is set. Fixes bug #166792
13362
13363 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13364
13365         * shell/ev-window.c: fixed typo, closes bug 166897
13366
13367         * TODO: updated TODO with bug numbers that are relevant
13368
13369 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13370
13371         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13372
13373 2005-02-09  Vincent Noel  <vnoel@cox.net>
13374
13375         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13376         and "Next" toolbar buttons as important to make them stand out.
13377
13378 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13379
13380         * lib/ev-debug.c:
13381         * lib/ev-debug.h:
13382         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13383         (start_interpreter), (stop_interpreter), (document_load),
13384         (ps_document_next_page), (ps_document_goto_page),
13385         (ps_document_set_page_size), (ps_document_widget_event),
13386         (ps_document_render):
13387         * shell/ev-page-view.c: (ev_page_view_dispose):
13388         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13389
13390         Fix compilation on non-gcc platforms
13391
13392 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13393
13394         * NEWS:
13395         * configure.ac:
13396
13397         Release 0.1.4
13398
13399         * pdf/xpdf/Catalog.cc:
13400         * pdf/xpdf/XRef.cc:
13401
13402         Fix the fix for CAN-2004-0888
13403
13404 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13405
13406         * data/Makefile.am:
13407         * data/evince-ui.xml:
13408         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13409         * shell/ev-stock-icons.h:
13410         * shell/ev-window.c: (update_action_sensitivity),
13411         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13412         (set_action_properties):
13413
13414         Improve toolbar layout/icons
13415
13416 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13417
13418         * pdf/xpdf/pdf-document.cc:
13419
13420         Add warnings about unimplemented/unknown link
13421         types.
13422
13423 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * ps/ps-document.c: (set_up_page):
13426
13427         Log gs property
13428
13429 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13430
13431         * ps/ps-document.c: (start_interpreter):
13432
13433         Log gs env var
13434
13435 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13436
13437         * shell/ev-page-view.c: (ev_page_view_dispose):
13438         * shell/ev-view.c: (ev_view_finalize):
13439         * shell/ev-window.c: (ev_window_setup_document),
13440         (ev_window_dispose), (ev_window_init):
13441
13442         Solve more refs issues.
13443
13444         I commented out the page_view initialization for now:
13445         it was never destroyed (because it's never added
13446         to a container). Because of that we was leaking
13447         gs processes. Couldnt think to a clean fix.
13448         We need to figure this out, password view has the
13449         same issue probably.
13450
13451 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13452
13453         * ps/ps-document.c: (ps_document_finalize),
13454         (ps_document_get_n_pages), (ps_document_get_page):
13455
13456         Some cleanups, stop the interpreter on finalize
13457
13458         * shell/ev-page-view.c: (ev_page_view_dispose),
13459         (ev_page_view_class_init):
13460
13461         Release our reference on the document
13462
13463 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13464
13465         * Makefile.am:
13466         * configure.ac:
13467         * doc/debugging.txt:
13468         * lib/.cvsignore:
13469         * lib/Makefile.am:
13470         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13471         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13472         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13473         * lib/ev-debug.h:
13474
13475         Add debugging helpers
13476
13477         * ps/Makefile.am:
13478         * ps/ps-document.c: (set_up_page), (start_interpreter),
13479         (stop_interpreter), (document_load), (ps_document_next_page),
13480         (ps_document_goto_page), (ps_document_set_page_size),
13481         (ps_document_widget_event), (ps_document_render):
13482         * shell/Makefile.am:
13483         * shell/ev-view.c: (expose_bin_window):
13484         * shell/main.c: (main):
13485
13486         Add some logs
13487         
13488 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13489
13490         * ps/ps-document.c: (ps_document_widget_event):
13491
13492         Initialize message_window, this should make ps
13493         rendering really work! (Never noticed because I was
13494         testing with a ps that is causing gs to exit every time!)
13495
13496 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13497
13498         * data/evince.schemas.in: updated simple error in applyto closing tag
13499
13500 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13501
13502         * Makefile.am:
13503         * configure.ac:
13504         * data/.cvsignore:
13505         * data/Makefile.am:
13506         * data/evince-ui.xml:
13507         A data/evince.schemas.in:
13508         * po/POTFILES.in:
13509         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13510         * shell/ev-stock-icons.h:
13511         * shell/ev-window.c: (update_chrome_visibility),
13512         (update_chrome_flag), (ev_window_cmd_edit_find),
13513         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13514         (ev_window_unfullscreen), (ev_window_focus_in_event),
13515         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13516         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13517         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13518         (ev_window_dispose), (ev_window_class_init),
13519         (set_action_properties), (set_chrome_actions), (load_chrome),
13520         (ev_window_init):
13521
13522         Implement fullscreen mode changes from bug #164776.
13523         Also implement persistent chrome toggles.
13524
13525 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13526
13527         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13528
13529 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13530
13531         * NEWS:
13532         * configure.ac:
13533         * shell/ev-view.c:
13534
13535         Add another check for find interface
13536
13537         Release 0.1.3
13538
13539 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13540
13541         * shell/ev-application.c: (ev_application_open):
13542         * shell/ev-window.c: (ev_window_open):
13543
13544         Open gzipped ps documents
13545
13546 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13547
13548         * TODO:
13549         * shell/ev-view.c: (set_document_page):
13550
13551         Clamp page number, dont try to move to
13552         not existant pages.
13553
13554 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13555
13556         * backend/ev-document-find.c: (ev_document_find_changed):
13557         * backend/ev-document-find.h:
13558         * pdf/xpdf/pdf-document.cc:
13559         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13560         * shell/ev-window.c: (find_bar_search_changed_cb):
13561
13562         Fix several bugs with find
13563
13564 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13565
13566         * shell/ev-sidebar-thumbnails.c
13567         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13568         document. Prevents warning from scroll_to_cell.
13569
13570 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13571
13572         * configure.ac: Add «nb» to ALL_LINGUAS too.
13573
13574 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13575
13576         * NOTES: New file with some random thoughts.
13577
13578         * TODO: Update.
13579
13580         * backend/ev-document-misc.c:
13581         (ev_document_misc_get_page_border_size): New function to
13582         canonicalize shadow drawing sizes.  Possibly goofy.
13583
13584         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13585         (ev_view_best_fit), (ev_view_fit_width):
13586         * pdf/xpdf/pdf-document.cc:
13587         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13588         * ps/ps-document.c: (ps_document_get_page_size):
13589         * backend/ev-document-misc.h:
13590         * backend/ev-document.c: (ev_document_get_page_size):
13591         * backend/ev-document.h: get_page_size now takes a page number
13592         parameter.  Made all the backends/frontends honor it.
13593
13594         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13595         see.  Doesn't work yet.
13596
13597         * shell/Makefile.am:
13598         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13599         Doesn't do anything yet.
13600
13601         * shell/ev-sidebar-thumbnails.c:
13602         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13603         [0..n_pages-1]
13604
13605         * shell/ev-window.c: (update_action_sensitivity),
13606         (ev_window_setup_document), (ev_window_set_page_mode),
13607         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13608         view-swapping code a bit so we can have multiple views on a
13609         document.  Add the multi-page view, though it can't be turned on
13610         yet.
13611
13612 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13613
13614         * shell/ev-application.c: (ev_application_open):
13615         * shell/ev-view.c: (expose_bin_window):
13616         * shell/ev-window.c: (ev_window_open):
13617
13618         Support eps and check document supports find
13619         before drawing highlightings in expose.
13620
13621 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13622
13623         * pixbuf/pixbuf-document.c:
13624         (pixbuf_document_thumbnails_get_dimensions),
13625         (pixbuf_document_document_thumbnails_iface_init):
13626
13627         implement get_dimensions
13628
13629 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13630
13631         * NEWS:
13632         * configure.ac:
13633
13634         Release 0.1.2
13635
13636 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13637
13638         * shell/ev-view.c: (set_document_page):
13639
13640         Scroll at the top of the page when changing page
13641
13642 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13643
13644         * shell/ev-view.c: (ev_view_motion_notify_event):
13645
13646         Do not redraw unnecessarily
13647
13648 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13649
13650         * pdf/xpdf/pdf-document.cc:
13651         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13652         (expose_bin_window), (find_changed_cb):
13653
13654         Yay! find works now... Now to find bugs...
13655
13656 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13657
13658         * backend/ev-document-find.c: (ev_document_find_base_init),
13659         (ev_document_find_changed):
13660         * backend/ev-document-find.h:
13661         * pdf/xpdf/pdf-document.cc:
13662         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13663         (expose_bin_window), (ev_view_init), (set_document_page),
13664         (ensure_rectangle_is_visible), (jump_to_find_result),
13665         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13666         (ev_view_find_next), (ev_view_find_previous):
13667         * shell/ev-view.h:
13668         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13669
13670         More work on find implementation, mostly there now
13671
13672 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13673
13674         * backend/ev-backend-marshalers.list:
13675         * backend/ev-document-find.c: (ev_document_find_base_init),
13676         (ev_document_find_cancel), (ev_document_find_page_has_results),
13677         (ev_document_find_get_n_results), (ev_document_find_get_result),
13678         (ev_document_find_get_progress), (ev_document_find_changed):
13679         * backend/ev-document-find.h:
13680
13681         Enanche the find interface to be really able to do
13682         multi page find.
13683
13684         * pdf/xpdf/pdf-document.cc:
13685
13686         Implement
13687
13688         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13689         (expose_bin_window), (ev_view_init),
13690         (ev_view_get_find_status_message), (find_changed_cb),
13691         (ev_view_set_document), (set_document_page):
13692
13693         Adapt to the new interface. A few things are regressed sorry,
13694         I will finish it soon.
13695
13696 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13697
13698         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13699         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13700         ev_sidebar_thumbnails_parent_class variable, don't define another
13701         parent_class variable.
13702
13703         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13704         (ev_page_action_class_init): ditto.
13705
13706         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13707         (pixbuf_document_class_init): ditto.
13708
13709         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13710         ditto.
13711
13712         * .cvsignore: ignore various valgrind output files.
13713
13714 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13715
13716         * data/evince-ui.xml:
13717         * shell/Makefile.am:
13718         * shell/ev-history.c:
13719         * shell/ev-history.h:
13720         * shell/ev-navigation-action.c:
13721         * shell/ev-navigation-action.h:
13722         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13723         (ev_view_set_page), (ev_view_fit_width):
13724         * shell/ev-view.h:
13725         * shell/ev-window.c: (update_action_sensitivity),
13726         (ev_window_setup_document), (register_custom_actions):
13727
13728         Kill session history
13729
13730 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13731
13732         * shell/ev-window.c: (update_action_sensitivity):
13733
13734         Fix inverted up/down buttons
13735
13736 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13737
13738         * shell/ev-sidebar-thumbnails.c
13739         (ev_sidebar_thumbnails_select_page): make sure the selected
13740         thumbnail stays visible.
13741
13742 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13743
13744         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13745         scrolled window for Federico.
13746
13747 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13748
13749         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13750
13751 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13752
13753         * configure.ac:
13754         * pdf/splash/SplashFTFontEngine.cc:
13755
13756         Fix CID fonts with freetype 2.1.9
13757
13758 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13759
13760         * TODO: added item for desktop icon thumbnailer
13761
13762 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13763
13764         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13765         unloaded docs when the title is accessed.
13766
13767         * shell/ev-password-view.[hc]: New widget for displaying password
13768         state.
13769
13770         * shell/ev-window.[ch]: Refactor password handling code to handle
13771         the new view.
13772
13773 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13774
13775         * NEWS:
13776         * configure.ac:
13777         * data/Makefile.am:
13778
13779         Release 0.1.1
13780
13781 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13782
13783         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13784         ignore page offset here, to make search results independent of it,
13785
13786         * shell/ev-view.c (expose_bin_window): but take offsets into
13787         account here. Bug #164932
13788
13789         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13790         scale at the right time. Bug #164996
13791
13792 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13793
13794         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13795         fix the problem. Now I just removed the Adobe font names and hope
13796         that the URW fonts are always in outline format. Bug #164934
13797
13798         * shell/ev-window.c (update_window_title): empty titles are
13799         useless, use filename in that case too.
13800
13801         * NEWS: Add some content.
13802
13803 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13804
13805         * TODO: added one more TODO item and a TODONE section :)
13806
13807 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13808
13809         * ps/ps-document.h: add page_[xy]_offset fields.
13810
13811         * ps/ps-document.c (ps_document_set_page_offset)
13812         (ps_document_render): Keep offset in consideration in a few
13813         places. Bug #164752 "postscript documents are not centered in
13814         window"
13815
13816         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13817         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13818
13819         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13820         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13821         stub out missing methods for complete EvDocument implementation.
13822         Fixes segfaults with Save A Copy and Copy actions.
13823
13824         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13825         (ps_document_document_iface_init): ditto.
13826         
13827 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13828
13829         * data/.cvsignore:
13830         * data/Makefile.am:
13831         * data/evince.desktop.in:
13832
13833         Add desktop file
13834
13835 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13836
13837         * shell/ev-view.c: (ev_view_button_press_event),
13838         (ev_view_motion_notify_event):
13839
13840         Make selection work in any direction
13841
13842 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13843
13844         * TODO:
13845         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13846
13847         Use shorter labels for some of the toolbars items
13848
13849 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13850
13851         * pdf/xpdf/pdf-document.cc:
13852
13853         Check the links info is initialized before
13854         using it. Should fix a crash on startup.
13855
13856 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13857
13858         * pixbuf/pixbuf-document.c
13859         (pixbuf_document_thumbnails_get_dimensions): force floating point
13860         division to calculate page_ratio. Fixes crash with landscape
13861         format pixbufs.
13862
13863 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13864
13865         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13866
13867 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13868
13869         * shell/ev-view.c (set_document_page): unset has_selection when
13870         the page changes.
13871         (set_document_page): handle paper size changes when the page
13872         changes (test with Free Culture, page 2).
13873
13874 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13875
13876         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13877         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13878
13879         Use normal style color for the widget background and
13880         draw a black box around the page.
13881
13882 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13883
13884         * pdf/xpdf/pdf-document.cc:
13885
13886         Keep offset in consideration in a few places
13887
13888         * shell/ev-view.c: (expose_bin_window):
13889
13890         Set the offsets so that the document is ever centered
13891
13892 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13893
13894         * TODO: Added TODO items and finished off the first todo item
13895
13896         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13897         reflect current authors
13898
13899 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13900
13901         * pdf/xpdf/pdf-document.cc:
13902         * shell/ev-view.c: (ev_view_set_cursor),
13903         (ev_view_motion_notify_event), (document_changed_callback),
13904         (set_document_page):
13905
13906         Show a wait cursor while the page is rendering
13907
13908 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13909
13910         * shell/ev-sidebar-thumbnails.c:
13911         (ev_sidebar_tree_selection_changed),
13912         (ev_sidebar_thumbnails_select_page):
13913         * shell/ev-sidebar-thumbnails.h:
13914         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13915         (ev_view_can_go_forward):
13916         * shell/ev-window.c: (ev_window_open_page),
13917         (ev_window_setup_document), (update_current_page),
13918         (view_page_changed_cb), (ev_window_init):
13919         * shell/ev-window.h:
13920
13921         Ensure thumbnails selection, toolbar page control and
13922         current page are in sync.
13923
13924 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13925
13926         * pdf/xpdf/XRef.cc:
13927
13928         Fix CAN-2005-0064
13929
13930 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13931
13932         * backend/Makefile.am:
13933         * backend/ev-document-links.h:
13934         * backend/ev-document-security.c: (ev_document_security_get_type),
13935         (ev_document_security_has_document_security),
13936         (ev_document_security_set_password):
13937         * backend/ev-document-security.h:
13938         * backend/ev-document.c: (ev_document_error_quark):
13939         * backend/ev-document.h:
13940         * data/Makefile.am:
13941         * data/evince-password.glade:
13942         * pdf/xpdf/pdf-document.cc:
13943         * shell/Makefile.am:
13944         * shell/ev-password.c: (ev_password_set_bad_password_label),
13945         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13946         (ev_password_dialog_get_password),
13947         (ev_password_dialog_set_bad_pass):
13948         * shell/ev-password.h:
13949         * shell/ev-window.c: (ev_window_get_attribute),
13950         (ev_window_set_property), (update_action_sensitivity),
13951         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13952         (ev_window_setup_document), (ev_window_get_password),
13953         (ev_window_open), (ev_window_cmd_save_as),
13954         (using_postscript_printer), (ev_window_print),
13955         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13956         (update_fullscreen_popup), (ev_window_fullscreen),
13957         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13958         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13959         (menu_item_select_cb), (find_bar_search_changed_cb),
13960         (ev_window_dispose), (ev_window_init):
13961
13962         Add initial support for password-supported dialogs.  This could be
13963         a lot cooler, but it'll do for now.
13964
13965 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13966
13967         * pdf/xpdf/pdf-document.cc:
13968         * shell/ev-view.c: (status_message_from_link),
13969         (ev_view_set_status), (ev_view_set_cursor),
13970         (ev_view_motion_notify_event), (ev_view_init):
13971         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13972
13973         Fix bugs in the links implementation and change cursor
13974         when hovering a link.
13975
13976 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13977
13978         * viewer/.cvsignore: added cvsignore file for viewer directory
13979
13980         * TODO: created TODO document
13981
13982 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13983
13984         * shell/ev-view.h:
13985         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13986         new functions to help with implementation of sensitivity code
13987         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13988         of all actions that might require it.  Fixes a crash when you
13989         click on the Zoom actions in a window lacking a document.
13990
13991 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13992
13993         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13994         of the Find action
13995
13996 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13997
13998         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13999         (pixbuf_document_document_iface_init):
14000         * ps/ps-document.c: (ps_document_get_link),
14001         (ps_document_document_iface_init):
14002         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14003         (status_message_from_link), (ev_view_set_status),
14004         (ev_view_set_find_status), (ev_view_motion_notify_event),
14005         (ev_view_button_release_event), (ev_view_set_property),
14006         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14007         (ev_view_get_find_status_message), (update_find_results),
14008         (ev_view_get_status), (ev_view_get_find_status):
14009         * shell/ev-view.h:
14010         * shell/ev-window.c: (view_status_changed_cb),
14011         (view_find_status_changed_cb), (ev_window_init):
14012
14013         View status message support, use it to show the links.
14014         Needs work...
14015
14016 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14017
14018         * backend/ev-document.c: (ev_document_get_link):
14019         * backend/ev-document.h:
14020         * pdf/xpdf/pdf-document.cc:
14021         * shell/ev-application.c: (ev_application_open):
14022         * shell/ev-application.h:
14023         * shell/ev-sidebar-links.c: (selection_changed_cb):
14024         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14025         (ev_view_go_to_link):
14026
14027         Add support for document links
14028
14029 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14030
14031         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14032         (create_tool_item):
14033         Set the spin button limits correctly.
14034         
14035         * shell/ev-sidebar-thumbnails.c:
14036         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14037         Support changing pages by clicking on the thumbnails.
14038         
14039 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14040
14041         * pixbuf/pixbuf-document.c:
14042         (pixbuf_document_thumbnails_get_dimensions),
14043         (pixbuf_document_document_thumbnails_iface_init):
14044
14045         implement get_dimensions
14046
14047 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14048
14049         * ps/ps-document.c: (ps_document_goto_page):
14050
14051         Fix page switching on multipage documents
14052
14053 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14054
14055         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14056         
14057         check for NULL before assigning to width and height parameters
14058
14059 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14060
14061         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14062         (pixbuf_document_set_property), (pixbuf_document_get_property):
14063
14064         implement get/set properties
14065
14066 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14067
14068         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14069         
14070         return NULL instead of "Unknown", letting the title get set to
14071         the filename when the pdf has no title.
14072
14073 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14074
14075         * ps/ps-document.c: (ps_document_get_page_count),
14076         (ps_document_goto_page):
14077
14078 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14079
14080         * shell/ev-history.c: (ev_history_get_property),
14081         (ev_history_set_property), (ev_history_class_init),
14082         (ev_history_add_page), (ev_history_set_current_index):
14083         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14084         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14085         (ev_navigation_action_finalize):
14086         * shell/ev-navigation-action.h:
14087         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14088         (ev_view_go_forward), (ev_view_get_find_status_message),
14089         (history_index_changed_cb), (ev_view_set_history):
14090         * shell/ev-view.h:
14091         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14092         (update_current_page), (register_custom_actions):
14093
14094         Implement history dropdowns
14095
14096 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14097
14098         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14099         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14100         (ev_view_go_forward):
14101         * shell/ev-window.c: (register_custom_actions):
14102
14103         Fix several history bugs
14104
14105 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14106
14107         * configure.ac: Add «nb» to ALL_LINGUAS.
14108
14109 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14110
14111         * backend/Makefile.am:
14112         * backend/ev-bookmark.c:
14113         * backend/ev-bookmark.h:
14114         * backend/ev-document-bookmarks.c:
14115         * backend/ev-document-bookmarks.h:
14116         * backend/ev-document-links.c: (ev_document_links_get_type),
14117         (ev_document_links_has_document_links),
14118         (ev_document_links_begin_read), (ev_document_links_get_link),
14119         (ev_document_links_get_child), (ev_document_links_next),
14120         (ev_document_links_free_iter):
14121         * backend/ev-document-links.h:
14122         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14123         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14124         (ev_link_get_link_type), (ev_link_set_link_type),
14125         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14126         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14127         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14128         (ev_link_new_external):
14129         * backend/ev-link.h:
14130         * pdf/xpdf/pdf-document.cc:
14131         * shell/Makefile.am:
14132         * shell/ev-application.c: (ev_application_open_link):
14133         * shell/ev-application.h:
14134         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14135         (ev_history_get_link_nth):
14136         * shell/ev-history.h:
14137         * shell/ev-sidebar-bookmarks.c:
14138         * shell/ev-sidebar-bookmarks.h:
14139         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14140         (ev_sidebar_links_class_init), (selection_changed_cb),
14141         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14142         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14143         (do_one_iteration), (populate_links_idle),
14144         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14145         * shell/ev-sidebar-links.h:
14146         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14147         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14148         (go_to_index):
14149         * shell/ev-view.h:
14150         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14151         * shell/ev-window.h:
14152
14153         Rename bookmark to link, and use "Index" for the sidebar panel.
14154
14155 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14156
14157         * shell/Makefile.am:
14158         * shell/ev-application.c: (ev_application_open_bookmark):
14159         * shell/ev-application.h:
14160         * shell/ev-history.c: (ev_history_init), (free_links_list),
14161         (ev_history_finalize), (ev_history_class_init),
14162         (ev_history_add_link), (ev_history_add_page),
14163         (ev_history_get_link_nth), (ev_history_get_n_links),
14164         (ev_history_get_current_index), (ev_history_set_current_index),
14165         (ev_history_new):
14166         * shell/ev-history.h:
14167         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14168         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14169         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14170         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14171         (ev_view_set_page):
14172         * shell/ev-view.h:
14173         * shell/ev-window.c: (ev_window_open_bookmark),
14174         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14175         (goto_page_cb), (register_custom_actions):
14176         * shell/ev-window.h:
14177
14178         Initial history implementation. Needs work.
14179
14180 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14181
14182         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14183
14184 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14185
14186         * cut-n-paste/recent-files/egg-recent-item.c:
14187         * cut-n-paste/recent-files/egg-recent-item.h:
14188         * cut-n-paste/recent-files/egg-recent-model.c:
14189         * cut-n-paste/recent-files/egg-recent-util.c:
14190         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14191         * cut-n-paste/recent-files/egg-recent-view.c:
14192
14193         Update
14194
14195 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14196
14197         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14198         (fillGlyph, fillImageMask, drawImage):
14199         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14200         pdf/splash/SplashTypes.h:
14201         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14202         packed mode for Splash.
14203
14204         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14205         RGB8 packed mode, eliminates the pixbuf data creation loop.
14206
14207         * shell/ev-print-job.c (ev_print_job_finalize)
14208         (ev_print_job_set_property, ev_print_job_get_property)
14209         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14210         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14211         (print_closure_finalize, ev_print_job_print): implement
14212         printing (for backends with EvPsExporter)
14213
14214         * shell/ev_print_job.h: update prototypes.
14215
14216         * shell/ev-window.c (ev_window_print): unref print job after
14217         printing.
14218
14219         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14220         unless the document implements the EvDocumentFind interface.
14221
14222 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14223
14224         * configure.ac: Added ja to ALL_LINGUAS.
14225
14226 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14227
14228         * pdf/xpdf/pdf-document.cc:
14229
14230         add a FIXME. We should probably not allocate
14231         a bookmark object every time
14232
14233 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14234
14235         * shell/ev-application.c: (ev_application_open),
14236         (ev_application_open_bookmark):
14237         * shell/ev-application.h:
14238         
14239         Add a way to open bookmarks
14240
14241         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14242         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14243         (ev_bookmark_set_property), (ev_bookmark_class_init),
14244         (ev_bookmark_new_title), (ev_bookmark_new_link),
14245         (ev_bookmark_new_external):
14246
14247         Support for external uris, better constructors.
14248
14249         * backend/ev-bookmark.h:
14250         * pdf/xpdf/pdf-document.cc:
14251         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14252
14253         Handle external uris
14254
14255 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14256
14257         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14258         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14259
14260         Hook up bookmarks navigation
14261
14262 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14263
14264         * backend/Makefile.am:
14265         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14266         (ev_bookmark_get_title), (ev_bookmark_set_title),
14267         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14268         (ev_bookmark_get_page), (ev_bookmark_set_page),
14269         (ev_bookmark_get_property), (ev_bookmark_set_property),
14270         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14271         (ev_bookmark_new):
14272         * backend/ev-bookmark.h:
14273         * backend/ev-document-bookmarks.c:
14274         (ev_document_bookmarks_get_bookmark):
14275         * backend/ev-document-bookmarks.h:
14276         * pdf/xpdf/pdf-document.cc:
14277         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14278
14279         Add a bookmark object to the backend and use it instead of get_values
14280
14281 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14282
14283         * data/evince-ui.xml:
14284
14285         Cleanup and add select all.
14286
14287         * shell/ev-view.c: (ev_view_select_all),
14288         (ev_view_button_press_event):
14289         * shell/ev-view.h:
14290         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14291
14292         Add select all.
14293         Clear selection on click.
14294
14295 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14296
14297         * shell/ev-sidebar-thumbnails.c
14298         (ev_sidebar_thumbnails_set_document): forgot to unref the
14299         loading_icon.
14300
14301 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14302
14303         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14304         at the visible page, not just linearly.  This makes it look fast.
14305
14306 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14307
14308         * backend/ev-document-misc.c
14309         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14310         white.
14311         * backend/ev-document-thumbnails.h: New interface to get the size
14312         of a page.
14313
14314 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14315
14316         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14317         make dist works
14318
14319 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14320
14321         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14322         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14323         things up a bit.
14324
14325         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14326
14327 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14328
14329         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14330         fonts. Should fix font problems on systems that have the base
14331         fonts in bitmap format. Reported by James Henstridge
14332         <james@jamesh.id.au>.
14333
14334 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14335
14336         * pdf/xpdf/Gfx.cc:
14337         * pdf/xpdf/GfxState.cc:
14338
14339         Fix for CAN-2004-1125
14340
14341 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14342
14343         * shell/ev-view.c: (ev_view_copy):
14344         * shell/ev-view.h:
14345         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14346
14347         Implement Edit->Copy
14348
14349 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14350
14351         * backend/ev-document.c: (ev_document_get_text):
14352         * backend/ev-document.h:
14353         * pdf/xpdf/pdf-document.cc:
14354         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14355         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14356         (ev_view_update_primary_selection), (ev_view_button_press_event),
14357         (ev_view_motion_notify_event), (ev_view_button_release_event):
14358
14359         Beginnings of clipboard support. Incomplete but primary sort
14360         of work.
14361
14362 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14363
14364         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14365         (expose_bin_window):
14366
14367         Nicer rubberband drawing, from GtkIconView.
14368
14369 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14370
14371         * backend/ev-document.c: (ev_document_save):
14372         * backend/ev-document.h:
14373         * data/evince-ui.xml:
14374         * pdf/xpdf/pdf-document.cc:
14375         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14376
14377         Implement "Save a copy..." menu item
14378
14379 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14380
14381         * shell/ev-view.c: (ev_view_zoom):
14382
14383         Queue a resize when zoom changes
14384
14385 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14386
14387         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14388         shadows.
14389
14390         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14391         thumbnails..
14392
14393 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14394
14395         * pdf/xpdf/pdf-document.cc
14396         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14397
14398 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14399
14400         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14401         It's slow, but I'll speed it up next!
14402
14403 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14404
14405         * shell/main.c (load_files):
14406
14407         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14408         from the command line and because it seems more appropriate.
14409
14410 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14411
14412         * data/evince-ui.xml:
14413         * shell/ev-window.c: (update_action_sensitivity),
14414         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14415
14416         s/next page/page down
14417         s/previous page/page up
14418
14419 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14420
14421         * data/evince-ui.xml:
14422
14423         Change the layout to match clarkbw design.
14424
14425         * shell/Makefile.am:
14426         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14427         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14428         (ev_navigation_action_finalize),
14429         (ev_navigation_action_set_property),
14430         (ev_navigation_action_get_property),
14431         (ev_navigation_action_class_init):
14432         * shell/ev-navigation-action.h:
14433
14434         Implement clarkbw toolbar navigation controls (incomplete)
14435
14436         * shell/ev-page-action.c: (update_label), (update_spin),
14437         (value_changed_cb), (create_tool_item), (connect_proxy),
14438         (ev_page_action_init), (ev_page_action_finalize),
14439         (ev_page_action_set_property), (ev_page_action_get_property),
14440         (ev_page_action_set_current_page),
14441         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14442         * shell/ev-page-action.h:
14443
14444         Implement a page switcher in the toolbar
14445
14446         * shell/ev-view.c: (ev_view_scroll_view):
14447         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14448         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14449         (register_custom_actions), (ev_window_init):
14450
14451         Change page on PageUp/Down.
14452
14453 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14454
14455         * pdf/xpdf/pdf-document.cc
14456         (pdf_document_thumbnails_get_thumbnail): initial stab at
14457         implementing thumbnail support for pdfs.  It only does documents
14458         with precached pdfs now.
14459
14460 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14461
14462         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14463         thumbnail code into a time-based idle as well.  Also, turn off the
14464         shadow temporarily as it's really slow.
14465
14466 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14467
14468         * backend/ev-document.c: (ev_document_class_init):
14469         * pdf/xpdf/pdf-document.cc:
14470         * shell/ev-window.c: (ev_window_open):
14471
14472         Fix document title bugs and fallback to
14473         filename when not available.
14474
14475 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14476
14477         * backend/ev-document.c: (ev_document_get_type),
14478         (ev_document_class_init), (ev_document_load),
14479         (ev_document_get_title):
14480         * backend/ev-document.h:
14481         * pdf/xpdf/pdf-document.cc:
14482         * ps/ps-document.c: (ps_document_set_property),
14483         (ps_document_get_property), (ps_document_class_init),
14484         (document_load):
14485         * ps/ps-document.h:
14486         * ps/ps.h:
14487         * shell/ev-window.c: (update_window_title), (ev_window_open),
14488         (ev_window_init):
14489
14490         Initial support for document title. Not working yet.
14491
14492 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14493
14494         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14495
14496         Grab focus on the view when clicking it
14497
14498 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14499
14500         * shell/ev-marshal.list:
14501         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14502         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14503
14504         Add key bindings to the view. Now if the focus would work
14505         right...
14506
14507 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14508
14509         * Makefile.am:
14510         * backend/Makefile.am:
14511         * data/Makefile.am:
14512         * dvi/Makefile.am:
14513         * dvi/dvilib/Makefile.am:
14514         * pdf/xpdf/Makefile.am:
14515         * po/POTFILES.in:
14516         * ps/Makefile.am:
14517
14518         Fix distcheck
14519
14520 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14521
14522         * shell/ev-view.c: (ev_view_realize):
14523
14524         Fix mouse wheel scrolling
14525
14526 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14527
14528         * ps/Makefile.am:
14529         * ps/gstypes.h:
14530         * ps/gtkgs.c:
14531         * ps/gtkgs.h:
14532         * ps/ps-document.c: (catchPipe), (ps_document_init),
14533         (ps_document_class_init), (ps_document_cleanup),
14534         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14535         (set_up_page), (close_pipe), (is_interpreter_ready),
14536         (interpreter_failed), (output), (input), (start_interpreter),
14537         (stop_interpreter), (file_length), (file_readable),
14538         (check_filecompressed), (check_pdf), (compute_xdpi),
14539         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14540         (ps_document_get_type), (ps_document_emit_error_msg),
14541         (document_load), (ps_document_next_page),
14542         (ps_document_get_current_page), (ps_document_get_page_count),
14543         (ps_document_goto_page), (ps_document_set_page_size),
14544         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14545         (ps_document_load), (ps_document_get_n_pages),
14546         (ps_document_set_page), (ps_document_get_page),
14547         (ps_document_widget_event), (ps_document_set_target),
14548         (ps_document_set_scale), (ps_document_set_page_offset),
14549         (ps_document_get_page_size), (ps_document_render),
14550         (ps_document_document_iface_init):
14551         * ps/ps-document.h:
14552         * ps/ps.c:
14553         * shell/ev-window.c: (ev_window_open):
14554
14555         Rename GtkGS to PSDocument
14556
14557 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14558
14559         * ps/gtkgs.c: (gtk_gs_class_init):
14560         * ps/gtkgs.h:
14561
14562         Some more leftover...
14563
14564 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14565
14566         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14567         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14568         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14569         * ps/gtkgs.h:
14570
14571         Remove unused code and make a lot of stuff private
14572
14573 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14574
14575         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14576         (gtk_gs_defaults_changed):
14577         * ps/gsdefaults.h:
14578         * ps/gtkgs.c:
14579         * ps/gtkgs.h:
14580         * ps/ps.h:
14581
14582         Cleanup headers dependencies
14583
14584 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14585
14586         * ps/Makefile.am:
14587         * ps/ggvutils.c:
14588         * ps/ggvutils.h:
14589         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14590         * ps/gsdefaults.h:
14591         * ps/gtkgs.c: (file_length), (file_readable),
14592         (check_filecompressed), (check_pdf), (gtk_gs_load),
14593         (gtk_gs_get_postscript):
14594
14595         Get rid of ggvutils
14596
14597 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14598
14599         * ps/ggvutils.c:
14600         * ps/ggvutils.h:
14601         * ps/gsio.h:
14602         * ps/gtkgs.c: (gtk_gs_set_zoom):
14603
14604         Cleanups
14605
14606 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14607
14608         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14609
14610         Ensure the page is rerendered when changing zoom
14611
14612 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14613
14614         * backend/ev-document.c: (ev_document_base_init),
14615         (ev_document_changed):
14616         * backend/ev-document.h:
14617
14618         Add a changed event that is emitted when the page content
14619         changes. This is necessary to deal with the fact that
14620         in ps backend rendering happen asycrounously.
14621         This makes the ps backend mostly work.
14622
14623         * pdf/xpdf/pdf-document.cc:
14624
14625         Emit changed event
14626
14627         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14628         (ps_document_set_target):
14629
14630         Emit changed event
14631
14632         * shell/ev-view.c: (document_changed_callback),
14633         (ev_view_set_document), (ev_view_set_page):
14634
14635         Redraw on the changed signal
14636
14637 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14638
14639         * configure.ac: Added pt_BR to ALL_LINGUAS.
14640
14641 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14642
14643         * backend/ev-document-bookmarks.c:
14644         (ev_document_bookmarks_get_child): *
14645         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14646         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14647         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14648         (ev_sidebar_bookmarks_destroy),
14649         (ev_sidebar_bookmarks_class_init),
14650         (ev_sidebar_bookmarks_construct), (stack_data_free),
14651         (do_one_iteration), (populate_bookmarks_idle),
14652         (ev_sidebar_bookmarks_clear_document),
14653         (ev_sidebar_bookmarks_set_document): *
14654         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14655         (ev_sidebar_add_page),
14656         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14657         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14658         it displays both the topics and the page numbers.
14659
14660 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14661
14662         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14663         toggle.
14664         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14665         visible.
14666
14667 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14668
14669         * configure.ac: Added en_CA to ALL_LINGUAS.
14670
14671 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14672
14673         * ChangeLog: replace bottom of this ChangeLog (merged history of
14674         ggv and gpdf; where all paths were wrong and most of the files are
14675         not even in this tree) with ChangeLog (from arch) of the shell
14676         code.
14677
14678 2004-12-23  Havoc Pennington  <hp@redhat.com>
14679
14680         * shell/ev-window.c: hook up potentially-questionable "find
14681         results status text" feature - something involving the sidebar or
14682         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14683         might be better in the end.
14684
14685         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14686         with corresponding signal when it should be updated
14687
14688         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14689
14690 2004-12-22  Havoc Pennington  <hp@redhat.com>
14691
14692         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14693         find stuff on other pages, sort of (only returns one result on
14694         invisible pages, to show they have results; updates full results
14695         for a page when you view it). Currently repaints the current page
14696         every time a new result is found on any page, which isn't so nice.
14697
14698 2004-12-22  Havoc Pennington  <hp@redhat.com>
14699
14700         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14701         the document doesn't support find (better ideas?)
14702         (find_bar_search_changed_cb): handle missing document or document
14703         that doesn't support find
14704
14705         * pdf/xpdf/pdf-document.cc: port to implement the new
14706         EvDocumentFindIface
14707
14708         * backend/ev-document-find.c: create a new interface for searching
14709
14710         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14711
14712 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14713
14714         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14715         libevbackend.la.
14716
14717         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14718         EvPrintJob constructor arguments.
14719
14720         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14721         for documents that can export PostScript (page by page).
14722
14723         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14724         
14725         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14726         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14727         (pdf_document_ps_exporter_iface_init:
14728         Implement EvPSExporter.
14729
14730         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14731
14732 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14733
14734         * backend/Makefile.am:
14735         * backend/ev-document-thumbnails.c:
14736         (ev_document_thumbnails_get_type),
14737         (ev_document_thumbnails_get_thumbnail):
14738         * backend/ev-document-thumbnails.h:
14739         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14740         (pixbuf_document_thumbnails_get_thumbnail),
14741         (pixbuf_document_document_thumbnails_iface_init):
14742         * shell/Makefile.am:
14743         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14744         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14745         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14746         * shell/ev-sidebar-thumbnails.h:
14747         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14748         (ev_sidebar_set_document):
14749         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14750         (create_shadow), (ev_pixbuf_add_shadow):
14751         * shell/ev-utils.h:
14752         Add thumbnail support.
14753         
14754 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14755
14756         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14757         (using_postscript_printer): Set up a print dialog for "PostScript
14758         injection" method.
14759
14760         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14761         EvPrintJob.
14762
14763         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14764
14765 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14766
14767         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14768         (ps_document_set_target), (ps_document_get_page_size),
14769         (ps_document_render):
14770         * ps/gtkgs.h:
14771
14772         Fix a few bugs
14773
14774 2004-12-22  Christian Rose  <menthos@menthos.com>
14775
14776         * configure.ac: Added "sv" to ALL_LINGUAS.
14777
14778 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14779
14780         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14781         document supports bookmarks.
14782
14783 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14784
14785         * ps/ggvutils.c: (ggv_file_readable):
14786         * ps/ggvutils.h:
14787         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14788         (gtk_gs_get_postscript):
14789
14790         Remove unused utils
14791
14792 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14793
14794         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14795         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14796         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14797         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14798         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14799         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14800         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14801         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14802         (gtk_gs_set_antialiasing), (ps_document_load),
14803         (ps_document_render):
14804         * ps/gtkgs.h:
14805
14806         Another check point for the ps backend. Now I can get it to show
14807         pages!
14808
14809 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14810
14811         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14812         document setting code.
14813
14814 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14815
14816         * shell/eggfindbar.c: (entry_activate_callback):
14817         Animate the next button when activate is pressed.
14818         
14819 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14820
14821         * shell/ev-window.c: (ev_window_cmd_edit_find),
14822         (update_fullscreen_popup), (ev_window_fullscreen),
14823         (ev_window_unfullscreen), (ev_window_state_event_cb),
14824         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14825         Fix bugs in fullscreen code.
14826         
14827 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14828
14829         * Makefile.am:
14830         * configure.ac:
14831         * pixbuf/Makefile.am:
14832         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14833         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14834         (pixbuf_document_set_page), (pixbuf_document_get_page),
14835         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14836         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14837         (pixbuf_document_render), (pixbuf_document_begin_find),
14838         (pixbuf_document_end_find), (pixbuf_document_finalize),
14839         (pixbuf_document_class_init),
14840         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14841         * pixbuf/pixbuf-document.h:
14842         * shell/Makefile.am:
14843         * shell/ev-application.c: (ev_application_open):
14844         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14845         (ev_window_open):
14846         Add pixbuf backend.
14847         
14848 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14849
14850         * Makefile.am: 
14851         * dvi/dvilib/Makefile.am:
14852         * dvi/Makefile.am:
14853         * configure.ac: Auto*ify dvi and dvi/dvilib
14854
14855         * dvi/Makefile: Remove from CVS
14856         
14857         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14858         confusion.
14859
14860         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14861         
14862         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14863         
14864 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14865
14866         * ps/Makefile.am:
14867         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14868         (gtk_gs_value_adjustment_changed), (compute_size),
14869         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14870         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14871         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14872         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14873         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14874         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14875         (ps_document_load), (ps_document_get_n_pages),
14876         (ps_document_set_page), (ps_document_get_page),
14877         (ps_document_set_target), (ps_document_set_scale),
14878         (ps_document_set_page_offset), (ps_document_get_page_size),
14879         (ps_document_render), (ps_document_begin_find),
14880         (ps_document_end_find), (ps_document_document_iface_init):
14881         * ps/gtkgs.h:
14882         * shell/Makefile.am:
14883         * shell/ev-window.c: (ev_window_open):
14884
14885         Some work to integrate gtkgs with EvDocument
14886
14887 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14888
14889         * shell/ev-window.c: (update_fullscreen_popup),
14890         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14891         (exit_fullscreen_button_clicked_cb),
14892         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14893         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14894         (ev_window_state_event_cb), (ev_window_init):
14895         Add fullscreen support from Epiphany.
14896         
14897 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14898
14899         * data/ev-stock-zoom-fit-width.png: fit-width
14900         stock icon from gpdf.
14901         
14902         * shell/ev-stock-icons.[ch]: copied from gpdf.
14903         
14904         * shell/main.c: (main): init stock icons.
14905         
14906         * shell/ev-window.c: use the fit-width icon.
14907         
14908         * data/evince-ui.xml: add zooming toolbar items.
14909
14910 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14911
14912         * shell/ev-view.c: 
14913         (ev_view_best_fit), (ev_view_fit_width): because
14914         get_page_size() returns the scaled page size, we
14915         need to calculate the scale factor relative to
14916         the previous scale factor. Should really just
14917         add get_real_page_size().
14918
14919 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14920
14921         * shell/ev-view.[ch]:
14922         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14923         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14924         add zooming.
14925         
14926         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14927         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14928         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14929         hook it up.
14930         
14931         * pdf/xpdf/pdf-document.cc:
14932         (pdf_document_begin_find),
14933         (pdf_document_end_find): make static.
14934
14935 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14936
14937         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14938
14939         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14940         names to fontconfig patterns.
14941         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14942
14943         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14944         setupBaseFontsFc.
14945
14946 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14947
14948         * Makefile.am:
14949         * configure.ac:
14950         * ps/Makefile.am:
14951         * ps/ggvutils.c:
14952         * ps/ggvutils.h:
14953         * ps/gsdefaults.c:
14954         * ps/gsdefaults.h:
14955         * ps/gsio.c:
14956         * ps/gsio.h:
14957         * ps/gtkgs.c:
14958         * ps/gtkgs.h:
14959         * ps/ps.c:
14960         * ps/ps.h:
14961
14962         Import ggv backend. Not hooked up yet.
14963
14964 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14965
14966         * shell/main.c: (load_files), (main): load files
14967         from the command line.
14968
14969 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14970
14971         * configure.ac: don't require bonobo.
14972         
14973         * cut-n-paste/recent-files/*: kill bonobo recent
14974         view.
14975
14976         * shell/ev-window.c:
14977         (ev_window_is_empty): upd.
14978         (unable_to_load), (ev_window_open): load backend
14979         based on the mime type.
14980
14981 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14982
14983         * backend/.cvsignore: ignore generated marshalers source.
14984
14985         * shell/main.c (main): this is not epiphany.
14986
14987 2004-12-22  Havoc Pennington  <hp@redhat.com>
14988
14989         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14990         (expose_bin_window): draw find highlights
14991
14992         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14993         
14994         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14995         (pdf_document_end_find): implement this interface
14996
14997         * backend/ev-document.c (ev_document_found): add this to emit
14998         signal
14999
15000 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15001
15002         * data/evince-ui.xml: Add a few more toolbar items.
15003
15004         * shell/ev-window.c: Hook up page navigation toolbar 
15005         items.
15006
15007         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15008         a page-changed signal.
15009
15010         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15011         Add ev_document_get_page().
15012
15013         * shell/ev-window.c: Sensitize/desensitize navigation
15014         actions.
15015
15016 2004-12-21  Havoc Pennington  <hp@redhat.com>
15017
15018         * backend/ev-backend-marshal.c,
15019         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15020         marshaler-generator thingy. I'm sure there's a better way to do
15021         this in the modern world.
15022
15023         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15024         end_find methods and "found" signal.
15025
15026         * configure.ac: find glib-genmarshal
15027
15028 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15029
15030         * shell/ev-sidebar.c: Construct an actual sidebar.
15031         * shell/ev-sidebar-bookmarks.[ch]:
15032         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15033
15034 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15035
15036         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15037         Redo size handling.
15038         
15039         * shell/ev-view.c: Track the size from the document.
15040
15041 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15042
15043         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15044         constructor assumes ownership of the string passed in.
15045         
15046         * shell/ev-window.c (ev_window_open): Destroy the error
15047         dialog once we've displayed it.
15048
15049 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15050
15051         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15052         a bit, it works! (sort of)
15053
15054         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15055         Move to .cc since we need to use C++ in the implementation.
15056
15057         * shell/dummy.cc: Add a CC file to force evince
15058         to be linked as a C++ program.
15059
15060 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15061
15062         * shell/ev-view.[ch]: Start of content-area widget.
15063
15064         * shell/ev-window.c: Create a EvView, update it
15065         as we change documents.
15066
15067         * shell/Makefile.am shell/ev-marshal.list: Add
15068         generated marshalers.
15069
15070 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15071
15072         * Makefile.am (SUBDIRS): move shell.
15073
15074 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15075
15076         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15077         .a to libtool convenience libraries.
15078
15079         * shell/ev-window.c (ev_window_open): Hard code loading
15080         a PDF document.
15081         
15082         * backend/ev-document.h: Add a boolean return to load(),
15083         fix GError * to GError **.
15084
15085         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15086         object for a PDF backend EvDocument.
15087
15088 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15089
15090         * dvi/*: New directory with the beginning of a .dvi backend.
15091
15092 2004-12-21  Havoc Pennington  <hp@redhat.com>
15093
15094         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15095         previous/next instead of back/forward
15096
15097 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15098
15099         * backend/ev-document.[ch]: Fix a couple of problems so
15100         it compile.
15101
15102 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15103
15104         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15105         to backend/ directory, rename EvViewer to EvDocument.
15106
15107 2004-12-21  Havoc Pennington  <hp@redhat.com>
15108
15109         * shell/ev-window.c: hook up the find bar widget; now we just need
15110         a document to find things in
15111
15112         * shell/eggfindbar.c: a find bar widget
15113
15114 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15115
15116         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15117
15118 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15119
15120         * pdf/**: Import of xpdf code from gpdf. 
15121
15122         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15123
15124         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15125         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15126         Fix FreeType includes.
15127
15128         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15129         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15130         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15131         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15132         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15133         Include xpdfconfig.h
15134         
15135 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15136
15137         * shell/ev-window.c (ev_window_dispose): dispose can be called
15138         multiple times.
15139
15140 2004-12-21  Havoc Pennington  <hp@redhat.com>
15141
15142         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15143         rather than Evince
15144
15145         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15146         items; really they should be synced with the strings, etc. from
15147         current gpdf, but just getting the boring typing out of the way 
15148
15149 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15150
15151         * po/POTFILES.in:
15152         * shell/ev-application.c: (window_destroy_cb):
15153         * shell/ev-window.c:
15154         * shell/main.c: (main):
15155
15156         Actually show the window...
15157
15158 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15159
15160         * Makefile.am:
15161         * shell/Makefile.am:
15162         * shell/ev-application.c: (ev_application_class_init):
15163         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15164
15165         Make it build again
15166
15167 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15168
15169         Import to gnome cvs.
15170         
15171         * Remove copies of gpdf and ggv trees.
15172         * Rip out all the recursive configure code.
15173         * Remove bonobo machinery.
15174         * viewer/*: GInterfaces that backends should/can implement.
15175
15176 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15177
15178         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15179         typo
15180
15181 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15182
15183         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15184         (ev_application_finalize, ev_application_class_init)
15185         (ev_application_init): use GType instance private data for priv.
15186
15187         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15188         (ev_window_finalize, ev_window_class_init)
15189         (ev_window_init): ditto.
15190
15191 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15192
15193         * shell/ev-application.c (ev_application_new_window): make public
15194         (ev_application_show_initial_window): kill.
15195
15196         * shell/ev-application.h: update prototypes.
15197
15198         * shell/main.cc (main): inline ev_application_show_initial_window.
15199
15200 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15201
15202         * shell/ev-application.c (ev_application_new_window): impl.
15203         (ev_application_show_initial_window): use it.
15204         (is_window_empty, ev_application_get_empty_window): returns an
15205         existing empty window or a new one.
15206         (ev_application_open): from ev_window_cmd_file_open.
15207
15208         * shell/ev-application.h: update prototypes
15209
15210         * shell/ev-window.c (ev_window_is_empty): impl.
15211         (ev_window_open): make public.
15212         (ev_window_cmd_file_open): use ev_application_open
15213
15214         * shell/ev-window.h: update prototypes, remove unused.
15215
15216 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15217
15218         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15219         move destroy handler out of here...
15220
15221         * shell/ev-application.c, shell/ev-application.h: ...into this new
15222         class. Also handles initial window creation.
15223
15224         * shell/main.cc (main): use EvApplication to create initial
15225         window.
15226
15227 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15228
15229         * Makefile.am (SUBDIRS): add cut-n-paste
15230
15231         * cut-n-paste/Makefile.am: add
15232
15233         * configure.ac: generate Makefiles in cut-n-paste
15234
15235 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15236
15237         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15238         (ev_window_class_init): install ev_window_dispose.
15239
15240 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15241
15242         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15243         char (gchar looks stupid).
15244
15245 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15246
15247         * po/de.po: updated German translation.
15248
15249 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15250
15251         * configure.ac: add more pkg-config library checks for gnome-vfs,
15252         bonobo etc.
15253
15254         * gpdf/configure.in: temporarily disable libpaper
15255         checks. Otherwise I'd have to add the checks for the shell, too.
15256
15257 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15258
15259         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15260         and * file filters to the file choose.
15261
15262 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15263
15264         * po/de.po: Updated German translation.
15265
15266 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15267
15268         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15269
15270 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15271
15272         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15273
15274         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15275         (ev_window_init): implement those menuitems.
15276
15277 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15278
15279         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15280
15281         * shell/ev-window.c (ev_window_init): use the toolbar.
15282
15283 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15284
15285         * shell/ev-window.c (ev_window_init): use menu translations
15286
15287 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15288
15289         * configure.ac: add "de" to ALL_LINGUAS.
15290
15291         * po/de.po: add German translation.
15292
15293 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15294
15295         * Makefile.am (SUBDIRS): add po
15296
15297         * configure.ac: check intltool, glib-gettext etc, generate
15298         po/Makefile.in
15299
15300         * po, po/POTFILES.in, po/POTFILES.skip: new.
15301
15302 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15303
15304         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15305         already use (#ifdef ENABLE_NLS)
15306
15307         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15308         pointer indirection thinko.
15309
15310         * shell/main.c: include gi18n.h for bindtextdomain etc.
15311
15312 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15313
15314         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15315         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15316         tooltips for menu items in the statusbar.
15317
15318 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15319
15320         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15321         pkgdatadir drop UIDIR
15322
15323 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15324
15325         * data/evince-ui.xml: Add File->Open menu item
15326
15327         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15328         chooser), hook it up in the ui manager.
15329
15330 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15331
15332         * shell/ev-window.c: fix Help->About tooltip.
15333
15334 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15335
15336         * configure.ac: set CFLAGS for libevprivate.
15337
15338         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15339         definitions, factory etc.
15340
15341         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15342
15343         * shell/Makefile.am: link against libevprivate.a.
15344
15345         * shell/ev-window.c (entries): add stock icon to Help->About.
15346
15347         * shell/main.c (main): init stock icon code.
15348
15349 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15350
15351         * lib/recent-files: egg recent files code
15352
15353         * lib/Makefile.am: add.
15354
15355         * Makefile.am: add lib subdir.
15356
15357         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15358         set CFLAGS for recent-files.
15359
15360 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15361
15362         * configure.ac: disable -ansi and -pedantic gcc flags. They
15363         disable POSIX stuff in stdio.h, but egg-recent uses them.
15364
15365 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15366
15367         * configure.ac: add --disable-deprecated flag (defaults to on in
15368         "cvs" builds).
15369
15370         * shell/Makefile.am (INCLUDES): use it.
15371
15372 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15373
15374         * shell/main.c: add missing #include.
15375
15376         * shell/ev-window.c: fix for pedantic gcc.
15377         (ev_window_cmd_help_about): split license into paragraphs for
15378         translators and pedantic compilers.
15379
15380 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15381
15382         * configure.ac: add more warning flags if compiling with gcc from
15383         cvs (or explicitly requested with --enable-more-warnings).
15384
15385 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15386
15387         * data/evince-ui.xml: add File and File->Close menu.
15388
15389         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15390         (ev_window_destroy): quit after destroy.
15391         (ev_window_class_init): override GtkObject::destroy.
15392         (entries): install close_window callback.
15393
15394 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15395
15396         * Makefile.am (SUBDIRS): add data subdir.
15397
15398         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15399         gtk+ 2.5.0 for GtkAboutDialog.
15400
15401         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15402         main window.
15403
15404         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15405
15406         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15407         manager.
15408         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15409
15410 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15411
15412         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15413
15414 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15415
15416         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15417
15418 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15419
15420         * shell/*: Added shell directory boilerplate, build it.
15421
15422 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15423
15424         * configure.ac, Makefile.am: Added top-level configure.ac and
15425         Makefile.am