]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
A backend/backend.symbols: Only export the backend module entry point. Bug
[evince.git] / ChangeLog
1 2009-02-01  Christian Persch  <chpe@gnome.org>
2
3         * backend/Makefile.am:
4         A backend/backend.symbols:
5         * configure.ac: Only export the backend module entry point. Bug
6         #569998.
7
8 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/eggfindbar.c: (egg_find_bar_init):
11
12         Add mnemonics to buttons in search bar. Fixes bug #569212.
13         
14 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
15         
16         * shell/ev-print-operation.c:
17         (ev_print_operation_export_print_dialog_response_cb):
18
19         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
20         
21 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
24
25         Clamp top/bottom values of destinations to make sure they are not
26         bigger than the page height. Fixes bug #569327.
27         
28 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * libdocument/ev-debug.h:
31
32         Fix build when debug mode is disabled.
33         
34 2009-01-30  Christian Persch  <chpe@gnome.org>
35
36         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
37         this return TRUE only if any backends were loaded, so the ev_init()
38         function works as documented.
39
40 2009-01-30  Christian Persch  <chpe@gnome.org>
41
42         * evince-document.h:
43         * libdocument/Makefile.am:
44         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
45         #569117.
46
47         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
48         * libdocument/ev-backends-manager.h:
49         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
50         * libdocument/ev-debug.h:
51         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
52         (_ev_file_helpers_shutdown):
53         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
54         private.
55
56         * properties/ev-properties-main.c: (nautilus_module_initialize),
57         (nautilus_module_shutdown):
58         * shell/main.c: (main):
59         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
60         init/shutdown method.
61
62 2009-01-29  Christian Persch  <chpe@gnome.org>
63
64         * shell/main.c: (option_version_cb): Add --version which was lost in
65         the libgnome removal. Bug #562869.
66
67 2009-01-26  Christian Persch  <chpe@gnome.org>
68
69         * shell/ev-application.c: (ev_application_register_service),
70         (ev_application_shutdown):
71         * shell/main.c: (main): Move metadata manager initialisation and
72         shutdown into EvApplication. Follow-up from bug #569120.
73
74 2009-01-26  Christian Persch  <chpe@gnome.org>
75
76         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
77         copy the string twice. Bug #569231.
78
79 2009-01-26  Christian Persch  <chpe@gnome.org>
80
81         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
82         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
83         * libdocument/ev-file-helpers.h:
84         * shell/ev-application.c: (ev_application_shutdown),
85         (ev_application_init), (ev_application_screensaver_disable),
86         (ev_application_save_print_settings),
87         (ev_application_set_page_setup):
88         * shell/ev-application.h:
89         * shell/ev-metadata-manager.c: (load_values),
90         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
91         shell, since it shouldn't be public API. Bug #569120.
92
93         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
94         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
95
96 2009-01-25  Christian Persch  <chpe@gnome.org>
97
98         Bug 569082 – use versioned directory for backends
99
100         * configure.ac: Define ev_binary_version and backenddir.
101         * evince-document.pc.in: Add backenddir variable.
102         * libdocument/Makefile.am:
103         * backend/*/Makefile.am: Remove backenddir definition, so it picks
104         up the one from configure.
105
106 2009-01-25  Christian Persch  <chpe@gnome.org>
107
108         * configure.ac:
109         * evince-document.pc.in: Renamed from evince-backend.pc.in.
110         * libdocument/Makefile.am: Renamed library to libevdocument.la.
111         * libview/Makefile.am:
112         * shell/Makefile.am:
113         * backend/*/Makefile.am: Adapt to changed library name.
114
115         * libdocument/Makefile.am:
116         * libview/Makefile.am: Change the installed headers path to match
117         the directory names in SVN.
118
119         * evince-document.h:
120         * evince-view.h: Add single headers. Bug #568227.
121
122         * libdocument/*.h:
123         * libview/*.h: Add single headers guards.
124
125         * libview/Makefile.am:
126         * libdocument/Makefile.am:
127         * backend/*/Makefile.am:
128         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
129         still include individual headers.
130
131         * properties/Makefile.am:
132         * properties/ev-properties-main.c:
133         * properties/ev-properties-view.h:
134         * thumbnailer/Makefile.am:
135         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
136
137         * libdocument/Makefile.am:
138         * libview/Makefile.am: Generate type builtins from all installed headers.
139         * libdocument/ev-link-action.[ch]:
140         * libdocument/ev-link-dest.[ch]:
141         * libdocument/ev-transition-effect.[ch]:
142         * libview/ev-view.[ch]: Remove handcoded type builtins.
143
144         * libdocument/Makefile.am:
145         * evince-document.h: Add ev-document-factory.h to the public headers.
146
147 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * shell/ev-sidebar-page.c:
150
151         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
152         #568228.
153         
154 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
155
156         * libdocument/ev-document.h:
157
158         Add EV_DEFINE_INTERFACE macro.
159         
160         * libdocument/ev-async-renderer.c:
161         * libdocument/ev-document-find.c:
162         * libdocument/ev-document-fonts.c:
163         * libdocument/ev-document-forms.c:
164         * libdocument/ev-document-images.c:
165         * libdocument/ev-document-layers.c:
166         * libdocument/ev-document-links.c:
167         * libdocument/ev-document-security.c:
168         * libdocument/ev-document-thumbnails.c:
169         * libdocument/ev-document-transition.c:
170         * libdocument/ev-document.c:
171         * libdocument/ev-file-exporter.c:
172         * libdocument/ev-selection.c:
173
174         Use EV_DEFINE_INTERFACE macro to define interfaces in
175         libdocument. See bug #568228.
176         
177 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * libdocument/ev-document.[ch]:
180
181         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
182         #568228.
183         
184 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
185
186         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
187         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
188         (new_separator_pixbuf):
189         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
190         (egg_toolbar_editor_disconnect_model),
191         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
192         (egg_toolbar_editor_finalize):
193         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
194         * cut-n-paste/toolbar-editor/eggmarshalers.list:
195         
196         Sync EggToolbarEditor with libegg.
197
198 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
199
200         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
201         When saving a file, using the default permissions for the user/system,
202         respecting umask and any setgid bit on the directory. Uses the new
203         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
204         Bug #568593.
205         
206 2009-01-21  Christian Persch  <chpe@gnome.org>
207
208         * configure.ac:
209         * libdocument/Makefile.am:
210         * libview/Makefile.am: Add libtool versioning to libevbackend and
211         libevview. Bug #568229.
212
213 2009-01-21  Christian Persch  <chpe@gnome.org>
214
215         * Makefile.am:
216         * configure.ac:
217         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
218
219 2009-01-21  Christian Persch  <chpe@gnome.org>
220
221         * configure.ac:
222         * libdocument/Makefile.am:
223         A libdocument/ev-version.h.in: Add version defines and version check
224         macro. Bug #568224.
225
226 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
227
228         * shell/ev-sidebar-links.c
229         * shell/ev-print-operation.c:
230         * shell/ev-history.c:
231         * shell/ev-file-monitor.c:
232         * shell/ev-window.c:
233         * shell/ev-password-view.c:
234         * shell/ev-sidebar-thumbnails.c:
235         * shell/ev-sidebar-attachments.c:
236         * libview/ev-pixbuf-cache.c:
237         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
238         Bug #568386.
239
240 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
241
242         * libdocument/ev-document-info.h:
243
244         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
245         
246 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
247
248         * libview/Makefile.am:
249
250         Install ev-job-scheduler.h. See bug #567790.
251         
252 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
253
254         * libdocument/Makefile.am:
255
256         Install ev-backends-manager.h and
257         ev-document-type-builtins.h. Fixes bug #567787.
258         
259 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * NEWS:
262         * configure.ac:
263
264         Update for release 2.25.5
265         
266 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * libview/ev-view.c: (ev_view_drag_data_get):
269
270         Fix second parameter passed to gtk_selection_data_set_uris(), 
271         it expects a gchar **.
272         
273 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
274
275         * libdocument/Makefile.am:
276         * libdocument/ev-document-info.h:
277         * libdocument/ev-document-type-builtins.c.template:
278         * libdocument/ev-document-type-builtins.h.template:
279         * libdocument/ev-document.c: (ev_document_info_get_type),
280         (ev_document_info_copy):
281
282         Make EvDocumentInfo and enums definded in ev-document-info.h
283         GTypes. Fixes bug #567789.
284         
285 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
286
287         * shell/main.c (arguments_parse): Fix for a minor code typo.
288
289 2009-01-18  Christian Persch  <chpe@gnome.org>
290
291         * help/reference/Makefile.am:
292         * help/reference/evince.types: Fix the API docs build. Bug #568171.
293
294 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
295
296         * libview/Makefile.am:
297         * libview/ev-view-type-builtins.c.template:
298         * libview/ev-view-type-builtins.h.template:
299
300         Make EvJobPriority a proper GType. Fixes bug #567788.
301         
302 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * configure.ac:
305         * cut-n-paste/*/Makefile.am:
306         * libdocument/Makefile.am:
307
308         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
309         code.
310         
311 2009-01-18  Christian Persch  <chpe@gnome.org>
312
313         * libview/ev-view.c: (ev_view_drag_data_get),
314         (ev_view_drag_motion), (ev_view_update_primary_selection),
315         (clear_link_selected):
316         * shell/ev-sidebar-attachments.c:
317         (ev_sidebar_attachments_drag_data_get),
318         (ev_sidebar_attachments_get_property),
319         (ev_sidebar_attachments_init):
320         * shell/ev-window.c: Update drag handling code to use the
321         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
322         hardcoding the targets lists. Bug #558084.
323         
324 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
325
326         * libdocument/Makefile.am:
327         * libdocument/ev-backend-marshal.c:
328         * libdocument/ev-backend-marshalers.list:
329         * libdocument/ev-document.c:
330
331         Remove unused marshalers stuff from libdocument.
332         
333 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * po/POTFILES.in:
336
337         Update for the current source tree.
338         
339 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * configure.ac:
342         * Makefile.am:
343         * libdocument/Makefile.am:
344         * libview/Makefile.am:
345         * libview/ev-job-scheduler.[ch]:
346         * libview/ev-jobs.[ch]:
347         * libview/ev-page-cache.[ch]:
348         * libview/ev-pixbuf-cache.[ch]:
349         * libview/ev-timeline.[ch]:
350         * libview/ev-transition-animation.[ch]:
351         * libview/ev-view-accessible.[ch]:
352         * libview/ev-view-marshal.list:
353         * libview/ev-view.[ch]:
354         * shell/Makefile.am:
355
356         Move EvView specific code to a libeviview library so that it can
357         be embbeded in other applications. Based on patches by Tomeu
358         Vizoso. Fixes bug #567751.
359         
360 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
363         * shell/ev-window.c: (ev_window_load_job_cb),
364         (ev_window_load_job_cb), (ev_window_open_uri),
365         (ev_window_reload_local), (ev_window_dispose):
366
367         Remove dest, mode and search_string from EvJobLoad since they are
368         not really needed by the job, but for the window.
369         
370 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * shell/ev-view.c: (ev_view_drag_data_received),
373         (ev_view_class_init), (ev_view_init):
374         * shell/ev-window.c: (ev_window_drag_data_received),
375         (ev_window_class_init), (ev_window_init):
376
377         Make the whole EvWindow the destination of a drag and drop
378         operation.
379         
380 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * shell/ev-window.c: (window_open_file_copy_progress_cb):
383
384         Add missing brakets around the percentage in progress
385         messages. See bug #567910.
386         
387 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-application.c: (ev_application_open_window),
390         (ev_application_open_uri_at_dest):
391
392         Do no use gdk_x11_* when not available. Based on patch by Hib
393         Eris, see bug #339172.
394         
395 2009-01-16  Hib Eris  <hib@hiberis.nl>
396
397         * configure.ac:
398         * properties/ev-properties-view.c:
399         (ev_properties_view_format_date):
400
401         Check for localtime_r. See bug #339172.
402         
403 2009-01-16  Hib Eris  <hib@hiberis.nl>
404
405         * shell/main.c:
406
407         Include gdkx only for dbus support. See bug #339172.
408         
409 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
410
411         * shell/ev-view.c: (ev_view_set_zoom_for_size):
412
413         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
414         #567785.
415         
416 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * shell/ev-window.c: (reload_remote_copy_progress_cb),
419         (window_save_file_copy_progress_cb):
420
421         Use brakets around the percentage in progress messages. See bug
422         #567910.
423         
424 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * shell/ev-window.c: (reload_remote_copy_ready_cb):
427
428         Fix typo in error message. See bug #567910.
429         
430 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * shell/ev-window.c: (ev_window_cmd_file_close_window):
433
434         Fix mnemonic conflict. Fixes bug #567937.
435         
436 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
437
438         * NEWS:
439         * configure.ac:
440
441         Update for release 2.25.4
442         
443 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
444
445         * configure.ac:
446         
447         GLib version requirement bumped to 2.18 due to g_set_error_literal.
448         Thanks to Christian Spurk.
449
450 2008-12-31  Hib Eris  <hib@hiberis.nl>
451         
452         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
453
454         Fix mime type handling.
455         
456 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * po/POTFILES.in:
459
460         Add ev-print-operation.c.
461         
462 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * shell/ev-window.c: (ev_window_clear_progress_idle),
465         (reset_progress_idle), (ev_window_show_progress_message),
466         (ev_window_reset_progress_cancellable),
467         (ev_window_progress_response_cb), (show_loading_progress),
468         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
469         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
470         (show_reloading_progress), (reload_remote_copy_ready_cb),
471         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
472         (show_saving_progress), (window_save_file_copy_ready_cb),
473         (window_save_file_copy_progress_cb), (ev_window_save_remote),
474         (ev_window_dispose):
475
476         Show progress information when loading/saving remote files. Fixes
477         bug #370958.
478         
479 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
482
483         Show better warning message when temp file cannot be deleted.
484         
485 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * shell/ev-window.c: (image_save_dialog_response_cb):
488
489         Fix saving images to remote locations.
490         
491 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/ev-application.[ch]: (ev_application_shutdown),
494         (ev_application_get_print_settings_file),
495         (ev_application_save_print_settings),
496         (ev_application_get_print_settings),
497         (ev_application_set_print_settings),
498         (ev_application_get_page_setup), (ev_application_set_page_setup):
499         * shell/ev-window.c: (ev_window_save_print_page_setup),
500         (ev_window_load_print_page_setup_from_metadata),
501         (ev_window_print_page_setup_done_cb),
502         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
503         (ev_window_cmd_preview_print):
504
505         Remember page setup options too. Paper size is globally remembered
506         while page margins are stored per document in metadata file. Fixes
507         bugs #525185 and #349102.
508         
509 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * shell/ev-print-operation.c:
512         (ev_print_operation_export_print_dialog_response_cb):
513
514         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
515         
516 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * shell/ev-print-operation.c: (export_cancel),
519         (export_job_cancelled), (ev_print_operation_export_begin),
520         (ev_print_operation_export_cancel):
521         * shell/ev-window.c: (ev_window_print_cancel),
522         (ev_window_print_update_pending_jobs_message),
523         (ev_window_print_operation_done),
524         (ev_window_print_operation_status_changed),
525         (print_jobs_confirmation_dialog_response),
526         (ev_window_cmd_file_close_window):
527
528         Show a confirmation dialog when there are pending print jobs while
529         closing the main window. Fixes bug #480964.
530         
531 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
534         (ev_print_operation_get_job_name),
535         (ev_print_operation_get_status),
536         (ev_print_operation_get_progress),
537         (ev_print_operation_update_status),
538         (ev_print_operation_export_get_job_name), (clamp_ranges),
539         (get_first_and_last_page), (ev_print_operation_export_run_next),
540         (print_job_finished), (export_print_done), (export_job_cancelled),
541         (update_progress), (export_print_page),
542         (ev_print_operation_export_begin),
543         (ev_print_operation_export_print_dialog_response_cb),
544         (ev_print_operation_export_run),
545         (ev_print_operation_export_cancel),
546         (ev_print_operation_export_class_init):
547         * shell/ev-window.c:
548         (ev_window_print_update_pending_jobs_message),
549         (ev_window_print_operation_done),
550         (ev_window_print_progress_response_cb),
551         (ev_window_print_operation_status_changed),
552         (ev_window_print_operation_begin_print), (ev_window_print_range),
553         (ev_window_dispose):
554
555         Show progress information when printing. Fixes bug #482770.
556         
557 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/Makefile.am:
560         * shell/ev-progress-message-area.[ch]:
561         * shell/ev-message-area.[ch]: (ev_message_area_init),
562         (ev_message_area_set_image_from_stock):
563
564         Add EvProgressMessageArea derived from EvMessageArea to show
565         progress information in the message area. 
566         
567 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
570
571         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
572         close button. Add a function to get the contents of the message
573         area.
574         
575 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/Makefile.am:
578         * shell/ev-print-operation.[ch]:
579         * shell/ev-jobs.[ch]: (ev_job_export_init),
580         (ev_job_export_dispose), (ev_job_export_run),
581         (ev_job_export_class_init), (ev_job_export_new),
582         (ev_job_export_set_page):
583         * shell/ev-window.c: (ev_window_print_operation_done),
584         (ev_window_print_range), (ev_window_dispose):
585
586         First step of the printing system rework. EvJobPrint has been
587         replaced by EvJobExport so that every page is scheduled to be
588         exported in a thread instead of scheduling the whole printing
589         process. This way the gui is responsive during printing.
590         
591 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/ev-window.c: (setup_size_from_metadata),
594         (ev_window_load_print_settings_from_metadata):
595
596         Fix memory leaks.
597         
598 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * libdocument/ev-document.c: (ev_document_get_type):
601
602         Add GObject type as prerequisite to EvDocument interface so that
603         document instances can be used as GObjects.
604         
605 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * shell/ev-view.c: (jump_to_find_result):
608
609         Only jump the the location of the find result for the first match
610         when searching. It drastically improves the performance when
611         searching. Bug catched and fixed by Michael Hunold. Fixes bug
612         #564774.
613         
614 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * properties/ev-properties-main.c: (ev_properties_get_pages):
617         * properties/ev-properties-view.[ch]:
618         (ev_properties_view_dispose), (ev_properties_view_class_init),
619         (ev_properties_view_set_info), (ev_properties_view_new):
620         * shell/ev-properties-dialog.[ch]:
621         (ev_properties_dialog_set_document):
622         * shell/ev-window.c: (ev_window_setup_document),
623         (ev_window_cmd_file_properties):
624
625         Add document URI to properties page. Fixes bug #555376.
626         
627 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * configure.ac:
630         * data/Makefile.am:
631         * data/evince-password.glade: Removed
632         * data/evince-properties.glade: Removed
633         * properties/ev-properties-view.c:
634         (ev_properties_view_class_init), (set_property),
635         (ev_properties_view_set_info), (ev_properties_view_init):
636         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
637         (font_cell_data_func), (ev_properties_fonts_init):
638
639         Remove Glade dependency.
640         
641 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * backend/comics/comics-document.c: (comics_document_load):
644
645         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
646         
647 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
648
649         * NEWS:
650         * configure.ac:
651
652         Update for release 2.25.2
653         
654 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * configure.ac:
657         * shell/Makefile.am:
658         * shell/ev-keyring.[ch]:
659         * shell/ev-password.[ch]: Removed
660         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
661         (ev_password_view_class_init), (ev_password_view_clicked_cb),
662         (ev_password_view_init), (ev_password_view_set_uri),
663         (ev_password_dialog_got_response),
664         (ev_password_dialog_remember_button_toggled),
665         (ev_password_dialog_entry_changed_cb),
666         (ev_password_dialog_entry_activated_cb),
667         (ev_password_view_ask_password), (ev_password_view_get_password),
668         (ev_password_view_get_password_save_flags),
669         (ev_password_view_new):
670         * shell/ev-window.c: (ev_window_password_view_unlock),
671         (ev_window_load_job_cb), (ev_window_close_dialogs),
672         (ev_window_init):
673
674         Rework the password view. When the password is in the keyring it's
675         used automatically without showing the password dialog and it's  
676         only stored in the keyring when we are sure it's correct. The
677         password dialog has been reworked too, in order to make it
678         more hig compliant and consistent with the GTK+ dialog used in
679         gtkmountoperation. Fixes bug #562496. 
680         
681 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * backend/comics/comics-document.c: (comics_document_load):
684
685         Do not trust file extensions when getting the command needed to
686         uncompress comic documents. Fixes bug #562143.
687         
688 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * libdocument/ev-document-factory.c: (get_document_from_uri),
691         (ev_document_factory_get_document):
692         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
693         (get_mime_type_from_data), (ev_file_get_mime_type):
694
695         Move mime-type functions from document-facrory to file-helpers so
696         that it can be reused.
697         
698 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
701         (window_open_file_copy_ready_cb), (ev_window_reload_local),
702         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
703         (ev_window_reload_remote), (ev_window_reload_document):
704
705         Add support for reloading remote documents. Fixes bug #555399.
706         
707 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * shell/ev-view.c: (ev_view_find_previous):
710
711         Make sure find_result is never < 0 which causes a crash while
712         searching. Fixes bug #558377.
713         
714 2008-11-19  Marek Kašík <mkasik@redhat.com>
715
716         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
717         (ev_pixbuf_cache_get_selection_surface):
718         
719         Fixes crash on fast scrolling with simultaneous text selection.
720
721 2008-11-19  Marek Kašík <mkasik@redhat.com>
722
723         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
724         * shell/ev-window.c (launch_external_uri):
725         
726         Fixes assertion fail on selecting text. See bug #561393.
727
728 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * shell/Makefile.am:
731         * shell/ev-jobs.[ch]: (ev_job_layers_init),
732         (ev_job_layers_dispose), (ev_job_layers_run),
733         (ev_job_layers_class_init), (ev_job_layers_new):
734         * shell/ev-sidebar-layers.[ch]:
735         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
736         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
737         (ev_view_reload_page), (ev_view_reload):
738         * shell/ev-window.c: (setup_sidebar_from_metadata),
739         (ev_window_sidebar_current_page_changed_cb),
740         (sidebar_layers_visibility_changed), (ev_window_init):
741
742         Add layers support.
743         
744 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
745
746         * data/icons/22x22/actions/Makefile.am:
747         * data/icons/22x22/actions/eye.png:
748         * shell/ev-stock-icons.[ch]:
749         
750         Add eye icon from gimp to hide/show layers.
751         
752 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * configure.ac:
755         * cut-n-paste/Makefile.am:
756         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
757         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
758         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
759
760         Add GimpCellRendererToggle from gimp slightly modified to fit our
761         needs. 
762         
763 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * configure.ac:
766         * backend/pdf/ev-poppler.cc:
767
768         Implement layers interface in PDF backend.
769         
770 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * libdocument/Makefile.am:
773         * libdocument/ev-document-layers.[ch]:
774         * libdocument/ev-layer.[ch]:
775
776         Add optional content (layers) interface.
777         
778 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
779
780         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
781         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
782
783         Removes unused code.
784
785 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * NEWS:
788         * configure.ac:
789
790         Update for 2.25.1 release
791
792 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * shell/ev-window.c:
795
796         Fix build with GTK+ < 2.14
797
798 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
799
800         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
801         
802         Makes menu label translatable. Fixes bug #559129.
803
804 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
805
806         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
807         (t1_transform_font):
808         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
809         
810         More renames of warning to mdvi_warning in follow up to the
811         fix of the bug #553369. Fix for the bug #559257 by
812         Tuxce <tuxce.net@gmail.com>.
813         
814 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * shell/ev-application.c: (ev_application_init_session):
817         * shell/main.c: (main):
818
819         Move the egg_set_desktop_file() call to main and remove
820         gtk_window_set_default_icon_name() since it's already called by
821         egg_set_desktop_file()
822         
823 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
824
825         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
826
827         Initialize GError to NULL.
828         
829 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-window.c: (window_save_file_copy_ready_cb),
832         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
833         (ev_window_preview_print_finished), (launch_action):
834
835         Do not use popup dialogs to show error messages anymore, use the
836         message area instead.
837         
838 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * shell/ev-window.c: (ev_window_error_message),
841         (ev_window_warning_message), (ev_window_set_document),
842         (ev_window_load_job_cb), (ev_window_load_remote_failed),
843         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
844         (ev_window_cmd_help_contents), (launch_external_uri),
845         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
846         (ev_attachment_popup_cmd_open_attachment),
847         (attachment_save_dialog_response_cb):
848
849         Use a message format (with printf()-style) in
850         ev_window_error_message and ev_window_warning_message.
851
852 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * shell/ev-window.c: (ev_window_error_message),
855         (ev_window_warning_message), (ev_window_set_document),
856         (ev_window_load_job_cb), (ev_window_load_remote_failed),
857         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
858         (ev_window_cmd_help_contents), (launch_external_uri),
859         (image_save_dialog_response_cb),
860         (ev_attachment_popup_cmd_open_attachment),
861         (attachment_save_dialog_response_cb):
862
863         Change ev_window_error_message and ev_window_warning_message to
864         receive a EvWindow instead of a GtkWindow. It's more consistent
865         and avoids unneeded casts.
866         
867 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * shell/ev-window.c: (ev_window_cmd_help_contents):
870
871         Use gtk_show_uri() when availale to display help contents.
872         
873 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * configure.ac:
876         * backend/pdf/ev-poppler.cc:
877         * properties/ev-properties-view.c:
878         * shell/Makefile.am:
879         * shell/ev-tooltip.[ch]: Removed
880         * shell/ev-view-private.h
881         * shell/eggfindbar.c:
882         * shell/ev-application.c:
883         * shell/ev-open-recent-action.c:
884         * shell/ev-sidebar-thumbnails.c:
885         * shell/ev-view.c:
886         * shell/ev-window.c:
887
888         Bump GTK+ requirement to 2.12.
889         
890 2008-10-27 Christian Persch <chpe@gnome.org>
891
892         * backend/djvu/djvu-document.c
893         * backend/dvi/cairo-device.c
894         * cut-n-paste/evmountoperation/ev-mount-operation.h
895         * cut-n-paste/gedit-message-area/gedit-message-area.h
896         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
897         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
898         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
899         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
900         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
901         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
902         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
903         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
904         * cut-n-paste/zoom-control/ephy-zoom-action.c
905         * cut-n-paste/zoom-control/ephy-zoom-action.h
906         * cut-n-paste/zoom-control/ephy-zoom-control.c
907         * cut-n-paste/zoom-control/ephy-zoom-control.h
908         * libdocument/ev-async-renderer.h
909         * libdocument/ev-document-factory.c
910         * libdocument/ev-document-misc.h
911         * libdocument/ev-image.h
912         * libdocument/ev-selection.h
913         * shell/ev-properties-fonts.h
914         * shell/ev-stock-icons.h
915         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
916         directly. Bug #558064.
917
918 2008-10-27 Christian Persch <chpe@gnome.org>
919
920         * cut-and-paste/smclient/*: Update from libegg.
921
922 2008-10-27 Christian Persch <chpe@gnome.org>
923
924         * backend/djvu/djvu-document.c
925         * backend/ps/ev-spectre.c
926         * shell/ev-jobs.c: Use printf safely. Bug #558066.
927
928 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
929
930         * shell/ev-view.c (ev_view_change_page),
931         (ev_view_transition_animation_finish),
932         (ev_view_transition_animation_cancel), (page_changed_cb),
933         (ev_view_set_presentation), (ev_view_next_page),
934         (ev_view_previous_page):
935         
936         Cancel the animation without scheduling transition start
937         and proceed to the next page to fix bug #516749.
938
939 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
940
941         * NEWS:
942         * configure.ac:
943
944         Update for release 2.24.1
945         
946 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * shell/ev-window.c: (ev_window_cmd_view_presentation):
949
950         Disable toggle function of F5 when in presentation mode. Patch by
951         Dave Neary. Fixes bug #556162.
952         
953 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
956         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
957         (ev_sidebar_thumbnails_fill_model),
958         (ev_sidebar_thumbnails_refresh),
959         (ev_sidebar_thumbnails_set_document):
960
961         Instead of using only one loading icon for thumbnails based on the
962         size of the first page, create an icon for every different page
963         size. Fixes bug #556264.
964         
965 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * shell/ev-page-cache.c: (ev_page_cache_finalize):
968
969         Fix memory leak.
970         
971 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
972
973         * shell/ev-window-title.c (ev_window_title_sanitize_title):
974
975         Removes bad prefixes from window title. Patch by 
976         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
977         
978 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * shell/ev-window.c: (launch_external_uri):
981
982         Do not consider mailto links as http uris. Fixes bug #555801.
983         
984 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * shell/ev-view.c: (merge_selection_region), (clear_selection):
987
988         Fix memory leak. Fixes bug #555134.
989         
990 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
993
994         Emit the job finished signal when the job is handled before the
995         page_ready callback.
996         
997 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * shell/ev-window.c: (launch_action):
1000
1001         Use GdkAppLaunchContext when available to launch external
1002         applications.
1003         
1004 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-window.c: (launch_action):
1007
1008         Fix launching external applications for launch actions which seems
1009         to be broken since the gio port. Fixes bug #554500.
1010         
1011 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * backend/dvi/Makefile.am:
1014         * backend/dvi/cairo-device.c:
1015         * backend/dvi/dvi-document.c:
1016         * backend/dvi/mdvi-lib/Makefile.am:
1017
1018         Fix several compile warnings in the dvi backend.
1019         
1020 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * backend/dvi/mdvi-lib/common.h:
1023         * backend/dvi/mdvi-lib/dviread.c:
1024         * backend/dvi/mdvi-lib/font.c:
1025         * backend/dvi/mdvi-lib/fontmap.c:
1026         * backend/dvi/mdvi-lib/fontsrch.c:
1027         * backend/dvi/mdvi-lib/gf.c:
1028         * backend/dvi/mdvi-lib/pagesel.c:
1029         * backend/dvi/mdvi-lib/pk.c:
1030         * backend/dvi/mdvi-lib/sp-epsf.c:
1031         * backend/dvi/mdvi-lib/special.c:
1032         * backend/dvi/mdvi-lib/tfm.c:
1033         * backend/dvi/mdvi-lib/tfmfile.c:
1034         * backend/dvi/mdvi-lib/util.c:
1035         * backend/dvi/mdvi-lib/vf.c:
1036
1037         Rename error as mdvi_error to avoid symbol conflicts with the libc
1038         error. Rename also message, crash, fatal and warning for
1039         consistency. Fixes bug #553369.
1040         
1041 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * backend/dvi/dvi-document.c: (dvi_document_load):
1044
1045         Fix memory leak.
1046         
1047 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * backend/dvi/dvi-document.c:
1050
1051         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1052         G_IMPLEMENT_INTERFACE.
1053         
1054 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1057
1058         Make sure copy_job_page_and_selection_to_job_info is always called
1059         before copy_job_to_job_info. Fixes bug #552382.
1060         
1061 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * NEWS:
1064         * configure.ac:
1065
1066         Update for release 2.24.0
1067         
1068 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * shell/ev-window.c: (launch_external_uri):
1071
1072         Use GdkAppLaunchContext when available to launch external uris.
1073         
1074 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * shell/ev-window.c: (launch_external_uri):
1077
1078         Use the message area to show errors when lauching external uris
1079         instead of a popup window.
1080         
1081 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * shell/ev-window.c: (launch_external_uri):
1084
1085         Assume invalid uris are http uris. Fixes bug #552071.
1086         
1087 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * NEWS:
1090         * configure.ac:
1091
1092         Update for release 2.23.92.
1093         
1094 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * shell/eggfindbar.c: (egg_find_bar_class_init):
1097
1098         Allow page scrolling with PageUp/PageDown keys when find bar is
1099         active. Fixes bug #529833.
1100         
1101 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * shell/ev-view-private.h:
1104         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1105         (ev_view_scroll), (ev_view_class_init):
1106         * shell/ev-view-accessible.c:
1107         (ev_view_accessible_action_do_action):
1108         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1109         (ev_window_cmd_scroll_backward):
1110
1111         Use GtkScrollType instead of EvScrollType.
1112         
1113 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1114
1115         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1116         
1117         Patch for case unsensitive page label match by Michael Lee.
1118         See bug #550136.
1119         
1120         * shell/ev-page-action.c (create_tool_item):    
1121         * test/Makefile.am:
1122         * test/test1.py:
1123         * test/test4.py:
1124         * test/test5.py:
1125         
1126         Added test for the above and updated other tests.
1127
1128 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1129
1130         * shell/ev-window.c: (image_save_dialog_response_cb):
1131
1132         Do not append the file extension twice when saving an image.
1133         
1134 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1137
1138         Remove an invalid ifdef.
1139         
1140 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * shell/ev-view.c: (ev_view_motion_notify_event):
1143
1144         Make sure the cursor is correctly restored after showing the right
1145         click menu.
1146         
1147 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1150         (ev_attachment_open):
1151         * shell/ev-sidebar-attachments.c:
1152         (ev_sidebar_attachments_button_press):
1153         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1154
1155         Use GdkAppLaunchContext when available to open attachments.
1156         
1157 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1158
1159         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1160
1161         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1162         by Eric Piel.
1163         
1164 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1165
1166         * shell/ev-application.c: (ev_application_get_media_keys):
1167         * shell/ev-media-player-keys.[ch]:
1168         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1169         (ev_media_player_keys_grab_keys),
1170         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1171         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1172         * shell/ev-window.[ch]: (ev_window_dispose),
1173         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1174         (ev_window_init):
1175
1176         Clean up the media player keys stuff.
1177         
1178 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1179
1180         * NEWS:
1181         * configure.ac:
1182
1183         Update for release 2.23.91.
1184         
1185 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1186
1187         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1188         (sm_client_xsmp_set_initial_properties):
1189
1190         Fix memory leak.
1191         
1192 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1193
1194         * shell/ev-application.c: (ev_application_open_window),
1195         (ev_application_open_uri_at_dest):
1196
1197         Make sure evince starts up in the right workspace when resuming a
1198         previous session.
1199         
1200 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * shell/ev-application.[ch]: (ev_application_open_window),
1203         (ev_application_add_icon_path_for_screen),
1204         (ev_application_open_uri_at_dest):
1205
1206         Fix window manager warnings shown in ~/.xsession-errors
1207         
1208 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * configure.ac:
1211         * cut-n-paste/Makefile.am:
1212         * cut-n-paste/smclient/Makefile.am:
1213         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1214         * cut-n-paste/smclient/eggsmclient-private.h:
1215         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1216         * cut-n-paste/smclient/eggsmclient.[ch]:
1217
1218         EggSMClient copied from libegg
1219
1220         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1221         * shell/Makefile.am:
1222         * shell/ev-application.[ch]: (ev_application_load_session),
1223         (smclient_save_state_cb), (smclient_quit_cb),
1224         (ev_application_init_session), (ev_application_shutdown),
1225         (ev_application_init):
1226         * shell/main.c: (main):
1227
1228         Use EggSMClient instead of gnome-client and remove libgnome and
1229         libgnomeui dependencies.
1230         
1231 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * shell/main.c: (main):
1234
1235         Remove gnome_authentication_manager_init.
1236         
1237 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * shell/ev-view.c: (ev_view_goto_window_create):
1240
1241         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1242         since it's now deprecated.
1243         
1244 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * backend/djvu/Makefile.am:
1247         * backend/djvu/djvu-document-private.h:
1248         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1249         (djvu_document_find_iface_init):
1250         * backend/djvu/djvu-text-page.[ch]:
1251         * backend/djvu/djvu-text.[ch]: Removed
1252         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1253         (pdf_document_find_iface_init):
1254         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1255         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1256         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1257         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1258         (ev_job_find_has_results), (ev_job_find_get_results):
1259         * shell/ev-view-private.h:
1260         * shell/ev-view.[ch]: (ev_view_expose_event),
1261         (highlight_find_results), (ev_view_finalize),
1262         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1263         (ev_view_set_document), (ev_view_find_get_n_results),
1264         (ev_view_find_get_result), (jump_to_find_result),
1265         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1266         (ev_view_find_previous), (ev_view_find_search_changed),
1267         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1268         * shell/ev-window.c: (ev_window_update_actions),
1269         (page_changed_cb), (ev_window_setup_document),
1270         (ev_window_update_find_status_message),
1271         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1272         (ev_window_clear_find_job), (find_bar_close_cb),
1273         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1274         (ev_window_dispose), (ev_window_init):
1275
1276         Rework find interface. The find logic has been moved from backends
1277         to the shell avoiding a lot of duplicated code in the backends and
1278         making easier to implement the find interface in the backends.
1279         
1280 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * backend/pdf/ev-poppler.cc:
1283         (pdf_document_thumbnails_get_dimensions):
1284
1285         Make sure thumbnail size returned by the PDF is actually
1286         valid. Fixes bug #548462.
1287         
1288 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * shell/ev-window.c: (ev_window_setup_document),
1291         (ev_window_set_document), (ev_window_dispose):
1292
1293         Remove the idle function for setting the document up when the
1294         window is destroyed. Fixes bug #549163.
1295         
1296 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1299         (ev_job_attachments_dispose), (ev_job_attachments_run),
1300         (ev_job_attachments_class_init), (ev_job_attachments_new):
1301         * shell/ev-sidebar-attachments.c:
1302         (ev_sidebar_attachments_set_document):
1303
1304         Add a new job to get the attachments in a thread with the document
1305         lock held. Fixes bug #548653.
1306         
1307 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1310         (tiff_document_document_iface_init):
1311
1312         Implement document_get_page_label in tiff backend.
1313         
1314 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * backend/tiff/tiff-document.c: (tiff_document_render):
1317
1318         Handle document orientation in tiff backend. Fixes bug #548444.
1319         
1320 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1323
1324         Do not crash when adjustment page size is 0. Fixes bug #547440.
1325         
1326 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1329
1330         Sync with current GTK+.
1331         
1332 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1333
1334         * configure.ac:
1335         
1336         Update for release 2.23.6.
1337
1338 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1341         (ev_job_load_set_password):
1342         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1343         * shell/ev-window.c: (password_dialog_response),
1344         (ev_window_load_job_cb):
1345
1346         Fix loading encrypted documents since I broke it with the jobs
1347         rework.
1348         
1349 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * NEWS:
1352
1353         Update NEWS for 2.23.6 release.
1354         
1355 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1356
1357         * backend/impress/impress-document.c:
1358         * backend/impress/render.h:
1359         * libdocument/ev-document-factory.c:
1360         * libdocument/ev-document-factory.h:
1361         * libdocument/ev-document-links.h:
1362         * libdocument/ev-document-misc.c:
1363         * libdocument/ev-document-misc.h:
1364         * properties/ev-properties-main.c:
1365         * properties/ev-properties-view.c:
1366         * properties/ev-properties-view.h:
1367         * shell/eggfindbar.c:
1368         * shell/eggfindbar.h:
1369         * shell/ev-application.c:
1370         * shell/ev-application.h:
1371         * shell/ev-jobs.h:
1372         * shell/ev-message-area.h:
1373         * shell/ev-navigation-action.c:
1374         * shell/ev-navigation-action.h:
1375         * shell/ev-open-recent-action.c:
1376         * shell/ev-open-recent-action.h:
1377         * shell/ev-page-action-widget.c:
1378         * shell/ev-page-action.c:
1379         * shell/ev-page-action.h:
1380         * shell/ev-page-cache.h:
1381         * shell/ev-password-view.h:
1382         * shell/ev-password.h:
1383         * shell/ev-pixbuf-cache.h:
1384         * shell/ev-properties-fonts.c:
1385         * shell/ev-sidebar-attachments.c:
1386         * shell/ev-sidebar-links.c:
1387         * shell/ev-sidebar-links.h:
1388         * shell/ev-sidebar-thumbnails.c:
1389         * shell/ev-sidebar-thumbnails.h:
1390         * shell/ev-sidebar.c:
1391         * shell/ev-sidebar.h:
1392         * shell/ev-stock-icons.c:
1393         * shell/ev-tooltip.h:
1394         * shell/ev-view.c:
1395         * shell/ev-view.h:
1396         * shell/ev-window.c:
1397         * shell/ev-window.h:
1398         * shell/main.c:
1399
1400         More #include cleanups. Again: reordering, single gtk.h
1401         includes and other stuff.
1402
1403 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1404
1405         * shell/eggfindbar.c:
1406         * shell/ev-application.c:
1407         * shell/ev-message-area.c:
1408         * shell/ev-navigation-action.c:
1409         * shell/ev-open-recent-action.c:
1410         * shell/ev-page-action-widget.c:
1411         * shell/ev-page-action.c:
1412         * shell/ev-password-view.c:
1413         * shell/ev-properties-dialog.c:
1414         * shell/ev-properties-fonts.c:
1415         * shell/ev-sidebar-attachments.c:
1416         * shell/ev-sidebar-page.c:
1417         * shell/ev-sidebar-thumbnails.c:
1418         * shell/ev-stock-icons.c:
1419         * shell/ev-tooltip.c:
1420         * shell/ev-view.c:
1421         * shell/ev-window.c:
1422         * shell/main.c:
1423
1424         Cleanup many #include statements: reorder so that a
1425         generic-to-specific order is used, use single gtk.h
1426         includes, and some other cleanups.
1427
1428 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * shell/ev-jobs.h:
1431
1432         Add gio header.
1433         
1434 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1437         (ev_document_fc_mutex_trylock):
1438         * shell/Makefile.am:
1439         * shell/ev-job-queue.[ch]:
1440         * shell/ev-job-scheduler.[ch]:
1441         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1442         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1443         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1444         (ev_job_failed_from_error), (ev_job_succeeded),
1445         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1446         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1447         (ev_job_links_class_init), (ev_job_render_init),
1448         (notify_page_ready), (ev_job_render_page_ready),
1449         (ev_job_render_run), (ev_job_render_class_init),
1450         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1451         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1452         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1453         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1454         (ev_job_save_dispose), (ev_job_save_run),
1455         (ev_job_save_class_init), (ev_job_print_init),
1456         (ev_job_print_dispose), (ev_job_print_run),
1457         (ev_job_print_class_init):
1458         * shell/ev-page-cache.c:
1459         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1460         (check_job_size_and_unref), (move_one_job),
1461         (copy_job_to_job_info), (add_job),
1462         (ev_pixbuf_cache_add_jobs_if_needed):
1463         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1464         (job_fonts_finished_cb), (job_fonts_updated_cb),
1465         (ev_properties_fonts_set_document):
1466         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1467         (ev_sidebar_links_set_document):
1468         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1469         (ev_sidebar_thumbnails_set_document),
1470         (ev_sidebar_thumbnails_clear_job):
1471         * shell/ev-view-private.h:
1472         * shell/ev-view.c:
1473         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1474         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1475         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1476         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1477         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1478         (ev_window_reload_document), (ev_window_clear_save_job),
1479         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1480         (ev_window_clear_print_job), (ev_window_print_job_cb),
1481         (ev_window_print_dialog_response_cb):
1482         * shell/main.c: (main):
1483
1484         Rework the jobs system in order to make it simpler and more
1485         extensible. It allows to run jobs in the main loop instead of
1486         using a thread when it's appropriate like the fonts job. Now it's
1487         also possible to cancel jobs that are currently running. 
1488         
1489 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * libdocument/ev-debug.c: (profile_init):
1492
1493         Create the hash table also when profiling service is enabled for
1494         all sections.
1495         
1496 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1497
1498         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1499         (ev_profiler_stop):
1500         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1501         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1502         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1503         (ev_job_print_run):
1504         * shell/main.c: (main):
1505
1506         Add a profile mode available when debug is enabled. Add profilers
1507         in ev-jobs.
1508         
1509 2008-07-23  Götz Waschk <waschk@mandriva.org>
1510
1511         * configure.ac: Correctly build desktop file. Fixes
1512         bug #544237.
1513
1514 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1515
1516         * configure.ac:
1517         
1518         Update for release 2.23.5.
1519
1520 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * NEWS:
1523
1524         Update NEWS for 2.23.5 release.
1525         
1526 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * shell/ev-window.c: (ev_window_state_event),
1529         (ev_window_class_init):
1530
1531         Intercept window manager's fullscreen request in order to run/stop
1532         fullscreen mode. Fixes bug #493541.
1533         
1534 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1537
1538         Restart the job search when the find bar is opened for the second
1539         time. Fixes bug #531956.
1540         
1541 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1544         (get_document_from_uri):
1545
1546         Make sure we always return a valid error struct when
1547         get_document_from_uri fails. Fixes nautilus crash, see bug
1548         #542548.
1549         
1550 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1551
1552         * libdocument/ev-transition-effect.c
1553         (ev_transition_effect_type_get_type),
1554         (ev_transition_effect_alignment_get_type),
1555         (ev_transition_effect_direction_get_type):
1556         
1557         Fixes bug #542924. Makes enums static to fix Solaris build.
1558
1559 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-view.c: (ev_view_key_press_event):
1562
1563         Add '.' keybinding for blanking the screen in presentation
1564         mode. Fixes bug #542001.
1565         
1566 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * libdocument/ev-document-misc.c:
1569         (ev_document_misc_pixbuf_from_surface):
1570
1571         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1572         #540950.
1573         
1574 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1575
1576         * backend/comics/comics-document.c (comics_document_load):
1577         * backend/comics/comicsdocument.evince-backend.in:
1578         * configure.ac:
1579         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1580         
1581         Added support for 7-zip based cb7 comic book. Patch by
1582         Kartik Rustagi. Fixes bug #532312.
1583
1584 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1585
1586         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1587         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1588         Fixes bug #539972.
1589
1590 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1591
1592         * shell/Makefile.am:
1593         * shell/ev-application.c (ev_application_init),
1594         (ev_application_get_media_keys):
1595         * shell/ev-application.h:
1596         * shell/ev-marshal.list:
1597         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1598         (proxy_destroy), (on_media_player_key_pressed),
1599         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1600         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1601         * shell/ev-media-player-keys.h:
1602         * shell/ev-window.c (ev_window_go_previous_page),
1603         (ev_window_go_next_page), (ev_window_go_first_page),
1604         (ev_window_go_last_page), (ev_window_start_presentation),
1605         (ev_window_dispose), (view_actions_focus_in_cb):
1606         * shell/ev-window.h: When building with D-Bus support, listen
1607         for multimedia key events from gnome-settings-daemon. This allows
1608         to go to the next/previous/first/last pages using, respectively,
1609         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1610         a presentation. Fixes bug #539971.
1611
1612 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1613
1614         * configure.ac:
1615         
1616         Update for release 2.23.4.
1617
1618 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * NEWS:
1621
1622         Update news for 2.23.4 release.
1623         
1624 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1627         * shell/ev-sidebar-thumbnails.c:
1628         (ev_sidebar_thumbnails_set_loading_icon),
1629         (ev_sidebar_thumbnails_refresh):
1630         * shell/ev-window.c: (ev_window_error_message),
1631         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1632         (ev_window_set_document):
1633
1634         Do not crash opening documents with no pages and show a warning
1635         message in the message area. Fixes bugs #537574 and #171588.
1636         
1637 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * shell/Makefile.am:
1640         * shell/ev-file-monitor.[ch]:
1641         * shell/ev-window.c: (ev_window_document_changed),
1642         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1643         (ev_window_reload_job_cb), (ev_window_open_uri),
1644         (ev_window_reload_document), (ev_window_cmd_view_reload),
1645         (ev_window_dispose):
1646
1647         Automaticly reload the document when the file has changed on
1648         disk. Bug #304249.
1649         
1650 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1651
1652         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1653         * libdocument/ev-image.c: (ev_image_save_tmp):
1654         * libdocument/ev-module.c: (ev_module_load):
1655         * shell/ev-application.c: (ev_application_shutdown),
1656         (ev_application_get_print_settings):
1657         * shell/ev-sidebar-attachments.c:
1658         (ev_sidebar_attachments_button_press),
1659         (ev_sidebar_attachments_drag_data_get):
1660         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1661         (ev_window_print_finished), (ev_window_print_send),
1662         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1663         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1664         (ev_window_cmd_preview_print):
1665         * shell/main.c: (load_files_remote):
1666         Fix some build warnings under GCC 4.3.0. (#537535).
1667
1668 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1669
1670         * shell/ev-jobs.c: (ev_job_render_dispose):
1671
1672         Fix a crash in debug mode. Patch by Daniel M German.
1673         
1674 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * shell/ev-window.c:
1677
1678         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1679         
1680 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * shell/ev-window.c: (ev_window_print_send),
1683         (ev_window_do_preview_print):
1684
1685         Use the window title as print job name instead of just
1686         "evince-print". Fixes bug #534493.
1687         
1688 2008-05-19  Frederic Peters  <fpeters@0d.be>
1689
1690         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1691         Bug #533897.
1692
1693 2008-05-19  Frederic Peters  <fpeters@0d.be>
1694
1695         * help/reference/Makefile.am: added missing libevmountoperation to
1696         gtkdoc-scanobj libraries.  Bug #533896.
1697
1698 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1699
1700         * properties/ev-properties-view.c (get_default_user_units):
1701         Fixes check for default units string translation. Bug #533323.
1702
1703 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1704
1705         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1706         be an iks_free(). Fix an array overflow in the XML parser that
1707         would occur whenever the number of attributes in a tag was greater
1708         than 0 and divisible by 6. Fixes GNOME bug #530852.
1709
1710 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * backend/djvu/djvu-document-private.h:
1713         * backend/djvu/djvu-links.c:
1714         * backend/djvu/djvu-text.c:
1715         * backend/djvu/djvu-document.c: (djvu_handle_events),
1716         (djvu_wait_for_message), (djvu_document_load),
1717         (document_get_page_size), (djvu_document_render),
1718         (djvu_document_thumbnails_get_thumbnail),
1719         (djvu_document_file_exporter_end):
1720
1721         Make sure load job doesn't finish successfully when the document
1722         is not successfully decoded by libdjvu. Fixes bug #530202.
1723         
1724 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * configure.ac:
1727         * libdocument/Makefile.am:
1728         * libdocument/ev-debug.[ch]:
1729         * libdocument/ev-document.c:
1730         * shell/ev-jobs.c: (ev_job_links_dispose),
1731         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1732         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1733         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1734         (ev_job_render_page_ready), (ev_job_render_run),
1735         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1736         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1737         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1738         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1739         (ev_job_print_new), (ev_job_print_run):
1740         * shell/main.c: (main):
1741
1742         Add debug mode based on gedit code. Add debug messages in
1743         ev-jobs.
1744         
1745 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * libdocument/ev-document-factory.c: (get_document_from_uri):
1748
1749         Fix memory leak.
1750         
1751 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1752
1753         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1754         (get_mime_type_from_data), (get_document_from_uri),
1755         (ev_document_factory_get_document):
1756         
1757         Improved error message about file opening failture.
1758         Bug #529129.
1759
1760 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1761
1762         * data/evince-toolbar.xml:
1763         
1764         Allow to add SaveAs to toolbar.
1765
1766 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * shell/ev-view-private.h:
1769         * shell/ev-view.[ch]: (ev_view_button_release_event),
1770         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1771         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1772         (ev_view_update_primary_selection), (clear_link_selected),
1773         (ev_view_copy_link_address):
1774         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1775
1776         Update also the primary selection when copying a link
1777         address. Fixes bug #520855.
1778         
1779 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * libdocument/ev-document-factory.c: (get_document_from_uri):
1782
1783         Use the pixbuf backend only when the mime type is not supported by
1784         any of the other backend so that tiff documents, for instance, are
1785         handled by the tiff backend instead of the pixbuf backend. fixes
1786         bug #520290.
1787         
1788 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * cut-n-paste/Makefile.am:
1791
1792         Add evmountoperation to subdirs list.
1793         
1794 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * configure.ac:
1797
1798         Fix libspectre check in configure script. Fixes bug #528549.
1799         
1800 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * configure.ac:
1803         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1804         * shell/Makefile.am:
1805         * shell/ev-window.c: (ev_window_load_remote_failed),
1806         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1807
1808         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1809         open documents in remote locations that are not mounted.
1810         
1811 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1814         (bitmap_convert_msb8):
1815         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1816         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1817
1818         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1819         
1820 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1823         (ev_job_render_new), (ev_job_render_set_selection_info),
1824         (ev_job_render_run):
1825         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1826         (check_job_size_and_unref),
1827         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1828         (add_job), (ev_pixbuf_cache_get_selection_surface):
1829
1830         Create the render context needed for rendering a page in the render
1831         thread so that we don't block the main thread. Simplify
1832         EvJobRender API.
1833         
1834 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * libdocument/Makefile.am:
1837         * libdocument/ev-page.[ch]:
1838         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1839         (ev_render_context_new), (ev_render_context_set_page):
1840         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1841         (ev_form_field_finalize), (ev_form_field_class_init):
1842         * libdocument/ev-document-forms.[ch]:
1843         (ev_document_forms_get_form_fields):
1844         * libdocument/ev-document.[ch]: (ev_document_get_page),
1845         (ev_document_get_page_size), (ev_document_get_page_label):
1846         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1847         (ev_job_render_run), (ev_job_thumbnail_new),
1848         (ev_job_thumbnail_run), (ev_job_print_run):
1849         * shell/ev-page-cache.c: (ev_page_cache_new):
1850         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1851         (check_job_size_and_unref), (add_job):
1852         * shell/ev-sidebar-thumbnails.c: (add_range):
1853         * shell/ev-view.c: (ev_view_form_field_get_region),
1854         (ev_view_form_field_button_create_widget),
1855         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1856         (ev_view_handle_form_field), (ev_view_size_allocate),
1857         (get_selected_text):
1858         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1859         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1860         (pdf_document_get_page), (pdf_document_get_page_label),
1861         (pdf_document_render), (pdf_document_get_info),
1862         (pdf_document_document_iface_init),
1863         (pdf_document_thumbnails_get_thumbnail),
1864         (pdf_document_thumbnails_get_dimensions),
1865         (pdf_document_file_exporter_do_page),
1866         (pdf_selection_render_selection),
1867         (pdf_selection_get_selected_text),
1868         (pdf_selection_get_selection_region),
1869         (pdf_selection_get_selection_map),
1870         (pdf_document_forms_get_form_fields),
1871         (pdf_document_forms_form_field_text_get_text),
1872         (pdf_document_forms_form_field_text_set_text),
1873         (pdf_document_forms_form_field_button_set_state),
1874         (pdf_document_forms_form_field_button_get_state),
1875         (pdf_document_forms_form_field_choice_get_item),
1876         (pdf_document_forms_form_field_choice_get_n_items),
1877         (pdf_document_forms_form_field_choice_is_item_selected),
1878         (pdf_document_forms_form_field_choice_select_item),
1879         (pdf_document_forms_form_field_choice_toggle_item),
1880         (pdf_document_forms_form_field_choice_unselect_all),
1881         (pdf_document_forms_form_field_choice_set_text),
1882         (pdf_document_forms_form_field_choice_get_text):
1883         * backend/ps/ev-spectre.c: (ps_document_get_page),
1884         (ps_document_get_page_size), (ps_document_get_page_label),
1885         (ps_document_render), (ps_document_document_iface_init),
1886         (ps_document_file_exporter_do_page):
1887         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1888         (tiff_document_render), (tiff_document_render_pixbuf),
1889         (tiff_document_file_exporter_do_page):
1890         * backend/pixbuf/pixbuf-document.c:
1891         (pixbuf_document_get_page_size):
1892         * backend/comics/comics-document.c:
1893         (comics_document_get_page_size), (comics_document_render_pixbuf):
1894         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1895         (djvu_document_render), (djvu_selection_get_selected_text),
1896         (djvu_document_thumbnails_get_thumbnail),
1897         (djvu_document_file_exporter_do_page),
1898         (djvu_document_find_get_result):
1899         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1900         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1901         (dvi_document_thumbnails_get_thumbnail),
1902         (dvi_document_file_exporter_do_page):
1903         * backend/impress/impress-document.c:
1904         (impress_document_get_page_size),
1905         (impress_document_render_pixbuf):
1906         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1907
1908         Add EvPage so that we can hold a reference to the backend
1909         page. Form fields keep now a reference to the poppler page
1910         improving performance since we don't have to create/destroy the
1911         poppler field for every form operation. This will be needed for
1912         annotations too.
1913         
1914 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * data/evince-ui.xml:
1917         * shell/ev-window.c:
1918
1919         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1920         
1921 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * configure.ac:
1924         * backend/ps/Makefile.am:
1925
1926         Remove gs stuff from ps backend.
1927         
1928 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * configure.ac:
1931         * backend/pdf/ev-poppler.cc:
1932
1933         Bump poppler requirement to 0.8.0.
1934         
1935 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1936
1937         * NEWS:
1938         * configure.ac:
1939
1940         Update for release 2.22.1.1
1941
1942 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * configure.ac:
1945
1946         Fix build (again) when poppler version is 0.6
1947         
1948 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1949
1950         * backend/djvu/djvu-links.c: (build_tree):
1951
1952         Make sure link title is a valid utf8 string. Fixes bug #526517.
1953         
1954 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * configure.ac:
1957
1958         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1959         #526799.
1960         
1961 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1962
1963         * configure.ac:
1964         
1965         Update for release 2.22.1.
1966
1967 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1968
1969         * NEWS:
1970
1971         Update for upcoming release.
1972
1973 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1974
1975         * configure.ac:
1976         * backend/dvi/dvidocument.evince-backend.in:
1977
1978         Add compressed dvi to the list of supported mime types. Patch by
1979         Ed Catmur. Fixes bug #307087.
1980
1981 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1982
1983         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1984
1985         Fix a crash when printing a range that doesn't specify the start or
1986         end page. Fixes bug #524288.
1987
1988 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * shell/ev-window.c: (ev_window_cmd_continuous),
1991         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1992         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1993         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1994         (ev_window_run_presentation), (ev_window_stop_presentation),
1995         (ev_window_cmd_view_presentation),
1996         (ev_window_cmd_leave_fullscreen),
1997         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1998
1999         Do not unfullscreen and fullscreen again the window when changing
2000         from fullscreen to presentation mode and vice versa. Fixes bug
2001         #524112.
2002         
2003 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2006
2007         Do not crash when thumbnail failed to render in PS backend. Fixes
2008         bug #525015.
2009         
2010 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2013         (ev_window_load_file_remote), (ev_window_open_uri):
2014
2015         Handle errors when opening remote files.
2016         
2017 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2020
2021         Only grab the focus for the current visible proxy widget. Fixes
2022         bug #521224.
2023         
2024 2008-03-30  Emil Soleyman  <emil@nishra.com>
2025
2026         * shell/ev-window.c: (launch_external_uri):
2027         
2028         Reuse g_app_info_launch_default_for_uri to
2029         save some code and fix bug #525009.
2030
2031 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2032
2033         * shell/ev-window.c (image_save_dialog_response_cb):
2034
2035         Use g_str_has_suffix. See bug #523069.
2036
2037 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2038
2039         * configure.ac:
2040
2041         Add a configure option to enable/diable DBus. Patch by Rémi
2042         Cardona. Fixes bug 521797.
2043
2044 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2047
2048         Fix printing in documents with rotated pages. Patch by Eugen
2049         Dedu. Fixes bug #512648.
2050         
2051 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2052
2053         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2054         (ev_link_from_action):
2055
2056         Fix warning messages.
2057         
2058 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * shell/ev-window.c: (image_save_dialog_response_cb):
2061
2062         Do not append the extension to filename when saving an image
2063         if the filename alredy contains the extension. Fixes bug #523069.
2064         
2065 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2066
2067         * shell/ev-view.[ch]: (ev_view_find_cancel):
2068         * shell/ev-window.c: (find_bar_close_cb):
2069
2070         Cancel the find operation when the find bar is closed. Fixes bug
2071         #508845.
2072         
2073 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * backend/ps/psdocument.evince-backend.in:
2076
2077         Make ps backend module resident. Fixes bug #520607.
2078         
2079 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * shell/ev-jobs.c: (ev_job_print_run):
2082
2083         Invert collate action in order to work as expected, fix reverse
2084         printing so that it doesn't start with a blank page and fix number
2085         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2086         
2087 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2088
2089         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2090
2091         Fix build with poppler <= 0.7.2
2092         
2093 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * libdocument/ev-document-misc.c:
2096         (ev_document_misc_surface_from_pixbuf):
2097
2098         Fix selections with poppler-splash.
2099         
2100 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2101
2102         * configure.ac:
2103         * backend/pdf/ev-poppler.cc:
2104
2105         Fix build with poppler >= 0.7.2
2106         
2107 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2108
2109         * configure.ac:
2110         
2111         Update for release 2.22.0
2112
2113 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * NEWS:
2116
2117         Update for upcoming release.
2118
2119 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2120
2121         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2122
2123         Bug 495107 – Handle print dialog responses correctly
2124
2125         Correctly handle print dialog response. Properly fixes
2126         the above mentioned bug.
2127
2128 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2129
2130         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2131
2132         Make sure print job is only run when the print button is
2133         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2134         
2135 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2136
2137         * backend/pdf/pdfdocument.evince-backend.in:
2138         * libdocument/ev-backends-manager.c:
2139         (ev_backends_manager_load_backend),
2140         (ev_backends_manager_get_document):
2141         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2142
2143         Allow making backend modules resident. This is needed only for
2144         some backends like pdf to avoid registering glib types more than
2145         once.
2146         
2147 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2148
2149         * backend/comics/comics-document.c:
2150         * backend/djvu/djvu-document.c:
2151         * backend/impress/impress-document.c:
2152         * backend/pdf/ev-poppler.cc:
2153         * backend/pixbuf/pixbuf-document.c:
2154         * backend/ps/ev-spectre.c:
2155         * backend/ps/ps-document.c:
2156         * backend/tiff/tiff-document.c:
2157         * libdocument/ev-document.h:
2158         * properties/ev-properties-main.c:
2159
2160         Use g_type_module_add_interface instead of
2161         g_type_add_interface_static. Fixes bug #519679.
2162         
2163 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2164
2165         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2166         Added. Returns whether the animation has everything necessary to run.
2167         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2168         is ready just because it's been created. Fixes #519106.
2169         (draw_one_page): Do not show the "Loading..." text in presentation
2170         mode, there was a slim probability that this could happen.
2171
2172 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2175
2176         Duplicate mime_type string before freeing it so that it doesn't
2177         always fail when getting mime type from uri. Fixes bug #518874.
2178         
2179 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2182
2183         Fix a crash when a choice form field doesn't have any item
2184         selected. Fixes bug #518831
2185         
2186 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2187
2188         * shell/ev-window.c (ev_window_clear_temp_file):
2189         Use g_file_has_prefix instead of renamed
2190         g_file_contains_file.
2191
2192         * configure.ac:
2193         Require new glib for above change.
2194         
2195 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2196
2197         * libdocument/ev-image.c: (ev_image_finalize),
2198         (ev_image_save_tmp):
2199
2200         Return a real uri instead of a filename when saving an
2201         image. Fixes images drag an drop from evince to nautilus. 
2202         
2203 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * backend/pdf/ev-poppler.cc:
2206         (pdf_document_images_get_image_mapping):
2207
2208         Return the image list in the right order. Fixes bug #516237.
2209         
2210 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2211
2212         * backend/impress/impress-document.c:
2213         (impress_document_thumbnails_get_thumbnail):
2214
2215         Remove unused variable to avoid a compiler warning.
2216
2217 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2218
2219         * configure.ac:
2220         
2221         Update for release 2.21.91.
2222
2223 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * configure.ac:
2226         * shell/Makefile.am:
2227         * shell/ev-application.[ch]:
2228         * shell/ev-sidebar-links.c:
2229         * shell/ev-utils.[ch]:
2230         * shell/ev-window.[ch]:
2231
2232         Remove libgnomeprint support. Fixes bug #512370.
2233         
2234 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2235
2236         * thumbnailer/evince-thumbnailer.c: (main):
2237
2238         Initialize glib type system before using it. Fixes bug #513934.
2239         
2240 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2241
2242         * properties/ev-properties-main.c:
2243
2244         Add missing #include.
2245         
2246 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * configure.ac:
2249         * backend/djvu/djvu-document.c: (djvu_document_render):
2250         * backend/tiff/tiff-document.c: (tiff_document_render):
2251
2252         Use the new cairo function cairo_format_stride_for_width when
2253         available. Fixes bug #482720.
2254
2255 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2258         (get_mime_type_from_data), (get_document_from_uri):
2259
2260         Use g_content_type_guess() only when slow is true in
2261         get_document_from_uri(). Fix several memory leaks.
2262         
2263 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2264
2265         * libdocument/ev-document-factory.c:
2266         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2267         (get_document_from_uri):
2268
2269         Use g_content_type_guess () to get mimetype for files.
2270         Bug #510401.
2271
2272 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * thumbnailer/Makefile.am:
2275
2276         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2277         
2278 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * configure.ac:
2281
2282         Fix build with --without-libgnome. Fixes bug #512771.
2283         
2284 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2285
2286         * backend/dvi/Makefile.am: Install only dvi
2287         module. Fixes bug #512718.
2288
2289 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2290
2291         * properties/ev-properties-main.c: (nautilus_module_initialize):
2292         
2293         Initialize backends in properties tab. Fixes bug
2294         #512720.
2295
2296 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2297
2298         * properties/Makefile.am: No need to link with 
2299         libraries. Fixes bug #512719.
2300
2301 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2302
2303         * NEWS:
2304         * configure.ac:
2305         
2306         Update for release 2.21.90.
2307
2308 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * shell/ev-window.c: (ev_window_cmd_escape):
2311
2312         Fix compile warning.
2313         
2314 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2315
2316         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2317
2318         Fix printing in dvi backend when filename contains white
2319         espaces. Fixes bug #502839.
2320         
2321 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2324         (screensaver_disable_x11):
2325         * shell/Makefile.am:
2326         * shell/xdg-user-dir-lookup.c: Removed
2327         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2328         * shell/ev-view.c: (ev_view_presentation_transition_start):
2329         * shell/ev-window.c: (ev_window_cmd_file_open),
2330         (ev_window_cmd_save_as), (presentation_set_timeout):
2331
2332         Remove #ifdefs that are no longer needed.
2333         
2334 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-view.[ch]: (ev_view_button_release_event),
2337         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2338         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2339         (ev_window_cmd_escape):
2340
2341         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2342         
2343 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * configure.ac:
2346         * backend/comics/comics-document.c: (comics_document_load):
2347         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2348         (ev_attachment_set_property), (ev_attachment_init),
2349         (ev_attachment_save), (ev_attachment_launch_app),
2350         (ev_attachment_open):
2351         * libdocument/ev-document-factory.c: (get_document_from_uri):
2352         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2353         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2354         * shell/ev-jobs.c:
2355         * shell/ev-password.c: (ev_password_dialog_set_property),
2356         (ev_password_dialog_save_password):
2357         * shell/ev-sidebar-attachments.c:
2358         (ev_sidebar_attachments_drag_data_get):
2359         * shell/ev-window-title.c: (get_filename_from_uri):
2360         * shell/ev-window.c: (ev_window_clear_temp_file),
2361         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2362         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2363         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2364         (launch_external_uri), (image_save_dialog_response_cb),
2365         (attachment_save_dialog_response_cb):
2366         * shell/main.c: (load_files), (load_files_remote), (main):
2367         * thumbnailer/evince-thumbnailer.c: (main):
2368
2369         Port to gio and drop gnome-vfs dependency. Fixes bug
2370         #510401. Based on patch by Cosimo Cecchi.
2371         
2372 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2373
2374         * NEWS:
2375
2376         Fixed formatting inconsistencies (spaces vs. tabs)
2377
2378 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2379
2380         * shell/ev-window.c:
2381
2382         Use top/up/bottom/down arrows instead of
2383         first/left/last/right in the toolbar and menu actions.
2384         This fixes issues with RTL languages and is visually
2385         consistent with the page view. Fixes bug #170081.
2386
2387 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2388
2389         * NEWS:
2390
2391         Fixed some inaccuracies pointed out by Carlos Garcia
2392         Campos.
2393
2394 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2395
2396         * NEWS:
2397         * data/evince.schemas.in:
2398         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2399
2400         Override PDF restrictions by default. Fixes bug #382700.
2401
2402 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2403
2404         * NEWS: Updated for upcoming release
2405
2406 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2409
2410         Fix memory leak.
2411         
2412 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2413
2414         * shell/ev-window.c: (register_custom_actions):
2415         
2416         Added comment for translators
2417
2418 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2419
2420         * shell/ev-view.c: (ev_view_button_release_event):
2421
2422         Do not create the idle function for kinetic scrolling if we are
2423         not in a drag operation.
2424
2425 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2428         (ev_view_button_press_event), (ev_view_motion_notify_event),
2429         (ev_view_button_release_event):
2430
2431         Restore cursor after autoscrolling. Fixes bug #509958.
2432
2433 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2434
2435         * configure.ac:
2436         * backend/pdf/ev-poppler.cc:
2437         (pdf_document_images_get_image_mapping),
2438         (pdf_document_images_get_image),
2439         (pdf_document_document_images_iface_init):
2440         * libdocument/ev-document-images.[ch]:
2441         (ev_document_images_get_image_mapping),
2442         (ev_document_images_get_image):
2443         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2444         (ev_image_get_id), (ev_image_save_tmp):
2445         * shell/ev-jobs.c: (ev_job_render_run):
2446         * shell/ev-view.c: (ev_view_drag_data_get):
2447         * shell/ev-window.c: (image_save_dialog_response_cb),
2448         (ev_view_popup_cmd_copy_image):
2449
2450         Do not render images when rendering the page but on demand. It
2451         reduces the memory comsumption.
2452         
2453 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2454
2455         * configure.a:
2456         * shell/ev-password.c:
2457
2458         Make gnome-keyring optional. Fixes bug #509676.
2459         
2460 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-pixbuf-cache.c: (add_job):
2463
2464         Initialize include_images variable as FALSE instead of TRUE.
2465         
2466 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2467
2468         * configure.ac:
2469         * cut-n-paste/Makefile.am:
2470         * cut-n-paste/fileformatchooser/Makefile.am:
2471         * cut-n-paste/fileformatchooser/egg-macros.h:
2472         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2473         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2474         * shell/Makefile.am:
2475         * shell/ev-utils.c:
2476         (file_chooser_dialog_add_writable_pixbuf_formats),
2477         (get_gdk_pixbuf_format_by_extension):
2478         * shell/ev-utils.h:
2479         * shell/ev-window.c: (ev_window_error_message),
2480         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2481         
2482         Simplify image format selection on save.
2483
2484 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2485
2486         * shell/ev-view.c: (ev_view_scroll_event):
2487         
2488         Repair gorizontal scrolling with shift. Fixes
2489         bug #483412.
2490
2491 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2492         
2493         * MAINTAINERS:
2494
2495         Fix formatting issues.
2496         
2497 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2498
2499         * backend/comics/comics-document.c: (comics_regex_quote):
2500         
2501         Don't overquote special chars except of '. See bug 
2502         502500. Thanks to Tom Parker.
2503
2504 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2505
2506         * MAINTAINERS:
2507         
2508         Added Nickolay and Carlos, since they're doing most of
2509         the releases nowadays.
2510
2511 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2512
2513         * properties/Makefile.am:
2514
2515         Get the nautilus extension dir properly instead of using
2516         a hack. Fixes bug #505359.
2517
2518 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2519
2520         * properties/Makefile.am:
2521         
2522         Install nautilus extension into new place. See bug
2523         #505359. Thanks to Matthias Clasen, Brian Pepple and
2524         Damien Carbery.
2525
2526 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2527
2528         * shell/ev-window.c: (ev_window_get_recent_file_label):
2529         
2530         RTL marker in recent file list. See bug #509076.
2531
2532 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2535         * shell/ev-window.c: (image_save_dialog_response_cb):
2536
2537         Fix compile warnings due to unused variables.
2538         
2539 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2540
2541         * configure.ac:
2542         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2543         * backend/ps/ev-spectre.c: (ps_document_render):
2544
2545         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2546
2547 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2548
2549         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2550         (ev_transition_animation_paint): Implement "fade" effect.
2551
2552 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2553
2554         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2555         (ev_transition_animation_paint): Implement "uncover" effect.
2556
2557 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2558
2559         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2560         (ev_transition_animation_paint): Implement "cover" effect.
2561
2562 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2563
2564         * shell/ev-transition-animation.c (ev_transition_animation_push)
2565         (ev_transition_animation_paint): Implement "push" effect.
2566
2567 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2568
2569         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2570         (ev_transition_animation_paint): Implement "dissolve" effect.
2571
2572 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2573
2574         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2575         (ev_transition_animation_paint): Implement "wipe" effect.
2576
2577 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2578
2579         * shell/ev-transition-animation.c (ev_transition_animation_box)
2580         (ev_transition_animation_paint): Implement "box" effect.
2581
2582 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2583
2584         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2585         (ev_transition_animation_paint): Implement "blinds" effect.
2586
2587 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2588
2589         * shell/ev-transition-animation.c (ev_transition_animation_split)
2590         (ev_transition_animation_paint): Implement "split" effect.
2591
2592 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2593
2594         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2595         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2596         (ev_view_transition_animation_start) 
2597         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2598         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2599         (ev_view_next_page) (ev_view_previous_page):
2600         
2601         Use EvTransitionAnimation to drive page changes in the presentation
2602         mode, the animation will wait to start until both the origin and 
2603         destination page surfaces are available. Fixes #458460.
2604
2605         (draw_loading_text):
2606
2607         Remove workaround for bug #320352, it's now fixed properly.
2608
2609
2610 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2611
2612         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2613         will contain the implementations for page transition animations, at
2614         the moment it just has the "replace" effect.
2615         * shell/Makefile.am: Added these files to build.
2616
2617 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2618
2619         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2620         animations.
2621         * shell/Makefile.am: Added these files to build.
2622
2623 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2624
2625         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2626         implementation to get_effect() in EvDocumentTransitionIface.
2627
2628 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2629
2630         * libdocument/ev-transition-effect.[ch]: New files, define a page
2631         transition effect, at the moment it maps PopplerPageTransition to a
2632         GObject.
2633         * libdocument/Makefile.am: Added these files to build.
2634         * libdocument/ev-document-transition.[ch]
2635         (ev_document_transition_get_effect): New method, gets the
2636         EvTransitionEffect returned by the interface implementation, with
2637         fallback to the "replace" effect.
2638
2639 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2640
2641         * configure.ac:
2642         * cut-n-paste/Makefile.am:
2643         * cut-n-paste/fileformatchooser/Makefile.am:
2644         * cut-n-paste/fileformatchooser/egg-macros.h:
2645         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2646         * shell/Makefile.am:
2647         * shell/ev-window.c: (image_save_dialog_response_cb),
2648         (ev_view_popup_cmd_save_image_as):
2649
2650         Allow exporting images in any format supported by
2651         GdkPixbuf. Fixes bug #500209.
2652         
2653 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * backend/pixbuf/pixbuf-document.c:
2656
2657         More warnings fixed.
2658         
2659 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2660
2661         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2662         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2663         * backend/djvu/djvu-text.h:
2664         * backend/tiff/tiff-document.c: (tiff_document_render):
2665
2666         Fix compile warnings.
2667         
2668 2007-12-28  Christian Persch  <chpe@gnome.org>
2669
2670         * **/*.c: Include config.h. Bug #504721.
2671
2672 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2673
2674         * configure.ac:
2675         * Makefile.am:
2676         * po/POTFILES.in:
2677         * backend/comics/Makefile.am:
2678         * backend/comics/comics-document.[ch]:
2679         * backend/comics/comicsdocument.evince-backend.in:
2680         * backend/djvu/Makefile.am:
2681         * backend/djvu/djvu-document.[ch]:
2682         * backend/djvu/djvudocument.evince-backend.in:
2683         * backend/dvi/Makefile.am:
2684         * backend/dvi/dvi-document.[c]:
2685         * backend/dvi/dvidocument.evince-backend.in:
2686         * backend/impress/Makefile.am:
2687         * backend/impress/impress-document.[ch]:
2688         * backend/impress/impressdocument.evince-backend.in:
2689         * backend/pdf/Makefile.am:
2690         * backend/pdf/ev-poppler.cc:
2691         * backend/pdf/ev-poppler.h:
2692         * backend/pdf/pdfdocument.evince-backend.in:
2693         * backend/pixbuf/Makefile.am:
2694         * backend/pixbuf/pixbuf-document.[ch]:
2695         * backend/pixbuf/pixbufdocument.evince-backend.in:
2696         * backend/ps/Makefile.am:
2697         * backend/ps/ev-spectre.[ch]:
2698         * backend/ps/ps-document.[ch]:
2699         * backend/ps/psdocument.evince-backend.in:
2700         * backend/tiff/Makefile.am:
2701         * backend/tiff/tiff-document.[ch]:
2702         * backend/tiff/tiffdocument.evince-backend.in:
2703         * libdocument/Makefile.am:
2704         * libdocument/ev-backends-manager.[ch]:
2705         * libdocument/ev-module.[ch]:
2706         * libdocument/ev-document.h:
2707         * libdocument/ev-document-factory.[ch]:
2708         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2709         (get_compression_from_mime_type), (get_document_from_uri),
2710         (ev_document_factory_get_document), (file_filter_add_mime_types),
2711         (ev_document_factory_add_filters):
2712         * shell/Makefile.am:
2713         * shell/ev-window-title.c: (get_filename_from_uri):
2714         * shell/main.c: (main):
2715         * thumbnailer/Makefile.am:
2716         * thumbnailer/evince-thumbnailer.c: (main):
2717
2718         Plugin system for backends. Fixes bug #351348.
2719         
2720 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2721
2722         * shell/ev-view-private.h:
2723         * shell/ev-view.c: (ev_view_drag_update_momentum),
2724         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2725         (ev_view_button_release_event), (ev_view_destroy):
2726         
2727         Kinetic scrolling implemented as requested in
2728         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2729
2730 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2731
2732         * data/evince-toolbar.xml:
2733         * data/evince-ui.xml:
2734         * shell/ev-view-private.h:
2735         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2736         (ev_view_button_press_event), (ev_view_motion_notify_event),
2737         (ev_view_button_release_event), (ev_view_init),
2738         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2739         (ev_view_set_cursor):
2740         * shell/ev-view.h:
2741         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2742         (ev_window_cmd_view_autoscroll):
2743         
2744         Autoscroll feature with the context menu. Fixes bug 
2745         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2746
2747 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2750
2751         Disconnect also page-ready signal when removing a job because the
2752         page size has changed. Thanks to kripken
2753         <kripkensteiner@gmail.com>.
2754
2755 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2756
2757         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2758         
2759         Scroll pages in page entry with mouse wheel. Fixes bug
2760         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2761
2762 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * backend/dvi/Makefile.am:
2765         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2766         (mdvi_cairo_device_init):
2767         * backend/dvi/mdvi-lib/common.h:
2768         * backend/dvi/mdvi-lib/mdvi.h:
2769         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2770         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2771         (mdvi_build_path_from_cwd):
2772
2773         Add ps specials support in dvi backend when libspectre is
2774         present. Fixes bug #386005.
2775         
2776 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2777
2778         * configure.ac:
2779         * backend/ps/Makefile.am:
2780         * backend/ps/ev-spectre.[ch]:
2781         
2782         Use libspectre, if available, for the ps backend. Fixes bugs
2783         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2784
2785 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2786         
2787         * backend/comics/comics-document.c: (comics_document_load):
2788         
2789         Cygwin build issue fix.
2790
2791 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * shell/ev-view.c: (ev_view_set_zoom):
2794
2795         Do not limit the minimum zoom factor when sizing mode is best bit
2796         or fit width. Fixes bug #503805.
2797         
2798 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2799
2800         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2801         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2802         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2803         (ev_link_dest_get_property), (ev_link_dest_set_property),
2804         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2805         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2806         (ev_link_dest_new_fitr):
2807         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2808         (goto_fith_dest), (goto_xyz_dest):
2809
2810         Do not change left, top and zoom values when they are null in PDF
2811         destinations. Fixes bug #460658.
2812         
2813 2007-12-10  Christian Persch  <chpe@gnome.org>
2814
2815         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2816         (ev_view_accessible_class_init),
2817         (ev_view_accessible_idle_do_action),
2818         (ev_view_accessible_action_do_action),
2819         (ev_view_accessible_action_get_description),
2820         (ev_view_accessible_action_set_description),
2821         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2822         (ev_view_accessible_factory_init),
2823         (ev_view_accessible_factory_get_accessible_type):
2824         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2825         private data, and G_DEFINE_TYPE. Bug #502843.
2826
2827 2007-12-08  Christian Persch  <chpe@gnome.org>
2828
2829         * shell/ev-metadata-manager.c: (item_free),
2830         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2831         (value_free), (parse_value), (parseItem),
2832         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2833         (save_values): Use GSlice to allocate small amounts of memory. Bug
2834         #475972.
2835
2836 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2839
2840         Restore cursor to normal after a drag operation. Fixes bug
2841         #501603.
2842         
2843 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2844
2845         * NEWS:
2846         * configure.ac:
2847         
2848         Update for release 2.21.1
2849
2850 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * configure.ac:
2853         * cut-n-paste/gedit-message-area/Makefile.am:
2854         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2855         * shell/Makefile.am:
2856         * shell/ev-message-area.[ch]:
2857         * shell/ev-window.c: (ev_window_set_message_area),
2858         (ev_window_error_message_response_cb), (ev_window_error_message),
2859         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2860         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2861         (ev_attachment_popup_cmd_open_attachment),
2862         (attachment_save_dialog_response_cb), (ev_window_set_document),
2863         (ev_window_init):
2864
2865         Use a message area instead of a popup dialog for error
2866         notifications. Fixes bug #337495.
2867         
2868 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2871         (ev_window_run_fullscreen):
2872
2873         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2874         
2875 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * ev-sidebar-thumbnails.c: (update_visible_range),
2878         (ev_sidebar_thumbnails_refresh),
2879         (ev_sidebar_thumbnails_set_document),
2880         (ev_sidebar_thumbnails_support_document):
2881
2882         Show thumbnails for documents with one page. Fixes bug #358751.
2883         
2884 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * shell/ev-window.c:
2887         (ev_window_load_print_settings_from_metadata),
2888         (ev_window_save_print_settings), (ev_window_print_finished),
2889         (ev_window_print_range):
2890
2891         Print settings that are specific to the document are now saved per
2892         document in the metadata file. Fixes bug #488806.
2893         
2894 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2895
2896         * backend/tiff/tiff-document.c: (tiff_document_render):
2897
2898         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2899         
2900 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * shell/ev-application.[ch]: (get_find_string_from_args),
2903         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2904         (ev_application_open_uri_list):
2905         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2906         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2907         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2908         (ev_window_cmd_recent_file_activate),
2909         (ev_window_open_recent_action_item_activated),
2910         (ev_window_print_send), (open_remote_link):
2911         * shell/main.c: (arguments_parse):
2912
2913         Add a command line option for search. Fixes bug #497710.
2914         
2915 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2916
2917         * shell/ev-jobs.c: (ev_job_print_new):
2918
2919         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2920         
2921 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2922
2923         * data/evince-toolbar.xml:
2924         * shell/Makefile.am:
2925         * shell/ev-application.c: (ev_application_init):
2926         * shell/ev-open-recent-action.[ch]:
2927         * shell/ev-window.c:
2928         (ev_window_open_recent_action_item_activated),
2929         (register_custom_actions):
2930
2931         Add an expander to the open toolbar item which pops up a dropdown
2932         menu with the recently used documents. Fixes bug #487215.
2933         
2934 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * shell/ev-window.c: (ev_window_open_uri),
2937         (ev_window_cmd_view_reload):
2938
2939         Do not jump to the first page when reloading by running evince
2940         from the command line. Fixes bug #490847.
2941         
2942 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2943
2944         * shell/ev-window.c: (ev_window_cmd_help_contents):
2945
2946         Plugged memory leak when help file is not found. Fixes bug
2947         #490762.
2948         
2949 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2950
2951         * configure.ac:
2952
2953         Enable djvu, dvi and comics backends by default. Fixes bug
2954         #437121.
2955         
2956 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * configure.ac:
2959         * cut-n-paste/Makefile.am:
2960         * cut-n-paste/recent-files/*: Removed
2961         * help/reference/Makefile.am:
2962         * shell/Makefile.am:
2963         * shell/ev-application.[ch]: (ev_application_shutdown),
2964         (ev_application_init):
2965         * shell/ev-window.c: (ev_window_add_recent),
2966         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2967
2968         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2969         
2970 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2971
2972         * shell/ev-window.c: (launch_external_uri):
2973
2974         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2975         and report error if the URL is not supported (#489910).
2976
2977 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2978
2979         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2980         (pdf_document_file_exporter_begin_page),
2981         (pdf_document_file_exporter_end_page):
2982
2983         Fix printing with poppler splash backend. Fixes bug #489774.
2984         
2985 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2988         * shell/ev-print-job.c: (ev_print_job_class_init):
2989
2990         Fix a crash when printing with the gnome-print dialog. Fixes bug
2991         #488939.
2992         
2993 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2994
2995         * backend/pixbuf/pixbuf-document.c:
2996
2997         Fix an implicit function definition warning (#487655)
2998
2999 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * shell/ev-window.c:
3002
3003         Fix conflicting shortcut for view sade pane and presentation.
3004         
3005 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3006
3007         * backend/pdf/ev-poppler.cc:
3008         (pdf_document_file_exporter_begin_page),
3009         (pdf_document_file_exporter_do_page),
3010         (pdf_document_file_exporter_end_page),
3011         (pdf_document_file_exporter_iface_init):
3012         * libdocument/ev-file-exporter.[ch]:
3013         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3014         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3015         (ev_job_print_run):
3016
3017         When printing multiple pages per sheet in reverse option, do not
3018         invert the order of the pages in every sheet, but the order of the
3019         sheets. Do not print blank pages when page range is invalid. Fixes
3020         bugs #484857 and #485521.
3021         
3022 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3025         (ev_job_print_run):
3026         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3027
3028         Respect ranges order when printing more than one range in random
3029         order.
3030         
3031 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3032
3033         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3034         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3035
3036         Rotate also the window icon when document is rotated. Fixes bug
3037         #474681.
3038         
3039 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3042         (pdf_document_forms_get_form_fields):
3043
3044         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3045         Matthias Drochner.
3046         
3047 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3048
3049         * configure.ac:
3050         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3051
3052         Use poppler_page_render_for_printing() instead of
3053         poppler_page_render() if available when exporting to a ps or pdf
3054         file. Fixes bug #476627.
3055         
3056 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * shell/ev-window.c: (ev_window_run_fullscreen):
3059
3060         Do not show the toolbar in fullscreen mode if the main toolbar is
3061         not visible. Fixes bug #483048.
3062         
3063 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3064
3065         * shell/ev-view.c: (ev_view_button_press_event):
3066
3067         Give priority to form fields over images when deciding whether a
3068         button press event is over an image or form field. It allows edit
3069         form fields when they are over a background image. Fixes bug
3070         #477841.
3071         
3072 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3073
3074         * NEWS:
3075         * configure.ac:
3076         
3077         Update for release 2.20.0
3078
3079 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * backend/pdf/ev-poppler.cc:
3082
3083         Remove #ifdef HAVE_FORMS, so that forms support works again.
3084
3085 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3086
3087         * configure.ac:
3088         * data/evince.desktop.in.in:
3089         
3090         Fixes desktop file issues. See bug #473471.
3091
3092 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3093
3094         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3095         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3096         (ev_job_queue_remove_job):
3097         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3098         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3099         * shell/ev-window.c: (ev_window_clear_save_job),
3100         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3101         (ev_window_dispose):
3102
3103         Move save a copy task to its own job so that it's carried out in a
3104         thread avoiding another lock in the main thread. Use
3105         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3106         can be saved to a pathin another file system. Fixes bug #456891.
3107         
3108 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3109
3110         * NEWS:
3111         * configure.ac:
3112         
3113         Update for release 2.19.92
3114
3115 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * configure.ac:
3118         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3119         (pdf_selection_get_selection_region),
3120         (pdf_selection_get_selection_map),
3121         (ev_form_field_from_poppler_field):
3122
3123         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3124         and triple click selections are enabled again now.
3125
3126 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3127
3128         * shell/ev-window.c: (ev_window_add_history):
3129
3130         Make sure not to use the history with documents not supporting
3131         links. Fixes bug #468954.
3132
3133 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3134
3135         * shell/ev-window.c: (ev_window_load_job_cb):
3136
3137         Restart the search when reloading a document with the find bar
3138         visible. Fixes bug #461962.
3139
3140 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * shell/ev-window.c: (setup_document_from_metadata),
3143         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3144
3145         Do not jump to the first page when reloading a document from the
3146         last page.
3147
3148 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * shell/ev-window.c: (update_chrome_flag),
3151         (setup_sidebar_from_metadata),
3152         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3153         (ev_window_cmd_edit_find_next),
3154         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3155         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3156         (find_bar_close_cb), (view_actions_focus_in_cb):
3157
3158         Do not update visibility when changing a chrome flag so that it's
3159         possible to update several flags and update visibility only once
3160         for all of them.
3161
3162 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3163
3164         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3165
3166         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3167         supported by gtk+. Fixes bug #460907.
3168
3169 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3170
3171         * shell/ev-view.c: (view_update_range_and_current_page):
3172
3173         Make sure current-page <= end-page in continuous mode. Fixes bug
3174         #454950.
3175
3176 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3177
3178         * backend/pdf/ev-poppler.cc: (build_tree):
3179
3180         Ignore outline items without a title. Fixes bug #453913.
3181
3182 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3185         (ev_view_button_release_event), (ev_view_leave_notify_event):
3186
3187         Use always drag mouse cursor during a drag operation. Fixes bug
3188         #470564.
3189
3190 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3191
3192         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3193         (pdf_selection_get_selection_region),
3194         (pdf_selection_get_selection_map):
3195
3196         Temporarily disable double and triple selections since it depends on
3197         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3198         released and the update of the external dependency minimal version
3199         approved.
3200
3201 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3204         (pdf_document_file_exporter_do_page):
3205         * libdocument/ev-file-exporter.h:
3206         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3207         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3208
3209         Actually fix printing regressions. Remove orientation from
3210         EvPrintContext since it's redundant.
3211
3212 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3213
3214         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3215         * backend/impress/impress-document.c:
3216         (impress_document_document_iface_init):
3217         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3218         * backend/djvu/djvu-document.c:
3219         (djvu_document_document_iface_init),
3220         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3221         * backend/tiff/tiff-document.c:
3222         (tiff_document_document_iface_init):
3223         * backend/pixbuf/pixbuf-document.c:
3224         (pixbuf_document_document_iface_init):
3225         * backend/comics/comics-document.c:
3226         (comics_document_document_iface_init):
3227         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3228         (pdf_selection_render_selection),
3229         (pdf_selection_get_selected_text),
3230         (pdf_selection_get_selection_region),
3231         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3232         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3233         (ev_selection_get_selection_region),
3234         (ev_selection_get_selection_map):
3235         * libdocument/ev-document.[ch]:
3236         * shell/ev-pixbuf-cache.[ch]: (add_job),
3237         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3238         * shell/ev-view-private.h:
3239         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3240         (ev_job_render_run):
3241         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3242         * shell/ev-view.c: (start_selection_for_event),
3243         (ev_view_button_press_event), (ev_view_drag_data_get),
3244         (ev_view_drag_data_received), (ev_view_button_release_event),
3245         (compute_new_selection_text), (compute_selections),
3246         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3247         (ev_view_primary_get_cb):
3248
3249         Add support for double and triple click selections.
3250
3251 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3252
3253         * NEWS:
3254         * configure.ac:
3255
3256         Update for release 2.19.4
3257
3258 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3259
3260         * shell/ev-view-private.h:
3261         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3262         (ev_view_set_highlight_search):
3263         * shell/ev-view.h:
3264         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3265         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3266         (find_bar_visibility_changed_cb):
3267         
3268         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3269
3270 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3271
3272         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3273         (pdf_document_file_exporter_begin),
3274         (pdf_document_file_exporter_do_page):
3275         * shell/ev-jobs.c: (ev_job_print_run):
3276         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3277
3278         Create always a portrait cairo surface and rotate when needed for
3279         landscape. It fixes printing problems in real printers.
3280
3281 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3284         * libdocument/ev-file-exporter.[ch]:
3285         (ev_file_exporter_get_capabilities):
3286         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3287         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3288
3289         Adjust number of pages per row according to page orientation when
3290         printing 2 or 6 pages per sheet.
3291
3292 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3293
3294         * shell/ev-window.c: (ev_window_print_send):
3295
3296         Reset also cups setting to 1 when printing multiple pages per
3297         sheet. Fixes bug #468853.
3298
3299 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * libdocument/ev-document-misc.c:
3302         (ev_document_misc_surface_rotate_and_scale):
3303
3304         Use directly cairo_surface_get_content() when creating a similar
3305         surface as suggested by Jeff Muizelaar. Thanks again.
3306
3307 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * backend/djvu/djvu-document.c: (djvu_document_render):
3310         * backend/tiff/tiff-document.c: (tiff_document_render):
3311         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3312         * libdocument/ev-document-misc.c:
3313         (ev_document_misc_surface_from_pixbuf),
3314         (ev_document_misc_surface_rotate_and_scale):
3315
3316         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3317         creating page surfaces. Fixes bug #453123. Thank you very much to
3318         Jeff Muizelaar <jeff@infidigm.net>.
3319
3320 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * shell/ev-page-cache.c: (ev_page_cache_new),
3323         (ev_page_cache_get_thumbnail_size):
3324         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3325         (ev_sidebar_thumbnails_set_loading_icon):
3326
3327         Also store in page-cache the dimensions of the thumbnails so that
3328         they can be used to create the correct loading icon in the side
3329         pane. Fixes bug #466857.
3330
3331 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3332
3333         * backend/pdf/ev-poppler.cc:
3334         (pdf_document_thumbnails_get_thumbnail):
3335
3336         Fix thumbnails rotation in pdf documents that include embedded 
3337         thumbnails.
3338
3339 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3340
3341         * backend/pdf/ev-poppler.cc:
3342
3343         Don't use #ifdef in macro expansion. Some compilers don't
3344         like that. Closes bug #467042.
3345
3346 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3347
3348         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3349         
3350         Fixes memory leak in djvu backend.
3351
3352 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3353
3354         * data/icons/32x32/Makefile.am:
3355         * data/icons/32x32/actions/Makefile.am:
3356         * data/icons/32x32/actions/view-page-cont.svg:
3357         * data/icons/32x32/actions/view-page-facing.svg:
3358         * data/icons/48x48/Makefile.am:
3359         * data/icons/48x48/actions/Makefile.am:
3360         * data/icons/48x48/actions/view-page-cont.svg:
3361         * data/icons/48x48/actions/view-page-facing.svg:
3362         
3363         Icons for a new sizes.
3364
3365 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3366
3367         * shell/ev-page-cache.c: (build_height_to_page),
3368         (ev_page_cache_get_height_to_page):
3369         
3370         Fixes invalid read, see bug #466401.
3371
3372 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3375         (set_drag_cursor):
3376         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3377         (configure_item_cursor), (new_pixbuf_from_widget):
3378
3379         Fix multihead problems in toolbar editor. Fixes bug #382055.
3380
3381 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * shell/ev-window.c: (ev_window_cmd_file_open),
3384         (ev_window_cmd_save_as):
3385
3386         Use g_get_user_special_dir when available instead of
3387         xdg_user_dir_lookup.
3388
3389 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3390
3391         * MAINTAINERS:
3392         
3393         Updated according to request on desktop-devel.
3394
3395 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3398
3399         Do not use cairo_rectangle and cairo_clip since we are
3400         not using cairo_fill but cairo_paint. Use the same cairo context
3401         for every page in the same expose event.
3402
3403 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3404
3405         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3406         leak.
3407
3408 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3409
3410         * configure.ac:
3411         * NEWS:
3412
3413         Release 0.9.3
3414
3415 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3416
3417         * libdocument/ev-document-info.h:
3418         * libdocument/ev-document.h:
3419         * shell/ev-page-action.h:
3420         * shell/ev-sidebar-links.h:
3421
3422         Fix a headers problem with ev-link
3423         
3424         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3425         * shell/ev-view-private.h:
3426         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3427         (get_link_area), (ev_view_query_tooltip),
3428         (ev_view_leave_notify_event), (ev_view_destroy),
3429         (ev_view_class_init):
3430
3431         Use new gtk tooltips when available instead of ev-tooltip.
3432         
3433 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3434
3435         * shell/ev-window.c: (update_chrome_visibility),
3436         (ev_window_sidebar_visibility_changed_cb):
3437
3438         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3439         
3440 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3441
3442         * shell/ev-navigation-action.c:
3443         (ev_navigation_action_history_changed),
3444         (ev_navigation_action_set_history):
3445         * shell/ev-navigation-action-widget.c:
3446         (ev_navigation_action_widget_init):
3447         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3448
3449         Fix compile warnings.
3450         
3451 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3454         (egg_editable_toolbar_dispose):
3455
3456         Fix memory leak.
3457         
3458 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3459
3460         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3461         (screensaver_disable_x11):
3462         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3463         * shell/ev-window.c: (presentation_set_timeout):
3464         * shell/ev-view.c: (ev_view_presentation_transition_start):
3465
3466         Use g_timeout_add_seconds instead of g_timeout_add when
3467         available.
3468         
3469 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3470
3471         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3472
3473         Set horizontal scrollbar policy to AUTOMATIC instead of
3474         NEVER. Workaround for bug #449462.
3475         
3476 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3477
3478         * shell/ev-jobs.c: (ev_job_render_page_ready):
3479
3480         Add page_ready callback to main loop with high priority and hold
3481         a reference to job during idle.
3482         
3483 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3484
3485         * configure.ac:
3486         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3487         (pdf_document_file_exporter_begin),
3488         (pdf_document_file_exporter_do_page),
3489         (pdf_document_file_exporter_get_capabilities):
3490         * libdocument/ev-file-exporter.h:
3491         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3492         * shell/ev-window.c: (ev_window_print_send),
3493         (ev_window_print_dialog_response_cb):
3494
3495         Allow printing multiple pages per sheet. Fixes bug #395573.
3496         
3497 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3498
3499         * shell/ev-view.c: (tip_from_link):
3500         
3501         Check for NULL, fixes bug #460862.
3502
3503 2007-07-29  Christian Persch  <chpe@gnome.org>
3504
3505         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3506         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3507         (ev_window_cmd_preview_print):
3508         
3509         Fixes bug #437681 - blocks while enumerating printers.
3510
3511 2007-07-29  Christian Persch  <chpe@gnome.org>
3512
3513         * shell/ev-window.c: (ev_window_screen_changed):
3514         
3515         Don't use deprecated gtk+ function. See bug #460909.
3516
3517 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * shell/ev-utils.c: (get_num_monitors):
3520         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3521
3522         Do not use display before initializing it. Remove compile
3523         warnings.
3524
3525 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3526
3527         * shell/ev-view.c: (ev_view_class_init):
3528         
3529         Unix-like hjkl bindings added. See bug #458111.
3530
3531 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3532
3533         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3534         * shell/ev-utils.h:
3535         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3536         (ev_view_update_view_size):
3537         * shell/ev-view.h:
3538         * shell/ev-window.c: (ev_window_update_actions),
3539         (setup_view_from_metadata), (ev_window_screen_changed),
3540         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3541         (zoom_control_changed_cb):
3542         * shell/ev-window.h:
3543         
3544         Reorganizes utility functions.
3545
3546 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3547
3548         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3549         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3550         (add_job), (ev_pixbuf_cache_get_surface),
3551         (ev_pixbuf_cache_get_link_mapping),
3552         (ev_pixbuf_cache_get_image_mapping),
3553         (ev_pixbuf_cache_get_form_field_mapping),
3554         (ev_pixbuf_cache_get_text_mapping):
3555         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3556         (notify_page_ready), (ev_job_render_page_ready),
3557         (ev_job_render_run):
3558
3559         Add page_ready signal to notify that page is ready as soon as
3560         possible even if other page elements like links, forms, images or
3561         text mapping are not ready yet.
3562
3563 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3566         (dvi_document_file_exporter_do_page),
3567         (dvi_document_file_exporter_get_capabilities),
3568         (dvi_document_file_exporter_iface_init):
3569         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3570         (ps_document_file_exporter_do_page),
3571         (ps_document_file_exporter_get_capabilities),
3572         (ps_document_file_exporter_iface_init):
3573         * backend/djvu/djvu-document.c:
3574         (djvu_document_file_exporter_begin),
3575         (djvu_document_file_exporter_end),
3576         (djvu_document_file_exporter_get_capabilities),
3577         (djvu_document_file_exporter_iface_init):
3578         * backend/tiff/tiff-document.c:
3579         (tiff_document_file_exporter_begin),
3580         (tiff_document_file_exporter_get_capabilities),
3581         (tiff_document_document_file_exporter_iface_init):
3582         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3583         (pdf_document_file_exporter_do_page),
3584         (pdf_document_file_exporter_get_capabilities),
3585         (pdf_document_file_exporter_iface_init):
3586         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3587         (ev_file_exporter_get_capabilities):
3588         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3589         (idle_print_handler), (ev_print_job_print):
3590         * shell/ev-jobs.c: (ev_job_print_run):
3591         * shell/ev-window.c: (ev_window_print_send),
3592         (ev_window_print_range):
3593
3594         Use capabilities to know which options should be offered by the
3595         print dialog depending on the document backend.
3596
3597 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3598
3599         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3600
3601         Give priority to forms over text to set the cursor.
3602
3603 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3604
3605         * shell/ev-view-private.h:
3606         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3607         (ev_view_leave_notify_event), (ev_view_finalize),
3608         (ev_view_get_property), (ev_view_class_init):
3609
3610         Use IBEAM cursor for text form fields and NORMAL cursor for read
3611         only fields. Remove unused status attribute.
3612
3613 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3614
3615         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3616
3617         Update region for current selected items also for checkbox
3618         buttons, since they can behave as radio buttons when they are in a
3619         set.
3620
3621 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * configure.ac:
3624         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3625
3626         Get max length of text form fields.
3627
3628 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3629
3630         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3631         * libdocument/ev-form-field.h:
3632         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3633
3634         Fix build with current poppler cvs head.
3635
3636 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3639         * shell/eggfindbar.c: (egg_find_bar_init):
3640
3641         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3642         deprecation. Fixes bug #455667
3643
3644 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3645
3646         * NEWS:
3647         * configure.ac:
3648         
3649         Update for release 0.9.2
3650
3651 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * shell/ev-view.c: (ev_view_form_field_text_save),
3654         (ev_view_form_field_choice_save):
3655
3656         Fix a crash when closing whith a form widget visible.
3657
3658 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3661
3662         Update also the region of the current selected button when
3663         clicking on another button if they are radio buttons.
3664
3665 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3668         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3669         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3670         (ev_pixbuf_cache_get_link_mapping),
3671         (ev_pixbuf_cache_get_image_mapping),
3672         (ev_pixbuf_cache_get_form_field_mapping),
3673         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3674         * shell/ev-view.c: (ev_view_form_field_get_region),
3675         (ev_view_form_field_button_create_widget),
3676         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3677         (job_finished_cb):
3678
3679         Redraw only form field region instead of the whole page when
3680         reloading a page to show changes on the form field.
3681
3682 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3683
3684         * shell/ev-view.c: (ev_view_form_field_choice_save):
3685
3686         Fix selection of first item in list form fields.
3687
3688 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3691         (ev_pixbuf_cache_reload_page),
3692         (ev_pixbuf_cache_get_form_field_mapping):
3693
3694         Some refactoring to avoid duplicated code.
3695
3696 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3697
3698         * configure.ac:
3699         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3700         (ev_form_field_from_poppler_field),
3701         (pdf_document_forms_get_form_fields),
3702         (pdf_document_forms_form_field_text_get_text),
3703         (pdf_document_forms_form_field_text_set_text),
3704         (pdf_document_forms_form_field_button_set_state),
3705         (pdf_document_forms_form_field_button_get_state),
3706         (pdf_document_forms_form_field_choice_get_item),
3707         (pdf_document_forms_form_field_choice_get_n_items),
3708         (pdf_document_forms_form_field_choice_is_item_selected),
3709         (pdf_document_forms_form_field_choice_select_item),
3710         (pdf_document_forms_form_field_choice_toggle_item),
3711         (pdf_document_forms_form_field_choice_unselect_all),
3712         (pdf_document_forms_form_field_choice_set_text),
3713         (pdf_document_forms_form_field_choice_get_text),
3714         (pdf_document_document_forms_iface_init):
3715         * libdocument/Makefile.am:
3716         * libdocument/ev-form-field.[ch]:
3717         * libdocument/ev-document-forms.[ch]:
3718         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3719         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3720         (add_job), (ev_pixbuf_cache_reload_page),
3721         (ev_pixbuf_cache_get_form_field_mapping):
3722         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3723         * shell/ev-view-private.h:
3724         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3725         (ev_view_handle_cursor_over_xy),
3726         (ev_view_get_form_field_at_location),
3727         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3728         (ev_view_form_field_button_create_widget),
3729         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3730         (ev_view_form_field_text_create_widget),
3731         (ev_view_form_field_choice_save),
3732         (ev_view_form_field_choice_changed),
3733         (ev_view_form_field_choice_create_widget),
3734         (ev_view_handle_form_field), (ev_view_size_allocate),
3735         (ev_view_realize), (draw_end_presentation_page),
3736         (ev_view_button_press_event), (ev_view_remove_all),
3737         (ev_view_motion_notify_event), (ev_view_key_press_event),
3738         (ev_view_enter_notify_event), (highlight_find_results),
3739         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3740         (ev_view_class_init), (page_changed_cb),
3741         (on_adjustment_value_changed), (ev_view_set_presentation),
3742         (merge_selection_region), (ev_view_set_cursor),
3743         (ev_view_reset_presentation_state):
3744         
3745         Merge evince-forms branch.
3746
3747 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3748
3749         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3750
3751         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3752         This script also updates itself from libegg
3753
3754         * cut-n-paste/toolbar-editor/egg*:
3755         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3756         libegg
3757
3758 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3759
3760         * shell/ev-window.c:
3761         
3762         Adds a nice icon to page action during toolbar editing.
3763         See bug #452872.
3764
3765 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3766
3767         * data/evince-toolbar.xml:
3768         * shell/ev-window.c:
3769         
3770         Let user add a presentation and fullscreen icons on toolbar.
3771         See bug #449734.
3772
3773 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3774
3775         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3776
3777         new script to keep in sync with toolbareditor in libegg
3778
3779         * cut-n-paste/toolbar-editor/*: 
3780
3781         Run update-toolbareditor-from-libegg so we are in sync again. 
3782         Fixes bug #452850.
3783         
3784
3785 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3786
3787         * shell/ev-sidebar-links.c: (job_finished_callback):
3788
3789         Do not connect selection changed signal more than once. Fixes bug
3790         #349433.
3791
3792 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3795
3796         Do not change sidebar chrome flag when pressing F9 key in
3797         presentation mode.
3798
3799 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * backend/pdf/ev-poppler.cc:
3802         (pdf_document_thumbnails_get_dimensions):
3803
3804         Make sure thumbnails width and height is not <= 0. Fixes a crash
3805         with some pdf documents which have really small pages.
3806
3807 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3808
3809         * shell/main.c: (main):
3810
3811         Fixes program description translation issue.
3812         Bug #450148.
3813
3814 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3815
3816         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3817
3818         Do not change current page when returning from black/white mode
3819         in presentation. Fixes bug #415032.
3820
3821 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3822
3823         * NEWS:
3824         * configure.ac:
3825         
3826         Update for release 0.9.1
3827
3828 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3829
3830         * backend/dvi/dvi-document.c:
3831         (dvi_document_finalize),
3832         (dvi_document_file_exporter_format_supported),
3833         (dvi_document_file_exporter_begin),
3834         (dvi_document_file_exporter_do_page),
3835         (dvi_document_file_exporter_end),
3836         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3837         
3838         PDF exporter for dvi documents. Fixes bug #441319.
3839
3840 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3841
3842         * shell/ev-window.c: (ev_window_clear_print_job):
3843
3844         Clear gtk print job when job has finished. Fixes bug #447612.
3845
3846 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3847
3848         * shell/ev-window.c: (ev_window_print_send),
3849         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3850
3851         Add preview button to print dialog. Fixes bug #445419.
3852
3853 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3854
3855         * backend/dvi/Makefile.am:
3856         * backend/dvi/pixbuf-device.[ch]: Removed
3857         * backend/dvi/cairo-device.[ch]: Added
3858         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3859         * backend/dvi/dvi-document.c: (dvi_document_load),
3860         (dvi_document_render), (dvi_document_finalize),
3861         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3862         (dvi_document_do_color_special):
3863         * libdocument/ev-document-misc.[ch]:
3864         (ev_document_misc_pixbuf_from_surface):
3865
3866         Port dvi backend to cairo and fix a problem with colors. 
3867
3868 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3869
3870         * shell/ev-view.c: (draw_one_page):
3871
3872         Draw only visible region.
3873
3874 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3875
3876         * backend/djvu/djvu-document.c: (djvu_document_render):
3877
3878         Fix rotation in djvu backend.
3879
3880 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3883         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3884         (ev_pixbuf_cache_get_image_mapping),
3885         (ev_pixbuf_cache_get_text_mapping):
3886
3887         Redraw view every time we have a new surface. Fixes bug #443587.
3888
3889 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3890
3891         * libdocument/ev-document.c: (ev_document_info_free):
3892
3893         Fix memory leaks.
3894
3895 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3896
3897         * backend/dvi/dvi-document.c: (dvi_document_render),
3898         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3899         * backend/impress/impress-document.c:
3900         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3901         (impress_document_render), (impress_document_document_iface_init),
3902         (impress_document_thumbnails_get_thumbnail):
3903         * backend/djvu/djvu-document-private.h:
3904         * backend/djvu/djvu-document.c: (djvu_document_render),
3905         (djvu_document_finalize), (djvu_document_document_iface_init),
3906         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3907         * backend/tiff/tiff-document.c: (tiff_document_render),
3908         (tiff_document_render_pixbuf),
3909         (tiff_document_document_iface_init):
3910         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3911         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3912         (pdf_selection_render_selection):
3913         * backend/comics/comics-document.c:
3914         (comics_document_render_pixbuf), (comics_document_render),
3915         (comics_document_document_iface_init):
3916         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3917         (pixbuf_document_document_iface_init):
3918         * libdocument/ev-document-misc.[ch]:
3919         (ev_document_misc_surface_from_pixbuf),
3920         (ev_document_misc_surface_rotate_and_scale):
3921         * libdocument/ev-document.[ch]: (ev_document_render):
3922         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3923         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3924         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3925         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3926         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3927         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3928         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3929         (render_finished_cb), (ev_job_render_run):
3930         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3931         (merge_selection_region):
3932
3933         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3934         and selections.
3935
3936 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3937
3938         * shell/ev-window-title.c: (ev_window_title_update):
3939
3940         Fix memory leak.
3941
3942 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * shell/ev-view.c: (draw_loading_text):
3945
3946         Show loading text centered. Fixes bug #433061
3947
3948 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3949
3950         * shell/ev-sidebar-thumbnails.c:
3951         (ev_sidebar_thumbnails_set_loading_icon):
3952
3953         Remove a mutex in the main thread that blocks the UI in heavy
3954         documents.
3955
3956 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3959
3960         Set points_set to TRUE so that selections don't disappear after a
3961         zoom change.
3962
3963 2007-06-07  Michael Monreal  <infernux@web.de>
3964
3965         * data/icons/16x16/actions/Makefile.am:
3966         * data/icons/16x16/actions/zoom.svg:
3967         * data/icons/22x22/actions/Makefile.am:
3968         * data/icons/22x22/actions/zoom.svg:
3969         * data/icons/24x24/actions/Makefile.am:
3970         * shell/ev-stock-icons.c:
3971         * shell/ev-stock-icons.h:
3972         * shell/ev-window.c:
3973         
3974         Zoom icon artwork. See bug #444795.
3975
3976 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3977
3978         * shell/ev-metadata-manager.c: Remove extraneous function
3979         (Closes: #444386)
3980
3981 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3982
3983         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3984         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3985         (ev_metadata_manager_set), (ev_metadata_manager_save):
3986         Simplify the timeout, no need for modified anymore
3987
3988 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3989
3990         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3991         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3992         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3993         (ev_metadata_manager_save): Adapted patch from Arjan van de
3994         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3995         time, saves on power (Closes: #443851)
3996
3997 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3998
3999         * configure.ac:
4000         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4001         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4002
4003         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4004
4005 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4006
4007         * shell/ev-window.c: (ev_window_add_history):
4008
4009         Check if history is NULL
4010
4011 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4012
4013         * libdocument/ev-image.c: (ev_image_finalize):
4014         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4015         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4016         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4017         (ev_tmp_uri_unlink):
4018
4019         Add functions to delete temporary files created by evince in a safe
4020         way.
4021
4022         * shell/ev-window.c: (ev_window_clear_local_uri),
4023         (open_xfer_update_progress_callback),
4024         (save_xfer_update_progress_callback), (ev_window_save_remote),
4025         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4026         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4027         (attachment_save_dialog_response_cb),
4028         (ev_attachment_popup_cmd_save_attachment_as):
4029
4030         Allow saving a copy of a document, image or attachment to a remote
4031         location. Fixes bug #440754. 
4032
4033 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4034
4035         * configure.ac:
4036         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4037
4038         Fix build with current poppler from cvs head. 
4039
4040 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4041
4042         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4043
4044         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4045         directory exists.
4046
4047 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4048
4049         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4050         * shell/ev-window.c:
4051
4052         Change sidebar ordering. Fixes bug #439939.
4053
4054 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4055
4056         * backend/comics/Makefile.am:
4057         
4058         Fixes build with --without-libgnome.
4059
4060 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4061         
4062         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4063
4064         Update cursor and tooltip on page change and view scroll. Fixes bug
4065         #439217.
4066
4067 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4068
4069         * NEWS:
4070         * configure.ac:
4071         
4072         Update for release 0.9.0
4073
4074 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4075
4076         * backend/djvu/djvu-document-private.h:
4077         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4078         (djvu_document_finalize),
4079         (djvu_document_file_exporter_format_supported),
4080         (djvu_document_file_exporter_begin),
4081         (djvu_document_file_exporter_do_page),
4082         (djvu_document_file_exporter_end),
4083         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4084         
4085         Implemented printing with djvu. Bug #437998.
4086
4087 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4088
4089         * backend/impress/zip.c:
4090         Add missing ulong definition.
4091
4092         * backend/ps/ps-interpreter.c:
4093         Add missing headers.
4094
4095         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4096
4097 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4098
4099         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4100
4101         Add missing call to parent class dispose method. 
4102
4103 2007-05-12  Ross Burton  <ross@openedhand.com>
4104
4105         * shell/main.c:
4106         Sync keybindings manually when building without libgnome
4107         (#437925).
4108
4109 2007-05-12  Ross Burton  <ross@openedhand.com>
4110
4111         * shell/ev-window.c:
4112         Respect the screen when opening help (#437866).
4113
4114 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4115
4116         * data/evince-ui.xml:
4117         * shell/ev-application.[ch]: (get_print_settings_from_args),
4118         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4119         (ev_application_open_uri_list):
4120         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4121         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4122         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4123         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4124         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4125         (ev_window_dispose):
4126         * shell/main.c: (arguments_parse):
4127
4128         Add print button in preview mode. Fixes bug #396475. 
4129
4130 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4131
4132         * cut-n-paste/zoom-control/ephy-zoom.h:
4133         
4134         Fixes zoom level factors. See bug #408119 for details.
4135
4136 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4137
4138         * backend/comics/comics-document.c: (comics_regex_quote),
4139         (extract_argv):
4140         
4141         Correctly quote symbols. Fixes crash in the bug
4142         #415370.
4143
4144 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4145
4146         * shell/ev-navigation-action-widget.c:
4147         (ev_navigation_action_widget_init),
4148         (ev_navigation_action_widget_class_init),
4149         (ev_navigation_action_widget_button_press_event):
4150         
4151         Connect to button-press event on correct widget. Fixes
4152         bug #431988
4153
4154 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4155
4156         * shell/ev-application.c: (ev_application_open_window),
4157         (ev_application_add_icon_path_for_screen),
4158         (ev_application_open_uri_at_dest):
4159         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4160         * shell/ev-navigation-action.c: (build_menu):
4161         
4162         Add app-specific icons to our icon theme. Fixes bug
4163         #425508.
4164
4165 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4166
4167         * shell/ev-history.c: (ev_history_class_init),
4168         (ev_history_add_link):
4169         * shell/ev-history.h:
4170         * shell/ev-navigation-action.c:
4171         (ev_navigation_action_history_changed),
4172         (ev_navigation_action_set_history), (build_menu),
4173         (ev_navigation_action_finalize):
4174         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4175         
4176         Make navigation action unsensitive instead of showing
4177         menu with unsensitive word. Fixes bug #417392.
4178
4179 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4180
4181         * shell/ev-application.[ch]: (ev_application_shutdown),
4182         (ev_application_get_print_settings),
4183         (ev_application_set_print_settings):
4184         * shell/ev-window.c:
4185
4186         Remember print settings. Fixes bug #349102. 
4187
4188 2007-05-08  Christian Persch  <chpe@gnome.org>
4189
4190         * configure.ac:
4191         * properties/ev-properties-view.c:
4192
4193         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4194         Bug #382438.
4195
4196 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * configure.ac:
4199         * properties/ev-properties-view.c: (ev_regular_paper_size):
4200
4201         Use gtk+ builtin paper list to identify the document's paper size.
4202         Fixes bug #382438. 
4203
4204 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4205
4206         * configure.ac:
4207
4208         Fix build when compiling with thumbnailer and libgnome support. 
4209
4210 2007-05-04  Ross Burton  <ross@openedhand.com>
4211
4212         * configure.ac:
4213         Add --without-libgnome, check for libgnome and libgnomeui
4214         separately, and add them to the symbols as required.
4215
4216         * libdocument/ev-file-helpers.c:
4217         When building without libgnome, use g_get_user_config_dir instead
4218         of gnome_user_dir_get.
4219
4220         * shell/ev-application.c:
4221         When building without libgnome, don't use session management.
4222
4223         * shell/main.c:
4224         When building without libgnome, don't use GnomeProgram or
4225         initialise the authentication manager.
4226
4227         This fixes #328842.
4228
4229 2007-05-04  Ross Burton  <ross@openedhand.com>
4230
4231         * shell/ev-window.c:
4232         Don't use libgnome to open help, instead call Yelp directly.
4233
4234 2007-05-04  Ross Burton  <ross@openedhand.com>
4235
4236         * shell/ev-sidebar-attachments.c:
4237         Don't use libgnome to lookup icons for MIME types, instead copy
4238         code from GTK+ to do it manually.
4239
4240 2007-05-04  Ross Burton  <ross@openedhand.com>
4241
4242         * configure.ac:
4243         Add libxml to the dependencies for SHELL_CORE (#435818).
4244
4245 2007-05-02  Ross Burton  <ross@openedhand.com>
4246
4247         * configure.ac:
4248         * Makefile.am:
4249         Add --disable-thumbnailer (#434825)
4250
4251 2007-05-02  Ross Burton  <ross@openedhand.com>
4252
4253         * shell/ev-window.c:
4254         Add missing includes, fix indentation.
4255
4256         * shell/main.c:
4257         Fix indentation.
4258
4259 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4260
4261         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4262         ev_application_open_uri_at_dest instead of ev_application_open_uri
4263         preventing new document always being opened in a new window even if there
4264         is an empty window.
4265
4266 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4267
4268         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4269         (egg_recent_view_uimanager_finalize):
4270         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4271         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4272         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4273         (ev_pixbuf_cache_dispose):
4274         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4275         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4276         
4277         Add missing chain to parent class methods. Fixes
4278         bug #433128.
4279
4280 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4281
4282         * data/Makefile.am (update-icon-cache): Updates
4283         gtk-update-icon-cache in uninstall-hook.
4284
4285 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4286
4287         * shell/ev-window.c: (ev_window_setup_document),
4288         (ev_window_set_document), (ev_window_load_job_cb):
4289         * shell/ev-view.c: (setup_caches):
4290         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4291
4292         Start rendering pages before any other jobs. 
4293
4294 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4295
4296         * shell/ev-window.c: (ev_window_stop_fullscreen),
4297         (ev_window_stop_presentation):
4298
4299         Update chrome visibility before window unfullscreen. 
4300
4301 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4302
4303         * data/Makefile.am:
4304         * data/evince-ui.xml:
4305         * shell/ev-stock-icons.[ch]:
4306         * shell/ev-application.[ch]: (ev_application_shutdown),
4307         (ev_application_init), (ev_application_get_toolbars_model):
4308         * shell/ev-window.c: (update_chrome_visibility),
4309         (fullscreen_toolbar_setup_item_properties),
4310         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4311         (ev_window_run_presentation), (ev_window_stop_presentation),
4312         (ev_window_run_preview), (ev_window_screen_changed),
4313         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4314         (ev_window_dispose), (ev_window_init):
4315
4316         Make fullscreen toolbar always visible. Do not use egg toolbars for
4317         fullscreen and preview modes since such toolbars are not editables.
4318         Fixes bugs #300278, #338910 and #316188.  
4319
4320 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4321
4322         * shell/ev-application.c:
4323         * shell/ev-job-queue.c:
4324         * shell/ev-metadata-manager.c:
4325         * shell/ev-stock-icons.c:
4326         * shell/ev-window.c:
4327         * shell/main.c:
4328         
4329         Developers documentation updated.
4330
4331 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4332
4333         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4334
4335         Check whether uri is valid before launching it. Fixes bug #427664.
4336
4337 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * shell/ev-window.c:
4340
4341         Change key accelerator for Open a Copy menu entry which is in conflict
4342         with Close. Fixes bug #427321.
4343
4344 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4345
4346         * NEWS:
4347         * configure.ac:
4348         
4349         Update for release 0.8.1
4350
4351 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4352
4353         * shell/ev-window.c: (setup_size_from_metadata):
4354         
4355         Do not make window bigger than screen. Fixes bug 
4356         #388985.
4357
4358 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4359
4360         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4361         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4362
4363         Use default resolution when it's not provided by document. Fixes bug
4364         #408762.
4365
4366 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4367
4368         * configure.ac:
4369         * thumbnailer/Makefile.am:
4370         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4371         * thumbnailer/evince-thumbnailer.schemas.in:
4372         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4373
4374         Add support for ps, eps and compressed documents thumbnails. Do not
4375         ignore size parameter. 
4376
4377 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4378
4379         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4380         (dvi_document_do_color_special):
4381         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4382
4383         Implement font color specials in the DVI backend. Fixes bug #303651.
4384
4385 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4386
4387         Fixup the previous commit:
4388
4389         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4390         * shell/xdg-user-dir-lookup.c: Make the function non-static
4391         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4392
4393 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4394
4395         * shell/ev-window.c (file_open_dialog_response_cb): Use
4396         the xdg-user-dirs DOCUMENTS folder as default folder when
4397         opening a file chooser.  (#424858)
4398
4399         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4400         xdg-user-dirs.
4401
4402 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4403
4404         * shell/ev-window.c: (ev_window_load_job_cb):
4405
4406         Do not setup view from metadata on preview mode. 
4407
4408 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * shell/main.c:
4411
4412         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4413
4414 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4415
4416         * shell/ev-view.c: (ev_view_primary_get_cb):
4417
4418         Check pointer != NULL before using it. Fixes bug #416841. 
4419
4420 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4421
4422         * NEWS:
4423         * configure.ac:
4424         
4425         Release 0.8.0
4426
4427 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4428
4429         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4430
4431         Do not render thumbnails when sidebar thumbnail page is not visible
4432         at startup. Fixes bug #416447. 
4433
4434 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4435
4436         * data/evince.desktop.in.in:
4437
4438         "Application" is not a valid category in the freedesktop specification.
4439
4440 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * libdocument/ev-file-helpers.[ch]: (compression_run),
4443         (ev_file_uncompress), (ev_file_compress):
4444         * shell/ev-window.c: (file_save_dialog_response_cb):
4445
4446         Save document compressed when saving a copy of a compressed document.
4447         Fixes bug #334542.
4448
4449 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4450
4451         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4452
4453         Allow deleting in goto window entry in presentation mode. 
4454
4455 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4456
4457         * Makefile.am: Dist MAINTAINERS.
4458
4459 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4460
4461         * shell/ev-window.c: (ev_window_update_actions):
4462
4463         Fix zoom shortcut keys when searching. Fixes bug #409828.
4464
4465 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4466
4467         * shell/ev-window.c: (ev_window_setup_document):
4468
4469         Fix crash when loading documents with only one page. 
4470
4471 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4472
4473         * backend/dvi/dvi-document.c:
4474         (dvi_document_thumbnails_get_dimensions),
4475         (dvi_document_thumbnails_get_thumbnail):
4476         * backend/impress/impress-document.c:
4477         (impress_document_thumbnails_get_thumbnail),
4478         (impress_document_thumbnails_get_dimensions):
4479         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4480         (ps_document_thumbnails_get_dimensions):
4481         * backend/djvu/djvu-document.c:
4482         (djvu_document_thumbnails_get_dimensions),
4483         (djvu_document_thumbnails_get_thumbnail):
4484         * backend/tiff/tiff-document.c:
4485         (tiff_document_thumbnails_get_thumbnail),
4486         (tiff_document_thumbnails_get_dimensions):
4487         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4488         (pdf_document_thumbnails_get_thumbnail),
4489         (pdf_document_thumbnails_get_dimensions):
4490         * backend/comics/comics-document.c:
4491         (comics_document_thumbnails_get_thumbnail),
4492         (comics_document_thumbnails_get_dimensions):
4493         * backend/pixbuf/pixbuf-document.c:
4494         (pixbuf_document_thumbnails_get_thumbnail),
4495         (pixbuf_document_thumbnails_get_dimensions):
4496         * libdocument/ev-document-thumbnails.[ch]:
4497         (ev_document_thumbnails_get_thumbnail),
4498         (ev_document_thumbnails_get_dimensions):
4499         * libdocument/ev-document-misc.[ch]:
4500         (ev_document_misc_get_thumbnail_frame):
4501         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4502         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4503         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4504         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4505         (ev_sidebar_thumbnails_refresh):
4506         * shell/ev-window.c: (ev_window_setup_document):
4507         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4508
4509         Use an EvRenderContext for rendering thumbnails instead of a suggested
4510         width, so that different sized pages get sized proportionally.
4511
4512 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4513
4514         * shell/ev-view.c: (ev_view_button_press_event),
4515         (ev_view_key_press_event):
4516
4517         Fix critical warnings when there is no document loaded. 
4518
4519 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4520
4521         * shell/ev-page-action-widget.c:
4522         * shell/ev-navigation-action.c:
4523         * shell/ev-window.c:
4524
4525         Fix compile warnings. 
4526
4527 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * backend/djvu/djvu-text.h:
4530         * backend/djvu/djvu-document.c:
4531         * backend/djvu/djvu-text-page.c:
4532         * backend/djvu/djvu-links.c:
4533         * backend/djvu/djvu-text-page.h:
4534         * backend/djvu/djvu-text.c:
4535         
4536         Fix build on Mac. Fixes bug #392186. Patch by
4537         <ephraim_owns@hotmail.com>
4538
4539 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4540
4541         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4542
4543         Restore cairo context before rendering every page when printing a PDF
4544         document into a PDF file. 
4545
4546 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4547
4548         * backend/ps/gstypes.h:
4549         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4550         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4551         (ps_document_thumbnails_get_thumbnail):
4552
4553         Handle PostScript page orientation. Fixes bug #318568.
4554
4555 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4556
4557         * backend/ps/Makefile.am:
4558         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4559         (document_load), (ps_document_load), (save_document),
4560         (save_page_list), (ps_document_get_n_pages),
4561         (ps_document_get_page_size), (ps_document_get_info),
4562         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4563         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4564         (ps_document_thumbnails_get_thumbnail),
4565         (ps_document_thumbnails_get_dimensions),
4566         (ps_document_document_thumbnails_iface_init):
4567         * backend/ps/ps.[ch]: (psgetpagebox):
4568         * backend/ps/ps-interpreter.[ch]:
4569
4570         Add support for thumbnails in ps backend. Fixes bug #164755. 
4571
4572 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4573
4574         * NEWS:
4575         * configure.ac:
4576         
4577         Release 0.7.2
4578
4579 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4580
4581         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4582         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4583         (ev_window_dispose):
4584
4585         Use document thumbnail as window icon. Fixes bug #384442.
4586
4587 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4588
4589         * configure.ac:
4590
4591         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4592         duplicated adding application/x-bzpostscript instead. 
4593
4594 2007-02-11  Tom Parker  <palfrey@tevp.net>
4595
4596         * backend/ps/ps-document.c: (document_load):
4597
4598         Check return value of psscan before trying
4599         to use it. Fixes bug #372414.
4600
4601 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4604
4605         Fix invalid free in ev-page-cache. Fixes bug #404745.
4606
4607 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4608
4609         * test/Makefile.am:
4610         * test/test3.py:
4611         
4612         Added reload test case.
4613
4614 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4615
4616         * po/POTFILES.in:
4617         * backend/djvu/djvu-document.c: (djvu_document_load):
4618
4619         Check whether there are missing files in indirect multipage djvu
4620         documents. Fixes bug #361683. 
4621
4622 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4623
4624         * test/Makefile.am:
4625         * test/test-mime.bin:
4626         * test/test3.py:
4627         
4628         Added test for slow mime type
4629
4630 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4631
4632         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4633
4634         Add some checks and call parent_class->finalize. Fixes bug #404745.
4635
4636 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * shell/ev-navigation-action.c: (connect_proxy):
4639         
4640         Fixes dropdown history menu. Thanks a lot Carlos!
4641
4642 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4643
4644         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4645
4646         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4647         bug #373715.
4648
4649 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * backend/ps/ps.c: (psscan):
4652
4653         Fix memory leak. 
4654
4655 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * configure.ac:
4658         * libdocument/ev-file-helpers.c: 
4659
4660         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4661
4662 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * configure.ac:
4665         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4666         (ps_interpreter_start), (document_load), (save_document),
4667         (save_page_list):
4668         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4669         * libdocument/ev-document-factory.c:
4670         (ev_document_factory_get_from_mime), (get_document_from_uri),
4671         (free_uncompressed_uri), (ev_document_factory_get_document):
4672         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4673
4674         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4675
4676 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4677
4678         * libdocument/ev-document.h:
4679
4680         Fix typo in function name. 
4681
4682 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4683
4684         * backend/ps/ps-document.c: (ps_interpreter_finished),
4685         (ps_interpreter_start), (ps_interpreter_failed):
4686
4687         Handle ghostscript interpreter crashes. 
4688
4689 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4690
4691         * shell/ev-window.c: (ev_window_open_uri),
4692         (window_configure_event_cb):
4693
4694         Setup window size and position before showing it. Fixes bug #401711.
4695
4696 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4697
4698         * backend/ps/Makefile.am:
4699         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4700         (ps_document_dispose), (ps_document_class_init),
4701         (ps_interpreter_input), (ps_interpreter_output),
4702         (ps_interpreter_error), (setup_interpreter_env),
4703         (ps_interpreter_start), (ps_interpreter_stop),
4704         (ps_interpreter_failed), (ps_interpreter_is_ready),
4705         (check_filecompressed), (document_load), (ps_document_load),
4706         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4707         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4708         (render_page):
4709
4710         Rework ps-document. Code cleanups, remove deprecated code. 
4711
4712 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4713
4714         * shell/ev-view.c: (ev_view_button_press_event):
4715
4716         Do not start an image drag and drop operation when pointer is on 
4717         text, so that we can select text when the whole background is an
4718         image. 
4719
4720 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4721
4722         * shell/ev-window.c: (ev_window_update_actions): 
4723
4724         Disable all zoom related actions during presentation mode. 
4725
4726 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4727
4728         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4729
4730         Do not zoom in or out on presentation mode. Fixes bug #401305.
4731
4732 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * shell/ev-navigation-action.c: (connect_proxy),
4735         (create_menu_item), (ev_navigation_action_class_init):
4736         
4737         Correctly show menu and fix crash when navigaton 
4738         action is out of toolbar visible area.
4739
4740 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4741
4742         * data/Makefile.am:
4743         * data/evince.1:
4744         
4745         Added man file
4746
4747 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4748
4749         * help/reference/* :
4750         * configure.ac:
4751         
4752         Added gtk-doc based documentation for Evince.
4753         Still in initial state but I hope it will
4754         grow.
4755         
4756         * configure.ac:
4757         
4758         Lower dbus requirement to 0.70
4759
4760 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4761
4762         * shell/ev-window.c: (ev_window_add_history):
4763
4764         Fix memory leak. 
4765
4766 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4767
4768         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4769         * shell/ev-view.h:
4770         * shell/ev-window.c: (ev_window_add_history):
4771         
4772         Correctly handle named destination links
4773
4774 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4775
4776         * NOTES:
4777         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4778         * backend/pdf/ev-poppler.cc:
4779         * libdocument/ev-document-links.h:
4780         * libdocument/ev-link.c: (ev_link_get_page):
4781         * libdocument/ev-link.h:
4782         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4783         (ev_history_add_link):
4784         * shell/ev-history.h:
4785         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4786         (new_history_menu_item), (build_menu):
4787         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4788         * shell/ev-sidebar-links.c: (create_loading_model),
4789         (print_section_cb), (ev_sidebar_links_construct),
4790         (fill_page_labels), (update_page_callback_foreach),
4791         (update_page_callback), (job_finished_callback):
4792         * shell/ev-view.c: (ev_view_handle_link):
4793         * shell/ev-window.c: (ev_window_find_chapter),
4794         (ev_window_add_history), (view_handle_link_cb),
4795         (history_changed_cb):
4796         
4797         Implements another history variant
4798
4799 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4800
4801         * shell/ev-window.c: (view_external_link_cb):
4802         * shell/ev-view.c: (ev_view_button_release_event):
4803
4804         Open links in new window when clicking with middle button. 
4805
4806 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * shell/ev-navigation-action.c: (new_history_menu_item):
4809         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4810         * shell/ev-view.c: (ev_view_handle_link):
4811         * shell/ev-window.c:
4812         
4813         Store link before jump, not the destination. For me it 
4814         seems like more natural history behavior.
4815
4816 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4817
4818         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4819         (ev_navigation_action_class_init):
4820         * shell/ev-navigation-action.h:
4821         * shell/ev-page-action.c: (activate_cb):
4822         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4823         (ev_page_cache_set_current_page_history):
4824         * shell/ev-page-cache.h:
4825         * shell/ev-sidebar-thumbnails.c:
4826         (ev_sidebar_tree_selection_changed),
4827         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4828         * shell/ev-view-private.h:
4829         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4830         * shell/ev-view.h:
4831         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4832         (ev_window_setup_document), (ev_window_load_job_cb):
4833         * shell/ev-window.h:
4834         
4835         History finally works as expected.
4836
4837 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4838
4839         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4840
4841         Do not update links treeview if it doesn't have a model assigned yet. 
4842
4843 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4844
4845         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4846         (ev_sidebar_links_class_init), (update_page_callback):
4847
4848         Do not update links treeview when sidepane is not visible. 
4849
4850 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4851
4852         * shell/ev-marshal.list:
4853         * shell/ev-page-action.c: (activate_cb),
4854         (ev_page_action_class_init):
4855         * shell/ev-page-action.h:
4856         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4857         * shell/ev-window.c:
4858         
4859         Remove activate_link signal, not required.
4860
4861 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4862
4863         * shell/ev-navigation-action.c: (build_menu):
4864         
4865         Reorder menu items and build menu with fixed length.
4866
4867 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4868
4869         * shell/ev-view.c: (get_selected_text):
4870         
4871         Normalize text to fix ligatures problem. See bug
4872         #341947 for details.
4873
4874 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4875
4876         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4877
4878         Fix memory leak in ev-page-cache. 
4879
4880 2007-01-25  Tom Parker <palfrey@tevp.net>
4881
4882         * backend/impress/impress-document.c: (impress_document_load),
4883         (impress_document_finalize), (impress_document_init):
4884         * properties/ev-properties-main.c: (ev_properties_get_pages):
4885         
4886         Correctly handle impress document errors. Fixes nautilus
4887         crash in property page #370491.
4888
4889 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4890
4891         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4892         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4893         (ev_job_queue_remove_job):
4894         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4895         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4896         (ev_job_load_run):
4897         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4898         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4899         (ev_window_load_job_cb), (xfer_update_progress_callback),
4900         (ev_window_open_uri), (ev_window_dispose):
4901         * shell/main.c: (main):
4902
4903         Do file transfer asynchronously in the main thread instead of
4904         synchronously in the load thread. Fixes bugs #399694, #398307 and
4905         #343542.
4906
4907 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4908
4909         * shell/ev-jobs.c: (ev_job_xfer_run):
4910
4911         Load the document with the font-config lock held. 
4912
4913 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4914
4915         * backend/ps/ps-document.c: (start_interpreter):
4916
4917         Fix memory leaks in ps backend. 
4918
4919 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4920
4921         * backend/impress/impress-document.c:
4922         (impress_document_render_pixbuf):
4923
4924         Do not acquire fontconfig lock in impress backend, since it is using
4925         the main loop for rendering. 
4926
4927 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4928
4929         * po/POTFILES.in: 
4930
4931         Remove mdvi files that shouldn't be translated. 
4932
4933 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4934
4935         * shell/ev-view-private.h:
4936         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4937         (ev_view_set_zoom):
4938
4939         Render "loading..." text into a cairo surface instead of directly into
4940         the window so that fontconfig lock is only needed once and UI is not
4941         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4942
4943 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4944
4945         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4946         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4947
4948         Use icon theme associated with the window screen rather than default. 
4949
4950 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4951
4952         * configure.ac:
4953
4954         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4955
4956 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4957
4958         * data/icons/*/apps/evince.*:
4959
4960         Move Evince icons under new apps directory.
4961
4962         * data/icons/*/actions/*:
4963
4964         Add new custom themeable Evince icons: view-page-continuous, 
4965         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4966         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4967
4968         * configure.ac:
4969
4970         Add new directories to AC_CONFIG_FILES.
4971
4972         * shell/ev-stock-icons.c:
4973         * shell/ev-stock-icons.h:
4974
4975         Use new custom themeable icons.
4976
4977 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4978
4979         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4980
4981         Do not draw white background page in presentation mode. 
4982
4983 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4984
4985         * shell/ev-view.c: Remove unused gnome-vfs include.
4986
4987 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4988
4989         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4990         
4991         Format string is corrected, fixes bug #397129.
4992
4993 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4994
4995         * shell/ev-window.c: (ev_window_setup_recent):
4996
4997         Do not include in recent menu inexistent documents. Fixes
4998         bug #339171.
4999
5000 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5001
5002         * po/POTFILES.skip: 
5003
5004         Update POTFILES.skip file according to current source tree. 
5005
5006 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5007
5008         * shell/ev-window.c: (file_save_dialog_response_cb):
5009
5010         Do Save a copy in atomic way. Fixes bug #328266. 
5011
5012 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5015
5016         Keep selected cell always visible in index treeview.
5017
5018 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5019         
5020         * shell/ev-view.c: (ev_view_size_allocate):
5021
5022         Restore horizontal scrollbar after switching to/from fullscreen
5023         or presentation mode. Fixes bug #331728.
5024
5025 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5026
5027         * shell/ev-view-private.h:
5028         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5029         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5030         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5031         (ev_view_can_zoom_out):
5032
5033         Use max and min scale values in the view iby taking dpi into account. 
5034
5035 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * configure.ac:
5038         * NEWS:
5039
5040         Release 0.7.1
5041
5042 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * shell/ev-window.c: (ev_window_print_send):
5045
5046         Send print job to printer with some settings set to default values,
5047         since we have already exported to a file according to such settings
5048         and they could be taken twice by some printers. 
5049
5050 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5051
5052         * shell/ev-jobs.c: (ev_job_xfer_run):
5053         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5054
5055         Show main window and load document with the font-config lock held. 
5056
5057 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5058
5059         * configure.ac:
5060         * shell/ev-application.c: (ev_application_register_service):
5061         * shell/main.c: (load_files_remote):
5062
5063         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5064
5065 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5066
5067         * doc/debugging.txt:
5068         
5069         Remove obsolete documentation.
5070
5071 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5072
5073         * Makefile.am:
5074         * backend/Makefile.am:
5075         * backend/comics/Makefile.am:
5076         * backend/djvu/Makefile.am:
5077         * backend/dvi/Makefile.am:
5078         * backend/ev-async-renderer.c:
5079         * backend/ev-async-renderer.h:
5080         * backend/ev-attachment.c:
5081         * backend/ev-attachment.h:
5082         * backend/ev-backend-marshal.c:
5083         * backend/ev-document-factory.c:
5084         * backend/ev-document-factory.h:
5085         * backend/ev-document-find.c:
5086         * backend/ev-document-find.h:
5087         * backend/ev-document-fonts.c:
5088         * backend/ev-document-fonts.h:
5089         * backend/ev-document-images.c:
5090         * backend/ev-document-images.h:
5091         * backend/ev-document-info.h:
5092         * backend/ev-document-links.c:
5093         * backend/ev-document-links.h:
5094         * backend/ev-document-misc.c:
5095         * backend/ev-document-misc.h:
5096         * backend/ev-document-security.c:
5097         * backend/ev-document-security.h:
5098         * backend/ev-document-thumbnails.c:
5099         * backend/ev-document-thumbnails.h:
5100         * backend/ev-document-transition.c:
5101         * backend/ev-document-transition.h:
5102         * backend/ev-document.c:
5103         * backend/ev-document.h:
5104         * backend/ev-file-exporter.c:
5105         * backend/ev-file-exporter.h:
5106         * backend/ev-image.c:
5107         * backend/ev-image.h:
5108         * backend/ev-link-action.c:
5109         * backend/ev-link-action.h:
5110         * backend/ev-link-dest.c:
5111         * backend/ev-link-dest.h:
5112         * backend/ev-link.c:
5113         * backend/ev-link.h:
5114         * backend/ev-render-context.c:
5115         * backend/ev-render-context.h:
5116         * backend/ev-selection.c:
5117         * backend/ev-selection.h:
5118         * backend/impress/Makefile.am:
5119         * backend/pdf/Makefile.am:
5120         * backend/pixbuf/Makefile.am:
5121         * backend/ps/Makefile.am:
5122         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5123         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5124         (start_interpreter), (stop_interpreter), (document_load),
5125         (ps_document_next_page), (render_page):
5126         * backend/tiff/Makefile.am:
5127         * comics/Makefile.am:
5128         * comics/comics-document.c:
5129         * comics/comics-document.h:
5130         * configure.ac:
5131         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5132         * djvu/Makefile.am:
5133         * djvu/djvu-document-private.h:
5134         * djvu/djvu-document.c:
5135         * djvu/djvu-document.h:
5136         * djvu/djvu-links.c:
5137         * djvu/djvu-links.h:
5138         * djvu/djvu-text-page.c:
5139         * djvu/djvu-text-page.h:
5140         * djvu/djvu-text.c:
5141         * djvu/djvu-text.h:
5142         * dvi/Makefile.am:
5143         * dvi/dvi-document.c:
5144         * dvi/dvi-document.h:
5145         * dvi/fonts.c:
5146         * dvi/fonts.h:
5147         * dvi/mdvi-lib/Makefile.am:
5148         * dvi/mdvi-lib/afmparse.c:
5149         * dvi/mdvi-lib/afmparse.h:
5150         * dvi/mdvi-lib/bitmap.c:
5151         * dvi/mdvi-lib/bitmap.h:
5152         * dvi/mdvi-lib/color.c:
5153         * dvi/mdvi-lib/color.h:
5154         * dvi/mdvi-lib/common.c:
5155         * dvi/mdvi-lib/common.h:
5156         * dvi/mdvi-lib/defaults.h:
5157         * dvi/mdvi-lib/dvimisc.c:
5158         * dvi/mdvi-lib/dviopcodes.h:
5159         * dvi/mdvi-lib/dviread.c:
5160         * dvi/mdvi-lib/files.c:
5161         * dvi/mdvi-lib/font.c:
5162         * dvi/mdvi-lib/fontmap.c:
5163         * dvi/mdvi-lib/fontmap.h:
5164         * dvi/mdvi-lib/fontsrch.c:
5165         * dvi/mdvi-lib/gf.c:
5166         * dvi/mdvi-lib/hash.c:
5167         * dvi/mdvi-lib/hash.h:
5168         * dvi/mdvi-lib/list.c:
5169         * dvi/mdvi-lib/mdvi.h:
5170         * dvi/mdvi-lib/pagesel.c:
5171         * dvi/mdvi-lib/paper.c:
5172         * dvi/mdvi-lib/paper.h:
5173         * dvi/mdvi-lib/pk.c:
5174         * dvi/mdvi-lib/private.h:
5175         * dvi/mdvi-lib/setup.c:
5176         * dvi/mdvi-lib/sp-epsf.c:
5177         * dvi/mdvi-lib/special.c:
5178         * dvi/mdvi-lib/sysdeps.h:
5179         * dvi/mdvi-lib/t1.c:
5180         * dvi/mdvi-lib/tfm.c:
5181         * dvi/mdvi-lib/tfmfile.c:
5182         * dvi/mdvi-lib/tt.c:
5183         * dvi/mdvi-lib/util.c:
5184         * dvi/mdvi-lib/vf.c:
5185         * dvi/pixbuf-device.c:
5186         * dvi/pixbuf-device.h:
5187         * impress/Makefile.am:
5188         * impress/common.h:
5189         * impress/document.c:
5190         * impress/f_oasis.c:
5191         * impress/f_oo13.c:
5192         * impress/iksemel.c:
5193         * impress/iksemel.h:
5194         * impress/imposter.h:
5195         * impress/impress-document.c:
5196         * impress/impress-document.h:
5197         * impress/internal.h:
5198         * impress/r_back.c:
5199         * impress/r_draw.c:
5200         * impress/r_geometry.c:
5201         * impress/r_gradient.c:
5202         * impress/r_style.c:
5203         * impress/r_text.c:
5204         * impress/render.c:
5205         * impress/render.h:
5206         * impress/zip.c:
5207         * impress/zip.h:
5208         * lib/Makefile.am:
5209         * lib/ev-debug.c:
5210         * lib/ev-debug.h:
5211         * lib/ev-file-helpers.c:
5212         * lib/ev-file-helpers.h:
5213         * lib/ev-gui.c:
5214         * lib/ev-gui.h:
5215         * lib/ev-tooltip.c:
5216         * lib/ev-tooltip.h:
5217         * libdocument/Makefile.am:
5218         * libdocument/ev-file-helpers.c:
5219         * pdf/Makefile.am:
5220         * pdf/ev-poppler.cc:
5221         * pdf/ev-poppler.h:
5222         * pixbuf/Makefile.am:
5223         * pixbuf/pixbuf-document.c:
5224         * pixbuf/pixbuf-document.h:
5225         * properties/Makefile.am:
5226         * ps/Makefile.am:
5227         * ps/gsdefaults.c:
5228         * ps/gsdefaults.h:
5229         * ps/gsio.c:
5230         * ps/gsio.h:
5231         * ps/gstypes.h:
5232         * ps/ps-document.c:
5233         * ps/ps-document.h:
5234         * ps/ps.c:
5235         * ps/ps.h:
5236         * shell/Makefile.am:
5237         * shell/ev-application.h:
5238         * shell/ev-sidebar-links.c:
5239         * shell/ev-sidebar-links.h:
5240         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5241         (ev_gui_menu_position_tree_selection):
5242         * shell/ev-utils.h:
5243         * shell/ev-view.c: (ev_view_finalize):
5244         * shell/ev-window.c:
5245         * shell/main.c: (main):
5246         * thumbnailer/Makefile.am:
5247         * tiff/Makefile.am:
5248         * tiff/tiff-document.c:
5249         * tiff/tiff-document.h:
5250         * tiff/tiff2ps.c:
5251         * tiff/tiff2ps.h:
5252         
5253         Reorganize source tree.
5254
5255 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5256
5257         * backend/ev-document-factory.c:
5258
5259         Do not include ev-poppler.h when pdf is disabled. 
5260
5261 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5262
5263         * configure.ac:
5264         * data/evince-ui.xml:
5265         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5266         (pdf_document_document_images_iface_init):
5267         * backend/Makefile.am:
5268         * backend/ev-document-images.[ch]:
5269         * backend/ev-image.[ch]:
5270         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5271         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5272         (ev_job_xfer_run):
5273         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5274         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5275         (ev_pixbuf_cache_get_image_mapping):
5276         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5277         (view_menu_popup_cb), (ev_window_dispose),
5278         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5279         (ev_view_popup_cmd_copy_image):
5280         * shell/ev-view-private.h:
5281         * shell/ev-view.c: (ev_view_get_image_at_location),
5282         (ev_view_do_popup_menu), (ev_view_popup_menu),
5283         (ev_view_button_press_event), (ev_view_drag_data_get),
5284         (ev_view_drag_motion), (ev_view_drag_data_received),
5285         (ev_view_motion_notify_event), (ev_view_button_release_event),
5286         (ev_view_finalize), (ev_view_class_init):
5287
5288         Add image handling support. Fixes bugs #310008 and #325047. Images
5289         selection is not supported yet. 
5290
5291 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5292
5293         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5294         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5295         (ev_view_init):
5296
5297         Move view drag and drop stuff to ev-view.
5298
5299 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5300
5301         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5302         * shell/ev-view.c: (clear_selection): 
5303
5304         Clear selection also in pixbuf cache.
5305
5306 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5307
5308         * data/evince.desktop.in.in:
5309         
5310         Change icon name in desktop file. See bug #390734
5311         for details.
5312
5313 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5314
5315         * thumbnailer/Makefile.am:
5316
5317         Use top_builddir instead top_srcdir for generated schema
5318         file installation. Fixes bug #390161.
5319
5320 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5321
5322         * configure.ac:
5323         * backend/Makefile.am:
5324         * backend/ev-document-transition.[ch]:
5325         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5326         (pdf_document_page_transition_iface_init):
5327         * shell/ev-view-private.h:
5328         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5329         (ev_view_set_presentation), (transition_next_page),
5330         (ev_view_presentation_transition_stop),
5331         (ev_view_presentation_transition_start), (ev_view_next_page):
5332
5333         Add page transition support in presentation mode. At the moment only
5334         page duration is supported, but not transition effects. Fixes bug
5335         #309815.
5336
5337 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5338
5339         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5340
5341         Run find_link_dest with document lock held, since it's called by links
5342         thread and main thread at the same time. 
5343
5344 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5345
5346         * shell/ev-view.c: (goto_dest):
5347
5348         Update page-cache when page is changed by the view, so that
5349         page-changed signal is emitted. 
5350
5351 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5352
5353         * test/test1.py:
5354         * test/test2.py:
5355
5356         Use C locale in tests. 
5357
5358 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5359
5360         * shell/ev-window.c: (ev_window_run_presentation):
5361         * shell/ev-view-private.h:
5362         * shell/ev-view.c: (ev_view_set_presentation):
5363
5364         Restore zoom settings when back from presentation mode. 
5365
5366 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5367
5368         * shell/ev-window.c: (ev_window_run_presentation):
5369
5370         Always use "best fit" zoom in presentation mode.
5371         Fixes bug #389195.
5372
5373 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5374
5375         * shell/ev-view.c: (ev_view_goto_window_create):
5376
5377         Show "Jump to page" label in the page jumping popup in
5378         presentation mode instead of just a GtkEntry.
5379
5380 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5381
5382         * shell/ev-window.c: (launch_external_uri):
5383
5384         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5385         #378085.
5386
5387 2006-12-22  Elijah Newren  <newren gmail com>
5388
5389         * configure.ac: explicitly check for libxml2.  Fixes #388795
5390
5391 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5392
5393         * shell/ev-view-private.h:
5394         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5395         (ev_view_goto_window_delete_event), (key_is_numeric),
5396         (ev_view_goto_window_key_press_event),
5397         (ev_view_goto_window_button_press_event),
5398         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5399         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5400         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5401
5402         Allow jumping to another page by typing a page number in presentation
5403         mode. It uses a popup window with an entry. Fixes bug #353625.
5404
5405 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5406
5407         * configure.ac:
5408         * properties/ev-properties-view.c: (ev_get_default_user_units),
5409         (ev_regular_paper_size):
5410         
5411         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5412         to Damien Carbery <damien.carbery@sun.com> and
5413         Yevgen Muntyan <muntyan@tamu.edu>.
5414
5415 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5416
5417         * shell/ev-window.c: (setup_document_from_metadata):
5418
5419         Make sure Evince doesn't restore the view on the last
5420         page when a document is reopened. Fixes bug #383381.
5421
5422 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5423
5424         * shell/ev-view.c: (draw_loading_text):
5425
5426         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5427
5428 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5429
5430         * configure.ac:
5431         * NEWS:
5432
5433         Release 0.7.0
5434
5435 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5436
5437         * configure.ac:
5438         * pdf/ev-poppler.cc: (pdf_print_context_free),
5439         (pdf_document_file_exporter_begin),
5440         (pdf_document_file_exporter_do_page):
5441
5442         Make cairo-pdf depedency optional. 
5443
5444 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5445
5446         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5447
5448         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5449
5450 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5451
5452         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5453         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5454         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5455         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5456         * shell/ev-view.c: (draw_loading_text):
5457         * shell/ev-window.c: (ev_window_cmd_file_properties):
5458
5459         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5460         related to using FontConfig from different threads.
5461         
5462 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5463
5464         * shell/ev-view.c: (draw_loading_text):
5465
5466         Acquire lock document when drawing "Loading..." text so that only one
5467         thread will use FontConfig at the same time. Fixes bug #374750.
5468
5469 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5470
5471         * shell/ev-page-action.[ch]: (activate_cb):
5472         * shell/ev-window.c: (activate_label_cb):
5473
5474         Check if text inserted in page entry is a valid page number when it
5475         doesn't match to any document page label. Fixes bug #383165.
5476
5477 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5478         * shell/ev-window.c:
5479
5480         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5481         available with GTK < 2.10. Added an ifdef to avoid compilation
5482         error.
5483
5484 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5485
5486         * configure.ac:
5487         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5488
5489         Fix ps backend in multihead systems.
5490
5491 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5492
5493         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5494         * shell/ev-window.c: (ev_window_get_screen_dpi),
5495         (ev_window_update_actions), (setup_view_from_metadata),
5496         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5497
5498         Take screen DPI into account when zooming. Fixes bug #318285.
5499
5500 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5501
5502         * data/Makefile.am:
5503
5504         Cleaned up/slightly refactored Makefile.am. Added GConf
5505         schemas uninstallation as well.
5506
5507 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5508
5509         * Makefile.am:
5510         * test/Makefile.am:
5511
5512         Fight with autotools to fix make check. Make distcheck
5513         works fine as well now!
5514
5515 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5516
5517         * shell/ev-view.c: (draw_end_presentation_page):
5518
5519         Corrected "end of presentation" string.
5520
5521 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5522
5523         * shell/ev-view.c: (ev_view_key_press_event):
5524
5525         Correctly propagate key press event so that up/down keys
5526         work as expected (correct behaviour was broken by
5527         black/white screen key bindings for presentations).
5528
5529 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5530
5531         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5532         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5533         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5534         (pdf_selection_get_selection_region),
5535         (pdf_selection_get_selection_map):
5536
5537         Add "static" to some private functions. 
5538
5539 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5540
5541         * lib/ev-tooltip.h:
5542         * properties/ev-properties-view.h:
5543         * shell/ev-jobs.h:
5544         * shell/ev-properties-dialog.h:
5545         * shell/ev-properties-fonts.h:
5546         * shell/ev-sidebar-links.h:
5547         * shell/ev-sidebar-thumbnails.h:
5548         * shell/ev-sidebar.h:
5549         * shell/ev-window.h:
5550         
5551         Fixes CHACK type in class casts. See bug #385343
5552         for details.
5553
5554 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5555
5556         * shell/ev-view-private.h:
5557         * shell/ev-view.c: (draw_end_presentation_page),
5558         (ev_view_expose_event), (ev_view_key_press_event),
5559         (ev_view_class_init), (ev_view_init):
5560
5561         Blank screen in presentation mode when pressing 'b' (filling with
5562         black) or 'w' (filling with white) keys. Fixes bug #358132.
5563
5564 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5565
5566         * data/evince-toolbar.xml:
5567         * shell/ev-window.c:
5568         
5569         Use stock icon for Select All action. Fixes
5570         bug #382652.
5571
5572 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5573
5574         * shell/ev-view.c: (get_doc_point_from_offset),
5575         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5576
5577         Add links support in rotated documents. Fixes bug #343733.
5578
5579 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5580
5581         * shell/ev-view-private.h:
5582         * shell/ev-view.c: (draw_end_presentation_page),
5583         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5584
5585         Show a blank page after the last page in presentation mode with a
5586         message indicating that presentation has finished and how to exit. 
5587
5588 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5589
5590         * shell/ev-window.c: (fullscreen_timeout_cb):
5591
5592         Hide cursor after a while in presentation mode. 
5593
5594 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5595
5596         * backend/ev-document-info.h:
5597         * data/evince-properties.glade:
5598         * pdf/ev-poppler.cc:
5599         * properties/ev-properties-view.c: (ev_regular_paper_size),
5600         (ev_properties_view_set_info):
5601         * ps/ps-document.c: (ps_document_get_info):
5602
5603         Adds a paper size field to the properties dialog. Fixes
5604         bug #307315. Patch by Kasper Svendsen (with some i18n
5605         changes done by me).
5606
5607 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5608
5609         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5610         (screensaver_init_dbus), (totem_scrsaver_new),
5611         (totem_scrsaver_init):
5612         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5613         * shell/ev-application.c: (ev_application_register_service),
5614         (ev_application_screensaver_enable),
5615         (ev_application_screensaver_disable):
5616         * shell/ev-application.h:
5617         * shell/ev-window.c: (ev_window_run_presentation),
5618         (ev_window_stop_presentation), (build_comments_string),
5619         (ev_window_init):
5620         
5621         Move screensaver handling to application. No more
5622         message on startup.
5623
5624 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5625
5626         * configure.ac:
5627         * backend/Makefile.am:
5628         * backend/ev-file-exporter.[ch]:
5629         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5630         * ps/ps-document.c: (ps_document_file_exporter_*):
5631         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5632         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5633         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5634         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5635
5636         Allow printing to PDF when suppoted by the backend.
5637         
5638 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5639
5640         * shell/ev-window.c: (build_comments_string):
5641
5642         Use always "Document Viewer" in about dialog. 
5643
5644 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5645
5646         * djvu/djvu-document.c: (djvu_document_get_page_size):
5647
5648         Display a warning message when get_pageinfo fails. 
5649
5650 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5651
5652         * Makefile.am:
5653         * backend/Makefile.am:
5654         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5655         * configure.ac:
5656         * shell/ev-window.c: (build_comments_string):
5657         
5658         Make pdf compilation optional. See bug #38007.
5659
5660 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5661
5662         * ps/ps.c: (get_next_text):
5663
5664         Fix CVE-2006-5864.
5665
5666 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5667
5668         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5669         * shell/ev-navigation-action.c: (connect_proxy),
5670         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5671         
5672         Do not call g_type_class_peek_parent twice.
5673
5674 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5675
5676         * configure.ac:
5677         * data/icons/24x24/.cvsignore:
5678         * data/icons/24x24/Makefile.am:
5679         * data/icons/24x24/evince.png:
5680         * data/icons/Makefile.am:
5681         
5682         Add 24x24 icon. Thanks to 
5683         Michael Monreal <infernux@web.de>.
5684
5685 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5686
5687         * configure.ac: Fix typo in configure.ac. Thanks
5688         to dmacks@netspace.org for notification.
5689
5690 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5691
5692         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5693         
5694         Drop dbus include, fixes compilation with older dbus.
5695
5696 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5697
5698         * configure.ac:
5699         * cut-n-paste/Makefile.am:
5700         * cut-n-paste/totem-screensaver/.cvsignore
5701         * cut-n-paste/totem-screensaver/Makefile.am:
5702         * cut-n-paste/totem-screensaver/README:
5703         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5704         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5705         * shell/Makefile.am:
5706         * shell/ev-window.c: (ev_window_run_presentation),
5707         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5708         (ev_window_init):
5709
5710         Implemented screensaver enabling/disabling for
5711         presentation mode (not fullscreen mode). Code stolen
5712         from Totem (with some minor tweaks). Fixes bug #338889.
5713
5714 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5715
5716         * configure.ac:
5717
5718         Bump gnome-icon-theme requirements. We use the rotation
5719         icons that appeared recently.
5720
5721 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5722
5723         * shell/ev-history.c: (ev_history_add_page):
5724         * shell/ev-history.h:
5725         * shell/ev-window.c: (page_changed_cb):
5726         
5727         Use page labels instead of numbers.
5728
5729 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5730
5731         * data/evince-toolbar.xml:
5732         * po/POTFILES.in:
5733         * shell/Makefile.am:
5734         * shell/ev-navigation-action-widget.c:
5735         (ev_navigation_action_widget_init),
5736         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5737         (menu_detacher), (ev_navigation_action_widget_set_menu),
5738         (menu_position_func), (popup_menu_under_arrow),
5739         (ev_navigation_action_widget_toggled),
5740         (ev_navigation_action_widget_button_press_event):
5741         * shell/ev-navigation-action-widget.h:
5742         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5743         (ev_navigation_action_set_window), (activate_menu_item_cb),
5744         (new_history_menu_item), (new_empty_history_menu_item),
5745         (build_menu), (menu_activated_cb), (connect_proxy),
5746         (create_tool_item), (ev_navigation_action_init),
5747         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5748         * shell/ev-navigation-action.h:
5749         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5750         (ev_page_action_widget_set_page_cache),
5751         (ev_page_action_widget_finalize),
5752         (ev_page_action_widget_class_init), (match_selected_cb),
5753         (display_completion_text), (match_completion), (build_new_tree_cb),
5754         (get_filter_model_from_model),
5755         (ev_page_action_widget_update_model):
5756         * shell/ev-page-action-widget.h:
5757         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5758         (connect_proxy):
5759         * shell/ev-page-action.h:
5760         * shell/ev-stock-icons.c:
5761         * shell/ev-stock-icons.h:
5762         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5763         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5764         (register_custom_actions):
5765         * shell/main.c:
5766         
5767         Preliminary history implementation
5768
5769 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5770
5771         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5772         (dvi_document_class_init), (dvi_document_init_params):
5773         * dvi/mdvi-lib/font.c: (font_reference):
5774         
5775         Add reference to subfont. Fixes bug #374277.
5776
5777 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5778
5779         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5780         (ev_window_cmd_file_open_copy_at_dest):
5781
5782         Fix a race condition when creating symlink. Increase the counter
5783         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5784         Mathias Hasselmann).
5785
5786 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5787
5788         * backend/Makefile.am:
5789         * backend/ev-attachment.c: (ev_attachment_open):
5790         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5791         (ev_tmp_dir), (ev_tmp_filename):
5792         * shell/ev-sidebar-attachments.c:
5793         (ev_sidebar_attachments_drag_data_get):
5794         * shell/ev-window.c: (ev_window_clear_temp_file):
5795
5796         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5797         in ensure_dir_exists. Abort without crashing when we can't create
5798         user's directory.
5799
5800 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5801
5802         * data/evince-ui.xml:
5803         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5804         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5805         (ev_window_cmd_file_open_copy_at_dest),
5806         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5807         (ev_view_popup_cmd_open_link_new_window):
5808
5809         Allow opening a copy of the current document in a new window. Fixes bug
5810         #357472
5811
5812 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5813
5814         * data/evince-toolbar.xml:
5815         
5816         Add rotate right and rotate left to available items for toolbar.
5817         
5818         * data/evince-ui.xml:
5819         * shell/ev-window.c: (ev_window_init):
5820         
5821         Customize toolbar with right click. Fixes bug #372451.
5822
5823 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5824
5825         * shell/ev-window.c: 
5826         
5827         Use "object-rotate-{left,right}" stock icons. Fixes 
5828         bug #373863.
5829
5830 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5831
5832         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5833         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5834         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5835         (ev_window_open_uri):
5836         * shell/main.c: (arguments_parse):
5837
5838         Remove temp file created when evince is used by GTK+ in
5839         preview mode. Fixes bug #365282. 
5840
5841 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5842
5843         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5844         
5845         Fixes bug #372474 - Side pane disabled when entering 
5846         and leaving fullscreen mode.
5847
5848 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5849
5850         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5851         * data/Makefile.am:
5852         * data/evince-preview-toolbar.xml:
5853         * data/evince-toolbar.xml:
5854         * shell/ev-application.c: (ev_application_shutdown),
5855         (ev_application_init), (ev_application_get_toolbars_model):
5856         * shell/ev-application.h:
5857         * shell/ev-window.c: (update_chrome_visibility),
5858         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5859         (ev_window_cmd_edit_toolbar), (ev_window_init):
5860         
5861         Fixes bug #364364 - toolbar editor shows zoom actions again.
5862
5863 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5864
5865         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5866
5867         Do not take margins into consideration for paper size when printing.
5868         Really fixes bug #350491.
5869
5870 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5871
5872         * data/evince-ui.xml:
5873         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5874         (ev_window_cmd_file_print_setup),
5875         (ev_window_print_dialog_response_cb),
5876         (ev_window_setup_action_sensitivity):
5877
5878         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5879
5880 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5881
5882         * shell/ev-window.c: (ev_window_print_range):
5883
5884         Revert my previuos commit, since printing to PDF is not supported by
5885         evince yet. 
5886
5887 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5888
5889         * shell/ev-window.c: (ev_window_print_range):
5890
5891         Enable print to a PDF. Fixes bug #332121.
5892
5893 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5894
5895         * shell/ev-application-service.xml:
5896         * shell/ev-application.[ch]: (ev_application_open_window),
5897         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5898         (ev_application_open_uri), (ev_application_open_uri_list):
5899         * shell/ev-window.c: (file_open_dialog_response_cb),
5900         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5901         (drag_data_received_cb), (open_remote_link):
5902         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5903
5904         Add support for multiscreen systems. Fixes bug #316206.
5905
5906 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5907
5908         * shell/ev-jobs.[ch]: (ev_job_print_new),
5909         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5910         (ev_job_print_do_page):
5911         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5912
5913         Allow printing only odd/even pages. Fixes bug #367289.
5914
5915 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5916
5917         * test/test1.py:
5918         * test/test2.py:
5919
5920         Re-add locale settings to test files.
5921
5922 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5923
5924         * data/evince-ui.xml:
5925         * shell/ev-window.c: (set_action_properties):
5926         
5927         Removed garbage from code and ui.
5928
5929 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5930
5931         * shell/ev-window.c: (ev_window_cmd_help_about):
5932
5933         Shamelessly add my name to the list of contributors.
5934
5935 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5936
5937         * test/test1.py:
5938         * test/test2.py:
5939
5940         Cleaned up the dogtail scripts.
5941
5942 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5943
5944         * shell/ev-view.c: (draw_loading_text): Don't render
5945         "loading..." text in presentation mode. Temporary
5946         workaround for bug #320352.
5947
5948 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5949
5950         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5951         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5952
5953         Use print settings scale, copies, collate and reverse which were
5954         ignored. Fixes bug #359032.
5955
5956 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5957
5958         * configure.ac:
5959         * data/evince-password.glade:
5960         * test/Makefile.am:
5961         * test/test-encrypt.pdf:
5962         * test/test-links.pdf:
5963         * test/test1.py:
5964         * test/test2.py:
5965
5966         Add automated UI tests for evince with dogtail. See
5967         bug #300948.    
5968
5969 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5970
5971         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5972
5973         Hide fullscreen toolbar when switching to another desktop workspace.
5974         Fixes bug #338871
5975
5976 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5977
5978         * shell/ev-window-title.c: 
5979         
5980         Test for .dvi in title of pdf documents.
5981
5982 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5983
5984         * shell/ev-view.c: (ev_view_scroll):
5985
5986         Page Up/Down should do page jumps in "Best fit" mode.
5987         If a user has explicitly chosen to view exactly one page
5988         at a time, scrolling just a part of the page when
5989         pressing Page Up/Down is not right. Fixes bug #323107.
5990
5991 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5992
5993         * NEWS:
5994         * configure.ac:
5995         
5996         Update for 0.6.1
5997
5998 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5999
6000         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6001         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6002         
6003         Correctly disconnect from job signals on destroy.
6004
6005 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6006
6007         * shell/ev-view-private.h:
6008         * shell/ev-view.c: (view_set_adjustment_values),
6009         (view_update_range_and_current_page),
6010         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6011         
6012         Fixes bug #343199, current page now follows find page.
6013
6014 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6015
6016         * backend/ev-document-factory.c:
6017         * configure.ac:
6018         Assigned OpenDocument presenation MIME type to the
6019         Impress backend. Added some missing (but harmless)
6020         #ifdefs in the document factory as well to make things
6021         consistent again. Fixes bug #360658.
6022
6023 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6024
6025         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6026         * backend/ev-document-find.c: (ev_document_find_get_type):
6027         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6028         * backend/ev-document-links.c: (ev_document_links_get_type):
6029         * backend/ev-document-security.c: (ev_document_security_get_type):
6030         * backend/ev-document-thumbnails.c:
6031         (ev_document_thumbnails_get_type):
6032         * backend/ev-document.c: (ev_document_get_type):
6033         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6034         * backend/ev-selection.c: (ev_selection_get_type):
6035         * cut-n-paste/recent-files/egg-recent-model.c:
6036         (egg_recent_model_get_type):
6037         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6038         (egg_recent_view_uimanager_get_type):
6039         * cut-n-paste/recent-files/egg-recent-view.c:
6040         (egg_recent_view_get_type):
6041         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6042         (egg_editable_toolbar_get_type):
6043         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6044         (egg_toolbar_editor_get_type):
6045         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6046         (egg_toolbars_model_get_type):
6047         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6048         (egg_tree_multi_drag_source_get_type):
6049         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6050         (ephy_zoom_action_get_type):
6051         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6052         (ephy_zoom_control_get_type):
6053         * impress/r_back.c: (_imp_fill_back):
6054         * properties/ev-properties-main.c:
6055         (ev_properties_plugin_register_type):
6056         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6057         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6058         (ev_view_accessible_factory_get_type):
6059
6060         Reduce relocations. Bug #360616.
6061
6062 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6063
6064         * backend/ev-document-factory.c:
6065         (ev_document_factory_get_document):
6066         
6067         Load document even if extension is wrong.
6068
6069 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070
6071         * shell/ev-metadata-manager.c: (save_values):
6072         * shell/ev-window.c: (setup_size_from_metadata),
6073         (setup_view_from_metadata), (ev_window_setup_document),
6074         (ev_window_xfer_job_cb), (window_configure_event_cb):
6075         
6076         Set size according to the document size/page size ratio.
6077         That should correct rather wierd behaviour of the previous
6078         commit.
6079
6080 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * shell/ev-window.c: (setup_view_from_metadata):
6083         
6084         Set size for new windows from previous window size.
6085         See bugs #354968 and #168450 for details. Thanks
6086         to Meik Hellmund.
6087
6088 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6089
6090         * djvu/djvu-links.c: (build_tree):
6091
6092         Fix memory leak.
6093
6094 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6095
6096         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6097         
6098         Don't make sidebar close button insensitive. Fixes
6099         bug #357871.
6100
6101 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6102
6103         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6104         (ev_window_set_view_accels_sensitivity):
6105         
6106         Don't enable Slash on documents which don't support
6107         find. Fixes bug #358648.
6108
6109 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6110
6111         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6112         open dialog fall back to the current document uri if the
6113         filechooser hasn't been used before. Fixes bug #356980.
6114
6115 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6116
6117         * shell/ev-window.c: (ev_window_setup_recent), 
6118         (ev_window_get_recent_file_label):
6119
6120         Escape underscores in filenames of recent file items.
6121
6122 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6123
6124         * configure.ac:
6125         
6126         Bumped poppler requirements, really 0.5.3 is very 
6127         buggy, now we require 0.5.4.
6128
6129 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6130
6131         * djvu/Makefile.am:
6132         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6133         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6134         (djvu_document_document_links_iface_init):
6135         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6136         (number_from_string_10), (get_djvu_link_dest),
6137         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6138         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6139         (djvu_links_get_links), (djvu_links_find_link_dest),
6140         (djvu_links_get_links_model):
6141         * djvu/djvu-links.h:
6142         
6143         Add support for links and bookmarks in djvu documents. Thanks
6144         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6145         patch.
6146
6147 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6150         
6151         Reopen should reload document. Fixes 
6152         bug 327951.
6153
6154 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6155
6156         * configure.ac:
6157         * data/Makefile.am:
6158         * data/evince-16.png:
6159         * data/evince-22.png:
6160         * data/evince.png:
6161         * data/evince.svg:
6162         * data/icons/16x16/Makefile.am:
6163         * data/icons/16x16/evince.png:
6164         * data/icons/22x22/Makefile.am:
6165         * data/icons/22x22/evince.png:
6166         * data/icons/48x48/Makefile.am:
6167         * data/icons/48x48/evince.png:
6168         * data/icons/Makefile.am:
6169         * data/icons/scalable/Makefile.am:
6170         * data/icons/scalable/evince.svg:
6171         
6172         Install icons with correct names. Fixes
6173         bug #354429.
6174
6175 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6176
6177         * shell/ev-view.c: (ev_view_button_release_event):
6178
6179         Don't open links with middle mouse button. Fixes bug #353649
6180
6181 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6182
6183         * NEWS:
6184         * configure.ac:
6185         
6186         Update for release 0.6.0
6187
6188 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6189
6190         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6191         Implement Close named action. Patch by Carlos Garcia Campos.
6192
6193 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6196         
6197         Don't clear link mapping on copy_job_to_job_info. Fixes
6198         bug 346168.
6199
6200 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6201
6202         * shell/main.c: (main):
6203
6204         Revert my previous commit, gnome_program_init owns the option context.
6205         Fix another memory leak in main. Both caught by Christian Persch. 
6206
6207 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6208
6209         * shell/main.c: (main):
6210
6211         Fix memory leak.
6212
6213 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6214
6215         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6216
6217         Fix crash when opening a pdf with password protection. 
6218
6219 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6220
6221         * pdf/ev-poppler.cc: (pdf_document_search_free):
6222
6223         Fix memory leak. 
6224
6225 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6226
6227         * backend/ev-document-factory.c:
6228         (ev_document_factory_get_document):
6229         * tiff/tiff-document.c: (tiff_document_finalize):
6230         
6231         More correct handling of document loading. Fixes
6232         bug #349043.
6233
6234 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6235
6236         * backend/ev-attachment.c: (ev_attachment_save):
6237
6238         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6239         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6240
6241 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6242         
6243         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6244         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6245
6246 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6247
6248         * shell/ev-sidebar-thumbnails.c:
6249
6250         Do not render thumbnails unless thumbnails page is active in the
6251         sidebar.
6252
6253 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6254
6255         * shell/ev-properties-dialog.c:
6256
6257         Fix dialogue spacing. Bug #351370.
6258
6259 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6260
6261         * configure.ac:
6262
6263         Use lowercase gettext catalog file names (evince.mo
6264         instead of Evince.mo)
6265
6266 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6267
6268         * shell/ev-sidebar-attachments.c:
6269
6270         GtkIconTheme is now screen safe too. Fixes bug #350878
6271
6272 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6273
6274         * shell/ev-window.c:
6275
6276         GtkRecent manager is now screen safe. Fixes bug #350145
6277
6278 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * shell/ev-sidebar.c: (ev_sidebar_init):
6281         
6282         Make sidebar close icon smaller. Fix for bug 350177.
6283         See also bugs 350176 and 165770.
6284
6285 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6286
6287         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6288
6289         Ignore zoom for xyz destinations when it's <= 1, keeping user
6290         preferences instead. Set correct sizing-mode for fith and fitv
6291         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6292
6293 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6294
6295         * NEWS:
6296         * configure.ac:
6297         
6298         Update for release 0.5.5
6299
6300 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6301         
6302         * shell/ev-window.c: (ev_window_cmd_escape)
6303
6304         Escape unfocus page entry. Fixes bug #345809.
6305
6306 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6307
6308         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6309         (build_tree), (pdf_document_links_get_links),
6310         (pdf_document_links_find_link_dest):
6311         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6312         (goto_xyz_dest):
6313
6314         Convert from PDF style coordinates to X style coordinates in the
6315         backend rather than in the view. Fixes bug #338440
6316
6317 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * shell/ev-window.c:
6320         
6321         Remove Ctrl+Shift+T shortcut for toolbars. See
6322         the bug #350098.
6323
6324 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6325
6326         * configure.ac:
6327
6328         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6329         of this. 
6330
6331 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6332
6333         * configure.ac:
6334         * cut-n-paste/Makefile.am:
6335         * data/evince-ui.xml:
6336         * shell/Makefile.am:
6337         * shell/ev-application.[ch]:
6338         * shell/ev-window.c:
6339
6340         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6341         #349273
6342
6343 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6344
6345         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6346         findbar code: s/help/search/
6347
6348 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6349
6350         * shell/ev-window.c: (setup_document_from_metadata),
6351         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6352         (setup_view_from_metadata):
6353         
6354         Fix memory leaks.
6355
6356 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6357
6358         * autogen.sh, configure.ac: 
6359         
6360         Update automake usage. See bug 349292.
6361
6362 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6363
6364         * shell/eggfindbar.c: (egg_find_bar_class_init),
6365         (entry_activate_callback), (egg_find_bar_init),
6366         (egg_find_bar_set_status_text):
6367         * shell/eggfindbar.h:
6368         
6369         Unify Evince findbar with Epiphany. Nice patch
6370         from Fabricio Silva <silva@crans.org> and
6371         Frederic Peters <fpeters@entrouvert.com>. See
6372         bug #339966 for details.
6373
6374 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6375
6376         * data/evince.desktop.in.in:
6377         
6378         Correct information for bugzilla. Thanks to
6379         Olaf Vitters, see bug #348855.
6380
6381 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6382
6383         * shell/ev-jobs.[ch]:
6384         * shell/ev-sidebar-links.c:
6385         * shell/ev-window.[ch]:
6386
6387         GtkPrintJob doesn't support print ranges or current page, so we export
6388         to a ps file now when printing ranges or current page.
6389
6390 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6391
6392         * pdf/ev-poppler.cc:
6393         * shell/ev-window.c: (do_action_named):
6394
6395         We should be more clear about bugzilla. See the
6396         poppler bug #7623.
6397
6398 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6399
6400         * configure.ac:
6401         * shell/Makefile.am:
6402         * shell/ev-job-queue.c:
6403         * shell/ev-jobs.[ch]:
6404         * shell/ev-sidebar-links.c:
6405         * shell/ev-window.[ch]:
6406         
6407         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6408         #348422
6409
6410 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6411
6412         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6413         * shell/ev-application-service.xml:
6414         * shell/ev-application.[ch]:
6415         * shell/ev-jobs.[ch]:
6416         * shell/ev-window.[ch]: (ev_window_run_preview):
6417         * shell/main.c: 
6418
6419         Add preview mode to use evince as a printing previewer. It also adds
6420         other command line options for fullscreen and presentation modes.
6421         Fixes bugs #347822, #317031
6422
6423 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6424
6425         * NEWS:
6426         * configure.ac:
6427         
6428         Update for release 0.5.4
6429
6430 2006-07-11  Bastien Nocera <hadess@hadess.net>
6431
6432         * Makefile.am:
6433         * backend/Makefile.am:
6434         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6435         * backend/ev-document-factory.h:
6436         * configure.ac:
6437         * impress/.cvsignore:
6438         * impress/Makefile.am:
6439         * impress/common.h:
6440         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6441         (imp_get_page), (imp_next_page), (imp_prev_page),
6442         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6443         * impress/f_oasis.c: (render_object), (render_page),
6444         (get_geometry), (_imp_oasis_load):
6445         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6446         (_imp_oo13_load):
6447         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6448         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6449         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6450         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6451         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6452         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6453         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6454         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6455         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6456         (iks_new_within), (iks_insert), (iks_insert_cdata),
6457         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6458         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6459         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6460         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6461         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6462         (iks_cdata), (iks_cdata_size), (iks_has_children),
6463         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6464         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6465         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6466         (iks_tree), (iks_load), (iks_save):
6467         * impress/iksemel.h:
6468         * impress/imposter.h:
6469         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6470         (imp_render_draw_bezier_real), (imp_render_get_size),
6471         (imp_render_set_fg_color), (imp_render_draw_line),
6472         (imp_render_draw_rect), (imp_render_draw_polygon),
6473         (imp_render_draw_arc), (imp_render_draw_bezier),
6474         (imp_render_open_image), (imp_render_get_image_size),
6475         (imp_render_scale_image), (imp_render_draw_image),
6476         (imp_render_close_image), (imp_render_markup),
6477         (imp_render_get_text_size), (imp_render_draw_text),
6478         (impress_document_load), (impress_document_save),
6479         (impress_document_get_n_pages), (impress_document_get_page_size),
6480         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6481         (impress_document_finalize), (impress_document_class_init),
6482         (impress_document_can_get_text), (impress_document_get_info),
6483         (impress_document_document_iface_init),
6484         (impress_document_thumbnails_get_thumbnail),
6485         (impress_document_thumbnails_get_dimensions),
6486         (impress_document_document_thumbnails_iface_init),
6487         (impress_document_init):
6488         * impress/impress-document.h:
6489         * impress/internal.h:
6490         * impress/r_back.c: (_imp_fill_back):
6491         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6492         (_imp_draw_image), (_imp_tile_image):
6493         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6494         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6495         (r_polyline):
6496         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6497         (r_draw_gradient_complex), (r_draw_gradient):
6498         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6499         (r_get_bullet):
6500         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6501         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6502         (r_text):
6503         * impress/render.c: (imp_create_context), (imp_context_set_page),
6504         (imp_context_set_step), (imp_render), (imp_delete_context):
6505         * impress/render.h:
6506         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6507         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6508         (zip_load_xml), (zip_get_size), (zip_load):
6509         * impress/zip.h:
6510         * shell/ev-utils.c:
6511         
6512         New backend to support impress slides. Fixes bug #30867.
6513
6514 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6515
6516         * shell/ev-utils.c: (using_postscript_printer):
6517         
6518         Fixes crash when print using PAPI backend,
6519         bug #345012.
6520
6521 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6522
6523         * shell/ev-jobs.c: (ev_job_xfer_run):
6524         * shell/ev-window.c: (password_dialog_response),
6525         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6526         (ev_window_dispose):
6527         Fixes bug #344160: if the xfer job doesn't complete
6528         because a password is required, reload the existing
6529         instance instead of creating a new one.
6530
6531 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6532
6533         * shell/main.c: (main): Call gdk_threads_init. Thus
6534         we'll avoid errors in auth dialog. Fix for the bug
6535         #343347.
6536
6537 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6538
6539         * configure.ac: Advertise pixbuf support, fix
6540         for the bug 343317.
6541
6542 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6543
6544         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6545         (ev_sidebar_thumbnails_set_document):
6546         
6547         Update sidebar thumbnails after reloading.
6548
6549 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6550
6551         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6552         * shell/ev-jobs.h:
6553         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6554         (ev_window_cmd_view_reload), (ev_window_init):
6555         
6556         Don't crash on reload. Fix for the bug #343167.
6557
6558 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6559
6560         * shell/ev-jobs.c: (ev_job_render_run):
6561         
6562         Check for document links.
6563
6564 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6565
6566         * backend/ev-attachment.c: (ev_attachment_save),
6567         (ev_attachment_launch_app), (ev_attachment_open):
6568         * backend/ev-document-factory.c: (get_document_from_uri):
6569         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6570         (egg_recent_view_uimanager_set_list):
6571         * ps/ps-document.c: (check_filecompressed), (document_load),
6572         (ps_document_load):
6573         * shell/ev-metadata-manager.c: (load_values):
6574         * shell/ev-password.c: (ev_password_dialog_set_property):
6575         * shell/ev-view.c: (tip_from_link):
6576         * shell/ev-window.c: (file_save_dialog_response_cb),
6577         (ev_window_print_dialog_response_cb):
6578         
6579         Use consistent quoting style. Fix for the bug #320285.
6580
6581 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6582
6583         * shell/ev-jobs.c: (ev_job_xfer_run):
6584         * shell/main.c: (load_files):
6585                 
6586         Open links with anchors. Fix for the bug #339836.
6587
6588 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6589
6590         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6591         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6592         (ev_link_dest_set_property), (ev_link_dest_finalize),
6593         (ev_link_dest_class_init), (ev_link_dest_new_named),
6594         (ev_link_dest_new_page_label):
6595         * backend/ev-link-dest.h:
6596         * shell/ev-application.c: (ev_application_open_uri):
6597         * shell/ev-view.c: (goto_dest):
6598         * shell/ev-window.c:
6599         * shell/ev-window.h:
6600         
6601         Fix page-label command line option. Bug #342070.
6602
6603 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6604
6605         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6606         
6607         Don't show highlight rects if page can't be showed. Fix for 
6608         the bug #342076
6609
6610 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6611
6612         * shell/ev-window.c: (setup_sidebar_from_metadata),
6613         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6614         
6615         Setup sidebar from metadata even if there is no document
6616         loaded. Fix for the bug #342807.
6617
6618 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6619
6620         * cut-n-paste/toolbar-editor/Makefile.am:
6621         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6622         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6623         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6624         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6625         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6626         (popup_context_menu_cb), (button_press_event_cb),
6627         (configure_item_sensitivity), (configure_item_cursor),
6628         (configure_item_tooltip), (connect_widget_signals),
6629         (action_sensitive_cb), (create_item_from_action),
6630         (create_item_from_position), (toolbar_drag_data_received_cb),
6631         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6632         (toolbar_drag_leave_cb), (configure_drag_dest),
6633         (toggled_visibility_cb), (toolbar_visibility_refresh),
6634         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6635         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6636         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6637         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6638         (egg_editable_toolbar_dispose),
6639         (egg_editable_toolbar_set_ui_manager),
6640         (egg_editable_toolbar_get_selected),
6641         (egg_editable_toolbar_set_selected), (set_edit_mode),
6642         (egg_editable_toolbar_set_property),
6643         (egg_editable_toolbar_get_property),
6644         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6645         (egg_editable_toolbar_new_with_model),
6646         (egg_editable_toolbar_get_edit_mode),
6647         (egg_editable_toolbar_set_edit_mode),
6648         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6649         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6650         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6651         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6652         (item_added_or_removed_cb), (toolbar_removed_cb),
6653         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6654         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6655         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6656         (editor_create_item_from_name), (append_table),
6657         (update_editor_sheet), (egg_toolbar_editor_init):
6658         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6659         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6660         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6661         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6662         (toolbar_node_free), (egg_toolbars_model_get_flags),
6663         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6664         (egg_toolbars_model_get_name), (impl_add_item),
6665         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6666         (parse_data_list), (parse_item_list), (parse_toolbars),
6667         (egg_toolbars_model_load_toolbars), (parse_available_list),
6668         (parse_names), (egg_toolbars_model_load_names),
6669         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6670         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6671         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6672         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6673         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6674         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6675         (egg_toolbars_model_set_types), (fill_avail_array),
6676         (egg_toolbars_model_get_name_avail),
6677         (egg_toolbars_model_get_name_flags),
6678         (egg_toolbars_model_set_name_flags):
6679         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6680         * cut-n-paste/toolbar-editor/eggintl.h:
6681         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6682         (egg_tree_multi_drag_source_get_type),
6683         (egg_tree_multi_drag_source_row_draggable),
6684         (egg_tree_multi_drag_source_drag_data_delete),
6685         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6686         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6687         (path_list_free), (set_context_data), (get_context_data),
6688         (get_info), (egg_tree_multi_drag_drag_data_get),
6689         (egg_tree_multi_drag_motion_event),
6690         (egg_tree_multi_drag_button_press_event),
6691         (egg_tree_multi_drag_add_drag_support):
6692         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6693         * shell/ev-application.c: (ev_application_init),
6694         (ev_application_save_toolbars_model):
6695         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6696         (ev_window_cmd_edit_toolbar), (ev_window_init):
6697         
6698         Sync toolbareditor with epiphany and libegg
6699
6700 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6701
6702         * configure.ac: 
6703
6704         Depend on poppler 0.5.2
6705
6706 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6707
6708         * shell/ev-jobs.c: (ev_job_render_run):
6709         
6710         Check if document supports links iterface.
6711
6712 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6713
6714         * NEWS:
6715         * configure.ac:
6716         
6717         Update for release 0.5.3
6718
6719 2006-05-13  Michael Plump  <plumpy@skylab.org>
6720
6721         * configure.ac:
6722         * shell/Makefile.am:
6723         * shell/main.c: (main):
6724         
6725         Port to GOption command line parsing. Fix for the 
6726         bug #327518
6727
6728 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6729
6730         * shell/ev-window.c: (ev_window_cmd_help_about):
6731         
6732         Do not wrap license. Fix for the bug #309460.
6733
6734 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6735
6736         * configure.ac:
6737         * properties/ev-properties-main.c: (ev_properties_get_pages):
6738         * shell/ev-application.c: (ev_application_open_window),
6739         (ev_application_open_uri_at_dest):
6740         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6741         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6742         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6743         * shell/ev-utils.c: (save_print_config_to_file):
6744         * shell/ev-window.c: (ev_window_cmd_save_as),
6745         (ev_attachment_popup_cmd_save_attachment_as):
6746         * shell/main.c: (load_files_remote):
6747         
6748         Bump requirements to gtk 2.8 and drop all ifdefs used.
6749
6750 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6751
6752         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6753         * shell/ev-window.c: (ev_window_init):
6754         
6755         Show attachments page.
6756
6757 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6758
6759         * po/POTFILES.in:
6760         * shell/ev-attachment-bar.c:
6761         * shell/ev-attachment-bar.h:
6762         * shell/ev-sidebar-attachments.c:
6763         (ev_sidebar_attachments_icon_cache_add),
6764         (icon_theme_get_pixbuf_from_mime_type),
6765         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6766         (ev_sidebar_attachments_icon_cache_refresh),
6767         (ev_sidebar_attachments_get_attachment_at_pos),
6768         (ev_sidebar_attachments_popup_menu_show),
6769         (ev_sidebar_attachments_popup_menu),
6770         (ev_sidebar_attachments_button_press),
6771         (ev_sidebar_attachments_update_icons),
6772         (ev_sidebar_attachments_drag_data_get),
6773         (ev_sidebar_attachments_get_property),
6774         (ev_sidebar_attachments_destroy),
6775         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6776         (ev_sidebar_attachments_new),
6777         (ev_sidebar_attachments_set_document),
6778         (ev_sidebar_attachments_support_document),
6779         (ev_sidebar_attachments_get_label),
6780         (ev_sidebar_attachments_page_iface_init):
6781         * shell/ev-sidebar-attachments.h:
6782         * shell/ev-window.c: (update_chrome_visibility),
6783         (setup_sidebar_from_metadata), (ev_window_setup_document),
6784         (ev_window_sidebar_current_page_changed_cb),
6785         (attachment_bar_menu_popup_cb), (ev_window_init):
6786         
6787         Move attachments bar to sidebar.
6788
6789 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6790
6791         * pdf/ev-poppler.cc:
6792         * shell/ev-application.[ch]:
6793         * shell/main.c:
6794
6795         Fix some memory leaks.
6796
6797 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6798
6799         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6800
6801         Change the properties dialog response to
6802         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6803         will make the dialog go away when the user presses
6804         enter. With gtk+ >= 2.9 this will happen anyway, but for
6805         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6806         escape by default. Fixes bug #340539. See also bug
6807         #101293 for the gtk+ part.
6808
6809 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6810
6811         * shell/ev-view.c (tip_from_action_named): Replace some strings
6812         that were wrong. Closes #340970.
6813
6814 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6815
6816         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6817
6818         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6819         #341049
6820
6821 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6822
6823         * djvu/Makefile.am:
6824         * dvi/Makefile.am:
6825         * dvi/mdvi-lib/Makefile.am:
6826         * properties/Makefile.am:
6827         * ps/Makefile.am:
6828         * shell/Makefile.am:
6829         * thumbnailer/Makefile.am:
6830         
6831         Due to broken libtool that is unable to track dependencies
6832         of noinst libraries we are forced to explicitely point
6833         libraries for binary. Fix for the bug #333334.
6834
6835 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6836
6837         * data/evince.desktop.in.in:
6838         * shell/ev-view.c: (view_update_range_and_current_page),
6839         (ev_view_next_page), (ev_view_previous_page):
6840         * shell/ev-window.c: (update_chrome_visibility),
6841         (setup_sidebar_from_metadata), (ev_window_setup_document),
6842         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6843         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6844         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6845         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6846         (ev_window_stop_presentation), (ev_window_focus_in_event),
6847         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6848         (ev_window_init):
6849         * thumbnailer/Makefile.am:
6850         
6851         Update fullscreen and presentation timeout handling. Hide
6852         cursor in presentation after timeout. Fix for the bugs
6853         #136359 and #336981.
6854
6855 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6856
6857         * backend/ev-link-action.[ch]:
6858         * pdf/ev-poppler.cc: (ev_link_from_action):
6859         * shell/ev-view-private.h:
6860         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6861         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6862
6863         Add support for Named Action links
6864
6865 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6866
6867         * backend/Makefile.am:
6868         * backend/ev-document-links.[ch]:
6869         * backend/ev-document.[ch]:
6870         * backend/ev-link-action.[ch]:
6871         * backend/ev-link-dest.[ch]:
6872         * backend/ev-link.[ch]:
6873         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6874         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6875         * shell/ev-page-action.c: (build_new_tree_cb):
6876         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6877         (links_page_num_func), (update_page_callback):
6878         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6879         (tip_from_link):
6880         * shell/ev-jobs.c:
6881         * shell/ev-window.[ch]: (ev_window_open_uri),
6882         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6883         * shell/ev-application.[ch]: (ev_application_open_window),
6884         (ev_application_open_uri):
6885
6886         Rework links system, it adds support for remote links now and it makes
6887         easier to add new kinds of actions and destinations. Fixes bug #317292
6888
6889 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6890
6891         * data/Makefile.am:
6892         * data/evince.png:
6893         * data/evince-16.png:
6894         * data/evince-22.png:
6895         * data/evince.svg:
6896         * shell/main.c: (main):
6897         
6898         Evince use it's own icon. Fix for the bug #313392.
6899
6900         * shell/ev-window.c: (fullscreen_timeout_cb),
6901         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6902         (ev_window_cmd_help_about), (ev_window_dispose):
6903         
6904         Simplify fullscreen timeout code.
6905
6906 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6907
6908         * backend/ev-attachment.c: 
6909         * shell/ev-attachment-bar.c:
6910         * shell/ev-window.c:
6911
6912         Allow multiple selection of attachments
6913
6914 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6915
6916         * shell/ev-view.c: (view_update_range_and_current_page),
6917         (ev_view_scroll):
6918         
6919         Fix for the bug #312573 – Optimal selection of current 
6920         page among visible pages.
6921
6922 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6923
6924         * configure.ac:
6925         * djvu/Makefile.am:
6926         * djvu/djvu-text.h:
6927         
6928         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6929         for the bug 339868.
6930
6931 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6932
6933         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6934
6935 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6936
6937         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6938         dictated by the GNOME HIG. Fixes bug #339235.
6939
6940 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6941
6942         * data/evince-ui.xml:
6943         * shell/ev-view.c: (ev_view_can_find_previous):
6944         * shell/ev-view.h:
6945         * shell/ev-window.c: (ev_window_update_actions),
6946         (ev_window_cmd_edit_find_previous):
6947
6948         Add support for "Find Previous" as dictated by the GNOME HIG. A
6949         menu item is added and some glue code to make it all work is added
6950         to various files.
6951
6952 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6953
6954         * configure.ac: Award myself the "useless use of cat" award.
6955
6956 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6957
6958         * po/LINGUAS: New file listing all supported languages.
6959
6960         * configure.in: Use po/LINGUAS instead of including all languages
6961         directly in this file. See the wiki for more information:
6962         http://live.gnome.org/GnomeGoals/PoLinguas
6963
6964 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6965
6966         * backend/ev-document-factory.c:
6967
6968         Do not load the document twice when there isn't errors
6969
6970 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6971
6972         * backend/ev-attachment.c: 
6973
6974         Fix a crash when there isn't a default application to open an
6975         attachment
6976
6977 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6978
6979         * backend/ev-attachment.[ch]:
6980         * shell/ev-attachment-bar.[ch]:
6981
6982         Added missing files. 
6983
6984 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6985
6986         * backend/Makefile.am:
6987         * data/evince-ui.xml:
6988         * backend/ev-attachment.[ch]:
6989         * backend/ev-document.[ch]: (ev_document_has_attachments),
6990         (ev_document_get_attachments):
6991         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6992         (attachment_save_to_buffer), (pdf_document_get_attachments),
6993         (pdf_document_document_iface_init):
6994         * shell/Makefile.am:
6995         * shell/ev-attachment-bar.[ch]:
6996         * shell/ev-window.c:
6997
6998         Add support for PDF attachments. Fixes bug #325143
6999
7000 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * backend/ev-document-factory.c: (get_document_from_uri),
7003         (ev_document_factory_get_document):
7004         * backend/ev-document-factory.h:
7005         * properties/ev-properties-main.c: (ev_properties_get_pages):
7006         * shell/Makefile.am:
7007         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7008         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7009         (ev_job_queue_remove_job):
7010         * shell/ev-job-queue.h:
7011         * shell/ev-job-xfer.c:
7012         * shell/ev-job-xfer.h:
7013         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7014         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7015         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7016         (ev_job_xfer_run):
7017         * shell/ev-jobs.h:
7018         * shell/ev-window.c: (ev_window_is_empty),
7019         (password_dialog_response), (ev_window_clear_xfer_job),
7020         (ev_window_xfer_job_cb), (ev_window_open_uri),
7021         (ev_window_cmd_focus_page_selector),
7022         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7023         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7024         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7025         (ev_window_dispose):
7026         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7027         
7028         * Cleanup mime type detection on document load. Fix for the
7029         bug #336448.
7030
7031 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7032
7033         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7034         
7035         Fix crash on exit, described in the bug #336825.
7036
7037 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7038
7039         * backend/ev-document-factory.c:
7040         (ev_document_factory_get_from_mime),
7041         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7042         (ev_document_factory_get_document),
7043         (file_filter_add_mime_list_and_free),
7044         (ev_document_factory_add_filters):
7045         * backend/ev-document-factory.h:
7046         * properties/ev-properties-main.c: (ev_properties_get_pages):
7047         * shell/Makefile.am:
7048         * shell/ev-application.c:
7049         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7050         * shell/ev-window.c: (ev_window_cmd_file_open),
7051         (ev_window_cmd_save_as):
7052         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7053         
7054         Rework factory functions so they are placed now in a single 
7055         file ev-document-factory.c
7056
7057 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7058
7059         * shell/ev-window.c: (update_chrome_visibility):
7060         
7061         Fix for the bug 166566 - don't show menubar in fullscreen
7062         mode.
7063
7064 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7065
7066         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7067
7068 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7069
7070         * shell/ev-view.c: (ev_view_expose_event):
7071         
7072         More correctly draw loading text when document
7073         is empty.
7074
7075 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7076
7077         * shell/ev-view.c: (ev_view_scroll):
7078         
7079         Fix for the bug #334854, page down and page up switch
7080         pages in presentation mode.
7081
7082 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7083
7084         * shell/ev-window.c: (ev_window_set_action_sensitive),
7085         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7086         (ev_window_set_view_accels_sensitivity),
7087         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7088         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7089         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7090         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7091         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7092         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7093         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7094         (view_actions_focus_in_cb), (ev_window_init):
7095         
7096         Fix for the bug #333902, now it's possible to search
7097         words with slash.
7098
7099 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7100
7101         * configure.ac: Added Breton translation.
7102         * po/br.po: Added Breton translation.
7103
7104 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7105
7106         * shell/ev-window-title (ev_window_title_update):
7107
7108         Fix memory leak in window title. Fixes bug #333944
7109
7110 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7111
7112         * shell/ev-metadata-manager.c (parseItem):
7113
7114         Fix memory leaks. Fixes bug #333945
7115
7116 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7117         
7118         * NEWS, configure.ac, TODO:
7119         
7120         Update for release 0.5.2.
7121
7122 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7123
7124         * shell/ev-view.c: (view_update_range_and_current_page),
7125         (page_changed_cb):
7126         
7127         Don't jump on scrolling, fix for the bug #333127.
7128
7129 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7130
7131         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7132         
7133         Scroll by one page in presentation mode. Fix for the bug
7134         #332993.
7135
7136 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7137
7138         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7139
7140 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7141
7142         * configure.ac  Added lv in ALL_LINGUAS line.
7143
7144 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7145         
7146         * NEWS, configure.ac:
7147         
7148         Update for release 0.5.1
7149
7150 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7151
7152         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7153         * backend/ev-document-misc.h:
7154         * shell/ev-view.c: (draw_one_page):
7155         
7156          Clairfy what page the toolbar page number applies to. Fix
7157          for the bug #328102.
7158
7159 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7160
7161         * shell/ev-view-private.h:
7162         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7163         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7164         (ev_view_search_changed):
7165         * shell/ev-view.h:
7166         * shell/ev-window.c: (find_bar_search_changed_cb):
7167         
7168         Dont't jump to find result if window was scrolled during search.
7169         Fix for the bug #313266.
7170
7171 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7172
7173         * shell/eggfindbar.c: (egg_find_bar_class_init):
7174         * shell/eggfindbar.h:
7175         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7176         * shell/ev-view-private.h:
7177         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7178         (ev_view_class_init), (ev_sizing_mode_get_type),
7179         (ev_scroll_type_get_type):
7180         * shell/ev-view.h:
7181         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7182         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7183         (ev_window_init):
7184         
7185         Fix for the bug 319133 - Find entry should allow text scroll.
7186
7187 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7188
7189         * shell/ev-view-private.h:
7190         * shell/ev-view.c: (view_update_range_and_current_page),
7191         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7192         (ev_view_set_document), (update_find_status_message),
7193         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7194         (ev_view_find_previous):
7195         
7196         Fix for the bug #319137. Search now takes account for scrolling.
7197
7198 2006-02-19  Michael Hofmann <mh21@piware.de>
7199
7200         * configure.ac:
7201         * djvu/Makefile.am:
7202         * djvu/djvu-document-private.h:
7203         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7204         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7205         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7206         (djvu_document_can_get_text), (djvu_document_get_text),
7207         (djvu_document_document_iface_init),
7208         (djvu_document_thumbnails_get_thumbnail),
7209         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7210         (djvu_document_find_get_result),
7211         (djvu_document_find_page_has_results),
7212         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7213         (djvu_document_find_iface_init):
7214         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7215         (djvu_text_page_selection), (djvu_text_page_limits_process),
7216         (djvu_text_page_limits), (djvu_text_page_copy),
7217         (djvu_text_page_position), (djvu_text_page_union),
7218         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7219         (djvu_text_page_box), (djvu_text_page_append_text),
7220         (djvu_text_page_search), (djvu_text_page_prepare_search),
7221         (djvu_text_page_new), (djvu_text_page_free):
7222         * djvu/djvu-text-page.h:
7223         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7224         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7225         (djvu_text_n_results), (djvu_text_has_results),
7226         (djvu_text_get_result), (djvu_text_get_progress):
7227         * djvu/djvu-text.h:
7228         
7229         Text search in djvu. Fix for the bug #303415.
7230
7231 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7232
7233         * configure.ac:
7234         * shell/ev-window.c: (ev_window_cmd_save_as):
7235         
7236         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7237         Thanks to Gary Coady <gary@lyranthe.org>
7238
7239 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7240
7241         * shell/ev-print-job.c: (idle_print_handler):
7242         
7243         Inverse order printing, bug #320919.
7244
7245 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7246
7247         * data/evince-toolbar.xml:
7248         * shell/ev-window.c:
7249         
7250         Allow to add sidebar checkbutton on toolbar. Fix
7251         for the bug #144577.
7252
7253 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7254
7255         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7256         
7257         Add checks that have sense for empty ps document.
7258
7259 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7260
7261         * configure.ac: Include PS in mime types list. 
7262
7263 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7264
7265         * configure.ac:
7266         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7267         * ps/gsdefaults.h:
7268         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7269         
7270         Runtime check for gs interpreter. Fix for the bug #320868.
7271         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7272
7273 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7274
7275         * shell/ev-application.c: 
7276
7277         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7278         dbus>=0.60, so that the request is not queued. 
7279
7280 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7281
7282         * configure.ac:
7283         * shell/Makefile.am:
7284         * shell/ev-sidebar-links.c: (print_section_cb):
7285         * shell/ev-utils.c:
7286         * shell/ev-utils.h:
7287         * shell/ev-window.c: (update_action_sensitivity),
7288         (ev_window_close_dialogs), (ev_window_print):
7289         * shell/ev-window.h:
7290         
7291         Make printing support optional. Patch from Eduardo de Barros Lima
7292         <eduardo.lima@indt.org.br> for the bug #330546.
7293
7294 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7295
7296         * shell/ev-view-private.h:
7297         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7298         (ev_view_set_document):
7299         * shell/ev-view.h:
7300         * shell/ev-window.c: (ev_window_load_job_cb),
7301         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7302         (ev_window_init):
7303
7304         Draw Loading message during xfer job. Fix for the bug #329495.
7305
7306 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7307
7308         * comics/comics-document.c: (comics_regex_quote),
7309         (comics_document_load), (extract_argv):
7310         
7311         Correcly quote regexp before passing it to unzip.
7312
7313 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * shell/ev-page-cache.c: (build_height_to_page),
7316         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7317         (ev_page_cache_get_dual_even_left):
7318         * shell/ev-page-cache.h:
7319         * shell/ev-view.c: (view_update_range_and_current_page),
7320         (get_page_y_offset), (get_page_extents):
7321         
7322         Place even pages to the left if document has less then
7323         two pages. Fix for the bug #328856.
7324
7325 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7326
7327         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7328         
7329         Correct comics scheme. This make evince create thumbnails
7330         for comic books. Fix for the bug 329088.
7331
7332 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7333
7334         * data/evince-password.glade: Don't explicitly set
7335         invisible_char to the current default value in case
7336         the default changes; let GTK+ do its magic.
7337
7338 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7339
7340         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7341         real filename to tmp filename since often document
7342         type is determined by extension.
7343
7344 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7345
7346         * shell/ev-view.c: (add_scroll_binding_keypad),
7347         (ev_view_binding_activated), (ev_view_class_init):
7348         
7349         Add keybindings for percision-scrolling of display area. 
7350         Fix for the bug #314072.
7351
7352 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7353
7354         * data/evince.desktop.in.in:
7355         
7356         Add GTK to the list of categories. Fix for the bug #328034.
7357
7358 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7359
7360         * shell/ev-application.c: (ev_application_shutdown),
7361         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7362         * shell/ev-application.h:
7363         * shell/ev-window.c: (file_open_dialog_response_cb),
7364         (ev_window_cmd_file_open):
7365         
7366         Save last uri in file chooser dialog. Fix for the bug #327950.
7367
7368 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * NEWS:
7371         * README:
7372         
7373         Final update for release 0.5.0
7374         
7375         * shell/Makefile.am:
7376         
7377         Remove disable deprecated until we'll require libgnome-2.13.7
7378         and port to GOption argument parsing. See bug 327518.
7379
7380 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7381
7382         * comics/comics-document.c: (comics_document_save):
7383         * djvu/djvu-document.c: (djvu_document_save):
7384         * dvi/dvi-document.c: (dvi_document_save):
7385         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7386         * lib/ev-file-helpers.h:
7387         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7388         * tiff/tiff-document.c: (tiff_document_save):
7389         
7390         Use common save function for backends.
7391
7392 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7393
7394         * backend/ev-document-types.c:
7395         
7396         Fix crash on saving pixbuf.
7397
7398 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7399
7400         * cut-n-paste/recent-files/egg-recent-item.c:
7401         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7402         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7403         (parse_info_free), (valid_element), (start_element_handler),
7404         (end_element_handler), (text_handler), (egg_recent_model_filter),
7405         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7406         (egg_recent_model_monitor), (egg_recent_model_read),
7407         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7408         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7409         (egg_recent_model_set_property), (egg_recent_model_class_init),
7410         (egg_recent_model_init), (egg_recent_model_add_full),
7411         (egg_recent_model_delete), (egg_recent_model_get_list),
7412         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7413         (egg_recent_model_set_filter_mime_types),
7414         (egg_recent_model_clear_group_filter),
7415         (egg_recent_model_set_filter_groups),
7416         (egg_recent_model_clear_scheme_filter),
7417         (egg_recent_model_set_filter_uri_schemes),
7418         (egg_recent_model_remove_expired):
7419         * cut-n-paste/recent-files/egg-recent-util.c:
7420         (egg_recent_util_get_icon):
7421         * cut-n-paste/recent-files/egg-recent-util.h:
7422         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7423         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7424         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7425         (egg_recent_view_uimanager_set_property),
7426         (egg_recent_view_uimanager_get_property),
7427         (egg_recent_view_uimanager_class_init),
7428         (egg_recent_view_uimanager_init),
7429         (egg_recent_view_uimanager_set_label_width),
7430         (egg_recent_view_uimanager_get_label_width):
7431         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7432         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7433         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7434         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7435         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7436         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7437         
7438         Update from libegg.
7439
7440 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7441
7442         * shell/ev-page-cache.c: (build_height_to_page),
7443         (ev_page_cache_get_height_to_page):
7444         * shell/ev-page-cache.h:
7445         * shell/ev-view.c: (view_update_range_and_current_page),
7446         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7447         (ev_view_previous_page):
7448         
7449         Dual mode places even pages to the left. Fix for the bug #309393.
7450
7451         * shell/ev-view.h:
7452         * shell/ev-window.c: (update_action_sensitivity),
7453         (setup_view_from_metadata), (view_menu_popup_cb):
7454         
7455         Don't restore presentation in empty windows, more intelligent
7456         next page behaviour in dual mode.
7457
7458         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7459         (ev_pixbuf_cache_clear_job_sizes):
7460         
7461         Cleanup job callback on removal. Fix for the bug #325886.
7462
7463 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7464
7465         * ps/ps.c: (psscan):
7466         
7467         Commit workaround Mozilla problem. Fix for the bug #325919
7468         
7469         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7470         (save_item):
7471         
7472         Fix for year 2038 problem.
7473
7474 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7475
7476         * shell/ev-window.c: (setup_document_from_metadata),
7477         (ev_window_cmd_view_reload):
7478
7479         Clamp page recieved from metadata in valid values. Fix
7480         for the bug #325986.
7481
7482 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * MAINTAINERS: 
7485         Add MAINTAINERS as requested on desktop-devel-list.
7486
7487 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7488
7489         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7490         (mime_type_supported_by_gdk_pixbuf),
7491         (ev_document_factory_get_mime_types),
7492         (ev_document_factory_get_all_mime_types):
7493         
7494         Don't add pixbuf mime types if pixbuf backend is disabled.
7495         
7496         * shell/ev-application.c: (ev_application_get_uri_window):
7497         
7498         Fix for the bug 325815 - unhandled MIME type message doesn't 
7499         appear a second time. 
7500         
7501         * shell/ev-document-types.c: (ev_document_types_add_filters):
7502         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7503         (password_dialog_response), (ev_window_popup_password_dialog),
7504         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7505         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7506         (ev_window_run_presentation), (ev_window_stop_presentation),
7507         (save_sizing_mode), (ev_window_zoom_changed_cb),
7508         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7509         (ev_window_dual_mode_changed_cb),
7510         (ev_window_sidebar_current_page_changed_cb),
7511         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7512         (window_state_event_cb), (window_configure_event_cb):
7513         
7514         Cleanup additional uris holded by EvWindow.
7515
7516 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7517
7518         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7519         (ev_view_can_previous_page), (ev_view_can_next_page):
7520         * shell/ev-view.h:
7521         * shell/ev-window.c: (update_action_sensitivity):
7522         
7523         Two page scrolling with Space and PageUp in dual mode. Second fix 
7524         for the bug #316608.
7525
7526 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * shell/ev-view.c: (scroll_to_current_page):
7529         
7530         Correctly clamp adjustment value. Fix for the bug
7531         #325808.
7532
7533 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7534
7535         * shell/ev-sidebar-links.c: (print_section_cb):
7536         * shell/ev-window.c: (ev_window_get_uri),
7537         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7538         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7539         (ev_window_dispose):
7540         
7541         Make print dialog non-modal. Fix for the bug #325622.
7542
7543 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7544
7545         * shell/ev-metadata-manager.c:
7546         * shell/ev-utils.c: (using_pdf_printer),
7547         (using_postscript_printer), (load_print_config_from_file),
7548         (save_print_config_to_file):
7549         * shell/ev-utils.h:
7550         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7551         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7552         (setup_view_from_metadata), (ev_window_setup_document),
7553         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7554         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7555         (ev_window_run_presentation), (ev_window_stop_presentation),
7556         (save_sizing_mode), (ev_window_zoom_changed_cb),
7557         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7558         (ev_window_dual_mode_changed_cb),
7559         (ev_window_sidebar_current_page_changed_cb),
7560         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7561         (window_state_event_cb), (window_configure_event_cb),
7562         (ev_window_init):
7563         
7564         Setting saving behaviour fixes.
7565
7566 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7567
7568         * configure.ac:
7569         
7570         Make antialiasing gs options better and allow
7571         to change them during configure. Fix for the 
7572         bug #319049.
7573
7574 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7575
7576         * shell/ev-window.c: (setup_view_from_metadata):
7577         
7578         Remember if last window was maximized. Fix for the
7579         bug #323797.
7580
7581 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7582
7583         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7584
7585 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7586
7587         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7588         * shell/ev-page-action.c: (build_new_tree_cb):
7589         * shell/ev-sidebar-links.c: (links_page_num_func),
7590         (update_page_callback_foreach), (update_page_callback):
7591         * shell/ev-view.c: (scroll_to_current_page):
7592         
7593         Fix for the bug #325067 with more intelligent selection
7594         of current link in sidebar. Make sidebar handle links
7595         of FITR-like type more correctly.
7596
7597         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7598         (dvi_pixbuf_put_pixel):
7599         
7600         Fix memory consumtion with disabled alpha channel.
7601
7602 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7603
7604         * data/evince-ui.xml:
7605         * shell/ev-window.c: (view_menu_popup_cb),
7606         (ev_popup_cmd_open_link), (ev_window_init):
7607         
7608         Update context menu for internal links. Fix for the bug
7609         #325066.
7610
7611 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7612
7613         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7614         
7615         Bind context menu to keyboard also. Fix for the bug
7616         #325065.
7617
7618 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7619
7620         * shell/ev-view.c: (selection_scroll_timeout_cb):
7621         
7622         Horizontal scroll on selection also.
7623
7624 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * shell/ev-metadata-manager.c: (parse_value):
7627         * shell/ev-view.c: (goto_xyz_link):
7628         
7629         Correct zoom setup and metadata save broken in 
7630         some locales.
7631
7632 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7633
7634         * shell/ev-view-private.h:
7635         * shell/ev-view.c: (scroll_to_current_page),
7636         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7637         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7638         (page_changed_cb), (ev_view_set_continuous),
7639         (ev_view_set_dual_page), (ev_view_set_presentation):
7640         
7641         Delay scroll until allocation to correctly position page. Fix
7642         for the bug #317334.
7643
7644 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7645
7646         * NEWS:
7647         * configure.ac:
7648         
7649         Update NEWS and require poppler 0.5.0.
7650
7651 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7652         
7653         * data/evince-ui.xml:
7654         * shell/ev-view-private.h:
7655         * shell/ev-view.c: (ev_view_get_link_at_location),
7656         (handle_link_over_xy), (ev_view_button_press_event),
7657         (ev_view_button_release_event), (ev_view_class_init):
7658         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7659         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7660         (ev_window_init):
7661         
7662         Implement right-click context menu.
7663
7664 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7665
7666         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7667         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7668         (mdvi_pixbuf_device_render):
7669         * pdf/ev-poppler.cc:
7670
7671         Don't generate thumbnails with alpha. See bug #324077.
7672         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7673
7674 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7675
7676         * shell/ev-window.c: (setup_chrome_from_metadata):
7677         
7678         Fix typo that was hiding toolbar.
7679
7680 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7681
7682         * shell/ev-view-private.h:
7683         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7684         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7685         (ev_view_button_release_event), (ev_view_destroy):
7686         
7687         Small cleanup and autoscrolling during selection. Thanks to 
7688         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7689
7690 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7691
7692         * configure.ac:
7693         
7694         Correctly check for comics option.
7695
7696 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7697         * Makefile.am:
7698         * configure.ac:
7699         * backend/Makefile.am:
7700         * backend/ev-document-factory.c:
7701         * shell/ev-document-types.c:
7702
7703         Included option in configure to make ps backend 
7704         compilation optional with --disable-ps.
7705
7706 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7707
7708         * backend/ev-document-factory.c:
7709         * comics/Makefile.am:
7710         * comics/comics-document.c: (comics_document_load):
7711         * comics/ev-cbr-mime.xml:
7712         * configure.ac:
7713         
7714         Comics mime types are added to shared-mime-info CVS. Now
7715         we don't need to install our own mime types.
7716
7717 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7718
7719         * shell/ev-window.c:
7720         
7721         Add shortcut for "save a copy" menu entry. Fix for
7722         the bug #324582.
7723
7724 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7725
7726         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7727         (job_finished_cb), (new_selection_pixbuf_needed),
7728         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7729         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7730         
7731         Rework selection job info logic and fix critical warning.
7732
7733 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7734
7735         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7736
7737 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7738
7739         * data/evince-ui.xml:
7740         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7741         
7742         Enter as shortcut key for next page. Fix for the bug
7743         #321394.
7744
7745 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7746
7747         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7748
7749 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7750
7751         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7752         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7753         (new_selection_pixbuf_needed),
7754         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7755         (clear_job_selection):
7756         
7757         Too early for 0.5. Pixbuf cache code cleaned a bit.
7758
7759 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7760
7761         * NEWS:
7762         * configure.ac:
7763         
7764         Release 0.5.0 preparation
7765
7766 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7767
7768         * comics/Makefile.am:
7769         * configure.ac:
7770         * shell/ev-document-types.c: (ev_document_types_add_filters):
7771         
7772         More advanced handling of custom mime type installation.
7773
7774 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7775
7776         * data/evince.schemas.in:
7777         * shell/ev-metadata-manager.c: (value_free),
7778         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7779         (ev_metadata_manager_get), (ev_metadata_manager_set):
7780         * shell/ev-metadata-manager.h:
7781         * shell/ev-window.c: (update_chrome_flag),
7782         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7783         (setup_document_from_metadata), (setup_chrome_from_metadata),
7784         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7785         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7786         (ev_window_view_toolbar_cb),
7787         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7788         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7789         
7790         Save last document settings and reuse them for new documents.
7791
7792 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7793
7794         * Makefile.am:
7795         * backend/Makefile.am:
7796         * backend/ev-document-factory.c:
7797         * backend/ev-document-factory.h:
7798         * comics/Makefile.am:
7799         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7800         (comics_document_load), (comics_document_save),
7801         (comics_document_get_n_pages), (comics_document_get_page_size),
7802         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7803         (comics_document_class_init), (comics_document_can_get_text),
7804         (comics_document_get_info), (comics_document_document_iface_init),
7805         (comics_document_init), (get_supported_image_extensions),
7806         (comics_document_thumbnails_get_geometry),
7807         (comics_document_thumbnails_get_thumbnail),
7808         (comics_document_thumbnails_get_dimensions),
7809         (comics_document_document_thumbnails_iface_init), (extract_argv):
7810         * comics/comics-document.h:
7811         * comics/ev-cbr-mime.xml:
7812         * configure.ac:
7813         * po/POTFILES.in:
7814         * shell/ev-application.c: (ev_application_register_service):
7815         * shell/ev-document-types.c: (ev_document_types_add_filters):
7816         * thumbnailer/Makefile.am:
7817         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7818         
7819         New CBR/CBZ backend for comic books.
7820
7821 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7822
7823         * shell/main.c: (load_files_remote):
7824
7825         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7826         warning on startup of second instance is fixed. It
7827         is bug #320353.
7828
7829 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7830
7831         * shell/ev-window.c: (ev_window_finalize):
7832         
7833         Fix double free that cause crash.
7834
7835 2005-10-29  Bastien Nocera <hadess@hadess.net>
7836
7837         * tiff/tiff-document.c: (tiff_document_load):
7838         
7839         Fix memory leak.
7840
7841 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7842
7843         * po/POTFILES.in:
7844         * shell/Makefile.am:
7845         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7846         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7847         (ev_view_accessible_get_text),
7848         (ev_view_accessible_get_character_at_offset),
7849         (ev_view_accessible_get_text_before_offset),
7850         (ev_view_accessible_get_text_at_offset),
7851         (ev_view_accessible_get_text_after_offset),
7852         (ev_view_accessible_get_character_count),
7853         (ev_view_accessible_get_caret_offset),
7854         (ev_view_accessible_set_caret_offset),
7855         (ev_view_accessible_get_run_attributes),
7856         (ev_view_accessible_get_default_attributes),
7857         (ev_view_accessible_get_character_extents),
7858         (ev_view_accessible_get_offset_at_point),
7859         (ev_view_accessible_get_n_selections),
7860         (ev_view_accessible_get_selection),
7861         (ev_view_accessible_add_selection),
7862         (ev_view_accessible_remove_selection),
7863         (ev_view_accessible_set_selection),
7864         (ev_view_accessible_text_iface_init),
7865         (ev_view_accessible_idle_do_action),
7866         (ev_view_accessible_action_do_action),
7867         (ev_view_accessible_action_get_n_actions),
7868         (ev_view_accessible_action_get_description),
7869         (ev_view_accessible_action_get_name),
7870         (ev_view_accessible_action_set_description),
7871         (ev_view_accessible_action_iface_init),
7872         (ev_view_accessible_get_type), (ev_view_accessible_new),
7873         (ev_view_accessible_factory_get_accessible_type),
7874         (ev_view_accessible_factory_create_accessible),
7875         (ev_view_accessible_factory_class_init),
7876         (ev_view_accessible_factory_get_type):
7877         * shell/ev-view-accessible.h:
7878         * shell/ev-view-private.h:
7879         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7880         * shell/ev-view.h:
7881         
7882         Initial accessibility support.
7883
7884 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7885
7886         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7887
7888 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7889
7890         * shell/ev-print-job.c: (idle_print_handler):
7891         
7892         Fix for bug Bug 318916: Printing multiple pages.
7893
7894 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7895
7896         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7897
7898 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7899
7900         * pdf/ev-poppler.cc:
7901         
7902         Thumnail dimensions unified with other backends.
7903         
7904         * shell/ev-window-title.c: (ev_window_title_update):
7905         
7906         Fix warning.
7907
7908 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7909
7910         * data/ev-stock-zoom-fit-width.png:
7911         
7912         Remove unused file.
7913
7914 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * configure.ac:
7917         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7918         (djvu_document_finalize):
7919         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7920         (dvi_document_finalize):
7921         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7922         (pixbuf_document_save), (pixbuf_document_finalize):
7923         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7924         (tiff_document_finalize):
7925         
7926         Save a copy implemented for various backends.
7927
7928 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7929
7930         * configure.ac:
7931         
7932         Don't link with ltiff if tiff is disabled.
7933
7934 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7935
7936         * pdf/GDKSplashOutputDev.cc:
7937         * pdf/GDKSplashOutputDev.h:
7938         * pdf/Thumb.cc:
7939         * pdf/Thumb.h:
7940         * pdf/pdf-document.cc:
7941         * pdf/pdf-document.h:
7942         * pdf/test-gdk-output-dev.cc:
7943         
7944         Remove old unused files.
7945
7946 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7947
7948         * shell/ev-window.c: (ev_window_setup_document):
7949         
7950         Fixed warnings on reload and probably crash reason.
7951
7952 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7953
7954         * properties/ev-properties-view.c:
7955         (ev_properties_view_format_date):
7956         
7957         Check if date is invalid. Fix for bug 318134.
7958
7959 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7960
7961         * shell/ev-window-title.c:
7962         
7963         Add .indd files (Adobe Indesign) to the list of "bad
7964         extensions".
7965
7966 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * data/evince-ui.xml:
7969         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7970         
7971         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7972
7973 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7974
7975         * shell/ev-window.c: (launch_link), (launch_external_uri),
7976         (view_external_link_cb):
7977
7978         URL-escape link before passing it to gnome_vfs_url_show.
7979
7980 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7981
7982         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7983         there isn't text selected.
7984
7985 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7986
7987         * shell/ev-view.c: (handle_link_over_xy):
7988
7989         Check tooltip is valid utf8 before showing it
7990
7991 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7992
7993         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7994
7995 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7996
7997         * shell/ev-window-title.c: (ev_window_title_update):
7998
7999         Guard against using g_strstrip on NULL. Fixes bug #317291.
8000
8001 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8002
8003         * pdf/ev-poppler.cc:
8004
8005         Show title even for unknown links
8006
8007 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8008
8009         * shell/ev-window-title.c: (ev_window_title_update):
8010
8011         Strip the title string
8012
8013 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8014
8015         * shell/ev-window-title.c:
8016
8017         Add .rtf to the bad extensions list
8018
8019 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8020
8021         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8022         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8023
8024         Ignore link coordinates if they are outside page bounds
8025
8026 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8027
8028         * backend/ev-link.c: (ev_link_type_get_type),
8029         (ev_link_get_filename), (ev_link_get_params),
8030         (ev_link_get_property), (ev_link_set_property),
8031         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8032         * backend/ev-link.h:
8033         * pdf/ev-poppler.cc:
8034         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8035         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8036         (ev_window_init):
8037
8038         Implement launch links. Delegate external link opening to
8039         the window.
8040
8041 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8042
8043         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8044         (ev_link_get_right), (ev_link_get_property),
8045         (ev_link_set_property), (ev_link_class_init),
8046         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8047         * backend/ev-link.h:
8048         * pdf/ev-poppler.cc:
8049         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8050
8051         Implement fitr links
8052
8053 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8054
8055         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8056         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8057         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8058         (ev_view_size_request_continuous),
8059         (ev_view_size_request_dual_page),
8060         (ev_view_size_request_single_page), (ev_view_size_allocate),
8061         (ev_view_zoom_for_size_continuous_and_dual_page),
8062         (ev_view_zoom_for_size_continuous),
8063         (ev_view_zoom_for_size_dual_page),
8064         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8065         (ev_sizing_mode_get_type):
8066         * shell/ev-view.h:
8067         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8068
8069         Do not use modes for link, we need to calculate size ad hoc.
8070         Still not perfect because of the usual scrollbar issues grrr.
8071
8072 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8073
8074         * backend/ev-link.c: (ev_link_type_get_type),
8075         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8076         * backend/ev-link.h:
8077         * pdf/ev-poppler.cc:
8078         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8079         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8080         (ev_view_size_request_continuous),
8081         (ev_view_size_request_dual_page),
8082         (ev_view_size_request_single_page), (ev_view_size_allocate),
8083         (zoom_for_size_fit_height),
8084         (ev_view_zoom_for_size_continuous_and_dual_page),
8085         (ev_view_zoom_for_size_continuous),
8086         (ev_view_zoom_for_size_dual_page),
8087         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8088         (ev_sizing_mode_get_type):
8089         * shell/ev-view.h:
8090         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8091
8092         Implement FIT_HEIGHT mode (only for links).
8093         Implement FITH links
8094
8095 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8096
8097         * shell/ev-window-title.c: (get_filename_from_uri),
8098         (ev_window_title_sanitize_extension), (ev_window_title_update),
8099         (ev_window_title_set_document), (ev_window_title_set_uri),
8100         (ev_window_title_free):
8101         * shell/ev-window-title.h:
8102         * shell/ev-window.c: (ev_window_setup_document),
8103         (ev_window_popup_password_dialog):
8104
8105         Refactor window title building while fixing it for
8106         password documents.
8107
8108 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * pdf/ev-poppler.cc:
8111
8112         Escape link title before setting it in the model
8113
8114 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8115
8116         * shell/ev-application.c: (removed_from_session), (save_session),
8117         (init_session), (ev_application_get_empty_window),
8118         (ev_application_init), (ev_application_get_windows):
8119         * shell/ev-application.h:
8120         * shell/ev-window.c: (ev_window_finalize):
8121
8122         Add a function to retrieve window list and share it where
8123         necessary.
8124         Implement session handling, works pretty well thanks to the
8125         metadata system.
8126
8127 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8128
8129         * shell/ev-password.c: (ev_password_item_created_callback),
8130         (ev_password_dialog_save_password):
8131         
8132         Fix for bug 316972. Use async gnome-keyring API.
8133
8134 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8135
8136         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8137         Remove unused unrealize handler. Add scroll handling to
8138         ev_view_scroll_event for presentation mode (bug #316708),
8139         and fix the event state checks there.
8140
8141 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8142
8143         * shell/ev-page-action.c: (page_changed_cb):
8144
8145         "marco, maybe we should be crazy and jump right to 6! :)"
8146
8147         Bryan Clark, Sep 2005
8148
8149 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8150
8151         * ps/ps-document.c: (save_document), (ps_document_save),
8152         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8153         (ps_document_ps_export_end):
8154
8155         Fix unstructured documents save and print
8156
8157 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8158
8159         * shell/ev-application.c: (ev_application_open_uri):
8160
8161         Fix window size persistance
8162
8163 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8164
8165         * shell/ev-view.c: (ev_view_button_release_event):
8166
8167         Based on a patch from carlosgc@gnome.org. Mouse buttons
8168         switch pages in presentation mode.
8169
8170 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8171
8172         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8173
8174         Dont cast to int before scaling
8175
8176 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8177
8178         * backend/ev-link.c: (ev_link_type_get_type),
8179         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8180         (ev_link_new_page_fith):
8181         * backend/ev-link.h:
8182         * pdf/ev-poppler.cc:
8183         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8184
8185         Implement FIT and FITH links
8186
8187 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8188
8189         * pdf/ev-poppler.cc:
8190
8191         Return 0 results when search is not in progress.
8192
8193         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8194         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8195
8196         Update menu sensitivity when cancelling search
8197
8198 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8199
8200         * shell/ev-view.c: (ev_view_can_find_next):
8201
8202         Take all pages in consideration, not just current one
8203
8204 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8205
8206         * shell/ev-page-cache.c:
8207         * shell/ev-page-cache.h:
8208         * shell/ev-view.c: (ev_view_binding_activated),
8209         (ev_view_next_page), (ev_view_previous_page),
8210         (ev_sizing_mode_get_type):
8211         * shell/ev-view.h:
8212         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8213         (ev_window_cmd_go_next_page):
8214
8215         Move page next/previous functions from page chace to
8216         view and change it to move by 2 page steps in dual mode.
8217
8218 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8219
8220         * shell/ev-window.c: (update_sidebar_visibility),
8221         (setup_sidebar_from_metadata), (ev_window_setup_document),
8222         (setup_view_from_metadata):
8223
8224         Show the index by default when there is one     
8225
8226 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8227
8228         * shell/ev-window-title.c: (ev_window_title_set_document):
8229
8230         Missing null check
8231
8232 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8233
8234         * shell/ev-view.c: (view_update_range_and_current_page):
8235         
8236         Allow display of last odd page in dual view. Fix for 316347.
8237
8238 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8239
8240         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8241         
8242         Make close button default. Fix for 316383.
8243
8244 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8245
8246         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8247         
8248         Mark close button as default. Fix for 316381.
8249
8250 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8251
8252         * backend/ev-link.c: (ev_link_class_init):
8253
8254         Allow negative doubles in left/top properties
8255
8256 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8257
8258         * shell/ev-window.c:
8259
8260         Remove a bunch of strings that was used only
8261         by the statusbar.
8262
8263 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * shell/ev-window-title.c: (get_filename_from_uri),
8266         (ev_window_title_set_document):
8267
8268         When title has a confusing extension, show also
8269         the document filename inside ()
8270
8271 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8272
8273         * shell/Makefile.am:
8274         * shell/ev-window-title.c: (ev_window_title_new),
8275         (ev_window_title_update), (ev_window_title_set_type),
8276         (ev_window_title_set_document), (ev_window_title_free):
8277         * shell/ev-window-title.h:
8278         * shell/ev-window.c: (ev_window_setup_document),
8279         (password_dialog_response), (ev_window_popup_password_dialog),
8280         (ev_window_dispose), (ev_window_init):
8281
8282         Factor out and cleanup window title code
8283
8284 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8285
8286         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8287         (unable_to_load):
8288
8289         Make dialog transient so it doesnt block other windows
8290
8291 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8292
8293         * pdf/ev-poppler.cc:
8294         
8295         Fix pdf thumbnails rendering.
8296
8297 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8298
8299         * shell/ev-window.c: (fullscreen_set_timeout):
8300         
8301         Increase timeout to hide full screen popup. Bug 
8302         316123. 
8303
8304 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8305
8306         * data/evince.schemas.in:
8307         * shell/ev-window.c: (update_action_sensitivity):
8308
8309         Allow the user to override document restrictions. Fix for bug
8310         305818.
8311
8312 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8313
8314         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8315         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8316         (ev_window_class_init): Fix multihead behaviour of fullscreen
8317         toolbar popup. Fixes bug #315451.
8318
8319 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8320
8321         * configure.ac:
8322         * data/evince-password.glade:
8323         * shell/ev-password.c: (ev_password_dialog_set_property),
8324         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8325         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8326         (ev_password_dialog_entry_changed_cb),
8327         (ev_password_dialog_entry_activated_cb),
8328         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8329         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8330         (ev_password_dialog_set_bad_pass):
8331         * shell/ev-password.h:
8332         * shell/ev-window.c: (password_dialog_response),
8333         (ev_window_popup_password_dialog):
8334         
8335         Support for gnome-keyring for encrypted PDF's.
8336
8337 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8338
8339         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8340         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8341         (ev_view_enter_notify_event), (ev_view_class_init):
8342         
8343         More precise handling of enter_notify/leave_notify events
8344         in EvView. Fix for bug 315470.
8345
8346 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8347
8348         * shell/ev-window.c: (fullscreen_timeout_cb),
8349         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8350         (ev_window_dispose):
8351
8352         leak fix: unref fullscreen_timeout_source before clearing it
8353
8354 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8355
8356         * configure.ac, dvi/mdvi/Makefile.am: 
8357         
8358         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8359
8360 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * backend/ev-link.c: (ev_link_new_page_xyz):
8363         * pdf/ev-poppler.cc:
8364         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8365
8366         Fix some bugs with xyz links, respect zoom
8367
8368 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8369
8370         * shell/ev-window.c: (page_changed_cb),
8371         (setup_document_from_metadata), (update_sidebar_visibility),
8372         (setup_view_from_metadata), (ev_window_run_fullscreen),
8373         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8374         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8375         (ev_window_dual_mode_changed_cb),
8376         (ev_window_sidebar_current_page_changed_cb):
8377
8378         null check uri before setting and getting metadata
8379
8380 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8381
8382         * dvi/Makefile.am:
8383         * properties/Makefile.am:
8384         * shell/Makefile.am:
8385         * thumbnailer/Makefile.am:
8386
8387         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8388
8389 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8390
8391         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8392         (selection_changed_callback):
8393         * shell/ev-sidebar-links.h:
8394
8395         Add a signal for link activation.
8396
8397         * shell/ev-view.c: (ev_view_goto_link),
8398         (ev_view_button_release_event):
8399         * shell/ev-view.h:
8400         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8401         (ev_window_init):
8402
8403         Implement the signal so that we can handle all link types.
8404
8405         * shell/ev-page-cache.c:
8406
8407         Remove unused set_link function
8408
8409 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8410
8411         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8412
8413         Add some space from the cursor, hardcoded but I couldnt
8414         find a better way.
8415
8416 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * lib/ev-tooltip.c:
8419
8420         Use mozilla style vs gtk style, way better for links.
8421
8422         * shell/ev-view.c: (ev_view_motion_notify_event),
8423         (ev_view_destroy), (ev_view_init):
8424
8425         Deactive tooltip when the link hovered is changed.
8426
8427 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8428
8429         * backend/ev-document.h:
8430         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8431         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8432         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8433         (ev_link_new_page), (ev_link_new_page_xyz):
8434         * backend/ev-link.h:
8435         * pdf/ev-poppler.cc:
8436         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8437         (go_to_link), (tip_from_link):
8438
8439         Implement xyz links, still not functional. Links are a total
8440         mess, will need to refactor and bugfix a lot :(
8441
8442 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8443
8444         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8445
8446 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8447
8448         * data/evince-ui.xml:
8449         * data/evince.schemas.in:
8450         * shell/Makefile.am:
8451         * shell/ev-window.c: (update_chrome_visibility),
8452         (password_dialog_response), (ev_window_load_job_cb),
8453         (ev_window_xfer_job_cb), (ev_window_open_uri),
8454         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8455         (ev_window_init):
8456
8457         Remove the statusbar. This regress loading feedback, need to
8458         check with Bryan what we want to do there...
8459
8460 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8461
8462         * lib/ev-tooltip.c: (ev_tooltip_init):
8463
8464         Fix tooltip border and size handling
8465
8466 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8467
8468         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8469         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8470         (ev_tooltip_timeout), (ev_tooltip_activate),
8471         (ev_tooltip_deactivate):
8472         * lib/ev-tooltip.h:
8473         * shell/ev-view.c: (ev_view_motion_notify_event):
8474
8475         Delay popup showing. Mirror gtk logic/times.
8476
8477 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8478
8479         * lib/Makefile.am:
8480         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8481         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8482         (ev_tooltip_set_text), (ev_tooltip_set_position):
8483         * lib/ev-tooltip.h:
8484
8485         Simple widget to show tooltips at a custom position
8486
8487         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8488         (ev_view_destroy):
8489
8490         Use it for links. First go, needs work
8491
8492 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8493
8494         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8495         HIG fixes.  Use title capitalization for window title. Use 12 
8496         pixels of space between the dialog's vbox and action area.
8497
8498 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8499
8500         * shell/ev-window.c: (file_open_dialog_response_cb),
8501         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8502         (ev_window_cmd_save_as):
8503
8504         Make file pickers not modal and refactor code some
8505
8506 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8507
8508         * shell/ev-sidebar.h:
8509         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8510         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8511         (ev_sidebar_class_init), (ev_sidebar_select_page),
8512         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8513         (ev_sidebar_set_page):
8514
8515         Add a current page property and allow to get/set it
8516
8517         * shell/ev-window.c: (setup_view_from_metadata),
8518         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8519
8520         Persist current sidebar page per document
8521
8522 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8523
8524         * data/evince.schemas.in:
8525         * shell/ev-window.c: (update_chrome_visibility),
8526         (setup_document_from_metadata), (update_sidebar_visibility),
8527         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8528         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8529         (ev_window_run_presentation), (ev_window_stop_presentation),
8530         (ev_window_view_sidebar_cb),
8531         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8532         (load_chrome), (ev_window_init):
8533
8534         Persist size/visibility of sidebar per document
8535
8536 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8537
8538         * shell/ev-view.c (draw_loading_text): Draw loading text.
8539
8540 2005-09-02  Dan Damian  <dand@gnome.ro>
8541
8542         * configure.in: Added "ro" to ALL_LINGUAS.
8543
8544 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8545
8546         * shell/ev-view.c: (clear_caches):
8547
8548         ev_page_cache_get doesnt return a reference,
8549         dont try to unref it.
8550
8551 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8552
8553         * shell/main.c: (load_files_remote):
8554
8555         Fix timestamp parameter with dbus <= 0.33
8556
8557 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8558
8559         * data/evince.schemas.in:
8560
8561         Add missing full stop
8562
8563 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8564
8565         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8566         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8567
8568         Plug some memory leaks
8569
8570 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8571
8572         * configure.ac:
8573         * lib/ev-debug.c: (trap_handler):
8574
8575         Check for execinfo.h and use it only if it exists.
8576         Ported from Epiphany (bug #314776).
8577
8578 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8579
8580         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8581
8582 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8583
8584         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8585         * po/id.po      : Added Indonesian translation
8586
8587 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8588
8589         * shell/main.c:
8590         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8591         * NEWS: Release 0.4.0
8592
8593 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8594
8595         * configure.ac: catch another gtk+-2.8ism
8596         * shell/main.c: Make work with gtk+-2.6
8597
8598 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8599
8600         * shell/ev-application-service.xml: Add 'timestamp' argument to
8601           ev_application_open_window and ev_application_open_uri methods.
8602
8603         * shell/ev-application.h: Add 'timestamp' argument to
8604           ev_application_open_window, ev_application_open_uri,
8605           and ev_application_open_uri_list functions.
8606
8607         * shell/ev-application.c (ev_application_open_window,
8608           ev_application_open_uri, ev_application_open_uri_list): Change
8609           functions that show/present windows to use a timestamp if one
8610           is passed in.
8611
8612         * shell/ev-window.c (ev_window_cmd_file_open,
8613           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8614         * shell/main.c (load_files): Modify calls to ev_application to
8615           include GDK_CURRENT_TIME as timestamp.
8616
8617         * shell/main.c (load_files_remote): Obtain timestamp for client
8618           instance from GDK and pass to server instance so new windows are
8619           focused properly.  Fix dbus_g_proxy_call() calls by including second
8620           G_TYPE_INVALID.
8621           
8622         Closes bug #314475.
8623
8624 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8625
8626         * shell/ev-window.c (ev_window_finalize): Check for
8627         avail. EvWindows when quiting to handle the finalize better,
8628         #314497
8629
8630 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8631         
8632         * properties/ev-properties-view.c: 
8633         
8634         Set textdomain to libglade. Fixes translation problem in property page.
8635
8636 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8637
8638         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8639         * dvi/Makefile.am:
8640         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8641         * dvi/mdvi-lib/Makefile.am:
8642         
8643         Fix rotation of thumbnails, ported to new API. Moved library
8644         dependencies earlier, probably it will fix linkage problem.
8645
8646 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8647
8648         * backend/ev-document-misc.c:
8649         (ev_document_misc_get_thumbnail_frame):
8650         * backend/ev-document-misc.h:
8651         * configure.ac:
8652         * pdf/ev-poppler.cc:
8653         * shell/Makefile.am:
8654         * shell/ev-sidebar-thumbnails.c: (add_range),
8655         (ev_sidebar_thumbnails_set_loading_icon),
8656         (ev_sidebar_thumbnails_refresh),
8657         (ev_sidebar_thumbnails_set_document):
8658         * shell/ev-sidebar-thumbnails.h:
8659         * shell/ev-view.c: (ev_view_motion_notify_event),
8660         (ev_view_set_property), (ev_view_get_property),
8661         (ev_view_class_init), (ev_view_set_rotation):
8662         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8663         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8664         (ev_window_init):
8665         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8666         Redo rotation (again).  prepare for 0.4.0
8667
8668 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8669
8670         * configure.ac: Bump poppler requirement to 0.4.1.
8671
8672         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8673         argument to poppler_page_render_selection() call.
8674
8675 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8676
8677         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8678         (djvu_document_thumbnails_get_thumbnail):
8679         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8680         (dvi_document_thumbnails_get_thumbnail):
8681         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8682         (pixbuf_document_thumbnails_get_thumbnail):
8683         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8684         
8685         Update rotation direction of backends to fit with pdf and ps.
8686
8687 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8688
8689         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8690         * backend/ev-async-renderer.h:
8691         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8692         (setup_page), (ps_document_get_page_size),
8693         (ps_async_renderer_render_pixbuf):
8694         * ps/ps-document.h:
8695         * shell/ev-jobs.c: (ev_job_render_run):
8696
8697         Fix orientation in the postscript document
8698
8699 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8700
8701         * pdf/ev-poppler.cc:
8702         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8703         * shell/ev-view.c: (highlight_find_results):
8704
8705         Adapt to the new poppler rotation API. Fix text maps on landscape
8706         documents.
8707
8708 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8709
8710         * shell/ev-view.c (compute_new_selection_text): get the correct
8711         region when selecting in modes other than continuous.
8712
8713 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8714
8715         * shell/main.c (main): remove redundant g_warnings.
8716
8717 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8718
8719         * shell/Makefile.am: Don't include autogenerated
8720         file ev-application-service.h into distribution, since
8721         it causes dbus crash. Fix for bugs 313724 and 313443. 
8722
8723 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8724
8725         * configure.ac: Fix sed expression for FreeBSD. Thanks
8726         to Joe Marcus Clark <marcus@freebsd.org>
8727         
8728         * shell/eggfindbar.c: (entry_activate_callback),
8729         (entry_changed_callback), (egg_find_bar_init),
8730         (egg_find_bar_set_search_string):
8731         
8732         Made findbar buttons unsensitive if there is no text in
8733         entry. Fix for the bug 313285.
8734
8735 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8736
8737         * ps/ps-document.c: Use g_filename_display_name for displaying
8738         filenames and revert string freeze breackage
8739
8740 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8741
8742         * NEWS:
8743         * configure.ac:
8744
8745         Update for 0.3.4
8746
8747         * shell/Makefile.am:
8748
8749         Add ev-application-service.xml to extra dist
8750
8751         * shell/ev-view.c: (find_page_at_location):
8752
8753         Remove unused function (fix warning)
8754
8755 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8756
8757         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8758         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8759         
8760         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8761         bug 313623.
8762
8763 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8764
8765         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8766         * shell/ev-window.c:
8767         Fix build warnings
8768
8769 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8770
8771         * configure.ac: Update script to get dbus version.
8772         Fix for the bug #313443.
8773
8774 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8775
8776         * shell/ev-window.c: (ev_window_cmd_escape):
8777         
8778         Return focus back to view on escape. Fix for bug 313295.
8779
8780 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8781
8782         * shell/ev-window.c: (update_window_title),
8783         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8784         (ev_window_cmd_save_as):
8785         
8786         Correct conversion from uri to displayable string. Fix for
8787         bug 313296.
8788
8789 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8790
8791         * ps/ps-document.c: convert filename to utf8 when there is an error
8792         loading document. Fixes #309915
8793
8794 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8795
8796         * configure.ac:
8797
8798         We depend on poppler 0.4.0
8799
8800 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8801
8802         * configure.ac:
8803         * NEWS: Release 0.3.3.
8804         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8805
8806 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8807
8808         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8809         add a couple missing mnemonics to menu items, use title 
8810         capitalization for menu items and window titles, and add 
8811         ellipsis to open menu item.     
8812
8813 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8814
8815         * pdf/ev-poppler.cc:
8816         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8817         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8818         (ev_view_get_rotation):
8819         * shell/ev-view.h:
8820         * shell/ev-window.c: (setup_view_from_metadata),
8821         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8822         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8823         disk.
8824
8825 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8826
8827         * configure.ac: Added tr to ALL_LINGUAS
8828
8829 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8830
8831         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8832         requires several clicks to find word. Thanks to 
8833         Colin Slater <kiltedtaco@gmail.com>.
8834
8835 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8836
8837         * data/evince.desktop.in.in: Hide menu entry and
8838         rename it to "Document Viewer". Fix for bug 
8839         #312399.
8840
8841 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8842
8843         * shell/ev-page-action.c (ev_page_action_class_init): 
8844
8845         Point to the correct function in constructor of the
8846         activate_label signal
8847
8848 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8849
8850         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8851         * shell/ev-jobs.h: Make thread safe.
8852
8853 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8854
8855         * shell/ev-view.c: (view_update_range_and_current_page):
8856         Don't update page range if we are scrolling to some document
8857         point.
8858
8859 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8860
8861         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8862         when getting max_page_width, fix drawing in dual mode.
8863
8864 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8865
8866         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8867         getting the area for select_all.
8868
8869 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8870
8871         * backend/ev-selection.c: (ev_selection_render_selection):
8872         * backend/ev-selection.h:
8873         * pdf/ev-poppler.cc:
8874         * shell/ev-jobs.c: (ev_job_render_new):
8875         * shell/ev-jobs.h:
8876         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8877         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8878         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8879         (ev_view_class_init):
8880
8881         Change selection color on focus in and focus out events.  Also,
8882         poppler now uses GdkColor for specifying the selection colors, so
8883         drop some awkward conversion code.
8884
8885 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8886
8887         * configure.ac: Added Hebrew translation
8888
8889 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8890
8891         * NOTES:
8892         * backend/ev-selection.c: (ev_selection_render_selection):
8893         * backend/ev-selection.h:
8894         * pdf/ev-poppler.cc:
8895         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8896         (ev_job_render_run):
8897         * shell/ev-jobs.h:
8898         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8899         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8900         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8901         (ev_pixbuf_cache_style_changed),
8902         (ev_pixbuf_cache_get_selection_pixbuf),
8903         (ev_pixbuf_cache_set_selection_list),
8904         (ev_pixbuf_cache_get_selection_list):
8905         * shell/ev-pixbuf-cache.h:
8906         * shell/ev-utils.c: (ev_print_region_contents):
8907         * shell/ev-utils.h:
8908         * shell/ev-view.c: (ev_view_queue_draw_page),
8909         (selection_update_idle_cb), (ev_view_motion_notify_event),
8910         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8911         (setup_caches), (ev_view_find_next), (merge_selection_region),
8912         (selection_free):
8913         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8914
8915         Clean up selection to be much smoother!
8916
8917 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8918
8919         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8920         to poppler_page_render_selection().
8921
8922 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8923
8924         * ps/ps-document.c: (save_page_list): Use
8925         unzipped document when printing. Thanks to 
8926         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8927         311016.
8928
8929 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8930
8931         * shell/ev-window.c: (update_action_sensitivity):
8932         
8933         Disable print and save respect to lockdown gconf keys. Fix
8934         for 312342.
8935
8936 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8937
8938         * configure.ac:
8939         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8940         (write_to_temp_file), (ev_file_set_contents):
8941         * shell/ev-utils.h:
8942         * shell/ev-window.c: (save_print_config_to_file):
8943         
8944         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8945         Fix for bug 312238
8946
8947 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8948
8949         * shell/ev-window.c: (load_print_config_from_file),
8950         (save_print_config_to_file), (ev_window_print_range):
8951
8952         Persist the print settings. Fixes bug #311578.
8953
8954 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8955
8956         * djvu/djvu-document.c: (djvu_document_get_page_size),
8957         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8958         (djvu_document_thumbnails_get_thumbnail):
8959         * dvi/dvi-document.c: (dvi_document_get_page_size),
8960         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8961         (dvi_document_thumbnails_get_dimensions),
8962         (dvi_document_thumbnails_get_thumbnail):
8963         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8964         (pixbuf_document_render_pixbuf),
8965         (pixbuf_document_document_iface_init),
8966         (pixbuf_document_thumbnails_get_thumbnail):
8967         
8968         Update backends to make them build with new rotation system.
8969
8970 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8971
8972         * help/C/figures/evince_start_window.png:
8973         
8974         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8975
8976 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8977
8978         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8979         * shell/ev-pixbuf-cache.h:
8980         * shell/ev-sidebar-thumbnails.c:
8981         (ev_sidebar_thumbnails_get_property), (add_range),
8982         (adjustment_changed_cb):
8983         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8984         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8985         we were thumbnailing the entire docment on startup, slowing us
8986         down hugely. 
8987
8988 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8989
8990         * shell/ev-page-cache.c: (ev_page_cache_new):
8991         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8992         == 0, fixes #310306.
8993
8994 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8995
8996         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8997         (ev_view_rotate_left):
8998
8999         Account rotation in doc_rect_to_view_rect.
9000         Ensure rotation doesnt go out of bounds.
9001
9002 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9003
9004         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9005
9006         Correct and cleanup w/h swapping
9007
9008 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9009
9010         * backend/ev-document-thumbnails.c:
9011         (ev_document_thumbnails_get_thumbnail):
9012         * backend/ev-document-thumbnails.h:
9013         * backend/ev-document.c:
9014         * backend/ev-document.h:
9015         * backend/ev-render-context.c: (ev_render_context_new),
9016         (ev_render_context_set_rotation):
9017         * backend/ev-render-context.h:
9018         * pdf/ev-poppler.cc:
9019         * ps/ps-document.c: (ps_document_document_iface_init):
9020         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9021         * shell/ev-jobs.h:
9022         * shell/ev-page-cache.c: (build_height_to_page),
9023         (ev_page_cache_new), (ev_page_cache_get_size),
9024         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9025         (ev_page_cache_get_height_to_page):
9026         * shell/ev-page-cache.h:
9027         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9028         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9029         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9030         (ev_pixbuf_cache_get_selection_pixbuf):
9031         * shell/ev-pixbuf-cache.h:
9032         * shell/ev-print-job.c: (idle_print_handler):
9033         * shell/ev-sidebar-thumbnails.c: (add_range):
9034         * shell/ev-view.c: (view_update_range_and_current_page),
9035         (get_page_y_offset), (get_page_extents),
9036         (ev_view_size_request_continuous_dual_page),
9037         (ev_view_size_request_continuous),
9038         (ev_view_size_request_dual_page),
9039         (ev_view_size_request_single_page), (draw_one_page),
9040         (ev_view_set_rotation), (ev_view_rotate_right),
9041         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9042         (ev_view_zoom_for_size_continuous_and_dual_page),
9043         (ev_view_zoom_for_size_continuous),
9044         (ev_view_zoom_for_size_dual_page),
9045         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9046         (ev_view_select_all):
9047         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9048         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9049         (tiff_document_document_iface_init),
9050         (tiff_document_thumbnails_get_thumbnail):
9051
9052         Use rotation rather than orientation. It's easier and enough
9053         for our needs.
9054
9055 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9056
9057         * shell/ev-page-cache.c: (build_height_to_page),
9058         (ev_page_cache_new), (ev_page_cache_get_size),
9059         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9060         (ev_page_cache_get_height_to_page):
9061         * shell/ev-page-cache.h:
9062         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9063         (ev_view_size_request_continuous_dual_page),
9064         (ev_view_size_request_continuous),
9065         (ev_view_zoom_for_size_continuous_and_dual_page),
9066         (ev_view_zoom_for_size_continuous):
9067
9068         Make the page cache aware of page orientation.
9069
9070 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9071
9072         * backend/ev-document-thumbnails.c:
9073         (ev_document_thumbnails_get_thumbnail):
9074         * backend/ev-document-thumbnails.h:
9075         * backend/ev-document.c:
9076         * backend/ev-document.h:
9077         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9078         * backend/ev-ps-exporter.h:
9079         * pdf/ev-poppler.cc:
9080         * ps/ps-document.c: (ps_document_document_iface_init),
9081         (ps_document_ps_export_do_page):
9082         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9083         * shell/ev-jobs.h:
9084         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9085         (ev_page_cache_get):
9086         * shell/ev-page-cache.h:
9087         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9088         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9089         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9090         * shell/ev-pixbuf-cache.h:
9091         * shell/ev-print-job.c: (idle_print_handler):
9092         * shell/ev-sidebar-thumbnails.c: (add_range):
9093         * shell/ev-view.c: (view_update_range_and_current_page),
9094         (get_page_extents), (ev_view_size_request_dual_page),
9095         (ev_view_size_request_single_page), (draw_one_page),
9096         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9097         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9098         (ev_view_zoom_for_size_dual_page),
9099         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9100         (ev_view_select_all):
9101         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9102         * tiff/tiff-document.c: (tiff_document_get_page_size),
9103         (tiff_document_get_orientation), (rotate_pixbuf),
9104         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9105         (tiff_document_thumbnails_get_thumbnail),
9106         (tiff_document_ps_export_do_page), (tiff_document_init):
9107
9108         Really make use of the orientation bit of the render context.
9109         Use the render context in a few more places in the backend API.
9110         This regress orientation, but now it's done right. Will try to
9111         fix it up asap...
9112
9113 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9114
9115         * shell/ev-view.c: (ensure_rectangle_is_visible):
9116
9117         Patch by Nickolay V. Shmyrev to fix find flickering
9118
9119 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9120
9121         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9122         duplex parameters to ::begin.
9123
9124         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9125         * shell/ev-print-job.c (idle_print_handler): 
9126         * ps/ps-document.c (ps_document_ps_export_begin): 
9127         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9128         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9129         implementations. Poppler backend needs poppler cvs. Rest has
9130         unchanged behavior.
9131
9132 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9133
9134         * shell/ev-window.c (using_pdf_printer): new function.
9135         (ev_window_print_range): print a less techy message if someone
9136         tries to print to PDF.
9137
9138 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9139
9140         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9141         from "unknown font" string. Bug #311431
9142
9143 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9144
9145         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9146
9147 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9148
9149         Bug #311280
9150         
9151         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9152         name for PopplerFontTypes
9153         (pdf_document_fonts_fill_model): add font type to the detail column
9154
9155         * backend/ev-document-fonts.h: added
9156         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9157
9158         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9159         font name and font details, add a little markup.
9160         (ev_properties_fonts_init): use the new cell data func, specify ypad
9161         property for the cell renderer.
9162         (ev_properties_fonts_set_document): add the details column.
9163
9164 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9165
9166         * configure.ac: Added "pl" to ALL_LINGUAS.
9167
9168 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9169
9170         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9171
9172 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9173
9174         * help/ChangeLog: Started this for translations of manual.
9175         * configure.ac, autogen.sh, .cvsignore: Migrated to
9176         gnome-doc-utils. Patch in bug #311222.
9177
9178 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9179
9180         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9181         #ifdef this away to fix an unused-function warning.
9182
9183 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9184
9185         * configure.ac: Added 'gl' to ALL_LINGUAS.
9186
9187 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9188
9189         * configure.ac: Added ne in ALL_LINGUAS
9190         
9191 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9192
9193         * shell/ev-view.c: (ev_view_leave_notify_event):
9194         
9195         Clear status message when pointer leaves view. Fix for bug
9196         #310818 
9197
9198 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9199
9200         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9201
9202 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9203
9204         * shell/ev-view.c: (ev_view_leave_notify_event),
9205         (ev_view_class_init):
9206         
9207         Set cursor to normal then leaving view.
9208
9209 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9210
9211         * configure.ac:
9212         
9213         Fix required djvulibre version.
9214
9215 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9216
9217         *configure.ac: Hindi (hi) language added
9218
9219 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9220
9221         *configure.ac: Punjabi (pa) Language added
9222
9223 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9224
9225         * data/evince-ui.xml, shell/ev-window.c:
9226         
9227         Add keypad accelerators for zooming. Fix for bug 308128.
9228
9229 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9230
9231         * Makefile.am:
9232         * backend/Makefile.am:
9233         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9234         * configure.ac:
9235         * shell/ev-document-types.c: (ev_document_types_add_filters):
9236
9237         Allow to enable/disable the pixbuf backend.
9238         Default to off for now. If we want it enabled we should
9239         really put mime types in the desktop, implement properties etc.
9240
9241         * properties/evince-properties.c:
9242
9243         Initialize error to NULL.
9244         Check error is not NULL before freeing.
9245
9246 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9247
9248         * shell/ev-window.c:
9249
9250         Use F5 as presentation accell
9251
9252 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9253
9254         * shell/ev-window.c: (update_chrome_visibility),
9255         (ev_window_create_fullscreen_popup), (ev_window_init):
9256
9257         Do not leak the fullscreen toolbar
9258
9259 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9260
9261         * shell/ev-window.c: (view_actions_focus_in_cb),
9262         (view_actions_focus_out_cb):
9263
9264         These has a return value! Fix totally random focus
9265         issues we was seeing.
9266
9267 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9268
9269         * shell/main.c: (load_files_remote):
9270
9271         Allow open more than one file
9272
9273 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9274
9275         * shell/main.c: (load_files_remote):
9276
9277         Fix for dbus 0.33. bug #309975
9278
9279 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9280
9281         * properties/ev-properties-main.c: (ev_properties_get_pages):
9282
9283         Actually return NULL for types we dont support
9284
9285 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9286
9287         * po/POTFILES.in:
9288
9289         Remove empty lines.
9290
9291 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9292
9293         * backend/ev-document-factory.c:
9294         (ev_document_factory_get_document):
9295
9296         Do not try to create the object if type
9297         is invalid.
9298
9299 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9300
9301         * ps/ps-document.c: (ps_document_dispose),
9302         (ps_async_renderer_render_pixbuf):
9303         * ps/ps-document.h:
9304
9305         Do not leak the target window
9306
9307 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9308
9309         * shell/ev-application.c: (ev_application_init):
9310
9311         Let tbe check file existence for us.
9312         Add a comment about eggrecent mime filter.
9313
9314 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9315
9316         * data/evince-ui.xml:
9317         * shell/ev-application.c: (ev_application_shutdown),
9318         (ev_application_init), (ev_application_get_toolbars_model),
9319         (ev_application_get_recent_model),
9320         (ev_application_save_toolbars_model):
9321         * shell/ev-application.h:
9322         * shell/ev-window.c: (ev_window_add_recent),
9323         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9324         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9325         (ev_window_init):
9326
9327         Use common toolbar and recent models for all windows.
9328         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9329
9330 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9331
9332         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9333         successfully check for gtk_icon_view_get_visible_range.
9334
9335 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9336
9337         * djvu/Makefile.am:
9338         * dvi/Makefile.am:
9339         
9340         Fix djvu and dvi backend build.
9341
9342 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9343
9344         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9345         (new_separator_pixbuf):
9346
9347         Don't leak windows.
9348
9349 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9350
9351         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9352
9353         HIGification of toolbar editor dialogue.
9354
9355 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9356
9357         * configure.ac:
9358         * shell/Makefile.am:
9359
9360         Ever build metadata manager since it's just
9361         disabled at runtime now.
9362
9363 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9364
9365         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9366         (ev_metadata_manager_get), (ev_metadata_manager_set):
9367         * shell/ev-metadata-manager.h:
9368
9369         Add an _init functions that enabled metadata management
9370         at runtime.
9371
9372         * shell/ev-window.c: (page_changed_cb),
9373         (setup_document_from_metadata), (ev_window_setup_document),
9374         (setup_view_from_metadata), (ev_window_open_uri),
9375         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9376         (ev_window_run_presentation), (ev_window_stop_presentation),
9377         (save_sizing_mode), (ev_window_zoom_changed_cb),
9378         (ev_window_continuous_changed_cb),
9379         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9380         (window_configure_event_cb):
9381
9382         Remove all ugly metadata define since we deal with it
9383         at runtime now.
9384
9385         * shell/main.c: (load_files_remote), (main):
9386
9387         Add support for dbus cvs head. Hopefully didnt break one
9388         of the other versions now!
9389
9390         If we dont get a response from the dbus server just
9391         give up with it and not enable metadata.
9392
9393 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9394
9395         * Makefile.am:
9396         * backend/Makefile.am:
9397         * configure.ac:
9398         * cut-n-paste/recent-files/Makefile.am:
9399         * cut-n-paste/toolbar-editor/Makefile.am:
9400         * cut-n-paste/zoom-control/Makefile.am:
9401         * lib/Makefile.am:
9402         * pdf/Makefile.am:
9403         * pixbuf/Makefile.am:
9404         * properties/Makefile.am:
9405         * ps/Makefile.am:
9406         * shell/Makefile.am:
9407         * thumbnailer/Makefile.am:
9408         * tiff/Makefile.am:
9409
9410         Make frontends depend on just libev.
9411         Rework and group CFLAGS/LIBS definitions.
9412         Cleanups.
9413
9414 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9415
9416         * shell/ev-window:
9417
9418         do not unnecessarily save zoom
9419
9420         * configure.ac:
9421         * lib/ev-file-helpers.c: (ev_dot_dir):
9422         * shell/Makefile.am:
9423         * shell/dummy.cc:
9424
9425         Some cleanups
9426
9427 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9428
9429         * configure.ac:
9430         
9431         Remove unnecessary dependencies
9432
9433 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9434
9435         * properties/Makefile.am:
9436         * thumbnailer/Makefile.am:
9437         * tiff/Makefile.am:
9438
9439         Some more cleanups. Was really necessary
9440         but I probably introduced bugs, feel free
9441         to flame :)
9442
9443 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9444
9445         * backend/Makefile.am:
9446         * configure.ac:
9447         * cut-n-paste/recent-files/Makefile.am:
9448         * cut-n-paste/toolbar-editor/Makefile.am:
9449         * cut-n-paste/zoom-control/Makefile.am:
9450         * lib/Makefile.am:
9451         * pdf/Makefile.am:
9452         * pixbuf/Makefile.am:
9453         * properties/Makefile.am:
9454         * ps/Makefile.am:
9455         * shell/Makefile.am:
9456         * thumbnailer/Makefile.am:
9457         * tiff/Makefile.am:
9458
9459         Use gnome-common macros when possible.
9460         Cleanup dependencies.
9461         Actually disable deprecated where possible.
9462
9463 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9464
9465         * Makefile.am:
9466         * backend/Makefile.am:
9467         * properties/Makefile.am:
9468         * shell/Makefile.am:
9469         * thumbnailer/Makefile.am:
9470
9471         This should solve the circular dep without
9472         requiring dir reorg!
9473
9474         * shell/ev-window.c: (setup_view_from_metadata):
9475
9476         Never restore window size/position when the
9477         window is already visible.
9478
9479 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9480
9481         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9482
9483         Return a boolean from timeout func. Fix ported from gedit.
9484
9485 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9486
9487         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9488
9489 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9490
9491         * shell/ev-document-types.c: set "All Documents" as default filter in
9492         open dialog
9493
9494 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9495
9496         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9497         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9498         (ev_metadata_manager_set_boolean): fix value/val thinko.
9499
9500 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9501
9502         * shell/ev-window.c: (setup_view_from_metadata),
9503         (window_state_event_cb), (window_configure_event_cb),
9504         (ev_window_init):
9505
9506         Remember window position and maximized state
9507
9508 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9509
9510         * configure.ac:
9511
9512         Fix DBUS configure checks.
9513
9514         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9515         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9516         (ev_metadata_manager_set_boolean):
9517
9518         Plug mem leaks.
9519
9520         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9521         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9522         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9523         (ev_window_continuous_changed_cb),
9524         (ev_window_dual_mode_changed_cb), (ev_window_new):
9525
9526         Fix the build without DBUS.
9527
9528 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9529
9530         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9531         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9532         (ev_metadata_manager_set_string),
9533         (ev_metadata_manager_set_boolean):
9534         * shell/ev-metadata-manager.h:
9535
9536         Add support for some more types
9537
9538         * shell/ev-view.c: (scroll_to_current_page),
9539         (ev_view_get_continuous), (ev_view_set_continuous),
9540         (ev_view_get_dual_page):
9541         * shell/ev-view.h:
9542         * shell/ev-window.c: (page_changed_cb),
9543         (setup_document_from_metadata), (ev_window_setup_document),
9544         (setup_view_from_metadata), (ev_window_open_uri),
9545         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9546         (ev_window_run_presentation), (ev_window_stop_presentation),
9547         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9548         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9549         (ev_window_update_dual_page_action),
9550         (ev_window_continuous_changed_cb),
9551         (ev_window_dual_mode_changed_cb), (ev_window_init):
9552
9553         Remember a bunch of view/document properties. Prolly some
9554         are still missing but it's getting interesting.
9555
9556 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9557
9558         * configure.ac: check if dbus-binding-tool is installed. Not the
9559         case on current Ubuntu breezy, it seems.
9560
9561 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9562
9563         * data/evince.desktop.in.in:
9564         
9565         Allow open uri lists and add TryExec field.
9566
9567 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9568
9569         * configure.ac:
9570
9571         Enable dbus when available, do not require a configure
9572         option.
9573
9574 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9575
9576         * configure.ac:
9577
9578         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9579         disabled.
9580
9581 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9582         Marco Pesenti Gritti  <mpg@redhat.com>
9583
9584         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9585         
9586         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9587         functions to the format required by dbus
9588
9589         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9590         errors. Use the RPC parameters in the expected way
9591
9592 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9593
9594         * Makefile.am:
9595         * properties/Makefile.am:
9596         * properties/ev-properties-main.c: (ev_properties_get_pages):
9597
9598         Support all mime types
9599
9600         * shell/Makefile.am:
9601         * thumbnailer/Makefile.am:
9602         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9603         (evince_thumbnail_pngenc_get):
9604
9605         Use the document factory
9606
9607 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9608
9609         * backend/Makefile.am:
9610         * backend/ev-document-factory.c:
9611         (mime_type_supported_by_gdk_pixbuf),
9612         (ev_document_type_get_from_mime),
9613         (ev_document_factory_get_document),
9614         (ev_document_factory_get_backend),
9615         (ev_document_factory_get_mime_types),
9616         (ev_document_factory_get_all_mime_types):
9617         * backend/ev-document-factory.h:
9618         * shell/Makefile.am:
9619         * shell/ev-document-types.c: (get_document_from_uri),
9620         (ev_document_types_get_document),
9621         (file_filter_add_mime_list_and_free),
9622         (ev_document_types_add_filters):
9623         * shell/ev-document-types.h:
9624         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9625         * shell/ev-properties-dialog.c:
9626         (ev_properties_dialog_set_document):
9627         * shell/ev-window.c: (ev_window_cmd_file_open),
9628         (ev_window_cmd_save_as):
9629         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9630
9631         Rework document types managing to avoid code duplication
9632         and actually abstract from backend implementations.
9633         Also provide a minimal factory api that can be used by
9634         thumbnailer/properties.
9635
9636 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9637
9638         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9639         Plug a mem leak.
9640         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9641         HIG spacings.
9642
9643 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9644
9645         * shell/ev-properties-dialog.c
9646         (ev_properties_dialog_set_document): only call
9647         ev_properties_fonts_set_document() if the document implements the
9648         fonts interface
9649
9650 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9651
9652         * configure.ac:
9653         * properties/Makefile.am:
9654         * properties/ev-properties-view.c:
9655         (ev_properties_view_register_type):
9656         * properties/ev-properties-view.h:
9657         * properties/ev-properties-main.h:
9658
9659         Implement nautilus plugin for properties.
9660         Works only for pdf atm, I need to rework the
9661         document types stuff to get this to work
9662         for all backends...
9663
9664 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9665
9666         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9667         (ev_properties_fonts_set_document): use
9668         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9669
9670 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9671
9672         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9673         them
9674         (PlaceImage, tiff2ps_process_page): use
9675         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9676
9677
9678 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9679
9680         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9681         (main): to call gnome_authentication_manager_init. Should fix
9682         Bug #308510
9683
9684         * configure.ac: that requires libgnomeui 2.6.0.
9685
9686 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9687
9688         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9689         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9690         use the new tiff2ps interfaces
9691
9692         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9693         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9694
9695         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9696         structure instead of global variables.  Remove use of static
9697         variables in functions.
9698
9699 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9700
9701         * shell/ev-page-action.c: unref the completion after setting it to the
9702         entry
9703
9704 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9705
9706         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9707         postscript files
9708
9709 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9710
9711         * shell/ev-window.c (update_action_sensitivity): disable
9712         File->Print if the document does not implement the ps exporter
9713         interface
9714
9715 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9716
9717         * Makefile.am:
9718         * configure.ac:
9719         * data/evince-properties.glade:
9720         * properties/.cvsignore:
9721         * properties/Makefile.am:
9722         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9723         (ev_properties_view_class_init), (ev_properties_view_format_date),
9724         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9725         (ev_properties_view_init), (ev_properties_view_new):
9726         * properties/ev-properties-view.h:
9727         * shell/Makefile.am:
9728         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9729         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9730         (ev_properties_dialog_new):
9731         * shell/ev-properties-dialog.h:
9732         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9733         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9734         (update_progress_label), (job_fonts_finished_cb),
9735         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9736         * shell/ev-properties-fonts.h:
9737         * shell/ev-properties.c:
9738         * shell/ev-properties.h:
9739         * shell/ev-window.c: (ev_window_setup_document),
9740         (ev_window_cmd_file_properties):
9741
9742         Split the properties pages in two different objects, depend
9743         only on the backend where possible, use widgets instead
9744         of gobject for the glade part, reimplement the dialog
9745         itself with gtk.
9746         I need this to implement nautilus properties page.
9747
9748 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9749
9750         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9751         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9752         (tiff_document_document_ps_exporter_iface_init): implement the ps
9753         exporter interface for tiff documents
9754
9755         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9756         libtiff to implement TIFF postscript export
9757
9758         * tiff/tiff2ps.h: added a header file for external tiff2ps
9759         functions.
9760
9761         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9762         tiff2ps.h
9763
9764 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9765
9766         * shell/ev-view.c: (scroll_to_current_page),
9767         (ev_view_set_fullscreen), (ev_view_set_presentation):
9768         
9769         Scroll to current page when exit from presentation
9770
9771 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9772
9773         * shell/ev-window.c: (update_document_mode),
9774         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9775         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9776         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9777         
9778         Exit from fullscreen mode when switch to presentation. Fix for
9779         bug 309365
9780
9781 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9782
9783         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9784         return NULL if the document does not implement the selection
9785         interface.
9786
9787 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9788
9789         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9790         reported height by using the resolution aspect ratio
9791         (tiff_document_render_pixbuf): scale the pixbuf using the
9792         resolution aspect ratio
9793
9794 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9795
9796         * configure.ac:
9797         
9798         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9799         <kiltedaco@gmail.com>
9800         
9801         * djvu/djvu-document.c: (djvu_document_get_orientation),
9802         (djvu_document_set_orientation), (djvu_document_get_page_size),
9803         (rotate_pixbuf), (djvu_document_render_pixbuf),
9804         (djvu_document_document_iface_init):
9805         * dvi/dvi-document.c: (dvi_document_get_orientation),
9806         (dvi_document_set_orientation), (dvi_document_get_page_size),
9807         (rotate_pixbuf), (dvi_document_render_pixbuf),
9808         (dvi_document_document_iface_init):
9809         
9810         Dvi and djvu backends are ported to new API
9811
9812 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9813
9814         * backend/ev-selection.c: (ev_selection_get_selection_region),
9815         (ev_selection_get_selection_map):
9816         * backend/ev-selection.h:
9817         * pdf/ev-poppler.cc:
9818         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9819         * shell/ev-jobs.h:
9820         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9821         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9822         (ev_pixbuf_cache_get_text_mapping):
9823         * shell/ev-pixbuf-cache.h:
9824         * shell/ev-view.c: (location_in_text),
9825         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9826         support to EvView.  Now we can see where we can select!  Sweet!
9827
9828 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9829
9830         * shell/ev-view.c (ev_view_button_press_event): Fix
9831         event->y + view->scroll_x typo.
9832
9833 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9834
9835         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9836         sub-GdkPixbuf instead of passing dest_x and dest_y.
9837         
9838         * shell/ev-view.c: (view_point_to_doc_point),
9839         (view_rect_to_doc_rect), (ev_view_button_press_event),
9840         (ev_view_motion_notify_event), (compute_new_selection_rect),
9841         (gdk_rectangle_point_in), (compute_new_selection_text),
9842         (compute_selections): Update selection code to keep the selection
9843         around as two points and not as a normalized rectangle, and fix
9844         page level selection in two-column mode.
9845
9846 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9847
9848         * shell/ev-window.c: (window_configure_event_cb): 
9849         
9850         Fix compilation
9851         
9852 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9853
9854         * pdf/ev-poppler.cc:
9855
9856         Fix compilation
9857
9858 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9859
9860         * shell/Makefile.am:
9861         * shell/ev-metadata-manager.c: (item_free),
9862         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9863         (parse_value), (parseItem), (load_values),
9864         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9865         (save_values), (save_item), (get_oldest), (resize_items),
9866         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9867         * shell/ev-metadata-manager.h:
9868
9869         Metadata manager from gedit but modified to use GValue, so that
9870         we dont need to keep converting from strings.
9871
9872         * configure.ac:
9873
9874         ENABLE_METADATA conditional, on when dbus is on
9875
9876         * shell/ev-application.c: (ev_application_open_uri):
9877
9878         Show the window after load so that we can initialize
9879         window size before it's showed.
9880
9881         * shell/ev-window.c: (ev_window_setup_from_metadata),
9882         (ev_window_open_uri), (window_configure_event_cb),
9883         (ev_window_init):
9884
9885         Save and load metadata information about window size.
9886         Not yet keeping states in account.
9887
9888         * shell/main.c: (main):
9889
9890         Shutdown metadata manager.
9891
9892 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9893
9894         * shell/ev-application-service.xml:
9895         * configure.ac:
9896         * shell/Makefile.am:
9897         * shell/ev-application.c:
9898         * shell/ev-application.h:
9899         * shell/ev-window.c:
9900         * shell/ev-window.h:
9901         * shell/main.c:
9902
9903         Add an optional dbus interface (--enable-dbus).
9904         Rework application code, mainly to be easier to
9905         use "remotely".
9906         Do not open multiple windows with the same document,
9907         spatial evince!
9908
9909 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9910
9911         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9912         pixbuf iff it exists.
9913
9914 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9915
9916         * shell/*:
9917         * backend/ev-render-context.[ch]:
9918         * backend/ev-selection.[ch]:
9919
9920         Massive changes.  We now support text selection of pdfs, and not
9921         just rectangular selection.  This is pretty broken still, but I
9922         want to get something into CVS.
9923
9924 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9925
9926         * pdf/ev-poppler.cc:
9927         
9928         Fix for Bug 309080: crash on window close.
9929         
9930         * shell/ev-page-action.c: (page_changed_cb):
9931         
9932         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9933         jensgr@gmx.net (Jens Granseuer).
9934
9935 2005-06-25  Marcel Telka  <marcel@telka.sk>
9936
9937         * configure.in (ALL_LINGUAS): Added sk.
9938
9939 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9940
9941         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9942         not a document open
9943
9944 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9945
9946         * NEWS:
9947         * configure.ac:
9948
9949         Release 0.3.2
9950
9951         * cut-n-paste/recent-files/Makefile.am:
9952
9953         Fix make distcheck
9954
9955 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9956
9957         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9958         (pixbuf_document_set_orientation), (rotate_pixbuf),
9959         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9960         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9961
9962         Implement rotation and cleanup the code a bit.
9963
9964         * tiff/tiff-document.c: (tiff_document_get_page_size),
9965         (tiff_document_get_orientation), (tiff_document_set_orientation),
9966         (rotate_pixbuf), (tiff_document_render_pixbuf),
9967         (tiff_document_document_iface_init), (tiff_document_init):
9968
9969         Implement rotation. Was the quicker solution for the release
9970         but we really need to share this code in the shell.
9971
9972 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9973
9974         * pdf/ev-poppler.cc:
9975
9976         Enable rotation, require poppler cvs. Fix a leak.
9977
9978 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9979
9980         * shell/ev-window.c: (update_action_sensitivity):
9981         
9982         Make properties unsensitive if document backend doesn't provide
9983         any info
9984
9985 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9986
9987         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9988         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9989         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9990         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9991         (bitmap_flip_rotate_counter_clockwise):
9992         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9993         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9994         (buff_gets):
9995         * dvi/mdvi-lib/common.h:
9996         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9997         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9998         (opendvi), (mdvi_reload), (mdvi_init_context),
9999         (mdvi_destroy_context), (mdvi_dopage), (special):
10000         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10001         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10002         (file_hash_free), (register_encoding), (parse_spec),
10003         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10004         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10005         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10006         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10007         (mdvi_register_font_type), (mdvi_unregister_font_type),
10008         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10009         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10010         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10011         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10012         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10013         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10014         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10015         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10016         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10017         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10018         (mdvi_unregister_special), (mdvi_flush_specials):
10019         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10020         (t1_font_remove):
10021         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10022         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10023         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10024         (free_font_metrics), (flush_font_metrics):
10025         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10026         (tt_font_remove):
10027         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10028         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10029         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10030         (dstring_insert), (dstring_new), (dstring_reset):
10031         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10032         
10033         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10034         avoid conflict with libtool on FC4
10035         
10036         * shell/ev-window.c: (ev_window_cmd_help_about):
10037         
10038         Update copyright year. Fix for bug 308828.
10039
10040 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10041
10042         * shell/ev-view.c: (add_scroll_binding_keypad),
10043         (ev_view_binding_activated), (ev_view_class_init),
10044         (on_adjustment_value_changed):
10045         
10046         Bug 170874: Arrow keys switch pages in presentation mode
10047
10048 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10049
10050         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10051         
10052         Fix for Bug 308265: Sidebar dissappears coming out of 
10053         Presentation mode
10054
10055 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10056
10057         * shell/ev-application.c: (ev_application_open):
10058         * shell/ev-document-types.c: (ev_document_types_add_filters),
10059         (ev_document_types_add_filters_for_type):
10060         * shell/ev-document-types.h:
10061         * shell/ev-window.c: (ev_window_cmd_save_as):
10062         
10063         Suggest basename as template when saving, provide filters
10064         for save dialog. It's bug 308402
10065
10066 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10067
10068         * pdf/ev-poppler.cc:
10069         * shell/ev-sidebar-links.c: (job_finished_callback):
10070         * shell/ev-view.c: (update_find_status_message):
10071         
10072         Some leaks fixed
10073
10074 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10075
10076         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10077         (egg_recent_view_uimanager_set_list):
10078
10079         Fix buglet in !show_numbers case.
10080
10081 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10082
10083         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10084         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10085
10086         Use pango ellipsisation.
10087
10088         * pdf/ev-poppler.cc:
10089
10090         Fix refcount leak, from nsh.
10091
10092 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10093
10094         * cut-n-paste/recent-files/Makefile.am:
10095         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10096         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10097         
10098         Removed EggRecentViewGtk
10099         
10100         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10101         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10102         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10103         (ev_window_setup_recent):
10104         
10105         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10106         with other projects
10107
10108 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10109
10110         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10111         (egg_recent_view_gtk_finalize):
10112
10113         Fix memory leak
10114
10115         * cut-n-paste/toolbar-editor/Makefile.am:
10116         
10117         Fix location of cursor icon.
10118         
10119         * pdf/ev-poppler.cc:
10120         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10121         (display_completion_text), (match_completion):
10122         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10123         (selection_changed_callback), (create_loading_model),
10124         (print_section_cb), (links_page_num_func),
10125         (update_page_callback_foreach):
10126         * shell/ev-window.c: (ev_window_dispose):
10127         
10128         Small memory fixes. Links model now store objects instead
10129         of pointers to improve memory management. 
10130
10131 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10132
10133         * shell/ev-window.c: (zoom_control_changed_cb):
10134         
10135         Fix update of zoom control (bug 308268).
10136
10137 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10138
10139         * shell/ev-properties.c (set_property): escape the text correctly.
10140         Handles non-UTF-8 properties and escaped properties.  Also, sets
10141         the text to "<i>None</i>" if the property isn't set.
10142
10143         * data/evince-properties.glade: Change the label to be ellipsized,
10144         and give it a minimum size.
10145
10146 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10147
10148         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10149         * shell/ev-sidebar-links.c: (create_loading_model):
10150         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10151         * shell/ev-view.c: (ev_view_set_document):
10152         * shell/ev-window.c: (ev_window_dispose):
10153         
10154         Various small fixes, mostly memory leaks. Thanks to valgrind.
10155
10156 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10157
10158         * ps/ps-document.c: remove the locale.h include again ;-). And
10159         kill the (bogus) setlocale/savelocale business.
10160
10161 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10162
10163         * ps/ps-document.c:
10164         
10165         Include locale.h to fix build
10166         
10167         * shell/ev-sidebar.c:
10168         
10169         Remove unnecessary includes
10170
10171 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10172
10173         * dvi/dvi-document.c: (dvi_document_load):
10174         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10175         * po/POTFILES.in:
10176         
10177         Check for incorrect dvi files. Fix parsing dvi on AMD64
10178         platform. Thanks to tester@tester.ca (Olivier Crete).
10179
10180 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10181
10182         * shell/ev-page-action.c: (match_selected_cb),
10183         (display_completion_text), (match_completion), (update_model):
10184         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10185         (expand_open_links):
10186         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10187         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10188         (ev_sidebar_set_document):
10189         * shell/ev-window.c: (ev_window_xfer_job_cb),
10190         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10191         
10192         Fixed lot's of memory leaks, for example, memory leak on reload, 
10193         described in bug 307793.
10194
10195 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10196
10197         * pdf/ev-poppler.cc:
10198         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10199         (update_visible_range), (adjustment_changed_cb),
10200         (ev_sidebar_thumbnails_fill_model),
10201         (ev_sidebar_thumbnails_refresh),
10202         (ev_sidebar_tree_selection_changed),
10203         (ev_sidebar_icon_selection_changed),
10204         (ev_sidebar_thumbnails_use_icon_view),
10205         (ev_sidebar_thumbnails_set_document):
10206         * shell/ev-sidebar-thumbnails.h:
10207         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10208         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10209
10210         Refresh thumbnails when changing orientation. Not fully
10211         working yet becuase of a sidebar bug.
10212
10213         Set page orientation to poppler page everywhere. This sucks
10214         really need to fix poppler.
10215
10216 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10217
10218         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10219         (egg_recent_view_gtk_new_menu_item),
10220         (egg_recent_view_gtk_set_property),
10221         (egg_recent_view_gtk_get_property),
10222         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10223         (egg_recent_view_gtk_set_tooltip_func),
10224         (egg_recent_view_gtk_set_label_width),
10225         (egg_recent_view_gtk_get_label_width):
10226         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10227
10228         Sync with libegg (ellipsize labels)
10229
10230 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10231
10232         * data/evince-ui.xml:
10233         * shell/ev-window.c: (ev_window_cmd_go_forward),
10234         (ev_window_cmd_go_backward):
10235         
10236         Shift + PageUp moves 10 Pages. Fix for 306125
10237
10238 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10239
10240         * pdf/ev-poppler.cc:
10241
10242         Add a flag to check if orientation has been overriden
10243
10244 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10245
10246         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10247         field if necessary.
10248
10249         * ps/ps.h: add creator field to document.
10250
10251         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10252         set creator field.
10253
10254 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10255
10256         * data/evince-properties.glade:
10257         * shell/ev-properties.c: (ev_properties_set_document):
10258
10259         s/PDF Version/Format
10260
10261 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10262
10263         * shell/ev-properties.c: (ev_properties_set_document):
10264
10265         Remove unnecessary translations
10266
10267 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10268
10269         * cut-n-paste/toolbar-editor/Makefile.am:
10270
10271         Correct library name    
10272
10273 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10274
10275         * configure.ac:
10276         * cut-n-paste/recent-files/egg-recent-model.c:
10277         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10278         (egg_recent_model_unlock_file):
10279         * cut-n-paste/recent-files/egg-recent-util.c:
10280         (egg_recent_util_get_unique_id):
10281         * cut-n-paste/recent-files/update-from-egg.sh:
10282         * cut-n-paste/toolbar-editor/Makefile.am:
10283         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10284         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10285         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10286         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10287         (egg_toolbars_model_get_type):
10288         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10289
10290         Better makefile for toolbar editor and update everything
10291         to latest libegg.
10292
10293 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10294
10295         * shell/ev-window.c: (update_document_mode):
10296
10297         Prefer presentation mode when the document
10298         require fullscreen.
10299
10300 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10301
10302         * data/evince-ui.xml:
10303         * shell/ev-window.c:
10304
10305         Add control-equal for zooming
10306
10307 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10308
10309         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10310
10311 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10312
10313         * backend/ev-document.c: (ev_document_get_orientation):
10314         * backend/ev-document.h:
10315         * pdf/ev-poppler.cc:
10316         * ps/ps-document.c: (ps_document_get_orientation),
10317         (ps_document_set_orientation), (ps_document_document_iface_init):
10318
10319         Add a get_orientation api. Improve set_orientation.
10320
10321         * data/evince-ui.xml:
10322         * shell/ev-view.c: (ev_view_set_orientation),
10323         (ev_view_rotate_right), (ev_view_rotate_left):
10324         * shell/ev-view.h:
10325         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10326         (ev_window_cmd_edit_rotate_right):
10327
10328         Better ui for changing document orientation
10329
10330 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10331
10332         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10333         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10334         * shell/ev-sidebar-links.h:
10335         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10336         (ev_sidebar_page_iface_init):
10337         * shell/ev-sidebar-page.h:
10338         * shell/ev-sidebar-thumbnails.c:
10339         (ev_sidebar_thumbnails_get_property),
10340         (ev_sidebar_thumbnails_class_init),
10341         (ev_sidebar_thumbnails_set_document):
10342         * shell/ev-sidebar-thumbnails.h:
10343         * shell/ev-view.c: (ev_view_motion_notify_event):
10344         * shell/ev-window.c: (update_chrome_visibility),
10345         (ev_window_cmd_focus_page_selector),
10346         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10347         (sidebar_page_main_widget_update_cb), (ev_window_init):
10348         
10349         Autoraise toolbar on GoToPage binding and fix bindings in
10350         EvSidebarThumbnails page.
10351
10352 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10353
10354         * shell/ev-properties.c: (update_progress_label):
10355
10356         Hide the progress label when finished; bug #307697.
10357
10358 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10359
10360         * pdf/ev-poppler.cc:
10361
10362         Enable is_open for links, you will need poppler cvs
10363
10364         * shell/ev-properties.c: (job_fonts_finished_cb):
10365
10366         Get a lock on the document when filling the tree view
10367
10368 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10369
10370         * backend/ev-document-links.h:
10371         * pdf/ev-poppler.cc:
10372         * shell/ev-sidebar-links.c: (create_loading_model),
10373         (expand_open_links), (job_finished_callback):
10374
10375         Expand links when specified by the document.
10376         Depend on a poppler api (defined out for now)
10377
10378 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10379
10380         * shell/ev-properties.c: (ev_properties_dispose),
10381         (ev_properties_class_init), (dialog_destroy_cb),
10382         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10383         (ev_properties_set_document), (ev_properties_new),
10384         (ev_properties_show):
10385         * shell/ev-properties.h:
10386
10387         Make it an object, cleanup the code, api to show it as transient
10388         and to set the document.
10389
10390         * shell/ev-window.c: (ev_window_setup_document),
10391         (ev_window_cmd_file_properties):
10392
10393         Adapt to EvProperties changes, do not show multiple
10394         times, update it when document changes.
10395
10396 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10397
10398         * ps/gstypes.h:
10399         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10400         (ps_document_set_orientation), (ps_document_document_iface_init):
10401         * ps/ps-document.h:
10402
10403         Implement orientation here too
10404
10405         * shell/ev-properties.c: (ev_properties_new):
10406         * data/evince-properties.glade:
10407
10408         Hide the fonts page for backends that doesnt
10409         support it.     
10410
10411 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10412
10413         * backend/ev-document.c: (ev_document_set_orientation):
10414         * backend/ev-document.h:
10415         * pdf/ev-poppler.cc:
10416
10417         Add orientation api. Currently poppler api is not optimal,
10418         we need to set orientation every time we _get a page.
10419         I will try to fix that at some point.
10420
10421         * data/evince-ui.xml:
10422         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10423         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10424
10425         Add orientation menu items
10426
10427         * shell/ev-page-cache.c: (ev_page_cache_clear):
10428         * shell/ev-page-cache.h:
10429
10430         Add api to clear the cache
10431
10432         * shell/ev-view.c: (setup_caches), (clear_caches),
10433         (ev_view_set_document), (ev_view_zoom_out),
10434         (ev_view_set_orientation):
10435         * shell/ev-view.h:
10436
10437         Implement orientation changing
10438
10439 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10440
10441         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10442         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10443         * backend/ev-document-fonts.h:
10444
10445         Separate scan and fill so that we can incrementally fill from
10446         the main thread. Add a progress api.
10447
10448         * data/evince-properties.glade:
10449         * pdf/ev-poppler.cc:
10450         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10451         * shell/ev-jobs.h:
10452         * shell/ev-properties.c: (update_progress_label),
10453         (job_fonts_finished_cb), (setup_fonts_view):
10454
10455         Incrementally feel the list and show the progress
10456         percentage in a label like acrobat does.
10457
10458         You are going to need poppler cvs
10459
10460 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10461
10462         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10463         * backend/ev-document-fonts.h:
10464         * pdf/ev-poppler.cc:
10465
10466         Make fonts model fill incrementally.
10467
10468         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10469         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10470         (ev_job_queue_remove_job):
10471         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10472         (ev_job_fonts_new), (ev_job_fonts_run):
10473         * shell/ev-jobs.h:
10474
10475         New job for fonts scanning
10476
10477         * shell/ev-properties.c: (job_fonts_finished_cb),
10478         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10479         * shell/ev-properties.h:
10480         * shell/ev-window.c: (ev_window_cmd_file_properties):
10481
10482         Incrementally feel the treeview using the new job. Show Loading...
10483         message until scanning is completed.
10484
10485         Hopefully I didnt break the build without the poppler patch.
10486
10487 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10488
10489         * shell/ev-application.c: (ev_application_open):
10490         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10491         (ev_document_type_get_type), (ev_document_type_lookup):
10492         * shell/ev-document-types.h:
10493         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10494         * shell/ev-job-xfer.h:
10495         * shell/ev-window.c: (ev_window_clear_local_uri),
10496         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10497         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10498         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10499         
10500         Transfer remote documents to tmp directory to display them later.
10501
10502 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10503
10504         * backend/ev-document-info.h:
10505         * shell/ev-properties.c: (ev_properties_new):
10506
10507         s/GTime*/GTime. Not sure why we was using a pointer
10508         at all there!
10509
10510 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10511
10512         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10513         situations.  That situation is that you're using GTK+-HEAD with
10514         the patch at #306726 is applied, and you have a document with <
10515         1500 pages in it.  It's not quite as uniformly nice as the
10516         TreeView, but should be better in the long run.
10517
10518         I'm pretty sure I guarded against breaking compilation with
10519         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10520         I missed some.
10521
10522         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10523         widget yet, so I commented that code out
10524         enable_view_actions_for_widget() for now.  Need to figure this
10525         out.
10526
10527         * shell/ev-page-action.c (match_selected_cb): emit the right
10528         signals.  Our cool C-l completion now works.
10529
10530 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10531
10532         * backend/Makefile.am:
10533         * backend/ev-document-fonts.c:
10534         * backend/ev-document-links.c:
10535         * backend/ev-document.c: (ev_document_load):
10536         * backend/ev-document.h:
10537         * backend/ev-job-queue.c:
10538         * backend/ev-job-queue.h:
10539         * backend/ev-jobs.c:
10540         * backend/ev-jobs.h:
10541         * backend/ev-page-cache.c:
10542         * backend/ev-page-cache.h:
10543
10544         EvPageCache and EvJobs are moved to shell.
10545
10546         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10547         (ev_tmp_filename):
10548         * lib/ev-file-helpers.h:
10549         
10550         New helper to work with temporary files
10551         
10552         * shell/Makefile.am:
10553         * shell/ev-application.c: (ev_application_open):
10554         * shell/ev-application.h:
10555         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10556         (remove_job_from_async_queue), (add_job_to_async_queue),
10557         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10558         (handle_job), (search_for_jobs_unlocked),
10559         (no_jobs_available_unlocked), (ev_render_thread),
10560         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10561         (ev_job_queue_add_job), (move_job_async), (move_job),
10562         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10563         * shell/ev-job-queue.h:
10564         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10565         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10566         * shell/ev-job-xfer.h:
10567         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10568         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10569         (ev_job_links_class_init), (ev_job_render_init),
10570         (ev_job_render_dispose), (ev_job_render_class_init),
10571         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10572         (ev_job_thumbnail_class_init), (ev_job_load_init),
10573         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10574         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10575         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10576         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10577         * shell/ev-jobs.h:
10578         * shell/ev-page-action.c: (ev_page_action_set_document):
10579         * shell/ev-page-cache.c: (ev_page_cache_init),
10580         (ev_page_cache_class_init), (ev_page_cache_finalize),
10581         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10582         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10583         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10584         (ev_page_cache_get_title), (ev_page_cache_get_size),
10585         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10586         (ev_page_cache_get_height_to_page),
10587         (ev_page_cache_get_max_label_chars),
10588         (ev_page_cache_get_page_label),
10589         (ev_page_cache_has_nonnumeric_page_labels),
10590         (ev_page_cache_get_info), (ev_page_cache_next_page),
10591         (ev_page_cache_prev_page), (ev_page_cache_get):
10592         * shell/ev-page-cache.h:
10593         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10594         (ev_pixbuf_cache_clear_job_sizes),
10595         (ev_pixbuf_cache_add_jobs_if_needed),
10596         (ev_pixbuf_cache_set_page_range):
10597         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10598         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10599         * shell/ev-sidebar-thumbnails.c:
10600         (ev_sidebar_tree_selection_changed),
10601         (ev_sidebar_thumbnails_set_document):
10602         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10603         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10604         (ev_statusbar_get_context_id), (ev_statusbar_push),
10605         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10606         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10607         (ev_statusbar_set_progress):
10608         * shell/ev-statusbar.h:
10609         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10610         (ev_view_find_previous):
10611         * shell/ev-window.c: (ev_window_is_empty),
10612         (ev_window_setup_document), (password_dialog_response),
10613         (ev_window_clear_jobs), (ev_window_load_job_cb),
10614         (ev_window_xfer_job_cb), (ev_window_open_uri),
10615         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10616         (ev_window_print), (ev_window_print_range),
10617         (ev_window_state_event), (ev_window_cmd_view_reload),
10618         (menu_item_select_cb), (menu_item_deselect_cb),
10619         (view_status_changed_cb), (ev_window_dispose),
10620         (drag_data_received_cb), (ev_window_init):
10621         * shell/ev-window.h:
10622         * shell/main.c: (load_files):
10623         
10624         New statusbar to show progress on idle. Two new jobs - 
10625         xfer job and load job to load document in background. And update
10626         of page_cache clients to new location of code.
10627
10628 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10629
10630         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10631         selection in open dialog. It also remembers the last visited directory 
10632         in the current session.
10633
10634 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10635
10636         * shell/ev-properties.c: (ev_properties_new):
10637         * shell/ev-properties.h:
10638         * shell/ev-window.c: (ev_window_cmd_file_properties):
10639         
10640         Get document info from page cache instead of document itself.
10641         This should fix crash related to race conditions described in
10642         bug 306545.
10643
10644 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10645
10646         * ps/ps-document.c: (ps_document_init),
10647         (send_ps), (get_page_box), (output), (catchPipe), (input),
10648         (stop_interpreter), (file_length), (file_readable),
10649         (check_filecompressedb), (ps_document_enable_interpreter),
10650         (document_load), (ps_async_renderer_render_pixbuf):
10651         * ps/ps-document.h:
10652
10653         Big cleanup of the ps code
10654
10655 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10656
10657         * backend/Makefile.am:
10658         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10659         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10660         * backend/ev-async-renderer.h:
10661
10662         Add an async renderer interface (method + callback) which
10663         is useful for backends like ps.
10664
10665         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10666         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10667         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10668         (ev_job_queue_add_job), (move_job_async), (move_job),
10669         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10670
10671         Add queues for async renderer, these are executed on the
10672         main thread.
10673
10674         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10675         (ev_job_render_run):
10676         * backend/ev-jobs.h:
10677
10678         If the backend support async renderer interface use it.
10679
10680         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10681         (setup_pixmap), (ps_document_get_type),
10682         (ps_async_renderer_render_pixbuf),
10683         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10684
10685         Implement async renderer interface.
10686
10687 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10688
10689         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10690
10691         Cleanup links job on exit.
10692
10693 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10694
10695         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10696         (drag_data_get_cb), (drag_data_received_cb):
10697         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10698         (drag_data_get_cb), (parse_item_list),
10699         (egg_toolbar_editor_load_actions):
10700         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10701         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10702         (parse_item_list), (parse_toolbars):
10703         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10704         (dvi_pixbuf_put_pixel):
10705         
10706         Fix gcc 4.0 warnings
10707
10708 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10709
10710         * ps/ps-document.c: (start_interpreter):
10711
10712         Fix warning when loading ps
10713
10714 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10715
10716         * ps/ps-document.c: (output):
10717
10718         Fix crash when priting gs error messages.
10719
10720 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10721
10722         * backend/ev-page-cache.c: (_ev_page_cache_new):
10723         * backend/ev-page-cache.h:
10724
10725         Use a const to return title so that we dont double
10726         free it. Small cleanup and fix a leak.
10727
10728         * shell/ev-window.c: (update_window_title):
10729
10730         strdup value from get_title.
10731
10732 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10733
10734         * shell/ev-sidebar-links.c: (job_finished_callback),
10735         (ev_sidebar_links_set_document):
10736
10737         Cleanup the old job when changing document
10738
10739 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10740
10741         * shell/ev-stock-icons.c:
10742         * shell/ev-stock-icons.h:
10743         * shell/ev-window.c:
10744         
10745         Add stock icons for actions that can appear in toolbar. Fix for
10746         bug 306566.
10747
10748 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10749
10750         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10751         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10752         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10753         * backend/ev-page-cache.h:
10754         * shell/ev-view.c: (scroll_to_current_page),
10755         (view_update_range_and_current_page), (get_page_y_offset),
10756         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10757         (ev_view_size_request_continuous),
10758         (ev_view_zoom_for_size_continuous_and_dual_page),
10759         (ev_view_zoom_for_size_continuous):
10760         
10761         More compact EvView layout in document with pages of different size.
10762
10763 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10764
10765         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10766         compilation.
10767
10768 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10769
10770         * shell/ev-view.c: (view_set_adjustment_values):
10771         * shell/ev-window.c: (ev_window_cmd_file_properties):
10772         
10773         A bit different fix for rounding problem but it has no
10774         problems on startup. Make properties window transient to parent.
10775
10776 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10777
10778         * pdf/ev-poppler.cc:
10779         
10780         More commenting of font stuff.
10781
10782 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10783
10784         * pdf/ev-poppler.cc:
10785
10786         Comment out some more fonts stuff. Should really
10787         work without the poppler patch now.
10788
10789 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10790
10791         * pdf/ev-poppler.cc:
10792
10793         Adapt to api change
10794
10795 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10796
10797         * data/evince-properties.glade:
10798         * pdf/ev-poppler.cc:
10799         * shell/ev-properties.c: (setup_fonts_view):
10800
10801         Set the column title. Show the dialog only
10802         once everything is setup.
10803         Getting font info can be very slow... will
10804         prolly need to make this threaded too.
10805
10806 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10807
10808         * backend/Makefile.am:
10809         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10810         (ev_document_fonts_get_fonts_model):
10811         * backend/ev-document-fonts.h:
10812         * data/evince-properties.glade:
10813         * pdf/ev-poppler.cc:
10814         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10815         * shell/ev-properties.h:
10816         * shell/ev-window.c: (ev_window_cmd_file_properties):
10817
10818         Implement fonts list. Defined out for now, since it depends
10819         on a not yet committed poppler patch.
10820
10821 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10822
10823         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10824         page + 1.
10825
10826         * shell/ev-window.c: Make sure we add the timeout when we get a
10827         focus-in event.
10828
10829         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10830         adjustment->value before calculating the zoom factor to average
10831         out all of our rounding errors.  The page no longer 'drifts' when
10832         resizing.
10833
10834 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10835
10836         * data/evince-properties.glade:
10837         * shell/ev-properties.c: (ev_properties_format_date),
10838         (set_property):
10839         
10840         Labels don't expand when the dialogue is resized.
10841         strftime result needs to be converted to UTF-8. Thanks
10842         to Christian Persch <chpe@gnome.org>.
10843
10844 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10845
10846         * data/evince-properties.glade:
10847
10848         Hide the fonts tab
10849
10850 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10851
10852         * backend/ev-document-info.h:
10853         * backend/ev-document.c: (ev_document_info_free):
10854         * data/evince-properties.glade:
10855         * pdf/ev-poppler.cc:
10856         * ps/ps-document.c: (ps_document_get_info):
10857         * shell/ev-properties.c: (ev_properties_format_date),
10858         (set_property), (ev_properties_new):
10859         * shell/ev-properties.h:
10860         * shell/ev-window.c: (ev_window_cmd_file_properties):
10861
10862         Rework properties code to take only EvPropertyInfo
10863         in the constructor so that it can be useful for
10864         nautilus plugin too.
10865
10866         Deal with backends that doesnt support some properties.
10867         Make set property code generic.
10868
10869 2005-06-04  Christian Persch <chpe@gnome.org>
10870
10871         * data/evince-properties.glade:
10872
10873         fix spacings, make resizeable, and make data labels
10874         selectable + ellipsised
10875
10876 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10877
10878         * backend/ev-document-info.h:
10879         * data/Makefile.am:
10880         * data/evince-ui.xml:
10881         * pdf/ev-poppler.cc:
10882         * shell/Makefile.am:
10883         * shell/ev-window.c: (update_action_sensitivity),
10884         (ev_window_cmd_file_properties):
10885
10886         Initial go at file properties. Patch by
10887         Emil Soleyman-Zomalan <emil@soleyman.com>.
10888         Needs love see #169583
10889
10890 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10891
10892         * ps/ps-document.c: (output):
10893         * ps/ps.c: (psscan):
10894
10895         Try to render even if psscan fails.
10896
10897 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10898
10899         * ps/ps.c: (psscan), (pscopydoc):
10900
10901         Port buffered reading code from gv
10902
10903 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10904
10905         * ps/ps-document.c: (interpreter_message), (output):
10906
10907         Do not fail on interpreter messages
10908
10909 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10910
10911         * backend/ev-document-misc.c:
10912         (ev_document_misc_get_thumbnail_frame):
10913
10914         Pages can be 0 x 0, dont assert on this case
10915
10916 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10917
10918         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10919         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10920
10921         Correctly manage our reference on document. Finally the reload
10922         huge leak is gone...
10923
10924 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10925
10926         * ps/ps-document.c: (ps_document_dispose):
10927
10928         Forgot to chain it to the parent. Thanks chpe.
10929
10930 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10931
10932         * ps/ps-document.c: (ps_document_dispose),
10933         (ps_document_class_init), (stop_interpreter), (document_load):
10934
10935         Cleanup dispose a bit. Dont leak the whole pixmap.
10936
10937 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10938
10939         * pdf/ev-poppler.cc:
10940
10941         Release the poppler document on dispose
10942
10943 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10944
10945         * shell/ev-view.c: (ev_view_set_document):
10946
10947         Release ref on the pixbuf cache when changing
10948         document.
10949
10950 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10951
10952         * ps/ps-document.c: (ps_document_get_info):
10953
10954         Fix a double free
10955
10956 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10957
10958         * backend/ev-page-cache.c: (ev_page_cache_init),
10959         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10960         * backend/ev-page-cache.h:
10961         * shell/ev-page-action.c: (page_changed_cb):
10962         
10963         Set page action entry width depending on labels width. Fix
10964         for bug 305202.
10965
10966 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10967
10968         * backend/ev-link.c: (ev_link_class_init):
10969
10970         Allow -1 as page value (error)
10971
10972 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10973
10974         * shell/ev-sidebar-thumbnails.c:
10975         (ev_sidebar_thumbnails_set_document):
10976         * shell/ev-view.c: (scroll_to_current_page),
10977         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10978         (page_changed_cb), (on_adjustment_value_changed),
10979         (ev_view_set_document):
10980
10981         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10982         Fix bug 305377
10983
10984 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10985
10986         * configure.ac:
10987         * djvu/djvu-document.c: (djvu_document_get_page_size):
10988
10989         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10990         bug 301993.
10991
10992 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10993
10994         * shell/ev-view.c (draw_one_page): modify the expose handling to
10995         get the shadows.
10996
10997         * shell/ev-window.c (update_action_sensitivity): Respect
10998         permissions field.  Kowtow to the man.
10999
11000         * pdf/ev-poppler.cc: Get the permissions field.
11001
11002         * tiff/*c: Make a tiny bit more robust.
11003
11004 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11005
11006         * djvu/djvu-document.c:
11007         
11008         Pop messages from djvu context message queue.
11009
11010 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11011
11012         * configure.ac, Makefile.am, shell/Makefile.am:
11013         * tiff/Makefile.am, shell/ev-document-types.c:
11014         
11015         Cleanup tiff configure checks. Fix for bug 305218.
11016
11017 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11018
11019         * configure.ac: Added "uk" to ALL_LINGUAS.
11020
11021 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11022
11023         * cut-n-paste/zoom-control/ephy-zoom.c:
11024         (ephy_zoom_get_changed_zoom_level):
11025         * cut-n-paste/zoom-control/ephy-zoom.h:
11026         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11027         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11028         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11029         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11030         (zoom_control_changed_cb), (ev_window_init):
11031         
11032         Fix minor points related to moving best fit up. Introduce
11033         "zoom" property and make zoom control change it's value on
11034         notify::zoom signals. Fix for 305080.
11035
11036 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11037
11038         * data/evince-ui.xml:
11039         * shell/ev-window.c: (set_view_actions_sensitivity):
11040         
11041         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11042
11043 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11044
11045         * configure.ac:
11046
11047         Depends on poppler 0.3.2
11048
11049 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11050
11051         * cut-n-paste/recent-files/egg-recent-item.c:
11052         (egg_recent_item_get_short_name):
11053         * cut-n-paste/toolbar-editor/Makefile.am:
11054         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11055         (new_pixbuf_from_widget):
11056         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11057         * cut-n-paste/toolbar-editor/egg-marshal.c:
11058         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11059         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11060
11061         Sync
11062
11063 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11064
11065         * tiff/tiff-document.c: Rough TIFF backend.
11066
11067 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11068
11069         * NEWS:
11070         * configure.ac:
11071         * cut-n-paste/toolbar-editor/Makefile.am:
11072
11073         Release 0.3.1
11074
11075 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11076
11077         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11078         (ev_view_find_next), (ev_view_find_previous):
11079
11080         Remove the locks around get_n_results   
11081
11082 2005-05-21  Juerg Billeter  <j@bitron.ch>
11083
11084         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11085
11086         Pass correct number of pages to poppler.
11087
11088 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11089
11090         * configure.ac:
11091         * data/Makefile.am:
11092         * data/evince.desktop.in: 
11093         * data/evince.desktop.in.in:
11094         * po/POTFILES.in:
11095         
11096         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11097
11098 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11099
11100         * shell/ev-view.c: (view_update_adjustments),
11101         (view_set_adjustment_values): cast adjustmen->value to (int)
11102         before using it.  Otherwise, we get off by a pixel in some
11103         situations.
11104
11105         (draw_one_page): Draw the border on expose.
11106
11107 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11108
11109         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11110         adjustment when the mode changes, #304923
11111
11112 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11113
11114         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11115         flickering on resize but still use gdk_window_scroll on
11116         scrolling
11117
11118 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11119
11120         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11121         option, #170458
11122
11123 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11124
11125         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11126         second page on page_changed if possible, #304669
11127
11128 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11129
11130         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11131         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11132
11133 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11134
11135         * .cvsignore:
11136         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11137         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11138         (ev_view_zoom_for_size_presentation),
11139         (ev_view_zoom_for_size_continuous_and_dual_page),
11140         (ev_view_zoom_for_size_continuous),
11141         (ev_view_zoom_for_size_dual_page),
11142         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11143         * shell/ev-view.h:
11144         * shell/ev-window.c: (update_view_size),
11145         (ev_window_sizing_mode_changed_cb):
11146
11147         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11148         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11149         an infinite loop, #304769
11150
11151
11152 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11153
11154         * data/evince-ui.xml:
11155         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11156         * shell/ev-window.c: (set_view_actions_sensitivity):
11157
11158         Make PgUp/Down behave like Space
11159
11160 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11161
11162         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11163         * backend/ev-ps-exporter.h:
11164         * pdf/ev-poppler.cc:
11165         * ps/ps-document.c: (ps_document_ps_export_begin):
11166         * shell/ev-print-job.c: (idle_print_handler):
11167
11168         Adapt to new poppler api
11169
11170 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11171
11172         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11173         (ephy_zoom_control_init):
11174
11175         Translate zoom levels
11176
11177 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11178
11179         * cut-n-paste/zoom-control/ephy-zoom.c:
11180         (ephy_zoom_get_zoom_level_index):
11181
11182         Fix current zoom -> zoom control match
11183
11184 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11185
11186         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11187         rather than the scrolled_window that it's in. Fixes bug #304655.
11188
11189 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11190
11191         * shell/ev-view.c: (view_update_adjustments),
11192         (view_set_adjustment_values), (view_update_range_and_current_page),
11193         (view_scroll_to_page), (set_scroll_adjustment),
11194         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11195         (ev_view_scroll), (ev_view_scroll_view),
11196         (ensure_rectangle_is_visible), (find_page_at_location),
11197         (get_link_at_location), (go_to_link), (status_message_from_link),
11198         (ev_view_size_request_continuous_dual_page),
11199         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11200         (ev_view_unrealize), (ev_view_expose_event),
11201         (ev_view_button_press_event), (ev_view_motion_notify_event),
11202         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11203         (draw_rubberband), (highlight_find_results), (draw_one_page),
11204         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11205         (ev_view_init), (find_changed_cb), (page_changed_cb),
11206         (on_adjustment_value_changed), (ev_view_new),
11207         (ev_view_set_document), (ev_view_set_zoom),
11208         (ev_view_set_continuous), (ev_view_set_dual_page),
11209         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11210         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11211         (ev_view_zoom_for_size_presentation),
11212         (ev_view_zoom_for_size_continuous_dual_page),
11213         (ev_view_zoom_for_size_continuous),
11214         (ev_view_zoom_for_size_dual_page),
11215         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11216         (ev_view_get_status), (ev_view_set_status),
11217         (update_find_status_message), (ev_view_get_find_status),
11218         (ev_view_set_find_status), (jump_to_find_result),
11219         (jump_to_find_page), (compute_selections), (clear_selection),
11220         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11221         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11222         (ev_view_update_primary_selection),
11223         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11224         * shell/ev-view.h:
11225         * shell/ev-window.c: (ev_window_open_page_label),
11226         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11227         (ev_window_init):
11228         * shell/ev-window.h:
11229         * shell/main.c: (load_files):
11230
11231         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11232         when resizing.  Remove the bin_window().  Also, patch from James
11233         Bowes to fix command line page, #300641
11234         
11235 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11236
11237         * data/evince-ui.xml:
11238         * shell/ev-view.c:
11239         * shell/ev-view.h:
11240         * shell/ev-window.c: (update_action_sensitivity):
11241
11242         Get rid of View->Normal Size, it's just confusing
11243
11244 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11245
11246         * backend/ev-document-info.h:
11247         * backend/ev-document.c: (ev_document_info_free): Free the
11248         EvDocumentInfo.
11249
11250         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11251         (clear_range), (add_range), (update_visible_range),
11252         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11253         (ev_sidebar_thumbnails_set_document):
11254         * shell/ev-window.c: (ev_window_setup_document): Only render the
11255         visible thumbnails.  It takes an instant to render, but it uses
11256         much less memory.
11257
11258 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11259
11260         * shell/ev-sidebar-links.c: (popup_menu_cb):
11261
11262         Select first item
11263
11264 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11265
11266         * lib/Makefile.am:
11267         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11268         (button_press_cb), (ev_sidebar_links_construct):
11269
11270         Show the popup menu also on keybindings
11271
11272 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11273
11274         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11275         * shell/ev-window.h:
11276
11277         Expose api to print a range (with dialog). Make private _print use
11278         it.
11279
11280         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11281         (ev_sidebar_links_construct):
11282
11283         Show a print context menu on linkx, it prints the selected
11284         section.
11285
11286 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11287
11288         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11289         button.
11290
11291 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11292
11293         * AUTHORS:
11294
11295         Update
11296
11297         * shell/ev-window.c: (build_comments_string),
11298         (ev_window_cmd_help_about):
11299
11300         Show poppler version/backend and authors
11301
11302 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11303
11304         * cut-n-paste/zoom-control/ephy-zoom.c:
11305         (ephy_zoom_get_zoom_level_index):
11306         * cut-n-paste/zoom-control/ephy-zoom.h:
11307
11308         Move the best fit items at the top of the list
11309
11310 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11311
11312         * shell/ev-marshal.list:
11313         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11314         (activate_cb), (match_selected_cb), (activate_link_cb),
11315         (connect_proxy), (ev_page_action_class_init):
11316         * shell/ev-page-action.h:
11317
11318         Use signals to notify action activation. Hopefully
11319         I did not break completion since I cant test...
11320
11321         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11322         (register_custom_actions):
11323
11324         Connect to page selector actions and also grab focus on
11325         the view when activated.
11326
11327 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11328
11329         * pdf/ev-poppler.cc:
11330         * backend/ev-page-cache.c: make page size calculation consistent
11331         and set it to (int)( width * scale + 0.5).  This makes the weird
11332         line going through the middle of the page go away.
11333
11334         * shell/ev-view.c: move painting the background page after
11335         checking the expose area covers us.
11336
11337 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11338
11339         * data/evince-password.glade:
11340         
11341         Mark labels as not translatable. Fix for bug 302842.
11342
11343 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11344
11345         * configure.ac: Added "es" to ALL_LINGUAS.
11346
11347 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11348
11349         * data/evince-toolbar.xml:
11350         * shell/ev-window.c: (update_action_sensitivity),
11351         (ev_window_setup_document), (ev_window_set_page_mode),
11352         (ev_window_init):
11353
11354         Remove some leftover code from jrb first continous
11355         attempt. Use the new actions, we still need good icons
11356         though...
11357
11358 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11359
11360         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11361
11362         Update label when connecting proxy. Fix a warning with NULL
11363         page_cache.
11364
11365 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11366
11367         * data/evince-ui.xml:
11368         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11369         * shell/ev-page-action.h:
11370         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11371
11372         Add mnemonic for edit toolbar.
11373         ctrl+l focus the page entry.
11374
11375 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11376
11377         * lib/Makefile.am:
11378         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11379         (ev_window_init):
11380         * shell/main.c: (main):
11381
11382         Put the toolbar xml in evince own dot dir
11383
11384 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11385
11386         * shell/ev-window.c: (ev_window_init):
11387
11388         Make the toolbar not removable
11389
11390 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11391
11392         * data/evince-ui.xml:
11393         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11394         * shell/ev-sidebar-links.h:
11395         * shell/ev-sidebar-thumbnails.c:
11396         (ev_sidebar_thumbnails_get_treeview):
11397         * shell/ev-sidebar-thumbnails.h:
11398         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11399         (ev_view_class_init):
11400         * shell/ev-view.h:
11401         * shell/ev-window.c: (update_action_sensitivity),
11402         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11403         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11404         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11405         (ev_window_init):
11406
11407         This is evil... Make space/backspace global accelerators but
11408         enable them only for some widgets (sidebars and view).
11409         I dont like it, but I dont know a better way... :/
11410
11411 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11412
11413         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11414         (ev_page_action_widget_finalize),
11415         (ev_page_action_widget_class_init), (update_page_cache):
11416
11417         Keep a weak reference on proxy->page_cache so that we
11418         dont try to disconnect the signal if the object is already
11419         gone. Maybe there is a better way to cleanup reference handling
11420         in page action though...
11421
11422 2005-05-10  Juerg Billeter  <j@bitron.ch>
11423
11424         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11425         * backend/ev-ps-exporter.h:
11426         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11427         * ps/ps-document.c: (ps_document_ps_export_begin):
11428         
11429         Change api to pass print range to ps_exporter_begin. The pdf backend
11430         requires this information.
11431         
11432         * shell/ev-print-job.c: (idle_print_handler):
11433         
11434         Adapt to api change
11435
11436 2005-05-10  Juerg Billeter  <j@bitron.ch>
11437
11438         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11439         (idle_print_handler)
11440         * shell/ev-window.c: (ev_window_print):
11441
11442         Support printing page range, based on patch by Amaury Jacquot
11443
11444 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11445
11446         * data/evince-toolbar.xml:
11447
11448         Add zoom control to available items
11449
11450 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11451
11452         * shell/ev-window.c: (update_action_sensitivity):
11453
11454         Set slash action insensitive when appropriate
11455
11456 2005-05-10  Christian Persch <chpe@gnome.org>
11457
11458         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11459
11460         Fix warning on the overflow menu
11461
11462 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11463
11464         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11465
11466         Check for uri correctness/existence
11467
11468 2005-05-09  Juerg Billeter  <j@bitron.ch>
11469
11470         * shell/ev-window.c: (using_postscript_printer):
11471
11472         LPD printers use postscript, too
11473
11474 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11475
11476         * shell/ev-window.c: (register_custom_actions):
11477
11478         The zoom one is actually sort of useful,
11479         put it back
11480
11481 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11482
11483         * shell/ev-window.c: (register_custom_actions):
11484
11485         Hide page/zoom controls from overflow, they
11486         are useless.
11487
11488 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11489
11490         * cut-n-paste/update-from-egg.sh:
11491         
11492         Share it between all cut-n-paste subdirs
11493
11494         * cut-n-paste/recent-files/Makefile.am:
11495
11496         Fix to use "global" update-from-egg.sh
11497
11498         * cut-n-paste/recent-files/egg-recent-model.c:
11499         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11500         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11501         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11502         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11503
11504         Update from libegg
11505
11506         * cut-n-paste/toolbar-editor/Makefile.am:
11507
11508         Fix to use "global" update-from-egg.sh
11509
11510         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11511
11512         Update from libegg
11513
11514 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11515
11516         * configure.ac:
11517         * cut-n-paste/Makefile.am:
11518         * cut-n-paste/recent-files/Makefile.am:
11519         * cut-n-paste/toolbar-editor/.cvsignore:
11520         * cut-n-paste/toolbar-editor/Makefile.am:
11521         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11522         (egg_editable_toolbar_get_type), (get_toolbar_position),
11523         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11524         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11525         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11526         (set_item_drag_source), (create_item_from_action), (create_item),
11527         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11528         (popup_toolbar_context_menu_cb), (free_dragged_item),
11529         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11530         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11531         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11532         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11533         (item_added_cb), (item_removed_cb),
11534         (egg_editable_toolbar_construct),
11535         (egg_editable_toolbar_disconnect_model),
11536         (egg_editable_toolbar_deconstruct),
11537         (egg_editable_toolbar_set_model),
11538         (egg_editable_toolbar_set_ui_manager),
11539         (egg_editable_toolbar_set_property),
11540         (egg_editable_toolbar_get_property),
11541         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11542         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11543         (egg_editable_toolbar_new_with_model),
11544         (egg_editable_toolbar_get_edit_mode),
11545         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11546         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11547         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11548         (new_pixbuf_from_widget), (new_separator_pixbuf),
11549         (update_separator_image), (style_set_cb),
11550         (_egg_editable_toolbar_new_separator_image),
11551         (egg_editable_toolbar_get_model):
11552         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11553         * cut-n-paste/toolbar-editor/egg-marshal.c:
11554         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11555         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11556         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11557         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11558         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11559         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11560         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11561         (editor_drag_data_delete_cb), (drag_data_get_cb),
11562         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11563         (editor_create_item), (update_editor_sheet), (setup_editor),
11564         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11565         (parse_item_list), (model_has_action), (update_actions_list),
11566         (egg_toolbar_editor_load_actions):
11567         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11568         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11569         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11570         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11571         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11572         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11573         (egg_toolbars_model_add_separator), (impl_add_item),
11574         (parse_item_list), (egg_toolbars_model_add_toolbar),
11575         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11576         (impl_get_item_data), (impl_get_item_type),
11577         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11578         (egg_toolbars_model_init), (free_toolbar),
11579         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11580         (egg_toolbars_model_remove_toolbar),
11581         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11582         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11583         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11584         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11585         (egg_toolbars_model_get_item_data),
11586         (egg_toolbars_model_get_item_type):
11587         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11588         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11589         * data/Makefile.am:
11590         * data/evince-toolbar.xml:
11591         * data/evince-ui.xml:
11592         * data/hand-open.png:
11593         * po/POTFILES.in:
11594         * shell/Makefile.am:
11595         * shell/ev-window.c: (update_chrome_visibility),
11596         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11597         (ev_window_dispose), (ev_window_init):
11598
11599         Implement epiphany like toolbar editor. Based on patch by
11600         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11601
11602 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11603
11604         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11605
11606         Use set_cursor instead of set_selection, so that
11607         the keyboard focus moves too.
11608
11609 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11610
11611         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11612
11613         Fix infinite loop when loading Type1 fonts
11614
11615 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11616
11617         * data/evince-ui.xml:
11618         * shell/ev-window.c:
11619
11620         Slash -> Find
11621
11622 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11623
11624         * configure.ac:
11625
11626         Make --disable really disable
11627
11628 2005-05-07  Juerg Billeter  <j@bitron.ch>
11629
11630         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11631
11632         Compare page labels even without has_labels set, fixes setting page
11633         with entry
11634
11635 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11636
11637         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11638         (ev_view_set_cursor), (ev_view_button_press_event),
11639         (ev_view_motion_notify_event), (ev_view_button_release_event),
11640         (ev_view_init):
11641
11642         Implement middle button scrolling. Based on a patch
11643         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11644
11645 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11646
11647         * shell/ev-document-types.c: (get_slow_mime_type),
11648         (get_document_type_from_mime), (ev_document_type_lookup):
11649         * shell/ev-document-types.h:
11650
11651         Change api to lookup from uri. Do fast lookup first, if the
11652         type is unknown try with data sniffing.
11653
11654         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11655         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11656
11657         Adapt to api change
11658
11659 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11660
11661         * thumbnailer/Makefile.am:
11662
11663         Fix distcheck
11664
11665 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11666
11667         * NEWS:
11668         * configure.ac:
11669
11670         Release 0.3.0
11671
11672         * data/evince-ui.xml:
11673
11674         Hide presentation mode for now
11675
11676         * shell/ev-view.c: (highlight_find_results):
11677
11678         Show current find selection only on current page
11679
11680 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11681
11682         * shell/ev-view.c: (ev_view_select_all):
11683
11684         Compute size of the actual page, not of
11685         the current one.
11686
11687 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11688
11689         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11690         (view_rect_to_doc_rect), (compute_selections),
11691         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11692         (ev_view_copy), (ev_view_primary_get_cb),
11693         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11694         (ev_view_button_press_event), (ev_view_motion_notify_event),
11695         (ev_view_button_release_event), (page_changed_cb):
11696
11697         Fix text selection
11698
11699 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11700
11701         * shell/ev-view.c: (compute_border), (get_page_extents),
11702         (doc_rect_to_view_rect), (highlight_find_results),
11703         (ev_view_bin_expose), (ev_view_select_all),
11704         (ev_view_motion_notify_event), (update_find_status_message),
11705         (jump_to_find_result), (jump_to_find_page):
11706
11707         First go at fixing search, still buggy
11708
11709 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11710
11711         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11712         dropdown box and button at the top of the sidebar.
11713
11714 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11715
11716         * configure.ac: Output zoom-control Makefile.
11717         * cut-n-paste/Makefile.am: build zoom-control subdir.
11718         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11719         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11720         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11721         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11722         * cut-n-paste/zoom-control/ephy-zoom.c:
11723         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11724         from epiphany, and modified to add a separator into the menu.
11725         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11726         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11727         zoom-control action.
11728         * shell/Makefile.am: Include zoom-control flags.
11729         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11730         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11731         (ev_view_zoom_for_size_presentation),
11732         (ev_view_zoom_for_size_continuous_and_dual_page),
11733         (ev_view_zoom_for_size_continuous),
11734         (ev_view_zoom_for_size_dual_page),
11735         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11736         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11737         ev_view_get_zoom and ev_view_get_sizing_mode.
11738         * shell/ev-view.h:
11739         * shell/ev-window.c: (update_action_sensitivity),
11740         (update_sizing_buttons), (zoom_control_changed_cb),
11741         (register_custom_actions): Initialize and use the zoom-control 
11742         widget.
11743
11744 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11745
11746         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11747         preview cache back to 1.  Don't know when it got set to 0.
11748         
11749         * shell/ev-view.c: (compute_border), (ev_view_realize),
11750         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11751         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11752         (ev_view_get_fullscreen), (ev_view_set_presentation),
11753         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11754         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11755         * shell/ev-view.h:
11756         * shell/ev-window.c:
11757         (update_chrome_visibility),
11758         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11759         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11760         (update_document_mode), (ev_window_update_fullscreen_action),
11761         (ev_window_fullscreen), (ev_window_unfullscreen),
11762         (ev_window_cmd_view_fullscreen),
11763         (ev_window_update_presentation_action),
11764         (ev_window_run_presentation), (ev_window_stop_presentation),
11765         (ev_window_cmd_view_presentation), (ev_window_state_event),
11766         (ev_window_focus_in_event), (ev_window_focus_out_event),
11767         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11768         * data/evince-ui.xml: Initial presentation mode.  We should
11769         probably hide this until it's done, as it's quite rough.  Also,
11770         change full-screen to fullscreen and add two getters to EvView.
11771
11772 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11773
11774         * shell/ev-page-action.c: (update_page_cache),
11775         (ev_page_action_dispose):
11776         * shell/ev-window.c: (destroy_fullscreen_popup),
11777         (ev_window_create_fullscreen_popup):
11778
11779         Use connect_object rather than explicitly
11780         disconnect on dispose.
11781
11782 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11783
11784         * shell/ev-page-action.c: (update_page_cache),
11785         (ev_page_action_dispose):
11786
11787 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11788
11789         * backend/ev-page-cache.c: (_ev_page_cache_new),
11790         (ev_page_cache_set_page_label),
11791         (ev_page_cache_has_nonnumeric_page_labels):
11792         * backend/ev-page-cache.h:
11793         * shell/ev-page-action.c: (update_pages_label):
11794         
11795         If all page labels are numeric, fallback to default
11796         way to display number of pages. See bug 173185.
11797
11798 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11799
11800         * shell/ev-page-action.c: (ev_page_action_dispose):
11801         * shell/ev-view.c: (view_update_range_and_current_page):
11802         * shell/ev-window.c: (ev_window_dispose):
11803         
11804         Set page on scroll in continuous mode. Fixes bug 301986.
11805         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11806
11807 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11808
11809         * configure.ac:
11810
11811         Require poppler 0.3.0
11812
11813 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11814         
11815         * shell/Makefile.am, configure.ac: Fix build problems
11816         with t1lib. Bug 301996.
11817
11818 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11819
11820         * shell/ev-view.c: (ev_view_scroll_event):
11821         
11822         Scroll up increase zoom
11823
11824 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11825
11826         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11827         (ev_view_set_sizing_mode),
11828         (ev_view_zoom_for_size_continuous_and_dual_page),
11829         (ev_view_zoom_for_size_continuous):
11830         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11831         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11832         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11833         (ev_window_init):
11834
11835         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11836         Fix for 165473 and 165472.
11837
11838 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11839
11840         * po/POTFILES.in:
11841         * thumbnailer/Makefile.am:
11842         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11843         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11844         * thumbnailer/evince-thumbnailer.schemas.in:
11845         
11846         Make thumbnailer schemas translatable. Fix for bug 301773
11847         
11848         * thumbnailer/evince-thumbnailer-djvu.schemas:
11849         * thumbnailer/evince-thumbnailer-dvi.schemas:
11850         * thumbnailer/evince-thumbnailer.schemas:
11851
11852         Removed files
11853
11854 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11855
11856         * shell/ev-view.c (ev_view_init): forgot to set this.
11857
11858 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11859
11860         * shell/ev-view.c: (find_page_at_location),
11861         (get_link_at_location),
11862         (ev_view_set_show_border), (ev_view_set_spacing),
11863         (ev_view_zoom_for_size_continuous_and_dual_page),
11864         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11865         Also, add a quick fix measuring of widths.  Also, removed
11866         ev_view_set_spacing and ev_view_set_show_border.
11867         
11868         * shell/ev-window.c: (ev_window_unfullscreen),
11869         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11870
11871 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11872
11873         * shell/ev-view.c: (view_update_range_and_current_page),
11874         (page_changed_cb):
11875         
11876         Fix crash on exit and scrolling to page in continuous view.
11877
11878 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11879
11880         * TODO:
11881         * backend/ev-page-cache.c: (_ev_page_cache_new),
11882         (ev_page_cache_get_max_width_size),
11883         (ev_page_cache_get_max_height_size):
11884         * backend/ev-page-cache.h:
11885         * data/evince-ui.xml:
11886         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11887         * shell/ev-view.c: (view_update_adjustments),
11888         (view_update_range_and_current_page), (get_bounding_box_size),
11889         (ev_view_size_request_continuous_and_dual_page),
11890         (ev_view_size_request_continuous),
11891         (ev_view_size_request_dual_page),
11892         (ev_view_size_request_single_page), (ev_view_size_request),
11893         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11894         (ev_view_bin_expose), (ev_view_expose_event),
11895         (ev_view_set_property), (ev_view_get_property),
11896         (ev_view_class_init), (ev_view_init), (ev_view_new),
11897         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11898         (ev_view_set_dual_page), (ev_view_set_full_screen),
11899         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11900         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11901         (ev_view_zoom_out), (zoom_for_size_fit_width),
11902         (zoom_for_size_best_fit),
11903         (ev_view_zoom_for_size_continuous_and_dual_page),
11904         (ev_view_zoom_for_size_continuous),
11905         (ev_view_zoom_for_size_dual_page),
11906         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11907         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11908         * shell/ev-view.h:
11909         * shell/ev-window.c: (update_action_sensitivity),
11910         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11911         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11912         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11913         (ev_window_cmd_view_zoom_out), (update_view_size),
11914         (ev_window_set_sizing_mode), (ev_window_init):
11915
11916         Add Continuous and Dual page modes.
11917
11918 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11919
11920         * dvi/dvi-document.c: (dvi_document_load),
11921         (dvi_document_thumbnails_get_thumbnail),
11922         (dvi_document_init_params): Fix up some mixups between
11923         width and height to correct thumbnail rendering.
11924
11925 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11926
11927         * dvi/mdvi-lib/private.h:
11928         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11929         
11930         Suppess output for kpathsea during font generation. Thanks to
11931         James Bowes
11932
11933 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11934
11935         * NEWS:
11936         * configure.ac:
11937
11938         Release 0.2.1
11939
11940         * Makefile.am: fix distcheck.
11941
11942 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11943
11944         * shell/ev-sidebar-links.c: (selection_changed_callback),
11945         (update_page_callback), (row_activated_callback),
11946         (job_finished_callback), (ev_sidebar_links_set_document):
11947         
11948         Fix for bug #169901. Double click on links expands tree.
11949
11950 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11951
11952         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11953         hard-coded style. Fix for bug 170111
11954
11955 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11956
11957         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11958         locking.
11959
11960 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11961
11962         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11963
11964 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11965
11966         * pdf/ev-poppler.cc:
11967         * shell/ev-view.c: (highlight_find_results):
11968
11969         Fix find on single page documents
11970
11971 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11972
11973         * data/evince.schemas.in: fix for bug 301390
11974
11975 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11976
11977         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11978         (ev_view_zoom_out), (ev_view_zoom_normal):
11979         * shell/ev-view.h:
11980         * shell/ev-window.c: (update_action_sensitivity),
11981         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11982         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11983         (ev_window_cmd_view_normal_size):
11984
11985         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11986         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11987         better than oom. 
11988
11989 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11990
11991         * configure.ac:
11992
11993         Depend on 2.57, 2.59 doesnt seem to be necessary
11994
11995 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11996
11997         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11998         (create_tool_item):
11999
12000         Put back total number of pages as (1 of 1234)
12001
12002 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12003
12004         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12005         remove the job.
12006
12007         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12008         function.  This helps debugging.
12009
12010 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12011
12012         * djvu/djvu-document.c: (djvu_document_class_init),
12013         (djvu_document_get_info), (djvu_document_document_iface_init):
12014         * dvi/dvi-document.c: (dvi_document_class_init),
12015         (dvi_document_get_info), (dvi_document_document_iface_init):
12016
12017         Dummy implementation of get_info method for dvi and
12018         djvu. Fix crashes with those backends
12019
12020 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12021
12022         * data/evince.desktop.in:
12023
12024         Add application/x-gzpostscript
12025
12026 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12027
12028         * data/evince.schemas.in: Added real long descriptions, 
12029         closes bug 172496 
12030
12031         * README: Added actual text, closes bug 171869
12032
12033 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12034
12035         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12036
12037         Thumbnail page 0
12038
12039 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12040
12041         * backend/ev-document-info.h:
12042
12043         s/GDate */GDate so we can just use g_free
12044
12045 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12046
12047         * shell/ev-window.c: (update_document_mode),
12048         (ev_window_setup_document):
12049
12050         Show the window in fullscreen when specified by
12051         the document
12052
12053 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12054
12055         * backend/ev-document.c: (ev_document_class_init),
12056         (ev_document_get_info), (ev_document_render_pixbuf):
12057         * backend/ev-document.h:
12058         * backend/ev-page-cache.c: (_ev_page_cache_new):
12059         * pdf/ev-poppler.cc:
12060         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12061         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12062         * ps/ps-document.c: (ps_document_class_init), (document_load),
12063         (ps_document_get_info), (ps_document_document_iface_init):
12064
12065         Remove get_title from the interface, we can just use document info
12066
12067 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12068
12069         * backend/Makefile.am:
12070         * backend/ev-document.c: (ev_document_render_get_info):
12071         * backend/ev-document.h:
12072         * pdf/ev-poppler.cc:
12073
12074         Initial support for document info. Based on jrb patch.
12075
12076 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12077
12078         * shell/ev-window.c: (ev_window_state_event),
12079         (ev_window_class_init), (ev_window_init):
12080         
12081         Doesn't show resize grip when maximized. See bug #301053
12082
12083 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12084
12085         * po/POTFILES.in:
12086         
12087         ev-sidebar-thumbnails now has translatable labels
12088         
12089         * shell/Makefile.am:
12090         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12091         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12092         (ev_sidebar_links_page_iface_init):
12093         * shell/ev-sidebar-links.h:
12094         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12095         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12096         (ev_sidebar_page_get_label):
12097         * shell/ev-sidebar-page.h:
12098         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12099         (ev_sidebar_thumbnails_set_document),
12100         (ev_sidebar_thumbnails_support_document),
12101         (ev_sidebar_thumbnails_get_label),
12102         (ev_sidebar_thumbnails_page_iface_init):
12103         * shell/ev-sidebar-thumbnails.h:
12104         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12105         (ev_sidebar_set_document):
12106         * shell/ev-sidebar.h:
12107         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12108         
12109         Small rework of sidebar code. Now sidebar pages should implement
12110         EvSidebarPage interface. That makes page management in EvSidebar
12111         easier. See bug #164811 for details
12112
12113 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12114
12115         * shell/ev-application.c: (ev_application_open):
12116         * shell/ev-document-types.c:
12117         
12118         Fix build error and small problem with application exit
12119
12120 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12121
12122         * thumbnailer/Makefile.am:
12123         * thumbnailer/evince-thumbnailer-djvu.schemas:
12124         * thumbnailer/evince-thumbnailer-dvi.schemas:
12125         
12126         Conditionally install schemas for djvu/dvi thumbnailer
12127
12128 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12129
12130         * shell/ev-document-types.h: 
12131         * shell/ev-document-types.c: 
12132         New files, handling the mapping from mimetypes to backends
12133         
12134         * shell/ev-window.c: 
12135         * thumbnailer/evince-thumbnailer.c:     
12136         Use the ev-document-types code
12137         
12138         * shell/Makefile.am: 
12139         Added new convenience library libevbackendfactory_la, containing
12140         the new mimetype->backend logic; moved the backends into it.
12141
12142         * thumbnailer/Makefile.am:
12143         Make the thumbnailer link with the libevbackend.la convenience
12144         library, rather than having a duplicate of the backend logic here.
12145
12146 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12147
12148         * shell/ev-stock-icons.c: constify some vars.
12149         * shell/ev-window.c: ditto.
12150
12151 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12152
12153         * ps/ps-document.c (get_page_orientation):
12154
12155         Respect document orientation 
12156
12157 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12158
12159         * djvu/Makefile.am:
12160         * dvi/Makefile.am:
12161         * shell/Makefile.am:
12162         
12163         Move library dependencies to components.
12164         
12165         * shell/ev-window.c: (update_window_title),
12166         (start_loading_document):
12167         
12168         Fix display of uris with spaces. Bug 168358.
12169
12170 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12171
12172         * shell/ev-sidebar-links.c: (selection_changed_cb):
12173         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12174         (ev_view_button_release_event), (ev_view_set_document):
12175         * shell/ev-view.h:
12176         * shell/ev-window.c: (find_bar_search_changed_cb):
12177         * shell/ev-window.h: Minor cleanups removing some dead code.
12178
12179 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12180
12181         * backend/ev-page-cache.c: (_ev_page_cache_new):
12182         
12183         Set current page to 0 if document has pages.
12184
12185 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12186
12187         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12188
12189         Initialize GError to NULL, fix a crash when loading fails.
12190
12191 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12192
12193         * shell/ev-window.c: (update_view_size):
12194
12195         Calculate shadow size only when there is actually
12196         a shadow.
12197
12198 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12199
12200         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12201         * shell/ev-view.h:
12202
12203         Allow setting view spacing, default to 0
12204
12205         * shell/ev-window.c: (ev_window_unfullscreen),
12206         (ev_window_cmd_view_fullscreen), (ev_window_init):
12207
12208         Remove spacing in fullscreen mode
12209
12210 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12211
12212         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12213         (ev_view_size_request), (expose_bin_window),
12214         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12215         * shell/ev-view.h:
12216         * shell/ev-window.c: (ev_window_unfullscreen),
12217         (ev_window_cmd_view_fullscreen):
12218
12219         Do not draw the border in fulscreen
12220
12221 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12222
12223         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12224         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12225         (find_page_at_location), (page_changed_cb):
12226
12227         Rework border calculation, so that I can more easily disable it.
12228         Code somewhat cleaner too.
12229
12230 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12231
12232         * backend/ev-page-cache.c: (ev_page_cache_init),
12233         (_ev_page_cache_new):
12234
12235         Remove some assertions, documents can have 0 pages.
12236         Make initial current page -1.
12237
12238         * shell/ev-page-action.c: (page_changed_cb):
12239
12240         Show "" if current page is -1
12241
12242         * shell/ev-window.c: (update_action_sensitivity),
12243         (ev_window_setup_document):
12244
12245         When document has 0 pages do not set the view
12246         and make nearly everything insensitive.
12247
12248 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12249
12250         * shell/ev-page-view.c:
12251         * shell/ev-page-view.h:
12252
12253         Remove unused files.
12254         
12255         * shell/ev-sidebar-thumbnails.c:
12256         (ev_sidebar_thumbnails_set_document):
12257         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12258         (ev_sidebar_supports_document):
12259         * shell/ev-sidebar.h:
12260         * shell/ev-window.c: (ev_window_setup_document):
12261         
12262         Doesn't show thumbnails if document has 1 page. Make
12263         sidebar menu entries sensitive only if if they have 
12264         sense. Fix bug 164811. 
12265
12266 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12267
12268         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12269         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12270         (ev_view_zoom_out), (ev_view_set_size):
12271
12272         Rework sizing to deal with documents with not uniform page
12273         size.
12274
12275 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12276
12277         * backend/ev-page-cache.c: (_ev_page_cache_new):
12278
12279         Fix several page size caching bugs
12280
12281 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12282
12283         * shell/ev-window.c: (set_action_properties):
12284
12285         Make all toolbar items translatable
12286
12287 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12288
12289         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12290         (save_page_list), (ps_document_save),
12291         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12292         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12293         (ps_document_ps_exporter_iface_init):
12294         * ps/ps-document.h:
12295
12296         Based on a patch by J�rg Billeter <j@bitron.ch>
12297         
12298         Implement print and save a copy for the ps backend.
12299
12300 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12301
12302         * backend/ev-document.h:
12303         * djvu/djvu-document.c: (djvu_document_can_get_text),
12304         (djvu_document_document_iface_init):
12305         * dvi/dvi-document.c: (dvi_document_can_get_text),
12306         (dvi_document_document_iface_init):
12307         * pdf/ev-poppler.cc:
12308         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12309         (pixbuf_document_document_iface_init):
12310         * ps/ps-document.c: (ps_document_can_get_text),
12311         (ps_document_document_iface_init):
12312         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12313         * shell/ev-window.c: (update_action_sensitivity):
12314
12315         Fix the crash when trying to copy in backends that doesnt
12316         support it. We can implement a better solution once we
12317         do real text selection.
12318
12319 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12320
12321         * data/evince-ui.xml:
12322         * shell/ev-window.c: (ev_window_cmd_escape):
12323         
12324         Work around the Escape conflict (find bar and unfullscreen)
12325
12326 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12327
12328         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12329         
12330         Fix for #300233. Next page correctly handles document end.
12331         
12332         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12333         (ev_sidebar_thumbnails_class_init),
12334         (ev_sidebar_thumbnails_set_document),
12335         (ev_sidebar_thumbnails_clear_job),
12336         (ev_sidebar_thumbnails_clear_model):
12337         
12338         Cleanup thumbnail jobs on document changes.
12339         
12340         * shell/ev-view.c: (add_scroll_binding_keypad),
12341         (add_scroll_binding_shifted), (ev_view_class_init):
12342         
12343         Shift + Space scrolls up. Fix for #173184
12344         
12345         * shell/ev-window.c: (ev_window_open_page),
12346         (ev_window_cmd_view_reload):
12347         
12348         Fix reload (Bug #300094)
12349
12350 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12351
12352         
12353         * dvi/mdvi-lib/assoc.c:
12354         * dvi/mdvi-lib/assoc.h: Removed garbage files
12355         
12356         * dvi/mdvi-lib/bitmap.c:
12357         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12358         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12359         * dvi/mdvi-lib/color.h: Antialias of rules
12360         
12361         * dvi/mdvi-lib/common.h:
12362         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12363         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12364         * dvi/mdvi-lib/files.c:
12365         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12366         * dvi/mdvi-lib/mdvi.h:
12367         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12368         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12369         * dvi/mdvi-lib/util.c: Fix compile warnings
12370         
12371         * dvi/dvi-document.c:
12372         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12373         (dvi_document_thumbnails_get_thumbnail),
12374         (dvi_document_document_thumbnails_iface_init):
12375         * dvi/mdvi-lib/Makefile.am:
12376         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12377         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12378         
12379         Dvi backend now renders thumbnails
12380
12381 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12382
12383         * shell/main.c: (main): 
12384         
12385         Save accelerators on exit. Fixes bug #172095.
12386
12387 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12388
12389         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12390         update priority" comment.
12391
12392         * backend/ev-job-queue.c: Give a way to change priority.
12393
12394 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12395
12396         * shell/ev-page-action.c: Fix logic.
12397
12398 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12399
12400         * shell/ev-view.c: (ev_view_can_find_next):
12401         * shell/ev-window.c: (ev_window_setup_document):
12402
12403         Check that the document supports find
12404
12405 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12406
12407         * data/evince-ui.xml:
12408         * shell/ev-view.c: (ev_view_can_find_next):
12409         * shell/ev-view.h:
12410         * shell/ev-window.c: (update_action_sensitivity),
12411         (find_changed_cb), (ev_window_setup_document),
12412         (ev_window_cmd_edit_find_next):
12413
12414         Add Edit->Find Next
12415
12416 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12417
12418         * pdf/ev-poppler.cc:
12419         * shell/ev-print-job.c: (idle_print_handler):
12420
12421         Make printing work again
12422
12423 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12424
12425         * shell/ev-page-action.h:
12426         * shell/ev-page-action.c: (ev_page_action_widget_init),
12427         (ev_page_action_widget_class_init), (page_changed_cb),
12428         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12429         (get_filter_model_from_model), (match_selected_cb),
12430         (display_completion_text), (match_completion), (update_model),
12431         (connect_proxy), (ev_page_action_set_property),
12432         (ev_page_action_get_property), (ev_page_action_set_document),
12433         (ev_page_action_set_model), (ev_page_action_class_init): Big
12434         reworking to make completions work iff we have >= GTK-2.7.0
12435                 
12436         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12437         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12438         (job_finished_cb): We now have a 'model' property that is set when
12439         the links are loaded.  This can be caught with "notify::model"
12440
12441         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12442         listen for the model to be set, and propagate it to the action.
12443
12444 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12445
12446         * cut-n-paste/recent-files/egg-recent-item.c:
12447         (egg_recent_item_set_uri), (make_valid_utf8),
12448         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12449         * cut-n-paste/recent-files/egg-recent-item.h:
12450         
12451         Update egg-recent from libegg. This should fix long
12452         startup problem. For details see
12453         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12454
12455 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12456
12457         * cut-n-paste/recent-files/Makefile.am:
12458         * data/evince-ui.xml, shell/Makefile.am:
12459         * shell/ev-application.c, shell/ev-application.h:
12460         * shell/ev-window.c: Recent files support.
12461         
12462         * configure.ac: Added "ru" to ALL_LINGUAS.
12463         
12464         * dvju: new backend to support DJVU files.
12465         * dvi: new backend to support DVI.
12466
12467         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12468         * ev-application.c: Support for new backends.
12469         
12470         * help, ev-window.c, main.c shell/Makefile.am: 
12471         Evince user documentation.
12472
12473 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12474
12475         * po/POTFILES.in:
12476         * shell/ev-window.c:
12477         * thumbnailer/evince-thumbnailer.c:
12478
12479         s/pdf-document/ev-poppler
12480
12481 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12482
12483         * NEWS:
12484         * configure.ac:
12485
12486         Release 0.2.0
12487
12488         * ps/ps-document.c: (setup_pixmap):
12489
12490         Remove debug code
12491
12492 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12493
12494         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12495         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12496         (ev_window_cmd_go_first_page): Fix of by one errors.
12497
12498 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12499
12500         * ps/ps-document.c: (get_page_box):
12501
12502         Fix page size calculation
12503
12504 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12505
12506         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12507         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12508         (get_page_orientation), (setup_page), (document_load),
12509         (ps_document_get_page_size), (render_pixbuf_idle):
12510         * ps/ps-document.h:
12511
12512         More refactoring to adapt to EvDocument changes
12513
12514 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12515
12516         * ps/ps-document.c: (start_interpreter):
12517
12518         Actually add alpha args
12519
12520 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12521
12522         * pdf/ev-poppler.cc:
12523
12524         Make clipboard work again
12525
12526 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12527
12528         Make searching work again.
12529         
12530         * backend/ev-document.c:
12531         * backend/ev-document.h:
12532         * backend/ev-document-find.c:
12533         * backend/ev-document-find.h: Change EvDocumentIface so we no
12534         longer store the current page or zoom level in the document.  The
12535         consequence is that all calls that operate on the current page now
12536         instead take the page number as an extra argument, and all
12537         coordinates are now doubles in document coordinate system.
12538
12539         * pdf/ev-poppler.cc:
12540         * pixbuf/pixbuf-document.c:
12541         * ps/ps-document.c: Update backends accordingly.
12542
12543 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12544
12545         * autogen.sh:
12546
12547         Add required gettext version
12548
12549 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12550
12551         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12552         make F1 bring up non-existent help.
12553
12554         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12555         epiphany's find bar, #167477
12556
12557         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12558         <emil@nishra.com> to add space-bar scrolling, 
12559
12560         * shell/ev-window.c (static GtkActionEntry entries): add default
12561         keybinding for Help (F1)
12562         Fixes #171068
12563
12564         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12565         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12566         170110
12567
12568 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12569
12570         * Makefile.am: 
12571         * pixbuf/pixbuf-document.c: 
12572
12573         Got pixbuf backend working again
12574
12575 2005-04-01  Steve Murphy  <murf@e-tools.com>
12576
12577         * configure.in: Added "rw" to ALL_LINGUAS.
12578
12579 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12580
12581         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12582         model types, noticed by Martin Kretzschmar.
12583
12584 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12585
12586         * pdf/ev-poppler.cc: Implement search based on
12587         poppler_page_find_text().  Currently a bit crude since we remember
12588         all matches from all pages.  Also, we grab the big document lock
12589         when we search since searching changes the underlying stream and
12590         thus conflicts with the rendering thread.
12591         
12592         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12593         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12594         (ev_view_find_previous): Fix some page indexes to be 0 based,
12595         offset rubber band by view offset,
12596
12597 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12598
12599         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12600
12601 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12602
12603         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12604         completely because I didn't understand GtkActions.  I should
12605         read Marco's code more carefully in the future.
12606
12607         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12608         function
12609
12610 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12611
12612         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12613         PopplerRectangle change from poppler CVS.
12614
12615 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12616
12617         * backend/ev-document.c: (ev_document_get_page_label):
12618         * backend/ev-document.h:
12619         * backend/ev-page-cache.c: (_ev_page_cache_new),
12620         (ev_page_cache_get_page_label):
12621         * backend/ev-page-cache.h:
12622         * pdf/ev-poppler.cc:
12623         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12624         (links_page_num_func):
12625         * shell/ev-sidebar-thumbnails.c:
12626         (ev_sidebar_thumbnails_set_document):
12627         * shell/ev-view.c: (status_message_from_link),
12628         (ev_view_motion_notify_event):
12629         * shell/ev-window.c: (document_supports_sidebar): Add in page
12630         label support.  It's not perfect yet, but it's the first 'feature'
12631         in a while.
12632         Also, fix a bogus comment noticed by crispin. 
12633
12634 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12635
12636         * Makefile.am: Remove pixbuf backend for now
12637
12638         * configure.ac: Require poppler-glib instead of just poppler.
12639
12640         * backend/ev-document-thumbnails.h: Add a comment
12641
12642         * backend/ev-document.h:
12643         * backend/ev-document.c: (ev_document_class_init),
12644         (ev_document_load), (ev_document_get_link),
12645         (ev_document_get_links): Remove 3 methods and add get_links.
12646         Also, made 0 based.
12647
12648         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12649         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12650
12651         * backend/ev-link.c: (ev_link_set_title),
12652         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12653         (ev_link_mapping_find):
12654         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12655         
12656         * backend/ev-page-cache.c: (ev_page_cache_init),
12657         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12658         (ev_page_cache_get_size), (ev_page_cache_next_page),
12659         (ev_page_cache_prev_page): Fix to be 0 based.
12660
12661         * pdf/Makefile.am: 
12662         * pdf/ev-poppler.h:
12663         * pdf/ev-poppler.cc: New backend.
12664         
12665         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12666         (ps_document_get_page), (ps_document_document_iface_init):
12667
12668         * shell/ev-pixbuf-cache.h:
12669         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12670         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12671         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12672         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12673         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12674         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12675         based.
12676         
12677         * shell/ev-sidebar-thumbnails.c:
12678         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12679         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12680
12681         * shell/ev-view.c: (status_message_from_link),
12682         (find_page_at_location), (get_link_at_location),
12683         (ev_view_motion_notify_event), (ev_view_button_release_event),
12684         (ev_view_init): Use the new link code.  Fix to be 0 based.
12685
12686         * shell/ev-window.c: (update_action_sensitivity),
12687         (document_supports_sidebar): 0 based.
12688
12689 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12690
12691         * pdf/pdf-document.cc: Patch from Fernando Herrera
12692         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12693         *blush*
12694
12695 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12696
12697         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12698         1 to the page, as this seems to be 1 based.  I thought we has this
12699         fixed.  grump.
12700
12701 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12702
12703         * TODO:
12704         * backend/Makefile.am:
12705         * backend/ev-document-links.c:
12706         (ev_document_links_has_document_links),
12707         (ev_document_links_get_links_model):
12708         * backend/ev-document-links.h:
12709         * backend/ev-document.c: (ev_document_get_page_cache),
12710         (ev_document_get_doc_mutex), (ev_document_load),
12711         (ev_document_save), (ev_document_get_title),
12712         (ev_document_get_n_pages), (ev_document_set_page),
12713         (ev_document_get_page), (ev_document_set_target),
12714         (ev_document_set_scale), (ev_document_set_page_offset),
12715         (ev_document_get_page_size), (ev_document_get_text),
12716         (ev_document_get_link), (ev_document_render),
12717         (ev_document_render_pixbuf), (ev_document_scale_changed):
12718         * backend/ev-document.h:
12719         * backend/ev-job-queue.c: (remove_object_from_queue),
12720         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12721         (no_jobs_available_unlocked), (ev_render_thread),
12722         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12723         (ev_job_queue_remove_job):
12724         * backend/ev-job-queue.h:
12725         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12726         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12727         (ev_job_links_class_init), (ev_job_render_init),
12728         (ev_job_render_dispose), (ev_job_render_class_init),
12729         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12730         (ev_job_thumbnail_class_init), (ev_job_finished),
12731         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12732         (ev_job_render_run), (ev_job_thumbnail_new),
12733         (ev_job_thumbnail_run):
12734         * backend/ev-jobs.h:
12735         * backend/ev-link.c:
12736         * backend/ev-link.h:
12737         * backend/ev-page-cache.c: (ev_page_cache_init),
12738         (ev_page_cache_class_init), (ev_page_cache_finalize),
12739         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12740         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12741         (ev_page_cache_set_link), (ev_page_cache_get_title),
12742         (ev_page_cache_get_size), (ev_page_cache_next_page),
12743         (ev_page_cache_prev_page):
12744         * backend/ev-page-cache.h:
12745         * pdf/pdf-document.cc:
12746         * ps/gsdefaults.c:
12747         * ps/gsdefaults.h:
12748         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12749         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12750         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12751         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12752         (is_interpreter_ready), (output), (catchPipe), (input),
12753         (start_interpreter), (check_filecompressed), (compute_dimensions),
12754         (ps_document_enable_interpreter), (document_load),
12755         (ps_document_next_page), (render_page), (ps_document_set_page),
12756         (ps_document_set_scale), (render_pixbuf_idle),
12757         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12758         * ps/ps-document.h:
12759         * shell/Makefile.am:
12760         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12761         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12762         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12763         (ev_pixbuf_cache_new), (job_finished_cb),
12764         (check_job_size_and_unref), (move_one_job),
12765         (ev_pixbuf_cache_update_range), (find_job_cache),
12766         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12767         (ev_pixbuf_cache_add_jobs_if_needed),
12768         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12769         * shell/ev-pixbuf-cache.h:
12770         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12771         (idle_print_handler):
12772         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12773         (selection_changed_cb), (create_loading_model),
12774         (ev_sidebar_links_construct), (links_page_num_func),
12775         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12776         (update_page_callback), (job_finished_cb),
12777         (ev_sidebar_links_set_document):
12778         * shell/ev-sidebar-thumbnails.c:
12779         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12780         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12781         (page_changed_cb), (thumbnail_job_completed_callback),
12782         (ev_sidebar_thumbnails_set_document):
12783         * shell/ev-sidebar-thumbnails.h:
12784         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12785         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12786         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12787         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12788         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12789         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12790         (ev_view_button_release_event), (ev_view_scroll_view),
12791         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12792         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12793         (ev_view_new), (job_finished_cb), (page_changed_cb),
12794         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12795         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12796         (ev_view_find_previous):
12797         * shell/ev-view.h:
12798         * shell/ev-window.c: (update_action_sensitivity),
12799         (ev_window_open_page), (update_window_title), (update_total_pages),
12800         (page_changed_cb), (ev_window_setup_document),
12801         (password_dialog_response), (ev_window_cmd_save_as),
12802         (ev_window_print), (ev_window_cmd_go_previous_page),
12803         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12804         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12805         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12806         * shell/main.c: (main):
12807
12808         Merge evince-threads branch
12809
12810 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12811
12812         * configure.ac: Added "lt" to ALL_LINGUAS.
12813
12814 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12815
12816         * NEWS:
12817         * configure.ac:
12818
12819         Release 0.1.9
12820
12821 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12822
12823         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12824
12825         Fix here also the thumbnails 1-basedness :)
12826
12827 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12828
12829         * NEWS:
12830         * configure.ac:
12831
12832         Release 0.1.8
12833
12834 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12835
12836         * pdf/pdf-document.cc:
12837         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12838         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12839
12840         Fix the mess we did with thumbnails and 1-basedness
12841
12842 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12843
12844         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12845
12846 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12847
12848         * NEWS:
12849         * configure.ac:
12850
12851         Release 0.1.7
12852
12853 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12854
12855         * ps/Makefile.am:
12856         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12857         (gtk_gs_defaults_get_alpha_parameters),
12858         (gtk_gs_defaults_get_ungzip_cmd),
12859         (gtk_gs_defaults_get_unbzip2_cmd):
12860         * ps/gsdefaults.h:
12861         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12862         (ps_document_get_orientation), (document_load),
12863         (ps_document_goto_page), (ps_document_set_page_size):
12864         * ps/ps-document.h:
12865
12866         Some more sanitization of the ps backend. Remove a lot
12867         of unused code and do not base our defaults on ggv
12868         preferences (ugh!)
12869
12870 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12871
12872         * thumbnailer/evince-thumbnailer.schemas:
12873         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12874         (main): add -s option for thumbnail size.
12875
12876 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12877
12878         * configure.ac:
12879
12880         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12881         remove it.
12882
12883 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12884
12885         * pdf/pdf-document.cc:
12886
12887         Remove 4 pixels of useless border from the
12888         thumbnail.
12889
12890 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12891
12892         * backend/ev-document-thumbnails.c:
12893         (ev_document_thumbnails_get_thumbnail):
12894         * backend/ev-document-thumbnails.h:
12895
12896         Rework API a bit. Add a border flag and
12897         change sizing logic (now the size we specify
12898         applies to the bigger dimension).
12899
12900         * pdf/pdf-document.cc:
12901         * pixbuf/pixbuf-document.c:
12902         (pixbuf_document_thumbnails_get_thumbnail):
12903         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12904         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12905
12906         Adapt to the new API and do not draw a border for nautilus
12907         thumbnailer.
12908
12909 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12910
12911         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12912         take thumbnails from page "0" instead of "1". Added a copyright header.
12913
12914 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12915
12916         * ps/ps-document.c: (set_up_page), (start_interpreter):
12917
12918         Make it C89 compliant
12919
12920 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12921
12922         * Makefile.am:
12923         * configure.ac:
12924         * pdf/.cvsignore:
12925         * pdf/pdf-document.cc:
12926         * thumbnailer/Makefile.am:
12927         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12928         (main):
12929         * thumbnailer/evince-thumbnailer.schemas:
12930         * thumbnailer/pdf-icon.png:
12931
12932         Add a nautilus thumbnailer.
12933         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12934
12935 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12936
12937         * NEWS:
12938         * configure.ac:
12939         * po/POTFILES.in:
12940
12941         Release 0.1.6
12942
12943 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12944
12945         Use poppler instead of including xpdf source code.  Poppler is a
12946         fork of xpdf to build it as a shared library. See
12947         http://freedesktop.org/wiki/Software/poppler.
12948
12949         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12950         xpdf fork.
12951         
12952         * pdf/Makefile.am: Build libpdfdocument.a here.
12953         
12954         * pdf/GDKSplashOutputDev.cc:
12955         * pdf/GDKSplashOutputDev.h:
12956         * pdf/GnomeVFSStream.cc:
12957         * pdf/GnomeVFSStream.h:
12958         * pdf-document.cc:
12959         * pdf-document.h:
12960         * test-gdk-output-dev.cc
12961         * Thumb.cc:
12962         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12963         against poppler.
12964
12965 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12966
12967         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12968
12969         Clear idle stack before unsetting the document
12970
12971 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12972
12973         * ps/ps-document.c: (ps_document_widget_event),
12974         (ps_document_set_target), (ps_document_finalize),
12975         (ps_document_get_page):
12976
12977         Disconnect the widget event signal on finalize.
12978         Some code cleanups.
12979
12980 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12981
12982         * ps/ps-document.c: (set_up_page):
12983
12984         If there is no bpixmap create one, even if size
12985         is not changed.
12986
12987 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12988
12989         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12990         (set_up_page), (document_load), (ps_document_set_zoom):
12991
12992         Default page is 0. Calculate size even when we have no
12993         target yet.
12994
12995 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12996
12997         * shell/ev-sidebar.c: expand the selection widget to be always as
12998         wide as the sidebar
12999
13000 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13001
13002         * shell/ev-sidebar-thumbnails.c:
13003         (ev_sidebar_thumbnails_set_document):
13004
13005         Clear the list store when setting document
13006
13007 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13008
13009         * shell/ev-page-action.c: (update_entry), (sync_entry),
13010         (activate_cb), (entry_size_request_cb), (create_tool_item),
13011         (connect_proxy):
13012
13013         Use an entry for the page control instead of spinbuttons
13014
13015 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13016
13017         * data/evince.schemas.in:
13018
13019         Correct confusing string
13020
13021 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13022
13023         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13024         for real.  Gosh, how long has this been broken.
13025
13026         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13027         check for a NULL link.  We crash otherwise.
13028
13029 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * NEWS:
13032         * configure.ac:
13033
13034         Release 0.1.5
13035
13036 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13037
13038         * configure.ac: add the french translation.
13039
13040 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13041
13042         * shell/ev-window.c:
13043
13044         Remove unused header -> fix distcheck
13045
13046 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13047
13048         * shell/ev-window.c: (update_window_title),
13049         (ev_window_popup_password_dialog):
13050
13051         Unescape filename for display
13052
13053 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13054
13055         * pdf/xpdf/pdf-document.cc:
13056
13057         In get_page_size deal with rotation. Also
13058         cleanup the function a bit.
13059
13060 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13061
13062         * pdf/xpdf/pdf-document.cc:
13063
13064         Fix crash when opening in new window
13065
13066 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13067
13068         * configure.ac:
13069
13070         Check ghostscript >= 7
13071
13072 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13073
13074         * shell/ev-window.c:
13075
13076         Make page width the default sizing mode
13077
13078 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13079         Marco Pesenti Gritti <marco@gnome.org>
13080
13081         * shell/ev-window.c: Remember the sidebar size
13082
13083         * data/evince.schemas.in: Add a new gconf key to store the size of
13084         the sidebar
13085
13086 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13087
13088         * data/evince-ui.xml:
13089         * shell/ev-window.c: (update_action_sensitivity),
13090         (ev_window_cmd_view_reload):
13091         
13092         Add a "Reload" action and menu entry
13093
13094 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13095
13096         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13097         iff the type doesn't support thumbnailing and indexing.
13098
13099 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13100
13101         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13102
13103 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13104
13105         * pdf/splash/Splash.cc:
13106
13107         Port fix for a crasher from kde bug
13108         http://bugs.kde.org/show_bug.cgi?id=97131
13109
13110 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13111
13112         * pdf/xpdf/pdf-document.cc:
13113
13114         Return a link even if it's of an unrecognized
13115         type. Otherwise we go in an infinte cycle.
13116
13117 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13118
13119         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13120         (size_allocate_cb), (ev_window_set_sizing_mode):
13121
13122         Update size when switching mode
13123
13124 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13125
13126         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13127         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13128         (ev_window_cmd_view_normal_size):
13129
13130         Fix size toggle buttons behavior
13131
13132 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13133
13134         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13135         (doc_rect_to_view_rect), (ev_view_size_allocate),
13136         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13137         (scale_changed_callback):
13138
13139         Do not cache offsets in size_allocate.
13140
13141 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13142
13143         * shell/ev-view.c: (ev_view_size_allocate):
13144
13145         Calculate offsets before calling the parent
13146         class (which does a redraw)
13147
13148 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13149
13150         * pdf/xpdf/pdf-document.cc:
13151
13152         Fix a crasher on exit. Unused code, put a TODO
13153
13154 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13155
13156         * backend/ev-document.c: (ev_document_class_init),
13157         (ev_document_page_changed), (ev_document_scale_changed):
13158         * backend/ev-document.h:
13159
13160         Separate page/scale notifications
13161
13162         * pdf/xpdf/pdf-document.cc:
13163
13164         Emit the new signals.
13165         Do not display the pdf page in _render, do it
13166         when scale/page are requested.
13167
13168         * ps/ps-document.c: (ps_document_set_zoom),
13169         (ps_document_widget_event):
13170         * ps/ps-document.h:
13171
13172         Emit the new signals.
13173
13174         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13175         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13176         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13177         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13178         * shell/ev-view.h:
13179         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13180         (ev_window_cmd_view_page_width), (size_allocate_cb),
13181         (ev_window_set_sizing_mode):
13182
13183         Rework sizing to be pixel based.
13184         There are bugs but should be already way better.
13185
13186 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13187
13188         * shell/ev-window.c: (ev_window_init):
13189
13190         Do not allow to shrink sidebar smaller then
13191         child requisition
13192
13193 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13194
13195         * shell/ev-sidebar.[ch]
13196         * shell/ev-window.c:
13197
13198         Improved sidebar widget. Fixes #166683
13199
13200 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13201
13202         * shell/ev-view.c (update_find_status_message): Give translators
13203         more flexibility with ngettext plural handling.
13204
13205 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13206
13207         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13208         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13209         page when we get the page size.
13210
13211 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13212
13213         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13214
13215         ps pages are 0 based, convert 
13216
13217 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13218
13219         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13220
13221         Initialize correct parent class. Set GError on document load
13222
13223 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13224
13225         * pdf/xpdf/pdf-document.cc:
13226
13227         Fixup selection offset calculation
13228
13229         * shell/ev-view.c: (view_rect_to_doc_rect),
13230         (doc_rect_to_view_rect), (ev_view_size_allocate),
13231         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13232         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13233
13234         Store selection as document relative, so that zooming
13235         and offset changing doesnt break it.
13236
13237 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * shell/ev-view.c: (ev_view_best_fit):
13240
13241         Do not try to best fit if the view is not realized
13242
13243 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13244           
13245         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13246
13247 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13248
13249         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13250
13251 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13252
13253         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13254         the popup window.  That prevents it resizing when in full screen
13255         mode.
13256
13257         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13258         multiple rerenders.  This pretty much sucks.
13259
13260         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13261         rest of the toolbar.
13262
13263 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13264
13265         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13266
13267 2005-02-17  Alexander Shopov  <ash@contact.bg>
13268
13269         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13270
13271 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13272
13273         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13274
13275 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13276
13277         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13278         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13279         (set_document_page), (document_changed_callback),
13280         (ev_view_set_document), (ev_view_find_previous),
13281         (ev_view_hide_cursor), (ev_view_show_cursor):
13282         * shell/ev-view.h:
13283         * shell/ev-window.c: (update_chrome_visibility),
13284         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13285         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13286         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13287         (ev_window_unfullscreen):
13288         * shell/main.c: (main):
13289
13290         Automatically hide the fullscreen button.
13291         Patch by Kristian Høgsberg <krh@redhat.com>
13292
13293 2005-02-16  Vincent Noel  <vnoel@cox.net>
13294
13295         * shell/main.c (main): Specify an icon for the window. Patch by
13296         Jaap A. Haitsma. Fixes #166177.
13297
13298 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13299
13300         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13301
13302 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13303
13304         * backend/ev-document-misc.h:
13305         * backend/ev-document-misc.c:
13306         (ev_document_misc_get_page_border_size),
13307         (ev_document_misc_paint_one_page): New function to canonicalize
13308         sizing/painting a border.
13309
13310         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13311         used.
13312
13313         * pdf/xpdf/pdf-document.cc: use new function
13314
13315         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13316         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13317         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13318         shell/ev-window.c: (update_sizing_buttons),
13319         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13320         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13321         (ev_window_cmd_view_page_width), (size_allocate_cb),
13322         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13323         and "fit width" values act as toggle buttons so they stay
13324         toggled.  It's not 100% perfect, and it's a little slow, but it's
13325         good enough to commit I think.
13326
13327 2005-02-15  David Lodge  <dave@cirt.net>
13328
13329         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13330
13331 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13332
13333         * shell/ev-window.c (update_window_title): replace newlines in
13334         the title by spaces. Bug #166107.
13335
13336 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13337
13338         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13339         parameters providing allocation width and height without
13340         scrollbars and width of a possible vertical scrollbar. With this
13341         additional information the functions can work as
13342         intended. Unfortunately they're not idempotent. We should
13343         transform these commands to toggles. Fixes Bug #164976
13344         Initial patch by Stephane Loeuillet, then heavily modified.
13345
13346         * shell/ev-view.h: update prototypes.
13347
13348         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13349         (ev_window_cmd_view_page_width): provide EvView fit functions with
13350         all the information they need. Formulas to calculate this
13351         information taken from GtkScrolledWindow.
13352
13353 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13354
13355         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13356         created a thumbnail, the list store is updated to know
13357         that the thumbnail is set. Fixes bug #166792
13358
13359 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13360
13361         * shell/ev-window.c: fixed typo, closes bug 166897
13362
13363         * TODO: updated TODO with bug numbers that are relevant
13364
13365 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13366
13367         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13368
13369 2005-02-09  Vincent Noel  <vnoel@cox.net>
13370
13371         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13372         and "Next" toolbar buttons as important to make them stand out.
13373
13374 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13375
13376         * lib/ev-debug.c:
13377         * lib/ev-debug.h:
13378         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13379         (start_interpreter), (stop_interpreter), (document_load),
13380         (ps_document_next_page), (ps_document_goto_page),
13381         (ps_document_set_page_size), (ps_document_widget_event),
13382         (ps_document_render):
13383         * shell/ev-page-view.c: (ev_page_view_dispose):
13384         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13385
13386         Fix compilation on non-gcc platforms
13387
13388 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13389
13390         * NEWS:
13391         * configure.ac:
13392
13393         Release 0.1.4
13394
13395         * pdf/xpdf/Catalog.cc:
13396         * pdf/xpdf/XRef.cc:
13397
13398         Fix the fix for CAN-2004-0888
13399
13400 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13401
13402         * data/Makefile.am:
13403         * data/evince-ui.xml:
13404         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13405         * shell/ev-stock-icons.h:
13406         * shell/ev-window.c: (update_action_sensitivity),
13407         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13408         (set_action_properties):
13409
13410         Improve toolbar layout/icons
13411
13412 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13413
13414         * pdf/xpdf/pdf-document.cc:
13415
13416         Add warnings about unimplemented/unknown link
13417         types.
13418
13419 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13420
13421         * ps/ps-document.c: (set_up_page):
13422
13423         Log gs property
13424
13425 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13426
13427         * ps/ps-document.c: (start_interpreter):
13428
13429         Log gs env var
13430
13431 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13432
13433         * shell/ev-page-view.c: (ev_page_view_dispose):
13434         * shell/ev-view.c: (ev_view_finalize):
13435         * shell/ev-window.c: (ev_window_setup_document),
13436         (ev_window_dispose), (ev_window_init):
13437
13438         Solve more refs issues.
13439
13440         I commented out the page_view initialization for now:
13441         it was never destroyed (because it's never added
13442         to a container). Because of that we was leaking
13443         gs processes. Couldnt think to a clean fix.
13444         We need to figure this out, password view has the
13445         same issue probably.
13446
13447 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13448
13449         * ps/ps-document.c: (ps_document_finalize),
13450         (ps_document_get_n_pages), (ps_document_get_page):
13451
13452         Some cleanups, stop the interpreter on finalize
13453
13454         * shell/ev-page-view.c: (ev_page_view_dispose),
13455         (ev_page_view_class_init):
13456
13457         Release our reference on the document
13458
13459 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13460
13461         * Makefile.am:
13462         * configure.ac:
13463         * doc/debugging.txt:
13464         * lib/.cvsignore:
13465         * lib/Makefile.am:
13466         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13467         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13468         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13469         * lib/ev-debug.h:
13470
13471         Add debugging helpers
13472
13473         * ps/Makefile.am:
13474         * ps/ps-document.c: (set_up_page), (start_interpreter),
13475         (stop_interpreter), (document_load), (ps_document_next_page),
13476         (ps_document_goto_page), (ps_document_set_page_size),
13477         (ps_document_widget_event), (ps_document_render):
13478         * shell/Makefile.am:
13479         * shell/ev-view.c: (expose_bin_window):
13480         * shell/main.c: (main):
13481
13482         Add some logs
13483         
13484 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13485
13486         * ps/ps-document.c: (ps_document_widget_event):
13487
13488         Initialize message_window, this should make ps
13489         rendering really work! (Never noticed because I was
13490         testing with a ps that is causing gs to exit every time!)
13491
13492 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13493
13494         * data/evince.schemas.in: updated simple error in applyto closing tag
13495
13496 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13497
13498         * Makefile.am:
13499         * configure.ac:
13500         * data/.cvsignore:
13501         * data/Makefile.am:
13502         * data/evince-ui.xml:
13503         A data/evince.schemas.in:
13504         * po/POTFILES.in:
13505         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13506         * shell/ev-stock-icons.h:
13507         * shell/ev-window.c: (update_chrome_visibility),
13508         (update_chrome_flag), (ev_window_cmd_edit_find),
13509         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13510         (ev_window_unfullscreen), (ev_window_focus_in_event),
13511         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13512         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13513         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13514         (ev_window_dispose), (ev_window_class_init),
13515         (set_action_properties), (set_chrome_actions), (load_chrome),
13516         (ev_window_init):
13517
13518         Implement fullscreen mode changes from bug #164776.
13519         Also implement persistent chrome toggles.
13520
13521 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13522
13523         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13524
13525 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13526
13527         * NEWS:
13528         * configure.ac:
13529         * shell/ev-view.c:
13530
13531         Add another check for find interface
13532
13533         Release 0.1.3
13534
13535 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13536
13537         * shell/ev-application.c: (ev_application_open):
13538         * shell/ev-window.c: (ev_window_open):
13539
13540         Open gzipped ps documents
13541
13542 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13543
13544         * TODO:
13545         * shell/ev-view.c: (set_document_page):
13546
13547         Clamp page number, dont try to move to
13548         not existant pages.
13549
13550 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13551
13552         * backend/ev-document-find.c: (ev_document_find_changed):
13553         * backend/ev-document-find.h:
13554         * pdf/xpdf/pdf-document.cc:
13555         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13556         * shell/ev-window.c: (find_bar_search_changed_cb):
13557
13558         Fix several bugs with find
13559
13560 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13561
13562         * shell/ev-sidebar-thumbnails.c
13563         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13564         document. Prevents warning from scroll_to_cell.
13565
13566 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13567
13568         * configure.ac: Add «nb» to ALL_LINGUAS too.
13569
13570 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13571
13572         * NOTES: New file with some random thoughts.
13573
13574         * TODO: Update.
13575
13576         * backend/ev-document-misc.c:
13577         (ev_document_misc_get_page_border_size): New function to
13578         canonicalize shadow drawing sizes.  Possibly goofy.
13579
13580         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13581         (ev_view_best_fit), (ev_view_fit_width):
13582         * pdf/xpdf/pdf-document.cc:
13583         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13584         * ps/ps-document.c: (ps_document_get_page_size):
13585         * backend/ev-document-misc.h:
13586         * backend/ev-document.c: (ev_document_get_page_size):
13587         * backend/ev-document.h: get_page_size now takes a page number
13588         parameter.  Made all the backends/frontends honor it.
13589
13590         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13591         see.  Doesn't work yet.
13592
13593         * shell/Makefile.am:
13594         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13595         Doesn't do anything yet.
13596
13597         * shell/ev-sidebar-thumbnails.c:
13598         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13599         [0..n_pages-1]
13600
13601         * shell/ev-window.c: (update_action_sensitivity),
13602         (ev_window_setup_document), (ev_window_set_page_mode),
13603         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13604         view-swapping code a bit so we can have multiple views on a
13605         document.  Add the multi-page view, though it can't be turned on
13606         yet.
13607
13608 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13609
13610         * shell/ev-application.c: (ev_application_open):
13611         * shell/ev-view.c: (expose_bin_window):
13612         * shell/ev-window.c: (ev_window_open):
13613
13614         Support eps and check document supports find
13615         before drawing highlightings in expose.
13616
13617 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13618
13619         * pixbuf/pixbuf-document.c:
13620         (pixbuf_document_thumbnails_get_dimensions),
13621         (pixbuf_document_document_thumbnails_iface_init):
13622
13623         implement get_dimensions
13624
13625 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13626
13627         * NEWS:
13628         * configure.ac:
13629
13630         Release 0.1.2
13631
13632 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13633
13634         * shell/ev-view.c: (set_document_page):
13635
13636         Scroll at the top of the page when changing page
13637
13638 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13639
13640         * shell/ev-view.c: (ev_view_motion_notify_event):
13641
13642         Do not redraw unnecessarily
13643
13644 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13645
13646         * pdf/xpdf/pdf-document.cc:
13647         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13648         (expose_bin_window), (find_changed_cb):
13649
13650         Yay! find works now... Now to find bugs...
13651
13652 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13653
13654         * backend/ev-document-find.c: (ev_document_find_base_init),
13655         (ev_document_find_changed):
13656         * backend/ev-document-find.h:
13657         * pdf/xpdf/pdf-document.cc:
13658         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13659         (expose_bin_window), (ev_view_init), (set_document_page),
13660         (ensure_rectangle_is_visible), (jump_to_find_result),
13661         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13662         (ev_view_find_next), (ev_view_find_previous):
13663         * shell/ev-view.h:
13664         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13665
13666         More work on find implementation, mostly there now
13667
13668 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13669
13670         * backend/ev-backend-marshalers.list:
13671         * backend/ev-document-find.c: (ev_document_find_base_init),
13672         (ev_document_find_cancel), (ev_document_find_page_has_results),
13673         (ev_document_find_get_n_results), (ev_document_find_get_result),
13674         (ev_document_find_get_progress), (ev_document_find_changed):
13675         * backend/ev-document-find.h:
13676
13677         Enanche the find interface to be really able to do
13678         multi page find.
13679
13680         * pdf/xpdf/pdf-document.cc:
13681
13682         Implement
13683
13684         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13685         (expose_bin_window), (ev_view_init),
13686         (ev_view_get_find_status_message), (find_changed_cb),
13687         (ev_view_set_document), (set_document_page):
13688
13689         Adapt to the new interface. A few things are regressed sorry,
13690         I will finish it soon.
13691
13692 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13693
13694         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13695         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13696         ev_sidebar_thumbnails_parent_class variable, don't define another
13697         parent_class variable.
13698
13699         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13700         (ev_page_action_class_init): ditto.
13701
13702         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13703         (pixbuf_document_class_init): ditto.
13704
13705         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13706         ditto.
13707
13708         * .cvsignore: ignore various valgrind output files.
13709
13710 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13711
13712         * data/evince-ui.xml:
13713         * shell/Makefile.am:
13714         * shell/ev-history.c:
13715         * shell/ev-history.h:
13716         * shell/ev-navigation-action.c:
13717         * shell/ev-navigation-action.h:
13718         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13719         (ev_view_set_page), (ev_view_fit_width):
13720         * shell/ev-view.h:
13721         * shell/ev-window.c: (update_action_sensitivity),
13722         (ev_window_setup_document), (register_custom_actions):
13723
13724         Kill session history
13725
13726 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13727
13728         * shell/ev-window.c: (update_action_sensitivity):
13729
13730         Fix inverted up/down buttons
13731
13732 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13733
13734         * shell/ev-sidebar-thumbnails.c
13735         (ev_sidebar_thumbnails_select_page): make sure the selected
13736         thumbnail stays visible.
13737
13738 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13739
13740         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13741         scrolled window for Federico.
13742
13743 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13744
13745         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13746
13747 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13748
13749         * configure.ac:
13750         * pdf/splash/SplashFTFontEngine.cc:
13751
13752         Fix CID fonts with freetype 2.1.9
13753
13754 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13755
13756         * TODO: added item for desktop icon thumbnailer
13757
13758 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13759
13760         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13761         unloaded docs when the title is accessed.
13762
13763         * shell/ev-password-view.[hc]: New widget for displaying password
13764         state.
13765
13766         * shell/ev-window.[ch]: Refactor password handling code to handle
13767         the new view.
13768
13769 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13770
13771         * NEWS:
13772         * configure.ac:
13773         * data/Makefile.am:
13774
13775         Release 0.1.1
13776
13777 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13778
13779         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13780         ignore page offset here, to make search results independent of it,
13781
13782         * shell/ev-view.c (expose_bin_window): but take offsets into
13783         account here. Bug #164932
13784
13785         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13786         scale at the right time. Bug #164996
13787
13788 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13789
13790         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13791         fix the problem. Now I just removed the Adobe font names and hope
13792         that the URW fonts are always in outline format. Bug #164934
13793
13794         * shell/ev-window.c (update_window_title): empty titles are
13795         useless, use filename in that case too.
13796
13797         * NEWS: Add some content.
13798
13799 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13800
13801         * TODO: added one more TODO item and a TODONE section :)
13802
13803 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13804
13805         * ps/ps-document.h: add page_[xy]_offset fields.
13806
13807         * ps/ps-document.c (ps_document_set_page_offset)
13808         (ps_document_render): Keep offset in consideration in a few
13809         places. Bug #164752 "postscript documents are not centered in
13810         window"
13811
13812         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13813         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13814
13815         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13816         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13817         stub out missing methods for complete EvDocument implementation.
13818         Fixes segfaults with Save A Copy and Copy actions.
13819
13820         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13821         (ps_document_document_iface_init): ditto.
13822         
13823 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13824
13825         * data/.cvsignore:
13826         * data/Makefile.am:
13827         * data/evince.desktop.in:
13828
13829         Add desktop file
13830
13831 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13832
13833         * shell/ev-view.c: (ev_view_button_press_event),
13834         (ev_view_motion_notify_event):
13835
13836         Make selection work in any direction
13837
13838 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13839
13840         * TODO:
13841         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13842
13843         Use shorter labels for some of the toolbars items
13844
13845 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13846
13847         * pdf/xpdf/pdf-document.cc:
13848
13849         Check the links info is initialized before
13850         using it. Should fix a crash on startup.
13851
13852 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13853
13854         * pixbuf/pixbuf-document.c
13855         (pixbuf_document_thumbnails_get_dimensions): force floating point
13856         division to calculate page_ratio. Fixes crash with landscape
13857         format pixbufs.
13858
13859 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13860
13861         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13862
13863 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13864
13865         * shell/ev-view.c (set_document_page): unset has_selection when
13866         the page changes.
13867         (set_document_page): handle paper size changes when the page
13868         changes (test with Free Culture, page 2).
13869
13870 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13871
13872         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13873         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13874
13875         Use normal style color for the widget background and
13876         draw a black box around the page.
13877
13878 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13879
13880         * pdf/xpdf/pdf-document.cc:
13881
13882         Keep offset in consideration in a few places
13883
13884         * shell/ev-view.c: (expose_bin_window):
13885
13886         Set the offsets so that the document is ever centered
13887
13888 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13889
13890         * TODO: Added TODO items and finished off the first todo item
13891
13892         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13893         reflect current authors
13894
13895 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13896
13897         * pdf/xpdf/pdf-document.cc:
13898         * shell/ev-view.c: (ev_view_set_cursor),
13899         (ev_view_motion_notify_event), (document_changed_callback),
13900         (set_document_page):
13901
13902         Show a wait cursor while the page is rendering
13903
13904 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13905
13906         * shell/ev-sidebar-thumbnails.c:
13907         (ev_sidebar_tree_selection_changed),
13908         (ev_sidebar_thumbnails_select_page):
13909         * shell/ev-sidebar-thumbnails.h:
13910         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13911         (ev_view_can_go_forward):
13912         * shell/ev-window.c: (ev_window_open_page),
13913         (ev_window_setup_document), (update_current_page),
13914         (view_page_changed_cb), (ev_window_init):
13915         * shell/ev-window.h:
13916
13917         Ensure thumbnails selection, toolbar page control and
13918         current page are in sync.
13919
13920 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13921
13922         * pdf/xpdf/XRef.cc:
13923
13924         Fix CAN-2005-0064
13925
13926 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13927
13928         * backend/Makefile.am:
13929         * backend/ev-document-links.h:
13930         * backend/ev-document-security.c: (ev_document_security_get_type),
13931         (ev_document_security_has_document_security),
13932         (ev_document_security_set_password):
13933         * backend/ev-document-security.h:
13934         * backend/ev-document.c: (ev_document_error_quark):
13935         * backend/ev-document.h:
13936         * data/Makefile.am:
13937         * data/evince-password.glade:
13938         * pdf/xpdf/pdf-document.cc:
13939         * shell/Makefile.am:
13940         * shell/ev-password.c: (ev_password_set_bad_password_label),
13941         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13942         (ev_password_dialog_get_password),
13943         (ev_password_dialog_set_bad_pass):
13944         * shell/ev-password.h:
13945         * shell/ev-window.c: (ev_window_get_attribute),
13946         (ev_window_set_property), (update_action_sensitivity),
13947         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13948         (ev_window_setup_document), (ev_window_get_password),
13949         (ev_window_open), (ev_window_cmd_save_as),
13950         (using_postscript_printer), (ev_window_print),
13951         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13952         (update_fullscreen_popup), (ev_window_fullscreen),
13953         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13954         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13955         (menu_item_select_cb), (find_bar_search_changed_cb),
13956         (ev_window_dispose), (ev_window_init):
13957
13958         Add initial support for password-supported dialogs.  This could be
13959         a lot cooler, but it'll do for now.
13960
13961 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13962
13963         * pdf/xpdf/pdf-document.cc:
13964         * shell/ev-view.c: (status_message_from_link),
13965         (ev_view_set_status), (ev_view_set_cursor),
13966         (ev_view_motion_notify_event), (ev_view_init):
13967         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13968
13969         Fix bugs in the links implementation and change cursor
13970         when hovering a link.
13971
13972 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13973
13974         * viewer/.cvsignore: added cvsignore file for viewer directory
13975
13976         * TODO: created TODO document
13977
13978 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13979
13980         * shell/ev-view.h:
13981         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13982         new functions to help with implementation of sensitivity code
13983         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13984         of all actions that might require it.  Fixes a crash when you
13985         click on the Zoom actions in a window lacking a document.
13986
13987 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13988
13989         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13990         of the Find action
13991
13992 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13993
13994         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13995         (pixbuf_document_document_iface_init):
13996         * ps/ps-document.c: (ps_document_get_link),
13997         (ps_document_document_iface_init):
13998         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13999         (status_message_from_link), (ev_view_set_status),
14000         (ev_view_set_find_status), (ev_view_motion_notify_event),
14001         (ev_view_button_release_event), (ev_view_set_property),
14002         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14003         (ev_view_get_find_status_message), (update_find_results),
14004         (ev_view_get_status), (ev_view_get_find_status):
14005         * shell/ev-view.h:
14006         * shell/ev-window.c: (view_status_changed_cb),
14007         (view_find_status_changed_cb), (ev_window_init):
14008
14009         View status message support, use it to show the links.
14010         Needs work...
14011
14012 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14013
14014         * backend/ev-document.c: (ev_document_get_link):
14015         * backend/ev-document.h:
14016         * pdf/xpdf/pdf-document.cc:
14017         * shell/ev-application.c: (ev_application_open):
14018         * shell/ev-application.h:
14019         * shell/ev-sidebar-links.c: (selection_changed_cb):
14020         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14021         (ev_view_go_to_link):
14022
14023         Add support for document links
14024
14025 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14026
14027         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14028         (create_tool_item):
14029         Set the spin button limits correctly.
14030         
14031         * shell/ev-sidebar-thumbnails.c:
14032         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14033         Support changing pages by clicking on the thumbnails.
14034         
14035 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14036
14037         * pixbuf/pixbuf-document.c:
14038         (pixbuf_document_thumbnails_get_dimensions),
14039         (pixbuf_document_document_thumbnails_iface_init):
14040
14041         implement get_dimensions
14042
14043 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14044
14045         * ps/ps-document.c: (ps_document_goto_page):
14046
14047         Fix page switching on multipage documents
14048
14049 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14050
14051         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14052         
14053         check for NULL before assigning to width and height parameters
14054
14055 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14056
14057         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14058         (pixbuf_document_set_property), (pixbuf_document_get_property):
14059
14060         implement get/set properties
14061
14062 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14063
14064         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14065         
14066         return NULL instead of "Unknown", letting the title get set to
14067         the filename when the pdf has no title.
14068
14069 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14070
14071         * ps/ps-document.c: (ps_document_get_page_count),
14072         (ps_document_goto_page):
14073
14074 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14075
14076         * shell/ev-history.c: (ev_history_get_property),
14077         (ev_history_set_property), (ev_history_class_init),
14078         (ev_history_add_page), (ev_history_set_current_index):
14079         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14080         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14081         (ev_navigation_action_finalize):
14082         * shell/ev-navigation-action.h:
14083         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14084         (ev_view_go_forward), (ev_view_get_find_status_message),
14085         (history_index_changed_cb), (ev_view_set_history):
14086         * shell/ev-view.h:
14087         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14088         (update_current_page), (register_custom_actions):
14089
14090         Implement history dropdowns
14091
14092 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14093
14094         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14095         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14096         (ev_view_go_forward):
14097         * shell/ev-window.c: (register_custom_actions):
14098
14099         Fix several history bugs
14100
14101 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14102
14103         * configure.ac: Add «nb» to ALL_LINGUAS.
14104
14105 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14106
14107         * backend/Makefile.am:
14108         * backend/ev-bookmark.c:
14109         * backend/ev-bookmark.h:
14110         * backend/ev-document-bookmarks.c:
14111         * backend/ev-document-bookmarks.h:
14112         * backend/ev-document-links.c: (ev_document_links_get_type),
14113         (ev_document_links_has_document_links),
14114         (ev_document_links_begin_read), (ev_document_links_get_link),
14115         (ev_document_links_get_child), (ev_document_links_next),
14116         (ev_document_links_free_iter):
14117         * backend/ev-document-links.h:
14118         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14119         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14120         (ev_link_get_link_type), (ev_link_set_link_type),
14121         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14122         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14123         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14124         (ev_link_new_external):
14125         * backend/ev-link.h:
14126         * pdf/xpdf/pdf-document.cc:
14127         * shell/Makefile.am:
14128         * shell/ev-application.c: (ev_application_open_link):
14129         * shell/ev-application.h:
14130         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14131         (ev_history_get_link_nth):
14132         * shell/ev-history.h:
14133         * shell/ev-sidebar-bookmarks.c:
14134         * shell/ev-sidebar-bookmarks.h:
14135         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14136         (ev_sidebar_links_class_init), (selection_changed_cb),
14137         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14138         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14139         (do_one_iteration), (populate_links_idle),
14140         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14141         * shell/ev-sidebar-links.h:
14142         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14143         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14144         (go_to_index):
14145         * shell/ev-view.h:
14146         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14147         * shell/ev-window.h:
14148
14149         Rename bookmark to link, and use "Index" for the sidebar panel.
14150
14151 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14152
14153         * shell/Makefile.am:
14154         * shell/ev-application.c: (ev_application_open_bookmark):
14155         * shell/ev-application.h:
14156         * shell/ev-history.c: (ev_history_init), (free_links_list),
14157         (ev_history_finalize), (ev_history_class_init),
14158         (ev_history_add_link), (ev_history_add_page),
14159         (ev_history_get_link_nth), (ev_history_get_n_links),
14160         (ev_history_get_current_index), (ev_history_set_current_index),
14161         (ev_history_new):
14162         * shell/ev-history.h:
14163         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14164         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14165         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14166         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14167         (ev_view_set_page):
14168         * shell/ev-view.h:
14169         * shell/ev-window.c: (ev_window_open_bookmark),
14170         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14171         (goto_page_cb), (register_custom_actions):
14172         * shell/ev-window.h:
14173
14174         Initial history implementation. Needs work.
14175
14176 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14177
14178         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14179
14180 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14181
14182         * cut-n-paste/recent-files/egg-recent-item.c:
14183         * cut-n-paste/recent-files/egg-recent-item.h:
14184         * cut-n-paste/recent-files/egg-recent-model.c:
14185         * cut-n-paste/recent-files/egg-recent-util.c:
14186         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14187         * cut-n-paste/recent-files/egg-recent-view.c:
14188
14189         Update
14190
14191 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14192
14193         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14194         (fillGlyph, fillImageMask, drawImage):
14195         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14196         pdf/splash/SplashTypes.h:
14197         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14198         packed mode for Splash.
14199
14200         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14201         RGB8 packed mode, eliminates the pixbuf data creation loop.
14202
14203         * shell/ev-print-job.c (ev_print_job_finalize)
14204         (ev_print_job_set_property, ev_print_job_get_property)
14205         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14206         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14207         (print_closure_finalize, ev_print_job_print): implement
14208         printing (for backends with EvPsExporter)
14209
14210         * shell/ev_print_job.h: update prototypes.
14211
14212         * shell/ev-window.c (ev_window_print): unref print job after
14213         printing.
14214
14215         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14216         unless the document implements the EvDocumentFind interface.
14217
14218 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14219
14220         * configure.ac: Added ja to ALL_LINGUAS.
14221
14222 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14223
14224         * pdf/xpdf/pdf-document.cc:
14225
14226         add a FIXME. We should probably not allocate
14227         a bookmark object every time
14228
14229 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14230
14231         * shell/ev-application.c: (ev_application_open),
14232         (ev_application_open_bookmark):
14233         * shell/ev-application.h:
14234         
14235         Add a way to open bookmarks
14236
14237         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14238         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14239         (ev_bookmark_set_property), (ev_bookmark_class_init),
14240         (ev_bookmark_new_title), (ev_bookmark_new_link),
14241         (ev_bookmark_new_external):
14242
14243         Support for external uris, better constructors.
14244
14245         * backend/ev-bookmark.h:
14246         * pdf/xpdf/pdf-document.cc:
14247         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14248
14249         Handle external uris
14250
14251 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14252
14253         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14254         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14255
14256         Hook up bookmarks navigation
14257
14258 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14259
14260         * backend/Makefile.am:
14261         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14262         (ev_bookmark_get_title), (ev_bookmark_set_title),
14263         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14264         (ev_bookmark_get_page), (ev_bookmark_set_page),
14265         (ev_bookmark_get_property), (ev_bookmark_set_property),
14266         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14267         (ev_bookmark_new):
14268         * backend/ev-bookmark.h:
14269         * backend/ev-document-bookmarks.c:
14270         (ev_document_bookmarks_get_bookmark):
14271         * backend/ev-document-bookmarks.h:
14272         * pdf/xpdf/pdf-document.cc:
14273         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14274
14275         Add a bookmark object to the backend and use it instead of get_values
14276
14277 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14278
14279         * data/evince-ui.xml:
14280
14281         Cleanup and add select all.
14282
14283         * shell/ev-view.c: (ev_view_select_all),
14284         (ev_view_button_press_event):
14285         * shell/ev-view.h:
14286         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14287
14288         Add select all.
14289         Clear selection on click.
14290
14291 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14292
14293         * shell/ev-sidebar-thumbnails.c
14294         (ev_sidebar_thumbnails_set_document): forgot to unref the
14295         loading_icon.
14296
14297 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14298
14299         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14300         at the visible page, not just linearly.  This makes it look fast.
14301
14302 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14303
14304         * backend/ev-document-misc.c
14305         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14306         white.
14307         * backend/ev-document-thumbnails.h: New interface to get the size
14308         of a page.
14309
14310 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14311
14312         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14313         make dist works
14314
14315 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14316
14317         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14318         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14319         things up a bit.
14320
14321         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14322
14323 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14324
14325         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14326         fonts. Should fix font problems on systems that have the base
14327         fonts in bitmap format. Reported by James Henstridge
14328         <james@jamesh.id.au>.
14329
14330 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14331
14332         * pdf/xpdf/Gfx.cc:
14333         * pdf/xpdf/GfxState.cc:
14334
14335         Fix for CAN-2004-1125
14336
14337 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14338
14339         * shell/ev-view.c: (ev_view_copy):
14340         * shell/ev-view.h:
14341         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14342
14343         Implement Edit->Copy
14344
14345 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14346
14347         * backend/ev-document.c: (ev_document_get_text):
14348         * backend/ev-document.h:
14349         * pdf/xpdf/pdf-document.cc:
14350         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14351         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14352         (ev_view_update_primary_selection), (ev_view_button_press_event),
14353         (ev_view_motion_notify_event), (ev_view_button_release_event):
14354
14355         Beginnings of clipboard support. Incomplete but primary sort
14356         of work.
14357
14358 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14359
14360         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14361         (expose_bin_window):
14362
14363         Nicer rubberband drawing, from GtkIconView.
14364
14365 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14366
14367         * backend/ev-document.c: (ev_document_save):
14368         * backend/ev-document.h:
14369         * data/evince-ui.xml:
14370         * pdf/xpdf/pdf-document.cc:
14371         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14372
14373         Implement "Save a copy..." menu item
14374
14375 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14376
14377         * shell/ev-view.c: (ev_view_zoom):
14378
14379         Queue a resize when zoom changes
14380
14381 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14382
14383         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14384         shadows.
14385
14386         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14387         thumbnails..
14388
14389 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14390
14391         * pdf/xpdf/pdf-document.cc
14392         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14393
14394 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14395
14396         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14397         It's slow, but I'll speed it up next!
14398
14399 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14400
14401         * shell/main.c (load_files):
14402
14403         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14404         from the command line and because it seems more appropriate.
14405
14406 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14407
14408         * data/evince-ui.xml:
14409         * shell/ev-window.c: (update_action_sensitivity),
14410         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14411
14412         s/next page/page down
14413         s/previous page/page up
14414
14415 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14416
14417         * data/evince-ui.xml:
14418
14419         Change the layout to match clarkbw design.
14420
14421         * shell/Makefile.am:
14422         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14423         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14424         (ev_navigation_action_finalize),
14425         (ev_navigation_action_set_property),
14426         (ev_navigation_action_get_property),
14427         (ev_navigation_action_class_init):
14428         * shell/ev-navigation-action.h:
14429
14430         Implement clarkbw toolbar navigation controls (incomplete)
14431
14432         * shell/ev-page-action.c: (update_label), (update_spin),
14433         (value_changed_cb), (create_tool_item), (connect_proxy),
14434         (ev_page_action_init), (ev_page_action_finalize),
14435         (ev_page_action_set_property), (ev_page_action_get_property),
14436         (ev_page_action_set_current_page),
14437         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14438         * shell/ev-page-action.h:
14439
14440         Implement a page switcher in the toolbar
14441
14442         * shell/ev-view.c: (ev_view_scroll_view):
14443         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14444         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14445         (register_custom_actions), (ev_window_init):
14446
14447         Change page on PageUp/Down.
14448
14449 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14450
14451         * pdf/xpdf/pdf-document.cc
14452         (pdf_document_thumbnails_get_thumbnail): initial stab at
14453         implementing thumbnail support for pdfs.  It only does documents
14454         with precached pdfs now.
14455
14456 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14457
14458         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14459         thumbnail code into a time-based idle as well.  Also, turn off the
14460         shadow temporarily as it's really slow.
14461
14462 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14463
14464         * backend/ev-document.c: (ev_document_class_init):
14465         * pdf/xpdf/pdf-document.cc:
14466         * shell/ev-window.c: (ev_window_open):
14467
14468         Fix document title bugs and fallback to
14469         filename when not available.
14470
14471 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14472
14473         * backend/ev-document.c: (ev_document_get_type),
14474         (ev_document_class_init), (ev_document_load),
14475         (ev_document_get_title):
14476         * backend/ev-document.h:
14477         * pdf/xpdf/pdf-document.cc:
14478         * ps/ps-document.c: (ps_document_set_property),
14479         (ps_document_get_property), (ps_document_class_init),
14480         (document_load):
14481         * ps/ps-document.h:
14482         * ps/ps.h:
14483         * shell/ev-window.c: (update_window_title), (ev_window_open),
14484         (ev_window_init):
14485
14486         Initial support for document title. Not working yet.
14487
14488 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14489
14490         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14491
14492         Grab focus on the view when clicking it
14493
14494 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14495
14496         * shell/ev-marshal.list:
14497         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14498         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14499
14500         Add key bindings to the view. Now if the focus would work
14501         right...
14502
14503 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14504
14505         * Makefile.am:
14506         * backend/Makefile.am:
14507         * data/Makefile.am:
14508         * dvi/Makefile.am:
14509         * dvi/dvilib/Makefile.am:
14510         * pdf/xpdf/Makefile.am:
14511         * po/POTFILES.in:
14512         * ps/Makefile.am:
14513
14514         Fix distcheck
14515
14516 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14517
14518         * shell/ev-view.c: (ev_view_realize):
14519
14520         Fix mouse wheel scrolling
14521
14522 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14523
14524         * ps/Makefile.am:
14525         * ps/gstypes.h:
14526         * ps/gtkgs.c:
14527         * ps/gtkgs.h:
14528         * ps/ps-document.c: (catchPipe), (ps_document_init),
14529         (ps_document_class_init), (ps_document_cleanup),
14530         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14531         (set_up_page), (close_pipe), (is_interpreter_ready),
14532         (interpreter_failed), (output), (input), (start_interpreter),
14533         (stop_interpreter), (file_length), (file_readable),
14534         (check_filecompressed), (check_pdf), (compute_xdpi),
14535         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14536         (ps_document_get_type), (ps_document_emit_error_msg),
14537         (document_load), (ps_document_next_page),
14538         (ps_document_get_current_page), (ps_document_get_page_count),
14539         (ps_document_goto_page), (ps_document_set_page_size),
14540         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14541         (ps_document_load), (ps_document_get_n_pages),
14542         (ps_document_set_page), (ps_document_get_page),
14543         (ps_document_widget_event), (ps_document_set_target),
14544         (ps_document_set_scale), (ps_document_set_page_offset),
14545         (ps_document_get_page_size), (ps_document_render),
14546         (ps_document_document_iface_init):
14547         * ps/ps-document.h:
14548         * ps/ps.c:
14549         * shell/ev-window.c: (ev_window_open):
14550
14551         Rename GtkGS to PSDocument
14552
14553 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14554
14555         * ps/gtkgs.c: (gtk_gs_class_init):
14556         * ps/gtkgs.h:
14557
14558         Some more leftover...
14559
14560 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14561
14562         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14563         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14564         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14565         * ps/gtkgs.h:
14566
14567         Remove unused code and make a lot of stuff private
14568
14569 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14570
14571         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14572         (gtk_gs_defaults_changed):
14573         * ps/gsdefaults.h:
14574         * ps/gtkgs.c:
14575         * ps/gtkgs.h:
14576         * ps/ps.h:
14577
14578         Cleanup headers dependencies
14579
14580 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14581
14582         * ps/Makefile.am:
14583         * ps/ggvutils.c:
14584         * ps/ggvutils.h:
14585         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14586         * ps/gsdefaults.h:
14587         * ps/gtkgs.c: (file_length), (file_readable),
14588         (check_filecompressed), (check_pdf), (gtk_gs_load),
14589         (gtk_gs_get_postscript):
14590
14591         Get rid of ggvutils
14592
14593 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14594
14595         * ps/ggvutils.c:
14596         * ps/ggvutils.h:
14597         * ps/gsio.h:
14598         * ps/gtkgs.c: (gtk_gs_set_zoom):
14599
14600         Cleanups
14601
14602 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14603
14604         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14605
14606         Ensure the page is rerendered when changing zoom
14607
14608 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14609
14610         * backend/ev-document.c: (ev_document_base_init),
14611         (ev_document_changed):
14612         * backend/ev-document.h:
14613
14614         Add a changed event that is emitted when the page content
14615         changes. This is necessary to deal with the fact that
14616         in ps backend rendering happen asycrounously.
14617         This makes the ps backend mostly work.
14618
14619         * pdf/xpdf/pdf-document.cc:
14620
14621         Emit changed event
14622
14623         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14624         (ps_document_set_target):
14625
14626         Emit changed event
14627
14628         * shell/ev-view.c: (document_changed_callback),
14629         (ev_view_set_document), (ev_view_set_page):
14630
14631         Redraw on the changed signal
14632
14633 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14634
14635         * configure.ac: Added pt_BR to ALL_LINGUAS.
14636
14637 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14638
14639         * backend/ev-document-bookmarks.c:
14640         (ev_document_bookmarks_get_child): *
14641         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14642         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14643         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14644         (ev_sidebar_bookmarks_destroy),
14645         (ev_sidebar_bookmarks_class_init),
14646         (ev_sidebar_bookmarks_construct), (stack_data_free),
14647         (do_one_iteration), (populate_bookmarks_idle),
14648         (ev_sidebar_bookmarks_clear_document),
14649         (ev_sidebar_bookmarks_set_document): *
14650         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14651         (ev_sidebar_add_page),
14652         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14653         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14654         it displays both the topics and the page numbers.
14655
14656 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14657
14658         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14659         toggle.
14660         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14661         visible.
14662
14663 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14664
14665         * configure.ac: Added en_CA to ALL_LINGUAS.
14666
14667 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14668
14669         * ChangeLog: replace bottom of this ChangeLog (merged history of
14670         ggv and gpdf; where all paths were wrong and most of the files are
14671         not even in this tree) with ChangeLog (from arch) of the shell
14672         code.
14673
14674 2004-12-23  Havoc Pennington  <hp@redhat.com>
14675
14676         * shell/ev-window.c: hook up potentially-questionable "find
14677         results status text" feature - something involving the sidebar or
14678         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14679         might be better in the end.
14680
14681         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14682         with corresponding signal when it should be updated
14683
14684         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14685
14686 2004-12-22  Havoc Pennington  <hp@redhat.com>
14687
14688         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14689         find stuff on other pages, sort of (only returns one result on
14690         invisible pages, to show they have results; updates full results
14691         for a page when you view it). Currently repaints the current page
14692         every time a new result is found on any page, which isn't so nice.
14693
14694 2004-12-22  Havoc Pennington  <hp@redhat.com>
14695
14696         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14697         the document doesn't support find (better ideas?)
14698         (find_bar_search_changed_cb): handle missing document or document
14699         that doesn't support find
14700
14701         * pdf/xpdf/pdf-document.cc: port to implement the new
14702         EvDocumentFindIface
14703
14704         * backend/ev-document-find.c: create a new interface for searching
14705
14706         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14707
14708 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14709
14710         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14711         libevbackend.la.
14712
14713         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14714         EvPrintJob constructor arguments.
14715
14716         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14717         for documents that can export PostScript (page by page).
14718
14719         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14720         
14721         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14722         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14723         (pdf_document_ps_exporter_iface_init:
14724         Implement EvPSExporter.
14725
14726         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14727
14728 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14729
14730         * backend/Makefile.am:
14731         * backend/ev-document-thumbnails.c:
14732         (ev_document_thumbnails_get_type),
14733         (ev_document_thumbnails_get_thumbnail):
14734         * backend/ev-document-thumbnails.h:
14735         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14736         (pixbuf_document_thumbnails_get_thumbnail),
14737         (pixbuf_document_document_thumbnails_iface_init):
14738         * shell/Makefile.am:
14739         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14740         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14741         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14742         * shell/ev-sidebar-thumbnails.h:
14743         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14744         (ev_sidebar_set_document):
14745         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14746         (create_shadow), (ev_pixbuf_add_shadow):
14747         * shell/ev-utils.h:
14748         Add thumbnail support.
14749         
14750 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14751
14752         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14753         (using_postscript_printer): Set up a print dialog for "PostScript
14754         injection" method.
14755
14756         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14757         EvPrintJob.
14758
14759         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14760
14761 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14762
14763         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14764         (ps_document_set_target), (ps_document_get_page_size),
14765         (ps_document_render):
14766         * ps/gtkgs.h:
14767
14768         Fix a few bugs
14769
14770 2004-12-22  Christian Rose  <menthos@menthos.com>
14771
14772         * configure.ac: Added "sv" to ALL_LINGUAS.
14773
14774 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14775
14776         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14777         document supports bookmarks.
14778
14779 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14780
14781         * ps/ggvutils.c: (ggv_file_readable):
14782         * ps/ggvutils.h:
14783         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14784         (gtk_gs_get_postscript):
14785
14786         Remove unused utils
14787
14788 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14789
14790         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14791         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14792         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14793         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14794         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14795         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14796         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14797         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14798         (gtk_gs_set_antialiasing), (ps_document_load),
14799         (ps_document_render):
14800         * ps/gtkgs.h:
14801
14802         Another check point for the ps backend. Now I can get it to show
14803         pages!
14804
14805 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14806
14807         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14808         document setting code.
14809
14810 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14811
14812         * shell/eggfindbar.c: (entry_activate_callback):
14813         Animate the next button when activate is pressed.
14814         
14815 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14816
14817         * shell/ev-window.c: (ev_window_cmd_edit_find),
14818         (update_fullscreen_popup), (ev_window_fullscreen),
14819         (ev_window_unfullscreen), (ev_window_state_event_cb),
14820         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14821         Fix bugs in fullscreen code.
14822         
14823 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14824
14825         * Makefile.am:
14826         * configure.ac:
14827         * pixbuf/Makefile.am:
14828         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14829         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14830         (pixbuf_document_set_page), (pixbuf_document_get_page),
14831         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14832         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14833         (pixbuf_document_render), (pixbuf_document_begin_find),
14834         (pixbuf_document_end_find), (pixbuf_document_finalize),
14835         (pixbuf_document_class_init),
14836         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14837         * pixbuf/pixbuf-document.h:
14838         * shell/Makefile.am:
14839         * shell/ev-application.c: (ev_application_open):
14840         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14841         (ev_window_open):
14842         Add pixbuf backend.
14843         
14844 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14845
14846         * Makefile.am: 
14847         * dvi/dvilib/Makefile.am:
14848         * dvi/Makefile.am:
14849         * configure.ac: Auto*ify dvi and dvi/dvilib
14850
14851         * dvi/Makefile: Remove from CVS
14852         
14853         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14854         confusion.
14855
14856         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14857         
14858         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14859         
14860 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14861
14862         * ps/Makefile.am:
14863         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14864         (gtk_gs_value_adjustment_changed), (compute_size),
14865         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14866         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14867         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14868         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14869         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14870         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14871         (ps_document_load), (ps_document_get_n_pages),
14872         (ps_document_set_page), (ps_document_get_page),
14873         (ps_document_set_target), (ps_document_set_scale),
14874         (ps_document_set_page_offset), (ps_document_get_page_size),
14875         (ps_document_render), (ps_document_begin_find),
14876         (ps_document_end_find), (ps_document_document_iface_init):
14877         * ps/gtkgs.h:
14878         * shell/Makefile.am:
14879         * shell/ev-window.c: (ev_window_open):
14880
14881         Some work to integrate gtkgs with EvDocument
14882
14883 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14884
14885         * shell/ev-window.c: (update_fullscreen_popup),
14886         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14887         (exit_fullscreen_button_clicked_cb),
14888         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14889         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14890         (ev_window_state_event_cb), (ev_window_init):
14891         Add fullscreen support from Epiphany.
14892         
14893 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14894
14895         * data/ev-stock-zoom-fit-width.png: fit-width
14896         stock icon from gpdf.
14897         
14898         * shell/ev-stock-icons.[ch]: copied from gpdf.
14899         
14900         * shell/main.c: (main): init stock icons.
14901         
14902         * shell/ev-window.c: use the fit-width icon.
14903         
14904         * data/evince-ui.xml: add zooming toolbar items.
14905
14906 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14907
14908         * shell/ev-view.c: 
14909         (ev_view_best_fit), (ev_view_fit_width): because
14910         get_page_size() returns the scaled page size, we
14911         need to calculate the scale factor relative to
14912         the previous scale factor. Should really just
14913         add get_real_page_size().
14914
14915 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14916
14917         * shell/ev-view.[ch]:
14918         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14919         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14920         add zooming.
14921         
14922         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14923         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14924         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14925         hook it up.
14926         
14927         * pdf/xpdf/pdf-document.cc:
14928         (pdf_document_begin_find),
14929         (pdf_document_end_find): make static.
14930
14931 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14932
14933         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14934
14935         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14936         names to fontconfig patterns.
14937         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14938
14939         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14940         setupBaseFontsFc.
14941
14942 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14943
14944         * Makefile.am:
14945         * configure.ac:
14946         * ps/Makefile.am:
14947         * ps/ggvutils.c:
14948         * ps/ggvutils.h:
14949         * ps/gsdefaults.c:
14950         * ps/gsdefaults.h:
14951         * ps/gsio.c:
14952         * ps/gsio.h:
14953         * ps/gtkgs.c:
14954         * ps/gtkgs.h:
14955         * ps/ps.c:
14956         * ps/ps.h:
14957
14958         Import ggv backend. Not hooked up yet.
14959
14960 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14961
14962         * shell/main.c: (load_files), (main): load files
14963         from the command line.
14964
14965 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14966
14967         * configure.ac: don't require bonobo.
14968         
14969         * cut-n-paste/recent-files/*: kill bonobo recent
14970         view.
14971
14972         * shell/ev-window.c:
14973         (ev_window_is_empty): upd.
14974         (unable_to_load), (ev_window_open): load backend
14975         based on the mime type.
14976
14977 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14978
14979         * backend/.cvsignore: ignore generated marshalers source.
14980
14981         * shell/main.c (main): this is not epiphany.
14982
14983 2004-12-22  Havoc Pennington  <hp@redhat.com>
14984
14985         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14986         (expose_bin_window): draw find highlights
14987
14988         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14989         
14990         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14991         (pdf_document_end_find): implement this interface
14992
14993         * backend/ev-document.c (ev_document_found): add this to emit
14994         signal
14995
14996 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14997
14998         * data/evince-ui.xml: Add a few more toolbar items.
14999
15000         * shell/ev-window.c: Hook up page navigation toolbar 
15001         items.
15002
15003         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15004         a page-changed signal.
15005
15006         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15007         Add ev_document_get_page().
15008
15009         * shell/ev-window.c: Sensitize/desensitize navigation
15010         actions.
15011
15012 2004-12-21  Havoc Pennington  <hp@redhat.com>
15013
15014         * backend/ev-backend-marshal.c,
15015         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15016         marshaler-generator thingy. I'm sure there's a better way to do
15017         this in the modern world.
15018
15019         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15020         end_find methods and "found" signal.
15021
15022         * configure.ac: find glib-genmarshal
15023
15024 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15025
15026         * shell/ev-sidebar.c: Construct an actual sidebar.
15027         * shell/ev-sidebar-bookmarks.[ch]:
15028         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15029
15030 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15031
15032         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15033         Redo size handling.
15034         
15035         * shell/ev-view.c: Track the size from the document.
15036
15037 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15038
15039         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15040         constructor assumes ownership of the string passed in.
15041         
15042         * shell/ev-window.c (ev_window_open): Destroy the error
15043         dialog once we've displayed it.
15044
15045 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15046
15047         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15048         a bit, it works! (sort of)
15049
15050         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15051         Move to .cc since we need to use C++ in the implementation.
15052
15053         * shell/dummy.cc: Add a CC file to force evince
15054         to be linked as a C++ program.
15055
15056 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15057
15058         * shell/ev-view.[ch]: Start of content-area widget.
15059
15060         * shell/ev-window.c: Create a EvView, update it
15061         as we change documents.
15062
15063         * shell/Makefile.am shell/ev-marshal.list: Add
15064         generated marshalers.
15065
15066 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15067
15068         * Makefile.am (SUBDIRS): move shell.
15069
15070 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15071
15072         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15073         .a to libtool convenience libraries.
15074
15075         * shell/ev-window.c (ev_window_open): Hard code loading
15076         a PDF document.
15077         
15078         * backend/ev-document.h: Add a boolean return to load(),
15079         fix GError * to GError **.
15080
15081         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15082         object for a PDF backend EvDocument.
15083
15084 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15085
15086         * dvi/*: New directory with the beginning of a .dvi backend.
15087
15088 2004-12-21  Havoc Pennington  <hp@redhat.com>
15089
15090         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15091         previous/next instead of back/forward
15092
15093 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15094
15095         * backend/ev-document.[ch]: Fix a couple of problems so
15096         it compile.
15097
15098 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15099
15100         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15101         to backend/ directory, rename EvViewer to EvDocument.
15102
15103 2004-12-21  Havoc Pennington  <hp@redhat.com>
15104
15105         * shell/ev-window.c: hook up the find bar widget; now we just need
15106         a document to find things in
15107
15108         * shell/eggfindbar.c: a find bar widget
15109
15110 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15111
15112         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15113
15114 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15115
15116         * pdf/**: Import of xpdf code from gpdf. 
15117
15118         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15119
15120         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15121         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15122         Fix FreeType includes.
15123
15124         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15125         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15126         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15127         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15128         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15129         Include xpdfconfig.h
15130         
15131 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15132
15133         * shell/ev-window.c (ev_window_dispose): dispose can be called
15134         multiple times.
15135
15136 2004-12-21  Havoc Pennington  <hp@redhat.com>
15137
15138         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15139         rather than Evince
15140
15141         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15142         items; really they should be synced with the strings, etc. from
15143         current gpdf, but just getting the boring typing out of the way 
15144
15145 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15146
15147         * po/POTFILES.in:
15148         * shell/ev-application.c: (window_destroy_cb):
15149         * shell/ev-window.c:
15150         * shell/main.c: (main):
15151
15152         Actually show the window...
15153
15154 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15155
15156         * Makefile.am:
15157         * shell/Makefile.am:
15158         * shell/ev-application.c: (ev_application_class_init):
15159         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15160
15161         Make it build again
15162
15163 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15164
15165         Import to gnome cvs.
15166         
15167         * Remove copies of gpdf and ggv trees.
15168         * Rip out all the recursive configure code.
15169         * Remove bonobo machinery.
15170         * viewer/*: GInterfaces that backends should/can implement.
15171
15172 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15173
15174         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15175         typo
15176
15177 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15178
15179         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15180         (ev_application_finalize, ev_application_class_init)
15181         (ev_application_init): use GType instance private data for priv.
15182
15183         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15184         (ev_window_finalize, ev_window_class_init)
15185         (ev_window_init): ditto.
15186
15187 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15188
15189         * shell/ev-application.c (ev_application_new_window): make public
15190         (ev_application_show_initial_window): kill.
15191
15192         * shell/ev-application.h: update prototypes.
15193
15194         * shell/main.cc (main): inline ev_application_show_initial_window.
15195
15196 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15197
15198         * shell/ev-application.c (ev_application_new_window): impl.
15199         (ev_application_show_initial_window): use it.
15200         (is_window_empty, ev_application_get_empty_window): returns an
15201         existing empty window or a new one.
15202         (ev_application_open): from ev_window_cmd_file_open.
15203
15204         * shell/ev-application.h: update prototypes
15205
15206         * shell/ev-window.c (ev_window_is_empty): impl.
15207         (ev_window_open): make public.
15208         (ev_window_cmd_file_open): use ev_application_open
15209
15210         * shell/ev-window.h: update prototypes, remove unused.
15211
15212 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15213
15214         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15215         move destroy handler out of here...
15216
15217         * shell/ev-application.c, shell/ev-application.h: ...into this new
15218         class. Also handles initial window creation.
15219
15220         * shell/main.cc (main): use EvApplication to create initial
15221         window.
15222
15223 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15224
15225         * Makefile.am (SUBDIRS): add cut-n-paste
15226
15227         * cut-n-paste/Makefile.am: add
15228
15229         * configure.ac: generate Makefiles in cut-n-paste
15230
15231 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15232
15233         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15234         (ev_window_class_init): install ev_window_dispose.
15235
15236 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15237
15238         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15239         char (gchar looks stupid).
15240
15241 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15242
15243         * po/de.po: updated German translation.
15244
15245 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15246
15247         * configure.ac: add more pkg-config library checks for gnome-vfs,
15248         bonobo etc.
15249
15250         * gpdf/configure.in: temporarily disable libpaper
15251         checks. Otherwise I'd have to add the checks for the shell, too.
15252
15253 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15254
15255         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15256         and * file filters to the file choose.
15257
15258 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15259
15260         * po/de.po: Updated German translation.
15261
15262 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15263
15264         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15265
15266 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15267
15268         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15269
15270         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15271         (ev_window_init): implement those menuitems.
15272
15273 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15274
15275         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15276
15277         * shell/ev-window.c (ev_window_init): use the toolbar.
15278
15279 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15280
15281         * shell/ev-window.c (ev_window_init): use menu translations
15282
15283 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15284
15285         * configure.ac: add "de" to ALL_LINGUAS.
15286
15287         * po/de.po: add German translation.
15288
15289 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15290
15291         * Makefile.am (SUBDIRS): add po
15292
15293         * configure.ac: check intltool, glib-gettext etc, generate
15294         po/Makefile.in
15295
15296         * po, po/POTFILES.in, po/POTFILES.skip: new.
15297
15298 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15299
15300         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15301         already use (#ifdef ENABLE_NLS)
15302
15303         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15304         pointer indirection thinko.
15305
15306         * shell/main.c: include gi18n.h for bindtextdomain etc.
15307
15308 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15309
15310         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15311         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15312         tooltips for menu items in the statusbar.
15313
15314 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15315
15316         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15317         pkgdatadir drop UIDIR
15318
15319 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15320
15321         * data/evince-ui.xml: Add File->Open menu item
15322
15323         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15324         chooser), hook it up in the ui manager.
15325
15326 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15327
15328         * shell/ev-window.c: fix Help->About tooltip.
15329
15330 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15331
15332         * configure.ac: set CFLAGS for libevprivate.
15333
15334         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15335         definitions, factory etc.
15336
15337         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15338
15339         * shell/Makefile.am: link against libevprivate.a.
15340
15341         * shell/ev-window.c (entries): add stock icon to Help->About.
15342
15343         * shell/main.c (main): init stock icon code.
15344
15345 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15346
15347         * lib/recent-files: egg recent files code
15348
15349         * lib/Makefile.am: add.
15350
15351         * Makefile.am: add lib subdir.
15352
15353         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15354         set CFLAGS for recent-files.
15355
15356 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15357
15358         * configure.ac: disable -ansi and -pedantic gcc flags. They
15359         disable POSIX stuff in stdio.h, but egg-recent uses them.
15360
15361 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15362
15363         * configure.ac: add --disable-deprecated flag (defaults to on in
15364         "cvs" builds).
15365
15366         * shell/Makefile.am (INCLUDES): use it.
15367
15368 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15369
15370         * shell/main.c: add missing #include.
15371
15372         * shell/ev-window.c: fix for pedantic gcc.
15373         (ev_window_cmd_help_about): split license into paragraphs for
15374         translators and pedantic compilers.
15375
15376 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15377
15378         * configure.ac: add more warning flags if compiling with gcc from
15379         cvs (or explicitly requested with --enable-more-warnings).
15380
15381 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15382
15383         * data/evince-ui.xml: add File and File->Close menu.
15384
15385         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15386         (ev_window_destroy): quit after destroy.
15387         (ev_window_class_init): override GtkObject::destroy.
15388         (entries): install close_window callback.
15389
15390 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15391
15392         * Makefile.am (SUBDIRS): add data subdir.
15393
15394         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15395         gtk+ 2.5.0 for GtkAboutDialog.
15396
15397         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15398         main window.
15399
15400         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15401
15402         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15403         manager.
15404         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15405
15406 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15407
15408         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15409
15410 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15411
15412         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15413
15414 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15415
15416         * shell/*: Added shell directory boilerplate, build it.
15417
15418 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15419
15420         * configure.ac, Makefile.am: Added top-level configure.ac and
15421         Makefile.am