]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated German translation.
[evince.git] / ChangeLog
1 2009-01-26  Christian Persch  <chpe@gnome.org>
2
3         * shell/ev-application.c: (ev_application_register_service),
4         (ev_application_shutdown):
5         * shell/main.c: (main): Move metadata manager initialisation and
6         shutdown into EvApplication. Follow-up from bug #569120.
7
8 2009-01-26  Christian Persch  <chpe@gnome.org>
9
10         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
11         copy the string twice. Bug #569231.
12
13 2009-01-26  Christian Persch  <chpe@gnome.org>
14
15         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
16         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
17         * libdocument/ev-file-helpers.h:
18         * shell/ev-application.c: (ev_application_shutdown),
19         (ev_application_init), (ev_application_screensaver_disable),
20         (ev_application_save_print_settings),
21         (ev_application_set_page_setup):
22         * shell/ev-application.h:
23         * shell/ev-metadata-manager.c: (load_values),
24         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
25         shell, since it shouldn't be public API. Bug #569120.
26
27         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
28         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
29
30 2009-01-25  Christian Persch  <chpe@gnome.org>
31
32         Bug 569082 – use versioned directory for backends
33
34         * configure.ac: Define ev_binary_version and backenddir.
35         * evince-document.pc.in: Add backenddir variable.
36         * libdocument/Makefile.am:
37         * backend/*/Makefile.am: Remove backenddir definition, so it picks
38         up the one from configure.
39
40 2009-01-25  Christian Persch  <chpe@gnome.org>
41
42         * configure.ac:
43         * evince-document.pc.in: Renamed from evince-backend.pc.in.
44         * libdocument/Makefile.am: Renamed library to libevdocument.la.
45         * libview/Makefile.am:
46         * shell/Makefile.am:
47         * backend/*/Makefile.am: Adapt to changed library name.
48
49         * libdocument/Makefile.am:
50         * libview/Makefile.am: Change the installed headers path to match
51         the directory names in SVN.
52
53         * evince-document.h:
54         * evince-view.h: Add single headers. Bug #568227.
55
56         * libdocument/*.h:
57         * libview/*.h: Add single headers guards.
58
59         * libview/Makefile.am:
60         * libdocument/Makefile.am:
61         * backend/*/Makefile.am:
62         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
63         still include individual headers.
64
65         * properties/Makefile.am:
66         * properties/ev-properties-main.c:
67         * properties/ev-properties-view.h:
68         * thumbnailer/Makefile.am:
69         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
70
71         * libdocument/Makefile.am:
72         * libview/Makefile.am: Generate type builtins from all installed headers.
73         * libdocument/ev-link-action.[ch]:
74         * libdocument/ev-link-dest.[ch]:
75         * libdocument/ev-transition-effect.[ch]:
76         * libview/ev-view.[ch]: Remove handcoded type builtins.
77
78         * libdocument/Makefile.am:
79         * evince-document.h: Add ev-document-factory.h to the public headers.
80
81 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * shell/ev-sidebar-page.c:
84
85         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
86         #568228.
87         
88 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * libdocument/ev-document.h:
91
92         Add EV_DEFINE_INTERFACE macro.
93         
94         * libdocument/ev-async-renderer.c:
95         * libdocument/ev-document-find.c:
96         * libdocument/ev-document-fonts.c:
97         * libdocument/ev-document-forms.c:
98         * libdocument/ev-document-images.c:
99         * libdocument/ev-document-layers.c:
100         * libdocument/ev-document-links.c:
101         * libdocument/ev-document-security.c:
102         * libdocument/ev-document-thumbnails.c:
103         * libdocument/ev-document-transition.c:
104         * libdocument/ev-document.c:
105         * libdocument/ev-file-exporter.c:
106         * libdocument/ev-selection.c:
107
108         Use EV_DEFINE_INTERFACE macro to define interfaces in
109         libdocument. See bug #568228.
110         
111 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * libdocument/ev-document.[ch]:
114
115         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
116         #568228.
117         
118 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
119
120         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
121         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
122         (new_separator_pixbuf):
123         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
124         (egg_toolbar_editor_disconnect_model),
125         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
126         (egg_toolbar_editor_finalize):
127         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
128         * cut-n-paste/toolbar-editor/eggmarshalers.list:
129         
130         Sync EggToolbarEditor with libegg.
131
132 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
133
134         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
135         When saving a file, using the default permissions for the user/system,
136         respecting umask and any setgid bit on the directory. Uses the new
137         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
138         Bug #568593.
139         
140 2009-01-21  Christian Persch  <chpe@gnome.org>
141
142         * configure.ac:
143         * libdocument/Makefile.am:
144         * libview/Makefile.am: Add libtool versioning to libevbackend and
145         libevview. Bug #568229.
146
147 2009-01-21  Christian Persch  <chpe@gnome.org>
148
149         * Makefile.am:
150         * configure.ac:
151         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
152
153 2009-01-21  Christian Persch  <chpe@gnome.org>
154
155         * configure.ac:
156         * libdocument/Makefile.am:
157         A libdocument/ev-version.h.in: Add version defines and version check
158         macro. Bug #568224.
159
160 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
161
162         * shell/ev-sidebar-links.c
163         * shell/ev-print-operation.c:
164         * shell/ev-history.c:
165         * shell/ev-file-monitor.c:
166         * shell/ev-window.c:
167         * shell/ev-password-view.c:
168         * shell/ev-sidebar-thumbnails.c:
169         * shell/ev-sidebar-attachments.c:
170         * libview/ev-pixbuf-cache.c:
171         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
172         Bug #568386.
173
174 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
175
176         * libdocument/ev-document-info.h:
177
178         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
179         
180 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
181
182         * libview/Makefile.am:
183
184         Install ev-job-scheduler.h. See bug #567790.
185         
186 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
187
188         * libdocument/Makefile.am:
189
190         Install ev-backends-manager.h and
191         ev-document-type-builtins.h. Fixes bug #567787.
192         
193 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * NEWS:
196         * configure.ac:
197
198         Update for release 2.25.5
199         
200 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * libview/ev-view.c: (ev_view_drag_data_get):
203
204         Fix second parameter passed to gtk_selection_data_set_uris(), 
205         it expects a gchar **.
206         
207 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
208
209         * libdocument/Makefile.am:
210         * libdocument/ev-document-info.h:
211         * libdocument/ev-document-type-builtins.c.template:
212         * libdocument/ev-document-type-builtins.h.template:
213         * libdocument/ev-document.c: (ev_document_info_get_type),
214         (ev_document_info_copy):
215
216         Make EvDocumentInfo and enums definded in ev-document-info.h
217         GTypes. Fixes bug #567789.
218         
219 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
220
221         * shell/main.c (arguments_parse): Fix for a minor code typo.
222
223 2009-01-18  Christian Persch  <chpe@gnome.org>
224
225         * help/reference/Makefile.am:
226         * help/reference/evince.types: Fix the API docs build. Bug #568171.
227
228 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
229
230         * libview/Makefile.am:
231         * libview/ev-view-type-builtins.c.template:
232         * libview/ev-view-type-builtins.h.template:
233
234         Make EvJobPriority a proper GType. Fixes bug #567788.
235         
236 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * configure.ac:
239         * cut-n-paste/*/Makefile.am:
240         * libdocument/Makefile.am:
241
242         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
243         code.
244         
245 2009-01-18  Christian Persch  <chpe@gnome.org>
246
247         * libview/ev-view.c: (ev_view_drag_data_get),
248         (ev_view_drag_motion), (ev_view_update_primary_selection),
249         (clear_link_selected):
250         * shell/ev-sidebar-attachments.c:
251         (ev_sidebar_attachments_drag_data_get),
252         (ev_sidebar_attachments_get_property),
253         (ev_sidebar_attachments_init):
254         * shell/ev-window.c: Update drag handling code to use the
255         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
256         hardcoding the targets lists. Bug #558084.
257         
258 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * libdocument/Makefile.am:
261         * libdocument/ev-backend-marshal.c:
262         * libdocument/ev-backend-marshalers.list:
263         * libdocument/ev-document.c:
264
265         Remove unused marshalers stuff from libdocument.
266         
267 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * po/POTFILES.in:
270
271         Update for the current source tree.
272         
273 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * configure.ac:
276         * Makefile.am:
277         * libdocument/Makefile.am:
278         * libview/Makefile.am:
279         * libview/ev-job-scheduler.[ch]:
280         * libview/ev-jobs.[ch]:
281         * libview/ev-page-cache.[ch]:
282         * libview/ev-pixbuf-cache.[ch]:
283         * libview/ev-timeline.[ch]:
284         * libview/ev-transition-animation.[ch]:
285         * libview/ev-view-accessible.[ch]:
286         * libview/ev-view-marshal.list:
287         * libview/ev-view.[ch]:
288         * shell/Makefile.am:
289
290         Move EvView specific code to a libeviview library so that it can
291         be embbeded in other applications. Based on patches by Tomeu
292         Vizoso. Fixes bug #567751.
293         
294 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
297         * shell/ev-window.c: (ev_window_load_job_cb),
298         (ev_window_load_job_cb), (ev_window_open_uri),
299         (ev_window_reload_local), (ev_window_dispose):
300
301         Remove dest, mode and search_string from EvJobLoad since they are
302         not really needed by the job, but for the window.
303         
304 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
305
306         * shell/ev-view.c: (ev_view_drag_data_received),
307         (ev_view_class_init), (ev_view_init):
308         * shell/ev-window.c: (ev_window_drag_data_received),
309         (ev_window_class_init), (ev_window_init):
310
311         Make the whole EvWindow the destination of a drag and drop
312         operation.
313         
314 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * shell/ev-window.c: (window_open_file_copy_progress_cb):
317
318         Add missing brakets around the percentage in progress
319         messages. See bug #567910.
320         
321 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * shell/ev-application.c: (ev_application_open_window),
324         (ev_application_open_uri_at_dest):
325
326         Do no use gdk_x11_* when not available. Based on patch by Hib
327         Eris, see bug #339172.
328         
329 2009-01-16  Hib Eris  <hib@hiberis.nl>
330
331         * configure.ac:
332         * properties/ev-properties-view.c:
333         (ev_properties_view_format_date):
334
335         Check for localtime_r. See bug #339172.
336         
337 2009-01-16  Hib Eris  <hib@hiberis.nl>
338
339         * shell/main.c:
340
341         Include gdkx only for dbus support. See bug #339172.
342         
343 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
344
345         * shell/ev-view.c: (ev_view_set_zoom_for_size):
346
347         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
348         #567785.
349         
350 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * shell/ev-window.c: (reload_remote_copy_progress_cb),
353         (window_save_file_copy_progress_cb):
354
355         Use brakets around the percentage in progress messages. See bug
356         #567910.
357         
358 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * shell/ev-window.c: (reload_remote_copy_ready_cb):
361
362         Fix typo in error message. See bug #567910.
363         
364 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
365
366         * shell/ev-window.c: (ev_window_cmd_file_close_window):
367
368         Fix mnemonic conflict. Fixes bug #567937.
369         
370 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
371
372         * NEWS:
373         * configure.ac:
374
375         Update for release 2.25.4
376         
377 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
378
379         * configure.ac:
380         
381         GLib version requirement bumped to 2.18 due to g_set_error_literal.
382         Thanks to Christian Spurk.
383
384 2008-12-31  Hib Eris  <hib@hiberis.nl>
385         
386         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
387
388         Fix mime type handling.
389         
390 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * po/POTFILES.in:
393
394         Add ev-print-operation.c.
395         
396 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * shell/ev-window.c: (ev_window_clear_progress_idle),
399         (reset_progress_idle), (ev_window_show_progress_message),
400         (ev_window_reset_progress_cancellable),
401         (ev_window_progress_response_cb), (show_loading_progress),
402         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
403         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
404         (show_reloading_progress), (reload_remote_copy_ready_cb),
405         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
406         (show_saving_progress), (window_save_file_copy_ready_cb),
407         (window_save_file_copy_progress_cb), (ev_window_save_remote),
408         (ev_window_dispose):
409
410         Show progress information when loading/saving remote files. Fixes
411         bug #370958.
412         
413 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
416
417         Show better warning message when temp file cannot be deleted.
418         
419 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
420
421         * shell/ev-window.c: (image_save_dialog_response_cb):
422
423         Fix saving images to remote locations.
424         
425 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * shell/ev-application.[ch]: (ev_application_shutdown),
428         (ev_application_get_print_settings_file),
429         (ev_application_save_print_settings),
430         (ev_application_get_print_settings),
431         (ev_application_set_print_settings),
432         (ev_application_get_page_setup), (ev_application_set_page_setup):
433         * shell/ev-window.c: (ev_window_save_print_page_setup),
434         (ev_window_load_print_page_setup_from_metadata),
435         (ev_window_print_page_setup_done_cb),
436         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
437         (ev_window_cmd_preview_print):
438
439         Remember page setup options too. Paper size is globally remembered
440         while page margins are stored per document in metadata file. Fixes
441         bugs #525185 and #349102.
442         
443 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * shell/ev-print-operation.c:
446         (ev_print_operation_export_print_dialog_response_cb):
447
448         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
449         
450 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * shell/ev-print-operation.c: (export_cancel),
453         (export_job_cancelled), (ev_print_operation_export_begin),
454         (ev_print_operation_export_cancel):
455         * shell/ev-window.c: (ev_window_print_cancel),
456         (ev_window_print_update_pending_jobs_message),
457         (ev_window_print_operation_done),
458         (ev_window_print_operation_status_changed),
459         (print_jobs_confirmation_dialog_response),
460         (ev_window_cmd_file_close_window):
461
462         Show a confirmation dialog when there are pending print jobs while
463         closing the main window. Fixes bug #480964.
464         
465 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
468         (ev_print_operation_get_job_name),
469         (ev_print_operation_get_status),
470         (ev_print_operation_get_progress),
471         (ev_print_operation_update_status),
472         (ev_print_operation_export_get_job_name), (clamp_ranges),
473         (get_first_and_last_page), (ev_print_operation_export_run_next),
474         (print_job_finished), (export_print_done), (export_job_cancelled),
475         (update_progress), (export_print_page),
476         (ev_print_operation_export_begin),
477         (ev_print_operation_export_print_dialog_response_cb),
478         (ev_print_operation_export_run),
479         (ev_print_operation_export_cancel),
480         (ev_print_operation_export_class_init):
481         * shell/ev-window.c:
482         (ev_window_print_update_pending_jobs_message),
483         (ev_window_print_operation_done),
484         (ev_window_print_progress_response_cb),
485         (ev_window_print_operation_status_changed),
486         (ev_window_print_operation_begin_print), (ev_window_print_range),
487         (ev_window_dispose):
488
489         Show progress information when printing. Fixes bug #482770.
490         
491 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/Makefile.am:
494         * shell/ev-progress-message-area.[ch]:
495         * shell/ev-message-area.[ch]: (ev_message_area_init),
496         (ev_message_area_set_image_from_stock):
497
498         Add EvProgressMessageArea derived from EvMessageArea to show
499         progress information in the message area. 
500         
501 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
504
505         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
506         close button. Add a function to get the contents of the message
507         area.
508         
509 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * shell/Makefile.am:
512         * shell/ev-print-operation.[ch]:
513         * shell/ev-jobs.[ch]: (ev_job_export_init),
514         (ev_job_export_dispose), (ev_job_export_run),
515         (ev_job_export_class_init), (ev_job_export_new),
516         (ev_job_export_set_page):
517         * shell/ev-window.c: (ev_window_print_operation_done),
518         (ev_window_print_range), (ev_window_dispose):
519
520         First step of the printing system rework. EvJobPrint has been
521         replaced by EvJobExport so that every page is scheduled to be
522         exported in a thread instead of scheduling the whole printing
523         process. This way the gui is responsive during printing.
524         
525 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * shell/ev-window.c: (setup_size_from_metadata),
528         (ev_window_load_print_settings_from_metadata):
529
530         Fix memory leaks.
531         
532 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * libdocument/ev-document.c: (ev_document_get_type):
535
536         Add GObject type as prerequisite to EvDocument interface so that
537         document instances can be used as GObjects.
538         
539 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * shell/ev-view.c: (jump_to_find_result):
542
543         Only jump the the location of the find result for the first match
544         when searching. It drastically improves the performance when
545         searching. Bug catched and fixed by Michael Hunold. Fixes bug
546         #564774.
547         
548 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * properties/ev-properties-main.c: (ev_properties_get_pages):
551         * properties/ev-properties-view.[ch]:
552         (ev_properties_view_dispose), (ev_properties_view_class_init),
553         (ev_properties_view_set_info), (ev_properties_view_new):
554         * shell/ev-properties-dialog.[ch]:
555         (ev_properties_dialog_set_document):
556         * shell/ev-window.c: (ev_window_setup_document),
557         (ev_window_cmd_file_properties):
558
559         Add document URI to properties page. Fixes bug #555376.
560         
561 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * configure.ac:
564         * data/Makefile.am:
565         * data/evince-password.glade: Removed
566         * data/evince-properties.glade: Removed
567         * properties/ev-properties-view.c:
568         (ev_properties_view_class_init), (set_property),
569         (ev_properties_view_set_info), (ev_properties_view_init):
570         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
571         (font_cell_data_func), (ev_properties_fonts_init):
572
573         Remove Glade dependency.
574         
575 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * backend/comics/comics-document.c: (comics_document_load):
578
579         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
580         
581 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * NEWS:
584         * configure.ac:
585
586         Update for release 2.25.2
587         
588 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * configure.ac:
591         * shell/Makefile.am:
592         * shell/ev-keyring.[ch]:
593         * shell/ev-password.[ch]: Removed
594         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
595         (ev_password_view_class_init), (ev_password_view_clicked_cb),
596         (ev_password_view_init), (ev_password_view_set_uri),
597         (ev_password_dialog_got_response),
598         (ev_password_dialog_remember_button_toggled),
599         (ev_password_dialog_entry_changed_cb),
600         (ev_password_dialog_entry_activated_cb),
601         (ev_password_view_ask_password), (ev_password_view_get_password),
602         (ev_password_view_get_password_save_flags),
603         (ev_password_view_new):
604         * shell/ev-window.c: (ev_window_password_view_unlock),
605         (ev_window_load_job_cb), (ev_window_close_dialogs),
606         (ev_window_init):
607
608         Rework the password view. When the password is in the keyring it's
609         used automatically without showing the password dialog and it's  
610         only stored in the keyring when we are sure it's correct. The
611         password dialog has been reworked too, in order to make it
612         more hig compliant and consistent with the GTK+ dialog used in
613         gtkmountoperation. Fixes bug #562496. 
614         
615 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * backend/comics/comics-document.c: (comics_document_load):
618
619         Do not trust file extensions when getting the command needed to
620         uncompress comic documents. Fixes bug #562143.
621         
622 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
623
624         * libdocument/ev-document-factory.c: (get_document_from_uri),
625         (ev_document_factory_get_document):
626         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
627         (get_mime_type_from_data), (ev_file_get_mime_type):
628
629         Move mime-type functions from document-facrory to file-helpers so
630         that it can be reused.
631         
632 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
635         (window_open_file_copy_ready_cb), (ev_window_reload_local),
636         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
637         (ev_window_reload_remote), (ev_window_reload_document):
638
639         Add support for reloading remote documents. Fixes bug #555399.
640         
641 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * shell/ev-view.c: (ev_view_find_previous):
644
645         Make sure find_result is never < 0 which causes a crash while
646         searching. Fixes bug #558377.
647         
648 2008-11-19  Marek Kašík <mkasik@redhat.com>
649
650         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
651         (ev_pixbuf_cache_get_selection_surface):
652         
653         Fixes crash on fast scrolling with simultaneous text selection.
654
655 2008-11-19  Marek Kašík <mkasik@redhat.com>
656
657         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
658         * shell/ev-window.c (launch_external_uri):
659         
660         Fixes assertion fail on selecting text. See bug #561393.
661
662 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/Makefile.am:
665         * shell/ev-jobs.[ch]: (ev_job_layers_init),
666         (ev_job_layers_dispose), (ev_job_layers_run),
667         (ev_job_layers_class_init), (ev_job_layers_new):
668         * shell/ev-sidebar-layers.[ch]:
669         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
670         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
671         (ev_view_reload_page), (ev_view_reload):
672         * shell/ev-window.c: (setup_sidebar_from_metadata),
673         (ev_window_sidebar_current_page_changed_cb),
674         (sidebar_layers_visibility_changed), (ev_window_init):
675
676         Add layers support.
677         
678 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * data/icons/22x22/actions/Makefile.am:
681         * data/icons/22x22/actions/eye.png:
682         * shell/ev-stock-icons.[ch]:
683         
684         Add eye icon from gimp to hide/show layers.
685         
686 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * configure.ac:
689         * cut-n-paste/Makefile.am:
690         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
691         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
692         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
693
694         Add GimpCellRendererToggle from gimp slightly modified to fit our
695         needs. 
696         
697 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
698
699         * configure.ac:
700         * backend/pdf/ev-poppler.cc:
701
702         Implement layers interface in PDF backend.
703         
704 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * libdocument/Makefile.am:
707         * libdocument/ev-document-layers.[ch]:
708         * libdocument/ev-layer.[ch]:
709
710         Add optional content (layers) interface.
711         
712 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
713
714         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
715         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
716
717         Removes unused code.
718
719 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * NEWS:
722         * configure.ac:
723
724         Update for 2.25.1 release
725
726 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * shell/ev-window.c:
729
730         Fix build with GTK+ < 2.14
731
732 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
733
734         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
735         
736         Makes menu label translatable. Fixes bug #559129.
737
738 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
739
740         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
741         (t1_transform_font):
742         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
743         
744         More renames of warning to mdvi_warning in follow up to the
745         fix of the bug #553369. Fix for the bug #559257 by
746         Tuxce <tuxce.net@gmail.com>.
747         
748 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * shell/ev-application.c: (ev_application_init_session):
751         * shell/main.c: (main):
752
753         Move the egg_set_desktop_file() call to main and remove
754         gtk_window_set_default_icon_name() since it's already called by
755         egg_set_desktop_file()
756         
757 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
760
761         Initialize GError to NULL.
762         
763 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * shell/ev-window.c: (window_save_file_copy_ready_cb),
766         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
767         (ev_window_preview_print_finished), (launch_action):
768
769         Do not use popup dialogs to show error messages anymore, use the
770         message area instead.
771         
772 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * shell/ev-window.c: (ev_window_error_message),
775         (ev_window_warning_message), (ev_window_set_document),
776         (ev_window_load_job_cb), (ev_window_load_remote_failed),
777         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
778         (ev_window_cmd_help_contents), (launch_external_uri),
779         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
780         (ev_attachment_popup_cmd_open_attachment),
781         (attachment_save_dialog_response_cb):
782
783         Use a message format (with printf()-style) in
784         ev_window_error_message and ev_window_warning_message.
785
786 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * shell/ev-window.c: (ev_window_error_message),
789         (ev_window_warning_message), (ev_window_set_document),
790         (ev_window_load_job_cb), (ev_window_load_remote_failed),
791         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
792         (ev_window_cmd_help_contents), (launch_external_uri),
793         (image_save_dialog_response_cb),
794         (ev_attachment_popup_cmd_open_attachment),
795         (attachment_save_dialog_response_cb):
796
797         Change ev_window_error_message and ev_window_warning_message to
798         receive a EvWindow instead of a GtkWindow. It's more consistent
799         and avoids unneeded casts.
800         
801 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/ev-window.c: (ev_window_cmd_help_contents):
804
805         Use gtk_show_uri() when availale to display help contents.
806         
807 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * configure.ac:
810         * backend/pdf/ev-poppler.cc:
811         * properties/ev-properties-view.c:
812         * shell/Makefile.am:
813         * shell/ev-tooltip.[ch]: Removed
814         * shell/ev-view-private.h
815         * shell/eggfindbar.c:
816         * shell/ev-application.c:
817         * shell/ev-open-recent-action.c:
818         * shell/ev-sidebar-thumbnails.c:
819         * shell/ev-view.c:
820         * shell/ev-window.c:
821
822         Bump GTK+ requirement to 2.12.
823         
824 2008-10-27 Christian Persch <chpe@gnome.org>
825
826         * backend/djvu/djvu-document.c
827         * backend/dvi/cairo-device.c
828         * cut-n-paste/evmountoperation/ev-mount-operation.h
829         * cut-n-paste/gedit-message-area/gedit-message-area.h
830         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
831         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
832         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
833         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
834         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
835         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
836         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
837         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
838         * cut-n-paste/zoom-control/ephy-zoom-action.c
839         * cut-n-paste/zoom-control/ephy-zoom-action.h
840         * cut-n-paste/zoom-control/ephy-zoom-control.c
841         * cut-n-paste/zoom-control/ephy-zoom-control.h
842         * libdocument/ev-async-renderer.h
843         * libdocument/ev-document-factory.c
844         * libdocument/ev-document-misc.h
845         * libdocument/ev-image.h
846         * libdocument/ev-selection.h
847         * shell/ev-properties-fonts.h
848         * shell/ev-stock-icons.h
849         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
850         directly. Bug #558064.
851
852 2008-10-27 Christian Persch <chpe@gnome.org>
853
854         * cut-and-paste/smclient/*: Update from libegg.
855
856 2008-10-27 Christian Persch <chpe@gnome.org>
857
858         * backend/djvu/djvu-document.c
859         * backend/ps/ev-spectre.c
860         * shell/ev-jobs.c: Use printf safely. Bug #558066.
861
862 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
863
864         * shell/ev-view.c (ev_view_change_page),
865         (ev_view_transition_animation_finish),
866         (ev_view_transition_animation_cancel), (page_changed_cb),
867         (ev_view_set_presentation), (ev_view_next_page),
868         (ev_view_previous_page):
869         
870         Cancel the animation without scheduling transition start
871         and proceed to the next page to fix bug #516749.
872
873 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * NEWS:
876         * configure.ac:
877
878         Update for release 2.24.1
879         
880 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
881
882         * shell/ev-window.c: (ev_window_cmd_view_presentation):
883
884         Disable toggle function of F5 when in presentation mode. Patch by
885         Dave Neary. Fixes bug #556162.
886         
887 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
890         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
891         (ev_sidebar_thumbnails_fill_model),
892         (ev_sidebar_thumbnails_refresh),
893         (ev_sidebar_thumbnails_set_document):
894
895         Instead of using only one loading icon for thumbnails based on the
896         size of the first page, create an icon for every different page
897         size. Fixes bug #556264.
898         
899 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * shell/ev-page-cache.c: (ev_page_cache_finalize):
902
903         Fix memory leak.
904         
905 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
906
907         * shell/ev-window-title.c (ev_window_title_sanitize_title):
908
909         Removes bad prefixes from window title. Patch by 
910         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
911         
912 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-window.c: (launch_external_uri):
915
916         Do not consider mailto links as http uris. Fixes bug #555801.
917         
918 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/ev-view.c: (merge_selection_region), (clear_selection):
921
922         Fix memory leak. Fixes bug #555134.
923         
924 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
925
926         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
927
928         Emit the job finished signal when the job is handled before the
929         page_ready callback.
930         
931 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
932
933         * shell/ev-window.c: (launch_action):
934
935         Use GdkAppLaunchContext when available to launch external
936         applications.
937         
938 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * shell/ev-window.c: (launch_action):
941
942         Fix launching external applications for launch actions which seems
943         to be broken since the gio port. Fixes bug #554500.
944         
945 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * backend/dvi/Makefile.am:
948         * backend/dvi/cairo-device.c:
949         * backend/dvi/dvi-document.c:
950         * backend/dvi/mdvi-lib/Makefile.am:
951
952         Fix several compile warnings in the dvi backend.
953         
954 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * backend/dvi/mdvi-lib/common.h:
957         * backend/dvi/mdvi-lib/dviread.c:
958         * backend/dvi/mdvi-lib/font.c:
959         * backend/dvi/mdvi-lib/fontmap.c:
960         * backend/dvi/mdvi-lib/fontsrch.c:
961         * backend/dvi/mdvi-lib/gf.c:
962         * backend/dvi/mdvi-lib/pagesel.c:
963         * backend/dvi/mdvi-lib/pk.c:
964         * backend/dvi/mdvi-lib/sp-epsf.c:
965         * backend/dvi/mdvi-lib/special.c:
966         * backend/dvi/mdvi-lib/tfm.c:
967         * backend/dvi/mdvi-lib/tfmfile.c:
968         * backend/dvi/mdvi-lib/util.c:
969         * backend/dvi/mdvi-lib/vf.c:
970
971         Rename error as mdvi_error to avoid symbol conflicts with the libc
972         error. Rename also message, crash, fatal and warning for
973         consistency. Fixes bug #553369.
974         
975 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * backend/dvi/dvi-document.c: (dvi_document_load):
978
979         Fix memory leak.
980         
981 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * backend/dvi/dvi-document.c:
984
985         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
986         G_IMPLEMENT_INTERFACE.
987         
988 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
991
992         Make sure copy_job_page_and_selection_to_job_info is always called
993         before copy_job_to_job_info. Fixes bug #552382.
994         
995 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * NEWS:
998         * configure.ac:
999
1000         Update for release 2.24.0
1001         
1002 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1003
1004         * shell/ev-window.c: (launch_external_uri):
1005
1006         Use GdkAppLaunchContext when available to launch external uris.
1007         
1008 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1009
1010         * shell/ev-window.c: (launch_external_uri):
1011
1012         Use the message area to show errors when lauching external uris
1013         instead of a popup window.
1014         
1015 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * shell/ev-window.c: (launch_external_uri):
1018
1019         Assume invalid uris are http uris. Fixes bug #552071.
1020         
1021 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * NEWS:
1024         * configure.ac:
1025
1026         Update for release 2.23.92.
1027         
1028 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/eggfindbar.c: (egg_find_bar_class_init):
1031
1032         Allow page scrolling with PageUp/PageDown keys when find bar is
1033         active. Fixes bug #529833.
1034         
1035 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * shell/ev-view-private.h:
1038         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1039         (ev_view_scroll), (ev_view_class_init):
1040         * shell/ev-view-accessible.c:
1041         (ev_view_accessible_action_do_action):
1042         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1043         (ev_window_cmd_scroll_backward):
1044
1045         Use GtkScrollType instead of EvScrollType.
1046         
1047 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1048
1049         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1050         
1051         Patch for case unsensitive page label match by Michael Lee.
1052         See bug #550136.
1053         
1054         * shell/ev-page-action.c (create_tool_item):    
1055         * test/Makefile.am:
1056         * test/test1.py:
1057         * test/test4.py:
1058         * test/test5.py:
1059         
1060         Added test for the above and updated other tests.
1061
1062 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * shell/ev-window.c: (image_save_dialog_response_cb):
1065
1066         Do not append the file extension twice when saving an image.
1067         
1068 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1071
1072         Remove an invalid ifdef.
1073         
1074 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * shell/ev-view.c: (ev_view_motion_notify_event):
1077
1078         Make sure the cursor is correctly restored after showing the right
1079         click menu.
1080         
1081 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1084         (ev_attachment_open):
1085         * shell/ev-sidebar-attachments.c:
1086         (ev_sidebar_attachments_button_press):
1087         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1088
1089         Use GdkAppLaunchContext when available to open attachments.
1090         
1091 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1094
1095         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1096         by Eric Piel.
1097         
1098 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * shell/ev-application.c: (ev_application_get_media_keys):
1101         * shell/ev-media-player-keys.[ch]:
1102         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1103         (ev_media_player_keys_grab_keys),
1104         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1105         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1106         * shell/ev-window.[ch]: (ev_window_dispose),
1107         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1108         (ev_window_init):
1109
1110         Clean up the media player keys stuff.
1111         
1112 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * NEWS:
1115         * configure.ac:
1116
1117         Update for release 2.23.91.
1118         
1119 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1122         (sm_client_xsmp_set_initial_properties):
1123
1124         Fix memory leak.
1125         
1126 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * shell/ev-application.c: (ev_application_open_window),
1129         (ev_application_open_uri_at_dest):
1130
1131         Make sure evince starts up in the right workspace when resuming a
1132         previous session.
1133         
1134 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * shell/ev-application.[ch]: (ev_application_open_window),
1137         (ev_application_add_icon_path_for_screen),
1138         (ev_application_open_uri_at_dest):
1139
1140         Fix window manager warnings shown in ~/.xsession-errors
1141         
1142 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1143
1144         * configure.ac:
1145         * cut-n-paste/Makefile.am:
1146         * cut-n-paste/smclient/Makefile.am:
1147         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1148         * cut-n-paste/smclient/eggsmclient-private.h:
1149         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1150         * cut-n-paste/smclient/eggsmclient.[ch]:
1151
1152         EggSMClient copied from libegg
1153
1154         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1155         * shell/Makefile.am:
1156         * shell/ev-application.[ch]: (ev_application_load_session),
1157         (smclient_save_state_cb), (smclient_quit_cb),
1158         (ev_application_init_session), (ev_application_shutdown),
1159         (ev_application_init):
1160         * shell/main.c: (main):
1161
1162         Use EggSMClient instead of gnome-client and remove libgnome and
1163         libgnomeui dependencies.
1164         
1165 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * shell/main.c: (main):
1168
1169         Remove gnome_authentication_manager_init.
1170         
1171 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * shell/ev-view.c: (ev_view_goto_window_create):
1174
1175         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1176         since it's now deprecated.
1177         
1178 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1179
1180         * backend/djvu/Makefile.am:
1181         * backend/djvu/djvu-document-private.h:
1182         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1183         (djvu_document_find_iface_init):
1184         * backend/djvu/djvu-text-page.[ch]:
1185         * backend/djvu/djvu-text.[ch]: Removed
1186         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1187         (pdf_document_find_iface_init):
1188         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1189         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1190         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1191         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1192         (ev_job_find_has_results), (ev_job_find_get_results):
1193         * shell/ev-view-private.h:
1194         * shell/ev-view.[ch]: (ev_view_expose_event),
1195         (highlight_find_results), (ev_view_finalize),
1196         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1197         (ev_view_set_document), (ev_view_find_get_n_results),
1198         (ev_view_find_get_result), (jump_to_find_result),
1199         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1200         (ev_view_find_previous), (ev_view_find_search_changed),
1201         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1202         * shell/ev-window.c: (ev_window_update_actions),
1203         (page_changed_cb), (ev_window_setup_document),
1204         (ev_window_update_find_status_message),
1205         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1206         (ev_window_clear_find_job), (find_bar_close_cb),
1207         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1208         (ev_window_dispose), (ev_window_init):
1209
1210         Rework find interface. The find logic has been moved from backends
1211         to the shell avoiding a lot of duplicated code in the backends and
1212         making easier to implement the find interface in the backends.
1213         
1214 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * backend/pdf/ev-poppler.cc:
1217         (pdf_document_thumbnails_get_dimensions):
1218
1219         Make sure thumbnail size returned by the PDF is actually
1220         valid. Fixes bug #548462.
1221         
1222 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * shell/ev-window.c: (ev_window_setup_document),
1225         (ev_window_set_document), (ev_window_dispose):
1226
1227         Remove the idle function for setting the document up when the
1228         window is destroyed. Fixes bug #549163.
1229         
1230 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1233         (ev_job_attachments_dispose), (ev_job_attachments_run),
1234         (ev_job_attachments_class_init), (ev_job_attachments_new):
1235         * shell/ev-sidebar-attachments.c:
1236         (ev_sidebar_attachments_set_document):
1237
1238         Add a new job to get the attachments in a thread with the document
1239         lock held. Fixes bug #548653.
1240         
1241 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1244         (tiff_document_document_iface_init):
1245
1246         Implement document_get_page_label in tiff backend.
1247         
1248 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * backend/tiff/tiff-document.c: (tiff_document_render):
1251
1252         Handle document orientation in tiff backend. Fixes bug #548444.
1253         
1254 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1257
1258         Do not crash when adjustment page size is 0. Fixes bug #547440.
1259         
1260 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1263
1264         Sync with current GTK+.
1265         
1266 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1267
1268         * configure.ac:
1269         
1270         Update for release 2.23.6.
1271
1272 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1275         (ev_job_load_set_password):
1276         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1277         * shell/ev-window.c: (password_dialog_response),
1278         (ev_window_load_job_cb):
1279
1280         Fix loading encrypted documents since I broke it with the jobs
1281         rework.
1282         
1283 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1284
1285         * NEWS:
1286
1287         Update NEWS for 2.23.6 release.
1288         
1289 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1290
1291         * backend/impress/impress-document.c:
1292         * backend/impress/render.h:
1293         * libdocument/ev-document-factory.c:
1294         * libdocument/ev-document-factory.h:
1295         * libdocument/ev-document-links.h:
1296         * libdocument/ev-document-misc.c:
1297         * libdocument/ev-document-misc.h:
1298         * properties/ev-properties-main.c:
1299         * properties/ev-properties-view.c:
1300         * properties/ev-properties-view.h:
1301         * shell/eggfindbar.c:
1302         * shell/eggfindbar.h:
1303         * shell/ev-application.c:
1304         * shell/ev-application.h:
1305         * shell/ev-jobs.h:
1306         * shell/ev-message-area.h:
1307         * shell/ev-navigation-action.c:
1308         * shell/ev-navigation-action.h:
1309         * shell/ev-open-recent-action.c:
1310         * shell/ev-open-recent-action.h:
1311         * shell/ev-page-action-widget.c:
1312         * shell/ev-page-action.c:
1313         * shell/ev-page-action.h:
1314         * shell/ev-page-cache.h:
1315         * shell/ev-password-view.h:
1316         * shell/ev-password.h:
1317         * shell/ev-pixbuf-cache.h:
1318         * shell/ev-properties-fonts.c:
1319         * shell/ev-sidebar-attachments.c:
1320         * shell/ev-sidebar-links.c:
1321         * shell/ev-sidebar-links.h:
1322         * shell/ev-sidebar-thumbnails.c:
1323         * shell/ev-sidebar-thumbnails.h:
1324         * shell/ev-sidebar.c:
1325         * shell/ev-sidebar.h:
1326         * shell/ev-stock-icons.c:
1327         * shell/ev-tooltip.h:
1328         * shell/ev-view.c:
1329         * shell/ev-view.h:
1330         * shell/ev-window.c:
1331         * shell/ev-window.h:
1332         * shell/main.c:
1333
1334         More #include cleanups. Again: reordering, single gtk.h
1335         includes and other stuff.
1336
1337 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1338
1339         * shell/eggfindbar.c:
1340         * shell/ev-application.c:
1341         * shell/ev-message-area.c:
1342         * shell/ev-navigation-action.c:
1343         * shell/ev-open-recent-action.c:
1344         * shell/ev-page-action-widget.c:
1345         * shell/ev-page-action.c:
1346         * shell/ev-password-view.c:
1347         * shell/ev-properties-dialog.c:
1348         * shell/ev-properties-fonts.c:
1349         * shell/ev-sidebar-attachments.c:
1350         * shell/ev-sidebar-page.c:
1351         * shell/ev-sidebar-thumbnails.c:
1352         * shell/ev-stock-icons.c:
1353         * shell/ev-tooltip.c:
1354         * shell/ev-view.c:
1355         * shell/ev-window.c:
1356         * shell/main.c:
1357
1358         Cleanup many #include statements: reorder so that a
1359         generic-to-specific order is used, use single gtk.h
1360         includes, and some other cleanups.
1361
1362 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * shell/ev-jobs.h:
1365
1366         Add gio header.
1367         
1368 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1371         (ev_document_fc_mutex_trylock):
1372         * shell/Makefile.am:
1373         * shell/ev-job-queue.[ch]:
1374         * shell/ev-job-scheduler.[ch]:
1375         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1376         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1377         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1378         (ev_job_failed_from_error), (ev_job_succeeded),
1379         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1380         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1381         (ev_job_links_class_init), (ev_job_render_init),
1382         (notify_page_ready), (ev_job_render_page_ready),
1383         (ev_job_render_run), (ev_job_render_class_init),
1384         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1385         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1386         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1387         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1388         (ev_job_save_dispose), (ev_job_save_run),
1389         (ev_job_save_class_init), (ev_job_print_init),
1390         (ev_job_print_dispose), (ev_job_print_run),
1391         (ev_job_print_class_init):
1392         * shell/ev-page-cache.c:
1393         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1394         (check_job_size_and_unref), (move_one_job),
1395         (copy_job_to_job_info), (add_job),
1396         (ev_pixbuf_cache_add_jobs_if_needed):
1397         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1398         (job_fonts_finished_cb), (job_fonts_updated_cb),
1399         (ev_properties_fonts_set_document):
1400         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1401         (ev_sidebar_links_set_document):
1402         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1403         (ev_sidebar_thumbnails_set_document),
1404         (ev_sidebar_thumbnails_clear_job):
1405         * shell/ev-view-private.h:
1406         * shell/ev-view.c:
1407         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1408         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1409         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1410         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1411         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1412         (ev_window_reload_document), (ev_window_clear_save_job),
1413         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1414         (ev_window_clear_print_job), (ev_window_print_job_cb),
1415         (ev_window_print_dialog_response_cb):
1416         * shell/main.c: (main):
1417
1418         Rework the jobs system in order to make it simpler and more
1419         extensible. It allows to run jobs in the main loop instead of
1420         using a thread when it's appropriate like the fonts job. Now it's
1421         also possible to cancel jobs that are currently running. 
1422         
1423 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * libdocument/ev-debug.c: (profile_init):
1426
1427         Create the hash table also when profiling service is enabled for
1428         all sections.
1429         
1430 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1433         (ev_profiler_stop):
1434         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1435         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1436         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1437         (ev_job_print_run):
1438         * shell/main.c: (main):
1439
1440         Add a profile mode available when debug is enabled. Add profilers
1441         in ev-jobs.
1442         
1443 2008-07-23  Götz Waschk <waschk@mandriva.org>
1444
1445         * configure.ac: Correctly build desktop file. Fixes
1446         bug #544237.
1447
1448 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1449
1450         * configure.ac:
1451         
1452         Update for release 2.23.5.
1453
1454 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1455
1456         * NEWS:
1457
1458         Update NEWS for 2.23.5 release.
1459         
1460 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * shell/ev-window.c: (ev_window_state_event),
1463         (ev_window_class_init):
1464
1465         Intercept window manager's fullscreen request in order to run/stop
1466         fullscreen mode. Fixes bug #493541.
1467         
1468 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1471
1472         Restart the job search when the find bar is opened for the second
1473         time. Fixes bug #531956.
1474         
1475 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1478         (get_document_from_uri):
1479
1480         Make sure we always return a valid error struct when
1481         get_document_from_uri fails. Fixes nautilus crash, see bug
1482         #542548.
1483         
1484 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1485
1486         * libdocument/ev-transition-effect.c
1487         (ev_transition_effect_type_get_type),
1488         (ev_transition_effect_alignment_get_type),
1489         (ev_transition_effect_direction_get_type):
1490         
1491         Fixes bug #542924. Makes enums static to fix Solaris build.
1492
1493 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * shell/ev-view.c: (ev_view_key_press_event):
1496
1497         Add '.' keybinding for blanking the screen in presentation
1498         mode. Fixes bug #542001.
1499         
1500 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * libdocument/ev-document-misc.c:
1503         (ev_document_misc_pixbuf_from_surface):
1504
1505         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1506         #540950.
1507         
1508 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1509
1510         * backend/comics/comics-document.c (comics_document_load):
1511         * backend/comics/comicsdocument.evince-backend.in:
1512         * configure.ac:
1513         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1514         
1515         Added support for 7-zip based cb7 comic book. Patch by
1516         Kartik Rustagi. Fixes bug #532312.
1517
1518 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1519
1520         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1521         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1522         Fixes bug #539972.
1523
1524 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1525
1526         * shell/Makefile.am:
1527         * shell/ev-application.c (ev_application_init),
1528         (ev_application_get_media_keys):
1529         * shell/ev-application.h:
1530         * shell/ev-marshal.list:
1531         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1532         (proxy_destroy), (on_media_player_key_pressed),
1533         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1534         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1535         * shell/ev-media-player-keys.h:
1536         * shell/ev-window.c (ev_window_go_previous_page),
1537         (ev_window_go_next_page), (ev_window_go_first_page),
1538         (ev_window_go_last_page), (ev_window_start_presentation),
1539         (ev_window_dispose), (view_actions_focus_in_cb):
1540         * shell/ev-window.h: When building with D-Bus support, listen
1541         for multimedia key events from gnome-settings-daemon. This allows
1542         to go to the next/previous/first/last pages using, respectively,
1543         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1544         a presentation. Fixes bug #539971.
1545
1546 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1547
1548         * configure.ac:
1549         
1550         Update for release 2.23.4.
1551
1552 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * NEWS:
1555
1556         Update news for 2.23.4 release.
1557         
1558 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1561         * shell/ev-sidebar-thumbnails.c:
1562         (ev_sidebar_thumbnails_set_loading_icon),
1563         (ev_sidebar_thumbnails_refresh):
1564         * shell/ev-window.c: (ev_window_error_message),
1565         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1566         (ev_window_set_document):
1567
1568         Do not crash opening documents with no pages and show a warning
1569         message in the message area. Fixes bugs #537574 and #171588.
1570         
1571 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * shell/Makefile.am:
1574         * shell/ev-file-monitor.[ch]:
1575         * shell/ev-window.c: (ev_window_document_changed),
1576         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1577         (ev_window_reload_job_cb), (ev_window_open_uri),
1578         (ev_window_reload_document), (ev_window_cmd_view_reload),
1579         (ev_window_dispose):
1580
1581         Automaticly reload the document when the file has changed on
1582         disk. Bug #304249.
1583         
1584 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1585
1586         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1587         * libdocument/ev-image.c: (ev_image_save_tmp):
1588         * libdocument/ev-module.c: (ev_module_load):
1589         * shell/ev-application.c: (ev_application_shutdown),
1590         (ev_application_get_print_settings):
1591         * shell/ev-sidebar-attachments.c:
1592         (ev_sidebar_attachments_button_press),
1593         (ev_sidebar_attachments_drag_data_get):
1594         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1595         (ev_window_print_finished), (ev_window_print_send),
1596         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1597         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1598         (ev_window_cmd_preview_print):
1599         * shell/main.c: (load_files_remote):
1600         Fix some build warnings under GCC 4.3.0. (#537535).
1601
1602 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * shell/ev-jobs.c: (ev_job_render_dispose):
1605
1606         Fix a crash in debug mode. Patch by Daniel M German.
1607         
1608 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * shell/ev-window.c:
1611
1612         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1613         
1614 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * shell/ev-window.c: (ev_window_print_send),
1617         (ev_window_do_preview_print):
1618
1619         Use the window title as print job name instead of just
1620         "evince-print". Fixes bug #534493.
1621         
1622 2008-05-19  Frederic Peters  <fpeters@0d.be>
1623
1624         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1625         Bug #533897.
1626
1627 2008-05-19  Frederic Peters  <fpeters@0d.be>
1628
1629         * help/reference/Makefile.am: added missing libevmountoperation to
1630         gtkdoc-scanobj libraries.  Bug #533896.
1631
1632 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1633
1634         * properties/ev-properties-view.c (get_default_user_units):
1635         Fixes check for default units string translation. Bug #533323.
1636
1637 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1638
1639         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1640         be an iks_free(). Fix an array overflow in the XML parser that
1641         would occur whenever the number of attributes in a tag was greater
1642         than 0 and divisible by 6. Fixes GNOME bug #530852.
1643
1644 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * backend/djvu/djvu-document-private.h:
1647         * backend/djvu/djvu-links.c:
1648         * backend/djvu/djvu-text.c:
1649         * backend/djvu/djvu-document.c: (djvu_handle_events),
1650         (djvu_wait_for_message), (djvu_document_load),
1651         (document_get_page_size), (djvu_document_render),
1652         (djvu_document_thumbnails_get_thumbnail),
1653         (djvu_document_file_exporter_end):
1654
1655         Make sure load job doesn't finish successfully when the document
1656         is not successfully decoded by libdjvu. Fixes bug #530202.
1657         
1658 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * configure.ac:
1661         * libdocument/Makefile.am:
1662         * libdocument/ev-debug.[ch]:
1663         * libdocument/ev-document.c:
1664         * shell/ev-jobs.c: (ev_job_links_dispose),
1665         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1666         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1667         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1668         (ev_job_render_page_ready), (ev_job_render_run),
1669         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1670         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1671         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1672         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1673         (ev_job_print_new), (ev_job_print_run):
1674         * shell/main.c: (main):
1675
1676         Add debug mode based on gedit code. Add debug messages in
1677         ev-jobs.
1678         
1679 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * libdocument/ev-document-factory.c: (get_document_from_uri):
1682
1683         Fix memory leak.
1684         
1685 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1686
1687         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1688         (get_mime_type_from_data), (get_document_from_uri),
1689         (ev_document_factory_get_document):
1690         
1691         Improved error message about file opening failture.
1692         Bug #529129.
1693
1694 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1695
1696         * data/evince-toolbar.xml:
1697         
1698         Allow to add SaveAs to toolbar.
1699
1700 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * shell/ev-view-private.h:
1703         * shell/ev-view.[ch]: (ev_view_button_release_event),
1704         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1705         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1706         (ev_view_update_primary_selection), (clear_link_selected),
1707         (ev_view_copy_link_address):
1708         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1709
1710         Update also the primary selection when copying a link
1711         address. Fixes bug #520855.
1712         
1713 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * libdocument/ev-document-factory.c: (get_document_from_uri):
1716
1717         Use the pixbuf backend only when the mime type is not supported by
1718         any of the other backend so that tiff documents, for instance, are
1719         handled by the tiff backend instead of the pixbuf backend. fixes
1720         bug #520290.
1721         
1722 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * cut-n-paste/Makefile.am:
1725
1726         Add evmountoperation to subdirs list.
1727         
1728 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * configure.ac:
1731
1732         Fix libspectre check in configure script. Fixes bug #528549.
1733         
1734 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * configure.ac:
1737         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1738         * shell/Makefile.am:
1739         * shell/ev-window.c: (ev_window_load_remote_failed),
1740         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1741
1742         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1743         open documents in remote locations that are not mounted.
1744         
1745 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1748         (bitmap_convert_msb8):
1749         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1750         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1751
1752         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1753         
1754 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1757         (ev_job_render_new), (ev_job_render_set_selection_info),
1758         (ev_job_render_run):
1759         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1760         (check_job_size_and_unref),
1761         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1762         (add_job), (ev_pixbuf_cache_get_selection_surface):
1763
1764         Create the render context needed for rendering a page in the render
1765         thread so that we don't block the main thread. Simplify
1766         EvJobRender API.
1767         
1768 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * libdocument/Makefile.am:
1771         * libdocument/ev-page.[ch]:
1772         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1773         (ev_render_context_new), (ev_render_context_set_page):
1774         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1775         (ev_form_field_finalize), (ev_form_field_class_init):
1776         * libdocument/ev-document-forms.[ch]:
1777         (ev_document_forms_get_form_fields):
1778         * libdocument/ev-document.[ch]: (ev_document_get_page),
1779         (ev_document_get_page_size), (ev_document_get_page_label):
1780         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1781         (ev_job_render_run), (ev_job_thumbnail_new),
1782         (ev_job_thumbnail_run), (ev_job_print_run):
1783         * shell/ev-page-cache.c: (ev_page_cache_new):
1784         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1785         (check_job_size_and_unref), (add_job):
1786         * shell/ev-sidebar-thumbnails.c: (add_range):
1787         * shell/ev-view.c: (ev_view_form_field_get_region),
1788         (ev_view_form_field_button_create_widget),
1789         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1790         (ev_view_handle_form_field), (ev_view_size_allocate),
1791         (get_selected_text):
1792         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1793         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1794         (pdf_document_get_page), (pdf_document_get_page_label),
1795         (pdf_document_render), (pdf_document_get_info),
1796         (pdf_document_document_iface_init),
1797         (pdf_document_thumbnails_get_thumbnail),
1798         (pdf_document_thumbnails_get_dimensions),
1799         (pdf_document_file_exporter_do_page),
1800         (pdf_selection_render_selection),
1801         (pdf_selection_get_selected_text),
1802         (pdf_selection_get_selection_region),
1803         (pdf_selection_get_selection_map),
1804         (pdf_document_forms_get_form_fields),
1805         (pdf_document_forms_form_field_text_get_text),
1806         (pdf_document_forms_form_field_text_set_text),
1807         (pdf_document_forms_form_field_button_set_state),
1808         (pdf_document_forms_form_field_button_get_state),
1809         (pdf_document_forms_form_field_choice_get_item),
1810         (pdf_document_forms_form_field_choice_get_n_items),
1811         (pdf_document_forms_form_field_choice_is_item_selected),
1812         (pdf_document_forms_form_field_choice_select_item),
1813         (pdf_document_forms_form_field_choice_toggle_item),
1814         (pdf_document_forms_form_field_choice_unselect_all),
1815         (pdf_document_forms_form_field_choice_set_text),
1816         (pdf_document_forms_form_field_choice_get_text):
1817         * backend/ps/ev-spectre.c: (ps_document_get_page),
1818         (ps_document_get_page_size), (ps_document_get_page_label),
1819         (ps_document_render), (ps_document_document_iface_init),
1820         (ps_document_file_exporter_do_page):
1821         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1822         (tiff_document_render), (tiff_document_render_pixbuf),
1823         (tiff_document_file_exporter_do_page):
1824         * backend/pixbuf/pixbuf-document.c:
1825         (pixbuf_document_get_page_size):
1826         * backend/comics/comics-document.c:
1827         (comics_document_get_page_size), (comics_document_render_pixbuf):
1828         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1829         (djvu_document_render), (djvu_selection_get_selected_text),
1830         (djvu_document_thumbnails_get_thumbnail),
1831         (djvu_document_file_exporter_do_page),
1832         (djvu_document_find_get_result):
1833         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1834         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1835         (dvi_document_thumbnails_get_thumbnail),
1836         (dvi_document_file_exporter_do_page):
1837         * backend/impress/impress-document.c:
1838         (impress_document_get_page_size),
1839         (impress_document_render_pixbuf):
1840         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1841
1842         Add EvPage so that we can hold a reference to the backend
1843         page. Form fields keep now a reference to the poppler page
1844         improving performance since we don't have to create/destroy the
1845         poppler field for every form operation. This will be needed for
1846         annotations too.
1847         
1848 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * data/evince-ui.xml:
1851         * shell/ev-window.c:
1852
1853         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1854         
1855 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * configure.ac:
1858         * backend/ps/Makefile.am:
1859
1860         Remove gs stuff from ps backend.
1861         
1862 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * configure.ac:
1865         * backend/pdf/ev-poppler.cc:
1866
1867         Bump poppler requirement to 0.8.0.
1868         
1869 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1870
1871         * NEWS:
1872         * configure.ac:
1873
1874         Update for release 2.22.1.1
1875
1876 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * configure.ac:
1879
1880         Fix build (again) when poppler version is 0.6
1881         
1882 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * backend/djvu/djvu-links.c: (build_tree):
1885
1886         Make sure link title is a valid utf8 string. Fixes bug #526517.
1887         
1888 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * configure.ac:
1891
1892         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1893         #526799.
1894         
1895 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1896
1897         * configure.ac:
1898         
1899         Update for release 2.22.1.
1900
1901 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1902
1903         * NEWS:
1904
1905         Update for upcoming release.
1906
1907 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * configure.ac:
1910         * backend/dvi/dvidocument.evince-backend.in:
1911
1912         Add compressed dvi to the list of supported mime types. Patch by
1913         Ed Catmur. Fixes bug #307087.
1914
1915 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1916
1917         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1918
1919         Fix a crash when printing a range that doesn't specify the start or
1920         end page. Fixes bug #524288.
1921
1922 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1923
1924         * shell/ev-window.c: (ev_window_cmd_continuous),
1925         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1926         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1927         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1928         (ev_window_run_presentation), (ev_window_stop_presentation),
1929         (ev_window_cmd_view_presentation),
1930         (ev_window_cmd_leave_fullscreen),
1931         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1932
1933         Do not unfullscreen and fullscreen again the window when changing
1934         from fullscreen to presentation mode and vice versa. Fixes bug
1935         #524112.
1936         
1937 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1940
1941         Do not crash when thumbnail failed to render in PS backend. Fixes
1942         bug #525015.
1943         
1944 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1945
1946         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1947         (ev_window_load_file_remote), (ev_window_open_uri):
1948
1949         Handle errors when opening remote files.
1950         
1951 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1952
1953         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1954
1955         Only grab the focus for the current visible proxy widget. Fixes
1956         bug #521224.
1957         
1958 2008-03-30  Emil Soleyman  <emil@nishra.com>
1959
1960         * shell/ev-window.c: (launch_external_uri):
1961         
1962         Reuse g_app_info_launch_default_for_uri to
1963         save some code and fix bug #525009.
1964
1965 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1966
1967         * shell/ev-window.c (image_save_dialog_response_cb):
1968
1969         Use g_str_has_suffix. See bug #523069.
1970
1971 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * configure.ac:
1974
1975         Add a configure option to enable/diable DBus. Patch by Rémi
1976         Cardona. Fixes bug 521797.
1977
1978 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1981
1982         Fix printing in documents with rotated pages. Patch by Eugen
1983         Dedu. Fixes bug #512648.
1984         
1985 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1988         (ev_link_from_action):
1989
1990         Fix warning messages.
1991         
1992 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * shell/ev-window.c: (image_save_dialog_response_cb):
1995
1996         Do not append the extension to filename when saving an image
1997         if the filename alredy contains the extension. Fixes bug #523069.
1998         
1999 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * shell/ev-view.[ch]: (ev_view_find_cancel):
2002         * shell/ev-window.c: (find_bar_close_cb):
2003
2004         Cancel the find operation when the find bar is closed. Fixes bug
2005         #508845.
2006         
2007 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * backend/ps/psdocument.evince-backend.in:
2010
2011         Make ps backend module resident. Fixes bug #520607.
2012         
2013 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * shell/ev-jobs.c: (ev_job_print_run):
2016
2017         Invert collate action in order to work as expected, fix reverse
2018         printing so that it doesn't start with a blank page and fix number
2019         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2020         
2021 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2024
2025         Fix build with poppler <= 0.7.2
2026         
2027 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * libdocument/ev-document-misc.c:
2030         (ev_document_misc_surface_from_pixbuf):
2031
2032         Fix selections with poppler-splash.
2033         
2034 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2035
2036         * configure.ac:
2037         * backend/pdf/ev-poppler.cc:
2038
2039         Fix build with poppler >= 0.7.2
2040         
2041 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2042
2043         * configure.ac:
2044         
2045         Update for release 2.22.0
2046
2047 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * NEWS:
2050
2051         Update for upcoming release.
2052
2053 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2054
2055         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2056
2057         Bug 495107 – Handle print dialog responses correctly
2058
2059         Correctly handle print dialog response. Properly fixes
2060         the above mentioned bug.
2061
2062 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2065
2066         Make sure print job is only run when the print button is
2067         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2068         
2069 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * backend/pdf/pdfdocument.evince-backend.in:
2072         * libdocument/ev-backends-manager.c:
2073         (ev_backends_manager_load_backend),
2074         (ev_backends_manager_get_document):
2075         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2076
2077         Allow making backend modules resident. This is needed only for
2078         some backends like pdf to avoid registering glib types more than
2079         once.
2080         
2081 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * backend/comics/comics-document.c:
2084         * backend/djvu/djvu-document.c:
2085         * backend/impress/impress-document.c:
2086         * backend/pdf/ev-poppler.cc:
2087         * backend/pixbuf/pixbuf-document.c:
2088         * backend/ps/ev-spectre.c:
2089         * backend/ps/ps-document.c:
2090         * backend/tiff/tiff-document.c:
2091         * libdocument/ev-document.h:
2092         * properties/ev-properties-main.c:
2093
2094         Use g_type_module_add_interface instead of
2095         g_type_add_interface_static. Fixes bug #519679.
2096         
2097 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2098
2099         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2100         Added. Returns whether the animation has everything necessary to run.
2101         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2102         is ready just because it's been created. Fixes #519106.
2103         (draw_one_page): Do not show the "Loading..." text in presentation
2104         mode, there was a slim probability that this could happen.
2105
2106 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2107
2108         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2109
2110         Duplicate mime_type string before freeing it so that it doesn't
2111         always fail when getting mime type from uri. Fixes bug #518874.
2112         
2113 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2116
2117         Fix a crash when a choice form field doesn't have any item
2118         selected. Fixes bug #518831
2119         
2120 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2121
2122         * shell/ev-window.c (ev_window_clear_temp_file):
2123         Use g_file_has_prefix instead of renamed
2124         g_file_contains_file.
2125
2126         * configure.ac:
2127         Require new glib for above change.
2128         
2129 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * libdocument/ev-image.c: (ev_image_finalize),
2132         (ev_image_save_tmp):
2133
2134         Return a real uri instead of a filename when saving an
2135         image. Fixes images drag an drop from evince to nautilus. 
2136         
2137 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2138
2139         * backend/pdf/ev-poppler.cc:
2140         (pdf_document_images_get_image_mapping):
2141
2142         Return the image list in the right order. Fixes bug #516237.
2143         
2144 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2145
2146         * backend/impress/impress-document.c:
2147         (impress_document_thumbnails_get_thumbnail):
2148
2149         Remove unused variable to avoid a compiler warning.
2150
2151 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2152
2153         * configure.ac:
2154         
2155         Update for release 2.21.91.
2156
2157 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * configure.ac:
2160         * shell/Makefile.am:
2161         * shell/ev-application.[ch]:
2162         * shell/ev-sidebar-links.c:
2163         * shell/ev-utils.[ch]:
2164         * shell/ev-window.[ch]:
2165
2166         Remove libgnomeprint support. Fixes bug #512370.
2167         
2168 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2169
2170         * thumbnailer/evince-thumbnailer.c: (main):
2171
2172         Initialize glib type system before using it. Fixes bug #513934.
2173         
2174 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * properties/ev-properties-main.c:
2177
2178         Add missing #include.
2179         
2180 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2181
2182         * configure.ac:
2183         * backend/djvu/djvu-document.c: (djvu_document_render):
2184         * backend/tiff/tiff-document.c: (tiff_document_render):
2185
2186         Use the new cairo function cairo_format_stride_for_width when
2187         available. Fixes bug #482720.
2188
2189 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2190
2191         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2192         (get_mime_type_from_data), (get_document_from_uri):
2193
2194         Use g_content_type_guess() only when slow is true in
2195         get_document_from_uri(). Fix several memory leaks.
2196         
2197 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2198
2199         * libdocument/ev-document-factory.c:
2200         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2201         (get_document_from_uri):
2202
2203         Use g_content_type_guess () to get mimetype for files.
2204         Bug #510401.
2205
2206 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2207
2208         * thumbnailer/Makefile.am:
2209
2210         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2211         
2212 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2213
2214         * configure.ac:
2215
2216         Fix build with --without-libgnome. Fixes bug #512771.
2217         
2218 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2219
2220         * backend/dvi/Makefile.am: Install only dvi
2221         module. Fixes bug #512718.
2222
2223 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2224
2225         * properties/ev-properties-main.c: (nautilus_module_initialize):
2226         
2227         Initialize backends in properties tab. Fixes bug
2228         #512720.
2229
2230 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2231
2232         * properties/Makefile.am: No need to link with 
2233         libraries. Fixes bug #512719.
2234
2235 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2236
2237         * NEWS:
2238         * configure.ac:
2239         
2240         Update for release 2.21.90.
2241
2242 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * shell/ev-window.c: (ev_window_cmd_escape):
2245
2246         Fix compile warning.
2247         
2248 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2251
2252         Fix printing in dvi backend when filename contains white
2253         espaces. Fixes bug #502839.
2254         
2255 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2258         (screensaver_disable_x11):
2259         * shell/Makefile.am:
2260         * shell/xdg-user-dir-lookup.c: Removed
2261         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2262         * shell/ev-view.c: (ev_view_presentation_transition_start):
2263         * shell/ev-window.c: (ev_window_cmd_file_open),
2264         (ev_window_cmd_save_as), (presentation_set_timeout):
2265
2266         Remove #ifdefs that are no longer needed.
2267         
2268 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2269
2270         * shell/ev-view.[ch]: (ev_view_button_release_event),
2271         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2272         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2273         (ev_window_cmd_escape):
2274
2275         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2276         
2277 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * configure.ac:
2280         * backend/comics/comics-document.c: (comics_document_load):
2281         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2282         (ev_attachment_set_property), (ev_attachment_init),
2283         (ev_attachment_save), (ev_attachment_launch_app),
2284         (ev_attachment_open):
2285         * libdocument/ev-document-factory.c: (get_document_from_uri):
2286         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2287         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2288         * shell/ev-jobs.c:
2289         * shell/ev-password.c: (ev_password_dialog_set_property),
2290         (ev_password_dialog_save_password):
2291         * shell/ev-sidebar-attachments.c:
2292         (ev_sidebar_attachments_drag_data_get):
2293         * shell/ev-window-title.c: (get_filename_from_uri):
2294         * shell/ev-window.c: (ev_window_clear_temp_file),
2295         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2296         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2297         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2298         (launch_external_uri), (image_save_dialog_response_cb),
2299         (attachment_save_dialog_response_cb):
2300         * shell/main.c: (load_files), (load_files_remote), (main):
2301         * thumbnailer/evince-thumbnailer.c: (main):
2302
2303         Port to gio and drop gnome-vfs dependency. Fixes bug
2304         #510401. Based on patch by Cosimo Cecchi.
2305         
2306 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2307
2308         * NEWS:
2309
2310         Fixed formatting inconsistencies (spaces vs. tabs)
2311
2312 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2313
2314         * shell/ev-window.c:
2315
2316         Use top/up/bottom/down arrows instead of
2317         first/left/last/right in the toolbar and menu actions.
2318         This fixes issues with RTL languages and is visually
2319         consistent with the page view. Fixes bug #170081.
2320
2321 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2322
2323         * NEWS:
2324
2325         Fixed some inaccuracies pointed out by Carlos Garcia
2326         Campos.
2327
2328 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2329
2330         * NEWS:
2331         * data/evince.schemas.in:
2332         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2333
2334         Override PDF restrictions by default. Fixes bug #382700.
2335
2336 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2337
2338         * NEWS: Updated for upcoming release
2339
2340 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2343
2344         Fix memory leak.
2345         
2346 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2347
2348         * shell/ev-window.c: (register_custom_actions):
2349         
2350         Added comment for translators
2351
2352 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * shell/ev-view.c: (ev_view_button_release_event):
2355
2356         Do not create the idle function for kinetic scrolling if we are
2357         not in a drag operation.
2358
2359 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2362         (ev_view_button_press_event), (ev_view_motion_notify_event),
2363         (ev_view_button_release_event):
2364
2365         Restore cursor after autoscrolling. Fixes bug #509958.
2366
2367 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * configure.ac:
2370         * backend/pdf/ev-poppler.cc:
2371         (pdf_document_images_get_image_mapping),
2372         (pdf_document_images_get_image),
2373         (pdf_document_document_images_iface_init):
2374         * libdocument/ev-document-images.[ch]:
2375         (ev_document_images_get_image_mapping),
2376         (ev_document_images_get_image):
2377         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2378         (ev_image_get_id), (ev_image_save_tmp):
2379         * shell/ev-jobs.c: (ev_job_render_run):
2380         * shell/ev-view.c: (ev_view_drag_data_get):
2381         * shell/ev-window.c: (image_save_dialog_response_cb),
2382         (ev_view_popup_cmd_copy_image):
2383
2384         Do not render images when rendering the page but on demand. It
2385         reduces the memory comsumption.
2386         
2387 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2388
2389         * configure.a:
2390         * shell/ev-password.c:
2391
2392         Make gnome-keyring optional. Fixes bug #509676.
2393         
2394 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * shell/ev-pixbuf-cache.c: (add_job):
2397
2398         Initialize include_images variable as FALSE instead of TRUE.
2399         
2400 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2401
2402         * configure.ac:
2403         * cut-n-paste/Makefile.am:
2404         * cut-n-paste/fileformatchooser/Makefile.am:
2405         * cut-n-paste/fileformatchooser/egg-macros.h:
2406         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2407         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2408         * shell/Makefile.am:
2409         * shell/ev-utils.c:
2410         (file_chooser_dialog_add_writable_pixbuf_formats),
2411         (get_gdk_pixbuf_format_by_extension):
2412         * shell/ev-utils.h:
2413         * shell/ev-window.c: (ev_window_error_message),
2414         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2415         
2416         Simplify image format selection on save.
2417
2418 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2419
2420         * shell/ev-view.c: (ev_view_scroll_event):
2421         
2422         Repair gorizontal scrolling with shift. Fixes
2423         bug #483412.
2424
2425 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2426         
2427         * MAINTAINERS:
2428
2429         Fix formatting issues.
2430         
2431 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2432
2433         * backend/comics/comics-document.c: (comics_regex_quote):
2434         
2435         Don't overquote special chars except of '. See bug 
2436         502500. Thanks to Tom Parker.
2437
2438 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2439
2440         * MAINTAINERS:
2441         
2442         Added Nickolay and Carlos, since they're doing most of
2443         the releases nowadays.
2444
2445 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2446
2447         * properties/Makefile.am:
2448
2449         Get the nautilus extension dir properly instead of using
2450         a hack. Fixes bug #505359.
2451
2452 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2453
2454         * properties/Makefile.am:
2455         
2456         Install nautilus extension into new place. See bug
2457         #505359. Thanks to Matthias Clasen, Brian Pepple and
2458         Damien Carbery.
2459
2460 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2461
2462         * shell/ev-window.c: (ev_window_get_recent_file_label):
2463         
2464         RTL marker in recent file list. See bug #509076.
2465
2466 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2469         * shell/ev-window.c: (image_save_dialog_response_cb):
2470
2471         Fix compile warnings due to unused variables.
2472         
2473 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * configure.ac:
2476         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2477         * backend/ps/ev-spectre.c: (ps_document_render):
2478
2479         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2480
2481 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2482
2483         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2484         (ev_transition_animation_paint): Implement "fade" effect.
2485
2486 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2487
2488         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2489         (ev_transition_animation_paint): Implement "uncover" effect.
2490
2491 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2492
2493         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2494         (ev_transition_animation_paint): Implement "cover" effect.
2495
2496 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2497
2498         * shell/ev-transition-animation.c (ev_transition_animation_push)
2499         (ev_transition_animation_paint): Implement "push" effect.
2500
2501 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2502
2503         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2504         (ev_transition_animation_paint): Implement "dissolve" effect.
2505
2506 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2507
2508         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2509         (ev_transition_animation_paint): Implement "wipe" effect.
2510
2511 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2512
2513         * shell/ev-transition-animation.c (ev_transition_animation_box)
2514         (ev_transition_animation_paint): Implement "box" effect.
2515
2516 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2517
2518         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2519         (ev_transition_animation_paint): Implement "blinds" effect.
2520
2521 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2522
2523         * shell/ev-transition-animation.c (ev_transition_animation_split)
2524         (ev_transition_animation_paint): Implement "split" effect.
2525
2526 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2527
2528         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2529         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2530         (ev_view_transition_animation_start) 
2531         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2532         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2533         (ev_view_next_page) (ev_view_previous_page):
2534         
2535         Use EvTransitionAnimation to drive page changes in the presentation
2536         mode, the animation will wait to start until both the origin and 
2537         destination page surfaces are available. Fixes #458460.
2538
2539         (draw_loading_text):
2540
2541         Remove workaround for bug #320352, it's now fixed properly.
2542
2543
2544 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2545
2546         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2547         will contain the implementations for page transition animations, at
2548         the moment it just has the "replace" effect.
2549         * shell/Makefile.am: Added these files to build.
2550
2551 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2552
2553         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2554         animations.
2555         * shell/Makefile.am: Added these files to build.
2556
2557 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2558
2559         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2560         implementation to get_effect() in EvDocumentTransitionIface.
2561
2562 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2563
2564         * libdocument/ev-transition-effect.[ch]: New files, define a page
2565         transition effect, at the moment it maps PopplerPageTransition to a
2566         GObject.
2567         * libdocument/Makefile.am: Added these files to build.
2568         * libdocument/ev-document-transition.[ch]
2569         (ev_document_transition_get_effect): New method, gets the
2570         EvTransitionEffect returned by the interface implementation, with
2571         fallback to the "replace" effect.
2572
2573 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2574
2575         * configure.ac:
2576         * cut-n-paste/Makefile.am:
2577         * cut-n-paste/fileformatchooser/Makefile.am:
2578         * cut-n-paste/fileformatchooser/egg-macros.h:
2579         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2580         * shell/Makefile.am:
2581         * shell/ev-window.c: (image_save_dialog_response_cb),
2582         (ev_view_popup_cmd_save_image_as):
2583
2584         Allow exporting images in any format supported by
2585         GdkPixbuf. Fixes bug #500209.
2586         
2587 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2588
2589         * backend/pixbuf/pixbuf-document.c:
2590
2591         More warnings fixed.
2592         
2593 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2596         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2597         * backend/djvu/djvu-text.h:
2598         * backend/tiff/tiff-document.c: (tiff_document_render):
2599
2600         Fix compile warnings.
2601         
2602 2007-12-28  Christian Persch  <chpe@gnome.org>
2603
2604         * **/*.c: Include config.h. Bug #504721.
2605
2606 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2607
2608         * configure.ac:
2609         * Makefile.am:
2610         * po/POTFILES.in:
2611         * backend/comics/Makefile.am:
2612         * backend/comics/comics-document.[ch]:
2613         * backend/comics/comicsdocument.evince-backend.in:
2614         * backend/djvu/Makefile.am:
2615         * backend/djvu/djvu-document.[ch]:
2616         * backend/djvu/djvudocument.evince-backend.in:
2617         * backend/dvi/Makefile.am:
2618         * backend/dvi/dvi-document.[c]:
2619         * backend/dvi/dvidocument.evince-backend.in:
2620         * backend/impress/Makefile.am:
2621         * backend/impress/impress-document.[ch]:
2622         * backend/impress/impressdocument.evince-backend.in:
2623         * backend/pdf/Makefile.am:
2624         * backend/pdf/ev-poppler.cc:
2625         * backend/pdf/ev-poppler.h:
2626         * backend/pdf/pdfdocument.evince-backend.in:
2627         * backend/pixbuf/Makefile.am:
2628         * backend/pixbuf/pixbuf-document.[ch]:
2629         * backend/pixbuf/pixbufdocument.evince-backend.in:
2630         * backend/ps/Makefile.am:
2631         * backend/ps/ev-spectre.[ch]:
2632         * backend/ps/ps-document.[ch]:
2633         * backend/ps/psdocument.evince-backend.in:
2634         * backend/tiff/Makefile.am:
2635         * backend/tiff/tiff-document.[ch]:
2636         * backend/tiff/tiffdocument.evince-backend.in:
2637         * libdocument/Makefile.am:
2638         * libdocument/ev-backends-manager.[ch]:
2639         * libdocument/ev-module.[ch]:
2640         * libdocument/ev-document.h:
2641         * libdocument/ev-document-factory.[ch]:
2642         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2643         (get_compression_from_mime_type), (get_document_from_uri),
2644         (ev_document_factory_get_document), (file_filter_add_mime_types),
2645         (ev_document_factory_add_filters):
2646         * shell/Makefile.am:
2647         * shell/ev-window-title.c: (get_filename_from_uri):
2648         * shell/main.c: (main):
2649         * thumbnailer/Makefile.am:
2650         * thumbnailer/evince-thumbnailer.c: (main):
2651
2652         Plugin system for backends. Fixes bug #351348.
2653         
2654 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2655
2656         * shell/ev-view-private.h:
2657         * shell/ev-view.c: (ev_view_drag_update_momentum),
2658         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2659         (ev_view_button_release_event), (ev_view_destroy):
2660         
2661         Kinetic scrolling implemented as requested in
2662         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2663
2664 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2665
2666         * data/evince-toolbar.xml:
2667         * data/evince-ui.xml:
2668         * shell/ev-view-private.h:
2669         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2670         (ev_view_button_press_event), (ev_view_motion_notify_event),
2671         (ev_view_button_release_event), (ev_view_init),
2672         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2673         (ev_view_set_cursor):
2674         * shell/ev-view.h:
2675         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2676         (ev_window_cmd_view_autoscroll):
2677         
2678         Autoscroll feature with the context menu. Fixes bug 
2679         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2680
2681 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2684
2685         Disconnect also page-ready signal when removing a job because the
2686         page size has changed. Thanks to kripken
2687         <kripkensteiner@gmail.com>.
2688
2689 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2690
2691         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2692         
2693         Scroll pages in page entry with mouse wheel. Fixes bug
2694         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2695
2696 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2697
2698         * backend/dvi/Makefile.am:
2699         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2700         (mdvi_cairo_device_init):
2701         * backend/dvi/mdvi-lib/common.h:
2702         * backend/dvi/mdvi-lib/mdvi.h:
2703         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2704         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2705         (mdvi_build_path_from_cwd):
2706
2707         Add ps specials support in dvi backend when libspectre is
2708         present. Fixes bug #386005.
2709         
2710 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * configure.ac:
2713         * backend/ps/Makefile.am:
2714         * backend/ps/ev-spectre.[ch]:
2715         
2716         Use libspectre, if available, for the ps backend. Fixes bugs
2717         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2718
2719 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2720         
2721         * backend/comics/comics-document.c: (comics_document_load):
2722         
2723         Cygwin build issue fix.
2724
2725 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-view.c: (ev_view_set_zoom):
2728
2729         Do not limit the minimum zoom factor when sizing mode is best bit
2730         or fit width. Fixes bug #503805.
2731         
2732 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2733
2734         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2735         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2736         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2737         (ev_link_dest_get_property), (ev_link_dest_set_property),
2738         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2739         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2740         (ev_link_dest_new_fitr):
2741         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2742         (goto_fith_dest), (goto_xyz_dest):
2743
2744         Do not change left, top and zoom values when they are null in PDF
2745         destinations. Fixes bug #460658.
2746         
2747 2007-12-10  Christian Persch  <chpe@gnome.org>
2748
2749         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2750         (ev_view_accessible_class_init),
2751         (ev_view_accessible_idle_do_action),
2752         (ev_view_accessible_action_do_action),
2753         (ev_view_accessible_action_get_description),
2754         (ev_view_accessible_action_set_description),
2755         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2756         (ev_view_accessible_factory_init),
2757         (ev_view_accessible_factory_get_accessible_type):
2758         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2759         private data, and G_DEFINE_TYPE. Bug #502843.
2760
2761 2007-12-08  Christian Persch  <chpe@gnome.org>
2762
2763         * shell/ev-metadata-manager.c: (item_free),
2764         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2765         (value_free), (parse_value), (parseItem),
2766         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2767         (save_values): Use GSlice to allocate small amounts of memory. Bug
2768         #475972.
2769
2770 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2773
2774         Restore cursor to normal after a drag operation. Fixes bug
2775         #501603.
2776         
2777 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2778
2779         * NEWS:
2780         * configure.ac:
2781         
2782         Update for release 2.21.1
2783
2784 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2785
2786         * configure.ac:
2787         * cut-n-paste/gedit-message-area/Makefile.am:
2788         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2789         * shell/Makefile.am:
2790         * shell/ev-message-area.[ch]:
2791         * shell/ev-window.c: (ev_window_set_message_area),
2792         (ev_window_error_message_response_cb), (ev_window_error_message),
2793         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2794         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2795         (ev_attachment_popup_cmd_open_attachment),
2796         (attachment_save_dialog_response_cb), (ev_window_set_document),
2797         (ev_window_init):
2798
2799         Use a message area instead of a popup dialog for error
2800         notifications. Fixes bug #337495.
2801         
2802 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2805         (ev_window_run_fullscreen):
2806
2807         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2808         
2809 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * ev-sidebar-thumbnails.c: (update_visible_range),
2812         (ev_sidebar_thumbnails_refresh),
2813         (ev_sidebar_thumbnails_set_document),
2814         (ev_sidebar_thumbnails_support_document):
2815
2816         Show thumbnails for documents with one page. Fixes bug #358751.
2817         
2818 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2819
2820         * shell/ev-window.c:
2821         (ev_window_load_print_settings_from_metadata),
2822         (ev_window_save_print_settings), (ev_window_print_finished),
2823         (ev_window_print_range):
2824
2825         Print settings that are specific to the document are now saved per
2826         document in the metadata file. Fixes bug #488806.
2827         
2828 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2829
2830         * backend/tiff/tiff-document.c: (tiff_document_render):
2831
2832         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2833         
2834 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * shell/ev-application.[ch]: (get_find_string_from_args),
2837         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2838         (ev_application_open_uri_list):
2839         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2840         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2841         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2842         (ev_window_cmd_recent_file_activate),
2843         (ev_window_open_recent_action_item_activated),
2844         (ev_window_print_send), (open_remote_link):
2845         * shell/main.c: (arguments_parse):
2846
2847         Add a command line option for search. Fixes bug #497710.
2848         
2849 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2850
2851         * shell/ev-jobs.c: (ev_job_print_new):
2852
2853         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2854         
2855 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * data/evince-toolbar.xml:
2858         * shell/Makefile.am:
2859         * shell/ev-application.c: (ev_application_init):
2860         * shell/ev-open-recent-action.[ch]:
2861         * shell/ev-window.c:
2862         (ev_window_open_recent_action_item_activated),
2863         (register_custom_actions):
2864
2865         Add an expander to the open toolbar item which pops up a dropdown
2866         menu with the recently used documents. Fixes bug #487215.
2867         
2868 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * shell/ev-window.c: (ev_window_open_uri),
2871         (ev_window_cmd_view_reload):
2872
2873         Do not jump to the first page when reloading by running evince
2874         from the command line. Fixes bug #490847.
2875         
2876 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2877
2878         * shell/ev-window.c: (ev_window_cmd_help_contents):
2879
2880         Plugged memory leak when help file is not found. Fixes bug
2881         #490762.
2882         
2883 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * configure.ac:
2886
2887         Enable djvu, dvi and comics backends by default. Fixes bug
2888         #437121.
2889         
2890 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2891
2892         * configure.ac:
2893         * cut-n-paste/Makefile.am:
2894         * cut-n-paste/recent-files/*: Removed
2895         * help/reference/Makefile.am:
2896         * shell/Makefile.am:
2897         * shell/ev-application.[ch]: (ev_application_shutdown),
2898         (ev_application_init):
2899         * shell/ev-window.c: (ev_window_add_recent),
2900         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2901
2902         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2903         
2904 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2905
2906         * shell/ev-window.c: (launch_external_uri):
2907
2908         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2909         and report error if the URL is not supported (#489910).
2910
2911 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2914         (pdf_document_file_exporter_begin_page),
2915         (pdf_document_file_exporter_end_page):
2916
2917         Fix printing with poppler splash backend. Fixes bug #489774.
2918         
2919 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2922         * shell/ev-print-job.c: (ev_print_job_class_init):
2923
2924         Fix a crash when printing with the gnome-print dialog. Fixes bug
2925         #488939.
2926         
2927 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2928
2929         * backend/pixbuf/pixbuf-document.c:
2930
2931         Fix an implicit function definition warning (#487655)
2932
2933 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * shell/ev-window.c:
2936
2937         Fix conflicting shortcut for view sade pane and presentation.
2938         
2939 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2940
2941         * backend/pdf/ev-poppler.cc:
2942         (pdf_document_file_exporter_begin_page),
2943         (pdf_document_file_exporter_do_page),
2944         (pdf_document_file_exporter_end_page),
2945         (pdf_document_file_exporter_iface_init):
2946         * libdocument/ev-file-exporter.[ch]:
2947         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2948         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2949         (ev_job_print_run):
2950
2951         When printing multiple pages per sheet in reverse option, do not
2952         invert the order of the pages in every sheet, but the order of the
2953         sheets. Do not print blank pages when page range is invalid. Fixes
2954         bugs #484857 and #485521.
2955         
2956 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2959         (ev_job_print_run):
2960         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2961
2962         Respect ranges order when printing more than one range in random
2963         order.
2964         
2965 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2966
2967         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2968         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2969
2970         Rotate also the window icon when document is rotated. Fixes bug
2971         #474681.
2972         
2973 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2976         (pdf_document_forms_get_form_fields):
2977
2978         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2979         Matthias Drochner.
2980         
2981 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * configure.ac:
2984         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2985
2986         Use poppler_page_render_for_printing() instead of
2987         poppler_page_render() if available when exporting to a ps or pdf
2988         file. Fixes bug #476627.
2989         
2990 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2991
2992         * shell/ev-window.c: (ev_window_run_fullscreen):
2993
2994         Do not show the toolbar in fullscreen mode if the main toolbar is
2995         not visible. Fixes bug #483048.
2996         
2997 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * shell/ev-view.c: (ev_view_button_press_event):
3000
3001         Give priority to form fields over images when deciding whether a
3002         button press event is over an image or form field. It allows edit
3003         form fields when they are over a background image. Fixes bug
3004         #477841.
3005         
3006 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3007
3008         * NEWS:
3009         * configure.ac:
3010         
3011         Update for release 2.20.0
3012
3013 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3014
3015         * backend/pdf/ev-poppler.cc:
3016
3017         Remove #ifdef HAVE_FORMS, so that forms support works again.
3018
3019 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3020
3021         * configure.ac:
3022         * data/evince.desktop.in.in:
3023         
3024         Fixes desktop file issues. See bug #473471.
3025
3026 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3029         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3030         (ev_job_queue_remove_job):
3031         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3032         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3033         * shell/ev-window.c: (ev_window_clear_save_job),
3034         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3035         (ev_window_dispose):
3036
3037         Move save a copy task to its own job so that it's carried out in a
3038         thread avoiding another lock in the main thread. Use
3039         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3040         can be saved to a pathin another file system. Fixes bug #456891.
3041         
3042 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3043
3044         * NEWS:
3045         * configure.ac:
3046         
3047         Update for release 2.19.92
3048
3049 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3050
3051         * configure.ac:
3052         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3053         (pdf_selection_get_selection_region),
3054         (pdf_selection_get_selection_map),
3055         (ev_form_field_from_poppler_field):
3056
3057         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3058         and triple click selections are enabled again now.
3059
3060 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3061
3062         * shell/ev-window.c: (ev_window_add_history):
3063
3064         Make sure not to use the history with documents not supporting
3065         links. Fixes bug #468954.
3066
3067 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * shell/ev-window.c: (ev_window_load_job_cb):
3070
3071         Restart the search when reloading a document with the find bar
3072         visible. Fixes bug #461962.
3073
3074 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3075
3076         * shell/ev-window.c: (setup_document_from_metadata),
3077         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3078
3079         Do not jump to the first page when reloading a document from the
3080         last page.
3081
3082 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3083
3084         * shell/ev-window.c: (update_chrome_flag),
3085         (setup_sidebar_from_metadata),
3086         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3087         (ev_window_cmd_edit_find_next),
3088         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3089         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3090         (find_bar_close_cb), (view_actions_focus_in_cb):
3091
3092         Do not update visibility when changing a chrome flag so that it's
3093         possible to update several flags and update visibility only once
3094         for all of them.
3095
3096 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3097
3098         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3099
3100         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3101         supported by gtk+. Fixes bug #460907.
3102
3103 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3104
3105         * shell/ev-view.c: (view_update_range_and_current_page):
3106
3107         Make sure current-page <= end-page in continuous mode. Fixes bug
3108         #454950.
3109
3110 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * backend/pdf/ev-poppler.cc: (build_tree):
3113
3114         Ignore outline items without a title. Fixes bug #453913.
3115
3116 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3117
3118         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3119         (ev_view_button_release_event), (ev_view_leave_notify_event):
3120
3121         Use always drag mouse cursor during a drag operation. Fixes bug
3122         #470564.
3123
3124 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3125
3126         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3127         (pdf_selection_get_selection_region),
3128         (pdf_selection_get_selection_map):
3129
3130         Temporarily disable double and triple selections since it depends on
3131         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3132         released and the update of the external dependency minimal version
3133         approved.
3134
3135 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3138         (pdf_document_file_exporter_do_page):
3139         * libdocument/ev-file-exporter.h:
3140         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3141         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3142
3143         Actually fix printing regressions. Remove orientation from
3144         EvPrintContext since it's redundant.
3145
3146 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3149         * backend/impress/impress-document.c:
3150         (impress_document_document_iface_init):
3151         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3152         * backend/djvu/djvu-document.c:
3153         (djvu_document_document_iface_init),
3154         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3155         * backend/tiff/tiff-document.c:
3156         (tiff_document_document_iface_init):
3157         * backend/pixbuf/pixbuf-document.c:
3158         (pixbuf_document_document_iface_init):
3159         * backend/comics/comics-document.c:
3160         (comics_document_document_iface_init):
3161         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3162         (pdf_selection_render_selection),
3163         (pdf_selection_get_selected_text),
3164         (pdf_selection_get_selection_region),
3165         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3166         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3167         (ev_selection_get_selection_region),
3168         (ev_selection_get_selection_map):
3169         * libdocument/ev-document.[ch]:
3170         * shell/ev-pixbuf-cache.[ch]: (add_job),
3171         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3172         * shell/ev-view-private.h:
3173         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3174         (ev_job_render_run):
3175         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3176         * shell/ev-view.c: (start_selection_for_event),
3177         (ev_view_button_press_event), (ev_view_drag_data_get),
3178         (ev_view_drag_data_received), (ev_view_button_release_event),
3179         (compute_new_selection_text), (compute_selections),
3180         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3181         (ev_view_primary_get_cb):
3182
3183         Add support for double and triple click selections.
3184
3185 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3186
3187         * NEWS:
3188         * configure.ac:
3189
3190         Update for release 2.19.4
3191
3192 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3193
3194         * shell/ev-view-private.h:
3195         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3196         (ev_view_set_highlight_search):
3197         * shell/ev-view.h:
3198         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3199         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3200         (find_bar_visibility_changed_cb):
3201         
3202         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3203
3204 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3207         (pdf_document_file_exporter_begin),
3208         (pdf_document_file_exporter_do_page):
3209         * shell/ev-jobs.c: (ev_job_print_run):
3210         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3211
3212         Create always a portrait cairo surface and rotate when needed for
3213         landscape. It fixes printing problems in real printers.
3214
3215 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3218         * libdocument/ev-file-exporter.[ch]:
3219         (ev_file_exporter_get_capabilities):
3220         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3221         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3222
3223         Adjust number of pages per row according to page orientation when
3224         printing 2 or 6 pages per sheet.
3225
3226 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * shell/ev-window.c: (ev_window_print_send):
3229
3230         Reset also cups setting to 1 when printing multiple pages per
3231         sheet. Fixes bug #468853.
3232
3233 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * libdocument/ev-document-misc.c:
3236         (ev_document_misc_surface_rotate_and_scale):
3237
3238         Use directly cairo_surface_get_content() when creating a similar
3239         surface as suggested by Jeff Muizelaar. Thanks again.
3240
3241 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3242
3243         * backend/djvu/djvu-document.c: (djvu_document_render):
3244         * backend/tiff/tiff-document.c: (tiff_document_render):
3245         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3246         * libdocument/ev-document-misc.c:
3247         (ev_document_misc_surface_from_pixbuf),
3248         (ev_document_misc_surface_rotate_and_scale):
3249
3250         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3251         creating page surfaces. Fixes bug #453123. Thank you very much to
3252         Jeff Muizelaar <jeff@infidigm.net>.
3253
3254 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3255
3256         * shell/ev-page-cache.c: (ev_page_cache_new),
3257         (ev_page_cache_get_thumbnail_size):
3258         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3259         (ev_sidebar_thumbnails_set_loading_icon):
3260
3261         Also store in page-cache the dimensions of the thumbnails so that
3262         they can be used to create the correct loading icon in the side
3263         pane. Fixes bug #466857.
3264
3265 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * backend/pdf/ev-poppler.cc:
3268         (pdf_document_thumbnails_get_thumbnail):
3269
3270         Fix thumbnails rotation in pdf documents that include embedded 
3271         thumbnails.
3272
3273 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3274
3275         * backend/pdf/ev-poppler.cc:
3276
3277         Don't use #ifdef in macro expansion. Some compilers don't
3278         like that. Closes bug #467042.
3279
3280 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3281
3282         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3283         
3284         Fixes memory leak in djvu backend.
3285
3286 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3287
3288         * data/icons/32x32/Makefile.am:
3289         * data/icons/32x32/actions/Makefile.am:
3290         * data/icons/32x32/actions/view-page-cont.svg:
3291         * data/icons/32x32/actions/view-page-facing.svg:
3292         * data/icons/48x48/Makefile.am:
3293         * data/icons/48x48/actions/Makefile.am:
3294         * data/icons/48x48/actions/view-page-cont.svg:
3295         * data/icons/48x48/actions/view-page-facing.svg:
3296         
3297         Icons for a new sizes.
3298
3299 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3300
3301         * shell/ev-page-cache.c: (build_height_to_page),
3302         (ev_page_cache_get_height_to_page):
3303         
3304         Fixes invalid read, see bug #466401.
3305
3306 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3307
3308         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3309         (set_drag_cursor):
3310         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3311         (configure_item_cursor), (new_pixbuf_from_widget):
3312
3313         Fix multihead problems in toolbar editor. Fixes bug #382055.
3314
3315 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * shell/ev-window.c: (ev_window_cmd_file_open),
3318         (ev_window_cmd_save_as):
3319
3320         Use g_get_user_special_dir when available instead of
3321         xdg_user_dir_lookup.
3322
3323 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3324
3325         * MAINTAINERS:
3326         
3327         Updated according to request on desktop-devel.
3328
3329 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3330
3331         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3332
3333         Do not use cairo_rectangle and cairo_clip since we are
3334         not using cairo_fill but cairo_paint. Use the same cairo context
3335         for every page in the same expose event.
3336
3337 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3338
3339         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3340         leak.
3341
3342 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3343
3344         * configure.ac:
3345         * NEWS:
3346
3347         Release 0.9.3
3348
3349 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * libdocument/ev-document-info.h:
3352         * libdocument/ev-document.h:
3353         * shell/ev-page-action.h:
3354         * shell/ev-sidebar-links.h:
3355
3356         Fix a headers problem with ev-link
3357         
3358         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3359         * shell/ev-view-private.h:
3360         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3361         (get_link_area), (ev_view_query_tooltip),
3362         (ev_view_leave_notify_event), (ev_view_destroy),
3363         (ev_view_class_init):
3364
3365         Use new gtk tooltips when available instead of ev-tooltip.
3366         
3367 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3368
3369         * shell/ev-window.c: (update_chrome_visibility),
3370         (ev_window_sidebar_visibility_changed_cb):
3371
3372         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3373         
3374 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3375
3376         * shell/ev-navigation-action.c:
3377         (ev_navigation_action_history_changed),
3378         (ev_navigation_action_set_history):
3379         * shell/ev-navigation-action-widget.c:
3380         (ev_navigation_action_widget_init):
3381         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3382
3383         Fix compile warnings.
3384         
3385 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3388         (egg_editable_toolbar_dispose):
3389
3390         Fix memory leak.
3391         
3392 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3395         (screensaver_disable_x11):
3396         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3397         * shell/ev-window.c: (presentation_set_timeout):
3398         * shell/ev-view.c: (ev_view_presentation_transition_start):
3399
3400         Use g_timeout_add_seconds instead of g_timeout_add when
3401         available.
3402         
3403 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3404
3405         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3406
3407         Set horizontal scrollbar policy to AUTOMATIC instead of
3408         NEVER. Workaround for bug #449462.
3409         
3410 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * shell/ev-jobs.c: (ev_job_render_page_ready):
3413
3414         Add page_ready callback to main loop with high priority and hold
3415         a reference to job during idle.
3416         
3417 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * configure.ac:
3420         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3421         (pdf_document_file_exporter_begin),
3422         (pdf_document_file_exporter_do_page),
3423         (pdf_document_file_exporter_get_capabilities):
3424         * libdocument/ev-file-exporter.h:
3425         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3426         * shell/ev-window.c: (ev_window_print_send),
3427         (ev_window_print_dialog_response_cb):
3428
3429         Allow printing multiple pages per sheet. Fixes bug #395573.
3430         
3431 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3432
3433         * shell/ev-view.c: (tip_from_link):
3434         
3435         Check for NULL, fixes bug #460862.
3436
3437 2007-07-29  Christian Persch  <chpe@gnome.org>
3438
3439         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3440         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3441         (ev_window_cmd_preview_print):
3442         
3443         Fixes bug #437681 - blocks while enumerating printers.
3444
3445 2007-07-29  Christian Persch  <chpe@gnome.org>
3446
3447         * shell/ev-window.c: (ev_window_screen_changed):
3448         
3449         Don't use deprecated gtk+ function. See bug #460909.
3450
3451 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * shell/ev-utils.c: (get_num_monitors):
3454         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3455
3456         Do not use display before initializing it. Remove compile
3457         warnings.
3458
3459 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3460
3461         * shell/ev-view.c: (ev_view_class_init):
3462         
3463         Unix-like hjkl bindings added. See bug #458111.
3464
3465 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3466
3467         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3468         * shell/ev-utils.h:
3469         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3470         (ev_view_update_view_size):
3471         * shell/ev-view.h:
3472         * shell/ev-window.c: (ev_window_update_actions),
3473         (setup_view_from_metadata), (ev_window_screen_changed),
3474         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3475         (zoom_control_changed_cb):
3476         * shell/ev-window.h:
3477         
3478         Reorganizes utility functions.
3479
3480 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3483         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3484         (add_job), (ev_pixbuf_cache_get_surface),
3485         (ev_pixbuf_cache_get_link_mapping),
3486         (ev_pixbuf_cache_get_image_mapping),
3487         (ev_pixbuf_cache_get_form_field_mapping),
3488         (ev_pixbuf_cache_get_text_mapping):
3489         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3490         (notify_page_ready), (ev_job_render_page_ready),
3491         (ev_job_render_run):
3492
3493         Add page_ready signal to notify that page is ready as soon as
3494         possible even if other page elements like links, forms, images or
3495         text mapping are not ready yet.
3496
3497 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3500         (dvi_document_file_exporter_do_page),
3501         (dvi_document_file_exporter_get_capabilities),
3502         (dvi_document_file_exporter_iface_init):
3503         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3504         (ps_document_file_exporter_do_page),
3505         (ps_document_file_exporter_get_capabilities),
3506         (ps_document_file_exporter_iface_init):
3507         * backend/djvu/djvu-document.c:
3508         (djvu_document_file_exporter_begin),
3509         (djvu_document_file_exporter_end),
3510         (djvu_document_file_exporter_get_capabilities),
3511         (djvu_document_file_exporter_iface_init):
3512         * backend/tiff/tiff-document.c:
3513         (tiff_document_file_exporter_begin),
3514         (tiff_document_file_exporter_get_capabilities),
3515         (tiff_document_document_file_exporter_iface_init):
3516         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3517         (pdf_document_file_exporter_do_page),
3518         (pdf_document_file_exporter_get_capabilities),
3519         (pdf_document_file_exporter_iface_init):
3520         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3521         (ev_file_exporter_get_capabilities):
3522         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3523         (idle_print_handler), (ev_print_job_print):
3524         * shell/ev-jobs.c: (ev_job_print_run):
3525         * shell/ev-window.c: (ev_window_print_send),
3526         (ev_window_print_range):
3527
3528         Use capabilities to know which options should be offered by the
3529         print dialog depending on the document backend.
3530
3531 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3532
3533         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3534
3535         Give priority to forms over text to set the cursor.
3536
3537 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * shell/ev-view-private.h:
3540         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3541         (ev_view_leave_notify_event), (ev_view_finalize),
3542         (ev_view_get_property), (ev_view_class_init):
3543
3544         Use IBEAM cursor for text form fields and NORMAL cursor for read
3545         only fields. Remove unused status attribute.
3546
3547 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3548
3549         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3550
3551         Update region for current selected items also for checkbox
3552         buttons, since they can behave as radio buttons when they are in a
3553         set.
3554
3555 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3556
3557         * configure.ac:
3558         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3559
3560         Get max length of text form fields.
3561
3562 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3565         * libdocument/ev-form-field.h:
3566         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3567
3568         Fix build with current poppler cvs head.
3569
3570 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3571
3572         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3573         * shell/eggfindbar.c: (egg_find_bar_init):
3574
3575         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3576         deprecation. Fixes bug #455667
3577
3578 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3579
3580         * NEWS:
3581         * configure.ac:
3582         
3583         Update for release 0.9.2
3584
3585 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3586
3587         * shell/ev-view.c: (ev_view_form_field_text_save),
3588         (ev_view_form_field_choice_save):
3589
3590         Fix a crash when closing whith a form widget visible.
3591
3592 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3593
3594         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3595
3596         Update also the region of the current selected button when
3597         clicking on another button if they are radio buttons.
3598
3599 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3602         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3603         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3604         (ev_pixbuf_cache_get_link_mapping),
3605         (ev_pixbuf_cache_get_image_mapping),
3606         (ev_pixbuf_cache_get_form_field_mapping),
3607         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3608         * shell/ev-view.c: (ev_view_form_field_get_region),
3609         (ev_view_form_field_button_create_widget),
3610         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3611         (job_finished_cb):
3612
3613         Redraw only form field region instead of the whole page when
3614         reloading a page to show changes on the form field.
3615
3616 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * shell/ev-view.c: (ev_view_form_field_choice_save):
3619
3620         Fix selection of first item in list form fields.
3621
3622 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3625         (ev_pixbuf_cache_reload_page),
3626         (ev_pixbuf_cache_get_form_field_mapping):
3627
3628         Some refactoring to avoid duplicated code.
3629
3630 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3631
3632         * configure.ac:
3633         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3634         (ev_form_field_from_poppler_field),
3635         (pdf_document_forms_get_form_fields),
3636         (pdf_document_forms_form_field_text_get_text),
3637         (pdf_document_forms_form_field_text_set_text),
3638         (pdf_document_forms_form_field_button_set_state),
3639         (pdf_document_forms_form_field_button_get_state),
3640         (pdf_document_forms_form_field_choice_get_item),
3641         (pdf_document_forms_form_field_choice_get_n_items),
3642         (pdf_document_forms_form_field_choice_is_item_selected),
3643         (pdf_document_forms_form_field_choice_select_item),
3644         (pdf_document_forms_form_field_choice_toggle_item),
3645         (pdf_document_forms_form_field_choice_unselect_all),
3646         (pdf_document_forms_form_field_choice_set_text),
3647         (pdf_document_forms_form_field_choice_get_text),
3648         (pdf_document_document_forms_iface_init):
3649         * libdocument/Makefile.am:
3650         * libdocument/ev-form-field.[ch]:
3651         * libdocument/ev-document-forms.[ch]:
3652         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3653         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3654         (add_job), (ev_pixbuf_cache_reload_page),
3655         (ev_pixbuf_cache_get_form_field_mapping):
3656         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3657         * shell/ev-view-private.h:
3658         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3659         (ev_view_handle_cursor_over_xy),
3660         (ev_view_get_form_field_at_location),
3661         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3662         (ev_view_form_field_button_create_widget),
3663         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3664         (ev_view_form_field_text_create_widget),
3665         (ev_view_form_field_choice_save),
3666         (ev_view_form_field_choice_changed),
3667         (ev_view_form_field_choice_create_widget),
3668         (ev_view_handle_form_field), (ev_view_size_allocate),
3669         (ev_view_realize), (draw_end_presentation_page),
3670         (ev_view_button_press_event), (ev_view_remove_all),
3671         (ev_view_motion_notify_event), (ev_view_key_press_event),
3672         (ev_view_enter_notify_event), (highlight_find_results),
3673         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3674         (ev_view_class_init), (page_changed_cb),
3675         (on_adjustment_value_changed), (ev_view_set_presentation),
3676         (merge_selection_region), (ev_view_set_cursor),
3677         (ev_view_reset_presentation_state):
3678         
3679         Merge evince-forms branch.
3680
3681 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3682
3683         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3684
3685         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3686         This script also updates itself from libegg
3687
3688         * cut-n-paste/toolbar-editor/egg*:
3689         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3690         libegg
3691
3692 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3693
3694         * shell/ev-window.c:
3695         
3696         Adds a nice icon to page action during toolbar editing.
3697         See bug #452872.
3698
3699 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3700
3701         * data/evince-toolbar.xml:
3702         * shell/ev-window.c:
3703         
3704         Let user add a presentation and fullscreen icons on toolbar.
3705         See bug #449734.
3706
3707 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3708
3709         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3710
3711         new script to keep in sync with toolbareditor in libegg
3712
3713         * cut-n-paste/toolbar-editor/*: 
3714
3715         Run update-toolbareditor-from-libegg so we are in sync again. 
3716         Fixes bug #452850.
3717         
3718
3719 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3720
3721         * shell/ev-sidebar-links.c: (job_finished_callback):
3722
3723         Do not connect selection changed signal more than once. Fixes bug
3724         #349433.
3725
3726 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3729
3730         Do not change sidebar chrome flag when pressing F9 key in
3731         presentation mode.
3732
3733 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * backend/pdf/ev-poppler.cc:
3736         (pdf_document_thumbnails_get_dimensions):
3737
3738         Make sure thumbnails width and height is not <= 0. Fixes a crash
3739         with some pdf documents which have really small pages.
3740
3741 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3742
3743         * shell/main.c: (main):
3744
3745         Fixes program description translation issue.
3746         Bug #450148.
3747
3748 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3749
3750         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3751
3752         Do not change current page when returning from black/white mode
3753         in presentation. Fixes bug #415032.
3754
3755 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3756
3757         * NEWS:
3758         * configure.ac:
3759         
3760         Update for release 0.9.1
3761
3762 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3763
3764         * backend/dvi/dvi-document.c:
3765         (dvi_document_finalize),
3766         (dvi_document_file_exporter_format_supported),
3767         (dvi_document_file_exporter_begin),
3768         (dvi_document_file_exporter_do_page),
3769         (dvi_document_file_exporter_end),
3770         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3771         
3772         PDF exporter for dvi documents. Fixes bug #441319.
3773
3774 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * shell/ev-window.c: (ev_window_clear_print_job):
3777
3778         Clear gtk print job when job has finished. Fixes bug #447612.
3779
3780 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * shell/ev-window.c: (ev_window_print_send),
3783         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3784
3785         Add preview button to print dialog. Fixes bug #445419.
3786
3787 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * backend/dvi/Makefile.am:
3790         * backend/dvi/pixbuf-device.[ch]: Removed
3791         * backend/dvi/cairo-device.[ch]: Added
3792         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3793         * backend/dvi/dvi-document.c: (dvi_document_load),
3794         (dvi_document_render), (dvi_document_finalize),
3795         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3796         (dvi_document_do_color_special):
3797         * libdocument/ev-document-misc.[ch]:
3798         (ev_document_misc_pixbuf_from_surface):
3799
3800         Port dvi backend to cairo and fix a problem with colors. 
3801
3802 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3803
3804         * shell/ev-view.c: (draw_one_page):
3805
3806         Draw only visible region.
3807
3808 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3809
3810         * backend/djvu/djvu-document.c: (djvu_document_render):
3811
3812         Fix rotation in djvu backend.
3813
3814 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3817         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3818         (ev_pixbuf_cache_get_image_mapping),
3819         (ev_pixbuf_cache_get_text_mapping):
3820
3821         Redraw view every time we have a new surface. Fixes bug #443587.
3822
3823 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * libdocument/ev-document.c: (ev_document_info_free):
3826
3827         Fix memory leaks.
3828
3829 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * backend/dvi/dvi-document.c: (dvi_document_render),
3832         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3833         * backend/impress/impress-document.c:
3834         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3835         (impress_document_render), (impress_document_document_iface_init),
3836         (impress_document_thumbnails_get_thumbnail):
3837         * backend/djvu/djvu-document-private.h:
3838         * backend/djvu/djvu-document.c: (djvu_document_render),
3839         (djvu_document_finalize), (djvu_document_document_iface_init),
3840         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3841         * backend/tiff/tiff-document.c: (tiff_document_render),
3842         (tiff_document_render_pixbuf),
3843         (tiff_document_document_iface_init):
3844         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3845         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3846         (pdf_selection_render_selection):
3847         * backend/comics/comics-document.c:
3848         (comics_document_render_pixbuf), (comics_document_render),
3849         (comics_document_document_iface_init):
3850         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3851         (pixbuf_document_document_iface_init):
3852         * libdocument/ev-document-misc.[ch]:
3853         (ev_document_misc_surface_from_pixbuf),
3854         (ev_document_misc_surface_rotate_and_scale):
3855         * libdocument/ev-document.[ch]: (ev_document_render):
3856         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3857         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3858         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3859         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3860         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3861         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3862         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3863         (render_finished_cb), (ev_job_render_run):
3864         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3865         (merge_selection_region):
3866
3867         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3868         and selections.
3869
3870 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3871
3872         * shell/ev-window-title.c: (ev_window_title_update):
3873
3874         Fix memory leak.
3875
3876 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3877
3878         * shell/ev-view.c: (draw_loading_text):
3879
3880         Show loading text centered. Fixes bug #433061
3881
3882 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3883
3884         * shell/ev-sidebar-thumbnails.c:
3885         (ev_sidebar_thumbnails_set_loading_icon):
3886
3887         Remove a mutex in the main thread that blocks the UI in heavy
3888         documents.
3889
3890 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3891
3892         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3893
3894         Set points_set to TRUE so that selections don't disappear after a
3895         zoom change.
3896
3897 2007-06-07  Michael Monreal  <infernux@web.de>
3898
3899         * data/icons/16x16/actions/Makefile.am:
3900         * data/icons/16x16/actions/zoom.svg:
3901         * data/icons/22x22/actions/Makefile.am:
3902         * data/icons/22x22/actions/zoom.svg:
3903         * data/icons/24x24/actions/Makefile.am:
3904         * shell/ev-stock-icons.c:
3905         * shell/ev-stock-icons.h:
3906         * shell/ev-window.c:
3907         
3908         Zoom icon artwork. See bug #444795.
3909
3910 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3911
3912         * shell/ev-metadata-manager.c: Remove extraneous function
3913         (Closes: #444386)
3914
3915 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3916
3917         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3918         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3919         (ev_metadata_manager_set), (ev_metadata_manager_save):
3920         Simplify the timeout, no need for modified anymore
3921
3922 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3923
3924         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3925         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3926         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3927         (ev_metadata_manager_save): Adapted patch from Arjan van de
3928         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3929         time, saves on power (Closes: #443851)
3930
3931 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3932
3933         * configure.ac:
3934         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3935         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3936
3937         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3938
3939 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3940
3941         * shell/ev-window.c: (ev_window_add_history):
3942
3943         Check if history is NULL
3944
3945 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3946
3947         * libdocument/ev-image.c: (ev_image_finalize):
3948         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3949         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3950         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3951         (ev_tmp_uri_unlink):
3952
3953         Add functions to delete temporary files created by evince in a safe
3954         way.
3955
3956         * shell/ev-window.c: (ev_window_clear_local_uri),
3957         (open_xfer_update_progress_callback),
3958         (save_xfer_update_progress_callback), (ev_window_save_remote),
3959         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3960         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3961         (attachment_save_dialog_response_cb),
3962         (ev_attachment_popup_cmd_save_attachment_as):
3963
3964         Allow saving a copy of a document, image or attachment to a remote
3965         location. Fixes bug #440754. 
3966
3967 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3968
3969         * configure.ac:
3970         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3971
3972         Fix build with current poppler from cvs head. 
3973
3974 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3975
3976         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3977
3978         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3979         directory exists.
3980
3981 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3982
3983         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3984         * shell/ev-window.c:
3985
3986         Change sidebar ordering. Fixes bug #439939.
3987
3988 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3989
3990         * backend/comics/Makefile.am:
3991         
3992         Fixes build with --without-libgnome.
3993
3994 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3995         
3996         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3997
3998         Update cursor and tooltip on page change and view scroll. Fixes bug
3999         #439217.
4000
4001 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4002
4003         * NEWS:
4004         * configure.ac:
4005         
4006         Update for release 0.9.0
4007
4008 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4009
4010         * backend/djvu/djvu-document-private.h:
4011         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4012         (djvu_document_finalize),
4013         (djvu_document_file_exporter_format_supported),
4014         (djvu_document_file_exporter_begin),
4015         (djvu_document_file_exporter_do_page),
4016         (djvu_document_file_exporter_end),
4017         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4018         
4019         Implemented printing with djvu. Bug #437998.
4020
4021 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4022
4023         * backend/impress/zip.c:
4024         Add missing ulong definition.
4025
4026         * backend/ps/ps-interpreter.c:
4027         Add missing headers.
4028
4029         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4030
4031 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4032
4033         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4034
4035         Add missing call to parent class dispose method. 
4036
4037 2007-05-12  Ross Burton  <ross@openedhand.com>
4038
4039         * shell/main.c:
4040         Sync keybindings manually when building without libgnome
4041         (#437925).
4042
4043 2007-05-12  Ross Burton  <ross@openedhand.com>
4044
4045         * shell/ev-window.c:
4046         Respect the screen when opening help (#437866).
4047
4048 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4049
4050         * data/evince-ui.xml:
4051         * shell/ev-application.[ch]: (get_print_settings_from_args),
4052         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4053         (ev_application_open_uri_list):
4054         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4055         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4056         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4057         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4058         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4059         (ev_window_dispose):
4060         * shell/main.c: (arguments_parse):
4061
4062         Add print button in preview mode. Fixes bug #396475. 
4063
4064 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4065
4066         * cut-n-paste/zoom-control/ephy-zoom.h:
4067         
4068         Fixes zoom level factors. See bug #408119 for details.
4069
4070 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4071
4072         * backend/comics/comics-document.c: (comics_regex_quote),
4073         (extract_argv):
4074         
4075         Correctly quote symbols. Fixes crash in the bug
4076         #415370.
4077
4078 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4079
4080         * shell/ev-navigation-action-widget.c:
4081         (ev_navigation_action_widget_init),
4082         (ev_navigation_action_widget_class_init),
4083         (ev_navigation_action_widget_button_press_event):
4084         
4085         Connect to button-press event on correct widget. Fixes
4086         bug #431988
4087
4088 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4089
4090         * shell/ev-application.c: (ev_application_open_window),
4091         (ev_application_add_icon_path_for_screen),
4092         (ev_application_open_uri_at_dest):
4093         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4094         * shell/ev-navigation-action.c: (build_menu):
4095         
4096         Add app-specific icons to our icon theme. Fixes bug
4097         #425508.
4098
4099 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * shell/ev-history.c: (ev_history_class_init),
4102         (ev_history_add_link):
4103         * shell/ev-history.h:
4104         * shell/ev-navigation-action.c:
4105         (ev_navigation_action_history_changed),
4106         (ev_navigation_action_set_history), (build_menu),
4107         (ev_navigation_action_finalize):
4108         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4109         
4110         Make navigation action unsensitive instead of showing
4111         menu with unsensitive word. Fixes bug #417392.
4112
4113 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4114
4115         * shell/ev-application.[ch]: (ev_application_shutdown),
4116         (ev_application_get_print_settings),
4117         (ev_application_set_print_settings):
4118         * shell/ev-window.c:
4119
4120         Remember print settings. Fixes bug #349102. 
4121
4122 2007-05-08  Christian Persch  <chpe@gnome.org>
4123
4124         * configure.ac:
4125         * properties/ev-properties-view.c:
4126
4127         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4128         Bug #382438.
4129
4130 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4131
4132         * configure.ac:
4133         * properties/ev-properties-view.c: (ev_regular_paper_size):
4134
4135         Use gtk+ builtin paper list to identify the document's paper size.
4136         Fixes bug #382438. 
4137
4138 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4139
4140         * configure.ac:
4141
4142         Fix build when compiling with thumbnailer and libgnome support. 
4143
4144 2007-05-04  Ross Burton  <ross@openedhand.com>
4145
4146         * configure.ac:
4147         Add --without-libgnome, check for libgnome and libgnomeui
4148         separately, and add them to the symbols as required.
4149
4150         * libdocument/ev-file-helpers.c:
4151         When building without libgnome, use g_get_user_config_dir instead
4152         of gnome_user_dir_get.
4153
4154         * shell/ev-application.c:
4155         When building without libgnome, don't use session management.
4156
4157         * shell/main.c:
4158         When building without libgnome, don't use GnomeProgram or
4159         initialise the authentication manager.
4160
4161         This fixes #328842.
4162
4163 2007-05-04  Ross Burton  <ross@openedhand.com>
4164
4165         * shell/ev-window.c:
4166         Don't use libgnome to open help, instead call Yelp directly.
4167
4168 2007-05-04  Ross Burton  <ross@openedhand.com>
4169
4170         * shell/ev-sidebar-attachments.c:
4171         Don't use libgnome to lookup icons for MIME types, instead copy
4172         code from GTK+ to do it manually.
4173
4174 2007-05-04  Ross Burton  <ross@openedhand.com>
4175
4176         * configure.ac:
4177         Add libxml to the dependencies for SHELL_CORE (#435818).
4178
4179 2007-05-02  Ross Burton  <ross@openedhand.com>
4180
4181         * configure.ac:
4182         * Makefile.am:
4183         Add --disable-thumbnailer (#434825)
4184
4185 2007-05-02  Ross Burton  <ross@openedhand.com>
4186
4187         * shell/ev-window.c:
4188         Add missing includes, fix indentation.
4189
4190         * shell/main.c:
4191         Fix indentation.
4192
4193 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4194
4195         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4196         ev_application_open_uri_at_dest instead of ev_application_open_uri
4197         preventing new document always being opened in a new window even if there
4198         is an empty window.
4199
4200 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4201
4202         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4203         (egg_recent_view_uimanager_finalize):
4204         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4205         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4206         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4207         (ev_pixbuf_cache_dispose):
4208         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4209         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4210         
4211         Add missing chain to parent class methods. Fixes
4212         bug #433128.
4213
4214 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4215
4216         * data/Makefile.am (update-icon-cache): Updates
4217         gtk-update-icon-cache in uninstall-hook.
4218
4219 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4220
4221         * shell/ev-window.c: (ev_window_setup_document),
4222         (ev_window_set_document), (ev_window_load_job_cb):
4223         * shell/ev-view.c: (setup_caches):
4224         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4225
4226         Start rendering pages before any other jobs. 
4227
4228 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * shell/ev-window.c: (ev_window_stop_fullscreen),
4231         (ev_window_stop_presentation):
4232
4233         Update chrome visibility before window unfullscreen. 
4234
4235 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4236
4237         * data/Makefile.am:
4238         * data/evince-ui.xml:
4239         * shell/ev-stock-icons.[ch]:
4240         * shell/ev-application.[ch]: (ev_application_shutdown),
4241         (ev_application_init), (ev_application_get_toolbars_model):
4242         * shell/ev-window.c: (update_chrome_visibility),
4243         (fullscreen_toolbar_setup_item_properties),
4244         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4245         (ev_window_run_presentation), (ev_window_stop_presentation),
4246         (ev_window_run_preview), (ev_window_screen_changed),
4247         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4248         (ev_window_dispose), (ev_window_init):
4249
4250         Make fullscreen toolbar always visible. Do not use egg toolbars for
4251         fullscreen and preview modes since such toolbars are not editables.
4252         Fixes bugs #300278, #338910 and #316188.  
4253
4254 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4255
4256         * shell/ev-application.c:
4257         * shell/ev-job-queue.c:
4258         * shell/ev-metadata-manager.c:
4259         * shell/ev-stock-icons.c:
4260         * shell/ev-window.c:
4261         * shell/main.c:
4262         
4263         Developers documentation updated.
4264
4265 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4266
4267         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4268
4269         Check whether uri is valid before launching it. Fixes bug #427664.
4270
4271 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4272
4273         * shell/ev-window.c:
4274
4275         Change key accelerator for Open a Copy menu entry which is in conflict
4276         with Close. Fixes bug #427321.
4277
4278 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4279
4280         * NEWS:
4281         * configure.ac:
4282         
4283         Update for release 0.8.1
4284
4285 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4286
4287         * shell/ev-window.c: (setup_size_from_metadata):
4288         
4289         Do not make window bigger than screen. Fixes bug 
4290         #388985.
4291
4292 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4293
4294         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4295         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4296
4297         Use default resolution when it's not provided by document. Fixes bug
4298         #408762.
4299
4300 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4301
4302         * configure.ac:
4303         * thumbnailer/Makefile.am:
4304         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4305         * thumbnailer/evince-thumbnailer.schemas.in:
4306         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4307
4308         Add support for ps, eps and compressed documents thumbnails. Do not
4309         ignore size parameter. 
4310
4311 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4312
4313         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4314         (dvi_document_do_color_special):
4315         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4316
4317         Implement font color specials in the DVI backend. Fixes bug #303651.
4318
4319 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4320
4321         Fixup the previous commit:
4322
4323         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4324         * shell/xdg-user-dir-lookup.c: Make the function non-static
4325         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4326
4327 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4328
4329         * shell/ev-window.c (file_open_dialog_response_cb): Use
4330         the xdg-user-dirs DOCUMENTS folder as default folder when
4331         opening a file chooser.  (#424858)
4332
4333         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4334         xdg-user-dirs.
4335
4336 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4337
4338         * shell/ev-window.c: (ev_window_load_job_cb):
4339
4340         Do not setup view from metadata on preview mode. 
4341
4342 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4343
4344         * shell/main.c:
4345
4346         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4347
4348 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4349
4350         * shell/ev-view.c: (ev_view_primary_get_cb):
4351
4352         Check pointer != NULL before using it. Fixes bug #416841. 
4353
4354 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4355
4356         * NEWS:
4357         * configure.ac:
4358         
4359         Release 0.8.0
4360
4361 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4362
4363         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4364
4365         Do not render thumbnails when sidebar thumbnail page is not visible
4366         at startup. Fixes bug #416447. 
4367
4368 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4369
4370         * data/evince.desktop.in.in:
4371
4372         "Application" is not a valid category in the freedesktop specification.
4373
4374 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * libdocument/ev-file-helpers.[ch]: (compression_run),
4377         (ev_file_uncompress), (ev_file_compress):
4378         * shell/ev-window.c: (file_save_dialog_response_cb):
4379
4380         Save document compressed when saving a copy of a compressed document.
4381         Fixes bug #334542.
4382
4383 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4386
4387         Allow deleting in goto window entry in presentation mode. 
4388
4389 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4390
4391         * Makefile.am: Dist MAINTAINERS.
4392
4393 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4394
4395         * shell/ev-window.c: (ev_window_update_actions):
4396
4397         Fix zoom shortcut keys when searching. Fixes bug #409828.
4398
4399 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4400
4401         * shell/ev-window.c: (ev_window_setup_document):
4402
4403         Fix crash when loading documents with only one page. 
4404
4405 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4406
4407         * backend/dvi/dvi-document.c:
4408         (dvi_document_thumbnails_get_dimensions),
4409         (dvi_document_thumbnails_get_thumbnail):
4410         * backend/impress/impress-document.c:
4411         (impress_document_thumbnails_get_thumbnail),
4412         (impress_document_thumbnails_get_dimensions):
4413         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4414         (ps_document_thumbnails_get_dimensions):
4415         * backend/djvu/djvu-document.c:
4416         (djvu_document_thumbnails_get_dimensions),
4417         (djvu_document_thumbnails_get_thumbnail):
4418         * backend/tiff/tiff-document.c:
4419         (tiff_document_thumbnails_get_thumbnail),
4420         (tiff_document_thumbnails_get_dimensions):
4421         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4422         (pdf_document_thumbnails_get_thumbnail),
4423         (pdf_document_thumbnails_get_dimensions):
4424         * backend/comics/comics-document.c:
4425         (comics_document_thumbnails_get_thumbnail),
4426         (comics_document_thumbnails_get_dimensions):
4427         * backend/pixbuf/pixbuf-document.c:
4428         (pixbuf_document_thumbnails_get_thumbnail),
4429         (pixbuf_document_thumbnails_get_dimensions):
4430         * libdocument/ev-document-thumbnails.[ch]:
4431         (ev_document_thumbnails_get_thumbnail),
4432         (ev_document_thumbnails_get_dimensions):
4433         * libdocument/ev-document-misc.[ch]:
4434         (ev_document_misc_get_thumbnail_frame):
4435         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4436         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4437         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4438         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4439         (ev_sidebar_thumbnails_refresh):
4440         * shell/ev-window.c: (ev_window_setup_document):
4441         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4442
4443         Use an EvRenderContext for rendering thumbnails instead of a suggested
4444         width, so that different sized pages get sized proportionally.
4445
4446 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4447
4448         * shell/ev-view.c: (ev_view_button_press_event),
4449         (ev_view_key_press_event):
4450
4451         Fix critical warnings when there is no document loaded. 
4452
4453 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4454
4455         * shell/ev-page-action-widget.c:
4456         * shell/ev-navigation-action.c:
4457         * shell/ev-window.c:
4458
4459         Fix compile warnings. 
4460
4461 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * backend/djvu/djvu-text.h:
4464         * backend/djvu/djvu-document.c:
4465         * backend/djvu/djvu-text-page.c:
4466         * backend/djvu/djvu-links.c:
4467         * backend/djvu/djvu-text-page.h:
4468         * backend/djvu/djvu-text.c:
4469         
4470         Fix build on Mac. Fixes bug #392186. Patch by
4471         <ephraim_owns@hotmail.com>
4472
4473 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4474
4475         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4476
4477         Restore cairo context before rendering every page when printing a PDF
4478         document into a PDF file. 
4479
4480 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4481
4482         * backend/ps/gstypes.h:
4483         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4484         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4485         (ps_document_thumbnails_get_thumbnail):
4486
4487         Handle PostScript page orientation. Fixes bug #318568.
4488
4489 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4490
4491         * backend/ps/Makefile.am:
4492         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4493         (document_load), (ps_document_load), (save_document),
4494         (save_page_list), (ps_document_get_n_pages),
4495         (ps_document_get_page_size), (ps_document_get_info),
4496         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4497         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4498         (ps_document_thumbnails_get_thumbnail),
4499         (ps_document_thumbnails_get_dimensions),
4500         (ps_document_document_thumbnails_iface_init):
4501         * backend/ps/ps.[ch]: (psgetpagebox):
4502         * backend/ps/ps-interpreter.[ch]:
4503
4504         Add support for thumbnails in ps backend. Fixes bug #164755. 
4505
4506 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4507
4508         * NEWS:
4509         * configure.ac:
4510         
4511         Release 0.7.2
4512
4513 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4514
4515         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4516         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4517         (ev_window_dispose):
4518
4519         Use document thumbnail as window icon. Fixes bug #384442.
4520
4521 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4522
4523         * configure.ac:
4524
4525         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4526         duplicated adding application/x-bzpostscript instead. 
4527
4528 2007-02-11  Tom Parker  <palfrey@tevp.net>
4529
4530         * backend/ps/ps-document.c: (document_load):
4531
4532         Check return value of psscan before trying
4533         to use it. Fixes bug #372414.
4534
4535 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4536
4537         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4538
4539         Fix invalid free in ev-page-cache. Fixes bug #404745.
4540
4541 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * test/Makefile.am:
4544         * test/test3.py:
4545         
4546         Added reload test case.
4547
4548 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * po/POTFILES.in:
4551         * backend/djvu/djvu-document.c: (djvu_document_load):
4552
4553         Check whether there are missing files in indirect multipage djvu
4554         documents. Fixes bug #361683. 
4555
4556 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4557
4558         * test/Makefile.am:
4559         * test/test-mime.bin:
4560         * test/test3.py:
4561         
4562         Added test for slow mime type
4563
4564 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4567
4568         Add some checks and call parent_class->finalize. Fixes bug #404745.
4569
4570 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4571
4572         * shell/ev-navigation-action.c: (connect_proxy):
4573         
4574         Fixes dropdown history menu. Thanks a lot Carlos!
4575
4576 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4577
4578         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4579
4580         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4581         bug #373715.
4582
4583 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4584
4585         * backend/ps/ps.c: (psscan):
4586
4587         Fix memory leak. 
4588
4589 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4590
4591         * configure.ac:
4592         * libdocument/ev-file-helpers.c: 
4593
4594         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4595
4596 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4597
4598         * configure.ac:
4599         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4600         (ps_interpreter_start), (document_load), (save_document),
4601         (save_page_list):
4602         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4603         * libdocument/ev-document-factory.c:
4604         (ev_document_factory_get_from_mime), (get_document_from_uri),
4605         (free_uncompressed_uri), (ev_document_factory_get_document):
4606         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4607
4608         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4609
4610 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4611
4612         * libdocument/ev-document.h:
4613
4614         Fix typo in function name. 
4615
4616 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4617
4618         * backend/ps/ps-document.c: (ps_interpreter_finished),
4619         (ps_interpreter_start), (ps_interpreter_failed):
4620
4621         Handle ghostscript interpreter crashes. 
4622
4623 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4624
4625         * shell/ev-window.c: (ev_window_open_uri),
4626         (window_configure_event_cb):
4627
4628         Setup window size and position before showing it. Fixes bug #401711.
4629
4630 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4631
4632         * backend/ps/Makefile.am:
4633         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4634         (ps_document_dispose), (ps_document_class_init),
4635         (ps_interpreter_input), (ps_interpreter_output),
4636         (ps_interpreter_error), (setup_interpreter_env),
4637         (ps_interpreter_start), (ps_interpreter_stop),
4638         (ps_interpreter_failed), (ps_interpreter_is_ready),
4639         (check_filecompressed), (document_load), (ps_document_load),
4640         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4641         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4642         (render_page):
4643
4644         Rework ps-document. Code cleanups, remove deprecated code. 
4645
4646 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4647
4648         * shell/ev-view.c: (ev_view_button_press_event):
4649
4650         Do not start an image drag and drop operation when pointer is on 
4651         text, so that we can select text when the whole background is an
4652         image. 
4653
4654 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4655
4656         * shell/ev-window.c: (ev_window_update_actions): 
4657
4658         Disable all zoom related actions during presentation mode. 
4659
4660 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4661
4662         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4663
4664         Do not zoom in or out on presentation mode. Fixes bug #401305.
4665
4666 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4667
4668         * shell/ev-navigation-action.c: (connect_proxy),
4669         (create_menu_item), (ev_navigation_action_class_init):
4670         
4671         Correctly show menu and fix crash when navigaton 
4672         action is out of toolbar visible area.
4673
4674 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4675
4676         * data/Makefile.am:
4677         * data/evince.1:
4678         
4679         Added man file
4680
4681 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4682
4683         * help/reference/* :
4684         * configure.ac:
4685         
4686         Added gtk-doc based documentation for Evince.
4687         Still in initial state but I hope it will
4688         grow.
4689         
4690         * configure.ac:
4691         
4692         Lower dbus requirement to 0.70
4693
4694 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * shell/ev-window.c: (ev_window_add_history):
4697
4698         Fix memory leak. 
4699
4700 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4701
4702         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4703         * shell/ev-view.h:
4704         * shell/ev-window.c: (ev_window_add_history):
4705         
4706         Correctly handle named destination links
4707
4708 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * NOTES:
4711         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4712         * backend/pdf/ev-poppler.cc:
4713         * libdocument/ev-document-links.h:
4714         * libdocument/ev-link.c: (ev_link_get_page):
4715         * libdocument/ev-link.h:
4716         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4717         (ev_history_add_link):
4718         * shell/ev-history.h:
4719         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4720         (new_history_menu_item), (build_menu):
4721         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4722         * shell/ev-sidebar-links.c: (create_loading_model),
4723         (print_section_cb), (ev_sidebar_links_construct),
4724         (fill_page_labels), (update_page_callback_foreach),
4725         (update_page_callback), (job_finished_callback):
4726         * shell/ev-view.c: (ev_view_handle_link):
4727         * shell/ev-window.c: (ev_window_find_chapter),
4728         (ev_window_add_history), (view_handle_link_cb),
4729         (history_changed_cb):
4730         
4731         Implements another history variant
4732
4733 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4734
4735         * shell/ev-window.c: (view_external_link_cb):
4736         * shell/ev-view.c: (ev_view_button_release_event):
4737
4738         Open links in new window when clicking with middle button. 
4739
4740 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4741
4742         * shell/ev-navigation-action.c: (new_history_menu_item):
4743         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4744         * shell/ev-view.c: (ev_view_handle_link):
4745         * shell/ev-window.c:
4746         
4747         Store link before jump, not the destination. For me it 
4748         seems like more natural history behavior.
4749
4750 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4751
4752         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4753         (ev_navigation_action_class_init):
4754         * shell/ev-navigation-action.h:
4755         * shell/ev-page-action.c: (activate_cb):
4756         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4757         (ev_page_cache_set_current_page_history):
4758         * shell/ev-page-cache.h:
4759         * shell/ev-sidebar-thumbnails.c:
4760         (ev_sidebar_tree_selection_changed),
4761         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4762         * shell/ev-view-private.h:
4763         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4764         * shell/ev-view.h:
4765         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4766         (ev_window_setup_document), (ev_window_load_job_cb):
4767         * shell/ev-window.h:
4768         
4769         History finally works as expected.
4770
4771 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4772
4773         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4774
4775         Do not update links treeview if it doesn't have a model assigned yet. 
4776
4777 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4780         (ev_sidebar_links_class_init), (update_page_callback):
4781
4782         Do not update links treeview when sidepane is not visible. 
4783
4784 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4785
4786         * shell/ev-marshal.list:
4787         * shell/ev-page-action.c: (activate_cb),
4788         (ev_page_action_class_init):
4789         * shell/ev-page-action.h:
4790         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4791         * shell/ev-window.c:
4792         
4793         Remove activate_link signal, not required.
4794
4795 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4796
4797         * shell/ev-navigation-action.c: (build_menu):
4798         
4799         Reorder menu items and build menu with fixed length.
4800
4801 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4802
4803         * shell/ev-view.c: (get_selected_text):
4804         
4805         Normalize text to fix ligatures problem. See bug
4806         #341947 for details.
4807
4808 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4809
4810         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4811
4812         Fix memory leak in ev-page-cache. 
4813
4814 2007-01-25  Tom Parker <palfrey@tevp.net>
4815
4816         * backend/impress/impress-document.c: (impress_document_load),
4817         (impress_document_finalize), (impress_document_init):
4818         * properties/ev-properties-main.c: (ev_properties_get_pages):
4819         
4820         Correctly handle impress document errors. Fixes nautilus
4821         crash in property page #370491.
4822
4823 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4824
4825         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4826         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4827         (ev_job_queue_remove_job):
4828         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4829         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4830         (ev_job_load_run):
4831         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4832         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4833         (ev_window_load_job_cb), (xfer_update_progress_callback),
4834         (ev_window_open_uri), (ev_window_dispose):
4835         * shell/main.c: (main):
4836
4837         Do file transfer asynchronously in the main thread instead of
4838         synchronously in the load thread. Fixes bugs #399694, #398307 and
4839         #343542.
4840
4841 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4842
4843         * shell/ev-jobs.c: (ev_job_xfer_run):
4844
4845         Load the document with the font-config lock held. 
4846
4847 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4848
4849         * backend/ps/ps-document.c: (start_interpreter):
4850
4851         Fix memory leaks in ps backend. 
4852
4853 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * backend/impress/impress-document.c:
4856         (impress_document_render_pixbuf):
4857
4858         Do not acquire fontconfig lock in impress backend, since it is using
4859         the main loop for rendering. 
4860
4861 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4862
4863         * po/POTFILES.in: 
4864
4865         Remove mdvi files that shouldn't be translated. 
4866
4867 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4868
4869         * shell/ev-view-private.h:
4870         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4871         (ev_view_set_zoom):
4872
4873         Render "loading..." text into a cairo surface instead of directly into
4874         the window so that fontconfig lock is only needed once and UI is not
4875         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4876
4877 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4878
4879         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4880         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4881
4882         Use icon theme associated with the window screen rather than default. 
4883
4884 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4885
4886         * configure.ac:
4887
4888         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4889
4890 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4891
4892         * data/icons/*/apps/evince.*:
4893
4894         Move Evince icons under new apps directory.
4895
4896         * data/icons/*/actions/*:
4897
4898         Add new custom themeable Evince icons: view-page-continuous, 
4899         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4900         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4901
4902         * configure.ac:
4903
4904         Add new directories to AC_CONFIG_FILES.
4905
4906         * shell/ev-stock-icons.c:
4907         * shell/ev-stock-icons.h:
4908
4909         Use new custom themeable icons.
4910
4911 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4912
4913         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4914
4915         Do not draw white background page in presentation mode. 
4916
4917 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4918
4919         * shell/ev-view.c: Remove unused gnome-vfs include.
4920
4921 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4922
4923         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4924         
4925         Format string is corrected, fixes bug #397129.
4926
4927 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4928
4929         * shell/ev-window.c: (ev_window_setup_recent):
4930
4931         Do not include in recent menu inexistent documents. Fixes
4932         bug #339171.
4933
4934 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4935
4936         * po/POTFILES.skip: 
4937
4938         Update POTFILES.skip file according to current source tree. 
4939
4940 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4941
4942         * shell/ev-window.c: (file_save_dialog_response_cb):
4943
4944         Do Save a copy in atomic way. Fixes bug #328266. 
4945
4946 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4947
4948         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4949
4950         Keep selected cell always visible in index treeview.
4951
4952 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4953         
4954         * shell/ev-view.c: (ev_view_size_allocate):
4955
4956         Restore horizontal scrollbar after switching to/from fullscreen
4957         or presentation mode. Fixes bug #331728.
4958
4959 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4960
4961         * shell/ev-view-private.h:
4962         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4963         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4964         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4965         (ev_view_can_zoom_out):
4966
4967         Use max and min scale values in the view iby taking dpi into account. 
4968
4969 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4970
4971         * configure.ac:
4972         * NEWS:
4973
4974         Release 0.7.1
4975
4976 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4977
4978         * shell/ev-window.c: (ev_window_print_send):
4979
4980         Send print job to printer with some settings set to default values,
4981         since we have already exported to a file according to such settings
4982         and they could be taken twice by some printers. 
4983
4984 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4985
4986         * shell/ev-jobs.c: (ev_job_xfer_run):
4987         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4988
4989         Show main window and load document with the font-config lock held. 
4990
4991 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4992
4993         * configure.ac:
4994         * shell/ev-application.c: (ev_application_register_service):
4995         * shell/main.c: (load_files_remote):
4996
4997         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4998
4999 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5000
5001         * doc/debugging.txt:
5002         
5003         Remove obsolete documentation.
5004
5005 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5006
5007         * Makefile.am:
5008         * backend/Makefile.am:
5009         * backend/comics/Makefile.am:
5010         * backend/djvu/Makefile.am:
5011         * backend/dvi/Makefile.am:
5012         * backend/ev-async-renderer.c:
5013         * backend/ev-async-renderer.h:
5014         * backend/ev-attachment.c:
5015         * backend/ev-attachment.h:
5016         * backend/ev-backend-marshal.c:
5017         * backend/ev-document-factory.c:
5018         * backend/ev-document-factory.h:
5019         * backend/ev-document-find.c:
5020         * backend/ev-document-find.h:
5021         * backend/ev-document-fonts.c:
5022         * backend/ev-document-fonts.h:
5023         * backend/ev-document-images.c:
5024         * backend/ev-document-images.h:
5025         * backend/ev-document-info.h:
5026         * backend/ev-document-links.c:
5027         * backend/ev-document-links.h:
5028         * backend/ev-document-misc.c:
5029         * backend/ev-document-misc.h:
5030         * backend/ev-document-security.c:
5031         * backend/ev-document-security.h:
5032         * backend/ev-document-thumbnails.c:
5033         * backend/ev-document-thumbnails.h:
5034         * backend/ev-document-transition.c:
5035         * backend/ev-document-transition.h:
5036         * backend/ev-document.c:
5037         * backend/ev-document.h:
5038         * backend/ev-file-exporter.c:
5039         * backend/ev-file-exporter.h:
5040         * backend/ev-image.c:
5041         * backend/ev-image.h:
5042         * backend/ev-link-action.c:
5043         * backend/ev-link-action.h:
5044         * backend/ev-link-dest.c:
5045         * backend/ev-link-dest.h:
5046         * backend/ev-link.c:
5047         * backend/ev-link.h:
5048         * backend/ev-render-context.c:
5049         * backend/ev-render-context.h:
5050         * backend/ev-selection.c:
5051         * backend/ev-selection.h:
5052         * backend/impress/Makefile.am:
5053         * backend/pdf/Makefile.am:
5054         * backend/pixbuf/Makefile.am:
5055         * backend/ps/Makefile.am:
5056         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5057         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5058         (start_interpreter), (stop_interpreter), (document_load),
5059         (ps_document_next_page), (render_page):
5060         * backend/tiff/Makefile.am:
5061         * comics/Makefile.am:
5062         * comics/comics-document.c:
5063         * comics/comics-document.h:
5064         * configure.ac:
5065         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5066         * djvu/Makefile.am:
5067         * djvu/djvu-document-private.h:
5068         * djvu/djvu-document.c:
5069         * djvu/djvu-document.h:
5070         * djvu/djvu-links.c:
5071         * djvu/djvu-links.h:
5072         * djvu/djvu-text-page.c:
5073         * djvu/djvu-text-page.h:
5074         * djvu/djvu-text.c:
5075         * djvu/djvu-text.h:
5076         * dvi/Makefile.am:
5077         * dvi/dvi-document.c:
5078         * dvi/dvi-document.h:
5079         * dvi/fonts.c:
5080         * dvi/fonts.h:
5081         * dvi/mdvi-lib/Makefile.am:
5082         * dvi/mdvi-lib/afmparse.c:
5083         * dvi/mdvi-lib/afmparse.h:
5084         * dvi/mdvi-lib/bitmap.c:
5085         * dvi/mdvi-lib/bitmap.h:
5086         * dvi/mdvi-lib/color.c:
5087         * dvi/mdvi-lib/color.h:
5088         * dvi/mdvi-lib/common.c:
5089         * dvi/mdvi-lib/common.h:
5090         * dvi/mdvi-lib/defaults.h:
5091         * dvi/mdvi-lib/dvimisc.c:
5092         * dvi/mdvi-lib/dviopcodes.h:
5093         * dvi/mdvi-lib/dviread.c:
5094         * dvi/mdvi-lib/files.c:
5095         * dvi/mdvi-lib/font.c:
5096         * dvi/mdvi-lib/fontmap.c:
5097         * dvi/mdvi-lib/fontmap.h:
5098         * dvi/mdvi-lib/fontsrch.c:
5099         * dvi/mdvi-lib/gf.c:
5100         * dvi/mdvi-lib/hash.c:
5101         * dvi/mdvi-lib/hash.h:
5102         * dvi/mdvi-lib/list.c:
5103         * dvi/mdvi-lib/mdvi.h:
5104         * dvi/mdvi-lib/pagesel.c:
5105         * dvi/mdvi-lib/paper.c:
5106         * dvi/mdvi-lib/paper.h:
5107         * dvi/mdvi-lib/pk.c:
5108         * dvi/mdvi-lib/private.h:
5109         * dvi/mdvi-lib/setup.c:
5110         * dvi/mdvi-lib/sp-epsf.c:
5111         * dvi/mdvi-lib/special.c:
5112         * dvi/mdvi-lib/sysdeps.h:
5113         * dvi/mdvi-lib/t1.c:
5114         * dvi/mdvi-lib/tfm.c:
5115         * dvi/mdvi-lib/tfmfile.c:
5116         * dvi/mdvi-lib/tt.c:
5117         * dvi/mdvi-lib/util.c:
5118         * dvi/mdvi-lib/vf.c:
5119         * dvi/pixbuf-device.c:
5120         * dvi/pixbuf-device.h:
5121         * impress/Makefile.am:
5122         * impress/common.h:
5123         * impress/document.c:
5124         * impress/f_oasis.c:
5125         * impress/f_oo13.c:
5126         * impress/iksemel.c:
5127         * impress/iksemel.h:
5128         * impress/imposter.h:
5129         * impress/impress-document.c:
5130         * impress/impress-document.h:
5131         * impress/internal.h:
5132         * impress/r_back.c:
5133         * impress/r_draw.c:
5134         * impress/r_geometry.c:
5135         * impress/r_gradient.c:
5136         * impress/r_style.c:
5137         * impress/r_text.c:
5138         * impress/render.c:
5139         * impress/render.h:
5140         * impress/zip.c:
5141         * impress/zip.h:
5142         * lib/Makefile.am:
5143         * lib/ev-debug.c:
5144         * lib/ev-debug.h:
5145         * lib/ev-file-helpers.c:
5146         * lib/ev-file-helpers.h:
5147         * lib/ev-gui.c:
5148         * lib/ev-gui.h:
5149         * lib/ev-tooltip.c:
5150         * lib/ev-tooltip.h:
5151         * libdocument/Makefile.am:
5152         * libdocument/ev-file-helpers.c:
5153         * pdf/Makefile.am:
5154         * pdf/ev-poppler.cc:
5155         * pdf/ev-poppler.h:
5156         * pixbuf/Makefile.am:
5157         * pixbuf/pixbuf-document.c:
5158         * pixbuf/pixbuf-document.h:
5159         * properties/Makefile.am:
5160         * ps/Makefile.am:
5161         * ps/gsdefaults.c:
5162         * ps/gsdefaults.h:
5163         * ps/gsio.c:
5164         * ps/gsio.h:
5165         * ps/gstypes.h:
5166         * ps/ps-document.c:
5167         * ps/ps-document.h:
5168         * ps/ps.c:
5169         * ps/ps.h:
5170         * shell/Makefile.am:
5171         * shell/ev-application.h:
5172         * shell/ev-sidebar-links.c:
5173         * shell/ev-sidebar-links.h:
5174         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5175         (ev_gui_menu_position_tree_selection):
5176         * shell/ev-utils.h:
5177         * shell/ev-view.c: (ev_view_finalize):
5178         * shell/ev-window.c:
5179         * shell/main.c: (main):
5180         * thumbnailer/Makefile.am:
5181         * tiff/Makefile.am:
5182         * tiff/tiff-document.c:
5183         * tiff/tiff-document.h:
5184         * tiff/tiff2ps.c:
5185         * tiff/tiff2ps.h:
5186         
5187         Reorganize source tree.
5188
5189 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5190
5191         * backend/ev-document-factory.c:
5192
5193         Do not include ev-poppler.h when pdf is disabled. 
5194
5195 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5196
5197         * configure.ac:
5198         * data/evince-ui.xml:
5199         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5200         (pdf_document_document_images_iface_init):
5201         * backend/Makefile.am:
5202         * backend/ev-document-images.[ch]:
5203         * backend/ev-image.[ch]:
5204         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5205         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5206         (ev_job_xfer_run):
5207         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5208         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5209         (ev_pixbuf_cache_get_image_mapping):
5210         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5211         (view_menu_popup_cb), (ev_window_dispose),
5212         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5213         (ev_view_popup_cmd_copy_image):
5214         * shell/ev-view-private.h:
5215         * shell/ev-view.c: (ev_view_get_image_at_location),
5216         (ev_view_do_popup_menu), (ev_view_popup_menu),
5217         (ev_view_button_press_event), (ev_view_drag_data_get),
5218         (ev_view_drag_motion), (ev_view_drag_data_received),
5219         (ev_view_motion_notify_event), (ev_view_button_release_event),
5220         (ev_view_finalize), (ev_view_class_init):
5221
5222         Add image handling support. Fixes bugs #310008 and #325047. Images
5223         selection is not supported yet. 
5224
5225 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5226
5227         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5228         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5229         (ev_view_init):
5230
5231         Move view drag and drop stuff to ev-view.
5232
5233 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5234
5235         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5236         * shell/ev-view.c: (clear_selection): 
5237
5238         Clear selection also in pixbuf cache.
5239
5240 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5241
5242         * data/evince.desktop.in.in:
5243         
5244         Change icon name in desktop file. See bug #390734
5245         for details.
5246
5247 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5248
5249         * thumbnailer/Makefile.am:
5250
5251         Use top_builddir instead top_srcdir for generated schema
5252         file installation. Fixes bug #390161.
5253
5254 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5255
5256         * configure.ac:
5257         * backend/Makefile.am:
5258         * backend/ev-document-transition.[ch]:
5259         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5260         (pdf_document_page_transition_iface_init):
5261         * shell/ev-view-private.h:
5262         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5263         (ev_view_set_presentation), (transition_next_page),
5264         (ev_view_presentation_transition_stop),
5265         (ev_view_presentation_transition_start), (ev_view_next_page):
5266
5267         Add page transition support in presentation mode. At the moment only
5268         page duration is supported, but not transition effects. Fixes bug
5269         #309815.
5270
5271 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5272
5273         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5274
5275         Run find_link_dest with document lock held, since it's called by links
5276         thread and main thread at the same time. 
5277
5278 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5279
5280         * shell/ev-view.c: (goto_dest):
5281
5282         Update page-cache when page is changed by the view, so that
5283         page-changed signal is emitted. 
5284
5285 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5286
5287         * test/test1.py:
5288         * test/test2.py:
5289
5290         Use C locale in tests. 
5291
5292 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5293
5294         * shell/ev-window.c: (ev_window_run_presentation):
5295         * shell/ev-view-private.h:
5296         * shell/ev-view.c: (ev_view_set_presentation):
5297
5298         Restore zoom settings when back from presentation mode. 
5299
5300 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5301
5302         * shell/ev-window.c: (ev_window_run_presentation):
5303
5304         Always use "best fit" zoom in presentation mode.
5305         Fixes bug #389195.
5306
5307 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5308
5309         * shell/ev-view.c: (ev_view_goto_window_create):
5310
5311         Show "Jump to page" label in the page jumping popup in
5312         presentation mode instead of just a GtkEntry.
5313
5314 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5315
5316         * shell/ev-window.c: (launch_external_uri):
5317
5318         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5319         #378085.
5320
5321 2006-12-22  Elijah Newren  <newren gmail com>
5322
5323         * configure.ac: explicitly check for libxml2.  Fixes #388795
5324
5325 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5326
5327         * shell/ev-view-private.h:
5328         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5329         (ev_view_goto_window_delete_event), (key_is_numeric),
5330         (ev_view_goto_window_key_press_event),
5331         (ev_view_goto_window_button_press_event),
5332         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5333         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5334         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5335
5336         Allow jumping to another page by typing a page number in presentation
5337         mode. It uses a popup window with an entry. Fixes bug #353625.
5338
5339 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5340
5341         * configure.ac:
5342         * properties/ev-properties-view.c: (ev_get_default_user_units),
5343         (ev_regular_paper_size):
5344         
5345         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5346         to Damien Carbery <damien.carbery@sun.com> and
5347         Yevgen Muntyan <muntyan@tamu.edu>.
5348
5349 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5350
5351         * shell/ev-window.c: (setup_document_from_metadata):
5352
5353         Make sure Evince doesn't restore the view on the last
5354         page when a document is reopened. Fixes bug #383381.
5355
5356 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5357
5358         * shell/ev-view.c: (draw_loading_text):
5359
5360         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5361
5362 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5363
5364         * configure.ac:
5365         * NEWS:
5366
5367         Release 0.7.0
5368
5369 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5370
5371         * configure.ac:
5372         * pdf/ev-poppler.cc: (pdf_print_context_free),
5373         (pdf_document_file_exporter_begin),
5374         (pdf_document_file_exporter_do_page):
5375
5376         Make cairo-pdf depedency optional. 
5377
5378 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5379
5380         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5381
5382         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5383
5384 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5385
5386         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5387         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5388         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5389         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5390         * shell/ev-view.c: (draw_loading_text):
5391         * shell/ev-window.c: (ev_window_cmd_file_properties):
5392
5393         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5394         related to using FontConfig from different threads.
5395         
5396 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5397
5398         * shell/ev-view.c: (draw_loading_text):
5399
5400         Acquire lock document when drawing "Loading..." text so that only one
5401         thread will use FontConfig at the same time. Fixes bug #374750.
5402
5403 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5404
5405         * shell/ev-page-action.[ch]: (activate_cb):
5406         * shell/ev-window.c: (activate_label_cb):
5407
5408         Check if text inserted in page entry is a valid page number when it
5409         doesn't match to any document page label. Fixes bug #383165.
5410
5411 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5412         * shell/ev-window.c:
5413
5414         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5415         available with GTK < 2.10. Added an ifdef to avoid compilation
5416         error.
5417
5418 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5419
5420         * configure.ac:
5421         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5422
5423         Fix ps backend in multihead systems.
5424
5425 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5426
5427         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5428         * shell/ev-window.c: (ev_window_get_screen_dpi),
5429         (ev_window_update_actions), (setup_view_from_metadata),
5430         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5431
5432         Take screen DPI into account when zooming. Fixes bug #318285.
5433
5434 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5435
5436         * data/Makefile.am:
5437
5438         Cleaned up/slightly refactored Makefile.am. Added GConf
5439         schemas uninstallation as well.
5440
5441 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5442
5443         * Makefile.am:
5444         * test/Makefile.am:
5445
5446         Fight with autotools to fix make check. Make distcheck
5447         works fine as well now!
5448
5449 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5450
5451         * shell/ev-view.c: (draw_end_presentation_page):
5452
5453         Corrected "end of presentation" string.
5454
5455 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5456
5457         * shell/ev-view.c: (ev_view_key_press_event):
5458
5459         Correctly propagate key press event so that up/down keys
5460         work as expected (correct behaviour was broken by
5461         black/white screen key bindings for presentations).
5462
5463 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5464
5465         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5466         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5467         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5468         (pdf_selection_get_selection_region),
5469         (pdf_selection_get_selection_map):
5470
5471         Add "static" to some private functions. 
5472
5473 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5474
5475         * lib/ev-tooltip.h:
5476         * properties/ev-properties-view.h:
5477         * shell/ev-jobs.h:
5478         * shell/ev-properties-dialog.h:
5479         * shell/ev-properties-fonts.h:
5480         * shell/ev-sidebar-links.h:
5481         * shell/ev-sidebar-thumbnails.h:
5482         * shell/ev-sidebar.h:
5483         * shell/ev-window.h:
5484         
5485         Fixes CHACK type in class casts. See bug #385343
5486         for details.
5487
5488 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5489
5490         * shell/ev-view-private.h:
5491         * shell/ev-view.c: (draw_end_presentation_page),
5492         (ev_view_expose_event), (ev_view_key_press_event),
5493         (ev_view_class_init), (ev_view_init):
5494
5495         Blank screen in presentation mode when pressing 'b' (filling with
5496         black) or 'w' (filling with white) keys. Fixes bug #358132.
5497
5498 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5499
5500         * data/evince-toolbar.xml:
5501         * shell/ev-window.c:
5502         
5503         Use stock icon for Select All action. Fixes
5504         bug #382652.
5505
5506 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5507
5508         * shell/ev-view.c: (get_doc_point_from_offset),
5509         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5510
5511         Add links support in rotated documents. Fixes bug #343733.
5512
5513 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5514
5515         * shell/ev-view-private.h:
5516         * shell/ev-view.c: (draw_end_presentation_page),
5517         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5518
5519         Show a blank page after the last page in presentation mode with a
5520         message indicating that presentation has finished and how to exit. 
5521
5522 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5523
5524         * shell/ev-window.c: (fullscreen_timeout_cb):
5525
5526         Hide cursor after a while in presentation mode. 
5527
5528 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5529
5530         * backend/ev-document-info.h:
5531         * data/evince-properties.glade:
5532         * pdf/ev-poppler.cc:
5533         * properties/ev-properties-view.c: (ev_regular_paper_size),
5534         (ev_properties_view_set_info):
5535         * ps/ps-document.c: (ps_document_get_info):
5536
5537         Adds a paper size field to the properties dialog. Fixes
5538         bug #307315. Patch by Kasper Svendsen (with some i18n
5539         changes done by me).
5540
5541 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5542
5543         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5544         (screensaver_init_dbus), (totem_scrsaver_new),
5545         (totem_scrsaver_init):
5546         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5547         * shell/ev-application.c: (ev_application_register_service),
5548         (ev_application_screensaver_enable),
5549         (ev_application_screensaver_disable):
5550         * shell/ev-application.h:
5551         * shell/ev-window.c: (ev_window_run_presentation),
5552         (ev_window_stop_presentation), (build_comments_string),
5553         (ev_window_init):
5554         
5555         Move screensaver handling to application. No more
5556         message on startup.
5557
5558 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5559
5560         * configure.ac:
5561         * backend/Makefile.am:
5562         * backend/ev-file-exporter.[ch]:
5563         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5564         * ps/ps-document.c: (ps_document_file_exporter_*):
5565         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5566         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5567         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5568         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5569
5570         Allow printing to PDF when suppoted by the backend.
5571         
5572 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5573
5574         * shell/ev-window.c: (build_comments_string):
5575
5576         Use always "Document Viewer" in about dialog. 
5577
5578 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5579
5580         * djvu/djvu-document.c: (djvu_document_get_page_size):
5581
5582         Display a warning message when get_pageinfo fails. 
5583
5584 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5585
5586         * Makefile.am:
5587         * backend/Makefile.am:
5588         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5589         * configure.ac:
5590         * shell/ev-window.c: (build_comments_string):
5591         
5592         Make pdf compilation optional. See bug #38007.
5593
5594 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5595
5596         * ps/ps.c: (get_next_text):
5597
5598         Fix CVE-2006-5864.
5599
5600 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5601
5602         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5603         * shell/ev-navigation-action.c: (connect_proxy),
5604         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5605         
5606         Do not call g_type_class_peek_parent twice.
5607
5608 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5609
5610         * configure.ac:
5611         * data/icons/24x24/.cvsignore:
5612         * data/icons/24x24/Makefile.am:
5613         * data/icons/24x24/evince.png:
5614         * data/icons/Makefile.am:
5615         
5616         Add 24x24 icon. Thanks to 
5617         Michael Monreal <infernux@web.de>.
5618
5619 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5620
5621         * configure.ac: Fix typo in configure.ac. Thanks
5622         to dmacks@netspace.org for notification.
5623
5624 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5625
5626         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5627         
5628         Drop dbus include, fixes compilation with older dbus.
5629
5630 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5631
5632         * configure.ac:
5633         * cut-n-paste/Makefile.am:
5634         * cut-n-paste/totem-screensaver/.cvsignore
5635         * cut-n-paste/totem-screensaver/Makefile.am:
5636         * cut-n-paste/totem-screensaver/README:
5637         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5638         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5639         * shell/Makefile.am:
5640         * shell/ev-window.c: (ev_window_run_presentation),
5641         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5642         (ev_window_init):
5643
5644         Implemented screensaver enabling/disabling for
5645         presentation mode (not fullscreen mode). Code stolen
5646         from Totem (with some minor tweaks). Fixes bug #338889.
5647
5648 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5649
5650         * configure.ac:
5651
5652         Bump gnome-icon-theme requirements. We use the rotation
5653         icons that appeared recently.
5654
5655 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5656
5657         * shell/ev-history.c: (ev_history_add_page):
5658         * shell/ev-history.h:
5659         * shell/ev-window.c: (page_changed_cb):
5660         
5661         Use page labels instead of numbers.
5662
5663 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5664
5665         * data/evince-toolbar.xml:
5666         * po/POTFILES.in:
5667         * shell/Makefile.am:
5668         * shell/ev-navigation-action-widget.c:
5669         (ev_navigation_action_widget_init),
5670         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5671         (menu_detacher), (ev_navigation_action_widget_set_menu),
5672         (menu_position_func), (popup_menu_under_arrow),
5673         (ev_navigation_action_widget_toggled),
5674         (ev_navigation_action_widget_button_press_event):
5675         * shell/ev-navigation-action-widget.h:
5676         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5677         (ev_navigation_action_set_window), (activate_menu_item_cb),
5678         (new_history_menu_item), (new_empty_history_menu_item),
5679         (build_menu), (menu_activated_cb), (connect_proxy),
5680         (create_tool_item), (ev_navigation_action_init),
5681         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5682         * shell/ev-navigation-action.h:
5683         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5684         (ev_page_action_widget_set_page_cache),
5685         (ev_page_action_widget_finalize),
5686         (ev_page_action_widget_class_init), (match_selected_cb),
5687         (display_completion_text), (match_completion), (build_new_tree_cb),
5688         (get_filter_model_from_model),
5689         (ev_page_action_widget_update_model):
5690         * shell/ev-page-action-widget.h:
5691         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5692         (connect_proxy):
5693         * shell/ev-page-action.h:
5694         * shell/ev-stock-icons.c:
5695         * shell/ev-stock-icons.h:
5696         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5697         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5698         (register_custom_actions):
5699         * shell/main.c:
5700         
5701         Preliminary history implementation
5702
5703 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5704
5705         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5706         (dvi_document_class_init), (dvi_document_init_params):
5707         * dvi/mdvi-lib/font.c: (font_reference):
5708         
5709         Add reference to subfont. Fixes bug #374277.
5710
5711 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5712
5713         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5714         (ev_window_cmd_file_open_copy_at_dest):
5715
5716         Fix a race condition when creating symlink. Increase the counter
5717         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5718         Mathias Hasselmann).
5719
5720 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5721
5722         * backend/Makefile.am:
5723         * backend/ev-attachment.c: (ev_attachment_open):
5724         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5725         (ev_tmp_dir), (ev_tmp_filename):
5726         * shell/ev-sidebar-attachments.c:
5727         (ev_sidebar_attachments_drag_data_get):
5728         * shell/ev-window.c: (ev_window_clear_temp_file):
5729
5730         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5731         in ensure_dir_exists. Abort without crashing when we can't create
5732         user's directory.
5733
5734 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5735
5736         * data/evince-ui.xml:
5737         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5738         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5739         (ev_window_cmd_file_open_copy_at_dest),
5740         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5741         (ev_view_popup_cmd_open_link_new_window):
5742
5743         Allow opening a copy of the current document in a new window. Fixes bug
5744         #357472
5745
5746 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5747
5748         * data/evince-toolbar.xml:
5749         
5750         Add rotate right and rotate left to available items for toolbar.
5751         
5752         * data/evince-ui.xml:
5753         * shell/ev-window.c: (ev_window_init):
5754         
5755         Customize toolbar with right click. Fixes bug #372451.
5756
5757 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5758
5759         * shell/ev-window.c: 
5760         
5761         Use "object-rotate-{left,right}" stock icons. Fixes 
5762         bug #373863.
5763
5764 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5765
5766         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5767         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5768         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5769         (ev_window_open_uri):
5770         * shell/main.c: (arguments_parse):
5771
5772         Remove temp file created when evince is used by GTK+ in
5773         preview mode. Fixes bug #365282. 
5774
5775 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5778         
5779         Fixes bug #372474 - Side pane disabled when entering 
5780         and leaving fullscreen mode.
5781
5782 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5783
5784         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5785         * data/Makefile.am:
5786         * data/evince-preview-toolbar.xml:
5787         * data/evince-toolbar.xml:
5788         * shell/ev-application.c: (ev_application_shutdown),
5789         (ev_application_init), (ev_application_get_toolbars_model):
5790         * shell/ev-application.h:
5791         * shell/ev-window.c: (update_chrome_visibility),
5792         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5793         (ev_window_cmd_edit_toolbar), (ev_window_init):
5794         
5795         Fixes bug #364364 - toolbar editor shows zoom actions again.
5796
5797 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5798
5799         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5800
5801         Do not take margins into consideration for paper size when printing.
5802         Really fixes bug #350491.
5803
5804 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5805
5806         * data/evince-ui.xml:
5807         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5808         (ev_window_cmd_file_print_setup),
5809         (ev_window_print_dialog_response_cb),
5810         (ev_window_setup_action_sensitivity):
5811
5812         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5813
5814 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5815
5816         * shell/ev-window.c: (ev_window_print_range):
5817
5818         Revert my previuos commit, since printing to PDF is not supported by
5819         evince yet. 
5820
5821 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5822
5823         * shell/ev-window.c: (ev_window_print_range):
5824
5825         Enable print to a PDF. Fixes bug #332121.
5826
5827 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5828
5829         * shell/ev-application-service.xml:
5830         * shell/ev-application.[ch]: (ev_application_open_window),
5831         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5832         (ev_application_open_uri), (ev_application_open_uri_list):
5833         * shell/ev-window.c: (file_open_dialog_response_cb),
5834         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5835         (drag_data_received_cb), (open_remote_link):
5836         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5837
5838         Add support for multiscreen systems. Fixes bug #316206.
5839
5840 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5841
5842         * shell/ev-jobs.[ch]: (ev_job_print_new),
5843         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5844         (ev_job_print_do_page):
5845         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5846
5847         Allow printing only odd/even pages. Fixes bug #367289.
5848
5849 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5850
5851         * test/test1.py:
5852         * test/test2.py:
5853
5854         Re-add locale settings to test files.
5855
5856 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5857
5858         * data/evince-ui.xml:
5859         * shell/ev-window.c: (set_action_properties):
5860         
5861         Removed garbage from code and ui.
5862
5863 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5864
5865         * shell/ev-window.c: (ev_window_cmd_help_about):
5866
5867         Shamelessly add my name to the list of contributors.
5868
5869 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5870
5871         * test/test1.py:
5872         * test/test2.py:
5873
5874         Cleaned up the dogtail scripts.
5875
5876 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5877
5878         * shell/ev-view.c: (draw_loading_text): Don't render
5879         "loading..." text in presentation mode. Temporary
5880         workaround for bug #320352.
5881
5882 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5883
5884         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5885         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5886
5887         Use print settings scale, copies, collate and reverse which were
5888         ignored. Fixes bug #359032.
5889
5890 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5891
5892         * configure.ac:
5893         * data/evince-password.glade:
5894         * test/Makefile.am:
5895         * test/test-encrypt.pdf:
5896         * test/test-links.pdf:
5897         * test/test1.py:
5898         * test/test2.py:
5899
5900         Add automated UI tests for evince with dogtail. See
5901         bug #300948.    
5902
5903 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5904
5905         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5906
5907         Hide fullscreen toolbar when switching to another desktop workspace.
5908         Fixes bug #338871
5909
5910 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5911
5912         * shell/ev-window-title.c: 
5913         
5914         Test for .dvi in title of pdf documents.
5915
5916 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5917
5918         * shell/ev-view.c: (ev_view_scroll):
5919
5920         Page Up/Down should do page jumps in "Best fit" mode.
5921         If a user has explicitly chosen to view exactly one page
5922         at a time, scrolling just a part of the page when
5923         pressing Page Up/Down is not right. Fixes bug #323107.
5924
5925 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5926
5927         * NEWS:
5928         * configure.ac:
5929         
5930         Update for 0.6.1
5931
5932 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5935         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5936         
5937         Correctly disconnect from job signals on destroy.
5938
5939 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5940
5941         * shell/ev-view-private.h:
5942         * shell/ev-view.c: (view_set_adjustment_values),
5943         (view_update_range_and_current_page),
5944         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5945         
5946         Fixes bug #343199, current page now follows find page.
5947
5948 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5949
5950         * backend/ev-document-factory.c:
5951         * configure.ac:
5952         Assigned OpenDocument presenation MIME type to the
5953         Impress backend. Added some missing (but harmless)
5954         #ifdefs in the document factory as well to make things
5955         consistent again. Fixes bug #360658.
5956
5957 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5958
5959         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5960         * backend/ev-document-find.c: (ev_document_find_get_type):
5961         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5962         * backend/ev-document-links.c: (ev_document_links_get_type):
5963         * backend/ev-document-security.c: (ev_document_security_get_type):
5964         * backend/ev-document-thumbnails.c:
5965         (ev_document_thumbnails_get_type):
5966         * backend/ev-document.c: (ev_document_get_type):
5967         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5968         * backend/ev-selection.c: (ev_selection_get_type):
5969         * cut-n-paste/recent-files/egg-recent-model.c:
5970         (egg_recent_model_get_type):
5971         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5972         (egg_recent_view_uimanager_get_type):
5973         * cut-n-paste/recent-files/egg-recent-view.c:
5974         (egg_recent_view_get_type):
5975         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5976         (egg_editable_toolbar_get_type):
5977         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5978         (egg_toolbar_editor_get_type):
5979         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5980         (egg_toolbars_model_get_type):
5981         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5982         (egg_tree_multi_drag_source_get_type):
5983         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5984         (ephy_zoom_action_get_type):
5985         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5986         (ephy_zoom_control_get_type):
5987         * impress/r_back.c: (_imp_fill_back):
5988         * properties/ev-properties-main.c:
5989         (ev_properties_plugin_register_type):
5990         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5991         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5992         (ev_view_accessible_factory_get_type):
5993
5994         Reduce relocations. Bug #360616.
5995
5996 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * backend/ev-document-factory.c:
5999         (ev_document_factory_get_document):
6000         
6001         Load document even if extension is wrong.
6002
6003 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6004
6005         * shell/ev-metadata-manager.c: (save_values):
6006         * shell/ev-window.c: (setup_size_from_metadata),
6007         (setup_view_from_metadata), (ev_window_setup_document),
6008         (ev_window_xfer_job_cb), (window_configure_event_cb):
6009         
6010         Set size according to the document size/page size ratio.
6011         That should correct rather wierd behaviour of the previous
6012         commit.
6013
6014 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6015
6016         * shell/ev-window.c: (setup_view_from_metadata):
6017         
6018         Set size for new windows from previous window size.
6019         See bugs #354968 and #168450 for details. Thanks
6020         to Meik Hellmund.
6021
6022 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6023
6024         * djvu/djvu-links.c: (build_tree):
6025
6026         Fix memory leak.
6027
6028 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6031         
6032         Don't make sidebar close button insensitive. Fixes
6033         bug #357871.
6034
6035 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6036
6037         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6038         (ev_window_set_view_accels_sensitivity):
6039         
6040         Don't enable Slash on documents which don't support
6041         find. Fixes bug #358648.
6042
6043 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6044
6045         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6046         open dialog fall back to the current document uri if the
6047         filechooser hasn't been used before. Fixes bug #356980.
6048
6049 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6050
6051         * shell/ev-window.c: (ev_window_setup_recent), 
6052         (ev_window_get_recent_file_label):
6053
6054         Escape underscores in filenames of recent file items.
6055
6056 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6057
6058         * configure.ac:
6059         
6060         Bumped poppler requirements, really 0.5.3 is very 
6061         buggy, now we require 0.5.4.
6062
6063 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6064
6065         * djvu/Makefile.am:
6066         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6067         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6068         (djvu_document_document_links_iface_init):
6069         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6070         (number_from_string_10), (get_djvu_link_dest),
6071         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6072         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6073         (djvu_links_get_links), (djvu_links_find_link_dest),
6074         (djvu_links_get_links_model):
6075         * djvu/djvu-links.h:
6076         
6077         Add support for links and bookmarks in djvu documents. Thanks
6078         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6079         patch.
6080
6081 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6082
6083         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6084         
6085         Reopen should reload document. Fixes 
6086         bug 327951.
6087
6088 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * configure.ac:
6091         * data/Makefile.am:
6092         * data/evince-16.png:
6093         * data/evince-22.png:
6094         * data/evince.png:
6095         * data/evince.svg:
6096         * data/icons/16x16/Makefile.am:
6097         * data/icons/16x16/evince.png:
6098         * data/icons/22x22/Makefile.am:
6099         * data/icons/22x22/evince.png:
6100         * data/icons/48x48/Makefile.am:
6101         * data/icons/48x48/evince.png:
6102         * data/icons/Makefile.am:
6103         * data/icons/scalable/Makefile.am:
6104         * data/icons/scalable/evince.svg:
6105         
6106         Install icons with correct names. Fixes
6107         bug #354429.
6108
6109 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6110
6111         * shell/ev-view.c: (ev_view_button_release_event):
6112
6113         Don't open links with middle mouse button. Fixes bug #353649
6114
6115 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6116
6117         * NEWS:
6118         * configure.ac:
6119         
6120         Update for release 0.6.0
6121
6122 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6123
6124         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6125         Implement Close named action. Patch by Carlos Garcia Campos.
6126
6127 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6128
6129         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6130         
6131         Don't clear link mapping on copy_job_to_job_info. Fixes
6132         bug 346168.
6133
6134 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6135
6136         * shell/main.c: (main):
6137
6138         Revert my previous commit, gnome_program_init owns the option context.
6139         Fix another memory leak in main. Both caught by Christian Persch. 
6140
6141 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6142
6143         * shell/main.c: (main):
6144
6145         Fix memory leak.
6146
6147 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6148
6149         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6150
6151         Fix crash when opening a pdf with password protection. 
6152
6153 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6154
6155         * pdf/ev-poppler.cc: (pdf_document_search_free):
6156
6157         Fix memory leak. 
6158
6159 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6160
6161         * backend/ev-document-factory.c:
6162         (ev_document_factory_get_document):
6163         * tiff/tiff-document.c: (tiff_document_finalize):
6164         
6165         More correct handling of document loading. Fixes
6166         bug #349043.
6167
6168 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6169
6170         * backend/ev-attachment.c: (ev_attachment_save):
6171
6172         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6173         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6174
6175 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6176         
6177         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6178         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6179
6180 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6181
6182         * shell/ev-sidebar-thumbnails.c:
6183
6184         Do not render thumbnails unless thumbnails page is active in the
6185         sidebar.
6186
6187 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6188
6189         * shell/ev-properties-dialog.c:
6190
6191         Fix dialogue spacing. Bug #351370.
6192
6193 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6194
6195         * configure.ac:
6196
6197         Use lowercase gettext catalog file names (evince.mo
6198         instead of Evince.mo)
6199
6200 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6201
6202         * shell/ev-sidebar-attachments.c:
6203
6204         GtkIconTheme is now screen safe too. Fixes bug #350878
6205
6206 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6207
6208         * shell/ev-window.c:
6209
6210         GtkRecent manager is now screen safe. Fixes bug #350145
6211
6212 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6213
6214         * shell/ev-sidebar.c: (ev_sidebar_init):
6215         
6216         Make sidebar close icon smaller. Fix for bug 350177.
6217         See also bugs 350176 and 165770.
6218
6219 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6220
6221         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6222
6223         Ignore zoom for xyz destinations when it's <= 1, keeping user
6224         preferences instead. Set correct sizing-mode for fith and fitv
6225         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6226
6227 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6228
6229         * NEWS:
6230         * configure.ac:
6231         
6232         Update for release 0.5.5
6233
6234 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6235         
6236         * shell/ev-window.c: (ev_window_cmd_escape)
6237
6238         Escape unfocus page entry. Fixes bug #345809.
6239
6240 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6241
6242         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6243         (build_tree), (pdf_document_links_get_links),
6244         (pdf_document_links_find_link_dest):
6245         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6246         (goto_xyz_dest):
6247
6248         Convert from PDF style coordinates to X style coordinates in the
6249         backend rather than in the view. Fixes bug #338440
6250
6251 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * shell/ev-window.c:
6254         
6255         Remove Ctrl+Shift+T shortcut for toolbars. See
6256         the bug #350098.
6257
6258 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6259
6260         * configure.ac:
6261
6262         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6263         of this. 
6264
6265 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6266
6267         * configure.ac:
6268         * cut-n-paste/Makefile.am:
6269         * data/evince-ui.xml:
6270         * shell/Makefile.am:
6271         * shell/ev-application.[ch]:
6272         * shell/ev-window.c:
6273
6274         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6275         #349273
6276
6277 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6278
6279         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6280         findbar code: s/help/search/
6281
6282 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6283
6284         * shell/ev-window.c: (setup_document_from_metadata),
6285         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6286         (setup_view_from_metadata):
6287         
6288         Fix memory leaks.
6289
6290 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6291
6292         * autogen.sh, configure.ac: 
6293         
6294         Update automake usage. See bug 349292.
6295
6296 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6297
6298         * shell/eggfindbar.c: (egg_find_bar_class_init),
6299         (entry_activate_callback), (egg_find_bar_init),
6300         (egg_find_bar_set_status_text):
6301         * shell/eggfindbar.h:
6302         
6303         Unify Evince findbar with Epiphany. Nice patch
6304         from Fabricio Silva <silva@crans.org> and
6305         Frederic Peters <fpeters@entrouvert.com>. See
6306         bug #339966 for details.
6307
6308 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6309
6310         * data/evince.desktop.in.in:
6311         
6312         Correct information for bugzilla. Thanks to
6313         Olaf Vitters, see bug #348855.
6314
6315 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6316
6317         * shell/ev-jobs.[ch]:
6318         * shell/ev-sidebar-links.c:
6319         * shell/ev-window.[ch]:
6320
6321         GtkPrintJob doesn't support print ranges or current page, so we export
6322         to a ps file now when printing ranges or current page.
6323
6324 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * pdf/ev-poppler.cc:
6327         * shell/ev-window.c: (do_action_named):
6328
6329         We should be more clear about bugzilla. See the
6330         poppler bug #7623.
6331
6332 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6333
6334         * configure.ac:
6335         * shell/Makefile.am:
6336         * shell/ev-job-queue.c:
6337         * shell/ev-jobs.[ch]:
6338         * shell/ev-sidebar-links.c:
6339         * shell/ev-window.[ch]:
6340         
6341         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6342         #348422
6343
6344 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6345
6346         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6347         * shell/ev-application-service.xml:
6348         * shell/ev-application.[ch]:
6349         * shell/ev-jobs.[ch]:
6350         * shell/ev-window.[ch]: (ev_window_run_preview):
6351         * shell/main.c: 
6352
6353         Add preview mode to use evince as a printing previewer. It also adds
6354         other command line options for fullscreen and presentation modes.
6355         Fixes bugs #347822, #317031
6356
6357 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6358
6359         * NEWS:
6360         * configure.ac:
6361         
6362         Update for release 0.5.4
6363
6364 2006-07-11  Bastien Nocera <hadess@hadess.net>
6365
6366         * Makefile.am:
6367         * backend/Makefile.am:
6368         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6369         * backend/ev-document-factory.h:
6370         * configure.ac:
6371         * impress/.cvsignore:
6372         * impress/Makefile.am:
6373         * impress/common.h:
6374         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6375         (imp_get_page), (imp_next_page), (imp_prev_page),
6376         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6377         * impress/f_oasis.c: (render_object), (render_page),
6378         (get_geometry), (_imp_oasis_load):
6379         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6380         (_imp_oo13_load):
6381         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6382         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6383         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6384         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6385         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6386         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6387         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6388         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6389         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6390         (iks_new_within), (iks_insert), (iks_insert_cdata),
6391         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6392         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6393         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6394         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6395         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6396         (iks_cdata), (iks_cdata_size), (iks_has_children),
6397         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6398         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6399         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6400         (iks_tree), (iks_load), (iks_save):
6401         * impress/iksemel.h:
6402         * impress/imposter.h:
6403         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6404         (imp_render_draw_bezier_real), (imp_render_get_size),
6405         (imp_render_set_fg_color), (imp_render_draw_line),
6406         (imp_render_draw_rect), (imp_render_draw_polygon),
6407         (imp_render_draw_arc), (imp_render_draw_bezier),
6408         (imp_render_open_image), (imp_render_get_image_size),
6409         (imp_render_scale_image), (imp_render_draw_image),
6410         (imp_render_close_image), (imp_render_markup),
6411         (imp_render_get_text_size), (imp_render_draw_text),
6412         (impress_document_load), (impress_document_save),
6413         (impress_document_get_n_pages), (impress_document_get_page_size),
6414         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6415         (impress_document_finalize), (impress_document_class_init),
6416         (impress_document_can_get_text), (impress_document_get_info),
6417         (impress_document_document_iface_init),
6418         (impress_document_thumbnails_get_thumbnail),
6419         (impress_document_thumbnails_get_dimensions),
6420         (impress_document_document_thumbnails_iface_init),
6421         (impress_document_init):
6422         * impress/impress-document.h:
6423         * impress/internal.h:
6424         * impress/r_back.c: (_imp_fill_back):
6425         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6426         (_imp_draw_image), (_imp_tile_image):
6427         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6428         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6429         (r_polyline):
6430         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6431         (r_draw_gradient_complex), (r_draw_gradient):
6432         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6433         (r_get_bullet):
6434         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6435         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6436         (r_text):
6437         * impress/render.c: (imp_create_context), (imp_context_set_page),
6438         (imp_context_set_step), (imp_render), (imp_delete_context):
6439         * impress/render.h:
6440         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6441         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6442         (zip_load_xml), (zip_get_size), (zip_load):
6443         * impress/zip.h:
6444         * shell/ev-utils.c:
6445         
6446         New backend to support impress slides. Fixes bug #30867.
6447
6448 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6449
6450         * shell/ev-utils.c: (using_postscript_printer):
6451         
6452         Fixes crash when print using PAPI backend,
6453         bug #345012.
6454
6455 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6456
6457         * shell/ev-jobs.c: (ev_job_xfer_run):
6458         * shell/ev-window.c: (password_dialog_response),
6459         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6460         (ev_window_dispose):
6461         Fixes bug #344160: if the xfer job doesn't complete
6462         because a password is required, reload the existing
6463         instance instead of creating a new one.
6464
6465 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * shell/main.c: (main): Call gdk_threads_init. Thus
6468         we'll avoid errors in auth dialog. Fix for the bug
6469         #343347.
6470
6471 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6472
6473         * configure.ac: Advertise pixbuf support, fix
6474         for the bug 343317.
6475
6476 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6477
6478         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6479         (ev_sidebar_thumbnails_set_document):
6480         
6481         Update sidebar thumbnails after reloading.
6482
6483 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6486         * shell/ev-jobs.h:
6487         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6488         (ev_window_cmd_view_reload), (ev_window_init):
6489         
6490         Don't crash on reload. Fix for the bug #343167.
6491
6492 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6493
6494         * shell/ev-jobs.c: (ev_job_render_run):
6495         
6496         Check for document links.
6497
6498 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6499
6500         * backend/ev-attachment.c: (ev_attachment_save),
6501         (ev_attachment_launch_app), (ev_attachment_open):
6502         * backend/ev-document-factory.c: (get_document_from_uri):
6503         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6504         (egg_recent_view_uimanager_set_list):
6505         * ps/ps-document.c: (check_filecompressed), (document_load),
6506         (ps_document_load):
6507         * shell/ev-metadata-manager.c: (load_values):
6508         * shell/ev-password.c: (ev_password_dialog_set_property):
6509         * shell/ev-view.c: (tip_from_link):
6510         * shell/ev-window.c: (file_save_dialog_response_cb),
6511         (ev_window_print_dialog_response_cb):
6512         
6513         Use consistent quoting style. Fix for the bug #320285.
6514
6515 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6516
6517         * shell/ev-jobs.c: (ev_job_xfer_run):
6518         * shell/main.c: (load_files):
6519                 
6520         Open links with anchors. Fix for the bug #339836.
6521
6522 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6523
6524         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6525         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6526         (ev_link_dest_set_property), (ev_link_dest_finalize),
6527         (ev_link_dest_class_init), (ev_link_dest_new_named),
6528         (ev_link_dest_new_page_label):
6529         * backend/ev-link-dest.h:
6530         * shell/ev-application.c: (ev_application_open_uri):
6531         * shell/ev-view.c: (goto_dest):
6532         * shell/ev-window.c:
6533         * shell/ev-window.h:
6534         
6535         Fix page-label command line option. Bug #342070.
6536
6537 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6538
6539         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6540         
6541         Don't show highlight rects if page can't be showed. Fix for 
6542         the bug #342076
6543
6544 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546         * shell/ev-window.c: (setup_sidebar_from_metadata),
6547         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6548         
6549         Setup sidebar from metadata even if there is no document
6550         loaded. Fix for the bug #342807.
6551
6552 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * cut-n-paste/toolbar-editor/Makefile.am:
6555         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6556         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6557         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6558         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6559         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6560         (popup_context_menu_cb), (button_press_event_cb),
6561         (configure_item_sensitivity), (configure_item_cursor),
6562         (configure_item_tooltip), (connect_widget_signals),
6563         (action_sensitive_cb), (create_item_from_action),
6564         (create_item_from_position), (toolbar_drag_data_received_cb),
6565         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6566         (toolbar_drag_leave_cb), (configure_drag_dest),
6567         (toggled_visibility_cb), (toolbar_visibility_refresh),
6568         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6569         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6570         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6571         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6572         (egg_editable_toolbar_dispose),
6573         (egg_editable_toolbar_set_ui_manager),
6574         (egg_editable_toolbar_get_selected),
6575         (egg_editable_toolbar_set_selected), (set_edit_mode),
6576         (egg_editable_toolbar_set_property),
6577         (egg_editable_toolbar_get_property),
6578         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6579         (egg_editable_toolbar_new_with_model),
6580         (egg_editable_toolbar_get_edit_mode),
6581         (egg_editable_toolbar_set_edit_mode),
6582         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6583         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6584         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6585         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6586         (item_added_or_removed_cb), (toolbar_removed_cb),
6587         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6588         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6589         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6590         (editor_create_item_from_name), (append_table),
6591         (update_editor_sheet), (egg_toolbar_editor_init):
6592         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6593         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6594         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6595         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6596         (toolbar_node_free), (egg_toolbars_model_get_flags),
6597         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6598         (egg_toolbars_model_get_name), (impl_add_item),
6599         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6600         (parse_data_list), (parse_item_list), (parse_toolbars),
6601         (egg_toolbars_model_load_toolbars), (parse_available_list),
6602         (parse_names), (egg_toolbars_model_load_names),
6603         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6604         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6605         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6606         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6607         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6608         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6609         (egg_toolbars_model_set_types), (fill_avail_array),
6610         (egg_toolbars_model_get_name_avail),
6611         (egg_toolbars_model_get_name_flags),
6612         (egg_toolbars_model_set_name_flags):
6613         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6614         * cut-n-paste/toolbar-editor/eggintl.h:
6615         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6616         (egg_tree_multi_drag_source_get_type),
6617         (egg_tree_multi_drag_source_row_draggable),
6618         (egg_tree_multi_drag_source_drag_data_delete),
6619         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6620         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6621         (path_list_free), (set_context_data), (get_context_data),
6622         (get_info), (egg_tree_multi_drag_drag_data_get),
6623         (egg_tree_multi_drag_motion_event),
6624         (egg_tree_multi_drag_button_press_event),
6625         (egg_tree_multi_drag_add_drag_support):
6626         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6627         * shell/ev-application.c: (ev_application_init),
6628         (ev_application_save_toolbars_model):
6629         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6630         (ev_window_cmd_edit_toolbar), (ev_window_init):
6631         
6632         Sync toolbareditor with epiphany and libegg
6633
6634 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6635
6636         * configure.ac: 
6637
6638         Depend on poppler 0.5.2
6639
6640 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6641
6642         * shell/ev-jobs.c: (ev_job_render_run):
6643         
6644         Check if document supports links iterface.
6645
6646 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6647
6648         * NEWS:
6649         * configure.ac:
6650         
6651         Update for release 0.5.3
6652
6653 2006-05-13  Michael Plump  <plumpy@skylab.org>
6654
6655         * configure.ac:
6656         * shell/Makefile.am:
6657         * shell/main.c: (main):
6658         
6659         Port to GOption command line parsing. Fix for the 
6660         bug #327518
6661
6662 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6663
6664         * shell/ev-window.c: (ev_window_cmd_help_about):
6665         
6666         Do not wrap license. Fix for the bug #309460.
6667
6668 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6669
6670         * configure.ac:
6671         * properties/ev-properties-main.c: (ev_properties_get_pages):
6672         * shell/ev-application.c: (ev_application_open_window),
6673         (ev_application_open_uri_at_dest):
6674         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6675         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6676         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6677         * shell/ev-utils.c: (save_print_config_to_file):
6678         * shell/ev-window.c: (ev_window_cmd_save_as),
6679         (ev_attachment_popup_cmd_save_attachment_as):
6680         * shell/main.c: (load_files_remote):
6681         
6682         Bump requirements to gtk 2.8 and drop all ifdefs used.
6683
6684 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6685
6686         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6687         * shell/ev-window.c: (ev_window_init):
6688         
6689         Show attachments page.
6690
6691 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6692
6693         * po/POTFILES.in:
6694         * shell/ev-attachment-bar.c:
6695         * shell/ev-attachment-bar.h:
6696         * shell/ev-sidebar-attachments.c:
6697         (ev_sidebar_attachments_icon_cache_add),
6698         (icon_theme_get_pixbuf_from_mime_type),
6699         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6700         (ev_sidebar_attachments_icon_cache_refresh),
6701         (ev_sidebar_attachments_get_attachment_at_pos),
6702         (ev_sidebar_attachments_popup_menu_show),
6703         (ev_sidebar_attachments_popup_menu),
6704         (ev_sidebar_attachments_button_press),
6705         (ev_sidebar_attachments_update_icons),
6706         (ev_sidebar_attachments_drag_data_get),
6707         (ev_sidebar_attachments_get_property),
6708         (ev_sidebar_attachments_destroy),
6709         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6710         (ev_sidebar_attachments_new),
6711         (ev_sidebar_attachments_set_document),
6712         (ev_sidebar_attachments_support_document),
6713         (ev_sidebar_attachments_get_label),
6714         (ev_sidebar_attachments_page_iface_init):
6715         * shell/ev-sidebar-attachments.h:
6716         * shell/ev-window.c: (update_chrome_visibility),
6717         (setup_sidebar_from_metadata), (ev_window_setup_document),
6718         (ev_window_sidebar_current_page_changed_cb),
6719         (attachment_bar_menu_popup_cb), (ev_window_init):
6720         
6721         Move attachments bar to sidebar.
6722
6723 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6724
6725         * pdf/ev-poppler.cc:
6726         * shell/ev-application.[ch]:
6727         * shell/main.c:
6728
6729         Fix some memory leaks.
6730
6731 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6732
6733         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6734
6735         Change the properties dialog response to
6736         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6737         will make the dialog go away when the user presses
6738         enter. With gtk+ >= 2.9 this will happen anyway, but for
6739         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6740         escape by default. Fixes bug #340539. See also bug
6741         #101293 for the gtk+ part.
6742
6743 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6744
6745         * shell/ev-view.c (tip_from_action_named): Replace some strings
6746         that were wrong. Closes #340970.
6747
6748 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6749
6750         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6751
6752         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6753         #341049
6754
6755 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6756
6757         * djvu/Makefile.am:
6758         * dvi/Makefile.am:
6759         * dvi/mdvi-lib/Makefile.am:
6760         * properties/Makefile.am:
6761         * ps/Makefile.am:
6762         * shell/Makefile.am:
6763         * thumbnailer/Makefile.am:
6764         
6765         Due to broken libtool that is unable to track dependencies
6766         of noinst libraries we are forced to explicitely point
6767         libraries for binary. Fix for the bug #333334.
6768
6769 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6770
6771         * data/evince.desktop.in.in:
6772         * shell/ev-view.c: (view_update_range_and_current_page),
6773         (ev_view_next_page), (ev_view_previous_page):
6774         * shell/ev-window.c: (update_chrome_visibility),
6775         (setup_sidebar_from_metadata), (ev_window_setup_document),
6776         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6777         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6778         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6779         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6780         (ev_window_stop_presentation), (ev_window_focus_in_event),
6781         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6782         (ev_window_init):
6783         * thumbnailer/Makefile.am:
6784         
6785         Update fullscreen and presentation timeout handling. Hide
6786         cursor in presentation after timeout. Fix for the bugs
6787         #136359 and #336981.
6788
6789 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6790
6791         * backend/ev-link-action.[ch]:
6792         * pdf/ev-poppler.cc: (ev_link_from_action):
6793         * shell/ev-view-private.h:
6794         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6795         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6796
6797         Add support for Named Action links
6798
6799 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6800
6801         * backend/Makefile.am:
6802         * backend/ev-document-links.[ch]:
6803         * backend/ev-document.[ch]:
6804         * backend/ev-link-action.[ch]:
6805         * backend/ev-link-dest.[ch]:
6806         * backend/ev-link.[ch]:
6807         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6808         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6809         * shell/ev-page-action.c: (build_new_tree_cb):
6810         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6811         (links_page_num_func), (update_page_callback):
6812         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6813         (tip_from_link):
6814         * shell/ev-jobs.c:
6815         * shell/ev-window.[ch]: (ev_window_open_uri),
6816         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6817         * shell/ev-application.[ch]: (ev_application_open_window),
6818         (ev_application_open_uri):
6819
6820         Rework links system, it adds support for remote links now and it makes
6821         easier to add new kinds of actions and destinations. Fixes bug #317292
6822
6823 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * data/Makefile.am:
6826         * data/evince.png:
6827         * data/evince-16.png:
6828         * data/evince-22.png:
6829         * data/evince.svg:
6830         * shell/main.c: (main):
6831         
6832         Evince use it's own icon. Fix for the bug #313392.
6833
6834         * shell/ev-window.c: (fullscreen_timeout_cb),
6835         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6836         (ev_window_cmd_help_about), (ev_window_dispose):
6837         
6838         Simplify fullscreen timeout code.
6839
6840 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6841
6842         * backend/ev-attachment.c: 
6843         * shell/ev-attachment-bar.c:
6844         * shell/ev-window.c:
6845
6846         Allow multiple selection of attachments
6847
6848 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6849
6850         * shell/ev-view.c: (view_update_range_and_current_page),
6851         (ev_view_scroll):
6852         
6853         Fix for the bug #312573 – Optimal selection of current 
6854         page among visible pages.
6855
6856 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6857
6858         * configure.ac:
6859         * djvu/Makefile.am:
6860         * djvu/djvu-text.h:
6861         
6862         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6863         for the bug 339868.
6864
6865 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6866
6867         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6868
6869 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6870
6871         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6872         dictated by the GNOME HIG. Fixes bug #339235.
6873
6874 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6875
6876         * data/evince-ui.xml:
6877         * shell/ev-view.c: (ev_view_can_find_previous):
6878         * shell/ev-view.h:
6879         * shell/ev-window.c: (ev_window_update_actions),
6880         (ev_window_cmd_edit_find_previous):
6881
6882         Add support for "Find Previous" as dictated by the GNOME HIG. A
6883         menu item is added and some glue code to make it all work is added
6884         to various files.
6885
6886 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6887
6888         * configure.ac: Award myself the "useless use of cat" award.
6889
6890 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6891
6892         * po/LINGUAS: New file listing all supported languages.
6893
6894         * configure.in: Use po/LINGUAS instead of including all languages
6895         directly in this file. See the wiki for more information:
6896         http://live.gnome.org/GnomeGoals/PoLinguas
6897
6898 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6899
6900         * backend/ev-document-factory.c:
6901
6902         Do not load the document twice when there isn't errors
6903
6904 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6905
6906         * backend/ev-attachment.c: 
6907
6908         Fix a crash when there isn't a default application to open an
6909         attachment
6910
6911 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6912
6913         * backend/ev-attachment.[ch]:
6914         * shell/ev-attachment-bar.[ch]:
6915
6916         Added missing files. 
6917
6918 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6919
6920         * backend/Makefile.am:
6921         * data/evince-ui.xml:
6922         * backend/ev-attachment.[ch]:
6923         * backend/ev-document.[ch]: (ev_document_has_attachments),
6924         (ev_document_get_attachments):
6925         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6926         (attachment_save_to_buffer), (pdf_document_get_attachments),
6927         (pdf_document_document_iface_init):
6928         * shell/Makefile.am:
6929         * shell/ev-attachment-bar.[ch]:
6930         * shell/ev-window.c:
6931
6932         Add support for PDF attachments. Fixes bug #325143
6933
6934 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * backend/ev-document-factory.c: (get_document_from_uri),
6937         (ev_document_factory_get_document):
6938         * backend/ev-document-factory.h:
6939         * properties/ev-properties-main.c: (ev_properties_get_pages):
6940         * shell/Makefile.am:
6941         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6942         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6943         (ev_job_queue_remove_job):
6944         * shell/ev-job-queue.h:
6945         * shell/ev-job-xfer.c:
6946         * shell/ev-job-xfer.h:
6947         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6948         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6949         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6950         (ev_job_xfer_run):
6951         * shell/ev-jobs.h:
6952         * shell/ev-window.c: (ev_window_is_empty),
6953         (password_dialog_response), (ev_window_clear_xfer_job),
6954         (ev_window_xfer_job_cb), (ev_window_open_uri),
6955         (ev_window_cmd_focus_page_selector),
6956         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6957         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6958         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6959         (ev_window_dispose):
6960         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6961         
6962         * Cleanup mime type detection on document load. Fix for the
6963         bug #336448.
6964
6965 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6966
6967         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6968         
6969         Fix crash on exit, described in the bug #336825.
6970
6971 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6972
6973         * backend/ev-document-factory.c:
6974         (ev_document_factory_get_from_mime),
6975         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6976         (ev_document_factory_get_document),
6977         (file_filter_add_mime_list_and_free),
6978         (ev_document_factory_add_filters):
6979         * backend/ev-document-factory.h:
6980         * properties/ev-properties-main.c: (ev_properties_get_pages):
6981         * shell/Makefile.am:
6982         * shell/ev-application.c:
6983         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6984         * shell/ev-window.c: (ev_window_cmd_file_open),
6985         (ev_window_cmd_save_as):
6986         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6987         
6988         Rework factory functions so they are placed now in a single 
6989         file ev-document-factory.c
6990
6991 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6992
6993         * shell/ev-window.c: (update_chrome_visibility):
6994         
6995         Fix for the bug 166566 - don't show menubar in fullscreen
6996         mode.
6997
6998 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6999
7000         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7001
7002 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7003
7004         * shell/ev-view.c: (ev_view_expose_event):
7005         
7006         More correctly draw loading text when document
7007         is empty.
7008
7009 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7010
7011         * shell/ev-view.c: (ev_view_scroll):
7012         
7013         Fix for the bug #334854, page down and page up switch
7014         pages in presentation mode.
7015
7016 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7017
7018         * shell/ev-window.c: (ev_window_set_action_sensitive),
7019         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7020         (ev_window_set_view_accels_sensitivity),
7021         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7022         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7023         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7024         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7025         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7026         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7027         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7028         (view_actions_focus_in_cb), (ev_window_init):
7029         
7030         Fix for the bug #333902, now it's possible to search
7031         words with slash.
7032
7033 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7034
7035         * configure.ac: Added Breton translation.
7036         * po/br.po: Added Breton translation.
7037
7038 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7039
7040         * shell/ev-window-title (ev_window_title_update):
7041
7042         Fix memory leak in window title. Fixes bug #333944
7043
7044 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7045
7046         * shell/ev-metadata-manager.c (parseItem):
7047
7048         Fix memory leaks. Fixes bug #333945
7049
7050 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7051         
7052         * NEWS, configure.ac, TODO:
7053         
7054         Update for release 0.5.2.
7055
7056 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7057
7058         * shell/ev-view.c: (view_update_range_and_current_page),
7059         (page_changed_cb):
7060         
7061         Don't jump on scrolling, fix for the bug #333127.
7062
7063 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7064
7065         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7066         
7067         Scroll by one page in presentation mode. Fix for the bug
7068         #332993.
7069
7070 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7071
7072         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7073
7074 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7075
7076         * configure.ac  Added lv in ALL_LINGUAS line.
7077
7078 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7079         
7080         * NEWS, configure.ac:
7081         
7082         Update for release 0.5.1
7083
7084 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7085
7086         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7087         * backend/ev-document-misc.h:
7088         * shell/ev-view.c: (draw_one_page):
7089         
7090          Clairfy what page the toolbar page number applies to. Fix
7091          for the bug #328102.
7092
7093 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7094
7095         * shell/ev-view-private.h:
7096         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7097         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7098         (ev_view_search_changed):
7099         * shell/ev-view.h:
7100         * shell/ev-window.c: (find_bar_search_changed_cb):
7101         
7102         Dont't jump to find result if window was scrolled during search.
7103         Fix for the bug #313266.
7104
7105 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7106
7107         * shell/eggfindbar.c: (egg_find_bar_class_init):
7108         * shell/eggfindbar.h:
7109         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7110         * shell/ev-view-private.h:
7111         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7112         (ev_view_class_init), (ev_sizing_mode_get_type),
7113         (ev_scroll_type_get_type):
7114         * shell/ev-view.h:
7115         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7116         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7117         (ev_window_init):
7118         
7119         Fix for the bug 319133 - Find entry should allow text scroll.
7120
7121 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7122
7123         * shell/ev-view-private.h:
7124         * shell/ev-view.c: (view_update_range_and_current_page),
7125         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7126         (ev_view_set_document), (update_find_status_message),
7127         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7128         (ev_view_find_previous):
7129         
7130         Fix for the bug #319137. Search now takes account for scrolling.
7131
7132 2006-02-19  Michael Hofmann <mh21@piware.de>
7133
7134         * configure.ac:
7135         * djvu/Makefile.am:
7136         * djvu/djvu-document-private.h:
7137         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7138         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7139         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7140         (djvu_document_can_get_text), (djvu_document_get_text),
7141         (djvu_document_document_iface_init),
7142         (djvu_document_thumbnails_get_thumbnail),
7143         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7144         (djvu_document_find_get_result),
7145         (djvu_document_find_page_has_results),
7146         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7147         (djvu_document_find_iface_init):
7148         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7149         (djvu_text_page_selection), (djvu_text_page_limits_process),
7150         (djvu_text_page_limits), (djvu_text_page_copy),
7151         (djvu_text_page_position), (djvu_text_page_union),
7152         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7153         (djvu_text_page_box), (djvu_text_page_append_text),
7154         (djvu_text_page_search), (djvu_text_page_prepare_search),
7155         (djvu_text_page_new), (djvu_text_page_free):
7156         * djvu/djvu-text-page.h:
7157         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7158         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7159         (djvu_text_n_results), (djvu_text_has_results),
7160         (djvu_text_get_result), (djvu_text_get_progress):
7161         * djvu/djvu-text.h:
7162         
7163         Text search in djvu. Fix for the bug #303415.
7164
7165 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7166
7167         * configure.ac:
7168         * shell/ev-window.c: (ev_window_cmd_save_as):
7169         
7170         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7171         Thanks to Gary Coady <gary@lyranthe.org>
7172
7173 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7174
7175         * shell/ev-print-job.c: (idle_print_handler):
7176         
7177         Inverse order printing, bug #320919.
7178
7179 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7180
7181         * data/evince-toolbar.xml:
7182         * shell/ev-window.c:
7183         
7184         Allow to add sidebar checkbutton on toolbar. Fix
7185         for the bug #144577.
7186
7187 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7188
7189         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7190         
7191         Add checks that have sense for empty ps document.
7192
7193 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7194
7195         * configure.ac: Include PS in mime types list. 
7196
7197 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7198
7199         * configure.ac:
7200         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7201         * ps/gsdefaults.h:
7202         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7203         
7204         Runtime check for gs interpreter. Fix for the bug #320868.
7205         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7206
7207 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7208
7209         * shell/ev-application.c: 
7210
7211         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7212         dbus>=0.60, so that the request is not queued. 
7213
7214 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7215
7216         * configure.ac:
7217         * shell/Makefile.am:
7218         * shell/ev-sidebar-links.c: (print_section_cb):
7219         * shell/ev-utils.c:
7220         * shell/ev-utils.h:
7221         * shell/ev-window.c: (update_action_sensitivity),
7222         (ev_window_close_dialogs), (ev_window_print):
7223         * shell/ev-window.h:
7224         
7225         Make printing support optional. Patch from Eduardo de Barros Lima
7226         <eduardo.lima@indt.org.br> for the bug #330546.
7227
7228 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7229
7230         * shell/ev-view-private.h:
7231         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7232         (ev_view_set_document):
7233         * shell/ev-view.h:
7234         * shell/ev-window.c: (ev_window_load_job_cb),
7235         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7236         (ev_window_init):
7237
7238         Draw Loading message during xfer job. Fix for the bug #329495.
7239
7240 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7241
7242         * comics/comics-document.c: (comics_regex_quote),
7243         (comics_document_load), (extract_argv):
7244         
7245         Correcly quote regexp before passing it to unzip.
7246
7247 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7248
7249         * shell/ev-page-cache.c: (build_height_to_page),
7250         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7251         (ev_page_cache_get_dual_even_left):
7252         * shell/ev-page-cache.h:
7253         * shell/ev-view.c: (view_update_range_and_current_page),
7254         (get_page_y_offset), (get_page_extents):
7255         
7256         Place even pages to the left if document has less then
7257         two pages. Fix for the bug #328856.
7258
7259 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7260
7261         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7262         
7263         Correct comics scheme. This make evince create thumbnails
7264         for comic books. Fix for the bug 329088.
7265
7266 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7267
7268         * data/evince-password.glade: Don't explicitly set
7269         invisible_char to the current default value in case
7270         the default changes; let GTK+ do its magic.
7271
7272 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7275         real filename to tmp filename since often document
7276         type is determined by extension.
7277
7278 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7279
7280         * shell/ev-view.c: (add_scroll_binding_keypad),
7281         (ev_view_binding_activated), (ev_view_class_init):
7282         
7283         Add keybindings for percision-scrolling of display area. 
7284         Fix for the bug #314072.
7285
7286 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7287
7288         * data/evince.desktop.in.in:
7289         
7290         Add GTK to the list of categories. Fix for the bug #328034.
7291
7292 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7293
7294         * shell/ev-application.c: (ev_application_shutdown),
7295         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7296         * shell/ev-application.h:
7297         * shell/ev-window.c: (file_open_dialog_response_cb),
7298         (ev_window_cmd_file_open):
7299         
7300         Save last uri in file chooser dialog. Fix for the bug #327950.
7301
7302 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7303
7304         * NEWS:
7305         * README:
7306         
7307         Final update for release 0.5.0
7308         
7309         * shell/Makefile.am:
7310         
7311         Remove disable deprecated until we'll require libgnome-2.13.7
7312         and port to GOption argument parsing. See bug 327518.
7313
7314 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7315
7316         * comics/comics-document.c: (comics_document_save):
7317         * djvu/djvu-document.c: (djvu_document_save):
7318         * dvi/dvi-document.c: (dvi_document_save):
7319         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7320         * lib/ev-file-helpers.h:
7321         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7322         * tiff/tiff-document.c: (tiff_document_save):
7323         
7324         Use common save function for backends.
7325
7326 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7327
7328         * backend/ev-document-types.c:
7329         
7330         Fix crash on saving pixbuf.
7331
7332 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7333
7334         * cut-n-paste/recent-files/egg-recent-item.c:
7335         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7336         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7337         (parse_info_free), (valid_element), (start_element_handler),
7338         (end_element_handler), (text_handler), (egg_recent_model_filter),
7339         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7340         (egg_recent_model_monitor), (egg_recent_model_read),
7341         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7342         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7343         (egg_recent_model_set_property), (egg_recent_model_class_init),
7344         (egg_recent_model_init), (egg_recent_model_add_full),
7345         (egg_recent_model_delete), (egg_recent_model_get_list),
7346         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7347         (egg_recent_model_set_filter_mime_types),
7348         (egg_recent_model_clear_group_filter),
7349         (egg_recent_model_set_filter_groups),
7350         (egg_recent_model_clear_scheme_filter),
7351         (egg_recent_model_set_filter_uri_schemes),
7352         (egg_recent_model_remove_expired):
7353         * cut-n-paste/recent-files/egg-recent-util.c:
7354         (egg_recent_util_get_icon):
7355         * cut-n-paste/recent-files/egg-recent-util.h:
7356         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7357         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7358         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7359         (egg_recent_view_uimanager_set_property),
7360         (egg_recent_view_uimanager_get_property),
7361         (egg_recent_view_uimanager_class_init),
7362         (egg_recent_view_uimanager_init),
7363         (egg_recent_view_uimanager_set_label_width),
7364         (egg_recent_view_uimanager_get_label_width):
7365         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7366         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7367         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7368         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7369         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7370         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7371         
7372         Update from libegg.
7373
7374 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7375
7376         * shell/ev-page-cache.c: (build_height_to_page),
7377         (ev_page_cache_get_height_to_page):
7378         * shell/ev-page-cache.h:
7379         * shell/ev-view.c: (view_update_range_and_current_page),
7380         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7381         (ev_view_previous_page):
7382         
7383         Dual mode places even pages to the left. Fix for the bug #309393.
7384
7385         * shell/ev-view.h:
7386         * shell/ev-window.c: (update_action_sensitivity),
7387         (setup_view_from_metadata), (view_menu_popup_cb):
7388         
7389         Don't restore presentation in empty windows, more intelligent
7390         next page behaviour in dual mode.
7391
7392         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7393         (ev_pixbuf_cache_clear_job_sizes):
7394         
7395         Cleanup job callback on removal. Fix for the bug #325886.
7396
7397 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7398
7399         * ps/ps.c: (psscan):
7400         
7401         Commit workaround Mozilla problem. Fix for the bug #325919
7402         
7403         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7404         (save_item):
7405         
7406         Fix for year 2038 problem.
7407
7408 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7409
7410         * shell/ev-window.c: (setup_document_from_metadata),
7411         (ev_window_cmd_view_reload):
7412
7413         Clamp page recieved from metadata in valid values. Fix
7414         for the bug #325986.
7415
7416 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7417
7418         * MAINTAINERS: 
7419         Add MAINTAINERS as requested on desktop-devel-list.
7420
7421 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7424         (mime_type_supported_by_gdk_pixbuf),
7425         (ev_document_factory_get_mime_types),
7426         (ev_document_factory_get_all_mime_types):
7427         
7428         Don't add pixbuf mime types if pixbuf backend is disabled.
7429         
7430         * shell/ev-application.c: (ev_application_get_uri_window):
7431         
7432         Fix for the bug 325815 - unhandled MIME type message doesn't 
7433         appear a second time. 
7434         
7435         * shell/ev-document-types.c: (ev_document_types_add_filters):
7436         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7437         (password_dialog_response), (ev_window_popup_password_dialog),
7438         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7439         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7440         (ev_window_run_presentation), (ev_window_stop_presentation),
7441         (save_sizing_mode), (ev_window_zoom_changed_cb),
7442         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7443         (ev_window_dual_mode_changed_cb),
7444         (ev_window_sidebar_current_page_changed_cb),
7445         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7446         (window_state_event_cb), (window_configure_event_cb):
7447         
7448         Cleanup additional uris holded by EvWindow.
7449
7450 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7451
7452         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7453         (ev_view_can_previous_page), (ev_view_can_next_page):
7454         * shell/ev-view.h:
7455         * shell/ev-window.c: (update_action_sensitivity):
7456         
7457         Two page scrolling with Space and PageUp in dual mode. Second fix 
7458         for the bug #316608.
7459
7460 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7461
7462         * shell/ev-view.c: (scroll_to_current_page):
7463         
7464         Correctly clamp adjustment value. Fix for the bug
7465         #325808.
7466
7467 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7468
7469         * shell/ev-sidebar-links.c: (print_section_cb):
7470         * shell/ev-window.c: (ev_window_get_uri),
7471         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7472         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7473         (ev_window_dispose):
7474         
7475         Make print dialog non-modal. Fix for the bug #325622.
7476
7477 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7478
7479         * shell/ev-metadata-manager.c:
7480         * shell/ev-utils.c: (using_pdf_printer),
7481         (using_postscript_printer), (load_print_config_from_file),
7482         (save_print_config_to_file):
7483         * shell/ev-utils.h:
7484         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7485         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7486         (setup_view_from_metadata), (ev_window_setup_document),
7487         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7488         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7489         (ev_window_run_presentation), (ev_window_stop_presentation),
7490         (save_sizing_mode), (ev_window_zoom_changed_cb),
7491         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7492         (ev_window_dual_mode_changed_cb),
7493         (ev_window_sidebar_current_page_changed_cb),
7494         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7495         (window_state_event_cb), (window_configure_event_cb),
7496         (ev_window_init):
7497         
7498         Setting saving behaviour fixes.
7499
7500 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7501
7502         * configure.ac:
7503         
7504         Make antialiasing gs options better and allow
7505         to change them during configure. Fix for the 
7506         bug #319049.
7507
7508 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7509
7510         * shell/ev-window.c: (setup_view_from_metadata):
7511         
7512         Remember if last window was maximized. Fix for the
7513         bug #323797.
7514
7515 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7516
7517         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7518
7519 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7520
7521         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7522         * shell/ev-page-action.c: (build_new_tree_cb):
7523         * shell/ev-sidebar-links.c: (links_page_num_func),
7524         (update_page_callback_foreach), (update_page_callback):
7525         * shell/ev-view.c: (scroll_to_current_page):
7526         
7527         Fix for the bug #325067 with more intelligent selection
7528         of current link in sidebar. Make sidebar handle links
7529         of FITR-like type more correctly.
7530
7531         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7532         (dvi_pixbuf_put_pixel):
7533         
7534         Fix memory consumtion with disabled alpha channel.
7535
7536 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7537
7538         * data/evince-ui.xml:
7539         * shell/ev-window.c: (view_menu_popup_cb),
7540         (ev_popup_cmd_open_link), (ev_window_init):
7541         
7542         Update context menu for internal links. Fix for the bug
7543         #325066.
7544
7545 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7546
7547         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7548         
7549         Bind context menu to keyboard also. Fix for the bug
7550         #325065.
7551
7552 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7553
7554         * shell/ev-view.c: (selection_scroll_timeout_cb):
7555         
7556         Horizontal scroll on selection also.
7557
7558 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7559
7560         * shell/ev-metadata-manager.c: (parse_value):
7561         * shell/ev-view.c: (goto_xyz_link):
7562         
7563         Correct zoom setup and metadata save broken in 
7564         some locales.
7565
7566 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7567
7568         * shell/ev-view-private.h:
7569         * shell/ev-view.c: (scroll_to_current_page),
7570         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7571         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7572         (page_changed_cb), (ev_view_set_continuous),
7573         (ev_view_set_dual_page), (ev_view_set_presentation):
7574         
7575         Delay scroll until allocation to correctly position page. Fix
7576         for the bug #317334.
7577
7578 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7579
7580         * NEWS:
7581         * configure.ac:
7582         
7583         Update NEWS and require poppler 0.5.0.
7584
7585 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7586         
7587         * data/evince-ui.xml:
7588         * shell/ev-view-private.h:
7589         * shell/ev-view.c: (ev_view_get_link_at_location),
7590         (handle_link_over_xy), (ev_view_button_press_event),
7591         (ev_view_button_release_event), (ev_view_class_init):
7592         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7593         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7594         (ev_window_init):
7595         
7596         Implement right-click context menu.
7597
7598 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7599
7600         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7601         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7602         (mdvi_pixbuf_device_render):
7603         * pdf/ev-poppler.cc:
7604
7605         Don't generate thumbnails with alpha. See bug #324077.
7606         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7607
7608 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7609
7610         * shell/ev-window.c: (setup_chrome_from_metadata):
7611         
7612         Fix typo that was hiding toolbar.
7613
7614 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7615
7616         * shell/ev-view-private.h:
7617         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7618         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7619         (ev_view_button_release_event), (ev_view_destroy):
7620         
7621         Small cleanup and autoscrolling during selection. Thanks to 
7622         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7623
7624 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7625
7626         * configure.ac:
7627         
7628         Correctly check for comics option.
7629
7630 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7631         * Makefile.am:
7632         * configure.ac:
7633         * backend/Makefile.am:
7634         * backend/ev-document-factory.c:
7635         * shell/ev-document-types.c:
7636
7637         Included option in configure to make ps backend 
7638         compilation optional with --disable-ps.
7639
7640 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7641
7642         * backend/ev-document-factory.c:
7643         * comics/Makefile.am:
7644         * comics/comics-document.c: (comics_document_load):
7645         * comics/ev-cbr-mime.xml:
7646         * configure.ac:
7647         
7648         Comics mime types are added to shared-mime-info CVS. Now
7649         we don't need to install our own mime types.
7650
7651 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7652
7653         * shell/ev-window.c:
7654         
7655         Add shortcut for "save a copy" menu entry. Fix for
7656         the bug #324582.
7657
7658 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7659
7660         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7661         (job_finished_cb), (new_selection_pixbuf_needed),
7662         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7663         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7664         
7665         Rework selection job info logic and fix critical warning.
7666
7667 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7668
7669         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7670
7671 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7672
7673         * data/evince-ui.xml:
7674         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7675         
7676         Enter as shortcut key for next page. Fix for the bug
7677         #321394.
7678
7679 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7680
7681         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7682
7683 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7684
7685         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7686         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7687         (new_selection_pixbuf_needed),
7688         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7689         (clear_job_selection):
7690         
7691         Too early for 0.5. Pixbuf cache code cleaned a bit.
7692
7693 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7694
7695         * NEWS:
7696         * configure.ac:
7697         
7698         Release 0.5.0 preparation
7699
7700 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7701
7702         * comics/Makefile.am:
7703         * configure.ac:
7704         * shell/ev-document-types.c: (ev_document_types_add_filters):
7705         
7706         More advanced handling of custom mime type installation.
7707
7708 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7709
7710         * data/evince.schemas.in:
7711         * shell/ev-metadata-manager.c: (value_free),
7712         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7713         (ev_metadata_manager_get), (ev_metadata_manager_set):
7714         * shell/ev-metadata-manager.h:
7715         * shell/ev-window.c: (update_chrome_flag),
7716         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7717         (setup_document_from_metadata), (setup_chrome_from_metadata),
7718         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7719         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7720         (ev_window_view_toolbar_cb),
7721         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7722         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7723         
7724         Save last document settings and reuse them for new documents.
7725
7726 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7727
7728         * Makefile.am:
7729         * backend/Makefile.am:
7730         * backend/ev-document-factory.c:
7731         * backend/ev-document-factory.h:
7732         * comics/Makefile.am:
7733         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7734         (comics_document_load), (comics_document_save),
7735         (comics_document_get_n_pages), (comics_document_get_page_size),
7736         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7737         (comics_document_class_init), (comics_document_can_get_text),
7738         (comics_document_get_info), (comics_document_document_iface_init),
7739         (comics_document_init), (get_supported_image_extensions),
7740         (comics_document_thumbnails_get_geometry),
7741         (comics_document_thumbnails_get_thumbnail),
7742         (comics_document_thumbnails_get_dimensions),
7743         (comics_document_document_thumbnails_iface_init), (extract_argv):
7744         * comics/comics-document.h:
7745         * comics/ev-cbr-mime.xml:
7746         * configure.ac:
7747         * po/POTFILES.in:
7748         * shell/ev-application.c: (ev_application_register_service):
7749         * shell/ev-document-types.c: (ev_document_types_add_filters):
7750         * thumbnailer/Makefile.am:
7751         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7752         
7753         New CBR/CBZ backend for comic books.
7754
7755 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7756
7757         * shell/main.c: (load_files_remote):
7758
7759         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7760         warning on startup of second instance is fixed. It
7761         is bug #320353.
7762
7763 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7764
7765         * shell/ev-window.c: (ev_window_finalize):
7766         
7767         Fix double free that cause crash.
7768
7769 2005-10-29  Bastien Nocera <hadess@hadess.net>
7770
7771         * tiff/tiff-document.c: (tiff_document_load):
7772         
7773         Fix memory leak.
7774
7775 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7776
7777         * po/POTFILES.in:
7778         * shell/Makefile.am:
7779         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7780         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7781         (ev_view_accessible_get_text),
7782         (ev_view_accessible_get_character_at_offset),
7783         (ev_view_accessible_get_text_before_offset),
7784         (ev_view_accessible_get_text_at_offset),
7785         (ev_view_accessible_get_text_after_offset),
7786         (ev_view_accessible_get_character_count),
7787         (ev_view_accessible_get_caret_offset),
7788         (ev_view_accessible_set_caret_offset),
7789         (ev_view_accessible_get_run_attributes),
7790         (ev_view_accessible_get_default_attributes),
7791         (ev_view_accessible_get_character_extents),
7792         (ev_view_accessible_get_offset_at_point),
7793         (ev_view_accessible_get_n_selections),
7794         (ev_view_accessible_get_selection),
7795         (ev_view_accessible_add_selection),
7796         (ev_view_accessible_remove_selection),
7797         (ev_view_accessible_set_selection),
7798         (ev_view_accessible_text_iface_init),
7799         (ev_view_accessible_idle_do_action),
7800         (ev_view_accessible_action_do_action),
7801         (ev_view_accessible_action_get_n_actions),
7802         (ev_view_accessible_action_get_description),
7803         (ev_view_accessible_action_get_name),
7804         (ev_view_accessible_action_set_description),
7805         (ev_view_accessible_action_iface_init),
7806         (ev_view_accessible_get_type), (ev_view_accessible_new),
7807         (ev_view_accessible_factory_get_accessible_type),
7808         (ev_view_accessible_factory_create_accessible),
7809         (ev_view_accessible_factory_class_init),
7810         (ev_view_accessible_factory_get_type):
7811         * shell/ev-view-accessible.h:
7812         * shell/ev-view-private.h:
7813         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7814         * shell/ev-view.h:
7815         
7816         Initial accessibility support.
7817
7818 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7819
7820         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7821
7822 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7823
7824         * shell/ev-print-job.c: (idle_print_handler):
7825         
7826         Fix for bug Bug 318916: Printing multiple pages.
7827
7828 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7829
7830         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7831
7832 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7833
7834         * pdf/ev-poppler.cc:
7835         
7836         Thumnail dimensions unified with other backends.
7837         
7838         * shell/ev-window-title.c: (ev_window_title_update):
7839         
7840         Fix warning.
7841
7842 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7843
7844         * data/ev-stock-zoom-fit-width.png:
7845         
7846         Remove unused file.
7847
7848 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7849
7850         * configure.ac:
7851         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7852         (djvu_document_finalize):
7853         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7854         (dvi_document_finalize):
7855         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7856         (pixbuf_document_save), (pixbuf_document_finalize):
7857         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7858         (tiff_document_finalize):
7859         
7860         Save a copy implemented for various backends.
7861
7862 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7863
7864         * configure.ac:
7865         
7866         Don't link with ltiff if tiff is disabled.
7867
7868 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * pdf/GDKSplashOutputDev.cc:
7871         * pdf/GDKSplashOutputDev.h:
7872         * pdf/Thumb.cc:
7873         * pdf/Thumb.h:
7874         * pdf/pdf-document.cc:
7875         * pdf/pdf-document.h:
7876         * pdf/test-gdk-output-dev.cc:
7877         
7878         Remove old unused files.
7879
7880 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7881
7882         * shell/ev-window.c: (ev_window_setup_document):
7883         
7884         Fixed warnings on reload and probably crash reason.
7885
7886 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7887
7888         * properties/ev-properties-view.c:
7889         (ev_properties_view_format_date):
7890         
7891         Check if date is invalid. Fix for bug 318134.
7892
7893 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7894
7895         * shell/ev-window-title.c:
7896         
7897         Add .indd files (Adobe Indesign) to the list of "bad
7898         extensions".
7899
7900 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7901
7902         * data/evince-ui.xml:
7903         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7904         
7905         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7906
7907 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7908
7909         * shell/ev-window.c: (launch_link), (launch_external_uri),
7910         (view_external_link_cb):
7911
7912         URL-escape link before passing it to gnome_vfs_url_show.
7913
7914 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7915
7916         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7917         there isn't text selected.
7918
7919 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7920
7921         * shell/ev-view.c: (handle_link_over_xy):
7922
7923         Check tooltip is valid utf8 before showing it
7924
7925 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7926
7927         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7928
7929 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7930
7931         * shell/ev-window-title.c: (ev_window_title_update):
7932
7933         Guard against using g_strstrip on NULL. Fixes bug #317291.
7934
7935 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7936
7937         * pdf/ev-poppler.cc:
7938
7939         Show title even for unknown links
7940
7941 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7942
7943         * shell/ev-window-title.c: (ev_window_title_update):
7944
7945         Strip the title string
7946
7947 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7948
7949         * shell/ev-window-title.c:
7950
7951         Add .rtf to the bad extensions list
7952
7953 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7956         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7957
7958         Ignore link coordinates if they are outside page bounds
7959
7960 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * backend/ev-link.c: (ev_link_type_get_type),
7963         (ev_link_get_filename), (ev_link_get_params),
7964         (ev_link_get_property), (ev_link_set_property),
7965         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7966         * backend/ev-link.h:
7967         * pdf/ev-poppler.cc:
7968         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7969         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7970         (ev_window_init):
7971
7972         Implement launch links. Delegate external link opening to
7973         the window.
7974
7975 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7976
7977         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7978         (ev_link_get_right), (ev_link_get_property),
7979         (ev_link_set_property), (ev_link_class_init),
7980         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7981         * backend/ev-link.h:
7982         * pdf/ev-poppler.cc:
7983         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7984
7985         Implement fitr links
7986
7987 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7988
7989         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7990         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7991         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7992         (ev_view_size_request_continuous),
7993         (ev_view_size_request_dual_page),
7994         (ev_view_size_request_single_page), (ev_view_size_allocate),
7995         (ev_view_zoom_for_size_continuous_and_dual_page),
7996         (ev_view_zoom_for_size_continuous),
7997         (ev_view_zoom_for_size_dual_page),
7998         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7999         (ev_sizing_mode_get_type):
8000         * shell/ev-view.h:
8001         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8002
8003         Do not use modes for link, we need to calculate size ad hoc.
8004         Still not perfect because of the usual scrollbar issues grrr.
8005
8006 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8007
8008         * backend/ev-link.c: (ev_link_type_get_type),
8009         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8010         * backend/ev-link.h:
8011         * pdf/ev-poppler.cc:
8012         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8013         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8014         (ev_view_size_request_continuous),
8015         (ev_view_size_request_dual_page),
8016         (ev_view_size_request_single_page), (ev_view_size_allocate),
8017         (zoom_for_size_fit_height),
8018         (ev_view_zoom_for_size_continuous_and_dual_page),
8019         (ev_view_zoom_for_size_continuous),
8020         (ev_view_zoom_for_size_dual_page),
8021         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8022         (ev_sizing_mode_get_type):
8023         * shell/ev-view.h:
8024         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8025
8026         Implement FIT_HEIGHT mode (only for links).
8027         Implement FITH links
8028
8029 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8030
8031         * shell/ev-window-title.c: (get_filename_from_uri),
8032         (ev_window_title_sanitize_extension), (ev_window_title_update),
8033         (ev_window_title_set_document), (ev_window_title_set_uri),
8034         (ev_window_title_free):
8035         * shell/ev-window-title.h:
8036         * shell/ev-window.c: (ev_window_setup_document),
8037         (ev_window_popup_password_dialog):
8038
8039         Refactor window title building while fixing it for
8040         password documents.
8041
8042 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8043
8044         * pdf/ev-poppler.cc:
8045
8046         Escape link title before setting it in the model
8047
8048 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8049
8050         * shell/ev-application.c: (removed_from_session), (save_session),
8051         (init_session), (ev_application_get_empty_window),
8052         (ev_application_init), (ev_application_get_windows):
8053         * shell/ev-application.h:
8054         * shell/ev-window.c: (ev_window_finalize):
8055
8056         Add a function to retrieve window list and share it where
8057         necessary.
8058         Implement session handling, works pretty well thanks to the
8059         metadata system.
8060
8061 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8062
8063         * shell/ev-password.c: (ev_password_item_created_callback),
8064         (ev_password_dialog_save_password):
8065         
8066         Fix for bug 316972. Use async gnome-keyring API.
8067
8068 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8069
8070         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8071         Remove unused unrealize handler. Add scroll handling to
8072         ev_view_scroll_event for presentation mode (bug #316708),
8073         and fix the event state checks there.
8074
8075 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8076
8077         * shell/ev-page-action.c: (page_changed_cb):
8078
8079         "marco, maybe we should be crazy and jump right to 6! :)"
8080
8081         Bryan Clark, Sep 2005
8082
8083 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * ps/ps-document.c: (save_document), (ps_document_save),
8086         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8087         (ps_document_ps_export_end):
8088
8089         Fix unstructured documents save and print
8090
8091 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8092
8093         * shell/ev-application.c: (ev_application_open_uri):
8094
8095         Fix window size persistance
8096
8097 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8098
8099         * shell/ev-view.c: (ev_view_button_release_event):
8100
8101         Based on a patch from carlosgc@gnome.org. Mouse buttons
8102         switch pages in presentation mode.
8103
8104 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8105
8106         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8107
8108         Dont cast to int before scaling
8109
8110 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8111
8112         * backend/ev-link.c: (ev_link_type_get_type),
8113         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8114         (ev_link_new_page_fith):
8115         * backend/ev-link.h:
8116         * pdf/ev-poppler.cc:
8117         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8118
8119         Implement FIT and FITH links
8120
8121 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8122
8123         * pdf/ev-poppler.cc:
8124
8125         Return 0 results when search is not in progress.
8126
8127         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8128         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8129
8130         Update menu sensitivity when cancelling search
8131
8132 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8133
8134         * shell/ev-view.c: (ev_view_can_find_next):
8135
8136         Take all pages in consideration, not just current one
8137
8138 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8139
8140         * shell/ev-page-cache.c:
8141         * shell/ev-page-cache.h:
8142         * shell/ev-view.c: (ev_view_binding_activated),
8143         (ev_view_next_page), (ev_view_previous_page),
8144         (ev_sizing_mode_get_type):
8145         * shell/ev-view.h:
8146         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8147         (ev_window_cmd_go_next_page):
8148
8149         Move page next/previous functions from page chace to
8150         view and change it to move by 2 page steps in dual mode.
8151
8152 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8153
8154         * shell/ev-window.c: (update_sidebar_visibility),
8155         (setup_sidebar_from_metadata), (ev_window_setup_document),
8156         (setup_view_from_metadata):
8157
8158         Show the index by default when there is one     
8159
8160 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8161
8162         * shell/ev-window-title.c: (ev_window_title_set_document):
8163
8164         Missing null check
8165
8166 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8167
8168         * shell/ev-view.c: (view_update_range_and_current_page):
8169         
8170         Allow display of last odd page in dual view. Fix for 316347.
8171
8172 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8173
8174         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8175         
8176         Make close button default. Fix for 316383.
8177
8178 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8179
8180         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8181         
8182         Mark close button as default. Fix for 316381.
8183
8184 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8185
8186         * backend/ev-link.c: (ev_link_class_init):
8187
8188         Allow negative doubles in left/top properties
8189
8190 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8191
8192         * shell/ev-window.c:
8193
8194         Remove a bunch of strings that was used only
8195         by the statusbar.
8196
8197 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8198
8199         * shell/ev-window-title.c: (get_filename_from_uri),
8200         (ev_window_title_set_document):
8201
8202         When title has a confusing extension, show also
8203         the document filename inside ()
8204
8205 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8206
8207         * shell/Makefile.am:
8208         * shell/ev-window-title.c: (ev_window_title_new),
8209         (ev_window_title_update), (ev_window_title_set_type),
8210         (ev_window_title_set_document), (ev_window_title_free):
8211         * shell/ev-window-title.h:
8212         * shell/ev-window.c: (ev_window_setup_document),
8213         (password_dialog_response), (ev_window_popup_password_dialog),
8214         (ev_window_dispose), (ev_window_init):
8215
8216         Factor out and cleanup window title code
8217
8218 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8219
8220         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8221         (unable_to_load):
8222
8223         Make dialog transient so it doesnt block other windows
8224
8225 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8226
8227         * pdf/ev-poppler.cc:
8228         
8229         Fix pdf thumbnails rendering.
8230
8231 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8232
8233         * shell/ev-window.c: (fullscreen_set_timeout):
8234         
8235         Increase timeout to hide full screen popup. Bug 
8236         316123. 
8237
8238 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8239
8240         * data/evince.schemas.in:
8241         * shell/ev-window.c: (update_action_sensitivity):
8242
8243         Allow the user to override document restrictions. Fix for bug
8244         305818.
8245
8246 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8247
8248         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8249         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8250         (ev_window_class_init): Fix multihead behaviour of fullscreen
8251         toolbar popup. Fixes bug #315451.
8252
8253 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8254
8255         * configure.ac:
8256         * data/evince-password.glade:
8257         * shell/ev-password.c: (ev_password_dialog_set_property),
8258         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8259         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8260         (ev_password_dialog_entry_changed_cb),
8261         (ev_password_dialog_entry_activated_cb),
8262         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8263         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8264         (ev_password_dialog_set_bad_pass):
8265         * shell/ev-password.h:
8266         * shell/ev-window.c: (password_dialog_response),
8267         (ev_window_popup_password_dialog):
8268         
8269         Support for gnome-keyring for encrypted PDF's.
8270
8271 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8272
8273         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8274         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8275         (ev_view_enter_notify_event), (ev_view_class_init):
8276         
8277         More precise handling of enter_notify/leave_notify events
8278         in EvView. Fix for bug 315470.
8279
8280 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8281
8282         * shell/ev-window.c: (fullscreen_timeout_cb),
8283         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8284         (ev_window_dispose):
8285
8286         leak fix: unref fullscreen_timeout_source before clearing it
8287
8288 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8289
8290         * configure.ac, dvi/mdvi/Makefile.am: 
8291         
8292         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8293
8294 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8295
8296         * backend/ev-link.c: (ev_link_new_page_xyz):
8297         * pdf/ev-poppler.cc:
8298         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8299
8300         Fix some bugs with xyz links, respect zoom
8301
8302 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8303
8304         * shell/ev-window.c: (page_changed_cb),
8305         (setup_document_from_metadata), (update_sidebar_visibility),
8306         (setup_view_from_metadata), (ev_window_run_fullscreen),
8307         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8308         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8309         (ev_window_dual_mode_changed_cb),
8310         (ev_window_sidebar_current_page_changed_cb):
8311
8312         null check uri before setting and getting metadata
8313
8314 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8315
8316         * dvi/Makefile.am:
8317         * properties/Makefile.am:
8318         * shell/Makefile.am:
8319         * thumbnailer/Makefile.am:
8320
8321         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8322
8323 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8324
8325         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8326         (selection_changed_callback):
8327         * shell/ev-sidebar-links.h:
8328
8329         Add a signal for link activation.
8330
8331         * shell/ev-view.c: (ev_view_goto_link),
8332         (ev_view_button_release_event):
8333         * shell/ev-view.h:
8334         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8335         (ev_window_init):
8336
8337         Implement the signal so that we can handle all link types.
8338
8339         * shell/ev-page-cache.c:
8340
8341         Remove unused set_link function
8342
8343 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8344
8345         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8346
8347         Add some space from the cursor, hardcoded but I couldnt
8348         find a better way.
8349
8350 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8351
8352         * lib/ev-tooltip.c:
8353
8354         Use mozilla style vs gtk style, way better for links.
8355
8356         * shell/ev-view.c: (ev_view_motion_notify_event),
8357         (ev_view_destroy), (ev_view_init):
8358
8359         Deactive tooltip when the link hovered is changed.
8360
8361 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8362
8363         * backend/ev-document.h:
8364         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8365         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8366         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8367         (ev_link_new_page), (ev_link_new_page_xyz):
8368         * backend/ev-link.h:
8369         * pdf/ev-poppler.cc:
8370         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8371         (go_to_link), (tip_from_link):
8372
8373         Implement xyz links, still not functional. Links are a total
8374         mess, will need to refactor and bugfix a lot :(
8375
8376 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8377
8378         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8379
8380 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8381
8382         * data/evince-ui.xml:
8383         * data/evince.schemas.in:
8384         * shell/Makefile.am:
8385         * shell/ev-window.c: (update_chrome_visibility),
8386         (password_dialog_response), (ev_window_load_job_cb),
8387         (ev_window_xfer_job_cb), (ev_window_open_uri),
8388         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8389         (ev_window_init):
8390
8391         Remove the statusbar. This regress loading feedback, need to
8392         check with Bryan what we want to do there...
8393
8394 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8395
8396         * lib/ev-tooltip.c: (ev_tooltip_init):
8397
8398         Fix tooltip border and size handling
8399
8400 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8401
8402         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8403         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8404         (ev_tooltip_timeout), (ev_tooltip_activate),
8405         (ev_tooltip_deactivate):
8406         * lib/ev-tooltip.h:
8407         * shell/ev-view.c: (ev_view_motion_notify_event):
8408
8409         Delay popup showing. Mirror gtk logic/times.
8410
8411 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8412
8413         * lib/Makefile.am:
8414         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8415         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8416         (ev_tooltip_set_text), (ev_tooltip_set_position):
8417         * lib/ev-tooltip.h:
8418
8419         Simple widget to show tooltips at a custom position
8420
8421         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8422         (ev_view_destroy):
8423
8424         Use it for links. First go, needs work
8425
8426 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8427
8428         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8429         HIG fixes.  Use title capitalization for window title. Use 12 
8430         pixels of space between the dialog's vbox and action area.
8431
8432 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8433
8434         * shell/ev-window.c: (file_open_dialog_response_cb),
8435         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8436         (ev_window_cmd_save_as):
8437
8438         Make file pickers not modal and refactor code some
8439
8440 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * shell/ev-sidebar.h:
8443         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8444         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8445         (ev_sidebar_class_init), (ev_sidebar_select_page),
8446         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8447         (ev_sidebar_set_page):
8448
8449         Add a current page property and allow to get/set it
8450
8451         * shell/ev-window.c: (setup_view_from_metadata),
8452         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8453
8454         Persist current sidebar page per document
8455
8456 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8457
8458         * data/evince.schemas.in:
8459         * shell/ev-window.c: (update_chrome_visibility),
8460         (setup_document_from_metadata), (update_sidebar_visibility),
8461         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8462         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8463         (ev_window_run_presentation), (ev_window_stop_presentation),
8464         (ev_window_view_sidebar_cb),
8465         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8466         (load_chrome), (ev_window_init):
8467
8468         Persist size/visibility of sidebar per document
8469
8470 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8471
8472         * shell/ev-view.c (draw_loading_text): Draw loading text.
8473
8474 2005-09-02  Dan Damian  <dand@gnome.ro>
8475
8476         * configure.in: Added "ro" to ALL_LINGUAS.
8477
8478 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * shell/ev-view.c: (clear_caches):
8481
8482         ev_page_cache_get doesnt return a reference,
8483         dont try to unref it.
8484
8485 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8486
8487         * shell/main.c: (load_files_remote):
8488
8489         Fix timestamp parameter with dbus <= 0.33
8490
8491 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8492
8493         * data/evince.schemas.in:
8494
8495         Add missing full stop
8496
8497 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8498
8499         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8500         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8501
8502         Plug some memory leaks
8503
8504 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8505
8506         * configure.ac:
8507         * lib/ev-debug.c: (trap_handler):
8508
8509         Check for execinfo.h and use it only if it exists.
8510         Ported from Epiphany (bug #314776).
8511
8512 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8513
8514         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8515
8516 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8517
8518         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8519         * po/id.po      : Added Indonesian translation
8520
8521 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8522
8523         * shell/main.c:
8524         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8525         * NEWS: Release 0.4.0
8526
8527 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8528
8529         * configure.ac: catch another gtk+-2.8ism
8530         * shell/main.c: Make work with gtk+-2.6
8531
8532 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8533
8534         * shell/ev-application-service.xml: Add 'timestamp' argument to
8535           ev_application_open_window and ev_application_open_uri methods.
8536
8537         * shell/ev-application.h: Add 'timestamp' argument to
8538           ev_application_open_window, ev_application_open_uri,
8539           and ev_application_open_uri_list functions.
8540
8541         * shell/ev-application.c (ev_application_open_window,
8542           ev_application_open_uri, ev_application_open_uri_list): Change
8543           functions that show/present windows to use a timestamp if one
8544           is passed in.
8545
8546         * shell/ev-window.c (ev_window_cmd_file_open,
8547           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8548         * shell/main.c (load_files): Modify calls to ev_application to
8549           include GDK_CURRENT_TIME as timestamp.
8550
8551         * shell/main.c (load_files_remote): Obtain timestamp for client
8552           instance from GDK and pass to server instance so new windows are
8553           focused properly.  Fix dbus_g_proxy_call() calls by including second
8554           G_TYPE_INVALID.
8555           
8556         Closes bug #314475.
8557
8558 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8559
8560         * shell/ev-window.c (ev_window_finalize): Check for
8561         avail. EvWindows when quiting to handle the finalize better,
8562         #314497
8563
8564 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8565         
8566         * properties/ev-properties-view.c: 
8567         
8568         Set textdomain to libglade. Fixes translation problem in property page.
8569
8570 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8571
8572         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8573         * dvi/Makefile.am:
8574         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8575         * dvi/mdvi-lib/Makefile.am:
8576         
8577         Fix rotation of thumbnails, ported to new API. Moved library
8578         dependencies earlier, probably it will fix linkage problem.
8579
8580 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8581
8582         * backend/ev-document-misc.c:
8583         (ev_document_misc_get_thumbnail_frame):
8584         * backend/ev-document-misc.h:
8585         * configure.ac:
8586         * pdf/ev-poppler.cc:
8587         * shell/Makefile.am:
8588         * shell/ev-sidebar-thumbnails.c: (add_range),
8589         (ev_sidebar_thumbnails_set_loading_icon),
8590         (ev_sidebar_thumbnails_refresh),
8591         (ev_sidebar_thumbnails_set_document):
8592         * shell/ev-sidebar-thumbnails.h:
8593         * shell/ev-view.c: (ev_view_motion_notify_event),
8594         (ev_view_set_property), (ev_view_get_property),
8595         (ev_view_class_init), (ev_view_set_rotation):
8596         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8597         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8598         (ev_window_init):
8599         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8600         Redo rotation (again).  prepare for 0.4.0
8601
8602 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8603
8604         * configure.ac: Bump poppler requirement to 0.4.1.
8605
8606         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8607         argument to poppler_page_render_selection() call.
8608
8609 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8610
8611         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8612         (djvu_document_thumbnails_get_thumbnail):
8613         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8614         (dvi_document_thumbnails_get_thumbnail):
8615         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8616         (pixbuf_document_thumbnails_get_thumbnail):
8617         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8618         
8619         Update rotation direction of backends to fit with pdf and ps.
8620
8621 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8622
8623         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8624         * backend/ev-async-renderer.h:
8625         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8626         (setup_page), (ps_document_get_page_size),
8627         (ps_async_renderer_render_pixbuf):
8628         * ps/ps-document.h:
8629         * shell/ev-jobs.c: (ev_job_render_run):
8630
8631         Fix orientation in the postscript document
8632
8633 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8634
8635         * pdf/ev-poppler.cc:
8636         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8637         * shell/ev-view.c: (highlight_find_results):
8638
8639         Adapt to the new poppler rotation API. Fix text maps on landscape
8640         documents.
8641
8642 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8643
8644         * shell/ev-view.c (compute_new_selection_text): get the correct
8645         region when selecting in modes other than continuous.
8646
8647 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8648
8649         * shell/main.c (main): remove redundant g_warnings.
8650
8651 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8652
8653         * shell/Makefile.am: Don't include autogenerated
8654         file ev-application-service.h into distribution, since
8655         it causes dbus crash. Fix for bugs 313724 and 313443. 
8656
8657 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8658
8659         * configure.ac: Fix sed expression for FreeBSD. Thanks
8660         to Joe Marcus Clark <marcus@freebsd.org>
8661         
8662         * shell/eggfindbar.c: (entry_activate_callback),
8663         (entry_changed_callback), (egg_find_bar_init),
8664         (egg_find_bar_set_search_string):
8665         
8666         Made findbar buttons unsensitive if there is no text in
8667         entry. Fix for the bug 313285.
8668
8669 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8670
8671         * ps/ps-document.c: Use g_filename_display_name for displaying
8672         filenames and revert string freeze breackage
8673
8674 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8675
8676         * NEWS:
8677         * configure.ac:
8678
8679         Update for 0.3.4
8680
8681         * shell/Makefile.am:
8682
8683         Add ev-application-service.xml to extra dist
8684
8685         * shell/ev-view.c: (find_page_at_location):
8686
8687         Remove unused function (fix warning)
8688
8689 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8690
8691         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8692         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8693         
8694         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8695         bug 313623.
8696
8697 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8698
8699         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8700         * shell/ev-window.c:
8701         Fix build warnings
8702
8703 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8704
8705         * configure.ac: Update script to get dbus version.
8706         Fix for the bug #313443.
8707
8708 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8709
8710         * shell/ev-window.c: (ev_window_cmd_escape):
8711         
8712         Return focus back to view on escape. Fix for bug 313295.
8713
8714 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8715
8716         * shell/ev-window.c: (update_window_title),
8717         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8718         (ev_window_cmd_save_as):
8719         
8720         Correct conversion from uri to displayable string. Fix for
8721         bug 313296.
8722
8723 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8724
8725         * ps/ps-document.c: convert filename to utf8 when there is an error
8726         loading document. Fixes #309915
8727
8728 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8729
8730         * configure.ac:
8731
8732         We depend on poppler 0.4.0
8733
8734 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8735
8736         * configure.ac:
8737         * NEWS: Release 0.3.3.
8738         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8739
8740 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8741
8742         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8743         add a couple missing mnemonics to menu items, use title 
8744         capitalization for menu items and window titles, and add 
8745         ellipsis to open menu item.     
8746
8747 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8748
8749         * pdf/ev-poppler.cc:
8750         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8751         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8752         (ev_view_get_rotation):
8753         * shell/ev-view.h:
8754         * shell/ev-window.c: (setup_view_from_metadata),
8755         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8756         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8757         disk.
8758
8759 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8760
8761         * configure.ac: Added tr to ALL_LINGUAS
8762
8763 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8764
8765         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8766         requires several clicks to find word. Thanks to 
8767         Colin Slater <kiltedtaco@gmail.com>.
8768
8769 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8770
8771         * data/evince.desktop.in.in: Hide menu entry and
8772         rename it to "Document Viewer". Fix for bug 
8773         #312399.
8774
8775 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8776
8777         * shell/ev-page-action.c (ev_page_action_class_init): 
8778
8779         Point to the correct function in constructor of the
8780         activate_label signal
8781
8782 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8783
8784         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8785         * shell/ev-jobs.h: Make thread safe.
8786
8787 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8788
8789         * shell/ev-view.c: (view_update_range_and_current_page):
8790         Don't update page range if we are scrolling to some document
8791         point.
8792
8793 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8794
8795         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8796         when getting max_page_width, fix drawing in dual mode.
8797
8798 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8799
8800         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8801         getting the area for select_all.
8802
8803 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8804
8805         * backend/ev-selection.c: (ev_selection_render_selection):
8806         * backend/ev-selection.h:
8807         * pdf/ev-poppler.cc:
8808         * shell/ev-jobs.c: (ev_job_render_new):
8809         * shell/ev-jobs.h:
8810         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8811         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8812         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8813         (ev_view_class_init):
8814
8815         Change selection color on focus in and focus out events.  Also,
8816         poppler now uses GdkColor for specifying the selection colors, so
8817         drop some awkward conversion code.
8818
8819 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8820
8821         * configure.ac: Added Hebrew translation
8822
8823 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8824
8825         * NOTES:
8826         * backend/ev-selection.c: (ev_selection_render_selection):
8827         * backend/ev-selection.h:
8828         * pdf/ev-poppler.cc:
8829         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8830         (ev_job_render_run):
8831         * shell/ev-jobs.h:
8832         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8833         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8834         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8835         (ev_pixbuf_cache_style_changed),
8836         (ev_pixbuf_cache_get_selection_pixbuf),
8837         (ev_pixbuf_cache_set_selection_list),
8838         (ev_pixbuf_cache_get_selection_list):
8839         * shell/ev-pixbuf-cache.h:
8840         * shell/ev-utils.c: (ev_print_region_contents):
8841         * shell/ev-utils.h:
8842         * shell/ev-view.c: (ev_view_queue_draw_page),
8843         (selection_update_idle_cb), (ev_view_motion_notify_event),
8844         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8845         (setup_caches), (ev_view_find_next), (merge_selection_region),
8846         (selection_free):
8847         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8848
8849         Clean up selection to be much smoother!
8850
8851 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8852
8853         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8854         to poppler_page_render_selection().
8855
8856 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8857
8858         * ps/ps-document.c: (save_page_list): Use
8859         unzipped document when printing. Thanks to 
8860         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8861         311016.
8862
8863 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8864
8865         * shell/ev-window.c: (update_action_sensitivity):
8866         
8867         Disable print and save respect to lockdown gconf keys. Fix
8868         for 312342.
8869
8870 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8871
8872         * configure.ac:
8873         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8874         (write_to_temp_file), (ev_file_set_contents):
8875         * shell/ev-utils.h:
8876         * shell/ev-window.c: (save_print_config_to_file):
8877         
8878         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8879         Fix for bug 312238
8880
8881 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8882
8883         * shell/ev-window.c: (load_print_config_from_file),
8884         (save_print_config_to_file), (ev_window_print_range):
8885
8886         Persist the print settings. Fixes bug #311578.
8887
8888 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8889
8890         * djvu/djvu-document.c: (djvu_document_get_page_size),
8891         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8892         (djvu_document_thumbnails_get_thumbnail):
8893         * dvi/dvi-document.c: (dvi_document_get_page_size),
8894         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8895         (dvi_document_thumbnails_get_dimensions),
8896         (dvi_document_thumbnails_get_thumbnail):
8897         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8898         (pixbuf_document_render_pixbuf),
8899         (pixbuf_document_document_iface_init),
8900         (pixbuf_document_thumbnails_get_thumbnail):
8901         
8902         Update backends to make them build with new rotation system.
8903
8904 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8905
8906         * help/C/figures/evince_start_window.png:
8907         
8908         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8909
8910 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8911
8912         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8913         * shell/ev-pixbuf-cache.h:
8914         * shell/ev-sidebar-thumbnails.c:
8915         (ev_sidebar_thumbnails_get_property), (add_range),
8916         (adjustment_changed_cb):
8917         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8918         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8919         we were thumbnailing the entire docment on startup, slowing us
8920         down hugely. 
8921
8922 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8923
8924         * shell/ev-page-cache.c: (ev_page_cache_new):
8925         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8926         == 0, fixes #310306.
8927
8928 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8929
8930         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8931         (ev_view_rotate_left):
8932
8933         Account rotation in doc_rect_to_view_rect.
8934         Ensure rotation doesnt go out of bounds.
8935
8936 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8937
8938         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8939
8940         Correct and cleanup w/h swapping
8941
8942 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8943
8944         * backend/ev-document-thumbnails.c:
8945         (ev_document_thumbnails_get_thumbnail):
8946         * backend/ev-document-thumbnails.h:
8947         * backend/ev-document.c:
8948         * backend/ev-document.h:
8949         * backend/ev-render-context.c: (ev_render_context_new),
8950         (ev_render_context_set_rotation):
8951         * backend/ev-render-context.h:
8952         * pdf/ev-poppler.cc:
8953         * ps/ps-document.c: (ps_document_document_iface_init):
8954         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8955         * shell/ev-jobs.h:
8956         * shell/ev-page-cache.c: (build_height_to_page),
8957         (ev_page_cache_new), (ev_page_cache_get_size),
8958         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8959         (ev_page_cache_get_height_to_page):
8960         * shell/ev-page-cache.h:
8961         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8962         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8963         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8964         (ev_pixbuf_cache_get_selection_pixbuf):
8965         * shell/ev-pixbuf-cache.h:
8966         * shell/ev-print-job.c: (idle_print_handler):
8967         * shell/ev-sidebar-thumbnails.c: (add_range):
8968         * shell/ev-view.c: (view_update_range_and_current_page),
8969         (get_page_y_offset), (get_page_extents),
8970         (ev_view_size_request_continuous_dual_page),
8971         (ev_view_size_request_continuous),
8972         (ev_view_size_request_dual_page),
8973         (ev_view_size_request_single_page), (draw_one_page),
8974         (ev_view_set_rotation), (ev_view_rotate_right),
8975         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8976         (ev_view_zoom_for_size_continuous_and_dual_page),
8977         (ev_view_zoom_for_size_continuous),
8978         (ev_view_zoom_for_size_dual_page),
8979         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8980         (ev_view_select_all):
8981         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8982         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8983         (tiff_document_document_iface_init),
8984         (tiff_document_thumbnails_get_thumbnail):
8985
8986         Use rotation rather than orientation. It's easier and enough
8987         for our needs.
8988
8989 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8990
8991         * shell/ev-page-cache.c: (build_height_to_page),
8992         (ev_page_cache_new), (ev_page_cache_get_size),
8993         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8994         (ev_page_cache_get_height_to_page):
8995         * shell/ev-page-cache.h:
8996         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8997         (ev_view_size_request_continuous_dual_page),
8998         (ev_view_size_request_continuous),
8999         (ev_view_zoom_for_size_continuous_and_dual_page),
9000         (ev_view_zoom_for_size_continuous):
9001
9002         Make the page cache aware of page orientation.
9003
9004 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9005
9006         * backend/ev-document-thumbnails.c:
9007         (ev_document_thumbnails_get_thumbnail):
9008         * backend/ev-document-thumbnails.h:
9009         * backend/ev-document.c:
9010         * backend/ev-document.h:
9011         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9012         * backend/ev-ps-exporter.h:
9013         * pdf/ev-poppler.cc:
9014         * ps/ps-document.c: (ps_document_document_iface_init),
9015         (ps_document_ps_export_do_page):
9016         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9017         * shell/ev-jobs.h:
9018         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9019         (ev_page_cache_get):
9020         * shell/ev-page-cache.h:
9021         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9022         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9023         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9024         * shell/ev-pixbuf-cache.h:
9025         * shell/ev-print-job.c: (idle_print_handler):
9026         * shell/ev-sidebar-thumbnails.c: (add_range):
9027         * shell/ev-view.c: (view_update_range_and_current_page),
9028         (get_page_extents), (ev_view_size_request_dual_page),
9029         (ev_view_size_request_single_page), (draw_one_page),
9030         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9031         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9032         (ev_view_zoom_for_size_dual_page),
9033         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9034         (ev_view_select_all):
9035         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9036         * tiff/tiff-document.c: (tiff_document_get_page_size),
9037         (tiff_document_get_orientation), (rotate_pixbuf),
9038         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9039         (tiff_document_thumbnails_get_thumbnail),
9040         (tiff_document_ps_export_do_page), (tiff_document_init):
9041
9042         Really make use of the orientation bit of the render context.
9043         Use the render context in a few more places in the backend API.
9044         This regress orientation, but now it's done right. Will try to
9045         fix it up asap...
9046
9047 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9048
9049         * shell/ev-view.c: (ensure_rectangle_is_visible):
9050
9051         Patch by Nickolay V. Shmyrev to fix find flickering
9052
9053 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9054
9055         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9056         duplex parameters to ::begin.
9057
9058         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9059         * shell/ev-print-job.c (idle_print_handler): 
9060         * ps/ps-document.c (ps_document_ps_export_begin): 
9061         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9062         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9063         implementations. Poppler backend needs poppler cvs. Rest has
9064         unchanged behavior.
9065
9066 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9067
9068         * shell/ev-window.c (using_pdf_printer): new function.
9069         (ev_window_print_range): print a less techy message if someone
9070         tries to print to PDF.
9071
9072 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9073
9074         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9075         from "unknown font" string. Bug #311431
9076
9077 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9078
9079         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9080
9081 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9082
9083         Bug #311280
9084         
9085         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9086         name for PopplerFontTypes
9087         (pdf_document_fonts_fill_model): add font type to the detail column
9088
9089         * backend/ev-document-fonts.h: added
9090         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9091
9092         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9093         font name and font details, add a little markup.
9094         (ev_properties_fonts_init): use the new cell data func, specify ypad
9095         property for the cell renderer.
9096         (ev_properties_fonts_set_document): add the details column.
9097
9098 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9099
9100         * configure.ac: Added "pl" to ALL_LINGUAS.
9101
9102 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9103
9104         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9105
9106 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9107
9108         * help/ChangeLog: Started this for translations of manual.
9109         * configure.ac, autogen.sh, .cvsignore: Migrated to
9110         gnome-doc-utils. Patch in bug #311222.
9111
9112 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9113
9114         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9115         #ifdef this away to fix an unused-function warning.
9116
9117 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9118
9119         * configure.ac: Added 'gl' to ALL_LINGUAS.
9120
9121 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9122
9123         * configure.ac: Added ne in ALL_LINGUAS
9124         
9125 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9126
9127         * shell/ev-view.c: (ev_view_leave_notify_event):
9128         
9129         Clear status message when pointer leaves view. Fix for bug
9130         #310818 
9131
9132 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9133
9134         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9135
9136 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9137
9138         * shell/ev-view.c: (ev_view_leave_notify_event),
9139         (ev_view_class_init):
9140         
9141         Set cursor to normal then leaving view.
9142
9143 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9144
9145         * configure.ac:
9146         
9147         Fix required djvulibre version.
9148
9149 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9150
9151         *configure.ac: Hindi (hi) language added
9152
9153 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9154
9155         *configure.ac: Punjabi (pa) Language added
9156
9157 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9158
9159         * data/evince-ui.xml, shell/ev-window.c:
9160         
9161         Add keypad accelerators for zooming. Fix for bug 308128.
9162
9163 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9164
9165         * Makefile.am:
9166         * backend/Makefile.am:
9167         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9168         * configure.ac:
9169         * shell/ev-document-types.c: (ev_document_types_add_filters):
9170
9171         Allow to enable/disable the pixbuf backend.
9172         Default to off for now. If we want it enabled we should
9173         really put mime types in the desktop, implement properties etc.
9174
9175         * properties/evince-properties.c:
9176
9177         Initialize error to NULL.
9178         Check error is not NULL before freeing.
9179
9180 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9181
9182         * shell/ev-window.c:
9183
9184         Use F5 as presentation accell
9185
9186 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9187
9188         * shell/ev-window.c: (update_chrome_visibility),
9189         (ev_window_create_fullscreen_popup), (ev_window_init):
9190
9191         Do not leak the fullscreen toolbar
9192
9193 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9194
9195         * shell/ev-window.c: (view_actions_focus_in_cb),
9196         (view_actions_focus_out_cb):
9197
9198         These has a return value! Fix totally random focus
9199         issues we was seeing.
9200
9201 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9202
9203         * shell/main.c: (load_files_remote):
9204
9205         Allow open more than one file
9206
9207 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9208
9209         * shell/main.c: (load_files_remote):
9210
9211         Fix for dbus 0.33. bug #309975
9212
9213 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9214
9215         * properties/ev-properties-main.c: (ev_properties_get_pages):
9216
9217         Actually return NULL for types we dont support
9218
9219 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9220
9221         * po/POTFILES.in:
9222
9223         Remove empty lines.
9224
9225 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9226
9227         * backend/ev-document-factory.c:
9228         (ev_document_factory_get_document):
9229
9230         Do not try to create the object if type
9231         is invalid.
9232
9233 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9234
9235         * ps/ps-document.c: (ps_document_dispose),
9236         (ps_async_renderer_render_pixbuf):
9237         * ps/ps-document.h:
9238
9239         Do not leak the target window
9240
9241 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9242
9243         * shell/ev-application.c: (ev_application_init):
9244
9245         Let tbe check file existence for us.
9246         Add a comment about eggrecent mime filter.
9247
9248 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9249
9250         * data/evince-ui.xml:
9251         * shell/ev-application.c: (ev_application_shutdown),
9252         (ev_application_init), (ev_application_get_toolbars_model),
9253         (ev_application_get_recent_model),
9254         (ev_application_save_toolbars_model):
9255         * shell/ev-application.h:
9256         * shell/ev-window.c: (ev_window_add_recent),
9257         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9258         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9259         (ev_window_init):
9260
9261         Use common toolbar and recent models for all windows.
9262         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9263
9264 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9265
9266         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9267         successfully check for gtk_icon_view_get_visible_range.
9268
9269 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9270
9271         * djvu/Makefile.am:
9272         * dvi/Makefile.am:
9273         
9274         Fix djvu and dvi backend build.
9275
9276 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9277
9278         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9279         (new_separator_pixbuf):
9280
9281         Don't leak windows.
9282
9283 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9284
9285         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9286
9287         HIGification of toolbar editor dialogue.
9288
9289 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9290
9291         * configure.ac:
9292         * shell/Makefile.am:
9293
9294         Ever build metadata manager since it's just
9295         disabled at runtime now.
9296
9297 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9298
9299         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9300         (ev_metadata_manager_get), (ev_metadata_manager_set):
9301         * shell/ev-metadata-manager.h:
9302
9303         Add an _init functions that enabled metadata management
9304         at runtime.
9305
9306         * shell/ev-window.c: (page_changed_cb),
9307         (setup_document_from_metadata), (ev_window_setup_document),
9308         (setup_view_from_metadata), (ev_window_open_uri),
9309         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9310         (ev_window_run_presentation), (ev_window_stop_presentation),
9311         (save_sizing_mode), (ev_window_zoom_changed_cb),
9312         (ev_window_continuous_changed_cb),
9313         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9314         (window_configure_event_cb):
9315
9316         Remove all ugly metadata define since we deal with it
9317         at runtime now.
9318
9319         * shell/main.c: (load_files_remote), (main):
9320
9321         Add support for dbus cvs head. Hopefully didnt break one
9322         of the other versions now!
9323
9324         If we dont get a response from the dbus server just
9325         give up with it and not enable metadata.
9326
9327 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9328
9329         * Makefile.am:
9330         * backend/Makefile.am:
9331         * configure.ac:
9332         * cut-n-paste/recent-files/Makefile.am:
9333         * cut-n-paste/toolbar-editor/Makefile.am:
9334         * cut-n-paste/zoom-control/Makefile.am:
9335         * lib/Makefile.am:
9336         * pdf/Makefile.am:
9337         * pixbuf/Makefile.am:
9338         * properties/Makefile.am:
9339         * ps/Makefile.am:
9340         * shell/Makefile.am:
9341         * thumbnailer/Makefile.am:
9342         * tiff/Makefile.am:
9343
9344         Make frontends depend on just libev.
9345         Rework and group CFLAGS/LIBS definitions.
9346         Cleanups.
9347
9348 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9349
9350         * shell/ev-window:
9351
9352         do not unnecessarily save zoom
9353
9354         * configure.ac:
9355         * lib/ev-file-helpers.c: (ev_dot_dir):
9356         * shell/Makefile.am:
9357         * shell/dummy.cc:
9358
9359         Some cleanups
9360
9361 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9362
9363         * configure.ac:
9364         
9365         Remove unnecessary dependencies
9366
9367 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9368
9369         * properties/Makefile.am:
9370         * thumbnailer/Makefile.am:
9371         * tiff/Makefile.am:
9372
9373         Some more cleanups. Was really necessary
9374         but I probably introduced bugs, feel free
9375         to flame :)
9376
9377 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9378
9379         * backend/Makefile.am:
9380         * configure.ac:
9381         * cut-n-paste/recent-files/Makefile.am:
9382         * cut-n-paste/toolbar-editor/Makefile.am:
9383         * cut-n-paste/zoom-control/Makefile.am:
9384         * lib/Makefile.am:
9385         * pdf/Makefile.am:
9386         * pixbuf/Makefile.am:
9387         * properties/Makefile.am:
9388         * ps/Makefile.am:
9389         * shell/Makefile.am:
9390         * thumbnailer/Makefile.am:
9391         * tiff/Makefile.am:
9392
9393         Use gnome-common macros when possible.
9394         Cleanup dependencies.
9395         Actually disable deprecated where possible.
9396
9397 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9398
9399         * Makefile.am:
9400         * backend/Makefile.am:
9401         * properties/Makefile.am:
9402         * shell/Makefile.am:
9403         * thumbnailer/Makefile.am:
9404
9405         This should solve the circular dep without
9406         requiring dir reorg!
9407
9408         * shell/ev-window.c: (setup_view_from_metadata):
9409
9410         Never restore window size/position when the
9411         window is already visible.
9412
9413 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9414
9415         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9416
9417         Return a boolean from timeout func. Fix ported from gedit.
9418
9419 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9420
9421         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9422
9423 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9424
9425         * shell/ev-document-types.c: set "All Documents" as default filter in
9426         open dialog
9427
9428 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9429
9430         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9431         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9432         (ev_metadata_manager_set_boolean): fix value/val thinko.
9433
9434 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9435
9436         * shell/ev-window.c: (setup_view_from_metadata),
9437         (window_state_event_cb), (window_configure_event_cb),
9438         (ev_window_init):
9439
9440         Remember window position and maximized state
9441
9442 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9443
9444         * configure.ac:
9445
9446         Fix DBUS configure checks.
9447
9448         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9449         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9450         (ev_metadata_manager_set_boolean):
9451
9452         Plug mem leaks.
9453
9454         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9455         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9456         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9457         (ev_window_continuous_changed_cb),
9458         (ev_window_dual_mode_changed_cb), (ev_window_new):
9459
9460         Fix the build without DBUS.
9461
9462 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9463
9464         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9465         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9466         (ev_metadata_manager_set_string),
9467         (ev_metadata_manager_set_boolean):
9468         * shell/ev-metadata-manager.h:
9469
9470         Add support for some more types
9471
9472         * shell/ev-view.c: (scroll_to_current_page),
9473         (ev_view_get_continuous), (ev_view_set_continuous),
9474         (ev_view_get_dual_page):
9475         * shell/ev-view.h:
9476         * shell/ev-window.c: (page_changed_cb),
9477         (setup_document_from_metadata), (ev_window_setup_document),
9478         (setup_view_from_metadata), (ev_window_open_uri),
9479         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9480         (ev_window_run_presentation), (ev_window_stop_presentation),
9481         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9482         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9483         (ev_window_update_dual_page_action),
9484         (ev_window_continuous_changed_cb),
9485         (ev_window_dual_mode_changed_cb), (ev_window_init):
9486
9487         Remember a bunch of view/document properties. Prolly some
9488         are still missing but it's getting interesting.
9489
9490 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9491
9492         * configure.ac: check if dbus-binding-tool is installed. Not the
9493         case on current Ubuntu breezy, it seems.
9494
9495 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9496
9497         * data/evince.desktop.in.in:
9498         
9499         Allow open uri lists and add TryExec field.
9500
9501 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9502
9503         * configure.ac:
9504
9505         Enable dbus when available, do not require a configure
9506         option.
9507
9508 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9509
9510         * configure.ac:
9511
9512         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9513         disabled.
9514
9515 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9516         Marco Pesenti Gritti  <mpg@redhat.com>
9517
9518         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9519         
9520         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9521         functions to the format required by dbus
9522
9523         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9524         errors. Use the RPC parameters in the expected way
9525
9526 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9527
9528         * Makefile.am:
9529         * properties/Makefile.am:
9530         * properties/ev-properties-main.c: (ev_properties_get_pages):
9531
9532         Support all mime types
9533
9534         * shell/Makefile.am:
9535         * thumbnailer/Makefile.am:
9536         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9537         (evince_thumbnail_pngenc_get):
9538
9539         Use the document factory
9540
9541 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9542
9543         * backend/Makefile.am:
9544         * backend/ev-document-factory.c:
9545         (mime_type_supported_by_gdk_pixbuf),
9546         (ev_document_type_get_from_mime),
9547         (ev_document_factory_get_document),
9548         (ev_document_factory_get_backend),
9549         (ev_document_factory_get_mime_types),
9550         (ev_document_factory_get_all_mime_types):
9551         * backend/ev-document-factory.h:
9552         * shell/Makefile.am:
9553         * shell/ev-document-types.c: (get_document_from_uri),
9554         (ev_document_types_get_document),
9555         (file_filter_add_mime_list_and_free),
9556         (ev_document_types_add_filters):
9557         * shell/ev-document-types.h:
9558         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9559         * shell/ev-properties-dialog.c:
9560         (ev_properties_dialog_set_document):
9561         * shell/ev-window.c: (ev_window_cmd_file_open),
9562         (ev_window_cmd_save_as):
9563         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9564
9565         Rework document types managing to avoid code duplication
9566         and actually abstract from backend implementations.
9567         Also provide a minimal factory api that can be used by
9568         thumbnailer/properties.
9569
9570 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9571
9572         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9573         Plug a mem leak.
9574         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9575         HIG spacings.
9576
9577 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9578
9579         * shell/ev-properties-dialog.c
9580         (ev_properties_dialog_set_document): only call
9581         ev_properties_fonts_set_document() if the document implements the
9582         fonts interface
9583
9584 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9585
9586         * configure.ac:
9587         * properties/Makefile.am:
9588         * properties/ev-properties-view.c:
9589         (ev_properties_view_register_type):
9590         * properties/ev-properties-view.h:
9591         * properties/ev-properties-main.h:
9592
9593         Implement nautilus plugin for properties.
9594         Works only for pdf atm, I need to rework the
9595         document types stuff to get this to work
9596         for all backends...
9597
9598 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9599
9600         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9601         (ev_properties_fonts_set_document): use
9602         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9603
9604 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9605
9606         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9607         them
9608         (PlaceImage, tiff2ps_process_page): use
9609         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9610
9611
9612 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9613
9614         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9615         (main): to call gnome_authentication_manager_init. Should fix
9616         Bug #308510
9617
9618         * configure.ac: that requires libgnomeui 2.6.0.
9619
9620 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9621
9622         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9623         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9624         use the new tiff2ps interfaces
9625
9626         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9627         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9628
9629         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9630         structure instead of global variables.  Remove use of static
9631         variables in functions.
9632
9633 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9634
9635         * shell/ev-page-action.c: unref the completion after setting it to the
9636         entry
9637
9638 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9639
9640         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9641         postscript files
9642
9643 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9644
9645         * shell/ev-window.c (update_action_sensitivity): disable
9646         File->Print if the document does not implement the ps exporter
9647         interface
9648
9649 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9650
9651         * Makefile.am:
9652         * configure.ac:
9653         * data/evince-properties.glade:
9654         * properties/.cvsignore:
9655         * properties/Makefile.am:
9656         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9657         (ev_properties_view_class_init), (ev_properties_view_format_date),
9658         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9659         (ev_properties_view_init), (ev_properties_view_new):
9660         * properties/ev-properties-view.h:
9661         * shell/Makefile.am:
9662         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9663         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9664         (ev_properties_dialog_new):
9665         * shell/ev-properties-dialog.h:
9666         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9667         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9668         (update_progress_label), (job_fonts_finished_cb),
9669         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9670         * shell/ev-properties-fonts.h:
9671         * shell/ev-properties.c:
9672         * shell/ev-properties.h:
9673         * shell/ev-window.c: (ev_window_setup_document),
9674         (ev_window_cmd_file_properties):
9675
9676         Split the properties pages in two different objects, depend
9677         only on the backend where possible, use widgets instead
9678         of gobject for the glade part, reimplement the dialog
9679         itself with gtk.
9680         I need this to implement nautilus properties page.
9681
9682 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9683
9684         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9685         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9686         (tiff_document_document_ps_exporter_iface_init): implement the ps
9687         exporter interface for tiff documents
9688
9689         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9690         libtiff to implement TIFF postscript export
9691
9692         * tiff/tiff2ps.h: added a header file for external tiff2ps
9693         functions.
9694
9695         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9696         tiff2ps.h
9697
9698 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9699
9700         * shell/ev-view.c: (scroll_to_current_page),
9701         (ev_view_set_fullscreen), (ev_view_set_presentation):
9702         
9703         Scroll to current page when exit from presentation
9704
9705 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9706
9707         * shell/ev-window.c: (update_document_mode),
9708         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9709         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9710         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9711         
9712         Exit from fullscreen mode when switch to presentation. Fix for
9713         bug 309365
9714
9715 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9716
9717         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9718         return NULL if the document does not implement the selection
9719         interface.
9720
9721 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9722
9723         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9724         reported height by using the resolution aspect ratio
9725         (tiff_document_render_pixbuf): scale the pixbuf using the
9726         resolution aspect ratio
9727
9728 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9729
9730         * configure.ac:
9731         
9732         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9733         <kiltedaco@gmail.com>
9734         
9735         * djvu/djvu-document.c: (djvu_document_get_orientation),
9736         (djvu_document_set_orientation), (djvu_document_get_page_size),
9737         (rotate_pixbuf), (djvu_document_render_pixbuf),
9738         (djvu_document_document_iface_init):
9739         * dvi/dvi-document.c: (dvi_document_get_orientation),
9740         (dvi_document_set_orientation), (dvi_document_get_page_size),
9741         (rotate_pixbuf), (dvi_document_render_pixbuf),
9742         (dvi_document_document_iface_init):
9743         
9744         Dvi and djvu backends are ported to new API
9745
9746 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9747
9748         * backend/ev-selection.c: (ev_selection_get_selection_region),
9749         (ev_selection_get_selection_map):
9750         * backend/ev-selection.h:
9751         * pdf/ev-poppler.cc:
9752         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9753         * shell/ev-jobs.h:
9754         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9755         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9756         (ev_pixbuf_cache_get_text_mapping):
9757         * shell/ev-pixbuf-cache.h:
9758         * shell/ev-view.c: (location_in_text),
9759         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9760         support to EvView.  Now we can see where we can select!  Sweet!
9761
9762 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9763
9764         * shell/ev-view.c (ev_view_button_press_event): Fix
9765         event->y + view->scroll_x typo.
9766
9767 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9768
9769         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9770         sub-GdkPixbuf instead of passing dest_x and dest_y.
9771         
9772         * shell/ev-view.c: (view_point_to_doc_point),
9773         (view_rect_to_doc_rect), (ev_view_button_press_event),
9774         (ev_view_motion_notify_event), (compute_new_selection_rect),
9775         (gdk_rectangle_point_in), (compute_new_selection_text),
9776         (compute_selections): Update selection code to keep the selection
9777         around as two points and not as a normalized rectangle, and fix
9778         page level selection in two-column mode.
9779
9780 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9781
9782         * shell/ev-window.c: (window_configure_event_cb): 
9783         
9784         Fix compilation
9785         
9786 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9787
9788         * pdf/ev-poppler.cc:
9789
9790         Fix compilation
9791
9792 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9793
9794         * shell/Makefile.am:
9795         * shell/ev-metadata-manager.c: (item_free),
9796         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9797         (parse_value), (parseItem), (load_values),
9798         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9799         (save_values), (save_item), (get_oldest), (resize_items),
9800         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9801         * shell/ev-metadata-manager.h:
9802
9803         Metadata manager from gedit but modified to use GValue, so that
9804         we dont need to keep converting from strings.
9805
9806         * configure.ac:
9807
9808         ENABLE_METADATA conditional, on when dbus is on
9809
9810         * shell/ev-application.c: (ev_application_open_uri):
9811
9812         Show the window after load so that we can initialize
9813         window size before it's showed.
9814
9815         * shell/ev-window.c: (ev_window_setup_from_metadata),
9816         (ev_window_open_uri), (window_configure_event_cb),
9817         (ev_window_init):
9818
9819         Save and load metadata information about window size.
9820         Not yet keeping states in account.
9821
9822         * shell/main.c: (main):
9823
9824         Shutdown metadata manager.
9825
9826 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9827
9828         * shell/ev-application-service.xml:
9829         * configure.ac:
9830         * shell/Makefile.am:
9831         * shell/ev-application.c:
9832         * shell/ev-application.h:
9833         * shell/ev-window.c:
9834         * shell/ev-window.h:
9835         * shell/main.c:
9836
9837         Add an optional dbus interface (--enable-dbus).
9838         Rework application code, mainly to be easier to
9839         use "remotely".
9840         Do not open multiple windows with the same document,
9841         spatial evince!
9842
9843 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9844
9845         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9846         pixbuf iff it exists.
9847
9848 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9849
9850         * shell/*:
9851         * backend/ev-render-context.[ch]:
9852         * backend/ev-selection.[ch]:
9853
9854         Massive changes.  We now support text selection of pdfs, and not
9855         just rectangular selection.  This is pretty broken still, but I
9856         want to get something into CVS.
9857
9858 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9859
9860         * pdf/ev-poppler.cc:
9861         
9862         Fix for Bug 309080: crash on window close.
9863         
9864         * shell/ev-page-action.c: (page_changed_cb):
9865         
9866         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9867         jensgr@gmx.net (Jens Granseuer).
9868
9869 2005-06-25  Marcel Telka  <marcel@telka.sk>
9870
9871         * configure.in (ALL_LINGUAS): Added sk.
9872
9873 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9874
9875         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9876         not a document open
9877
9878 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9879
9880         * NEWS:
9881         * configure.ac:
9882
9883         Release 0.3.2
9884
9885         * cut-n-paste/recent-files/Makefile.am:
9886
9887         Fix make distcheck
9888
9889 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9890
9891         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9892         (pixbuf_document_set_orientation), (rotate_pixbuf),
9893         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9894         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9895
9896         Implement rotation and cleanup the code a bit.
9897
9898         * tiff/tiff-document.c: (tiff_document_get_page_size),
9899         (tiff_document_get_orientation), (tiff_document_set_orientation),
9900         (rotate_pixbuf), (tiff_document_render_pixbuf),
9901         (tiff_document_document_iface_init), (tiff_document_init):
9902
9903         Implement rotation. Was the quicker solution for the release
9904         but we really need to share this code in the shell.
9905
9906 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9907
9908         * pdf/ev-poppler.cc:
9909
9910         Enable rotation, require poppler cvs. Fix a leak.
9911
9912 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9913
9914         * shell/ev-window.c: (update_action_sensitivity):
9915         
9916         Make properties unsensitive if document backend doesn't provide
9917         any info
9918
9919 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9920
9921         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9922         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9923         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9924         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9925         (bitmap_flip_rotate_counter_clockwise):
9926         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9927         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9928         (buff_gets):
9929         * dvi/mdvi-lib/common.h:
9930         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9931         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9932         (opendvi), (mdvi_reload), (mdvi_init_context),
9933         (mdvi_destroy_context), (mdvi_dopage), (special):
9934         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9935         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9936         (file_hash_free), (register_encoding), (parse_spec),
9937         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9938         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9939         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9940         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9941         (mdvi_register_font_type), (mdvi_unregister_font_type),
9942         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9943         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9944         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9945         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9946         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9947         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9948         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9949         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9950         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9951         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9952         (mdvi_unregister_special), (mdvi_flush_specials):
9953         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9954         (t1_font_remove):
9955         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9956         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9957         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9958         (free_font_metrics), (flush_font_metrics):
9959         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9960         (tt_font_remove):
9961         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9962         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9963         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9964         (dstring_insert), (dstring_new), (dstring_reset):
9965         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9966         
9967         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9968         avoid conflict with libtool on FC4
9969         
9970         * shell/ev-window.c: (ev_window_cmd_help_about):
9971         
9972         Update copyright year. Fix for bug 308828.
9973
9974 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9975
9976         * shell/ev-view.c: (add_scroll_binding_keypad),
9977         (ev_view_binding_activated), (ev_view_class_init),
9978         (on_adjustment_value_changed):
9979         
9980         Bug 170874: Arrow keys switch pages in presentation mode
9981
9982 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9983
9984         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9985         
9986         Fix for Bug 308265: Sidebar dissappears coming out of 
9987         Presentation mode
9988
9989 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9990
9991         * shell/ev-application.c: (ev_application_open):
9992         * shell/ev-document-types.c: (ev_document_types_add_filters),
9993         (ev_document_types_add_filters_for_type):
9994         * shell/ev-document-types.h:
9995         * shell/ev-window.c: (ev_window_cmd_save_as):
9996         
9997         Suggest basename as template when saving, provide filters
9998         for save dialog. It's bug 308402
9999
10000 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10001
10002         * pdf/ev-poppler.cc:
10003         * shell/ev-sidebar-links.c: (job_finished_callback):
10004         * shell/ev-view.c: (update_find_status_message):
10005         
10006         Some leaks fixed
10007
10008 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10009
10010         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10011         (egg_recent_view_uimanager_set_list):
10012
10013         Fix buglet in !show_numbers case.
10014
10015 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10016
10017         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10018         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10019
10020         Use pango ellipsisation.
10021
10022         * pdf/ev-poppler.cc:
10023
10024         Fix refcount leak, from nsh.
10025
10026 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10027
10028         * cut-n-paste/recent-files/Makefile.am:
10029         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10030         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10031         
10032         Removed EggRecentViewGtk
10033         
10034         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10035         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10036         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10037         (ev_window_setup_recent):
10038         
10039         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10040         with other projects
10041
10042 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10043
10044         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10045         (egg_recent_view_gtk_finalize):
10046
10047         Fix memory leak
10048
10049         * cut-n-paste/toolbar-editor/Makefile.am:
10050         
10051         Fix location of cursor icon.
10052         
10053         * pdf/ev-poppler.cc:
10054         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10055         (display_completion_text), (match_completion):
10056         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10057         (selection_changed_callback), (create_loading_model),
10058         (print_section_cb), (links_page_num_func),
10059         (update_page_callback_foreach):
10060         * shell/ev-window.c: (ev_window_dispose):
10061         
10062         Small memory fixes. Links model now store objects instead
10063         of pointers to improve memory management. 
10064
10065 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10066
10067         * shell/ev-window.c: (zoom_control_changed_cb):
10068         
10069         Fix update of zoom control (bug 308268).
10070
10071 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10072
10073         * shell/ev-properties.c (set_property): escape the text correctly.
10074         Handles non-UTF-8 properties and escaped properties.  Also, sets
10075         the text to "<i>None</i>" if the property isn't set.
10076
10077         * data/evince-properties.glade: Change the label to be ellipsized,
10078         and give it a minimum size.
10079
10080 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10081
10082         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10083         * shell/ev-sidebar-links.c: (create_loading_model):
10084         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10085         * shell/ev-view.c: (ev_view_set_document):
10086         * shell/ev-window.c: (ev_window_dispose):
10087         
10088         Various small fixes, mostly memory leaks. Thanks to valgrind.
10089
10090 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10091
10092         * ps/ps-document.c: remove the locale.h include again ;-). And
10093         kill the (bogus) setlocale/savelocale business.
10094
10095 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10096
10097         * ps/ps-document.c:
10098         
10099         Include locale.h to fix build
10100         
10101         * shell/ev-sidebar.c:
10102         
10103         Remove unnecessary includes
10104
10105 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10106
10107         * dvi/dvi-document.c: (dvi_document_load):
10108         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10109         * po/POTFILES.in:
10110         
10111         Check for incorrect dvi files. Fix parsing dvi on AMD64
10112         platform. Thanks to tester@tester.ca (Olivier Crete).
10113
10114 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10115
10116         * shell/ev-page-action.c: (match_selected_cb),
10117         (display_completion_text), (match_completion), (update_model):
10118         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10119         (expand_open_links):
10120         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10121         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10122         (ev_sidebar_set_document):
10123         * shell/ev-window.c: (ev_window_xfer_job_cb),
10124         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10125         
10126         Fixed lot's of memory leaks, for example, memory leak on reload, 
10127         described in bug 307793.
10128
10129 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10130
10131         * pdf/ev-poppler.cc:
10132         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10133         (update_visible_range), (adjustment_changed_cb),
10134         (ev_sidebar_thumbnails_fill_model),
10135         (ev_sidebar_thumbnails_refresh),
10136         (ev_sidebar_tree_selection_changed),
10137         (ev_sidebar_icon_selection_changed),
10138         (ev_sidebar_thumbnails_use_icon_view),
10139         (ev_sidebar_thumbnails_set_document):
10140         * shell/ev-sidebar-thumbnails.h:
10141         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10142         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10143
10144         Refresh thumbnails when changing orientation. Not fully
10145         working yet becuase of a sidebar bug.
10146
10147         Set page orientation to poppler page everywhere. This sucks
10148         really need to fix poppler.
10149
10150 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10151
10152         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10153         (egg_recent_view_gtk_new_menu_item),
10154         (egg_recent_view_gtk_set_property),
10155         (egg_recent_view_gtk_get_property),
10156         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10157         (egg_recent_view_gtk_set_tooltip_func),
10158         (egg_recent_view_gtk_set_label_width),
10159         (egg_recent_view_gtk_get_label_width):
10160         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10161
10162         Sync with libegg (ellipsize labels)
10163
10164 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10165
10166         * data/evince-ui.xml:
10167         * shell/ev-window.c: (ev_window_cmd_go_forward),
10168         (ev_window_cmd_go_backward):
10169         
10170         Shift + PageUp moves 10 Pages. Fix for 306125
10171
10172 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10173
10174         * pdf/ev-poppler.cc:
10175
10176         Add a flag to check if orientation has been overriden
10177
10178 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10179
10180         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10181         field if necessary.
10182
10183         * ps/ps.h: add creator field to document.
10184
10185         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10186         set creator field.
10187
10188 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10189
10190         * data/evince-properties.glade:
10191         * shell/ev-properties.c: (ev_properties_set_document):
10192
10193         s/PDF Version/Format
10194
10195 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10196
10197         * shell/ev-properties.c: (ev_properties_set_document):
10198
10199         Remove unnecessary translations
10200
10201 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10202
10203         * cut-n-paste/toolbar-editor/Makefile.am:
10204
10205         Correct library name    
10206
10207 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10208
10209         * configure.ac:
10210         * cut-n-paste/recent-files/egg-recent-model.c:
10211         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10212         (egg_recent_model_unlock_file):
10213         * cut-n-paste/recent-files/egg-recent-util.c:
10214         (egg_recent_util_get_unique_id):
10215         * cut-n-paste/recent-files/update-from-egg.sh:
10216         * cut-n-paste/toolbar-editor/Makefile.am:
10217         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10218         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10219         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10220         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10221         (egg_toolbars_model_get_type):
10222         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10223
10224         Better makefile for toolbar editor and update everything
10225         to latest libegg.
10226
10227 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10228
10229         * shell/ev-window.c: (update_document_mode):
10230
10231         Prefer presentation mode when the document
10232         require fullscreen.
10233
10234 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10235
10236         * data/evince-ui.xml:
10237         * shell/ev-window.c:
10238
10239         Add control-equal for zooming
10240
10241 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10242
10243         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10244
10245 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10246
10247         * backend/ev-document.c: (ev_document_get_orientation):
10248         * backend/ev-document.h:
10249         * pdf/ev-poppler.cc:
10250         * ps/ps-document.c: (ps_document_get_orientation),
10251         (ps_document_set_orientation), (ps_document_document_iface_init):
10252
10253         Add a get_orientation api. Improve set_orientation.
10254
10255         * data/evince-ui.xml:
10256         * shell/ev-view.c: (ev_view_set_orientation),
10257         (ev_view_rotate_right), (ev_view_rotate_left):
10258         * shell/ev-view.h:
10259         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10260         (ev_window_cmd_edit_rotate_right):
10261
10262         Better ui for changing document orientation
10263
10264 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10265
10266         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10267         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10268         * shell/ev-sidebar-links.h:
10269         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10270         (ev_sidebar_page_iface_init):
10271         * shell/ev-sidebar-page.h:
10272         * shell/ev-sidebar-thumbnails.c:
10273         (ev_sidebar_thumbnails_get_property),
10274         (ev_sidebar_thumbnails_class_init),
10275         (ev_sidebar_thumbnails_set_document):
10276         * shell/ev-sidebar-thumbnails.h:
10277         * shell/ev-view.c: (ev_view_motion_notify_event):
10278         * shell/ev-window.c: (update_chrome_visibility),
10279         (ev_window_cmd_focus_page_selector),
10280         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10281         (sidebar_page_main_widget_update_cb), (ev_window_init):
10282         
10283         Autoraise toolbar on GoToPage binding and fix bindings in
10284         EvSidebarThumbnails page.
10285
10286 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10287
10288         * shell/ev-properties.c: (update_progress_label):
10289
10290         Hide the progress label when finished; bug #307697.
10291
10292 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10293
10294         * pdf/ev-poppler.cc:
10295
10296         Enable is_open for links, you will need poppler cvs
10297
10298         * shell/ev-properties.c: (job_fonts_finished_cb):
10299
10300         Get a lock on the document when filling the tree view
10301
10302 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10303
10304         * backend/ev-document-links.h:
10305         * pdf/ev-poppler.cc:
10306         * shell/ev-sidebar-links.c: (create_loading_model),
10307         (expand_open_links), (job_finished_callback):
10308
10309         Expand links when specified by the document.
10310         Depend on a poppler api (defined out for now)
10311
10312 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10313
10314         * shell/ev-properties.c: (ev_properties_dispose),
10315         (ev_properties_class_init), (dialog_destroy_cb),
10316         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10317         (ev_properties_set_document), (ev_properties_new),
10318         (ev_properties_show):
10319         * shell/ev-properties.h:
10320
10321         Make it an object, cleanup the code, api to show it as transient
10322         and to set the document.
10323
10324         * shell/ev-window.c: (ev_window_setup_document),
10325         (ev_window_cmd_file_properties):
10326
10327         Adapt to EvProperties changes, do not show multiple
10328         times, update it when document changes.
10329
10330 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10331
10332         * ps/gstypes.h:
10333         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10334         (ps_document_set_orientation), (ps_document_document_iface_init):
10335         * ps/ps-document.h:
10336
10337         Implement orientation here too
10338
10339         * shell/ev-properties.c: (ev_properties_new):
10340         * data/evince-properties.glade:
10341
10342         Hide the fonts page for backends that doesnt
10343         support it.     
10344
10345 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10346
10347         * backend/ev-document.c: (ev_document_set_orientation):
10348         * backend/ev-document.h:
10349         * pdf/ev-poppler.cc:
10350
10351         Add orientation api. Currently poppler api is not optimal,
10352         we need to set orientation every time we _get a page.
10353         I will try to fix that at some point.
10354
10355         * data/evince-ui.xml:
10356         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10357         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10358
10359         Add orientation menu items
10360
10361         * shell/ev-page-cache.c: (ev_page_cache_clear):
10362         * shell/ev-page-cache.h:
10363
10364         Add api to clear the cache
10365
10366         * shell/ev-view.c: (setup_caches), (clear_caches),
10367         (ev_view_set_document), (ev_view_zoom_out),
10368         (ev_view_set_orientation):
10369         * shell/ev-view.h:
10370
10371         Implement orientation changing
10372
10373 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10374
10375         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10376         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10377         * backend/ev-document-fonts.h:
10378
10379         Separate scan and fill so that we can incrementally fill from
10380         the main thread. Add a progress api.
10381
10382         * data/evince-properties.glade:
10383         * pdf/ev-poppler.cc:
10384         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10385         * shell/ev-jobs.h:
10386         * shell/ev-properties.c: (update_progress_label),
10387         (job_fonts_finished_cb), (setup_fonts_view):
10388
10389         Incrementally feel the list and show the progress
10390         percentage in a label like acrobat does.
10391
10392         You are going to need poppler cvs
10393
10394 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10395
10396         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10397         * backend/ev-document-fonts.h:
10398         * pdf/ev-poppler.cc:
10399
10400         Make fonts model fill incrementally.
10401
10402         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10403         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10404         (ev_job_queue_remove_job):
10405         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10406         (ev_job_fonts_new), (ev_job_fonts_run):
10407         * shell/ev-jobs.h:
10408
10409         New job for fonts scanning
10410
10411         * shell/ev-properties.c: (job_fonts_finished_cb),
10412         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10413         * shell/ev-properties.h:
10414         * shell/ev-window.c: (ev_window_cmd_file_properties):
10415
10416         Incrementally feel the treeview using the new job. Show Loading...
10417         message until scanning is completed.
10418
10419         Hopefully I didnt break the build without the poppler patch.
10420
10421 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10422
10423         * shell/ev-application.c: (ev_application_open):
10424         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10425         (ev_document_type_get_type), (ev_document_type_lookup):
10426         * shell/ev-document-types.h:
10427         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10428         * shell/ev-job-xfer.h:
10429         * shell/ev-window.c: (ev_window_clear_local_uri),
10430         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10431         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10432         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10433         
10434         Transfer remote documents to tmp directory to display them later.
10435
10436 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10437
10438         * backend/ev-document-info.h:
10439         * shell/ev-properties.c: (ev_properties_new):
10440
10441         s/GTime*/GTime. Not sure why we was using a pointer
10442         at all there!
10443
10444 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10445
10446         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10447         situations.  That situation is that you're using GTK+-HEAD with
10448         the patch at #306726 is applied, and you have a document with <
10449         1500 pages in it.  It's not quite as uniformly nice as the
10450         TreeView, but should be better in the long run.
10451
10452         I'm pretty sure I guarded against breaking compilation with
10453         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10454         I missed some.
10455
10456         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10457         widget yet, so I commented that code out
10458         enable_view_actions_for_widget() for now.  Need to figure this
10459         out.
10460
10461         * shell/ev-page-action.c (match_selected_cb): emit the right
10462         signals.  Our cool C-l completion now works.
10463
10464 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10465
10466         * backend/Makefile.am:
10467         * backend/ev-document-fonts.c:
10468         * backend/ev-document-links.c:
10469         * backend/ev-document.c: (ev_document_load):
10470         * backend/ev-document.h:
10471         * backend/ev-job-queue.c:
10472         * backend/ev-job-queue.h:
10473         * backend/ev-jobs.c:
10474         * backend/ev-jobs.h:
10475         * backend/ev-page-cache.c:
10476         * backend/ev-page-cache.h:
10477
10478         EvPageCache and EvJobs are moved to shell.
10479
10480         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10481         (ev_tmp_filename):
10482         * lib/ev-file-helpers.h:
10483         
10484         New helper to work with temporary files
10485         
10486         * shell/Makefile.am:
10487         * shell/ev-application.c: (ev_application_open):
10488         * shell/ev-application.h:
10489         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10490         (remove_job_from_async_queue), (add_job_to_async_queue),
10491         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10492         (handle_job), (search_for_jobs_unlocked),
10493         (no_jobs_available_unlocked), (ev_render_thread),
10494         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10495         (ev_job_queue_add_job), (move_job_async), (move_job),
10496         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10497         * shell/ev-job-queue.h:
10498         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10499         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10500         * shell/ev-job-xfer.h:
10501         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10502         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10503         (ev_job_links_class_init), (ev_job_render_init),
10504         (ev_job_render_dispose), (ev_job_render_class_init),
10505         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10506         (ev_job_thumbnail_class_init), (ev_job_load_init),
10507         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10508         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10509         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10510         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10511         * shell/ev-jobs.h:
10512         * shell/ev-page-action.c: (ev_page_action_set_document):
10513         * shell/ev-page-cache.c: (ev_page_cache_init),
10514         (ev_page_cache_class_init), (ev_page_cache_finalize),
10515         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10516         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10517         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10518         (ev_page_cache_get_title), (ev_page_cache_get_size),
10519         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10520         (ev_page_cache_get_height_to_page),
10521         (ev_page_cache_get_max_label_chars),
10522         (ev_page_cache_get_page_label),
10523         (ev_page_cache_has_nonnumeric_page_labels),
10524         (ev_page_cache_get_info), (ev_page_cache_next_page),
10525         (ev_page_cache_prev_page), (ev_page_cache_get):
10526         * shell/ev-page-cache.h:
10527         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10528         (ev_pixbuf_cache_clear_job_sizes),
10529         (ev_pixbuf_cache_add_jobs_if_needed),
10530         (ev_pixbuf_cache_set_page_range):
10531         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10532         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10533         * shell/ev-sidebar-thumbnails.c:
10534         (ev_sidebar_tree_selection_changed),
10535         (ev_sidebar_thumbnails_set_document):
10536         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10537         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10538         (ev_statusbar_get_context_id), (ev_statusbar_push),
10539         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10540         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10541         (ev_statusbar_set_progress):
10542         * shell/ev-statusbar.h:
10543         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10544         (ev_view_find_previous):
10545         * shell/ev-window.c: (ev_window_is_empty),
10546         (ev_window_setup_document), (password_dialog_response),
10547         (ev_window_clear_jobs), (ev_window_load_job_cb),
10548         (ev_window_xfer_job_cb), (ev_window_open_uri),
10549         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10550         (ev_window_print), (ev_window_print_range),
10551         (ev_window_state_event), (ev_window_cmd_view_reload),
10552         (menu_item_select_cb), (menu_item_deselect_cb),
10553         (view_status_changed_cb), (ev_window_dispose),
10554         (drag_data_received_cb), (ev_window_init):
10555         * shell/ev-window.h:
10556         * shell/main.c: (load_files):
10557         
10558         New statusbar to show progress on idle. Two new jobs - 
10559         xfer job and load job to load document in background. And update
10560         of page_cache clients to new location of code.
10561
10562 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10563
10564         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10565         selection in open dialog. It also remembers the last visited directory 
10566         in the current session.
10567
10568 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10569
10570         * shell/ev-properties.c: (ev_properties_new):
10571         * shell/ev-properties.h:
10572         * shell/ev-window.c: (ev_window_cmd_file_properties):
10573         
10574         Get document info from page cache instead of document itself.
10575         This should fix crash related to race conditions described in
10576         bug 306545.
10577
10578 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10579
10580         * ps/ps-document.c: (ps_document_init),
10581         (send_ps), (get_page_box), (output), (catchPipe), (input),
10582         (stop_interpreter), (file_length), (file_readable),
10583         (check_filecompressedb), (ps_document_enable_interpreter),
10584         (document_load), (ps_async_renderer_render_pixbuf):
10585         * ps/ps-document.h:
10586
10587         Big cleanup of the ps code
10588
10589 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10590
10591         * backend/Makefile.am:
10592         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10593         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10594         * backend/ev-async-renderer.h:
10595
10596         Add an async renderer interface (method + callback) which
10597         is useful for backends like ps.
10598
10599         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10600         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10601         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10602         (ev_job_queue_add_job), (move_job_async), (move_job),
10603         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10604
10605         Add queues for async renderer, these are executed on the
10606         main thread.
10607
10608         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10609         (ev_job_render_run):
10610         * backend/ev-jobs.h:
10611
10612         If the backend support async renderer interface use it.
10613
10614         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10615         (setup_pixmap), (ps_document_get_type),
10616         (ps_async_renderer_render_pixbuf),
10617         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10618
10619         Implement async renderer interface.
10620
10621 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10622
10623         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10624
10625         Cleanup links job on exit.
10626
10627 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10628
10629         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10630         (drag_data_get_cb), (drag_data_received_cb):
10631         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10632         (drag_data_get_cb), (parse_item_list),
10633         (egg_toolbar_editor_load_actions):
10634         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10635         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10636         (parse_item_list), (parse_toolbars):
10637         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10638         (dvi_pixbuf_put_pixel):
10639         
10640         Fix gcc 4.0 warnings
10641
10642 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10643
10644         * ps/ps-document.c: (start_interpreter):
10645
10646         Fix warning when loading ps
10647
10648 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10649
10650         * ps/ps-document.c: (output):
10651
10652         Fix crash when priting gs error messages.
10653
10654 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10655
10656         * backend/ev-page-cache.c: (_ev_page_cache_new):
10657         * backend/ev-page-cache.h:
10658
10659         Use a const to return title so that we dont double
10660         free it. Small cleanup and fix a leak.
10661
10662         * shell/ev-window.c: (update_window_title):
10663
10664         strdup value from get_title.
10665
10666 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10667
10668         * shell/ev-sidebar-links.c: (job_finished_callback),
10669         (ev_sidebar_links_set_document):
10670
10671         Cleanup the old job when changing document
10672
10673 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10674
10675         * shell/ev-stock-icons.c:
10676         * shell/ev-stock-icons.h:
10677         * shell/ev-window.c:
10678         
10679         Add stock icons for actions that can appear in toolbar. Fix for
10680         bug 306566.
10681
10682 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10683
10684         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10685         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10686         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10687         * backend/ev-page-cache.h:
10688         * shell/ev-view.c: (scroll_to_current_page),
10689         (view_update_range_and_current_page), (get_page_y_offset),
10690         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10691         (ev_view_size_request_continuous),
10692         (ev_view_zoom_for_size_continuous_and_dual_page),
10693         (ev_view_zoom_for_size_continuous):
10694         
10695         More compact EvView layout in document with pages of different size.
10696
10697 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10698
10699         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10700         compilation.
10701
10702 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10703
10704         * shell/ev-view.c: (view_set_adjustment_values):
10705         * shell/ev-window.c: (ev_window_cmd_file_properties):
10706         
10707         A bit different fix for rounding problem but it has no
10708         problems on startup. Make properties window transient to parent.
10709
10710 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10711
10712         * pdf/ev-poppler.cc:
10713         
10714         More commenting of font stuff.
10715
10716 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10717
10718         * pdf/ev-poppler.cc:
10719
10720         Comment out some more fonts stuff. Should really
10721         work without the poppler patch now.
10722
10723 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10724
10725         * pdf/ev-poppler.cc:
10726
10727         Adapt to api change
10728
10729 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10730
10731         * data/evince-properties.glade:
10732         * pdf/ev-poppler.cc:
10733         * shell/ev-properties.c: (setup_fonts_view):
10734
10735         Set the column title. Show the dialog only
10736         once everything is setup.
10737         Getting font info can be very slow... will
10738         prolly need to make this threaded too.
10739
10740 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10741
10742         * backend/Makefile.am:
10743         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10744         (ev_document_fonts_get_fonts_model):
10745         * backend/ev-document-fonts.h:
10746         * data/evince-properties.glade:
10747         * pdf/ev-poppler.cc:
10748         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10749         * shell/ev-properties.h:
10750         * shell/ev-window.c: (ev_window_cmd_file_properties):
10751
10752         Implement fonts list. Defined out for now, since it depends
10753         on a not yet committed poppler patch.
10754
10755 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10756
10757         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10758         page + 1.
10759
10760         * shell/ev-window.c: Make sure we add the timeout when we get a
10761         focus-in event.
10762
10763         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10764         adjustment->value before calculating the zoom factor to average
10765         out all of our rounding errors.  The page no longer 'drifts' when
10766         resizing.
10767
10768 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10769
10770         * data/evince-properties.glade:
10771         * shell/ev-properties.c: (ev_properties_format_date),
10772         (set_property):
10773         
10774         Labels don't expand when the dialogue is resized.
10775         strftime result needs to be converted to UTF-8. Thanks
10776         to Christian Persch <chpe@gnome.org>.
10777
10778 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10779
10780         * data/evince-properties.glade:
10781
10782         Hide the fonts tab
10783
10784 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10785
10786         * backend/ev-document-info.h:
10787         * backend/ev-document.c: (ev_document_info_free):
10788         * data/evince-properties.glade:
10789         * pdf/ev-poppler.cc:
10790         * ps/ps-document.c: (ps_document_get_info):
10791         * shell/ev-properties.c: (ev_properties_format_date),
10792         (set_property), (ev_properties_new):
10793         * shell/ev-properties.h:
10794         * shell/ev-window.c: (ev_window_cmd_file_properties):
10795
10796         Rework properties code to take only EvPropertyInfo
10797         in the constructor so that it can be useful for
10798         nautilus plugin too.
10799
10800         Deal with backends that doesnt support some properties.
10801         Make set property code generic.
10802
10803 2005-06-04  Christian Persch <chpe@gnome.org>
10804
10805         * data/evince-properties.glade:
10806
10807         fix spacings, make resizeable, and make data labels
10808         selectable + ellipsised
10809
10810 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10811
10812         * backend/ev-document-info.h:
10813         * data/Makefile.am:
10814         * data/evince-ui.xml:
10815         * pdf/ev-poppler.cc:
10816         * shell/Makefile.am:
10817         * shell/ev-window.c: (update_action_sensitivity),
10818         (ev_window_cmd_file_properties):
10819
10820         Initial go at file properties. Patch by
10821         Emil Soleyman-Zomalan <emil@soleyman.com>.
10822         Needs love see #169583
10823
10824 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10825
10826         * ps/ps-document.c: (output):
10827         * ps/ps.c: (psscan):
10828
10829         Try to render even if psscan fails.
10830
10831 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10832
10833         * ps/ps.c: (psscan), (pscopydoc):
10834
10835         Port buffered reading code from gv
10836
10837 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10838
10839         * ps/ps-document.c: (interpreter_message), (output):
10840
10841         Do not fail on interpreter messages
10842
10843 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10844
10845         * backend/ev-document-misc.c:
10846         (ev_document_misc_get_thumbnail_frame):
10847
10848         Pages can be 0 x 0, dont assert on this case
10849
10850 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10851
10852         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10853         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10854
10855         Correctly manage our reference on document. Finally the reload
10856         huge leak is gone...
10857
10858 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10859
10860         * ps/ps-document.c: (ps_document_dispose):
10861
10862         Forgot to chain it to the parent. Thanks chpe.
10863
10864 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10865
10866         * ps/ps-document.c: (ps_document_dispose),
10867         (ps_document_class_init), (stop_interpreter), (document_load):
10868
10869         Cleanup dispose a bit. Dont leak the whole pixmap.
10870
10871 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10872
10873         * pdf/ev-poppler.cc:
10874
10875         Release the poppler document on dispose
10876
10877 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10878
10879         * shell/ev-view.c: (ev_view_set_document):
10880
10881         Release ref on the pixbuf cache when changing
10882         document.
10883
10884 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10885
10886         * ps/ps-document.c: (ps_document_get_info):
10887
10888         Fix a double free
10889
10890 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10891
10892         * backend/ev-page-cache.c: (ev_page_cache_init),
10893         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10894         * backend/ev-page-cache.h:
10895         * shell/ev-page-action.c: (page_changed_cb):
10896         
10897         Set page action entry width depending on labels width. Fix
10898         for bug 305202.
10899
10900 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10901
10902         * backend/ev-link.c: (ev_link_class_init):
10903
10904         Allow -1 as page value (error)
10905
10906 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10907
10908         * shell/ev-sidebar-thumbnails.c:
10909         (ev_sidebar_thumbnails_set_document):
10910         * shell/ev-view.c: (scroll_to_current_page),
10911         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10912         (page_changed_cb), (on_adjustment_value_changed),
10913         (ev_view_set_document):
10914
10915         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10916         Fix bug 305377
10917
10918 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10919
10920         * configure.ac:
10921         * djvu/djvu-document.c: (djvu_document_get_page_size):
10922
10923         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10924         bug 301993.
10925
10926 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10927
10928         * shell/ev-view.c (draw_one_page): modify the expose handling to
10929         get the shadows.
10930
10931         * shell/ev-window.c (update_action_sensitivity): Respect
10932         permissions field.  Kowtow to the man.
10933
10934         * pdf/ev-poppler.cc: Get the permissions field.
10935
10936         * tiff/*c: Make a tiny bit more robust.
10937
10938 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10939
10940         * djvu/djvu-document.c:
10941         
10942         Pop messages from djvu context message queue.
10943
10944 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10945
10946         * configure.ac, Makefile.am, shell/Makefile.am:
10947         * tiff/Makefile.am, shell/ev-document-types.c:
10948         
10949         Cleanup tiff configure checks. Fix for bug 305218.
10950
10951 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10952
10953         * configure.ac: Added "uk" to ALL_LINGUAS.
10954
10955 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10956
10957         * cut-n-paste/zoom-control/ephy-zoom.c:
10958         (ephy_zoom_get_changed_zoom_level):
10959         * cut-n-paste/zoom-control/ephy-zoom.h:
10960         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10961         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10962         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10963         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10964         (zoom_control_changed_cb), (ev_window_init):
10965         
10966         Fix minor points related to moving best fit up. Introduce
10967         "zoom" property and make zoom control change it's value on
10968         notify::zoom signals. Fix for 305080.
10969
10970 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10971
10972         * data/evince-ui.xml:
10973         * shell/ev-window.c: (set_view_actions_sensitivity):
10974         
10975         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10976
10977 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10978
10979         * configure.ac:
10980
10981         Depends on poppler 0.3.2
10982
10983 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10984
10985         * cut-n-paste/recent-files/egg-recent-item.c:
10986         (egg_recent_item_get_short_name):
10987         * cut-n-paste/toolbar-editor/Makefile.am:
10988         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10989         (new_pixbuf_from_widget):
10990         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10991         * cut-n-paste/toolbar-editor/egg-marshal.c:
10992         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10993         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10994
10995         Sync
10996
10997 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10998
10999         * tiff/tiff-document.c: Rough TIFF backend.
11000
11001 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11002
11003         * NEWS:
11004         * configure.ac:
11005         * cut-n-paste/toolbar-editor/Makefile.am:
11006
11007         Release 0.3.1
11008
11009 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11010
11011         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11012         (ev_view_find_next), (ev_view_find_previous):
11013
11014         Remove the locks around get_n_results   
11015
11016 2005-05-21  Juerg Billeter  <j@bitron.ch>
11017
11018         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11019
11020         Pass correct number of pages to poppler.
11021
11022 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11023
11024         * configure.ac:
11025         * data/Makefile.am:
11026         * data/evince.desktop.in: 
11027         * data/evince.desktop.in.in:
11028         * po/POTFILES.in:
11029         
11030         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11031
11032 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11033
11034         * shell/ev-view.c: (view_update_adjustments),
11035         (view_set_adjustment_values): cast adjustmen->value to (int)
11036         before using it.  Otherwise, we get off by a pixel in some
11037         situations.
11038
11039         (draw_one_page): Draw the border on expose.
11040
11041 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11042
11043         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11044         adjustment when the mode changes, #304923
11045
11046 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11047
11048         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11049         flickering on resize but still use gdk_window_scroll on
11050         scrolling
11051
11052 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11053
11054         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11055         option, #170458
11056
11057 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11058
11059         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11060         second page on page_changed if possible, #304669
11061
11062 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11063
11064         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11065         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11066
11067 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11068
11069         * .cvsignore:
11070         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11071         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11072         (ev_view_zoom_for_size_presentation),
11073         (ev_view_zoom_for_size_continuous_and_dual_page),
11074         (ev_view_zoom_for_size_continuous),
11075         (ev_view_zoom_for_size_dual_page),
11076         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11077         * shell/ev-view.h:
11078         * shell/ev-window.c: (update_view_size),
11079         (ev_window_sizing_mode_changed_cb):
11080
11081         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11082         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11083         an infinite loop, #304769
11084
11085
11086 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11087
11088         * data/evince-ui.xml:
11089         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11090         * shell/ev-window.c: (set_view_actions_sensitivity):
11091
11092         Make PgUp/Down behave like Space
11093
11094 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11095
11096         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11097         * backend/ev-ps-exporter.h:
11098         * pdf/ev-poppler.cc:
11099         * ps/ps-document.c: (ps_document_ps_export_begin):
11100         * shell/ev-print-job.c: (idle_print_handler):
11101
11102         Adapt to new poppler api
11103
11104 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11105
11106         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11107         (ephy_zoom_control_init):
11108
11109         Translate zoom levels
11110
11111 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11112
11113         * cut-n-paste/zoom-control/ephy-zoom.c:
11114         (ephy_zoom_get_zoom_level_index):
11115
11116         Fix current zoom -> zoom control match
11117
11118 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11119
11120         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11121         rather than the scrolled_window that it's in. Fixes bug #304655.
11122
11123 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11124
11125         * shell/ev-view.c: (view_update_adjustments),
11126         (view_set_adjustment_values), (view_update_range_and_current_page),
11127         (view_scroll_to_page), (set_scroll_adjustment),
11128         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11129         (ev_view_scroll), (ev_view_scroll_view),
11130         (ensure_rectangle_is_visible), (find_page_at_location),
11131         (get_link_at_location), (go_to_link), (status_message_from_link),
11132         (ev_view_size_request_continuous_dual_page),
11133         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11134         (ev_view_unrealize), (ev_view_expose_event),
11135         (ev_view_button_press_event), (ev_view_motion_notify_event),
11136         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11137         (draw_rubberband), (highlight_find_results), (draw_one_page),
11138         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11139         (ev_view_init), (find_changed_cb), (page_changed_cb),
11140         (on_adjustment_value_changed), (ev_view_new),
11141         (ev_view_set_document), (ev_view_set_zoom),
11142         (ev_view_set_continuous), (ev_view_set_dual_page),
11143         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11144         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11145         (ev_view_zoom_for_size_presentation),
11146         (ev_view_zoom_for_size_continuous_dual_page),
11147         (ev_view_zoom_for_size_continuous),
11148         (ev_view_zoom_for_size_dual_page),
11149         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11150         (ev_view_get_status), (ev_view_set_status),
11151         (update_find_status_message), (ev_view_get_find_status),
11152         (ev_view_set_find_status), (jump_to_find_result),
11153         (jump_to_find_page), (compute_selections), (clear_selection),
11154         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11155         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11156         (ev_view_update_primary_selection),
11157         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11158         * shell/ev-view.h:
11159         * shell/ev-window.c: (ev_window_open_page_label),
11160         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11161         (ev_window_init):
11162         * shell/ev-window.h:
11163         * shell/main.c: (load_files):
11164
11165         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11166         when resizing.  Remove the bin_window().  Also, patch from James
11167         Bowes to fix command line page, #300641
11168         
11169 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11170
11171         * data/evince-ui.xml:
11172         * shell/ev-view.c:
11173         * shell/ev-view.h:
11174         * shell/ev-window.c: (update_action_sensitivity):
11175
11176         Get rid of View->Normal Size, it's just confusing
11177
11178 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11179
11180         * backend/ev-document-info.h:
11181         * backend/ev-document.c: (ev_document_info_free): Free the
11182         EvDocumentInfo.
11183
11184         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11185         (clear_range), (add_range), (update_visible_range),
11186         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11187         (ev_sidebar_thumbnails_set_document):
11188         * shell/ev-window.c: (ev_window_setup_document): Only render the
11189         visible thumbnails.  It takes an instant to render, but it uses
11190         much less memory.
11191
11192 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11193
11194         * shell/ev-sidebar-links.c: (popup_menu_cb):
11195
11196         Select first item
11197
11198 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11199
11200         * lib/Makefile.am:
11201         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11202         (button_press_cb), (ev_sidebar_links_construct):
11203
11204         Show the popup menu also on keybindings
11205
11206 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11207
11208         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11209         * shell/ev-window.h:
11210
11211         Expose api to print a range (with dialog). Make private _print use
11212         it.
11213
11214         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11215         (ev_sidebar_links_construct):
11216
11217         Show a print context menu on linkx, it prints the selected
11218         section.
11219
11220 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11221
11222         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11223         button.
11224
11225 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11226
11227         * AUTHORS:
11228
11229         Update
11230
11231         * shell/ev-window.c: (build_comments_string),
11232         (ev_window_cmd_help_about):
11233
11234         Show poppler version/backend and authors
11235
11236 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11237
11238         * cut-n-paste/zoom-control/ephy-zoom.c:
11239         (ephy_zoom_get_zoom_level_index):
11240         * cut-n-paste/zoom-control/ephy-zoom.h:
11241
11242         Move the best fit items at the top of the list
11243
11244 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11245
11246         * shell/ev-marshal.list:
11247         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11248         (activate_cb), (match_selected_cb), (activate_link_cb),
11249         (connect_proxy), (ev_page_action_class_init):
11250         * shell/ev-page-action.h:
11251
11252         Use signals to notify action activation. Hopefully
11253         I did not break completion since I cant test...
11254
11255         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11256         (register_custom_actions):
11257
11258         Connect to page selector actions and also grab focus on
11259         the view when activated.
11260
11261 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11262
11263         * pdf/ev-poppler.cc:
11264         * backend/ev-page-cache.c: make page size calculation consistent
11265         and set it to (int)( width * scale + 0.5).  This makes the weird
11266         line going through the middle of the page go away.
11267
11268         * shell/ev-view.c: move painting the background page after
11269         checking the expose area covers us.
11270
11271 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11272
11273         * data/evince-password.glade:
11274         
11275         Mark labels as not translatable. Fix for bug 302842.
11276
11277 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11278
11279         * configure.ac: Added "es" to ALL_LINGUAS.
11280
11281 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11282
11283         * data/evince-toolbar.xml:
11284         * shell/ev-window.c: (update_action_sensitivity),
11285         (ev_window_setup_document), (ev_window_set_page_mode),
11286         (ev_window_init):
11287
11288         Remove some leftover code from jrb first continous
11289         attempt. Use the new actions, we still need good icons
11290         though...
11291
11292 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11293
11294         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11295
11296         Update label when connecting proxy. Fix a warning with NULL
11297         page_cache.
11298
11299 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11300
11301         * data/evince-ui.xml:
11302         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11303         * shell/ev-page-action.h:
11304         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11305
11306         Add mnemonic for edit toolbar.
11307         ctrl+l focus the page entry.
11308
11309 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11310
11311         * lib/Makefile.am:
11312         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11313         (ev_window_init):
11314         * shell/main.c: (main):
11315
11316         Put the toolbar xml in evince own dot dir
11317
11318 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11319
11320         * shell/ev-window.c: (ev_window_init):
11321
11322         Make the toolbar not removable
11323
11324 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11325
11326         * data/evince-ui.xml:
11327         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11328         * shell/ev-sidebar-links.h:
11329         * shell/ev-sidebar-thumbnails.c:
11330         (ev_sidebar_thumbnails_get_treeview):
11331         * shell/ev-sidebar-thumbnails.h:
11332         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11333         (ev_view_class_init):
11334         * shell/ev-view.h:
11335         * shell/ev-window.c: (update_action_sensitivity),
11336         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11337         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11338         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11339         (ev_window_init):
11340
11341         This is evil... Make space/backspace global accelerators but
11342         enable them only for some widgets (sidebars and view).
11343         I dont like it, but I dont know a better way... :/
11344
11345 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11346
11347         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11348         (ev_page_action_widget_finalize),
11349         (ev_page_action_widget_class_init), (update_page_cache):
11350
11351         Keep a weak reference on proxy->page_cache so that we
11352         dont try to disconnect the signal if the object is already
11353         gone. Maybe there is a better way to cleanup reference handling
11354         in page action though...
11355
11356 2005-05-10  Juerg Billeter  <j@bitron.ch>
11357
11358         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11359         * backend/ev-ps-exporter.h:
11360         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11361         * ps/ps-document.c: (ps_document_ps_export_begin):
11362         
11363         Change api to pass print range to ps_exporter_begin. The pdf backend
11364         requires this information.
11365         
11366         * shell/ev-print-job.c: (idle_print_handler):
11367         
11368         Adapt to api change
11369
11370 2005-05-10  Juerg Billeter  <j@bitron.ch>
11371
11372         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11373         (idle_print_handler)
11374         * shell/ev-window.c: (ev_window_print):
11375
11376         Support printing page range, based on patch by Amaury Jacquot
11377
11378 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11379
11380         * data/evince-toolbar.xml:
11381
11382         Add zoom control to available items
11383
11384 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11385
11386         * shell/ev-window.c: (update_action_sensitivity):
11387
11388         Set slash action insensitive when appropriate
11389
11390 2005-05-10  Christian Persch <chpe@gnome.org>
11391
11392         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11393
11394         Fix warning on the overflow menu
11395
11396 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11397
11398         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11399
11400         Check for uri correctness/existence
11401
11402 2005-05-09  Juerg Billeter  <j@bitron.ch>
11403
11404         * shell/ev-window.c: (using_postscript_printer):
11405
11406         LPD printers use postscript, too
11407
11408 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11409
11410         * shell/ev-window.c: (register_custom_actions):
11411
11412         The zoom one is actually sort of useful,
11413         put it back
11414
11415 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11416
11417         * shell/ev-window.c: (register_custom_actions):
11418
11419         Hide page/zoom controls from overflow, they
11420         are useless.
11421
11422 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11423
11424         * cut-n-paste/update-from-egg.sh:
11425         
11426         Share it between all cut-n-paste subdirs
11427
11428         * cut-n-paste/recent-files/Makefile.am:
11429
11430         Fix to use "global" update-from-egg.sh
11431
11432         * cut-n-paste/recent-files/egg-recent-model.c:
11433         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11434         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11435         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11436         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11437
11438         Update from libegg
11439
11440         * cut-n-paste/toolbar-editor/Makefile.am:
11441
11442         Fix to use "global" update-from-egg.sh
11443
11444         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11445
11446         Update from libegg
11447
11448 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11449
11450         * configure.ac:
11451         * cut-n-paste/Makefile.am:
11452         * cut-n-paste/recent-files/Makefile.am:
11453         * cut-n-paste/toolbar-editor/.cvsignore:
11454         * cut-n-paste/toolbar-editor/Makefile.am:
11455         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11456         (egg_editable_toolbar_get_type), (get_toolbar_position),
11457         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11458         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11459         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11460         (set_item_drag_source), (create_item_from_action), (create_item),
11461         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11462         (popup_toolbar_context_menu_cb), (free_dragged_item),
11463         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11464         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11465         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11466         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11467         (item_added_cb), (item_removed_cb),
11468         (egg_editable_toolbar_construct),
11469         (egg_editable_toolbar_disconnect_model),
11470         (egg_editable_toolbar_deconstruct),
11471         (egg_editable_toolbar_set_model),
11472         (egg_editable_toolbar_set_ui_manager),
11473         (egg_editable_toolbar_set_property),
11474         (egg_editable_toolbar_get_property),
11475         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11476         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11477         (egg_editable_toolbar_new_with_model),
11478         (egg_editable_toolbar_get_edit_mode),
11479         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11480         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11481         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11482         (new_pixbuf_from_widget), (new_separator_pixbuf),
11483         (update_separator_image), (style_set_cb),
11484         (_egg_editable_toolbar_new_separator_image),
11485         (egg_editable_toolbar_get_model):
11486         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11487         * cut-n-paste/toolbar-editor/egg-marshal.c:
11488         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11489         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11490         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11491         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11492         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11493         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11494         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11495         (editor_drag_data_delete_cb), (drag_data_get_cb),
11496         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11497         (editor_create_item), (update_editor_sheet), (setup_editor),
11498         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11499         (parse_item_list), (model_has_action), (update_actions_list),
11500         (egg_toolbar_editor_load_actions):
11501         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11502         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11503         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11504         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11505         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11506         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11507         (egg_toolbars_model_add_separator), (impl_add_item),
11508         (parse_item_list), (egg_toolbars_model_add_toolbar),
11509         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11510         (impl_get_item_data), (impl_get_item_type),
11511         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11512         (egg_toolbars_model_init), (free_toolbar),
11513         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11514         (egg_toolbars_model_remove_toolbar),
11515         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11516         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11517         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11518         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11519         (egg_toolbars_model_get_item_data),
11520         (egg_toolbars_model_get_item_type):
11521         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11522         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11523         * data/Makefile.am:
11524         * data/evince-toolbar.xml:
11525         * data/evince-ui.xml:
11526         * data/hand-open.png:
11527         * po/POTFILES.in:
11528         * shell/Makefile.am:
11529         * shell/ev-window.c: (update_chrome_visibility),
11530         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11531         (ev_window_dispose), (ev_window_init):
11532
11533         Implement epiphany like toolbar editor. Based on patch by
11534         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11535
11536 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11537
11538         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11539
11540         Use set_cursor instead of set_selection, so that
11541         the keyboard focus moves too.
11542
11543 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11544
11545         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11546
11547         Fix infinite loop when loading Type1 fonts
11548
11549 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11550
11551         * data/evince-ui.xml:
11552         * shell/ev-window.c:
11553
11554         Slash -> Find
11555
11556 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11557
11558         * configure.ac:
11559
11560         Make --disable really disable
11561
11562 2005-05-07  Juerg Billeter  <j@bitron.ch>
11563
11564         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11565
11566         Compare page labels even without has_labels set, fixes setting page
11567         with entry
11568
11569 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11570
11571         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11572         (ev_view_set_cursor), (ev_view_button_press_event),
11573         (ev_view_motion_notify_event), (ev_view_button_release_event),
11574         (ev_view_init):
11575
11576         Implement middle button scrolling. Based on a patch
11577         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11578
11579 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11580
11581         * shell/ev-document-types.c: (get_slow_mime_type),
11582         (get_document_type_from_mime), (ev_document_type_lookup):
11583         * shell/ev-document-types.h:
11584
11585         Change api to lookup from uri. Do fast lookup first, if the
11586         type is unknown try with data sniffing.
11587
11588         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11589         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11590
11591         Adapt to api change
11592
11593 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11594
11595         * thumbnailer/Makefile.am:
11596
11597         Fix distcheck
11598
11599 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11600
11601         * NEWS:
11602         * configure.ac:
11603
11604         Release 0.3.0
11605
11606         * data/evince-ui.xml:
11607
11608         Hide presentation mode for now
11609
11610         * shell/ev-view.c: (highlight_find_results):
11611
11612         Show current find selection only on current page
11613
11614 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11615
11616         * shell/ev-view.c: (ev_view_select_all):
11617
11618         Compute size of the actual page, not of
11619         the current one.
11620
11621 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11622
11623         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11624         (view_rect_to_doc_rect), (compute_selections),
11625         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11626         (ev_view_copy), (ev_view_primary_get_cb),
11627         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11628         (ev_view_button_press_event), (ev_view_motion_notify_event),
11629         (ev_view_button_release_event), (page_changed_cb):
11630
11631         Fix text selection
11632
11633 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11634
11635         * shell/ev-view.c: (compute_border), (get_page_extents),
11636         (doc_rect_to_view_rect), (highlight_find_results),
11637         (ev_view_bin_expose), (ev_view_select_all),
11638         (ev_view_motion_notify_event), (update_find_status_message),
11639         (jump_to_find_result), (jump_to_find_page):
11640
11641         First go at fixing search, still buggy
11642
11643 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11644
11645         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11646         dropdown box and button at the top of the sidebar.
11647
11648 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11649
11650         * configure.ac: Output zoom-control Makefile.
11651         * cut-n-paste/Makefile.am: build zoom-control subdir.
11652         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11653         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11654         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11655         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11656         * cut-n-paste/zoom-control/ephy-zoom.c:
11657         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11658         from epiphany, and modified to add a separator into the menu.
11659         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11660         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11661         zoom-control action.
11662         * shell/Makefile.am: Include zoom-control flags.
11663         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11664         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11665         (ev_view_zoom_for_size_presentation),
11666         (ev_view_zoom_for_size_continuous_and_dual_page),
11667         (ev_view_zoom_for_size_continuous),
11668         (ev_view_zoom_for_size_dual_page),
11669         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11670         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11671         ev_view_get_zoom and ev_view_get_sizing_mode.
11672         * shell/ev-view.h:
11673         * shell/ev-window.c: (update_action_sensitivity),
11674         (update_sizing_buttons), (zoom_control_changed_cb),
11675         (register_custom_actions): Initialize and use the zoom-control 
11676         widget.
11677
11678 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11679
11680         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11681         preview cache back to 1.  Don't know when it got set to 0.
11682         
11683         * shell/ev-view.c: (compute_border), (ev_view_realize),
11684         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11685         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11686         (ev_view_get_fullscreen), (ev_view_set_presentation),
11687         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11688         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11689         * shell/ev-view.h:
11690         * shell/ev-window.c:
11691         (update_chrome_visibility),
11692         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11693         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11694         (update_document_mode), (ev_window_update_fullscreen_action),
11695         (ev_window_fullscreen), (ev_window_unfullscreen),
11696         (ev_window_cmd_view_fullscreen),
11697         (ev_window_update_presentation_action),
11698         (ev_window_run_presentation), (ev_window_stop_presentation),
11699         (ev_window_cmd_view_presentation), (ev_window_state_event),
11700         (ev_window_focus_in_event), (ev_window_focus_out_event),
11701         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11702         * data/evince-ui.xml: Initial presentation mode.  We should
11703         probably hide this until it's done, as it's quite rough.  Also,
11704         change full-screen to fullscreen and add two getters to EvView.
11705
11706 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11707
11708         * shell/ev-page-action.c: (update_page_cache),
11709         (ev_page_action_dispose):
11710         * shell/ev-window.c: (destroy_fullscreen_popup),
11711         (ev_window_create_fullscreen_popup):
11712
11713         Use connect_object rather than explicitly
11714         disconnect on dispose.
11715
11716 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11717
11718         * shell/ev-page-action.c: (update_page_cache),
11719         (ev_page_action_dispose):
11720
11721 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11722
11723         * backend/ev-page-cache.c: (_ev_page_cache_new),
11724         (ev_page_cache_set_page_label),
11725         (ev_page_cache_has_nonnumeric_page_labels):
11726         * backend/ev-page-cache.h:
11727         * shell/ev-page-action.c: (update_pages_label):
11728         
11729         If all page labels are numeric, fallback to default
11730         way to display number of pages. See bug 173185.
11731
11732 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11733
11734         * shell/ev-page-action.c: (ev_page_action_dispose):
11735         * shell/ev-view.c: (view_update_range_and_current_page):
11736         * shell/ev-window.c: (ev_window_dispose):
11737         
11738         Set page on scroll in continuous mode. Fixes bug 301986.
11739         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11740
11741 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11742
11743         * configure.ac:
11744
11745         Require poppler 0.3.0
11746
11747 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11748         
11749         * shell/Makefile.am, configure.ac: Fix build problems
11750         with t1lib. Bug 301996.
11751
11752 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11753
11754         * shell/ev-view.c: (ev_view_scroll_event):
11755         
11756         Scroll up increase zoom
11757
11758 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11759
11760         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11761         (ev_view_set_sizing_mode),
11762         (ev_view_zoom_for_size_continuous_and_dual_page),
11763         (ev_view_zoom_for_size_continuous):
11764         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11765         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11766         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11767         (ev_window_init):
11768
11769         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11770         Fix for 165473 and 165472.
11771
11772 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11773
11774         * po/POTFILES.in:
11775         * thumbnailer/Makefile.am:
11776         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11777         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11778         * thumbnailer/evince-thumbnailer.schemas.in:
11779         
11780         Make thumbnailer schemas translatable. Fix for bug 301773
11781         
11782         * thumbnailer/evince-thumbnailer-djvu.schemas:
11783         * thumbnailer/evince-thumbnailer-dvi.schemas:
11784         * thumbnailer/evince-thumbnailer.schemas:
11785
11786         Removed files
11787
11788 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11789
11790         * shell/ev-view.c (ev_view_init): forgot to set this.
11791
11792 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11793
11794         * shell/ev-view.c: (find_page_at_location),
11795         (get_link_at_location),
11796         (ev_view_set_show_border), (ev_view_set_spacing),
11797         (ev_view_zoom_for_size_continuous_and_dual_page),
11798         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11799         Also, add a quick fix measuring of widths.  Also, removed
11800         ev_view_set_spacing and ev_view_set_show_border.
11801         
11802         * shell/ev-window.c: (ev_window_unfullscreen),
11803         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11804
11805 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11806
11807         * shell/ev-view.c: (view_update_range_and_current_page),
11808         (page_changed_cb):
11809         
11810         Fix crash on exit and scrolling to page in continuous view.
11811
11812 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11813
11814         * TODO:
11815         * backend/ev-page-cache.c: (_ev_page_cache_new),
11816         (ev_page_cache_get_max_width_size),
11817         (ev_page_cache_get_max_height_size):
11818         * backend/ev-page-cache.h:
11819         * data/evince-ui.xml:
11820         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11821         * shell/ev-view.c: (view_update_adjustments),
11822         (view_update_range_and_current_page), (get_bounding_box_size),
11823         (ev_view_size_request_continuous_and_dual_page),
11824         (ev_view_size_request_continuous),
11825         (ev_view_size_request_dual_page),
11826         (ev_view_size_request_single_page), (ev_view_size_request),
11827         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11828         (ev_view_bin_expose), (ev_view_expose_event),
11829         (ev_view_set_property), (ev_view_get_property),
11830         (ev_view_class_init), (ev_view_init), (ev_view_new),
11831         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11832         (ev_view_set_dual_page), (ev_view_set_full_screen),
11833         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11834         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11835         (ev_view_zoom_out), (zoom_for_size_fit_width),
11836         (zoom_for_size_best_fit),
11837         (ev_view_zoom_for_size_continuous_and_dual_page),
11838         (ev_view_zoom_for_size_continuous),
11839         (ev_view_zoom_for_size_dual_page),
11840         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11841         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11842         * shell/ev-view.h:
11843         * shell/ev-window.c: (update_action_sensitivity),
11844         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11845         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11846         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11847         (ev_window_cmd_view_zoom_out), (update_view_size),
11848         (ev_window_set_sizing_mode), (ev_window_init):
11849
11850         Add Continuous and Dual page modes.
11851
11852 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11853
11854         * dvi/dvi-document.c: (dvi_document_load),
11855         (dvi_document_thumbnails_get_thumbnail),
11856         (dvi_document_init_params): Fix up some mixups between
11857         width and height to correct thumbnail rendering.
11858
11859 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11860
11861         * dvi/mdvi-lib/private.h:
11862         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11863         
11864         Suppess output for kpathsea during font generation. Thanks to
11865         James Bowes
11866
11867 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11868
11869         * NEWS:
11870         * configure.ac:
11871
11872         Release 0.2.1
11873
11874         * Makefile.am: fix distcheck.
11875
11876 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11877
11878         * shell/ev-sidebar-links.c: (selection_changed_callback),
11879         (update_page_callback), (row_activated_callback),
11880         (job_finished_callback), (ev_sidebar_links_set_document):
11881         
11882         Fix for bug #169901. Double click on links expands tree.
11883
11884 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11885
11886         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11887         hard-coded style. Fix for bug 170111
11888
11889 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11890
11891         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11892         locking.
11893
11894 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11895
11896         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11897
11898 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11899
11900         * pdf/ev-poppler.cc:
11901         * shell/ev-view.c: (highlight_find_results):
11902
11903         Fix find on single page documents
11904
11905 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11906
11907         * data/evince.schemas.in: fix for bug 301390
11908
11909 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11910
11911         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11912         (ev_view_zoom_out), (ev_view_zoom_normal):
11913         * shell/ev-view.h:
11914         * shell/ev-window.c: (update_action_sensitivity),
11915         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11916         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11917         (ev_window_cmd_view_normal_size):
11918
11919         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11920         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11921         better than oom. 
11922
11923 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11924
11925         * configure.ac:
11926
11927         Depend on 2.57, 2.59 doesnt seem to be necessary
11928
11929 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11930
11931         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11932         (create_tool_item):
11933
11934         Put back total number of pages as (1 of 1234)
11935
11936 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11937
11938         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11939         remove the job.
11940
11941         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11942         function.  This helps debugging.
11943
11944 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11945
11946         * djvu/djvu-document.c: (djvu_document_class_init),
11947         (djvu_document_get_info), (djvu_document_document_iface_init):
11948         * dvi/dvi-document.c: (dvi_document_class_init),
11949         (dvi_document_get_info), (dvi_document_document_iface_init):
11950
11951         Dummy implementation of get_info method for dvi and
11952         djvu. Fix crashes with those backends
11953
11954 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11955
11956         * data/evince.desktop.in:
11957
11958         Add application/x-gzpostscript
11959
11960 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11961
11962         * data/evince.schemas.in: Added real long descriptions, 
11963         closes bug 172496 
11964
11965         * README: Added actual text, closes bug 171869
11966
11967 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11968
11969         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11970
11971         Thumbnail page 0
11972
11973 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11974
11975         * backend/ev-document-info.h:
11976
11977         s/GDate */GDate so we can just use g_free
11978
11979 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11980
11981         * shell/ev-window.c: (update_document_mode),
11982         (ev_window_setup_document):
11983
11984         Show the window in fullscreen when specified by
11985         the document
11986
11987 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11988
11989         * backend/ev-document.c: (ev_document_class_init),
11990         (ev_document_get_info), (ev_document_render_pixbuf):
11991         * backend/ev-document.h:
11992         * backend/ev-page-cache.c: (_ev_page_cache_new):
11993         * pdf/ev-poppler.cc:
11994         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11995         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11996         * ps/ps-document.c: (ps_document_class_init), (document_load),
11997         (ps_document_get_info), (ps_document_document_iface_init):
11998
11999         Remove get_title from the interface, we can just use document info
12000
12001 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12002
12003         * backend/Makefile.am:
12004         * backend/ev-document.c: (ev_document_render_get_info):
12005         * backend/ev-document.h:
12006         * pdf/ev-poppler.cc:
12007
12008         Initial support for document info. Based on jrb patch.
12009
12010 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12011
12012         * shell/ev-window.c: (ev_window_state_event),
12013         (ev_window_class_init), (ev_window_init):
12014         
12015         Doesn't show resize grip when maximized. See bug #301053
12016
12017 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12018
12019         * po/POTFILES.in:
12020         
12021         ev-sidebar-thumbnails now has translatable labels
12022         
12023         * shell/Makefile.am:
12024         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12025         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12026         (ev_sidebar_links_page_iface_init):
12027         * shell/ev-sidebar-links.h:
12028         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12029         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12030         (ev_sidebar_page_get_label):
12031         * shell/ev-sidebar-page.h:
12032         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12033         (ev_sidebar_thumbnails_set_document),
12034         (ev_sidebar_thumbnails_support_document),
12035         (ev_sidebar_thumbnails_get_label),
12036         (ev_sidebar_thumbnails_page_iface_init):
12037         * shell/ev-sidebar-thumbnails.h:
12038         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12039         (ev_sidebar_set_document):
12040         * shell/ev-sidebar.h:
12041         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12042         
12043         Small rework of sidebar code. Now sidebar pages should implement
12044         EvSidebarPage interface. That makes page management in EvSidebar
12045         easier. See bug #164811 for details
12046
12047 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12048
12049         * shell/ev-application.c: (ev_application_open):
12050         * shell/ev-document-types.c:
12051         
12052         Fix build error and small problem with application exit
12053
12054 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12055
12056         * thumbnailer/Makefile.am:
12057         * thumbnailer/evince-thumbnailer-djvu.schemas:
12058         * thumbnailer/evince-thumbnailer-dvi.schemas:
12059         
12060         Conditionally install schemas for djvu/dvi thumbnailer
12061
12062 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12063
12064         * shell/ev-document-types.h: 
12065         * shell/ev-document-types.c: 
12066         New files, handling the mapping from mimetypes to backends
12067         
12068         * shell/ev-window.c: 
12069         * thumbnailer/evince-thumbnailer.c:     
12070         Use the ev-document-types code
12071         
12072         * shell/Makefile.am: 
12073         Added new convenience library libevbackendfactory_la, containing
12074         the new mimetype->backend logic; moved the backends into it.
12075
12076         * thumbnailer/Makefile.am:
12077         Make the thumbnailer link with the libevbackend.la convenience
12078         library, rather than having a duplicate of the backend logic here.
12079
12080 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12081
12082         * shell/ev-stock-icons.c: constify some vars.
12083         * shell/ev-window.c: ditto.
12084
12085 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12086
12087         * ps/ps-document.c (get_page_orientation):
12088
12089         Respect document orientation 
12090
12091 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12092
12093         * djvu/Makefile.am:
12094         * dvi/Makefile.am:
12095         * shell/Makefile.am:
12096         
12097         Move library dependencies to components.
12098         
12099         * shell/ev-window.c: (update_window_title),
12100         (start_loading_document):
12101         
12102         Fix display of uris with spaces. Bug 168358.
12103
12104 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12105
12106         * shell/ev-sidebar-links.c: (selection_changed_cb):
12107         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12108         (ev_view_button_release_event), (ev_view_set_document):
12109         * shell/ev-view.h:
12110         * shell/ev-window.c: (find_bar_search_changed_cb):
12111         * shell/ev-window.h: Minor cleanups removing some dead code.
12112
12113 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12114
12115         * backend/ev-page-cache.c: (_ev_page_cache_new):
12116         
12117         Set current page to 0 if document has pages.
12118
12119 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12120
12121         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12122
12123         Initialize GError to NULL, fix a crash when loading fails.
12124
12125 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12126
12127         * shell/ev-window.c: (update_view_size):
12128
12129         Calculate shadow size only when there is actually
12130         a shadow.
12131
12132 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12133
12134         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12135         * shell/ev-view.h:
12136
12137         Allow setting view spacing, default to 0
12138
12139         * shell/ev-window.c: (ev_window_unfullscreen),
12140         (ev_window_cmd_view_fullscreen), (ev_window_init):
12141
12142         Remove spacing in fullscreen mode
12143
12144 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12145
12146         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12147         (ev_view_size_request), (expose_bin_window),
12148         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12149         * shell/ev-view.h:
12150         * shell/ev-window.c: (ev_window_unfullscreen),
12151         (ev_window_cmd_view_fullscreen):
12152
12153         Do not draw the border in fulscreen
12154
12155 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12156
12157         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12158         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12159         (find_page_at_location), (page_changed_cb):
12160
12161         Rework border calculation, so that I can more easily disable it.
12162         Code somewhat cleaner too.
12163
12164 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12165
12166         * backend/ev-page-cache.c: (ev_page_cache_init),
12167         (_ev_page_cache_new):
12168
12169         Remove some assertions, documents can have 0 pages.
12170         Make initial current page -1.
12171
12172         * shell/ev-page-action.c: (page_changed_cb):
12173
12174         Show "" if current page is -1
12175
12176         * shell/ev-window.c: (update_action_sensitivity),
12177         (ev_window_setup_document):
12178
12179         When document has 0 pages do not set the view
12180         and make nearly everything insensitive.
12181
12182 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12183
12184         * shell/ev-page-view.c:
12185         * shell/ev-page-view.h:
12186
12187         Remove unused files.
12188         
12189         * shell/ev-sidebar-thumbnails.c:
12190         (ev_sidebar_thumbnails_set_document):
12191         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12192         (ev_sidebar_supports_document):
12193         * shell/ev-sidebar.h:
12194         * shell/ev-window.c: (ev_window_setup_document):
12195         
12196         Doesn't show thumbnails if document has 1 page. Make
12197         sidebar menu entries sensitive only if if they have 
12198         sense. Fix bug 164811. 
12199
12200 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12201
12202         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12203         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12204         (ev_view_zoom_out), (ev_view_set_size):
12205
12206         Rework sizing to deal with documents with not uniform page
12207         size.
12208
12209 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12210
12211         * backend/ev-page-cache.c: (_ev_page_cache_new):
12212
12213         Fix several page size caching bugs
12214
12215 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12216
12217         * shell/ev-window.c: (set_action_properties):
12218
12219         Make all toolbar items translatable
12220
12221 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12222
12223         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12224         (save_page_list), (ps_document_save),
12225         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12226         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12227         (ps_document_ps_exporter_iface_init):
12228         * ps/ps-document.h:
12229
12230         Based on a patch by J�rg Billeter <j@bitron.ch>
12231         
12232         Implement print and save a copy for the ps backend.
12233
12234 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12235
12236         * backend/ev-document.h:
12237         * djvu/djvu-document.c: (djvu_document_can_get_text),
12238         (djvu_document_document_iface_init):
12239         * dvi/dvi-document.c: (dvi_document_can_get_text),
12240         (dvi_document_document_iface_init):
12241         * pdf/ev-poppler.cc:
12242         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12243         (pixbuf_document_document_iface_init):
12244         * ps/ps-document.c: (ps_document_can_get_text),
12245         (ps_document_document_iface_init):
12246         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12247         * shell/ev-window.c: (update_action_sensitivity):
12248
12249         Fix the crash when trying to copy in backends that doesnt
12250         support it. We can implement a better solution once we
12251         do real text selection.
12252
12253 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12254
12255         * data/evince-ui.xml:
12256         * shell/ev-window.c: (ev_window_cmd_escape):
12257         
12258         Work around the Escape conflict (find bar and unfullscreen)
12259
12260 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12261
12262         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12263         
12264         Fix for #300233. Next page correctly handles document end.
12265         
12266         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12267         (ev_sidebar_thumbnails_class_init),
12268         (ev_sidebar_thumbnails_set_document),
12269         (ev_sidebar_thumbnails_clear_job),
12270         (ev_sidebar_thumbnails_clear_model):
12271         
12272         Cleanup thumbnail jobs on document changes.
12273         
12274         * shell/ev-view.c: (add_scroll_binding_keypad),
12275         (add_scroll_binding_shifted), (ev_view_class_init):
12276         
12277         Shift + Space scrolls up. Fix for #173184
12278         
12279         * shell/ev-window.c: (ev_window_open_page),
12280         (ev_window_cmd_view_reload):
12281         
12282         Fix reload (Bug #300094)
12283
12284 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12285
12286         
12287         * dvi/mdvi-lib/assoc.c:
12288         * dvi/mdvi-lib/assoc.h: Removed garbage files
12289         
12290         * dvi/mdvi-lib/bitmap.c:
12291         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12292         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12293         * dvi/mdvi-lib/color.h: Antialias of rules
12294         
12295         * dvi/mdvi-lib/common.h:
12296         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12297         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12298         * dvi/mdvi-lib/files.c:
12299         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12300         * dvi/mdvi-lib/mdvi.h:
12301         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12302         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12303         * dvi/mdvi-lib/util.c: Fix compile warnings
12304         
12305         * dvi/dvi-document.c:
12306         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12307         (dvi_document_thumbnails_get_thumbnail),
12308         (dvi_document_document_thumbnails_iface_init):
12309         * dvi/mdvi-lib/Makefile.am:
12310         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12311         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12312         
12313         Dvi backend now renders thumbnails
12314
12315 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12316
12317         * shell/main.c: (main): 
12318         
12319         Save accelerators on exit. Fixes bug #172095.
12320
12321 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12322
12323         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12324         update priority" comment.
12325
12326         * backend/ev-job-queue.c: Give a way to change priority.
12327
12328 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12329
12330         * shell/ev-page-action.c: Fix logic.
12331
12332 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12333
12334         * shell/ev-view.c: (ev_view_can_find_next):
12335         * shell/ev-window.c: (ev_window_setup_document):
12336
12337         Check that the document supports find
12338
12339 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12340
12341         * data/evince-ui.xml:
12342         * shell/ev-view.c: (ev_view_can_find_next):
12343         * shell/ev-view.h:
12344         * shell/ev-window.c: (update_action_sensitivity),
12345         (find_changed_cb), (ev_window_setup_document),
12346         (ev_window_cmd_edit_find_next):
12347
12348         Add Edit->Find Next
12349
12350 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12351
12352         * pdf/ev-poppler.cc:
12353         * shell/ev-print-job.c: (idle_print_handler):
12354
12355         Make printing work again
12356
12357 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12358
12359         * shell/ev-page-action.h:
12360         * shell/ev-page-action.c: (ev_page_action_widget_init),
12361         (ev_page_action_widget_class_init), (page_changed_cb),
12362         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12363         (get_filter_model_from_model), (match_selected_cb),
12364         (display_completion_text), (match_completion), (update_model),
12365         (connect_proxy), (ev_page_action_set_property),
12366         (ev_page_action_get_property), (ev_page_action_set_document),
12367         (ev_page_action_set_model), (ev_page_action_class_init): Big
12368         reworking to make completions work iff we have >= GTK-2.7.0
12369                 
12370         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12371         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12372         (job_finished_cb): We now have a 'model' property that is set when
12373         the links are loaded.  This can be caught with "notify::model"
12374
12375         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12376         listen for the model to be set, and propagate it to the action.
12377
12378 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12379
12380         * cut-n-paste/recent-files/egg-recent-item.c:
12381         (egg_recent_item_set_uri), (make_valid_utf8),
12382         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12383         * cut-n-paste/recent-files/egg-recent-item.h:
12384         
12385         Update egg-recent from libegg. This should fix long
12386         startup problem. For details see
12387         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12388
12389 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12390
12391         * cut-n-paste/recent-files/Makefile.am:
12392         * data/evince-ui.xml, shell/Makefile.am:
12393         * shell/ev-application.c, shell/ev-application.h:
12394         * shell/ev-window.c: Recent files support.
12395         
12396         * configure.ac: Added "ru" to ALL_LINGUAS.
12397         
12398         * dvju: new backend to support DJVU files.
12399         * dvi: new backend to support DVI.
12400
12401         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12402         * ev-application.c: Support for new backends.
12403         
12404         * help, ev-window.c, main.c shell/Makefile.am: 
12405         Evince user documentation.
12406
12407 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12408
12409         * po/POTFILES.in:
12410         * shell/ev-window.c:
12411         * thumbnailer/evince-thumbnailer.c:
12412
12413         s/pdf-document/ev-poppler
12414
12415 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12416
12417         * NEWS:
12418         * configure.ac:
12419
12420         Release 0.2.0
12421
12422         * ps/ps-document.c: (setup_pixmap):
12423
12424         Remove debug code
12425
12426 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12427
12428         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12429         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12430         (ev_window_cmd_go_first_page): Fix of by one errors.
12431
12432 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12433
12434         * ps/ps-document.c: (get_page_box):
12435
12436         Fix page size calculation
12437
12438 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12439
12440         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12441         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12442         (get_page_orientation), (setup_page), (document_load),
12443         (ps_document_get_page_size), (render_pixbuf_idle):
12444         * ps/ps-document.h:
12445
12446         More refactoring to adapt to EvDocument changes
12447
12448 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12449
12450         * ps/ps-document.c: (start_interpreter):
12451
12452         Actually add alpha args
12453
12454 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12455
12456         * pdf/ev-poppler.cc:
12457
12458         Make clipboard work again
12459
12460 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12461
12462         Make searching work again.
12463         
12464         * backend/ev-document.c:
12465         * backend/ev-document.h:
12466         * backend/ev-document-find.c:
12467         * backend/ev-document-find.h: Change EvDocumentIface so we no
12468         longer store the current page or zoom level in the document.  The
12469         consequence is that all calls that operate on the current page now
12470         instead take the page number as an extra argument, and all
12471         coordinates are now doubles in document coordinate system.
12472
12473         * pdf/ev-poppler.cc:
12474         * pixbuf/pixbuf-document.c:
12475         * ps/ps-document.c: Update backends accordingly.
12476
12477 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12478
12479         * autogen.sh:
12480
12481         Add required gettext version
12482
12483 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12484
12485         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12486         make F1 bring up non-existent help.
12487
12488         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12489         epiphany's find bar, #167477
12490
12491         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12492         <emil@nishra.com> to add space-bar scrolling, 
12493
12494         * shell/ev-window.c (static GtkActionEntry entries): add default
12495         keybinding for Help (F1)
12496         Fixes #171068
12497
12498         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12499         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12500         170110
12501
12502 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12503
12504         * Makefile.am: 
12505         * pixbuf/pixbuf-document.c: 
12506
12507         Got pixbuf backend working again
12508
12509 2005-04-01  Steve Murphy  <murf@e-tools.com>
12510
12511         * configure.in: Added "rw" to ALL_LINGUAS.
12512
12513 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12514
12515         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12516         model types, noticed by Martin Kretzschmar.
12517
12518 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12519
12520         * pdf/ev-poppler.cc: Implement search based on
12521         poppler_page_find_text().  Currently a bit crude since we remember
12522         all matches from all pages.  Also, we grab the big document lock
12523         when we search since searching changes the underlying stream and
12524         thus conflicts with the rendering thread.
12525         
12526         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12527         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12528         (ev_view_find_previous): Fix some page indexes to be 0 based,
12529         offset rubber band by view offset,
12530
12531 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12532
12533         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12534
12535 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12536
12537         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12538         completely because I didn't understand GtkActions.  I should
12539         read Marco's code more carefully in the future.
12540
12541         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12542         function
12543
12544 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12545
12546         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12547         PopplerRectangle change from poppler CVS.
12548
12549 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12550
12551         * backend/ev-document.c: (ev_document_get_page_label):
12552         * backend/ev-document.h:
12553         * backend/ev-page-cache.c: (_ev_page_cache_new),
12554         (ev_page_cache_get_page_label):
12555         * backend/ev-page-cache.h:
12556         * pdf/ev-poppler.cc:
12557         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12558         (links_page_num_func):
12559         * shell/ev-sidebar-thumbnails.c:
12560         (ev_sidebar_thumbnails_set_document):
12561         * shell/ev-view.c: (status_message_from_link),
12562         (ev_view_motion_notify_event):
12563         * shell/ev-window.c: (document_supports_sidebar): Add in page
12564         label support.  It's not perfect yet, but it's the first 'feature'
12565         in a while.
12566         Also, fix a bogus comment noticed by crispin. 
12567
12568 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12569
12570         * Makefile.am: Remove pixbuf backend for now
12571
12572         * configure.ac: Require poppler-glib instead of just poppler.
12573
12574         * backend/ev-document-thumbnails.h: Add a comment
12575
12576         * backend/ev-document.h:
12577         * backend/ev-document.c: (ev_document_class_init),
12578         (ev_document_load), (ev_document_get_link),
12579         (ev_document_get_links): Remove 3 methods and add get_links.
12580         Also, made 0 based.
12581
12582         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12583         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12584
12585         * backend/ev-link.c: (ev_link_set_title),
12586         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12587         (ev_link_mapping_find):
12588         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12589         
12590         * backend/ev-page-cache.c: (ev_page_cache_init),
12591         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12592         (ev_page_cache_get_size), (ev_page_cache_next_page),
12593         (ev_page_cache_prev_page): Fix to be 0 based.
12594
12595         * pdf/Makefile.am: 
12596         * pdf/ev-poppler.h:
12597         * pdf/ev-poppler.cc: New backend.
12598         
12599         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12600         (ps_document_get_page), (ps_document_document_iface_init):
12601
12602         * shell/ev-pixbuf-cache.h:
12603         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12604         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12605         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12606         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12607         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12608         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12609         based.
12610         
12611         * shell/ev-sidebar-thumbnails.c:
12612         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12613         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12614
12615         * shell/ev-view.c: (status_message_from_link),
12616         (find_page_at_location), (get_link_at_location),
12617         (ev_view_motion_notify_event), (ev_view_button_release_event),
12618         (ev_view_init): Use the new link code.  Fix to be 0 based.
12619
12620         * shell/ev-window.c: (update_action_sensitivity),
12621         (document_supports_sidebar): 0 based.
12622
12623 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12624
12625         * pdf/pdf-document.cc: Patch from Fernando Herrera
12626         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12627         *blush*
12628
12629 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12630
12631         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12632         1 to the page, as this seems to be 1 based.  I thought we has this
12633         fixed.  grump.
12634
12635 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12636
12637         * TODO:
12638         * backend/Makefile.am:
12639         * backend/ev-document-links.c:
12640         (ev_document_links_has_document_links),
12641         (ev_document_links_get_links_model):
12642         * backend/ev-document-links.h:
12643         * backend/ev-document.c: (ev_document_get_page_cache),
12644         (ev_document_get_doc_mutex), (ev_document_load),
12645         (ev_document_save), (ev_document_get_title),
12646         (ev_document_get_n_pages), (ev_document_set_page),
12647         (ev_document_get_page), (ev_document_set_target),
12648         (ev_document_set_scale), (ev_document_set_page_offset),
12649         (ev_document_get_page_size), (ev_document_get_text),
12650         (ev_document_get_link), (ev_document_render),
12651         (ev_document_render_pixbuf), (ev_document_scale_changed):
12652         * backend/ev-document.h:
12653         * backend/ev-job-queue.c: (remove_object_from_queue),
12654         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12655         (no_jobs_available_unlocked), (ev_render_thread),
12656         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12657         (ev_job_queue_remove_job):
12658         * backend/ev-job-queue.h:
12659         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12660         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12661         (ev_job_links_class_init), (ev_job_render_init),
12662         (ev_job_render_dispose), (ev_job_render_class_init),
12663         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12664         (ev_job_thumbnail_class_init), (ev_job_finished),
12665         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12666         (ev_job_render_run), (ev_job_thumbnail_new),
12667         (ev_job_thumbnail_run):
12668         * backend/ev-jobs.h:
12669         * backend/ev-link.c:
12670         * backend/ev-link.h:
12671         * backend/ev-page-cache.c: (ev_page_cache_init),
12672         (ev_page_cache_class_init), (ev_page_cache_finalize),
12673         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12674         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12675         (ev_page_cache_set_link), (ev_page_cache_get_title),
12676         (ev_page_cache_get_size), (ev_page_cache_next_page),
12677         (ev_page_cache_prev_page):
12678         * backend/ev-page-cache.h:
12679         * pdf/pdf-document.cc:
12680         * ps/gsdefaults.c:
12681         * ps/gsdefaults.h:
12682         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12683         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12684         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12685         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12686         (is_interpreter_ready), (output), (catchPipe), (input),
12687         (start_interpreter), (check_filecompressed), (compute_dimensions),
12688         (ps_document_enable_interpreter), (document_load),
12689         (ps_document_next_page), (render_page), (ps_document_set_page),
12690         (ps_document_set_scale), (render_pixbuf_idle),
12691         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12692         * ps/ps-document.h:
12693         * shell/Makefile.am:
12694         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12695         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12696         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12697         (ev_pixbuf_cache_new), (job_finished_cb),
12698         (check_job_size_and_unref), (move_one_job),
12699         (ev_pixbuf_cache_update_range), (find_job_cache),
12700         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12701         (ev_pixbuf_cache_add_jobs_if_needed),
12702         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12703         * shell/ev-pixbuf-cache.h:
12704         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12705         (idle_print_handler):
12706         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12707         (selection_changed_cb), (create_loading_model),
12708         (ev_sidebar_links_construct), (links_page_num_func),
12709         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12710         (update_page_callback), (job_finished_cb),
12711         (ev_sidebar_links_set_document):
12712         * shell/ev-sidebar-thumbnails.c:
12713         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12714         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12715         (page_changed_cb), (thumbnail_job_completed_callback),
12716         (ev_sidebar_thumbnails_set_document):
12717         * shell/ev-sidebar-thumbnails.h:
12718         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12719         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12720         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12721         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12722         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12723         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12724         (ev_view_button_release_event), (ev_view_scroll_view),
12725         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12726         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12727         (ev_view_new), (job_finished_cb), (page_changed_cb),
12728         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12729         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12730         (ev_view_find_previous):
12731         * shell/ev-view.h:
12732         * shell/ev-window.c: (update_action_sensitivity),
12733         (ev_window_open_page), (update_window_title), (update_total_pages),
12734         (page_changed_cb), (ev_window_setup_document),
12735         (password_dialog_response), (ev_window_cmd_save_as),
12736         (ev_window_print), (ev_window_cmd_go_previous_page),
12737         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12738         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12739         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12740         * shell/main.c: (main):
12741
12742         Merge evince-threads branch
12743
12744 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12745
12746         * configure.ac: Added "lt" to ALL_LINGUAS.
12747
12748 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12749
12750         * NEWS:
12751         * configure.ac:
12752
12753         Release 0.1.9
12754
12755 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12756
12757         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12758
12759         Fix here also the thumbnails 1-basedness :)
12760
12761 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12762
12763         * NEWS:
12764         * configure.ac:
12765
12766         Release 0.1.8
12767
12768 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12769
12770         * pdf/pdf-document.cc:
12771         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12772         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12773
12774         Fix the mess we did with thumbnails and 1-basedness
12775
12776 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12777
12778         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12779
12780 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12781
12782         * NEWS:
12783         * configure.ac:
12784
12785         Release 0.1.7
12786
12787 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12788
12789         * ps/Makefile.am:
12790         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12791         (gtk_gs_defaults_get_alpha_parameters),
12792         (gtk_gs_defaults_get_ungzip_cmd),
12793         (gtk_gs_defaults_get_unbzip2_cmd):
12794         * ps/gsdefaults.h:
12795         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12796         (ps_document_get_orientation), (document_load),
12797         (ps_document_goto_page), (ps_document_set_page_size):
12798         * ps/ps-document.h:
12799
12800         Some more sanitization of the ps backend. Remove a lot
12801         of unused code and do not base our defaults on ggv
12802         preferences (ugh!)
12803
12804 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12805
12806         * thumbnailer/evince-thumbnailer.schemas:
12807         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12808         (main): add -s option for thumbnail size.
12809
12810 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12811
12812         * configure.ac:
12813
12814         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12815         remove it.
12816
12817 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12818
12819         * pdf/pdf-document.cc:
12820
12821         Remove 4 pixels of useless border from the
12822         thumbnail.
12823
12824 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12825
12826         * backend/ev-document-thumbnails.c:
12827         (ev_document_thumbnails_get_thumbnail):
12828         * backend/ev-document-thumbnails.h:
12829
12830         Rework API a bit. Add a border flag and
12831         change sizing logic (now the size we specify
12832         applies to the bigger dimension).
12833
12834         * pdf/pdf-document.cc:
12835         * pixbuf/pixbuf-document.c:
12836         (pixbuf_document_thumbnails_get_thumbnail):
12837         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12838         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12839
12840         Adapt to the new API and do not draw a border for nautilus
12841         thumbnailer.
12842
12843 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12844
12845         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12846         take thumbnails from page "0" instead of "1". Added a copyright header.
12847
12848 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12849
12850         * ps/ps-document.c: (set_up_page), (start_interpreter):
12851
12852         Make it C89 compliant
12853
12854 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12855
12856         * Makefile.am:
12857         * configure.ac:
12858         * pdf/.cvsignore:
12859         * pdf/pdf-document.cc:
12860         * thumbnailer/Makefile.am:
12861         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12862         (main):
12863         * thumbnailer/evince-thumbnailer.schemas:
12864         * thumbnailer/pdf-icon.png:
12865
12866         Add a nautilus thumbnailer.
12867         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12868
12869 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12870
12871         * NEWS:
12872         * configure.ac:
12873         * po/POTFILES.in:
12874
12875         Release 0.1.6
12876
12877 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12878
12879         Use poppler instead of including xpdf source code.  Poppler is a
12880         fork of xpdf to build it as a shared library. See
12881         http://freedesktop.org/wiki/Software/poppler.
12882
12883         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12884         xpdf fork.
12885         
12886         * pdf/Makefile.am: Build libpdfdocument.a here.
12887         
12888         * pdf/GDKSplashOutputDev.cc:
12889         * pdf/GDKSplashOutputDev.h:
12890         * pdf/GnomeVFSStream.cc:
12891         * pdf/GnomeVFSStream.h:
12892         * pdf-document.cc:
12893         * pdf-document.h:
12894         * test-gdk-output-dev.cc
12895         * Thumb.cc:
12896         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12897         against poppler.
12898
12899 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12900
12901         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12902
12903         Clear idle stack before unsetting the document
12904
12905 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12906
12907         * ps/ps-document.c: (ps_document_widget_event),
12908         (ps_document_set_target), (ps_document_finalize),
12909         (ps_document_get_page):
12910
12911         Disconnect the widget event signal on finalize.
12912         Some code cleanups.
12913
12914 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12915
12916         * ps/ps-document.c: (set_up_page):
12917
12918         If there is no bpixmap create one, even if size
12919         is not changed.
12920
12921 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12922
12923         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12924         (set_up_page), (document_load), (ps_document_set_zoom):
12925
12926         Default page is 0. Calculate size even when we have no
12927         target yet.
12928
12929 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12930
12931         * shell/ev-sidebar.c: expand the selection widget to be always as
12932         wide as the sidebar
12933
12934 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12935
12936         * shell/ev-sidebar-thumbnails.c:
12937         (ev_sidebar_thumbnails_set_document):
12938
12939         Clear the list store when setting document
12940
12941 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12942
12943         * shell/ev-page-action.c: (update_entry), (sync_entry),
12944         (activate_cb), (entry_size_request_cb), (create_tool_item),
12945         (connect_proxy):
12946
12947         Use an entry for the page control instead of spinbuttons
12948
12949 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12950
12951         * data/evince.schemas.in:
12952
12953         Correct confusing string
12954
12955 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12956
12957         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12958         for real.  Gosh, how long has this been broken.
12959
12960         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12961         check for a NULL link.  We crash otherwise.
12962
12963 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12964
12965         * NEWS:
12966         * configure.ac:
12967
12968         Release 0.1.5
12969
12970 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12971
12972         * configure.ac: add the french translation.
12973
12974 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12975
12976         * shell/ev-window.c:
12977
12978         Remove unused header -> fix distcheck
12979
12980 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12981
12982         * shell/ev-window.c: (update_window_title),
12983         (ev_window_popup_password_dialog):
12984
12985         Unescape filename for display
12986
12987 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12988
12989         * pdf/xpdf/pdf-document.cc:
12990
12991         In get_page_size deal with rotation. Also
12992         cleanup the function a bit.
12993
12994 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12995
12996         * pdf/xpdf/pdf-document.cc:
12997
12998         Fix crash when opening in new window
12999
13000 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13001
13002         * configure.ac:
13003
13004         Check ghostscript >= 7
13005
13006 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13007
13008         * shell/ev-window.c:
13009
13010         Make page width the default sizing mode
13011
13012 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13013         Marco Pesenti Gritti <marco@gnome.org>
13014
13015         * shell/ev-window.c: Remember the sidebar size
13016
13017         * data/evince.schemas.in: Add a new gconf key to store the size of
13018         the sidebar
13019
13020 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13021
13022         * data/evince-ui.xml:
13023         * shell/ev-window.c: (update_action_sensitivity),
13024         (ev_window_cmd_view_reload):
13025         
13026         Add a "Reload" action and menu entry
13027
13028 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13029
13030         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13031         iff the type doesn't support thumbnailing and indexing.
13032
13033 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13034
13035         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13036
13037 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13038
13039         * pdf/splash/Splash.cc:
13040
13041         Port fix for a crasher from kde bug
13042         http://bugs.kde.org/show_bug.cgi?id=97131
13043
13044 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13045
13046         * pdf/xpdf/pdf-document.cc:
13047
13048         Return a link even if it's of an unrecognized
13049         type. Otherwise we go in an infinte cycle.
13050
13051 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13052
13053         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13054         (size_allocate_cb), (ev_window_set_sizing_mode):
13055
13056         Update size when switching mode
13057
13058 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13059
13060         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13061         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13062         (ev_window_cmd_view_normal_size):
13063
13064         Fix size toggle buttons behavior
13065
13066 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13067
13068         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13069         (doc_rect_to_view_rect), (ev_view_size_allocate),
13070         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13071         (scale_changed_callback):
13072
13073         Do not cache offsets in size_allocate.
13074
13075 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13076
13077         * shell/ev-view.c: (ev_view_size_allocate):
13078
13079         Calculate offsets before calling the parent
13080         class (which does a redraw)
13081
13082 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13083
13084         * pdf/xpdf/pdf-document.cc:
13085
13086         Fix a crasher on exit. Unused code, put a TODO
13087
13088 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13089
13090         * backend/ev-document.c: (ev_document_class_init),
13091         (ev_document_page_changed), (ev_document_scale_changed):
13092         * backend/ev-document.h:
13093
13094         Separate page/scale notifications
13095
13096         * pdf/xpdf/pdf-document.cc:
13097
13098         Emit the new signals.
13099         Do not display the pdf page in _render, do it
13100         when scale/page are requested.
13101
13102         * ps/ps-document.c: (ps_document_set_zoom),
13103         (ps_document_widget_event):
13104         * ps/ps-document.h:
13105
13106         Emit the new signals.
13107
13108         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13109         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13110         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13111         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13112         * shell/ev-view.h:
13113         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13114         (ev_window_cmd_view_page_width), (size_allocate_cb),
13115         (ev_window_set_sizing_mode):
13116
13117         Rework sizing to be pixel based.
13118         There are bugs but should be already way better.
13119
13120 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13121
13122         * shell/ev-window.c: (ev_window_init):
13123
13124         Do not allow to shrink sidebar smaller then
13125         child requisition
13126
13127 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13128
13129         * shell/ev-sidebar.[ch]
13130         * shell/ev-window.c:
13131
13132         Improved sidebar widget. Fixes #166683
13133
13134 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13135
13136         * shell/ev-view.c (update_find_status_message): Give translators
13137         more flexibility with ngettext plural handling.
13138
13139 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13140
13141         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13142         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13143         page when we get the page size.
13144
13145 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13146
13147         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13148
13149         ps pages are 0 based, convert 
13150
13151 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13152
13153         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13154
13155         Initialize correct parent class. Set GError on document load
13156
13157 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13158
13159         * pdf/xpdf/pdf-document.cc:
13160
13161         Fixup selection offset calculation
13162
13163         * shell/ev-view.c: (view_rect_to_doc_rect),
13164         (doc_rect_to_view_rect), (ev_view_size_allocate),
13165         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13166         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13167
13168         Store selection as document relative, so that zooming
13169         and offset changing doesnt break it.
13170
13171 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13172
13173         * shell/ev-view.c: (ev_view_best_fit):
13174
13175         Do not try to best fit if the view is not realized
13176
13177 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13178           
13179         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13180
13181 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13182
13183         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13184
13185 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13186
13187         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13188         the popup window.  That prevents it resizing when in full screen
13189         mode.
13190
13191         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13192         multiple rerenders.  This pretty much sucks.
13193
13194         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13195         rest of the toolbar.
13196
13197 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13198
13199         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13200
13201 2005-02-17  Alexander Shopov  <ash@contact.bg>
13202
13203         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13204
13205 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13206
13207         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13208
13209 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13210
13211         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13212         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13213         (set_document_page), (document_changed_callback),
13214         (ev_view_set_document), (ev_view_find_previous),
13215         (ev_view_hide_cursor), (ev_view_show_cursor):
13216         * shell/ev-view.h:
13217         * shell/ev-window.c: (update_chrome_visibility),
13218         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13219         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13220         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13221         (ev_window_unfullscreen):
13222         * shell/main.c: (main):
13223
13224         Automatically hide the fullscreen button.
13225         Patch by Kristian Høgsberg <krh@redhat.com>
13226
13227 2005-02-16  Vincent Noel  <vnoel@cox.net>
13228
13229         * shell/main.c (main): Specify an icon for the window. Patch by
13230         Jaap A. Haitsma. Fixes #166177.
13231
13232 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13233
13234         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13235
13236 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13237
13238         * backend/ev-document-misc.h:
13239         * backend/ev-document-misc.c:
13240         (ev_document_misc_get_page_border_size),
13241         (ev_document_misc_paint_one_page): New function to canonicalize
13242         sizing/painting a border.
13243
13244         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13245         used.
13246
13247         * pdf/xpdf/pdf-document.cc: use new function
13248
13249         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13250         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13251         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13252         shell/ev-window.c: (update_sizing_buttons),
13253         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13254         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13255         (ev_window_cmd_view_page_width), (size_allocate_cb),
13256         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13257         and "fit width" values act as toggle buttons so they stay
13258         toggled.  It's not 100% perfect, and it's a little slow, but it's
13259         good enough to commit I think.
13260
13261 2005-02-15  David Lodge  <dave@cirt.net>
13262
13263         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13264
13265 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13266
13267         * shell/ev-window.c (update_window_title): replace newlines in
13268         the title by spaces. Bug #166107.
13269
13270 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13271
13272         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13273         parameters providing allocation width and height without
13274         scrollbars and width of a possible vertical scrollbar. With this
13275         additional information the functions can work as
13276         intended. Unfortunately they're not idempotent. We should
13277         transform these commands to toggles. Fixes Bug #164976
13278         Initial patch by Stephane Loeuillet, then heavily modified.
13279
13280         * shell/ev-view.h: update prototypes.
13281
13282         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13283         (ev_window_cmd_view_page_width): provide EvView fit functions with
13284         all the information they need. Formulas to calculate this
13285         information taken from GtkScrolledWindow.
13286
13287 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13288
13289         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13290         created a thumbnail, the list store is updated to know
13291         that the thumbnail is set. Fixes bug #166792
13292
13293 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13294
13295         * shell/ev-window.c: fixed typo, closes bug 166897
13296
13297         * TODO: updated TODO with bug numbers that are relevant
13298
13299 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13300
13301         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13302
13303 2005-02-09  Vincent Noel  <vnoel@cox.net>
13304
13305         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13306         and "Next" toolbar buttons as important to make them stand out.
13307
13308 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13309
13310         * lib/ev-debug.c:
13311         * lib/ev-debug.h:
13312         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13313         (start_interpreter), (stop_interpreter), (document_load),
13314         (ps_document_next_page), (ps_document_goto_page),
13315         (ps_document_set_page_size), (ps_document_widget_event),
13316         (ps_document_render):
13317         * shell/ev-page-view.c: (ev_page_view_dispose):
13318         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13319
13320         Fix compilation on non-gcc platforms
13321
13322 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13323
13324         * NEWS:
13325         * configure.ac:
13326
13327         Release 0.1.4
13328
13329         * pdf/xpdf/Catalog.cc:
13330         * pdf/xpdf/XRef.cc:
13331
13332         Fix the fix for CAN-2004-0888
13333
13334 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13335
13336         * data/Makefile.am:
13337         * data/evince-ui.xml:
13338         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13339         * shell/ev-stock-icons.h:
13340         * shell/ev-window.c: (update_action_sensitivity),
13341         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13342         (set_action_properties):
13343
13344         Improve toolbar layout/icons
13345
13346 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * pdf/xpdf/pdf-document.cc:
13349
13350         Add warnings about unimplemented/unknown link
13351         types.
13352
13353 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13354
13355         * ps/ps-document.c: (set_up_page):
13356
13357         Log gs property
13358
13359 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13360
13361         * ps/ps-document.c: (start_interpreter):
13362
13363         Log gs env var
13364
13365 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13366
13367         * shell/ev-page-view.c: (ev_page_view_dispose):
13368         * shell/ev-view.c: (ev_view_finalize):
13369         * shell/ev-window.c: (ev_window_setup_document),
13370         (ev_window_dispose), (ev_window_init):
13371
13372         Solve more refs issues.
13373
13374         I commented out the page_view initialization for now:
13375         it was never destroyed (because it's never added
13376         to a container). Because of that we was leaking
13377         gs processes. Couldnt think to a clean fix.
13378         We need to figure this out, password view has the
13379         same issue probably.
13380
13381 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13382
13383         * ps/ps-document.c: (ps_document_finalize),
13384         (ps_document_get_n_pages), (ps_document_get_page):
13385
13386         Some cleanups, stop the interpreter on finalize
13387
13388         * shell/ev-page-view.c: (ev_page_view_dispose),
13389         (ev_page_view_class_init):
13390
13391         Release our reference on the document
13392
13393 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13394
13395         * Makefile.am:
13396         * configure.ac:
13397         * doc/debugging.txt:
13398         * lib/.cvsignore:
13399         * lib/Makefile.am:
13400         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13401         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13402         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13403         * lib/ev-debug.h:
13404
13405         Add debugging helpers
13406
13407         * ps/Makefile.am:
13408         * ps/ps-document.c: (set_up_page), (start_interpreter),
13409         (stop_interpreter), (document_load), (ps_document_next_page),
13410         (ps_document_goto_page), (ps_document_set_page_size),
13411         (ps_document_widget_event), (ps_document_render):
13412         * shell/Makefile.am:
13413         * shell/ev-view.c: (expose_bin_window):
13414         * shell/main.c: (main):
13415
13416         Add some logs
13417         
13418 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13419
13420         * ps/ps-document.c: (ps_document_widget_event):
13421
13422         Initialize message_window, this should make ps
13423         rendering really work! (Never noticed because I was
13424         testing with a ps that is causing gs to exit every time!)
13425
13426 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13427
13428         * data/evince.schemas.in: updated simple error in applyto closing tag
13429
13430 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13431
13432         * Makefile.am:
13433         * configure.ac:
13434         * data/.cvsignore:
13435         * data/Makefile.am:
13436         * data/evince-ui.xml:
13437         A data/evince.schemas.in:
13438         * po/POTFILES.in:
13439         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13440         * shell/ev-stock-icons.h:
13441         * shell/ev-window.c: (update_chrome_visibility),
13442         (update_chrome_flag), (ev_window_cmd_edit_find),
13443         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13444         (ev_window_unfullscreen), (ev_window_focus_in_event),
13445         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13446         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13447         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13448         (ev_window_dispose), (ev_window_class_init),
13449         (set_action_properties), (set_chrome_actions), (load_chrome),
13450         (ev_window_init):
13451
13452         Implement fullscreen mode changes from bug #164776.
13453         Also implement persistent chrome toggles.
13454
13455 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13456
13457         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13458
13459 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13460
13461         * NEWS:
13462         * configure.ac:
13463         * shell/ev-view.c:
13464
13465         Add another check for find interface
13466
13467         Release 0.1.3
13468
13469 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * shell/ev-application.c: (ev_application_open):
13472         * shell/ev-window.c: (ev_window_open):
13473
13474         Open gzipped ps documents
13475
13476 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13477
13478         * TODO:
13479         * shell/ev-view.c: (set_document_page):
13480
13481         Clamp page number, dont try to move to
13482         not existant pages.
13483
13484 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13485
13486         * backend/ev-document-find.c: (ev_document_find_changed):
13487         * backend/ev-document-find.h:
13488         * pdf/xpdf/pdf-document.cc:
13489         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13490         * shell/ev-window.c: (find_bar_search_changed_cb):
13491
13492         Fix several bugs with find
13493
13494 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13495
13496         * shell/ev-sidebar-thumbnails.c
13497         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13498         document. Prevents warning from scroll_to_cell.
13499
13500 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13501
13502         * configure.ac: Add «nb» to ALL_LINGUAS too.
13503
13504 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13505
13506         * NOTES: New file with some random thoughts.
13507
13508         * TODO: Update.
13509
13510         * backend/ev-document-misc.c:
13511         (ev_document_misc_get_page_border_size): New function to
13512         canonicalize shadow drawing sizes.  Possibly goofy.
13513
13514         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13515         (ev_view_best_fit), (ev_view_fit_width):
13516         * pdf/xpdf/pdf-document.cc:
13517         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13518         * ps/ps-document.c: (ps_document_get_page_size):
13519         * backend/ev-document-misc.h:
13520         * backend/ev-document.c: (ev_document_get_page_size):
13521         * backend/ev-document.h: get_page_size now takes a page number
13522         parameter.  Made all the backends/frontends honor it.
13523
13524         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13525         see.  Doesn't work yet.
13526
13527         * shell/Makefile.am:
13528         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13529         Doesn't do anything yet.
13530
13531         * shell/ev-sidebar-thumbnails.c:
13532         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13533         [0..n_pages-1]
13534
13535         * shell/ev-window.c: (update_action_sensitivity),
13536         (ev_window_setup_document), (ev_window_set_page_mode),
13537         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13538         view-swapping code a bit so we can have multiple views on a
13539         document.  Add the multi-page view, though it can't be turned on
13540         yet.
13541
13542 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13543
13544         * shell/ev-application.c: (ev_application_open):
13545         * shell/ev-view.c: (expose_bin_window):
13546         * shell/ev-window.c: (ev_window_open):
13547
13548         Support eps and check document supports find
13549         before drawing highlightings in expose.
13550
13551 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13552
13553         * pixbuf/pixbuf-document.c:
13554         (pixbuf_document_thumbnails_get_dimensions),
13555         (pixbuf_document_document_thumbnails_iface_init):
13556
13557         implement get_dimensions
13558
13559 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13560
13561         * NEWS:
13562         * configure.ac:
13563
13564         Release 0.1.2
13565
13566 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13567
13568         * shell/ev-view.c: (set_document_page):
13569
13570         Scroll at the top of the page when changing page
13571
13572 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13573
13574         * shell/ev-view.c: (ev_view_motion_notify_event):
13575
13576         Do not redraw unnecessarily
13577
13578 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13579
13580         * pdf/xpdf/pdf-document.cc:
13581         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13582         (expose_bin_window), (find_changed_cb):
13583
13584         Yay! find works now... Now to find bugs...
13585
13586 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13587
13588         * backend/ev-document-find.c: (ev_document_find_base_init),
13589         (ev_document_find_changed):
13590         * backend/ev-document-find.h:
13591         * pdf/xpdf/pdf-document.cc:
13592         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13593         (expose_bin_window), (ev_view_init), (set_document_page),
13594         (ensure_rectangle_is_visible), (jump_to_find_result),
13595         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13596         (ev_view_find_next), (ev_view_find_previous):
13597         * shell/ev-view.h:
13598         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13599
13600         More work on find implementation, mostly there now
13601
13602 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13603
13604         * backend/ev-backend-marshalers.list:
13605         * backend/ev-document-find.c: (ev_document_find_base_init),
13606         (ev_document_find_cancel), (ev_document_find_page_has_results),
13607         (ev_document_find_get_n_results), (ev_document_find_get_result),
13608         (ev_document_find_get_progress), (ev_document_find_changed):
13609         * backend/ev-document-find.h:
13610
13611         Enanche the find interface to be really able to do
13612         multi page find.
13613
13614         * pdf/xpdf/pdf-document.cc:
13615
13616         Implement
13617
13618         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13619         (expose_bin_window), (ev_view_init),
13620         (ev_view_get_find_status_message), (find_changed_cb),
13621         (ev_view_set_document), (set_document_page):
13622
13623         Adapt to the new interface. A few things are regressed sorry,
13624         I will finish it soon.
13625
13626 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13627
13628         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13629         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13630         ev_sidebar_thumbnails_parent_class variable, don't define another
13631         parent_class variable.
13632
13633         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13634         (ev_page_action_class_init): ditto.
13635
13636         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13637         (pixbuf_document_class_init): ditto.
13638
13639         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13640         ditto.
13641
13642         * .cvsignore: ignore various valgrind output files.
13643
13644 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13645
13646         * data/evince-ui.xml:
13647         * shell/Makefile.am:
13648         * shell/ev-history.c:
13649         * shell/ev-history.h:
13650         * shell/ev-navigation-action.c:
13651         * shell/ev-navigation-action.h:
13652         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13653         (ev_view_set_page), (ev_view_fit_width):
13654         * shell/ev-view.h:
13655         * shell/ev-window.c: (update_action_sensitivity),
13656         (ev_window_setup_document), (register_custom_actions):
13657
13658         Kill session history
13659
13660 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13661
13662         * shell/ev-window.c: (update_action_sensitivity):
13663
13664         Fix inverted up/down buttons
13665
13666 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13667
13668         * shell/ev-sidebar-thumbnails.c
13669         (ev_sidebar_thumbnails_select_page): make sure the selected
13670         thumbnail stays visible.
13671
13672 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13673
13674         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13675         scrolled window for Federico.
13676
13677 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13678
13679         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13680
13681 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13682
13683         * configure.ac:
13684         * pdf/splash/SplashFTFontEngine.cc:
13685
13686         Fix CID fonts with freetype 2.1.9
13687
13688 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13689
13690         * TODO: added item for desktop icon thumbnailer
13691
13692 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13693
13694         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13695         unloaded docs when the title is accessed.
13696
13697         * shell/ev-password-view.[hc]: New widget for displaying password
13698         state.
13699
13700         * shell/ev-window.[ch]: Refactor password handling code to handle
13701         the new view.
13702
13703 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13704
13705         * NEWS:
13706         * configure.ac:
13707         * data/Makefile.am:
13708
13709         Release 0.1.1
13710
13711 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13712
13713         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13714         ignore page offset here, to make search results independent of it,
13715
13716         * shell/ev-view.c (expose_bin_window): but take offsets into
13717         account here. Bug #164932
13718
13719         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13720         scale at the right time. Bug #164996
13721
13722 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13723
13724         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13725         fix the problem. Now I just removed the Adobe font names and hope
13726         that the URW fonts are always in outline format. Bug #164934
13727
13728         * shell/ev-window.c (update_window_title): empty titles are
13729         useless, use filename in that case too.
13730
13731         * NEWS: Add some content.
13732
13733 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13734
13735         * TODO: added one more TODO item and a TODONE section :)
13736
13737 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13738
13739         * ps/ps-document.h: add page_[xy]_offset fields.
13740
13741         * ps/ps-document.c (ps_document_set_page_offset)
13742         (ps_document_render): Keep offset in consideration in a few
13743         places. Bug #164752 "postscript documents are not centered in
13744         window"
13745
13746         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13747         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13748
13749         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13750         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13751         stub out missing methods for complete EvDocument implementation.
13752         Fixes segfaults with Save A Copy and Copy actions.
13753
13754         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13755         (ps_document_document_iface_init): ditto.
13756         
13757 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13758
13759         * data/.cvsignore:
13760         * data/Makefile.am:
13761         * data/evince.desktop.in:
13762
13763         Add desktop file
13764
13765 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13766
13767         * shell/ev-view.c: (ev_view_button_press_event),
13768         (ev_view_motion_notify_event):
13769
13770         Make selection work in any direction
13771
13772 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13773
13774         * TODO:
13775         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13776
13777         Use shorter labels for some of the toolbars items
13778
13779 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13780
13781         * pdf/xpdf/pdf-document.cc:
13782
13783         Check the links info is initialized before
13784         using it. Should fix a crash on startup.
13785
13786 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13787
13788         * pixbuf/pixbuf-document.c
13789         (pixbuf_document_thumbnails_get_dimensions): force floating point
13790         division to calculate page_ratio. Fixes crash with landscape
13791         format pixbufs.
13792
13793 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13794
13795         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13796
13797 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13798
13799         * shell/ev-view.c (set_document_page): unset has_selection when
13800         the page changes.
13801         (set_document_page): handle paper size changes when the page
13802         changes (test with Free Culture, page 2).
13803
13804 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13805
13806         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13807         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13808
13809         Use normal style color for the widget background and
13810         draw a black box around the page.
13811
13812 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13813
13814         * pdf/xpdf/pdf-document.cc:
13815
13816         Keep offset in consideration in a few places
13817
13818         * shell/ev-view.c: (expose_bin_window):
13819
13820         Set the offsets so that the document is ever centered
13821
13822 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13823
13824         * TODO: Added TODO items and finished off the first todo item
13825
13826         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13827         reflect current authors
13828
13829 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13830
13831         * pdf/xpdf/pdf-document.cc:
13832         * shell/ev-view.c: (ev_view_set_cursor),
13833         (ev_view_motion_notify_event), (document_changed_callback),
13834         (set_document_page):
13835
13836         Show a wait cursor while the page is rendering
13837
13838 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13839
13840         * shell/ev-sidebar-thumbnails.c:
13841         (ev_sidebar_tree_selection_changed),
13842         (ev_sidebar_thumbnails_select_page):
13843         * shell/ev-sidebar-thumbnails.h:
13844         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13845         (ev_view_can_go_forward):
13846         * shell/ev-window.c: (ev_window_open_page),
13847         (ev_window_setup_document), (update_current_page),
13848         (view_page_changed_cb), (ev_window_init):
13849         * shell/ev-window.h:
13850
13851         Ensure thumbnails selection, toolbar page control and
13852         current page are in sync.
13853
13854 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13855
13856         * pdf/xpdf/XRef.cc:
13857
13858         Fix CAN-2005-0064
13859
13860 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13861
13862         * backend/Makefile.am:
13863         * backend/ev-document-links.h:
13864         * backend/ev-document-security.c: (ev_document_security_get_type),
13865         (ev_document_security_has_document_security),
13866         (ev_document_security_set_password):
13867         * backend/ev-document-security.h:
13868         * backend/ev-document.c: (ev_document_error_quark):
13869         * backend/ev-document.h:
13870         * data/Makefile.am:
13871         * data/evince-password.glade:
13872         * pdf/xpdf/pdf-document.cc:
13873         * shell/Makefile.am:
13874         * shell/ev-password.c: (ev_password_set_bad_password_label),
13875         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13876         (ev_password_dialog_get_password),
13877         (ev_password_dialog_set_bad_pass):
13878         * shell/ev-password.h:
13879         * shell/ev-window.c: (ev_window_get_attribute),
13880         (ev_window_set_property), (update_action_sensitivity),
13881         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13882         (ev_window_setup_document), (ev_window_get_password),
13883         (ev_window_open), (ev_window_cmd_save_as),
13884         (using_postscript_printer), (ev_window_print),
13885         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13886         (update_fullscreen_popup), (ev_window_fullscreen),
13887         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13888         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13889         (menu_item_select_cb), (find_bar_search_changed_cb),
13890         (ev_window_dispose), (ev_window_init):
13891
13892         Add initial support for password-supported dialogs.  This could be
13893         a lot cooler, but it'll do for now.
13894
13895 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13896
13897         * pdf/xpdf/pdf-document.cc:
13898         * shell/ev-view.c: (status_message_from_link),
13899         (ev_view_set_status), (ev_view_set_cursor),
13900         (ev_view_motion_notify_event), (ev_view_init):
13901         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13902
13903         Fix bugs in the links implementation and change cursor
13904         when hovering a link.
13905
13906 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13907
13908         * viewer/.cvsignore: added cvsignore file for viewer directory
13909
13910         * TODO: created TODO document
13911
13912 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13913
13914         * shell/ev-view.h:
13915         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13916         new functions to help with implementation of sensitivity code
13917         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13918         of all actions that might require it.  Fixes a crash when you
13919         click on the Zoom actions in a window lacking a document.
13920
13921 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13922
13923         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13924         of the Find action
13925
13926 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13927
13928         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13929         (pixbuf_document_document_iface_init):
13930         * ps/ps-document.c: (ps_document_get_link),
13931         (ps_document_document_iface_init):
13932         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13933         (status_message_from_link), (ev_view_set_status),
13934         (ev_view_set_find_status), (ev_view_motion_notify_event),
13935         (ev_view_button_release_event), (ev_view_set_property),
13936         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13937         (ev_view_get_find_status_message), (update_find_results),
13938         (ev_view_get_status), (ev_view_get_find_status):
13939         * shell/ev-view.h:
13940         * shell/ev-window.c: (view_status_changed_cb),
13941         (view_find_status_changed_cb), (ev_window_init):
13942
13943         View status message support, use it to show the links.
13944         Needs work...
13945
13946 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13947
13948         * backend/ev-document.c: (ev_document_get_link):
13949         * backend/ev-document.h:
13950         * pdf/xpdf/pdf-document.cc:
13951         * shell/ev-application.c: (ev_application_open):
13952         * shell/ev-application.h:
13953         * shell/ev-sidebar-links.c: (selection_changed_cb):
13954         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13955         (ev_view_go_to_link):
13956
13957         Add support for document links
13958
13959 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13960
13961         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13962         (create_tool_item):
13963         Set the spin button limits correctly.
13964         
13965         * shell/ev-sidebar-thumbnails.c:
13966         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13967         Support changing pages by clicking on the thumbnails.
13968         
13969 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13970
13971         * pixbuf/pixbuf-document.c:
13972         (pixbuf_document_thumbnails_get_dimensions),
13973         (pixbuf_document_document_thumbnails_iface_init):
13974
13975         implement get_dimensions
13976
13977 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13978
13979         * ps/ps-document.c: (ps_document_goto_page):
13980
13981         Fix page switching on multipage documents
13982
13983 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13984
13985         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13986         
13987         check for NULL before assigning to width and height parameters
13988
13989 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13990
13991         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13992         (pixbuf_document_set_property), (pixbuf_document_get_property):
13993
13994         implement get/set properties
13995
13996 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13997
13998         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13999         
14000         return NULL instead of "Unknown", letting the title get set to
14001         the filename when the pdf has no title.
14002
14003 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14004
14005         * ps/ps-document.c: (ps_document_get_page_count),
14006         (ps_document_goto_page):
14007
14008 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14009
14010         * shell/ev-history.c: (ev_history_get_property),
14011         (ev_history_set_property), (ev_history_class_init),
14012         (ev_history_add_page), (ev_history_set_current_index):
14013         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14014         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14015         (ev_navigation_action_finalize):
14016         * shell/ev-navigation-action.h:
14017         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14018         (ev_view_go_forward), (ev_view_get_find_status_message),
14019         (history_index_changed_cb), (ev_view_set_history):
14020         * shell/ev-view.h:
14021         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14022         (update_current_page), (register_custom_actions):
14023
14024         Implement history dropdowns
14025
14026 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14027
14028         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14029         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14030         (ev_view_go_forward):
14031         * shell/ev-window.c: (register_custom_actions):
14032
14033         Fix several history bugs
14034
14035 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14036
14037         * configure.ac: Add «nb» to ALL_LINGUAS.
14038
14039 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14040
14041         * backend/Makefile.am:
14042         * backend/ev-bookmark.c:
14043         * backend/ev-bookmark.h:
14044         * backend/ev-document-bookmarks.c:
14045         * backend/ev-document-bookmarks.h:
14046         * backend/ev-document-links.c: (ev_document_links_get_type),
14047         (ev_document_links_has_document_links),
14048         (ev_document_links_begin_read), (ev_document_links_get_link),
14049         (ev_document_links_get_child), (ev_document_links_next),
14050         (ev_document_links_free_iter):
14051         * backend/ev-document-links.h:
14052         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14053         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14054         (ev_link_get_link_type), (ev_link_set_link_type),
14055         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14056         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14057         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14058         (ev_link_new_external):
14059         * backend/ev-link.h:
14060         * pdf/xpdf/pdf-document.cc:
14061         * shell/Makefile.am:
14062         * shell/ev-application.c: (ev_application_open_link):
14063         * shell/ev-application.h:
14064         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14065         (ev_history_get_link_nth):
14066         * shell/ev-history.h:
14067         * shell/ev-sidebar-bookmarks.c:
14068         * shell/ev-sidebar-bookmarks.h:
14069         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14070         (ev_sidebar_links_class_init), (selection_changed_cb),
14071         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14072         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14073         (do_one_iteration), (populate_links_idle),
14074         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14075         * shell/ev-sidebar-links.h:
14076         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14077         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14078         (go_to_index):
14079         * shell/ev-view.h:
14080         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14081         * shell/ev-window.h:
14082
14083         Rename bookmark to link, and use "Index" for the sidebar panel.
14084
14085 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14086
14087         * shell/Makefile.am:
14088         * shell/ev-application.c: (ev_application_open_bookmark):
14089         * shell/ev-application.h:
14090         * shell/ev-history.c: (ev_history_init), (free_links_list),
14091         (ev_history_finalize), (ev_history_class_init),
14092         (ev_history_add_link), (ev_history_add_page),
14093         (ev_history_get_link_nth), (ev_history_get_n_links),
14094         (ev_history_get_current_index), (ev_history_set_current_index),
14095         (ev_history_new):
14096         * shell/ev-history.h:
14097         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14098         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14099         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14100         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14101         (ev_view_set_page):
14102         * shell/ev-view.h:
14103         * shell/ev-window.c: (ev_window_open_bookmark),
14104         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14105         (goto_page_cb), (register_custom_actions):
14106         * shell/ev-window.h:
14107
14108         Initial history implementation. Needs work.
14109
14110 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14111
14112         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14113
14114 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14115
14116         * cut-n-paste/recent-files/egg-recent-item.c:
14117         * cut-n-paste/recent-files/egg-recent-item.h:
14118         * cut-n-paste/recent-files/egg-recent-model.c:
14119         * cut-n-paste/recent-files/egg-recent-util.c:
14120         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14121         * cut-n-paste/recent-files/egg-recent-view.c:
14122
14123         Update
14124
14125 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14126
14127         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14128         (fillGlyph, fillImageMask, drawImage):
14129         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14130         pdf/splash/SplashTypes.h:
14131         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14132         packed mode for Splash.
14133
14134         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14135         RGB8 packed mode, eliminates the pixbuf data creation loop.
14136
14137         * shell/ev-print-job.c (ev_print_job_finalize)
14138         (ev_print_job_set_property, ev_print_job_get_property)
14139         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14140         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14141         (print_closure_finalize, ev_print_job_print): implement
14142         printing (for backends with EvPsExporter)
14143
14144         * shell/ev_print_job.h: update prototypes.
14145
14146         * shell/ev-window.c (ev_window_print): unref print job after
14147         printing.
14148
14149         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14150         unless the document implements the EvDocumentFind interface.
14151
14152 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14153
14154         * configure.ac: Added ja to ALL_LINGUAS.
14155
14156 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14157
14158         * pdf/xpdf/pdf-document.cc:
14159
14160         add a FIXME. We should probably not allocate
14161         a bookmark object every time
14162
14163 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14164
14165         * shell/ev-application.c: (ev_application_open),
14166         (ev_application_open_bookmark):
14167         * shell/ev-application.h:
14168         
14169         Add a way to open bookmarks
14170
14171         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14172         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14173         (ev_bookmark_set_property), (ev_bookmark_class_init),
14174         (ev_bookmark_new_title), (ev_bookmark_new_link),
14175         (ev_bookmark_new_external):
14176
14177         Support for external uris, better constructors.
14178
14179         * backend/ev-bookmark.h:
14180         * pdf/xpdf/pdf-document.cc:
14181         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14182
14183         Handle external uris
14184
14185 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14186
14187         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14188         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14189
14190         Hook up bookmarks navigation
14191
14192 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14193
14194         * backend/Makefile.am:
14195         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14196         (ev_bookmark_get_title), (ev_bookmark_set_title),
14197         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14198         (ev_bookmark_get_page), (ev_bookmark_set_page),
14199         (ev_bookmark_get_property), (ev_bookmark_set_property),
14200         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14201         (ev_bookmark_new):
14202         * backend/ev-bookmark.h:
14203         * backend/ev-document-bookmarks.c:
14204         (ev_document_bookmarks_get_bookmark):
14205         * backend/ev-document-bookmarks.h:
14206         * pdf/xpdf/pdf-document.cc:
14207         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14208
14209         Add a bookmark object to the backend and use it instead of get_values
14210
14211 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14212
14213         * data/evince-ui.xml:
14214
14215         Cleanup and add select all.
14216
14217         * shell/ev-view.c: (ev_view_select_all),
14218         (ev_view_button_press_event):
14219         * shell/ev-view.h:
14220         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14221
14222         Add select all.
14223         Clear selection on click.
14224
14225 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14226
14227         * shell/ev-sidebar-thumbnails.c
14228         (ev_sidebar_thumbnails_set_document): forgot to unref the
14229         loading_icon.
14230
14231 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14232
14233         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14234         at the visible page, not just linearly.  This makes it look fast.
14235
14236 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14237
14238         * backend/ev-document-misc.c
14239         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14240         white.
14241         * backend/ev-document-thumbnails.h: New interface to get the size
14242         of a page.
14243
14244 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14245
14246         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14247         make dist works
14248
14249 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14250
14251         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14252         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14253         things up a bit.
14254
14255         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14256
14257 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14258
14259         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14260         fonts. Should fix font problems on systems that have the base
14261         fonts in bitmap format. Reported by James Henstridge
14262         <james@jamesh.id.au>.
14263
14264 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14265
14266         * pdf/xpdf/Gfx.cc:
14267         * pdf/xpdf/GfxState.cc:
14268
14269         Fix for CAN-2004-1125
14270
14271 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14272
14273         * shell/ev-view.c: (ev_view_copy):
14274         * shell/ev-view.h:
14275         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14276
14277         Implement Edit->Copy
14278
14279 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14280
14281         * backend/ev-document.c: (ev_document_get_text):
14282         * backend/ev-document.h:
14283         * pdf/xpdf/pdf-document.cc:
14284         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14285         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14286         (ev_view_update_primary_selection), (ev_view_button_press_event),
14287         (ev_view_motion_notify_event), (ev_view_button_release_event):
14288
14289         Beginnings of clipboard support. Incomplete but primary sort
14290         of work.
14291
14292 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14293
14294         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14295         (expose_bin_window):
14296
14297         Nicer rubberband drawing, from GtkIconView.
14298
14299 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14300
14301         * backend/ev-document.c: (ev_document_save):
14302         * backend/ev-document.h:
14303         * data/evince-ui.xml:
14304         * pdf/xpdf/pdf-document.cc:
14305         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14306
14307         Implement "Save a copy..." menu item
14308
14309 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14310
14311         * shell/ev-view.c: (ev_view_zoom):
14312
14313         Queue a resize when zoom changes
14314
14315 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14316
14317         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14318         shadows.
14319
14320         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14321         thumbnails..
14322
14323 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14324
14325         * pdf/xpdf/pdf-document.cc
14326         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14327
14328 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14329
14330         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14331         It's slow, but I'll speed it up next!
14332
14333 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14334
14335         * shell/main.c (load_files):
14336
14337         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14338         from the command line and because it seems more appropriate.
14339
14340 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14341
14342         * data/evince-ui.xml:
14343         * shell/ev-window.c: (update_action_sensitivity),
14344         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14345
14346         s/next page/page down
14347         s/previous page/page up
14348
14349 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14350
14351         * data/evince-ui.xml:
14352
14353         Change the layout to match clarkbw design.
14354
14355         * shell/Makefile.am:
14356         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14357         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14358         (ev_navigation_action_finalize),
14359         (ev_navigation_action_set_property),
14360         (ev_navigation_action_get_property),
14361         (ev_navigation_action_class_init):
14362         * shell/ev-navigation-action.h:
14363
14364         Implement clarkbw toolbar navigation controls (incomplete)
14365
14366         * shell/ev-page-action.c: (update_label), (update_spin),
14367         (value_changed_cb), (create_tool_item), (connect_proxy),
14368         (ev_page_action_init), (ev_page_action_finalize),
14369         (ev_page_action_set_property), (ev_page_action_get_property),
14370         (ev_page_action_set_current_page),
14371         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14372         * shell/ev-page-action.h:
14373
14374         Implement a page switcher in the toolbar
14375
14376         * shell/ev-view.c: (ev_view_scroll_view):
14377         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14378         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14379         (register_custom_actions), (ev_window_init):
14380
14381         Change page on PageUp/Down.
14382
14383 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14384
14385         * pdf/xpdf/pdf-document.cc
14386         (pdf_document_thumbnails_get_thumbnail): initial stab at
14387         implementing thumbnail support for pdfs.  It only does documents
14388         with precached pdfs now.
14389
14390 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14391
14392         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14393         thumbnail code into a time-based idle as well.  Also, turn off the
14394         shadow temporarily as it's really slow.
14395
14396 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14397
14398         * backend/ev-document.c: (ev_document_class_init):
14399         * pdf/xpdf/pdf-document.cc:
14400         * shell/ev-window.c: (ev_window_open):
14401
14402         Fix document title bugs and fallback to
14403         filename when not available.
14404
14405 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14406
14407         * backend/ev-document.c: (ev_document_get_type),
14408         (ev_document_class_init), (ev_document_load),
14409         (ev_document_get_title):
14410         * backend/ev-document.h:
14411         * pdf/xpdf/pdf-document.cc:
14412         * ps/ps-document.c: (ps_document_set_property),
14413         (ps_document_get_property), (ps_document_class_init),
14414         (document_load):
14415         * ps/ps-document.h:
14416         * ps/ps.h:
14417         * shell/ev-window.c: (update_window_title), (ev_window_open),
14418         (ev_window_init):
14419
14420         Initial support for document title. Not working yet.
14421
14422 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14423
14424         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14425
14426         Grab focus on the view when clicking it
14427
14428 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14429
14430         * shell/ev-marshal.list:
14431         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14432         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14433
14434         Add key bindings to the view. Now if the focus would work
14435         right...
14436
14437 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14438
14439         * Makefile.am:
14440         * backend/Makefile.am:
14441         * data/Makefile.am:
14442         * dvi/Makefile.am:
14443         * dvi/dvilib/Makefile.am:
14444         * pdf/xpdf/Makefile.am:
14445         * po/POTFILES.in:
14446         * ps/Makefile.am:
14447
14448         Fix distcheck
14449
14450 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14451
14452         * shell/ev-view.c: (ev_view_realize):
14453
14454         Fix mouse wheel scrolling
14455
14456 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14457
14458         * ps/Makefile.am:
14459         * ps/gstypes.h:
14460         * ps/gtkgs.c:
14461         * ps/gtkgs.h:
14462         * ps/ps-document.c: (catchPipe), (ps_document_init),
14463         (ps_document_class_init), (ps_document_cleanup),
14464         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14465         (set_up_page), (close_pipe), (is_interpreter_ready),
14466         (interpreter_failed), (output), (input), (start_interpreter),
14467         (stop_interpreter), (file_length), (file_readable),
14468         (check_filecompressed), (check_pdf), (compute_xdpi),
14469         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14470         (ps_document_get_type), (ps_document_emit_error_msg),
14471         (document_load), (ps_document_next_page),
14472         (ps_document_get_current_page), (ps_document_get_page_count),
14473         (ps_document_goto_page), (ps_document_set_page_size),
14474         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14475         (ps_document_load), (ps_document_get_n_pages),
14476         (ps_document_set_page), (ps_document_get_page),
14477         (ps_document_widget_event), (ps_document_set_target),
14478         (ps_document_set_scale), (ps_document_set_page_offset),
14479         (ps_document_get_page_size), (ps_document_render),
14480         (ps_document_document_iface_init):
14481         * ps/ps-document.h:
14482         * ps/ps.c:
14483         * shell/ev-window.c: (ev_window_open):
14484
14485         Rename GtkGS to PSDocument
14486
14487 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14488
14489         * ps/gtkgs.c: (gtk_gs_class_init):
14490         * ps/gtkgs.h:
14491
14492         Some more leftover...
14493
14494 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14495
14496         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14497         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14498         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14499         * ps/gtkgs.h:
14500
14501         Remove unused code and make a lot of stuff private
14502
14503 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14504
14505         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14506         (gtk_gs_defaults_changed):
14507         * ps/gsdefaults.h:
14508         * ps/gtkgs.c:
14509         * ps/gtkgs.h:
14510         * ps/ps.h:
14511
14512         Cleanup headers dependencies
14513
14514 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14515
14516         * ps/Makefile.am:
14517         * ps/ggvutils.c:
14518         * ps/ggvutils.h:
14519         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14520         * ps/gsdefaults.h:
14521         * ps/gtkgs.c: (file_length), (file_readable),
14522         (check_filecompressed), (check_pdf), (gtk_gs_load),
14523         (gtk_gs_get_postscript):
14524
14525         Get rid of ggvutils
14526
14527 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14528
14529         * ps/ggvutils.c:
14530         * ps/ggvutils.h:
14531         * ps/gsio.h:
14532         * ps/gtkgs.c: (gtk_gs_set_zoom):
14533
14534         Cleanups
14535
14536 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14537
14538         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14539
14540         Ensure the page is rerendered when changing zoom
14541
14542 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14543
14544         * backend/ev-document.c: (ev_document_base_init),
14545         (ev_document_changed):
14546         * backend/ev-document.h:
14547
14548         Add a changed event that is emitted when the page content
14549         changes. This is necessary to deal with the fact that
14550         in ps backend rendering happen asycrounously.
14551         This makes the ps backend mostly work.
14552
14553         * pdf/xpdf/pdf-document.cc:
14554
14555         Emit changed event
14556
14557         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14558         (ps_document_set_target):
14559
14560         Emit changed event
14561
14562         * shell/ev-view.c: (document_changed_callback),
14563         (ev_view_set_document), (ev_view_set_page):
14564
14565         Redraw on the changed signal
14566
14567 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14568
14569         * configure.ac: Added pt_BR to ALL_LINGUAS.
14570
14571 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14572
14573         * backend/ev-document-bookmarks.c:
14574         (ev_document_bookmarks_get_child): *
14575         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14576         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14577         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14578         (ev_sidebar_bookmarks_destroy),
14579         (ev_sidebar_bookmarks_class_init),
14580         (ev_sidebar_bookmarks_construct), (stack_data_free),
14581         (do_one_iteration), (populate_bookmarks_idle),
14582         (ev_sidebar_bookmarks_clear_document),
14583         (ev_sidebar_bookmarks_set_document): *
14584         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14585         (ev_sidebar_add_page),
14586         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14587         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14588         it displays both the topics and the page numbers.
14589
14590 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14591
14592         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14593         toggle.
14594         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14595         visible.
14596
14597 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14598
14599         * configure.ac: Added en_CA to ALL_LINGUAS.
14600
14601 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14602
14603         * ChangeLog: replace bottom of this ChangeLog (merged history of
14604         ggv and gpdf; where all paths were wrong and most of the files are
14605         not even in this tree) with ChangeLog (from arch) of the shell
14606         code.
14607
14608 2004-12-23  Havoc Pennington  <hp@redhat.com>
14609
14610         * shell/ev-window.c: hook up potentially-questionable "find
14611         results status text" feature - something involving the sidebar or
14612         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14613         might be better in the end.
14614
14615         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14616         with corresponding signal when it should be updated
14617
14618         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14619
14620 2004-12-22  Havoc Pennington  <hp@redhat.com>
14621
14622         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14623         find stuff on other pages, sort of (only returns one result on
14624         invisible pages, to show they have results; updates full results
14625         for a page when you view it). Currently repaints the current page
14626         every time a new result is found on any page, which isn't so nice.
14627
14628 2004-12-22  Havoc Pennington  <hp@redhat.com>
14629
14630         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14631         the document doesn't support find (better ideas?)
14632         (find_bar_search_changed_cb): handle missing document or document
14633         that doesn't support find
14634
14635         * pdf/xpdf/pdf-document.cc: port to implement the new
14636         EvDocumentFindIface
14637
14638         * backend/ev-document-find.c: create a new interface for searching
14639
14640         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14641
14642 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14643
14644         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14645         libevbackend.la.
14646
14647         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14648         EvPrintJob constructor arguments.
14649
14650         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14651         for documents that can export PostScript (page by page).
14652
14653         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14654         
14655         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14656         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14657         (pdf_document_ps_exporter_iface_init:
14658         Implement EvPSExporter.
14659
14660         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14661
14662 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14663
14664         * backend/Makefile.am:
14665         * backend/ev-document-thumbnails.c:
14666         (ev_document_thumbnails_get_type),
14667         (ev_document_thumbnails_get_thumbnail):
14668         * backend/ev-document-thumbnails.h:
14669         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14670         (pixbuf_document_thumbnails_get_thumbnail),
14671         (pixbuf_document_document_thumbnails_iface_init):
14672         * shell/Makefile.am:
14673         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14674         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14675         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14676         * shell/ev-sidebar-thumbnails.h:
14677         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14678         (ev_sidebar_set_document):
14679         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14680         (create_shadow), (ev_pixbuf_add_shadow):
14681         * shell/ev-utils.h:
14682         Add thumbnail support.
14683         
14684 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14685
14686         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14687         (using_postscript_printer): Set up a print dialog for "PostScript
14688         injection" method.
14689
14690         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14691         EvPrintJob.
14692
14693         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14694
14695 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14696
14697         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14698         (ps_document_set_target), (ps_document_get_page_size),
14699         (ps_document_render):
14700         * ps/gtkgs.h:
14701
14702         Fix a few bugs
14703
14704 2004-12-22  Christian Rose  <menthos@menthos.com>
14705
14706         * configure.ac: Added "sv" to ALL_LINGUAS.
14707
14708 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14709
14710         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14711         document supports bookmarks.
14712
14713 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14714
14715         * ps/ggvutils.c: (ggv_file_readable):
14716         * ps/ggvutils.h:
14717         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14718         (gtk_gs_get_postscript):
14719
14720         Remove unused utils
14721
14722 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14723
14724         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14725         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14726         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14727         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14728         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14729         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14730         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14731         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14732         (gtk_gs_set_antialiasing), (ps_document_load),
14733         (ps_document_render):
14734         * ps/gtkgs.h:
14735
14736         Another check point for the ps backend. Now I can get it to show
14737         pages!
14738
14739 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14740
14741         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14742         document setting code.
14743
14744 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14745
14746         * shell/eggfindbar.c: (entry_activate_callback):
14747         Animate the next button when activate is pressed.
14748         
14749 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14750
14751         * shell/ev-window.c: (ev_window_cmd_edit_find),
14752         (update_fullscreen_popup), (ev_window_fullscreen),
14753         (ev_window_unfullscreen), (ev_window_state_event_cb),
14754         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14755         Fix bugs in fullscreen code.
14756         
14757 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14758
14759         * Makefile.am:
14760         * configure.ac:
14761         * pixbuf/Makefile.am:
14762         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14763         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14764         (pixbuf_document_set_page), (pixbuf_document_get_page),
14765         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14766         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14767         (pixbuf_document_render), (pixbuf_document_begin_find),
14768         (pixbuf_document_end_find), (pixbuf_document_finalize),
14769         (pixbuf_document_class_init),
14770         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14771         * pixbuf/pixbuf-document.h:
14772         * shell/Makefile.am:
14773         * shell/ev-application.c: (ev_application_open):
14774         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14775         (ev_window_open):
14776         Add pixbuf backend.
14777         
14778 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14779
14780         * Makefile.am: 
14781         * dvi/dvilib/Makefile.am:
14782         * dvi/Makefile.am:
14783         * configure.ac: Auto*ify dvi and dvi/dvilib
14784
14785         * dvi/Makefile: Remove from CVS
14786         
14787         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14788         confusion.
14789
14790         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14791         
14792         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14793         
14794 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14795
14796         * ps/Makefile.am:
14797         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14798         (gtk_gs_value_adjustment_changed), (compute_size),
14799         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14800         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14801         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14802         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14803         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14804         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14805         (ps_document_load), (ps_document_get_n_pages),
14806         (ps_document_set_page), (ps_document_get_page),
14807         (ps_document_set_target), (ps_document_set_scale),
14808         (ps_document_set_page_offset), (ps_document_get_page_size),
14809         (ps_document_render), (ps_document_begin_find),
14810         (ps_document_end_find), (ps_document_document_iface_init):
14811         * ps/gtkgs.h:
14812         * shell/Makefile.am:
14813         * shell/ev-window.c: (ev_window_open):
14814
14815         Some work to integrate gtkgs with EvDocument
14816
14817 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14818
14819         * shell/ev-window.c: (update_fullscreen_popup),
14820         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14821         (exit_fullscreen_button_clicked_cb),
14822         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14823         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14824         (ev_window_state_event_cb), (ev_window_init):
14825         Add fullscreen support from Epiphany.
14826         
14827 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14828
14829         * data/ev-stock-zoom-fit-width.png: fit-width
14830         stock icon from gpdf.
14831         
14832         * shell/ev-stock-icons.[ch]: copied from gpdf.
14833         
14834         * shell/main.c: (main): init stock icons.
14835         
14836         * shell/ev-window.c: use the fit-width icon.
14837         
14838         * data/evince-ui.xml: add zooming toolbar items.
14839
14840 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14841
14842         * shell/ev-view.c: 
14843         (ev_view_best_fit), (ev_view_fit_width): because
14844         get_page_size() returns the scaled page size, we
14845         need to calculate the scale factor relative to
14846         the previous scale factor. Should really just
14847         add get_real_page_size().
14848
14849 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14850
14851         * shell/ev-view.[ch]:
14852         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14853         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14854         add zooming.
14855         
14856         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14857         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14858         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14859         hook it up.
14860         
14861         * pdf/xpdf/pdf-document.cc:
14862         (pdf_document_begin_find),
14863         (pdf_document_end_find): make static.
14864
14865 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14866
14867         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14868
14869         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14870         names to fontconfig patterns.
14871         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14872
14873         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14874         setupBaseFontsFc.
14875
14876 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14877
14878         * Makefile.am:
14879         * configure.ac:
14880         * ps/Makefile.am:
14881         * ps/ggvutils.c:
14882         * ps/ggvutils.h:
14883         * ps/gsdefaults.c:
14884         * ps/gsdefaults.h:
14885         * ps/gsio.c:
14886         * ps/gsio.h:
14887         * ps/gtkgs.c:
14888         * ps/gtkgs.h:
14889         * ps/ps.c:
14890         * ps/ps.h:
14891
14892         Import ggv backend. Not hooked up yet.
14893
14894 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14895
14896         * shell/main.c: (load_files), (main): load files
14897         from the command line.
14898
14899 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14900
14901         * configure.ac: don't require bonobo.
14902         
14903         * cut-n-paste/recent-files/*: kill bonobo recent
14904         view.
14905
14906         * shell/ev-window.c:
14907         (ev_window_is_empty): upd.
14908         (unable_to_load), (ev_window_open): load backend
14909         based on the mime type.
14910
14911 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14912
14913         * backend/.cvsignore: ignore generated marshalers source.
14914
14915         * shell/main.c (main): this is not epiphany.
14916
14917 2004-12-22  Havoc Pennington  <hp@redhat.com>
14918
14919         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14920         (expose_bin_window): draw find highlights
14921
14922         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14923         
14924         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14925         (pdf_document_end_find): implement this interface
14926
14927         * backend/ev-document.c (ev_document_found): add this to emit
14928         signal
14929
14930 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14931
14932         * data/evince-ui.xml: Add a few more toolbar items.
14933
14934         * shell/ev-window.c: Hook up page navigation toolbar 
14935         items.
14936
14937         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14938         a page-changed signal.
14939
14940         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14941         Add ev_document_get_page().
14942
14943         * shell/ev-window.c: Sensitize/desensitize navigation
14944         actions.
14945
14946 2004-12-21  Havoc Pennington  <hp@redhat.com>
14947
14948         * backend/ev-backend-marshal.c,
14949         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14950         marshaler-generator thingy. I'm sure there's a better way to do
14951         this in the modern world.
14952
14953         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14954         end_find methods and "found" signal.
14955
14956         * configure.ac: find glib-genmarshal
14957
14958 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14959
14960         * shell/ev-sidebar.c: Construct an actual sidebar.
14961         * shell/ev-sidebar-bookmarks.[ch]:
14962         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14963
14964 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14965
14966         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14967         Redo size handling.
14968         
14969         * shell/ev-view.c: Track the size from the document.
14970
14971 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14972
14973         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14974         constructor assumes ownership of the string passed in.
14975         
14976         * shell/ev-window.c (ev_window_open): Destroy the error
14977         dialog once we've displayed it.
14978
14979 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14980
14981         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14982         a bit, it works! (sort of)
14983
14984         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14985         Move to .cc since we need to use C++ in the implementation.
14986
14987         * shell/dummy.cc: Add a CC file to force evince
14988         to be linked as a C++ program.
14989
14990 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14991
14992         * shell/ev-view.[ch]: Start of content-area widget.
14993
14994         * shell/ev-window.c: Create a EvView, update it
14995         as we change documents.
14996
14997         * shell/Makefile.am shell/ev-marshal.list: Add
14998         generated marshalers.
14999
15000 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15001
15002         * Makefile.am (SUBDIRS): move shell.
15003
15004 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15005
15006         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15007         .a to libtool convenience libraries.
15008
15009         * shell/ev-window.c (ev_window_open): Hard code loading
15010         a PDF document.
15011         
15012         * backend/ev-document.h: Add a boolean return to load(),
15013         fix GError * to GError **.
15014
15015         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15016         object for a PDF backend EvDocument.
15017
15018 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15019
15020         * dvi/*: New directory with the beginning of a .dvi backend.
15021
15022 2004-12-21  Havoc Pennington  <hp@redhat.com>
15023
15024         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15025         previous/next instead of back/forward
15026
15027 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15028
15029         * backend/ev-document.[ch]: Fix a couple of problems so
15030         it compile.
15031
15032 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15033
15034         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15035         to backend/ directory, rename EvViewer to EvDocument.
15036
15037 2004-12-21  Havoc Pennington  <hp@redhat.com>
15038
15039         * shell/ev-window.c: hook up the find bar widget; now we just need
15040         a document to find things in
15041
15042         * shell/eggfindbar.c: a find bar widget
15043
15044 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15045
15046         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15047
15048 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15049
15050         * pdf/**: Import of xpdf code from gpdf. 
15051
15052         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15053
15054         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15055         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15056         Fix FreeType includes.
15057
15058         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15059         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15060         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15061         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15062         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15063         Include xpdfconfig.h
15064         
15065 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15066
15067         * shell/ev-window.c (ev_window_dispose): dispose can be called
15068         multiple times.
15069
15070 2004-12-21  Havoc Pennington  <hp@redhat.com>
15071
15072         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15073         rather than Evince
15074
15075         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15076         items; really they should be synced with the strings, etc. from
15077         current gpdf, but just getting the boring typing out of the way 
15078
15079 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15080
15081         * po/POTFILES.in:
15082         * shell/ev-application.c: (window_destroy_cb):
15083         * shell/ev-window.c:
15084         * shell/main.c: (main):
15085
15086         Actually show the window...
15087
15088 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15089
15090         * Makefile.am:
15091         * shell/Makefile.am:
15092         * shell/ev-application.c: (ev_application_class_init):
15093         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15094
15095         Make it build again
15096
15097 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15098
15099         Import to gnome cvs.
15100         
15101         * Remove copies of gpdf and ggv trees.
15102         * Rip out all the recursive configure code.
15103         * Remove bonobo machinery.
15104         * viewer/*: GInterfaces that backends should/can implement.
15105
15106 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15107
15108         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15109         typo
15110
15111 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15112
15113         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15114         (ev_application_finalize, ev_application_class_init)
15115         (ev_application_init): use GType instance private data for priv.
15116
15117         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15118         (ev_window_finalize, ev_window_class_init)
15119         (ev_window_init): ditto.
15120
15121 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15122
15123         * shell/ev-application.c (ev_application_new_window): make public
15124         (ev_application_show_initial_window): kill.
15125
15126         * shell/ev-application.h: update prototypes.
15127
15128         * shell/main.cc (main): inline ev_application_show_initial_window.
15129
15130 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15131
15132         * shell/ev-application.c (ev_application_new_window): impl.
15133         (ev_application_show_initial_window): use it.
15134         (is_window_empty, ev_application_get_empty_window): returns an
15135         existing empty window or a new one.
15136         (ev_application_open): from ev_window_cmd_file_open.
15137
15138         * shell/ev-application.h: update prototypes
15139
15140         * shell/ev-window.c (ev_window_is_empty): impl.
15141         (ev_window_open): make public.
15142         (ev_window_cmd_file_open): use ev_application_open
15143
15144         * shell/ev-window.h: update prototypes, remove unused.
15145
15146 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15147
15148         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15149         move destroy handler out of here...
15150
15151         * shell/ev-application.c, shell/ev-application.h: ...into this new
15152         class. Also handles initial window creation.
15153
15154         * shell/main.cc (main): use EvApplication to create initial
15155         window.
15156
15157 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15158
15159         * Makefile.am (SUBDIRS): add cut-n-paste
15160
15161         * cut-n-paste/Makefile.am: add
15162
15163         * configure.ac: generate Makefiles in cut-n-paste
15164
15165 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15166
15167         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15168         (ev_window_class_init): install ev_window_dispose.
15169
15170 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15171
15172         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15173         char (gchar looks stupid).
15174
15175 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15176
15177         * po/de.po: updated German translation.
15178
15179 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15180
15181         * configure.ac: add more pkg-config library checks for gnome-vfs,
15182         bonobo etc.
15183
15184         * gpdf/configure.in: temporarily disable libpaper
15185         checks. Otherwise I'd have to add the checks for the shell, too.
15186
15187 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15188
15189         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15190         and * file filters to the file choose.
15191
15192 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15193
15194         * po/de.po: Updated German translation.
15195
15196 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15197
15198         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15199
15200 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15201
15202         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15203
15204         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15205         (ev_window_init): implement those menuitems.
15206
15207 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15208
15209         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15210
15211         * shell/ev-window.c (ev_window_init): use the toolbar.
15212
15213 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15214
15215         * shell/ev-window.c (ev_window_init): use menu translations
15216
15217 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15218
15219         * configure.ac: add "de" to ALL_LINGUAS.
15220
15221         * po/de.po: add German translation.
15222
15223 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15224
15225         * Makefile.am (SUBDIRS): add po
15226
15227         * configure.ac: check intltool, glib-gettext etc, generate
15228         po/Makefile.in
15229
15230         * po, po/POTFILES.in, po/POTFILES.skip: new.
15231
15232 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15233
15234         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15235         already use (#ifdef ENABLE_NLS)
15236
15237         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15238         pointer indirection thinko.
15239
15240         * shell/main.c: include gi18n.h for bindtextdomain etc.
15241
15242 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15243
15244         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15245         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15246         tooltips for menu items in the statusbar.
15247
15248 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15249
15250         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15251         pkgdatadir drop UIDIR
15252
15253 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15254
15255         * data/evince-ui.xml: Add File->Open menu item
15256
15257         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15258         chooser), hook it up in the ui manager.
15259
15260 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15261
15262         * shell/ev-window.c: fix Help->About tooltip.
15263
15264 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15265
15266         * configure.ac: set CFLAGS for libevprivate.
15267
15268         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15269         definitions, factory etc.
15270
15271         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15272
15273         * shell/Makefile.am: link against libevprivate.a.
15274
15275         * shell/ev-window.c (entries): add stock icon to Help->About.
15276
15277         * shell/main.c (main): init stock icon code.
15278
15279 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15280
15281         * lib/recent-files: egg recent files code
15282
15283         * lib/Makefile.am: add.
15284
15285         * Makefile.am: add lib subdir.
15286
15287         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15288         set CFLAGS for recent-files.
15289
15290 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15291
15292         * configure.ac: disable -ansi and -pedantic gcc flags. They
15293         disable POSIX stuff in stdio.h, but egg-recent uses them.
15294
15295 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15296
15297         * configure.ac: add --disable-deprecated flag (defaults to on in
15298         "cvs" builds).
15299
15300         * shell/Makefile.am (INCLUDES): use it.
15301
15302 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15303
15304         * shell/main.c: add missing #include.
15305
15306         * shell/ev-window.c: fix for pedantic gcc.
15307         (ev_window_cmd_help_about): split license into paragraphs for
15308         translators and pedantic compilers.
15309
15310 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15311
15312         * configure.ac: add more warning flags if compiling with gcc from
15313         cvs (or explicitly requested with --enable-more-warnings).
15314
15315 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15316
15317         * data/evince-ui.xml: add File and File->Close menu.
15318
15319         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15320         (ev_window_destroy): quit after destroy.
15321         (ev_window_class_init): override GtkObject::destroy.
15322         (entries): install close_window callback.
15323
15324 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15325
15326         * Makefile.am (SUBDIRS): add data subdir.
15327
15328         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15329         gtk+ 2.5.0 for GtkAboutDialog.
15330
15331         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15332         main window.
15333
15334         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15335
15336         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15337         manager.
15338         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15339
15340 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15341
15342         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15343
15344 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15345
15346         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15347
15348 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15349
15350         * shell/*: Added shell directory boilerplate, build it.
15351
15352 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15353
15354         * configure.ac, Makefile.am: Added top-level configure.ac and
15355         Makefile.am