]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
When saving a file, using the default permissions for the user/system,
[evince.git] / ChangeLog
1 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
2
3         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
4         When saving a file, using the default permissions for the user/system,
5         respecting umask and any setgid bit on the directory. Uses the new
6         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
7
8 2009-01-21  Christian Persch  <chpe@gnome.org>
9
10         * configure.ac:
11         * libdocument/Makefile.am:
12         * libview/Makefile.am: Add libtool versioning to libevbackend and
13         libevview. Bug #568229.
14
15 2009-01-21  Christian Persch  <chpe@gnome.org>
16
17         * Makefile.am:
18         * configure.ac:
19         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
20
21 2009-01-21  Christian Persch  <chpe@gnome.org>
22
23         * configure.ac:
24         * libdocument/Makefile.am:
25         A libdocument/ev-version.h.in: Add version defines and version check
26         macro. Bug #568224.
27
28 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
29
30         * shell/ev-sidebar-links.c
31         * shell/ev-print-operation.c:
32         * shell/ev-history.c:
33         * shell/ev-file-monitor.c:
34         * shell/ev-window.c:
35         * shell/ev-password-view.c:
36         * shell/ev-sidebar-thumbnails.c:
37         * shell/ev-sidebar-attachments.c:
38         * libview/ev-pixbuf-cache.c:
39         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
40         Bug #568386.
41
42 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
43
44         * libdocument/ev-document-info.h:
45
46         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
47         
48 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
49
50         * libview/Makefile.am:
51
52         Install ev-job-scheduler.h. See bug #567790.
53         
54 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
55
56         * libdocument/Makefile.am:
57
58         Install ev-backends-manager.h and
59         ev-document-type-builtins.h. Fixes bug #567787.
60         
61 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * NEWS:
64         * configure.ac:
65
66         Update for release 2.25.5
67         
68 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * libview/ev-view.c: (ev_view_drag_data_get):
71
72         Fix second parameter passed to gtk_selection_data_set_uris(), 
73         it expects a gchar **.
74         
75 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
76
77         * libdocument/Makefile.am:
78         * libdocument/ev-document-info.h:
79         * libdocument/ev-document-type-builtins.c.template:
80         * libdocument/ev-document-type-builtins.h.template:
81         * libdocument/ev-document.c: (ev_document_info_get_type),
82         (ev_document_info_copy):
83
84         Make EvDocumentInfo and enums definded in ev-document-info.h
85         GTypes. Fixes bug #567789.
86         
87 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
88
89         * shell/main.c (arguments_parse): Fix for a minor code typo.
90
91 2009-01-18  Christian Persch  <chpe@gnome.org>
92
93         * help/reference/Makefile.am:
94         * help/reference/evince.types: Fix the API docs build. Bug #568171.
95
96 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
97
98         * libview/Makefile.am:
99         * libview/ev-view-type-builtins.c.template:
100         * libview/ev-view-type-builtins.h.template:
101
102         Make EvJobPriority a proper GType. Fixes bug #567788.
103         
104 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * configure.ac:
107         * cut-n-paste/*/Makefile.am:
108         * libdocument/Makefile.am:
109
110         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
111         code.
112         
113 2009-01-18  Christian Persch  <chpe@gnome.org>
114
115         * libview/ev-view.c: (ev_view_drag_data_get),
116         (ev_view_drag_motion), (ev_view_update_primary_selection),
117         (clear_link_selected):
118         * shell/ev-sidebar-attachments.c:
119         (ev_sidebar_attachments_drag_data_get),
120         (ev_sidebar_attachments_get_property),
121         (ev_sidebar_attachments_init):
122         * shell/ev-window.c: Update drag handling code to use the
123         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
124         hardcoding the targets lists. Bug #558084.
125         
126 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * libdocument/Makefile.am:
129         * libdocument/ev-backend-marshal.c:
130         * libdocument/ev-backend-marshalers.list:
131         * libdocument/ev-document.c:
132
133         Remove unused marshalers stuff from libdocument.
134         
135 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * po/POTFILES.in:
138
139         Update for the current source tree.
140         
141 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * configure.ac:
144         * Makefile.am:
145         * libdocument/Makefile.am:
146         * libview/Makefile.am:
147         * libview/ev-job-scheduler.[ch]:
148         * libview/ev-jobs.[ch]:
149         * libview/ev-page-cache.[ch]:
150         * libview/ev-pixbuf-cache.[ch]:
151         * libview/ev-timeline.[ch]:
152         * libview/ev-transition-animation.[ch]:
153         * libview/ev-view-accessible.[ch]:
154         * libview/ev-view-marshal.list:
155         * libview/ev-view.[ch]:
156         * shell/Makefile.am:
157
158         Move EvView specific code to a libeviview library so that it can
159         be embbeded in other applications. Based on patches by Tomeu
160         Vizoso. Fixes bug #567751.
161         
162 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
165         * shell/ev-window.c: (ev_window_load_job_cb),
166         (ev_window_load_job_cb), (ev_window_open_uri),
167         (ev_window_reload_local), (ev_window_dispose):
168
169         Remove dest, mode and search_string from EvJobLoad since they are
170         not really needed by the job, but for the window.
171         
172 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * shell/ev-view.c: (ev_view_drag_data_received),
175         (ev_view_class_init), (ev_view_init):
176         * shell/ev-window.c: (ev_window_drag_data_received),
177         (ev_window_class_init), (ev_window_init):
178
179         Make the whole EvWindow the destination of a drag and drop
180         operation.
181         
182 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
183
184         * shell/ev-window.c: (window_open_file_copy_progress_cb):
185
186         Add missing brakets around the percentage in progress
187         messages. See bug #567910.
188         
189 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * shell/ev-application.c: (ev_application_open_window),
192         (ev_application_open_uri_at_dest):
193
194         Do no use gdk_x11_* when not available. Based on patch by Hib
195         Eris, see bug #339172.
196         
197 2009-01-16  Hib Eris  <hib@hiberis.nl>
198
199         * configure.ac:
200         * properties/ev-properties-view.c:
201         (ev_properties_view_format_date):
202
203         Check for localtime_r. See bug #339172.
204         
205 2009-01-16  Hib Eris  <hib@hiberis.nl>
206
207         * shell/main.c:
208
209         Include gdkx only for dbus support. See bug #339172.
210         
211 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
212
213         * shell/ev-view.c: (ev_view_set_zoom_for_size):
214
215         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
216         #567785.
217         
218 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * shell/ev-window.c: (reload_remote_copy_progress_cb),
221         (window_save_file_copy_progress_cb):
222
223         Use brakets around the percentage in progress messages. See bug
224         #567910.
225         
226 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-window.c: (reload_remote_copy_ready_cb):
229
230         Fix typo in error message. See bug #567910.
231         
232 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * shell/ev-window.c: (ev_window_cmd_file_close_window):
235
236         Fix mnemonic conflict. Fixes bug #567937.
237         
238 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
239
240         * NEWS:
241         * configure.ac:
242
243         Update for release 2.25.4
244         
245 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
246
247         * configure.ac:
248         
249         GLib version requirement bumped to 2.18 due to g_set_error_literal.
250         Thanks to Christian Spurk.
251
252 2008-12-31  Hib Eris  <hib@hiberis.nl>
253         
254         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
255
256         Fix mime type handling.
257         
258 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * po/POTFILES.in:
261
262         Add ev-print-operation.c.
263         
264 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
265
266         * shell/ev-window.c: (ev_window_clear_progress_idle),
267         (reset_progress_idle), (ev_window_show_progress_message),
268         (ev_window_reset_progress_cancellable),
269         (ev_window_progress_response_cb), (show_loading_progress),
270         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
271         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
272         (show_reloading_progress), (reload_remote_copy_ready_cb),
273         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
274         (show_saving_progress), (window_save_file_copy_ready_cb),
275         (window_save_file_copy_progress_cb), (ev_window_save_remote),
276         (ev_window_dispose):
277
278         Show progress information when loading/saving remote files. Fixes
279         bug #370958.
280         
281 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
284
285         Show better warning message when temp file cannot be deleted.
286         
287 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * shell/ev-window.c: (image_save_dialog_response_cb):
290
291         Fix saving images to remote locations.
292         
293 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * shell/ev-application.[ch]: (ev_application_shutdown),
296         (ev_application_get_print_settings_file),
297         (ev_application_save_print_settings),
298         (ev_application_get_print_settings),
299         (ev_application_set_print_settings),
300         (ev_application_get_page_setup), (ev_application_set_page_setup):
301         * shell/ev-window.c: (ev_window_save_print_page_setup),
302         (ev_window_load_print_page_setup_from_metadata),
303         (ev_window_print_page_setup_done_cb),
304         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
305         (ev_window_cmd_preview_print):
306
307         Remember page setup options too. Paper size is globally remembered
308         while page margins are stored per document in metadata file. Fixes
309         bugs #525185 and #349102.
310         
311 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
312
313         * shell/ev-print-operation.c:
314         (ev_print_operation_export_print_dialog_response_cb):
315
316         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
317         
318 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * shell/ev-print-operation.c: (export_cancel),
321         (export_job_cancelled), (ev_print_operation_export_begin),
322         (ev_print_operation_export_cancel):
323         * shell/ev-window.c: (ev_window_print_cancel),
324         (ev_window_print_update_pending_jobs_message),
325         (ev_window_print_operation_done),
326         (ev_window_print_operation_status_changed),
327         (print_jobs_confirmation_dialog_response),
328         (ev_window_cmd_file_close_window):
329
330         Show a confirmation dialog when there are pending print jobs while
331         closing the main window. Fixes bug #480964.
332         
333 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
336         (ev_print_operation_get_job_name),
337         (ev_print_operation_get_status),
338         (ev_print_operation_get_progress),
339         (ev_print_operation_update_status),
340         (ev_print_operation_export_get_job_name), (clamp_ranges),
341         (get_first_and_last_page), (ev_print_operation_export_run_next),
342         (print_job_finished), (export_print_done), (export_job_cancelled),
343         (update_progress), (export_print_page),
344         (ev_print_operation_export_begin),
345         (ev_print_operation_export_print_dialog_response_cb),
346         (ev_print_operation_export_run),
347         (ev_print_operation_export_cancel),
348         (ev_print_operation_export_class_init):
349         * shell/ev-window.c:
350         (ev_window_print_update_pending_jobs_message),
351         (ev_window_print_operation_done),
352         (ev_window_print_progress_response_cb),
353         (ev_window_print_operation_status_changed),
354         (ev_window_print_operation_begin_print), (ev_window_print_range),
355         (ev_window_dispose):
356
357         Show progress information when printing. Fixes bug #482770.
358         
359 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
360
361         * shell/Makefile.am:
362         * shell/ev-progress-message-area.[ch]:
363         * shell/ev-message-area.[ch]: (ev_message_area_init),
364         (ev_message_area_set_image_from_stock):
365
366         Add EvProgressMessageArea derived from EvMessageArea to show
367         progress information in the message area. 
368         
369 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
372
373         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
374         close button. Add a function to get the contents of the message
375         area.
376         
377 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * shell/Makefile.am:
380         * shell/ev-print-operation.[ch]:
381         * shell/ev-jobs.[ch]: (ev_job_export_init),
382         (ev_job_export_dispose), (ev_job_export_run),
383         (ev_job_export_class_init), (ev_job_export_new),
384         (ev_job_export_set_page):
385         * shell/ev-window.c: (ev_window_print_operation_done),
386         (ev_window_print_range), (ev_window_dispose):
387
388         First step of the printing system rework. EvJobPrint has been
389         replaced by EvJobExport so that every page is scheduled to be
390         exported in a thread instead of scheduling the whole printing
391         process. This way the gui is responsive during printing.
392         
393 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * shell/ev-window.c: (setup_size_from_metadata),
396         (ev_window_load_print_settings_from_metadata):
397
398         Fix memory leaks.
399         
400 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
401
402         * libdocument/ev-document.c: (ev_document_get_type):
403
404         Add GObject type as prerequisite to EvDocument interface so that
405         document instances can be used as GObjects.
406         
407 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * shell/ev-view.c: (jump_to_find_result):
410
411         Only jump the the location of the find result for the first match
412         when searching. It drastically improves the performance when
413         searching. Bug catched and fixed by Michael Hunold. Fixes bug
414         #564774.
415         
416 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * properties/ev-properties-main.c: (ev_properties_get_pages):
419         * properties/ev-properties-view.[ch]:
420         (ev_properties_view_dispose), (ev_properties_view_class_init),
421         (ev_properties_view_set_info), (ev_properties_view_new):
422         * shell/ev-properties-dialog.[ch]:
423         (ev_properties_dialog_set_document):
424         * shell/ev-window.c: (ev_window_setup_document),
425         (ev_window_cmd_file_properties):
426
427         Add document URI to properties page. Fixes bug #555376.
428         
429 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * configure.ac:
432         * data/Makefile.am:
433         * data/evince-password.glade: Removed
434         * data/evince-properties.glade: Removed
435         * properties/ev-properties-view.c:
436         (ev_properties_view_class_init), (set_property),
437         (ev_properties_view_set_info), (ev_properties_view_init):
438         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
439         (font_cell_data_func), (ev_properties_fonts_init):
440
441         Remove Glade dependency.
442         
443 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * backend/comics/comics-document.c: (comics_document_load):
446
447         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
448         
449 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * NEWS:
452         * configure.ac:
453
454         Update for release 2.25.2
455         
456 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * configure.ac:
459         * shell/Makefile.am:
460         * shell/ev-keyring.[ch]:
461         * shell/ev-password.[ch]: Removed
462         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
463         (ev_password_view_class_init), (ev_password_view_clicked_cb),
464         (ev_password_view_init), (ev_password_view_set_uri),
465         (ev_password_dialog_got_response),
466         (ev_password_dialog_remember_button_toggled),
467         (ev_password_dialog_entry_changed_cb),
468         (ev_password_dialog_entry_activated_cb),
469         (ev_password_view_ask_password), (ev_password_view_get_password),
470         (ev_password_view_get_password_save_flags),
471         (ev_password_view_new):
472         * shell/ev-window.c: (ev_window_password_view_unlock),
473         (ev_window_load_job_cb), (ev_window_close_dialogs),
474         (ev_window_init):
475
476         Rework the password view. When the password is in the keyring it's
477         used automatically without showing the password dialog and it's  
478         only stored in the keyring when we are sure it's correct. The
479         password dialog has been reworked too, in order to make it
480         more hig compliant and consistent with the GTK+ dialog used in
481         gtkmountoperation. Fixes bug #562496. 
482         
483 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * backend/comics/comics-document.c: (comics_document_load):
486
487         Do not trust file extensions when getting the command needed to
488         uncompress comic documents. Fixes bug #562143.
489         
490 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * libdocument/ev-document-factory.c: (get_document_from_uri),
493         (ev_document_factory_get_document):
494         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
495         (get_mime_type_from_data), (ev_file_get_mime_type):
496
497         Move mime-type functions from document-facrory to file-helpers so
498         that it can be reused.
499         
500 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
503         (window_open_file_copy_ready_cb), (ev_window_reload_local),
504         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
505         (ev_window_reload_remote), (ev_window_reload_document):
506
507         Add support for reloading remote documents. Fixes bug #555399.
508         
509 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * shell/ev-view.c: (ev_view_find_previous):
512
513         Make sure find_result is never < 0 which causes a crash while
514         searching. Fixes bug #558377.
515         
516 2008-11-19  Marek Kašík <mkasik@redhat.com>
517
518         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
519         (ev_pixbuf_cache_get_selection_surface):
520         
521         Fixes crash on fast scrolling with simultaneous text selection.
522
523 2008-11-19  Marek Kašík <mkasik@redhat.com>
524
525         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
526         * shell/ev-window.c (launch_external_uri):
527         
528         Fixes assertion fail on selecting text. See bug #561393.
529
530 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * shell/Makefile.am:
533         * shell/ev-jobs.[ch]: (ev_job_layers_init),
534         (ev_job_layers_dispose), (ev_job_layers_run),
535         (ev_job_layers_class_init), (ev_job_layers_new):
536         * shell/ev-sidebar-layers.[ch]:
537         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
538         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
539         (ev_view_reload_page), (ev_view_reload):
540         * shell/ev-window.c: (setup_sidebar_from_metadata),
541         (ev_window_sidebar_current_page_changed_cb),
542         (sidebar_layers_visibility_changed), (ev_window_init):
543
544         Add layers support.
545         
546 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * data/icons/22x22/actions/Makefile.am:
549         * data/icons/22x22/actions/eye.png:
550         * shell/ev-stock-icons.[ch]:
551         
552         Add eye icon from gimp to hide/show layers.
553         
554 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * configure.ac:
557         * cut-n-paste/Makefile.am:
558         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
559         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
560         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
561
562         Add GimpCellRendererToggle from gimp slightly modified to fit our
563         needs. 
564         
565 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * configure.ac:
568         * backend/pdf/ev-poppler.cc:
569
570         Implement layers interface in PDF backend.
571         
572 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
573
574         * libdocument/Makefile.am:
575         * libdocument/ev-document-layers.[ch]:
576         * libdocument/ev-layer.[ch]:
577
578         Add optional content (layers) interface.
579         
580 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
581
582         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
583         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
584
585         Removes unused code.
586
587 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * NEWS:
590         * configure.ac:
591
592         Update for 2.25.1 release
593
594 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * shell/ev-window.c:
597
598         Fix build with GTK+ < 2.14
599
600 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
601
602         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
603         
604         Makes menu label translatable. Fixes bug #559129.
605
606 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
607
608         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
609         (t1_transform_font):
610         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
611         
612         More renames of warning to mdvi_warning in follow up to the
613         fix of the bug #553369. Fix for the bug #559257 by
614         Tuxce <tuxce.net@gmail.com>.
615         
616 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * shell/ev-application.c: (ev_application_init_session):
619         * shell/main.c: (main):
620
621         Move the egg_set_desktop_file() call to main and remove
622         gtk_window_set_default_icon_name() since it's already called by
623         egg_set_desktop_file()
624         
625 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
628
629         Initialize GError to NULL.
630         
631 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * shell/ev-window.c: (window_save_file_copy_ready_cb),
634         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
635         (ev_window_preview_print_finished), (launch_action):
636
637         Do not use popup dialogs to show error messages anymore, use the
638         message area instead.
639         
640 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * shell/ev-window.c: (ev_window_error_message),
643         (ev_window_warning_message), (ev_window_set_document),
644         (ev_window_load_job_cb), (ev_window_load_remote_failed),
645         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
646         (ev_window_cmd_help_contents), (launch_external_uri),
647         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
648         (ev_attachment_popup_cmd_open_attachment),
649         (attachment_save_dialog_response_cb):
650
651         Use a message format (with printf()-style) in
652         ev_window_error_message and ev_window_warning_message.
653
654 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * shell/ev-window.c: (ev_window_error_message),
657         (ev_window_warning_message), (ev_window_set_document),
658         (ev_window_load_job_cb), (ev_window_load_remote_failed),
659         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
660         (ev_window_cmd_help_contents), (launch_external_uri),
661         (image_save_dialog_response_cb),
662         (ev_attachment_popup_cmd_open_attachment),
663         (attachment_save_dialog_response_cb):
664
665         Change ev_window_error_message and ev_window_warning_message to
666         receive a EvWindow instead of a GtkWindow. It's more consistent
667         and avoids unneeded casts.
668         
669 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * shell/ev-window.c: (ev_window_cmd_help_contents):
672
673         Use gtk_show_uri() when availale to display help contents.
674         
675 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * configure.ac:
678         * backend/pdf/ev-poppler.cc:
679         * properties/ev-properties-view.c:
680         * shell/Makefile.am:
681         * shell/ev-tooltip.[ch]: Removed
682         * shell/ev-view-private.h
683         * shell/eggfindbar.c:
684         * shell/ev-application.c:
685         * shell/ev-open-recent-action.c:
686         * shell/ev-sidebar-thumbnails.c:
687         * shell/ev-view.c:
688         * shell/ev-window.c:
689
690         Bump GTK+ requirement to 2.12.
691         
692 2008-10-27 Christian Persch <chpe@gnome.org>
693
694         * backend/djvu/djvu-document.c
695         * backend/dvi/cairo-device.c
696         * cut-n-paste/evmountoperation/ev-mount-operation.h
697         * cut-n-paste/gedit-message-area/gedit-message-area.h
698         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
699         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
700         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
701         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
702         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
703         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
704         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
705         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
706         * cut-n-paste/zoom-control/ephy-zoom-action.c
707         * cut-n-paste/zoom-control/ephy-zoom-action.h
708         * cut-n-paste/zoom-control/ephy-zoom-control.c
709         * cut-n-paste/zoom-control/ephy-zoom-control.h
710         * libdocument/ev-async-renderer.h
711         * libdocument/ev-document-factory.c
712         * libdocument/ev-document-misc.h
713         * libdocument/ev-image.h
714         * libdocument/ev-selection.h
715         * shell/ev-properties-fonts.h
716         * shell/ev-stock-icons.h
717         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
718         directly. Bug #558064.
719
720 2008-10-27 Christian Persch <chpe@gnome.org>
721
722         * cut-and-paste/smclient/*: Update from libegg.
723
724 2008-10-27 Christian Persch <chpe@gnome.org>
725
726         * backend/djvu/djvu-document.c
727         * backend/ps/ev-spectre.c
728         * shell/ev-jobs.c: Use printf safely. Bug #558066.
729
730 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
731
732         * shell/ev-view.c (ev_view_change_page),
733         (ev_view_transition_animation_finish),
734         (ev_view_transition_animation_cancel), (page_changed_cb),
735         (ev_view_set_presentation), (ev_view_next_page),
736         (ev_view_previous_page):
737         
738         Cancel the animation without scheduling transition start
739         and proceed to the next page to fix bug #516749.
740
741 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * NEWS:
744         * configure.ac:
745
746         Update for release 2.24.1
747         
748 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * shell/ev-window.c: (ev_window_cmd_view_presentation):
751
752         Disable toggle function of F5 when in presentation mode. Patch by
753         Dave Neary. Fixes bug #556162.
754         
755 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
758         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
759         (ev_sidebar_thumbnails_fill_model),
760         (ev_sidebar_thumbnails_refresh),
761         (ev_sidebar_thumbnails_set_document):
762
763         Instead of using only one loading icon for thumbnails based on the
764         size of the first page, create an icon for every different page
765         size. Fixes bug #556264.
766         
767 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * shell/ev-page-cache.c: (ev_page_cache_finalize):
770
771         Fix memory leak.
772         
773 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
774
775         * shell/ev-window-title.c (ev_window_title_sanitize_title):
776
777         Removes bad prefixes from window title. Patch by 
778         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
779         
780 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
781
782         * shell/ev-window.c: (launch_external_uri):
783
784         Do not consider mailto links as http uris. Fixes bug #555801.
785         
786 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * shell/ev-view.c: (merge_selection_region), (clear_selection):
789
790         Fix memory leak. Fixes bug #555134.
791         
792 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
795
796         Emit the job finished signal when the job is handled before the
797         page_ready callback.
798         
799 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
800
801         * shell/ev-window.c: (launch_action):
802
803         Use GdkAppLaunchContext when available to launch external
804         applications.
805         
806 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * shell/ev-window.c: (launch_action):
809
810         Fix launching external applications for launch actions which seems
811         to be broken since the gio port. Fixes bug #554500.
812         
813 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
814
815         * backend/dvi/Makefile.am:
816         * backend/dvi/cairo-device.c:
817         * backend/dvi/dvi-document.c:
818         * backend/dvi/mdvi-lib/Makefile.am:
819
820         Fix several compile warnings in the dvi backend.
821         
822 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * backend/dvi/mdvi-lib/common.h:
825         * backend/dvi/mdvi-lib/dviread.c:
826         * backend/dvi/mdvi-lib/font.c:
827         * backend/dvi/mdvi-lib/fontmap.c:
828         * backend/dvi/mdvi-lib/fontsrch.c:
829         * backend/dvi/mdvi-lib/gf.c:
830         * backend/dvi/mdvi-lib/pagesel.c:
831         * backend/dvi/mdvi-lib/pk.c:
832         * backend/dvi/mdvi-lib/sp-epsf.c:
833         * backend/dvi/mdvi-lib/special.c:
834         * backend/dvi/mdvi-lib/tfm.c:
835         * backend/dvi/mdvi-lib/tfmfile.c:
836         * backend/dvi/mdvi-lib/util.c:
837         * backend/dvi/mdvi-lib/vf.c:
838
839         Rename error as mdvi_error to avoid symbol conflicts with the libc
840         error. Rename also message, crash, fatal and warning for
841         consistency. Fixes bug #553369.
842         
843 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
844
845         * backend/dvi/dvi-document.c: (dvi_document_load):
846
847         Fix memory leak.
848         
849 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * backend/dvi/dvi-document.c:
852
853         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
854         G_IMPLEMENT_INTERFACE.
855         
856 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
859
860         Make sure copy_job_page_and_selection_to_job_info is always called
861         before copy_job_to_job_info. Fixes bug #552382.
862         
863 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
864
865         * NEWS:
866         * configure.ac:
867
868         Update for release 2.24.0
869         
870 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * shell/ev-window.c: (launch_external_uri):
873
874         Use GdkAppLaunchContext when available to launch external uris.
875         
876 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * shell/ev-window.c: (launch_external_uri):
879
880         Use the message area to show errors when lauching external uris
881         instead of a popup window.
882         
883 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
884
885         * shell/ev-window.c: (launch_external_uri):
886
887         Assume invalid uris are http uris. Fixes bug #552071.
888         
889 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * NEWS:
892         * configure.ac:
893
894         Update for release 2.23.92.
895         
896 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * shell/eggfindbar.c: (egg_find_bar_class_init):
899
900         Allow page scrolling with PageUp/PageDown keys when find bar is
901         active. Fixes bug #529833.
902         
903 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * shell/ev-view-private.h:
906         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
907         (ev_view_scroll), (ev_view_class_init):
908         * shell/ev-view-accessible.c:
909         (ev_view_accessible_action_do_action):
910         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
911         (ev_window_cmd_scroll_backward):
912
913         Use GtkScrollType instead of EvScrollType.
914         
915 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
916
917         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
918         
919         Patch for case unsensitive page label match by Michael Lee.
920         See bug #550136.
921         
922         * shell/ev-page-action.c (create_tool_item):    
923         * test/Makefile.am:
924         * test/test1.py:
925         * test/test4.py:
926         * test/test5.py:
927         
928         Added test for the above and updated other tests.
929
930 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-window.c: (image_save_dialog_response_cb):
933
934         Do not append the file extension twice when saving an image.
935         
936 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
939
940         Remove an invalid ifdef.
941         
942 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
943
944         * shell/ev-view.c: (ev_view_motion_notify_event):
945
946         Make sure the cursor is correctly restored after showing the right
947         click menu.
948         
949 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
950
951         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
952         (ev_attachment_open):
953         * shell/ev-sidebar-attachments.c:
954         (ev_sidebar_attachments_button_press):
955         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
956
957         Use GdkAppLaunchContext when available to open attachments.
958         
959 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
962
963         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
964         by Eric Piel.
965         
966 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * shell/ev-application.c: (ev_application_get_media_keys):
969         * shell/ev-media-player-keys.[ch]:
970         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
971         (ev_media_player_keys_grab_keys),
972         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
973         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
974         * shell/ev-window.[ch]: (ev_window_dispose),
975         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
976         (ev_window_init):
977
978         Clean up the media player keys stuff.
979         
980 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * NEWS:
983         * configure.ac:
984
985         Update for release 2.23.91.
986         
987 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * cut-n-paste/smclient/eggsmclient-xsmp.c:
990         (sm_client_xsmp_set_initial_properties):
991
992         Fix memory leak.
993         
994 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * shell/ev-application.c: (ev_application_open_window),
997         (ev_application_open_uri_at_dest):
998
999         Make sure evince starts up in the right workspace when resuming a
1000         previous session.
1001         
1002 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1003
1004         * shell/ev-application.[ch]: (ev_application_open_window),
1005         (ev_application_add_icon_path_for_screen),
1006         (ev_application_open_uri_at_dest):
1007
1008         Fix window manager warnings shown in ~/.xsession-errors
1009         
1010 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1011
1012         * configure.ac:
1013         * cut-n-paste/Makefile.am:
1014         * cut-n-paste/smclient/Makefile.am:
1015         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1016         * cut-n-paste/smclient/eggsmclient-private.h:
1017         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1018         * cut-n-paste/smclient/eggsmclient.[ch]:
1019
1020         EggSMClient copied from libegg
1021
1022         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1023         * shell/Makefile.am:
1024         * shell/ev-application.[ch]: (ev_application_load_session),
1025         (smclient_save_state_cb), (smclient_quit_cb),
1026         (ev_application_init_session), (ev_application_shutdown),
1027         (ev_application_init):
1028         * shell/main.c: (main):
1029
1030         Use EggSMClient instead of gnome-client and remove libgnome and
1031         libgnomeui dependencies.
1032         
1033 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * shell/main.c: (main):
1036
1037         Remove gnome_authentication_manager_init.
1038         
1039 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * shell/ev-view.c: (ev_view_goto_window_create):
1042
1043         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1044         since it's now deprecated.
1045         
1046 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1047
1048         * backend/djvu/Makefile.am:
1049         * backend/djvu/djvu-document-private.h:
1050         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1051         (djvu_document_find_iface_init):
1052         * backend/djvu/djvu-text-page.[ch]:
1053         * backend/djvu/djvu-text.[ch]: Removed
1054         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1055         (pdf_document_find_iface_init):
1056         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1057         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1058         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1059         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1060         (ev_job_find_has_results), (ev_job_find_get_results):
1061         * shell/ev-view-private.h:
1062         * shell/ev-view.[ch]: (ev_view_expose_event),
1063         (highlight_find_results), (ev_view_finalize),
1064         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1065         (ev_view_set_document), (ev_view_find_get_n_results),
1066         (ev_view_find_get_result), (jump_to_find_result),
1067         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1068         (ev_view_find_previous), (ev_view_find_search_changed),
1069         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1070         * shell/ev-window.c: (ev_window_update_actions),
1071         (page_changed_cb), (ev_window_setup_document),
1072         (ev_window_update_find_status_message),
1073         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1074         (ev_window_clear_find_job), (find_bar_close_cb),
1075         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1076         (ev_window_dispose), (ev_window_init):
1077
1078         Rework find interface. The find logic has been moved from backends
1079         to the shell avoiding a lot of duplicated code in the backends and
1080         making easier to implement the find interface in the backends.
1081         
1082 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * backend/pdf/ev-poppler.cc:
1085         (pdf_document_thumbnails_get_dimensions):
1086
1087         Make sure thumbnail size returned by the PDF is actually
1088         valid. Fixes bug #548462.
1089         
1090 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * shell/ev-window.c: (ev_window_setup_document),
1093         (ev_window_set_document), (ev_window_dispose):
1094
1095         Remove the idle function for setting the document up when the
1096         window is destroyed. Fixes bug #549163.
1097         
1098 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1101         (ev_job_attachments_dispose), (ev_job_attachments_run),
1102         (ev_job_attachments_class_init), (ev_job_attachments_new):
1103         * shell/ev-sidebar-attachments.c:
1104         (ev_sidebar_attachments_set_document):
1105
1106         Add a new job to get the attachments in a thread with the document
1107         lock held. Fixes bug #548653.
1108         
1109 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1112         (tiff_document_document_iface_init):
1113
1114         Implement document_get_page_label in tiff backend.
1115         
1116 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * backend/tiff/tiff-document.c: (tiff_document_render):
1119
1120         Handle document orientation in tiff backend. Fixes bug #548444.
1121         
1122 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1125
1126         Do not crash when adjustment page size is 0. Fixes bug #547440.
1127         
1128 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1129
1130         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1131
1132         Sync with current GTK+.
1133         
1134 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1135
1136         * configure.ac:
1137         
1138         Update for release 2.23.6.
1139
1140 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1143         (ev_job_load_set_password):
1144         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1145         * shell/ev-window.c: (password_dialog_response),
1146         (ev_window_load_job_cb):
1147
1148         Fix loading encrypted documents since I broke it with the jobs
1149         rework.
1150         
1151 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * NEWS:
1154
1155         Update NEWS for 2.23.6 release.
1156         
1157 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1158
1159         * backend/impress/impress-document.c:
1160         * backend/impress/render.h:
1161         * libdocument/ev-document-factory.c:
1162         * libdocument/ev-document-factory.h:
1163         * libdocument/ev-document-links.h:
1164         * libdocument/ev-document-misc.c:
1165         * libdocument/ev-document-misc.h:
1166         * properties/ev-properties-main.c:
1167         * properties/ev-properties-view.c:
1168         * properties/ev-properties-view.h:
1169         * shell/eggfindbar.c:
1170         * shell/eggfindbar.h:
1171         * shell/ev-application.c:
1172         * shell/ev-application.h:
1173         * shell/ev-jobs.h:
1174         * shell/ev-message-area.h:
1175         * shell/ev-navigation-action.c:
1176         * shell/ev-navigation-action.h:
1177         * shell/ev-open-recent-action.c:
1178         * shell/ev-open-recent-action.h:
1179         * shell/ev-page-action-widget.c:
1180         * shell/ev-page-action.c:
1181         * shell/ev-page-action.h:
1182         * shell/ev-page-cache.h:
1183         * shell/ev-password-view.h:
1184         * shell/ev-password.h:
1185         * shell/ev-pixbuf-cache.h:
1186         * shell/ev-properties-fonts.c:
1187         * shell/ev-sidebar-attachments.c:
1188         * shell/ev-sidebar-links.c:
1189         * shell/ev-sidebar-links.h:
1190         * shell/ev-sidebar-thumbnails.c:
1191         * shell/ev-sidebar-thumbnails.h:
1192         * shell/ev-sidebar.c:
1193         * shell/ev-sidebar.h:
1194         * shell/ev-stock-icons.c:
1195         * shell/ev-tooltip.h:
1196         * shell/ev-view.c:
1197         * shell/ev-view.h:
1198         * shell/ev-window.c:
1199         * shell/ev-window.h:
1200         * shell/main.c:
1201
1202         More #include cleanups. Again: reordering, single gtk.h
1203         includes and other stuff.
1204
1205 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1206
1207         * shell/eggfindbar.c:
1208         * shell/ev-application.c:
1209         * shell/ev-message-area.c:
1210         * shell/ev-navigation-action.c:
1211         * shell/ev-open-recent-action.c:
1212         * shell/ev-page-action-widget.c:
1213         * shell/ev-page-action.c:
1214         * shell/ev-password-view.c:
1215         * shell/ev-properties-dialog.c:
1216         * shell/ev-properties-fonts.c:
1217         * shell/ev-sidebar-attachments.c:
1218         * shell/ev-sidebar-page.c:
1219         * shell/ev-sidebar-thumbnails.c:
1220         * shell/ev-stock-icons.c:
1221         * shell/ev-tooltip.c:
1222         * shell/ev-view.c:
1223         * shell/ev-window.c:
1224         * shell/main.c:
1225
1226         Cleanup many #include statements: reorder so that a
1227         generic-to-specific order is used, use single gtk.h
1228         includes, and some other cleanups.
1229
1230 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-jobs.h:
1233
1234         Add gio header.
1235         
1236 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1239         (ev_document_fc_mutex_trylock):
1240         * shell/Makefile.am:
1241         * shell/ev-job-queue.[ch]:
1242         * shell/ev-job-scheduler.[ch]:
1243         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1244         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1245         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1246         (ev_job_failed_from_error), (ev_job_succeeded),
1247         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1248         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1249         (ev_job_links_class_init), (ev_job_render_init),
1250         (notify_page_ready), (ev_job_render_page_ready),
1251         (ev_job_render_run), (ev_job_render_class_init),
1252         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1253         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1254         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1255         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1256         (ev_job_save_dispose), (ev_job_save_run),
1257         (ev_job_save_class_init), (ev_job_print_init),
1258         (ev_job_print_dispose), (ev_job_print_run),
1259         (ev_job_print_class_init):
1260         * shell/ev-page-cache.c:
1261         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1262         (check_job_size_and_unref), (move_one_job),
1263         (copy_job_to_job_info), (add_job),
1264         (ev_pixbuf_cache_add_jobs_if_needed):
1265         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1266         (job_fonts_finished_cb), (job_fonts_updated_cb),
1267         (ev_properties_fonts_set_document):
1268         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1269         (ev_sidebar_links_set_document):
1270         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1271         (ev_sidebar_thumbnails_set_document),
1272         (ev_sidebar_thumbnails_clear_job):
1273         * shell/ev-view-private.h:
1274         * shell/ev-view.c:
1275         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1276         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1277         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1278         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1279         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1280         (ev_window_reload_document), (ev_window_clear_save_job),
1281         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1282         (ev_window_clear_print_job), (ev_window_print_job_cb),
1283         (ev_window_print_dialog_response_cb):
1284         * shell/main.c: (main):
1285
1286         Rework the jobs system in order to make it simpler and more
1287         extensible. It allows to run jobs in the main loop instead of
1288         using a thread when it's appropriate like the fonts job. Now it's
1289         also possible to cancel jobs that are currently running. 
1290         
1291 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1292
1293         * libdocument/ev-debug.c: (profile_init):
1294
1295         Create the hash table also when profiling service is enabled for
1296         all sections.
1297         
1298 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1301         (ev_profiler_stop):
1302         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1303         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1304         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1305         (ev_job_print_run):
1306         * shell/main.c: (main):
1307
1308         Add a profile mode available when debug is enabled. Add profilers
1309         in ev-jobs.
1310         
1311 2008-07-23  Götz Waschk <waschk@mandriva.org>
1312
1313         * configure.ac: Correctly build desktop file. Fixes
1314         bug #544237.
1315
1316 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1317
1318         * configure.ac:
1319         
1320         Update for release 2.23.5.
1321
1322 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * NEWS:
1325
1326         Update NEWS for 2.23.5 release.
1327         
1328 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * shell/ev-window.c: (ev_window_state_event),
1331         (ev_window_class_init):
1332
1333         Intercept window manager's fullscreen request in order to run/stop
1334         fullscreen mode. Fixes bug #493541.
1335         
1336 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1339
1340         Restart the job search when the find bar is opened for the second
1341         time. Fixes bug #531956.
1342         
1343 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1346         (get_document_from_uri):
1347
1348         Make sure we always return a valid error struct when
1349         get_document_from_uri fails. Fixes nautilus crash, see bug
1350         #542548.
1351         
1352 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1353
1354         * libdocument/ev-transition-effect.c
1355         (ev_transition_effect_type_get_type),
1356         (ev_transition_effect_alignment_get_type),
1357         (ev_transition_effect_direction_get_type):
1358         
1359         Fixes bug #542924. Makes enums static to fix Solaris build.
1360
1361 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * shell/ev-view.c: (ev_view_key_press_event):
1364
1365         Add '.' keybinding for blanking the screen in presentation
1366         mode. Fixes bug #542001.
1367         
1368 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * libdocument/ev-document-misc.c:
1371         (ev_document_misc_pixbuf_from_surface):
1372
1373         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1374         #540950.
1375         
1376 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1377
1378         * backend/comics/comics-document.c (comics_document_load):
1379         * backend/comics/comicsdocument.evince-backend.in:
1380         * configure.ac:
1381         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1382         
1383         Added support for 7-zip based cb7 comic book. Patch by
1384         Kartik Rustagi. Fixes bug #532312.
1385
1386 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1387
1388         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1389         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1390         Fixes bug #539972.
1391
1392 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1393
1394         * shell/Makefile.am:
1395         * shell/ev-application.c (ev_application_init),
1396         (ev_application_get_media_keys):
1397         * shell/ev-application.h:
1398         * shell/ev-marshal.list:
1399         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1400         (proxy_destroy), (on_media_player_key_pressed),
1401         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1402         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1403         * shell/ev-media-player-keys.h:
1404         * shell/ev-window.c (ev_window_go_previous_page),
1405         (ev_window_go_next_page), (ev_window_go_first_page),
1406         (ev_window_go_last_page), (ev_window_start_presentation),
1407         (ev_window_dispose), (view_actions_focus_in_cb):
1408         * shell/ev-window.h: When building with D-Bus support, listen
1409         for multimedia key events from gnome-settings-daemon. This allows
1410         to go to the next/previous/first/last pages using, respectively,
1411         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1412         a presentation. Fixes bug #539971.
1413
1414 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1415
1416         * configure.ac:
1417         
1418         Update for release 2.23.4.
1419
1420 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * NEWS:
1423
1424         Update news for 2.23.4 release.
1425         
1426 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1427
1428         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1429         * shell/ev-sidebar-thumbnails.c:
1430         (ev_sidebar_thumbnails_set_loading_icon),
1431         (ev_sidebar_thumbnails_refresh):
1432         * shell/ev-window.c: (ev_window_error_message),
1433         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1434         (ev_window_set_document):
1435
1436         Do not crash opening documents with no pages and show a warning
1437         message in the message area. Fixes bugs #537574 and #171588.
1438         
1439 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * shell/Makefile.am:
1442         * shell/ev-file-monitor.[ch]:
1443         * shell/ev-window.c: (ev_window_document_changed),
1444         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1445         (ev_window_reload_job_cb), (ev_window_open_uri),
1446         (ev_window_reload_document), (ev_window_cmd_view_reload),
1447         (ev_window_dispose):
1448
1449         Automaticly reload the document when the file has changed on
1450         disk. Bug #304249.
1451         
1452 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1453
1454         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1455         * libdocument/ev-image.c: (ev_image_save_tmp):
1456         * libdocument/ev-module.c: (ev_module_load):
1457         * shell/ev-application.c: (ev_application_shutdown),
1458         (ev_application_get_print_settings):
1459         * shell/ev-sidebar-attachments.c:
1460         (ev_sidebar_attachments_button_press),
1461         (ev_sidebar_attachments_drag_data_get):
1462         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1463         (ev_window_print_finished), (ev_window_print_send),
1464         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1465         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1466         (ev_window_cmd_preview_print):
1467         * shell/main.c: (load_files_remote):
1468         Fix some build warnings under GCC 4.3.0. (#537535).
1469
1470 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1471
1472         * shell/ev-jobs.c: (ev_job_render_dispose):
1473
1474         Fix a crash in debug mode. Patch by Daniel M German.
1475         
1476 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1477
1478         * shell/ev-window.c:
1479
1480         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1481         
1482 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-window.c: (ev_window_print_send),
1485         (ev_window_do_preview_print):
1486
1487         Use the window title as print job name instead of just
1488         "evince-print". Fixes bug #534493.
1489         
1490 2008-05-19  Frederic Peters  <fpeters@0d.be>
1491
1492         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1493         Bug #533897.
1494
1495 2008-05-19  Frederic Peters  <fpeters@0d.be>
1496
1497         * help/reference/Makefile.am: added missing libevmountoperation to
1498         gtkdoc-scanobj libraries.  Bug #533896.
1499
1500 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1501
1502         * properties/ev-properties-view.c (get_default_user_units):
1503         Fixes check for default units string translation. Bug #533323.
1504
1505 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1506
1507         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1508         be an iks_free(). Fix an array overflow in the XML parser that
1509         would occur whenever the number of attributes in a tag was greater
1510         than 0 and divisible by 6. Fixes GNOME bug #530852.
1511
1512 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * backend/djvu/djvu-document-private.h:
1515         * backend/djvu/djvu-links.c:
1516         * backend/djvu/djvu-text.c:
1517         * backend/djvu/djvu-document.c: (djvu_handle_events),
1518         (djvu_wait_for_message), (djvu_document_load),
1519         (document_get_page_size), (djvu_document_render),
1520         (djvu_document_thumbnails_get_thumbnail),
1521         (djvu_document_file_exporter_end):
1522
1523         Make sure load job doesn't finish successfully when the document
1524         is not successfully decoded by libdjvu. Fixes bug #530202.
1525         
1526 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * configure.ac:
1529         * libdocument/Makefile.am:
1530         * libdocument/ev-debug.[ch]:
1531         * libdocument/ev-document.c:
1532         * shell/ev-jobs.c: (ev_job_links_dispose),
1533         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1534         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1535         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1536         (ev_job_render_page_ready), (ev_job_render_run),
1537         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1538         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1539         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1540         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1541         (ev_job_print_new), (ev_job_print_run):
1542         * shell/main.c: (main):
1543
1544         Add debug mode based on gedit code. Add debug messages in
1545         ev-jobs.
1546         
1547 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1548
1549         * libdocument/ev-document-factory.c: (get_document_from_uri):
1550
1551         Fix memory leak.
1552         
1553 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1554
1555         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1556         (get_mime_type_from_data), (get_document_from_uri),
1557         (ev_document_factory_get_document):
1558         
1559         Improved error message about file opening failture.
1560         Bug #529129.
1561
1562 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1563
1564         * data/evince-toolbar.xml:
1565         
1566         Allow to add SaveAs to toolbar.
1567
1568 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1569
1570         * shell/ev-view-private.h:
1571         * shell/ev-view.[ch]: (ev_view_button_release_event),
1572         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1573         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1574         (ev_view_update_primary_selection), (clear_link_selected),
1575         (ev_view_copy_link_address):
1576         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1577
1578         Update also the primary selection when copying a link
1579         address. Fixes bug #520855.
1580         
1581 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * libdocument/ev-document-factory.c: (get_document_from_uri):
1584
1585         Use the pixbuf backend only when the mime type is not supported by
1586         any of the other backend so that tiff documents, for instance, are
1587         handled by the tiff backend instead of the pixbuf backend. fixes
1588         bug #520290.
1589         
1590 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * cut-n-paste/Makefile.am:
1593
1594         Add evmountoperation to subdirs list.
1595         
1596 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * configure.ac:
1599
1600         Fix libspectre check in configure script. Fixes bug #528549.
1601         
1602 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * configure.ac:
1605         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1606         * shell/Makefile.am:
1607         * shell/ev-window.c: (ev_window_load_remote_failed),
1608         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1609
1610         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1611         open documents in remote locations that are not mounted.
1612         
1613 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1616         (bitmap_convert_msb8):
1617         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1618         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1619
1620         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1621         
1622 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1625         (ev_job_render_new), (ev_job_render_set_selection_info),
1626         (ev_job_render_run):
1627         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1628         (check_job_size_and_unref),
1629         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1630         (add_job), (ev_pixbuf_cache_get_selection_surface):
1631
1632         Create the render context needed for rendering a page in the render
1633         thread so that we don't block the main thread. Simplify
1634         EvJobRender API.
1635         
1636 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * libdocument/Makefile.am:
1639         * libdocument/ev-page.[ch]:
1640         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1641         (ev_render_context_new), (ev_render_context_set_page):
1642         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1643         (ev_form_field_finalize), (ev_form_field_class_init):
1644         * libdocument/ev-document-forms.[ch]:
1645         (ev_document_forms_get_form_fields):
1646         * libdocument/ev-document.[ch]: (ev_document_get_page),
1647         (ev_document_get_page_size), (ev_document_get_page_label):
1648         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1649         (ev_job_render_run), (ev_job_thumbnail_new),
1650         (ev_job_thumbnail_run), (ev_job_print_run):
1651         * shell/ev-page-cache.c: (ev_page_cache_new):
1652         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1653         (check_job_size_and_unref), (add_job):
1654         * shell/ev-sidebar-thumbnails.c: (add_range):
1655         * shell/ev-view.c: (ev_view_form_field_get_region),
1656         (ev_view_form_field_button_create_widget),
1657         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1658         (ev_view_handle_form_field), (ev_view_size_allocate),
1659         (get_selected_text):
1660         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1661         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1662         (pdf_document_get_page), (pdf_document_get_page_label),
1663         (pdf_document_render), (pdf_document_get_info),
1664         (pdf_document_document_iface_init),
1665         (pdf_document_thumbnails_get_thumbnail),
1666         (pdf_document_thumbnails_get_dimensions),
1667         (pdf_document_file_exporter_do_page),
1668         (pdf_selection_render_selection),
1669         (pdf_selection_get_selected_text),
1670         (pdf_selection_get_selection_region),
1671         (pdf_selection_get_selection_map),
1672         (pdf_document_forms_get_form_fields),
1673         (pdf_document_forms_form_field_text_get_text),
1674         (pdf_document_forms_form_field_text_set_text),
1675         (pdf_document_forms_form_field_button_set_state),
1676         (pdf_document_forms_form_field_button_get_state),
1677         (pdf_document_forms_form_field_choice_get_item),
1678         (pdf_document_forms_form_field_choice_get_n_items),
1679         (pdf_document_forms_form_field_choice_is_item_selected),
1680         (pdf_document_forms_form_field_choice_select_item),
1681         (pdf_document_forms_form_field_choice_toggle_item),
1682         (pdf_document_forms_form_field_choice_unselect_all),
1683         (pdf_document_forms_form_field_choice_set_text),
1684         (pdf_document_forms_form_field_choice_get_text):
1685         * backend/ps/ev-spectre.c: (ps_document_get_page),
1686         (ps_document_get_page_size), (ps_document_get_page_label),
1687         (ps_document_render), (ps_document_document_iface_init),
1688         (ps_document_file_exporter_do_page):
1689         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1690         (tiff_document_render), (tiff_document_render_pixbuf),
1691         (tiff_document_file_exporter_do_page):
1692         * backend/pixbuf/pixbuf-document.c:
1693         (pixbuf_document_get_page_size):
1694         * backend/comics/comics-document.c:
1695         (comics_document_get_page_size), (comics_document_render_pixbuf):
1696         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1697         (djvu_document_render), (djvu_selection_get_selected_text),
1698         (djvu_document_thumbnails_get_thumbnail),
1699         (djvu_document_file_exporter_do_page),
1700         (djvu_document_find_get_result):
1701         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1702         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1703         (dvi_document_thumbnails_get_thumbnail),
1704         (dvi_document_file_exporter_do_page):
1705         * backend/impress/impress-document.c:
1706         (impress_document_get_page_size),
1707         (impress_document_render_pixbuf):
1708         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1709
1710         Add EvPage so that we can hold a reference to the backend
1711         page. Form fields keep now a reference to the poppler page
1712         improving performance since we don't have to create/destroy the
1713         poppler field for every form operation. This will be needed for
1714         annotations too.
1715         
1716 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * data/evince-ui.xml:
1719         * shell/ev-window.c:
1720
1721         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1722         
1723 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * configure.ac:
1726         * backend/ps/Makefile.am:
1727
1728         Remove gs stuff from ps backend.
1729         
1730 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * configure.ac:
1733         * backend/pdf/ev-poppler.cc:
1734
1735         Bump poppler requirement to 0.8.0.
1736         
1737 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1738
1739         * NEWS:
1740         * configure.ac:
1741
1742         Update for release 2.22.1.1
1743
1744 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * configure.ac:
1747
1748         Fix build (again) when poppler version is 0.6
1749         
1750 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * backend/djvu/djvu-links.c: (build_tree):
1753
1754         Make sure link title is a valid utf8 string. Fixes bug #526517.
1755         
1756 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * configure.ac:
1759
1760         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1761         #526799.
1762         
1763 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1764
1765         * configure.ac:
1766         
1767         Update for release 2.22.1.
1768
1769 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1770
1771         * NEWS:
1772
1773         Update for upcoming release.
1774
1775 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * configure.ac:
1778         * backend/dvi/dvidocument.evince-backend.in:
1779
1780         Add compressed dvi to the list of supported mime types. Patch by
1781         Ed Catmur. Fixes bug #307087.
1782
1783 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1784
1785         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1786
1787         Fix a crash when printing a range that doesn't specify the start or
1788         end page. Fixes bug #524288.
1789
1790 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * shell/ev-window.c: (ev_window_cmd_continuous),
1793         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1794         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1795         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1796         (ev_window_run_presentation), (ev_window_stop_presentation),
1797         (ev_window_cmd_view_presentation),
1798         (ev_window_cmd_leave_fullscreen),
1799         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1800
1801         Do not unfullscreen and fullscreen again the window when changing
1802         from fullscreen to presentation mode and vice versa. Fixes bug
1803         #524112.
1804         
1805 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1808
1809         Do not crash when thumbnail failed to render in PS backend. Fixes
1810         bug #525015.
1811         
1812 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1815         (ev_window_load_file_remote), (ev_window_open_uri):
1816
1817         Handle errors when opening remote files.
1818         
1819 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1822
1823         Only grab the focus for the current visible proxy widget. Fixes
1824         bug #521224.
1825         
1826 2008-03-30  Emil Soleyman  <emil@nishra.com>
1827
1828         * shell/ev-window.c: (launch_external_uri):
1829         
1830         Reuse g_app_info_launch_default_for_uri to
1831         save some code and fix bug #525009.
1832
1833 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1834
1835         * shell/ev-window.c (image_save_dialog_response_cb):
1836
1837         Use g_str_has_suffix. See bug #523069.
1838
1839 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1840
1841         * configure.ac:
1842
1843         Add a configure option to enable/diable DBus. Patch by Rémi
1844         Cardona. Fixes bug 521797.
1845
1846 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1849
1850         Fix printing in documents with rotated pages. Patch by Eugen
1851         Dedu. Fixes bug #512648.
1852         
1853 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1856         (ev_link_from_action):
1857
1858         Fix warning messages.
1859         
1860 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * shell/ev-window.c: (image_save_dialog_response_cb):
1863
1864         Do not append the extension to filename when saving an image
1865         if the filename alredy contains the extension. Fixes bug #523069.
1866         
1867 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1868
1869         * shell/ev-view.[ch]: (ev_view_find_cancel):
1870         * shell/ev-window.c: (find_bar_close_cb):
1871
1872         Cancel the find operation when the find bar is closed. Fixes bug
1873         #508845.
1874         
1875 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * backend/ps/psdocument.evince-backend.in:
1878
1879         Make ps backend module resident. Fixes bug #520607.
1880         
1881 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/ev-jobs.c: (ev_job_print_run):
1884
1885         Invert collate action in order to work as expected, fix reverse
1886         printing so that it doesn't start with a blank page and fix number
1887         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1888         
1889 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1892
1893         Fix build with poppler <= 0.7.2
1894         
1895 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * libdocument/ev-document-misc.c:
1898         (ev_document_misc_surface_from_pixbuf):
1899
1900         Fix selections with poppler-splash.
1901         
1902 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * configure.ac:
1905         * backend/pdf/ev-poppler.cc:
1906
1907         Fix build with poppler >= 0.7.2
1908         
1909 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1910
1911         * configure.ac:
1912         
1913         Update for release 2.22.0
1914
1915 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1916
1917         * NEWS:
1918
1919         Update for upcoming release.
1920
1921 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1922
1923         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1924
1925         Bug 495107 – Handle print dialog responses correctly
1926
1927         Correctly handle print dialog response. Properly fixes
1928         the above mentioned bug.
1929
1930 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1933
1934         Make sure print job is only run when the print button is
1935         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1936         
1937 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * backend/pdf/pdfdocument.evince-backend.in:
1940         * libdocument/ev-backends-manager.c:
1941         (ev_backends_manager_load_backend),
1942         (ev_backends_manager_get_document):
1943         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1944
1945         Allow making backend modules resident. This is needed only for
1946         some backends like pdf to avoid registering glib types more than
1947         once.
1948         
1949 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * backend/comics/comics-document.c:
1952         * backend/djvu/djvu-document.c:
1953         * backend/impress/impress-document.c:
1954         * backend/pdf/ev-poppler.cc:
1955         * backend/pixbuf/pixbuf-document.c:
1956         * backend/ps/ev-spectre.c:
1957         * backend/ps/ps-document.c:
1958         * backend/tiff/tiff-document.c:
1959         * libdocument/ev-document.h:
1960         * properties/ev-properties-main.c:
1961
1962         Use g_type_module_add_interface instead of
1963         g_type_add_interface_static. Fixes bug #519679.
1964         
1965 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1966
1967         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1968         Added. Returns whether the animation has everything necessary to run.
1969         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1970         is ready just because it's been created. Fixes #519106.
1971         (draw_one_page): Do not show the "Loading..." text in presentation
1972         mode, there was a slim probability that this could happen.
1973
1974 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1975
1976         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1977
1978         Duplicate mime_type string before freeing it so that it doesn't
1979         always fail when getting mime type from uri. Fixes bug #518874.
1980         
1981 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1982
1983         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1984
1985         Fix a crash when a choice form field doesn't have any item
1986         selected. Fixes bug #518831
1987         
1988 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1989
1990         * shell/ev-window.c (ev_window_clear_temp_file):
1991         Use g_file_has_prefix instead of renamed
1992         g_file_contains_file.
1993
1994         * configure.ac:
1995         Require new glib for above change.
1996         
1997 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1998
1999         * libdocument/ev-image.c: (ev_image_finalize),
2000         (ev_image_save_tmp):
2001
2002         Return a real uri instead of a filename when saving an
2003         image. Fixes images drag an drop from evince to nautilus. 
2004         
2005 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * backend/pdf/ev-poppler.cc:
2008         (pdf_document_images_get_image_mapping):
2009
2010         Return the image list in the right order. Fixes bug #516237.
2011         
2012 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2013
2014         * backend/impress/impress-document.c:
2015         (impress_document_thumbnails_get_thumbnail):
2016
2017         Remove unused variable to avoid a compiler warning.
2018
2019 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2020
2021         * configure.ac:
2022         
2023         Update for release 2.21.91.
2024
2025 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * configure.ac:
2028         * shell/Makefile.am:
2029         * shell/ev-application.[ch]:
2030         * shell/ev-sidebar-links.c:
2031         * shell/ev-utils.[ch]:
2032         * shell/ev-window.[ch]:
2033
2034         Remove libgnomeprint support. Fixes bug #512370.
2035         
2036 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2037
2038         * thumbnailer/evince-thumbnailer.c: (main):
2039
2040         Initialize glib type system before using it. Fixes bug #513934.
2041         
2042 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2043
2044         * properties/ev-properties-main.c:
2045
2046         Add missing #include.
2047         
2048 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * configure.ac:
2051         * backend/djvu/djvu-document.c: (djvu_document_render):
2052         * backend/tiff/tiff-document.c: (tiff_document_render):
2053
2054         Use the new cairo function cairo_format_stride_for_width when
2055         available. Fixes bug #482720.
2056
2057 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2058
2059         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2060         (get_mime_type_from_data), (get_document_from_uri):
2061
2062         Use g_content_type_guess() only when slow is true in
2063         get_document_from_uri(). Fix several memory leaks.
2064         
2065 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2066
2067         * libdocument/ev-document-factory.c:
2068         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2069         (get_document_from_uri):
2070
2071         Use g_content_type_guess () to get mimetype for files.
2072         Bug #510401.
2073
2074 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * thumbnailer/Makefile.am:
2077
2078         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2079         
2080 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * configure.ac:
2083
2084         Fix build with --without-libgnome. Fixes bug #512771.
2085         
2086 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2087
2088         * backend/dvi/Makefile.am: Install only dvi
2089         module. Fixes bug #512718.
2090
2091 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2092
2093         * properties/ev-properties-main.c: (nautilus_module_initialize):
2094         
2095         Initialize backends in properties tab. Fixes bug
2096         #512720.
2097
2098 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2099
2100         * properties/Makefile.am: No need to link with 
2101         libraries. Fixes bug #512719.
2102
2103 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2104
2105         * NEWS:
2106         * configure.ac:
2107         
2108         Update for release 2.21.90.
2109
2110 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2111
2112         * shell/ev-window.c: (ev_window_cmd_escape):
2113
2114         Fix compile warning.
2115         
2116 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2119
2120         Fix printing in dvi backend when filename contains white
2121         espaces. Fixes bug #502839.
2122         
2123 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2126         (screensaver_disable_x11):
2127         * shell/Makefile.am:
2128         * shell/xdg-user-dir-lookup.c: Removed
2129         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2130         * shell/ev-view.c: (ev_view_presentation_transition_start):
2131         * shell/ev-window.c: (ev_window_cmd_file_open),
2132         (ev_window_cmd_save_as), (presentation_set_timeout):
2133
2134         Remove #ifdefs that are no longer needed.
2135         
2136 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * shell/ev-view.[ch]: (ev_view_button_release_event),
2139         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2140         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2141         (ev_window_cmd_escape):
2142
2143         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2144         
2145 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * configure.ac:
2148         * backend/comics/comics-document.c: (comics_document_load):
2149         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2150         (ev_attachment_set_property), (ev_attachment_init),
2151         (ev_attachment_save), (ev_attachment_launch_app),
2152         (ev_attachment_open):
2153         * libdocument/ev-document-factory.c: (get_document_from_uri):
2154         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2155         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2156         * shell/ev-jobs.c:
2157         * shell/ev-password.c: (ev_password_dialog_set_property),
2158         (ev_password_dialog_save_password):
2159         * shell/ev-sidebar-attachments.c:
2160         (ev_sidebar_attachments_drag_data_get):
2161         * shell/ev-window-title.c: (get_filename_from_uri):
2162         * shell/ev-window.c: (ev_window_clear_temp_file),
2163         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2164         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2165         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2166         (launch_external_uri), (image_save_dialog_response_cb),
2167         (attachment_save_dialog_response_cb):
2168         * shell/main.c: (load_files), (load_files_remote), (main):
2169         * thumbnailer/evince-thumbnailer.c: (main):
2170
2171         Port to gio and drop gnome-vfs dependency. Fixes bug
2172         #510401. Based on patch by Cosimo Cecchi.
2173         
2174 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2175
2176         * NEWS:
2177
2178         Fixed formatting inconsistencies (spaces vs. tabs)
2179
2180 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2181
2182         * shell/ev-window.c:
2183
2184         Use top/up/bottom/down arrows instead of
2185         first/left/last/right in the toolbar and menu actions.
2186         This fixes issues with RTL languages and is visually
2187         consistent with the page view. Fixes bug #170081.
2188
2189 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2190
2191         * NEWS:
2192
2193         Fixed some inaccuracies pointed out by Carlos Garcia
2194         Campos.
2195
2196 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2197
2198         * NEWS:
2199         * data/evince.schemas.in:
2200         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2201
2202         Override PDF restrictions by default. Fixes bug #382700.
2203
2204 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2205
2206         * NEWS: Updated for upcoming release
2207
2208 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2211
2212         Fix memory leak.
2213         
2214 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2215
2216         * shell/ev-window.c: (register_custom_actions):
2217         
2218         Added comment for translators
2219
2220 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2221
2222         * shell/ev-view.c: (ev_view_button_release_event):
2223
2224         Do not create the idle function for kinetic scrolling if we are
2225         not in a drag operation.
2226
2227 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2228
2229         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2230         (ev_view_button_press_event), (ev_view_motion_notify_event),
2231         (ev_view_button_release_event):
2232
2233         Restore cursor after autoscrolling. Fixes bug #509958.
2234
2235 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2236
2237         * configure.ac:
2238         * backend/pdf/ev-poppler.cc:
2239         (pdf_document_images_get_image_mapping),
2240         (pdf_document_images_get_image),
2241         (pdf_document_document_images_iface_init):
2242         * libdocument/ev-document-images.[ch]:
2243         (ev_document_images_get_image_mapping),
2244         (ev_document_images_get_image):
2245         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2246         (ev_image_get_id), (ev_image_save_tmp):
2247         * shell/ev-jobs.c: (ev_job_render_run):
2248         * shell/ev-view.c: (ev_view_drag_data_get):
2249         * shell/ev-window.c: (image_save_dialog_response_cb),
2250         (ev_view_popup_cmd_copy_image):
2251
2252         Do not render images when rendering the page but on demand. It
2253         reduces the memory comsumption.
2254         
2255 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2256
2257         * configure.a:
2258         * shell/ev-password.c:
2259
2260         Make gnome-keyring optional. Fixes bug #509676.
2261         
2262 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * shell/ev-pixbuf-cache.c: (add_job):
2265
2266         Initialize include_images variable as FALSE instead of TRUE.
2267         
2268 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2269
2270         * configure.ac:
2271         * cut-n-paste/Makefile.am:
2272         * cut-n-paste/fileformatchooser/Makefile.am:
2273         * cut-n-paste/fileformatchooser/egg-macros.h:
2274         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2275         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2276         * shell/Makefile.am:
2277         * shell/ev-utils.c:
2278         (file_chooser_dialog_add_writable_pixbuf_formats),
2279         (get_gdk_pixbuf_format_by_extension):
2280         * shell/ev-utils.h:
2281         * shell/ev-window.c: (ev_window_error_message),
2282         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2283         
2284         Simplify image format selection on save.
2285
2286 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2287
2288         * shell/ev-view.c: (ev_view_scroll_event):
2289         
2290         Repair gorizontal scrolling with shift. Fixes
2291         bug #483412.
2292
2293 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2294         
2295         * MAINTAINERS:
2296
2297         Fix formatting issues.
2298         
2299 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2300
2301         * backend/comics/comics-document.c: (comics_regex_quote):
2302         
2303         Don't overquote special chars except of '. See bug 
2304         502500. Thanks to Tom Parker.
2305
2306 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2307
2308         * MAINTAINERS:
2309         
2310         Added Nickolay and Carlos, since they're doing most of
2311         the releases nowadays.
2312
2313 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2314
2315         * properties/Makefile.am:
2316
2317         Get the nautilus extension dir properly instead of using
2318         a hack. Fixes bug #505359.
2319
2320 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2321
2322         * properties/Makefile.am:
2323         
2324         Install nautilus extension into new place. See bug
2325         #505359. Thanks to Matthias Clasen, Brian Pepple and
2326         Damien Carbery.
2327
2328 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2329
2330         * shell/ev-window.c: (ev_window_get_recent_file_label):
2331         
2332         RTL marker in recent file list. See bug #509076.
2333
2334 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2337         * shell/ev-window.c: (image_save_dialog_response_cb):
2338
2339         Fix compile warnings due to unused variables.
2340         
2341 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * configure.ac:
2344         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2345         * backend/ps/ev-spectre.c: (ps_document_render):
2346
2347         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2348
2349 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2350
2351         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2352         (ev_transition_animation_paint): Implement "fade" effect.
2353
2354 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2355
2356         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2357         (ev_transition_animation_paint): Implement "uncover" effect.
2358
2359 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2360
2361         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2362         (ev_transition_animation_paint): Implement "cover" effect.
2363
2364 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2365
2366         * shell/ev-transition-animation.c (ev_transition_animation_push)
2367         (ev_transition_animation_paint): Implement "push" effect.
2368
2369 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2370
2371         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2372         (ev_transition_animation_paint): Implement "dissolve" effect.
2373
2374 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2375
2376         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2377         (ev_transition_animation_paint): Implement "wipe" effect.
2378
2379 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2380
2381         * shell/ev-transition-animation.c (ev_transition_animation_box)
2382         (ev_transition_animation_paint): Implement "box" effect.
2383
2384 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2385
2386         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2387         (ev_transition_animation_paint): Implement "blinds" effect.
2388
2389 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2390
2391         * shell/ev-transition-animation.c (ev_transition_animation_split)
2392         (ev_transition_animation_paint): Implement "split" effect.
2393
2394 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2395
2396         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2397         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2398         (ev_view_transition_animation_start) 
2399         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2400         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2401         (ev_view_next_page) (ev_view_previous_page):
2402         
2403         Use EvTransitionAnimation to drive page changes in the presentation
2404         mode, the animation will wait to start until both the origin and 
2405         destination page surfaces are available. Fixes #458460.
2406
2407         (draw_loading_text):
2408
2409         Remove workaround for bug #320352, it's now fixed properly.
2410
2411
2412 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2413
2414         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2415         will contain the implementations for page transition animations, at
2416         the moment it just has the "replace" effect.
2417         * shell/Makefile.am: Added these files to build.
2418
2419 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2420
2421         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2422         animations.
2423         * shell/Makefile.am: Added these files to build.
2424
2425 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2426
2427         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2428         implementation to get_effect() in EvDocumentTransitionIface.
2429
2430 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2431
2432         * libdocument/ev-transition-effect.[ch]: New files, define a page
2433         transition effect, at the moment it maps PopplerPageTransition to a
2434         GObject.
2435         * libdocument/Makefile.am: Added these files to build.
2436         * libdocument/ev-document-transition.[ch]
2437         (ev_document_transition_get_effect): New method, gets the
2438         EvTransitionEffect returned by the interface implementation, with
2439         fallback to the "replace" effect.
2440
2441 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2442
2443         * configure.ac:
2444         * cut-n-paste/Makefile.am:
2445         * cut-n-paste/fileformatchooser/Makefile.am:
2446         * cut-n-paste/fileformatchooser/egg-macros.h:
2447         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2448         * shell/Makefile.am:
2449         * shell/ev-window.c: (image_save_dialog_response_cb),
2450         (ev_view_popup_cmd_save_image_as):
2451
2452         Allow exporting images in any format supported by
2453         GdkPixbuf. Fixes bug #500209.
2454         
2455 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2456
2457         * backend/pixbuf/pixbuf-document.c:
2458
2459         More warnings fixed.
2460         
2461 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2464         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2465         * backend/djvu/djvu-text.h:
2466         * backend/tiff/tiff-document.c: (tiff_document_render):
2467
2468         Fix compile warnings.
2469         
2470 2007-12-28  Christian Persch  <chpe@gnome.org>
2471
2472         * **/*.c: Include config.h. Bug #504721.
2473
2474 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * configure.ac:
2477         * Makefile.am:
2478         * po/POTFILES.in:
2479         * backend/comics/Makefile.am:
2480         * backend/comics/comics-document.[ch]:
2481         * backend/comics/comicsdocument.evince-backend.in:
2482         * backend/djvu/Makefile.am:
2483         * backend/djvu/djvu-document.[ch]:
2484         * backend/djvu/djvudocument.evince-backend.in:
2485         * backend/dvi/Makefile.am:
2486         * backend/dvi/dvi-document.[c]:
2487         * backend/dvi/dvidocument.evince-backend.in:
2488         * backend/impress/Makefile.am:
2489         * backend/impress/impress-document.[ch]:
2490         * backend/impress/impressdocument.evince-backend.in:
2491         * backend/pdf/Makefile.am:
2492         * backend/pdf/ev-poppler.cc:
2493         * backend/pdf/ev-poppler.h:
2494         * backend/pdf/pdfdocument.evince-backend.in:
2495         * backend/pixbuf/Makefile.am:
2496         * backend/pixbuf/pixbuf-document.[ch]:
2497         * backend/pixbuf/pixbufdocument.evince-backend.in:
2498         * backend/ps/Makefile.am:
2499         * backend/ps/ev-spectre.[ch]:
2500         * backend/ps/ps-document.[ch]:
2501         * backend/ps/psdocument.evince-backend.in:
2502         * backend/tiff/Makefile.am:
2503         * backend/tiff/tiff-document.[ch]:
2504         * backend/tiff/tiffdocument.evince-backend.in:
2505         * libdocument/Makefile.am:
2506         * libdocument/ev-backends-manager.[ch]:
2507         * libdocument/ev-module.[ch]:
2508         * libdocument/ev-document.h:
2509         * libdocument/ev-document-factory.[ch]:
2510         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2511         (get_compression_from_mime_type), (get_document_from_uri),
2512         (ev_document_factory_get_document), (file_filter_add_mime_types),
2513         (ev_document_factory_add_filters):
2514         * shell/Makefile.am:
2515         * shell/ev-window-title.c: (get_filename_from_uri):
2516         * shell/main.c: (main):
2517         * thumbnailer/Makefile.am:
2518         * thumbnailer/evince-thumbnailer.c: (main):
2519
2520         Plugin system for backends. Fixes bug #351348.
2521         
2522 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2523
2524         * shell/ev-view-private.h:
2525         * shell/ev-view.c: (ev_view_drag_update_momentum),
2526         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2527         (ev_view_button_release_event), (ev_view_destroy):
2528         
2529         Kinetic scrolling implemented as requested in
2530         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2531
2532 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2533
2534         * data/evince-toolbar.xml:
2535         * data/evince-ui.xml:
2536         * shell/ev-view-private.h:
2537         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2538         (ev_view_button_press_event), (ev_view_motion_notify_event),
2539         (ev_view_button_release_event), (ev_view_init),
2540         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2541         (ev_view_set_cursor):
2542         * shell/ev-view.h:
2543         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2544         (ev_window_cmd_view_autoscroll):
2545         
2546         Autoscroll feature with the context menu. Fixes bug 
2547         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2548
2549 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2552
2553         Disconnect also page-ready signal when removing a job because the
2554         page size has changed. Thanks to kripken
2555         <kripkensteiner@gmail.com>.
2556
2557 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2558
2559         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2560         
2561         Scroll pages in page entry with mouse wheel. Fixes bug
2562         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2563
2564 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2565
2566         * backend/dvi/Makefile.am:
2567         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2568         (mdvi_cairo_device_init):
2569         * backend/dvi/mdvi-lib/common.h:
2570         * backend/dvi/mdvi-lib/mdvi.h:
2571         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2572         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2573         (mdvi_build_path_from_cwd):
2574
2575         Add ps specials support in dvi backend when libspectre is
2576         present. Fixes bug #386005.
2577         
2578 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * configure.ac:
2581         * backend/ps/Makefile.am:
2582         * backend/ps/ev-spectre.[ch]:
2583         
2584         Use libspectre, if available, for the ps backend. Fixes bugs
2585         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2586
2587 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2588         
2589         * backend/comics/comics-document.c: (comics_document_load):
2590         
2591         Cygwin build issue fix.
2592
2593 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * shell/ev-view.c: (ev_view_set_zoom):
2596
2597         Do not limit the minimum zoom factor when sizing mode is best bit
2598         or fit width. Fixes bug #503805.
2599         
2600 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2601
2602         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2603         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2604         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2605         (ev_link_dest_get_property), (ev_link_dest_set_property),
2606         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2607         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2608         (ev_link_dest_new_fitr):
2609         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2610         (goto_fith_dest), (goto_xyz_dest):
2611
2612         Do not change left, top and zoom values when they are null in PDF
2613         destinations. Fixes bug #460658.
2614         
2615 2007-12-10  Christian Persch  <chpe@gnome.org>
2616
2617         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2618         (ev_view_accessible_class_init),
2619         (ev_view_accessible_idle_do_action),
2620         (ev_view_accessible_action_do_action),
2621         (ev_view_accessible_action_get_description),
2622         (ev_view_accessible_action_set_description),
2623         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2624         (ev_view_accessible_factory_init),
2625         (ev_view_accessible_factory_get_accessible_type):
2626         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2627         private data, and G_DEFINE_TYPE. Bug #502843.
2628
2629 2007-12-08  Christian Persch  <chpe@gnome.org>
2630
2631         * shell/ev-metadata-manager.c: (item_free),
2632         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2633         (value_free), (parse_value), (parseItem),
2634         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2635         (save_values): Use GSlice to allocate small amounts of memory. Bug
2636         #475972.
2637
2638 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2639
2640         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2641
2642         Restore cursor to normal after a drag operation. Fixes bug
2643         #501603.
2644         
2645 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2646
2647         * NEWS:
2648         * configure.ac:
2649         
2650         Update for release 2.21.1
2651
2652 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * configure.ac:
2655         * cut-n-paste/gedit-message-area/Makefile.am:
2656         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2657         * shell/Makefile.am:
2658         * shell/ev-message-area.[ch]:
2659         * shell/ev-window.c: (ev_window_set_message_area),
2660         (ev_window_error_message_response_cb), (ev_window_error_message),
2661         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2662         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2663         (ev_attachment_popup_cmd_open_attachment),
2664         (attachment_save_dialog_response_cb), (ev_window_set_document),
2665         (ev_window_init):
2666
2667         Use a message area instead of a popup dialog for error
2668         notifications. Fixes bug #337495.
2669         
2670 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2671
2672         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2673         (ev_window_run_fullscreen):
2674
2675         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2676         
2677 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * ev-sidebar-thumbnails.c: (update_visible_range),
2680         (ev_sidebar_thumbnails_refresh),
2681         (ev_sidebar_thumbnails_set_document),
2682         (ev_sidebar_thumbnails_support_document):
2683
2684         Show thumbnails for documents with one page. Fixes bug #358751.
2685         
2686 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2687
2688         * shell/ev-window.c:
2689         (ev_window_load_print_settings_from_metadata),
2690         (ev_window_save_print_settings), (ev_window_print_finished),
2691         (ev_window_print_range):
2692
2693         Print settings that are specific to the document are now saved per
2694         document in the metadata file. Fixes bug #488806.
2695         
2696 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2697
2698         * backend/tiff/tiff-document.c: (tiff_document_render):
2699
2700         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2701         
2702 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2703
2704         * shell/ev-application.[ch]: (get_find_string_from_args),
2705         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2706         (ev_application_open_uri_list):
2707         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2708         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2709         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2710         (ev_window_cmd_recent_file_activate),
2711         (ev_window_open_recent_action_item_activated),
2712         (ev_window_print_send), (open_remote_link):
2713         * shell/main.c: (arguments_parse):
2714
2715         Add a command line option for search. Fixes bug #497710.
2716         
2717 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2718
2719         * shell/ev-jobs.c: (ev_job_print_new):
2720
2721         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2722         
2723 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2724
2725         * data/evince-toolbar.xml:
2726         * shell/Makefile.am:
2727         * shell/ev-application.c: (ev_application_init):
2728         * shell/ev-open-recent-action.[ch]:
2729         * shell/ev-window.c:
2730         (ev_window_open_recent_action_item_activated),
2731         (register_custom_actions):
2732
2733         Add an expander to the open toolbar item which pops up a dropdown
2734         menu with the recently used documents. Fixes bug #487215.
2735         
2736 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2737
2738         * shell/ev-window.c: (ev_window_open_uri),
2739         (ev_window_cmd_view_reload):
2740
2741         Do not jump to the first page when reloading by running evince
2742         from the command line. Fixes bug #490847.
2743         
2744 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2745
2746         * shell/ev-window.c: (ev_window_cmd_help_contents):
2747
2748         Plugged memory leak when help file is not found. Fixes bug
2749         #490762.
2750         
2751 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2752
2753         * configure.ac:
2754
2755         Enable djvu, dvi and comics backends by default. Fixes bug
2756         #437121.
2757         
2758 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2759
2760         * configure.ac:
2761         * cut-n-paste/Makefile.am:
2762         * cut-n-paste/recent-files/*: Removed
2763         * help/reference/Makefile.am:
2764         * shell/Makefile.am:
2765         * shell/ev-application.[ch]: (ev_application_shutdown),
2766         (ev_application_init):
2767         * shell/ev-window.c: (ev_window_add_recent),
2768         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2769
2770         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2771         
2772 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2773
2774         * shell/ev-window.c: (launch_external_uri):
2775
2776         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2777         and report error if the URL is not supported (#489910).
2778
2779 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2782         (pdf_document_file_exporter_begin_page),
2783         (pdf_document_file_exporter_end_page):
2784
2785         Fix printing with poppler splash backend. Fixes bug #489774.
2786         
2787 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2788
2789         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2790         * shell/ev-print-job.c: (ev_print_job_class_init):
2791
2792         Fix a crash when printing with the gnome-print dialog. Fixes bug
2793         #488939.
2794         
2795 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2796
2797         * backend/pixbuf/pixbuf-document.c:
2798
2799         Fix an implicit function definition warning (#487655)
2800
2801 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2802
2803         * shell/ev-window.c:
2804
2805         Fix conflicting shortcut for view sade pane and presentation.
2806         
2807 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2808
2809         * backend/pdf/ev-poppler.cc:
2810         (pdf_document_file_exporter_begin_page),
2811         (pdf_document_file_exporter_do_page),
2812         (pdf_document_file_exporter_end_page),
2813         (pdf_document_file_exporter_iface_init):
2814         * libdocument/ev-file-exporter.[ch]:
2815         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2816         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2817         (ev_job_print_run):
2818
2819         When printing multiple pages per sheet in reverse option, do not
2820         invert the order of the pages in every sheet, but the order of the
2821         sheets. Do not print blank pages when page range is invalid. Fixes
2822         bugs #484857 and #485521.
2823         
2824 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2827         (ev_job_print_run):
2828         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2829
2830         Respect ranges order when printing more than one range in random
2831         order.
2832         
2833 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2834
2835         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2836         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2837
2838         Rotate also the window icon when document is rotated. Fixes bug
2839         #474681.
2840         
2841 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2844         (pdf_document_forms_get_form_fields):
2845
2846         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2847         Matthias Drochner.
2848         
2849 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * configure.ac:
2852         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2853
2854         Use poppler_page_render_for_printing() instead of
2855         poppler_page_render() if available when exporting to a ps or pdf
2856         file. Fixes bug #476627.
2857         
2858 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * shell/ev-window.c: (ev_window_run_fullscreen):
2861
2862         Do not show the toolbar in fullscreen mode if the main toolbar is
2863         not visible. Fixes bug #483048.
2864         
2865 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * shell/ev-view.c: (ev_view_button_press_event):
2868
2869         Give priority to form fields over images when deciding whether a
2870         button press event is over an image or form field. It allows edit
2871         form fields when they are over a background image. Fixes bug
2872         #477841.
2873         
2874 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2875
2876         * NEWS:
2877         * configure.ac:
2878         
2879         Update for release 2.20.0
2880
2881 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * backend/pdf/ev-poppler.cc:
2884
2885         Remove #ifdef HAVE_FORMS, so that forms support works again.
2886
2887 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2888
2889         * configure.ac:
2890         * data/evince.desktop.in.in:
2891         
2892         Fixes desktop file issues. See bug #473471.
2893
2894 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2897         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2898         (ev_job_queue_remove_job):
2899         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2900         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2901         * shell/ev-window.c: (ev_window_clear_save_job),
2902         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2903         (ev_window_dispose):
2904
2905         Move save a copy task to its own job so that it's carried out in a
2906         thread avoiding another lock in the main thread. Use
2907         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2908         can be saved to a pathin another file system. Fixes bug #456891.
2909         
2910 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2911
2912         * NEWS:
2913         * configure.ac:
2914         
2915         Update for release 2.19.92
2916
2917 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * configure.ac:
2920         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2921         (pdf_selection_get_selection_region),
2922         (pdf_selection_get_selection_map),
2923         (ev_form_field_from_poppler_field):
2924
2925         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2926         and triple click selections are enabled again now.
2927
2928 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * shell/ev-window.c: (ev_window_add_history):
2931
2932         Make sure not to use the history with documents not supporting
2933         links. Fixes bug #468954.
2934
2935 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2936
2937         * shell/ev-window.c: (ev_window_load_job_cb):
2938
2939         Restart the search when reloading a document with the find bar
2940         visible. Fixes bug #461962.
2941
2942 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2943
2944         * shell/ev-window.c: (setup_document_from_metadata),
2945         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2946
2947         Do not jump to the first page when reloading a document from the
2948         last page.
2949
2950 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * shell/ev-window.c: (update_chrome_flag),
2953         (setup_sidebar_from_metadata),
2954         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2955         (ev_window_cmd_edit_find_next),
2956         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2957         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2958         (find_bar_close_cb), (view_actions_focus_in_cb):
2959
2960         Do not update visibility when changing a chrome flag so that it's
2961         possible to update several flags and update visibility only once
2962         for all of them.
2963
2964 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2965
2966         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2967
2968         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2969         supported by gtk+. Fixes bug #460907.
2970
2971 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * shell/ev-view.c: (view_update_range_and_current_page):
2974
2975         Make sure current-page <= end-page in continuous mode. Fixes bug
2976         #454950.
2977
2978 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * backend/pdf/ev-poppler.cc: (build_tree):
2981
2982         Ignore outline items without a title. Fixes bug #453913.
2983
2984 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2985
2986         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2987         (ev_view_button_release_event), (ev_view_leave_notify_event):
2988
2989         Use always drag mouse cursor during a drag operation. Fixes bug
2990         #470564.
2991
2992 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2993
2994         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2995         (pdf_selection_get_selection_region),
2996         (pdf_selection_get_selection_map):
2997
2998         Temporarily disable double and triple selections since it depends on
2999         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3000         released and the update of the external dependency minimal version
3001         approved.
3002
3003 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3004
3005         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3006         (pdf_document_file_exporter_do_page):
3007         * libdocument/ev-file-exporter.h:
3008         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3009         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3010
3011         Actually fix printing regressions. Remove orientation from
3012         EvPrintContext since it's redundant.
3013
3014 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3017         * backend/impress/impress-document.c:
3018         (impress_document_document_iface_init):
3019         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3020         * backend/djvu/djvu-document.c:
3021         (djvu_document_document_iface_init),
3022         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3023         * backend/tiff/tiff-document.c:
3024         (tiff_document_document_iface_init):
3025         * backend/pixbuf/pixbuf-document.c:
3026         (pixbuf_document_document_iface_init):
3027         * backend/comics/comics-document.c:
3028         (comics_document_document_iface_init):
3029         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3030         (pdf_selection_render_selection),
3031         (pdf_selection_get_selected_text),
3032         (pdf_selection_get_selection_region),
3033         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3034         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3035         (ev_selection_get_selection_region),
3036         (ev_selection_get_selection_map):
3037         * libdocument/ev-document.[ch]:
3038         * shell/ev-pixbuf-cache.[ch]: (add_job),
3039         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3040         * shell/ev-view-private.h:
3041         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3042         (ev_job_render_run):
3043         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3044         * shell/ev-view.c: (start_selection_for_event),
3045         (ev_view_button_press_event), (ev_view_drag_data_get),
3046         (ev_view_drag_data_received), (ev_view_button_release_event),
3047         (compute_new_selection_text), (compute_selections),
3048         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3049         (ev_view_primary_get_cb):
3050
3051         Add support for double and triple click selections.
3052
3053 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3054
3055         * NEWS:
3056         * configure.ac:
3057
3058         Update for release 2.19.4
3059
3060 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3061
3062         * shell/ev-view-private.h:
3063         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3064         (ev_view_set_highlight_search):
3065         * shell/ev-view.h:
3066         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3067         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3068         (find_bar_visibility_changed_cb):
3069         
3070         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3071
3072 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3073
3074         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3075         (pdf_document_file_exporter_begin),
3076         (pdf_document_file_exporter_do_page):
3077         * shell/ev-jobs.c: (ev_job_print_run):
3078         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3079
3080         Create always a portrait cairo surface and rotate when needed for
3081         landscape. It fixes printing problems in real printers.
3082
3083 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3084
3085         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3086         * libdocument/ev-file-exporter.[ch]:
3087         (ev_file_exporter_get_capabilities):
3088         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3089         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3090
3091         Adjust number of pages per row according to page orientation when
3092         printing 2 or 6 pages per sheet.
3093
3094 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * shell/ev-window.c: (ev_window_print_send):
3097
3098         Reset also cups setting to 1 when printing multiple pages per
3099         sheet. Fixes bug #468853.
3100
3101 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3102
3103         * libdocument/ev-document-misc.c:
3104         (ev_document_misc_surface_rotate_and_scale):
3105
3106         Use directly cairo_surface_get_content() when creating a similar
3107         surface as suggested by Jeff Muizelaar. Thanks again.
3108
3109 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3110
3111         * backend/djvu/djvu-document.c: (djvu_document_render):
3112         * backend/tiff/tiff-document.c: (tiff_document_render):
3113         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3114         * libdocument/ev-document-misc.c:
3115         (ev_document_misc_surface_from_pixbuf),
3116         (ev_document_misc_surface_rotate_and_scale):
3117
3118         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3119         creating page surfaces. Fixes bug #453123. Thank you very much to
3120         Jeff Muizelaar <jeff@infidigm.net>.
3121
3122 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * shell/ev-page-cache.c: (ev_page_cache_new),
3125         (ev_page_cache_get_thumbnail_size):
3126         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3127         (ev_sidebar_thumbnails_set_loading_icon):
3128
3129         Also store in page-cache the dimensions of the thumbnails so that
3130         they can be used to create the correct loading icon in the side
3131         pane. Fixes bug #466857.
3132
3133 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3134
3135         * backend/pdf/ev-poppler.cc:
3136         (pdf_document_thumbnails_get_thumbnail):
3137
3138         Fix thumbnails rotation in pdf documents that include embedded 
3139         thumbnails.
3140
3141 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3142
3143         * backend/pdf/ev-poppler.cc:
3144
3145         Don't use #ifdef in macro expansion. Some compilers don't
3146         like that. Closes bug #467042.
3147
3148 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3149
3150         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3151         
3152         Fixes memory leak in djvu backend.
3153
3154 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3155
3156         * data/icons/32x32/Makefile.am:
3157         * data/icons/32x32/actions/Makefile.am:
3158         * data/icons/32x32/actions/view-page-cont.svg:
3159         * data/icons/32x32/actions/view-page-facing.svg:
3160         * data/icons/48x48/Makefile.am:
3161         * data/icons/48x48/actions/Makefile.am:
3162         * data/icons/48x48/actions/view-page-cont.svg:
3163         * data/icons/48x48/actions/view-page-facing.svg:
3164         
3165         Icons for a new sizes.
3166
3167 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3168
3169         * shell/ev-page-cache.c: (build_height_to_page),
3170         (ev_page_cache_get_height_to_page):
3171         
3172         Fixes invalid read, see bug #466401.
3173
3174 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3177         (set_drag_cursor):
3178         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3179         (configure_item_cursor), (new_pixbuf_from_widget):
3180
3181         Fix multihead problems in toolbar editor. Fixes bug #382055.
3182
3183 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * shell/ev-window.c: (ev_window_cmd_file_open),
3186         (ev_window_cmd_save_as):
3187
3188         Use g_get_user_special_dir when available instead of
3189         xdg_user_dir_lookup.
3190
3191 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3192
3193         * MAINTAINERS:
3194         
3195         Updated according to request on desktop-devel.
3196
3197 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3198
3199         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3200
3201         Do not use cairo_rectangle and cairo_clip since we are
3202         not using cairo_fill but cairo_paint. Use the same cairo context
3203         for every page in the same expose event.
3204
3205 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3206
3207         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3208         leak.
3209
3210 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3211
3212         * configure.ac:
3213         * NEWS:
3214
3215         Release 0.9.3
3216
3217 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * libdocument/ev-document-info.h:
3220         * libdocument/ev-document.h:
3221         * shell/ev-page-action.h:
3222         * shell/ev-sidebar-links.h:
3223
3224         Fix a headers problem with ev-link
3225         
3226         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3227         * shell/ev-view-private.h:
3228         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3229         (get_link_area), (ev_view_query_tooltip),
3230         (ev_view_leave_notify_event), (ev_view_destroy),
3231         (ev_view_class_init):
3232
3233         Use new gtk tooltips when available instead of ev-tooltip.
3234         
3235 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * shell/ev-window.c: (update_chrome_visibility),
3238         (ev_window_sidebar_visibility_changed_cb):
3239
3240         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3241         
3242 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-navigation-action.c:
3245         (ev_navigation_action_history_changed),
3246         (ev_navigation_action_set_history):
3247         * shell/ev-navigation-action-widget.c:
3248         (ev_navigation_action_widget_init):
3249         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3250
3251         Fix compile warnings.
3252         
3253 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3256         (egg_editable_toolbar_dispose):
3257
3258         Fix memory leak.
3259         
3260 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3261
3262         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3263         (screensaver_disable_x11):
3264         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3265         * shell/ev-window.c: (presentation_set_timeout):
3266         * shell/ev-view.c: (ev_view_presentation_transition_start):
3267
3268         Use g_timeout_add_seconds instead of g_timeout_add when
3269         available.
3270         
3271 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3274
3275         Set horizontal scrollbar policy to AUTOMATIC instead of
3276         NEVER. Workaround for bug #449462.
3277         
3278 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * shell/ev-jobs.c: (ev_job_render_page_ready):
3281
3282         Add page_ready callback to main loop with high priority and hold
3283         a reference to job during idle.
3284         
3285 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3286
3287         * configure.ac:
3288         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3289         (pdf_document_file_exporter_begin),
3290         (pdf_document_file_exporter_do_page),
3291         (pdf_document_file_exporter_get_capabilities):
3292         * libdocument/ev-file-exporter.h:
3293         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3294         * shell/ev-window.c: (ev_window_print_send),
3295         (ev_window_print_dialog_response_cb):
3296
3297         Allow printing multiple pages per sheet. Fixes bug #395573.
3298         
3299 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3300
3301         * shell/ev-view.c: (tip_from_link):
3302         
3303         Check for NULL, fixes bug #460862.
3304
3305 2007-07-29  Christian Persch  <chpe@gnome.org>
3306
3307         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3308         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3309         (ev_window_cmd_preview_print):
3310         
3311         Fixes bug #437681 - blocks while enumerating printers.
3312
3313 2007-07-29  Christian Persch  <chpe@gnome.org>
3314
3315         * shell/ev-window.c: (ev_window_screen_changed):
3316         
3317         Don't use deprecated gtk+ function. See bug #460909.
3318
3319 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * shell/ev-utils.c: (get_num_monitors):
3322         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3323
3324         Do not use display before initializing it. Remove compile
3325         warnings.
3326
3327 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3328
3329         * shell/ev-view.c: (ev_view_class_init):
3330         
3331         Unix-like hjkl bindings added. See bug #458111.
3332
3333 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3334
3335         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3336         * shell/ev-utils.h:
3337         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3338         (ev_view_update_view_size):
3339         * shell/ev-view.h:
3340         * shell/ev-window.c: (ev_window_update_actions),
3341         (setup_view_from_metadata), (ev_window_screen_changed),
3342         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3343         (zoom_control_changed_cb):
3344         * shell/ev-window.h:
3345         
3346         Reorganizes utility functions.
3347
3348 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3349
3350         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3351         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3352         (add_job), (ev_pixbuf_cache_get_surface),
3353         (ev_pixbuf_cache_get_link_mapping),
3354         (ev_pixbuf_cache_get_image_mapping),
3355         (ev_pixbuf_cache_get_form_field_mapping),
3356         (ev_pixbuf_cache_get_text_mapping):
3357         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3358         (notify_page_ready), (ev_job_render_page_ready),
3359         (ev_job_render_run):
3360
3361         Add page_ready signal to notify that page is ready as soon as
3362         possible even if other page elements like links, forms, images or
3363         text mapping are not ready yet.
3364
3365 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3368         (dvi_document_file_exporter_do_page),
3369         (dvi_document_file_exporter_get_capabilities),
3370         (dvi_document_file_exporter_iface_init):
3371         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3372         (ps_document_file_exporter_do_page),
3373         (ps_document_file_exporter_get_capabilities),
3374         (ps_document_file_exporter_iface_init):
3375         * backend/djvu/djvu-document.c:
3376         (djvu_document_file_exporter_begin),
3377         (djvu_document_file_exporter_end),
3378         (djvu_document_file_exporter_get_capabilities),
3379         (djvu_document_file_exporter_iface_init):
3380         * backend/tiff/tiff-document.c:
3381         (tiff_document_file_exporter_begin),
3382         (tiff_document_file_exporter_get_capabilities),
3383         (tiff_document_document_file_exporter_iface_init):
3384         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3385         (pdf_document_file_exporter_do_page),
3386         (pdf_document_file_exporter_get_capabilities),
3387         (pdf_document_file_exporter_iface_init):
3388         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3389         (ev_file_exporter_get_capabilities):
3390         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3391         (idle_print_handler), (ev_print_job_print):
3392         * shell/ev-jobs.c: (ev_job_print_run):
3393         * shell/ev-window.c: (ev_window_print_send),
3394         (ev_window_print_range):
3395
3396         Use capabilities to know which options should be offered by the
3397         print dialog depending on the document backend.
3398
3399 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3402
3403         Give priority to forms over text to set the cursor.
3404
3405 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3406
3407         * shell/ev-view-private.h:
3408         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3409         (ev_view_leave_notify_event), (ev_view_finalize),
3410         (ev_view_get_property), (ev_view_class_init):
3411
3412         Use IBEAM cursor for text form fields and NORMAL cursor for read
3413         only fields. Remove unused status attribute.
3414
3415 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3416
3417         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3418
3419         Update region for current selected items also for checkbox
3420         buttons, since they can behave as radio buttons when they are in a
3421         set.
3422
3423 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * configure.ac:
3426         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3427
3428         Get max length of text form fields.
3429
3430 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3433         * libdocument/ev-form-field.h:
3434         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3435
3436         Fix build with current poppler cvs head.
3437
3438 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3441         * shell/eggfindbar.c: (egg_find_bar_init):
3442
3443         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3444         deprecation. Fixes bug #455667
3445
3446 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3447
3448         * NEWS:
3449         * configure.ac:
3450         
3451         Update for release 0.9.2
3452
3453 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * shell/ev-view.c: (ev_view_form_field_text_save),
3456         (ev_view_form_field_choice_save):
3457
3458         Fix a crash when closing whith a form widget visible.
3459
3460 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3463
3464         Update also the region of the current selected button when
3465         clicking on another button if they are radio buttons.
3466
3467 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3470         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3471         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3472         (ev_pixbuf_cache_get_link_mapping),
3473         (ev_pixbuf_cache_get_image_mapping),
3474         (ev_pixbuf_cache_get_form_field_mapping),
3475         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3476         * shell/ev-view.c: (ev_view_form_field_get_region),
3477         (ev_view_form_field_button_create_widget),
3478         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3479         (job_finished_cb):
3480
3481         Redraw only form field region instead of the whole page when
3482         reloading a page to show changes on the form field.
3483
3484 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * shell/ev-view.c: (ev_view_form_field_choice_save):
3487
3488         Fix selection of first item in list form fields.
3489
3490 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3491
3492         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3493         (ev_pixbuf_cache_reload_page),
3494         (ev_pixbuf_cache_get_form_field_mapping):
3495
3496         Some refactoring to avoid duplicated code.
3497
3498 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * configure.ac:
3501         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3502         (ev_form_field_from_poppler_field),
3503         (pdf_document_forms_get_form_fields),
3504         (pdf_document_forms_form_field_text_get_text),
3505         (pdf_document_forms_form_field_text_set_text),
3506         (pdf_document_forms_form_field_button_set_state),
3507         (pdf_document_forms_form_field_button_get_state),
3508         (pdf_document_forms_form_field_choice_get_item),
3509         (pdf_document_forms_form_field_choice_get_n_items),
3510         (pdf_document_forms_form_field_choice_is_item_selected),
3511         (pdf_document_forms_form_field_choice_select_item),
3512         (pdf_document_forms_form_field_choice_toggle_item),
3513         (pdf_document_forms_form_field_choice_unselect_all),
3514         (pdf_document_forms_form_field_choice_set_text),
3515         (pdf_document_forms_form_field_choice_get_text),
3516         (pdf_document_document_forms_iface_init):
3517         * libdocument/Makefile.am:
3518         * libdocument/ev-form-field.[ch]:
3519         * libdocument/ev-document-forms.[ch]:
3520         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3521         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3522         (add_job), (ev_pixbuf_cache_reload_page),
3523         (ev_pixbuf_cache_get_form_field_mapping):
3524         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3525         * shell/ev-view-private.h:
3526         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3527         (ev_view_handle_cursor_over_xy),
3528         (ev_view_get_form_field_at_location),
3529         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3530         (ev_view_form_field_button_create_widget),
3531         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3532         (ev_view_form_field_text_create_widget),
3533         (ev_view_form_field_choice_save),
3534         (ev_view_form_field_choice_changed),
3535         (ev_view_form_field_choice_create_widget),
3536         (ev_view_handle_form_field), (ev_view_size_allocate),
3537         (ev_view_realize), (draw_end_presentation_page),
3538         (ev_view_button_press_event), (ev_view_remove_all),
3539         (ev_view_motion_notify_event), (ev_view_key_press_event),
3540         (ev_view_enter_notify_event), (highlight_find_results),
3541         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3542         (ev_view_class_init), (page_changed_cb),
3543         (on_adjustment_value_changed), (ev_view_set_presentation),
3544         (merge_selection_region), (ev_view_set_cursor),
3545         (ev_view_reset_presentation_state):
3546         
3547         Merge evince-forms branch.
3548
3549 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3550
3551         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3552
3553         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3554         This script also updates itself from libegg
3555
3556         * cut-n-paste/toolbar-editor/egg*:
3557         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3558         libegg
3559
3560 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3561
3562         * shell/ev-window.c:
3563         
3564         Adds a nice icon to page action during toolbar editing.
3565         See bug #452872.
3566
3567 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3568
3569         * data/evince-toolbar.xml:
3570         * shell/ev-window.c:
3571         
3572         Let user add a presentation and fullscreen icons on toolbar.
3573         See bug #449734.
3574
3575 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3576
3577         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3578
3579         new script to keep in sync with toolbareditor in libegg
3580
3581         * cut-n-paste/toolbar-editor/*: 
3582
3583         Run update-toolbareditor-from-libegg so we are in sync again. 
3584         Fixes bug #452850.
3585         
3586
3587 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3588
3589         * shell/ev-sidebar-links.c: (job_finished_callback):
3590
3591         Do not connect selection changed signal more than once. Fixes bug
3592         #349433.
3593
3594 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3597
3598         Do not change sidebar chrome flag when pressing F9 key in
3599         presentation mode.
3600
3601 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * backend/pdf/ev-poppler.cc:
3604         (pdf_document_thumbnails_get_dimensions):
3605
3606         Make sure thumbnails width and height is not <= 0. Fixes a crash
3607         with some pdf documents which have really small pages.
3608
3609 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3610
3611         * shell/main.c: (main):
3612
3613         Fixes program description translation issue.
3614         Bug #450148.
3615
3616 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3617
3618         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3619
3620         Do not change current page when returning from black/white mode
3621         in presentation. Fixes bug #415032.
3622
3623 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3624
3625         * NEWS:
3626         * configure.ac:
3627         
3628         Update for release 0.9.1
3629
3630 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3631
3632         * backend/dvi/dvi-document.c:
3633         (dvi_document_finalize),
3634         (dvi_document_file_exporter_format_supported),
3635         (dvi_document_file_exporter_begin),
3636         (dvi_document_file_exporter_do_page),
3637         (dvi_document_file_exporter_end),
3638         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3639         
3640         PDF exporter for dvi documents. Fixes bug #441319.
3641
3642 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3643
3644         * shell/ev-window.c: (ev_window_clear_print_job):
3645
3646         Clear gtk print job when job has finished. Fixes bug #447612.
3647
3648 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * shell/ev-window.c: (ev_window_print_send),
3651         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3652
3653         Add preview button to print dialog. Fixes bug #445419.
3654
3655 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * backend/dvi/Makefile.am:
3658         * backend/dvi/pixbuf-device.[ch]: Removed
3659         * backend/dvi/cairo-device.[ch]: Added
3660         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3661         * backend/dvi/dvi-document.c: (dvi_document_load),
3662         (dvi_document_render), (dvi_document_finalize),
3663         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3664         (dvi_document_do_color_special):
3665         * libdocument/ev-document-misc.[ch]:
3666         (ev_document_misc_pixbuf_from_surface):
3667
3668         Port dvi backend to cairo and fix a problem with colors. 
3669
3670 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * shell/ev-view.c: (draw_one_page):
3673
3674         Draw only visible region.
3675
3676 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * backend/djvu/djvu-document.c: (djvu_document_render):
3679
3680         Fix rotation in djvu backend.
3681
3682 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3683
3684         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3685         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3686         (ev_pixbuf_cache_get_image_mapping),
3687         (ev_pixbuf_cache_get_text_mapping):
3688
3689         Redraw view every time we have a new surface. Fixes bug #443587.
3690
3691 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * libdocument/ev-document.c: (ev_document_info_free):
3694
3695         Fix memory leaks.
3696
3697 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * backend/dvi/dvi-document.c: (dvi_document_render),
3700         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3701         * backend/impress/impress-document.c:
3702         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3703         (impress_document_render), (impress_document_document_iface_init),
3704         (impress_document_thumbnails_get_thumbnail):
3705         * backend/djvu/djvu-document-private.h:
3706         * backend/djvu/djvu-document.c: (djvu_document_render),
3707         (djvu_document_finalize), (djvu_document_document_iface_init),
3708         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3709         * backend/tiff/tiff-document.c: (tiff_document_render),
3710         (tiff_document_render_pixbuf),
3711         (tiff_document_document_iface_init):
3712         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3713         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3714         (pdf_selection_render_selection):
3715         * backend/comics/comics-document.c:
3716         (comics_document_render_pixbuf), (comics_document_render),
3717         (comics_document_document_iface_init):
3718         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3719         (pixbuf_document_document_iface_init):
3720         * libdocument/ev-document-misc.[ch]:
3721         (ev_document_misc_surface_from_pixbuf),
3722         (ev_document_misc_surface_rotate_and_scale):
3723         * libdocument/ev-document.[ch]: (ev_document_render):
3724         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3725         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3726         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3727         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3728         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3729         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3730         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3731         (render_finished_cb), (ev_job_render_run):
3732         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3733         (merge_selection_region):
3734
3735         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3736         and selections.
3737
3738 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3739
3740         * shell/ev-window-title.c: (ev_window_title_update):
3741
3742         Fix memory leak.
3743
3744 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * shell/ev-view.c: (draw_loading_text):
3747
3748         Show loading text centered. Fixes bug #433061
3749
3750 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-sidebar-thumbnails.c:
3753         (ev_sidebar_thumbnails_set_loading_icon):
3754
3755         Remove a mutex in the main thread that blocks the UI in heavy
3756         documents.
3757
3758 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3761
3762         Set points_set to TRUE so that selections don't disappear after a
3763         zoom change.
3764
3765 2007-06-07  Michael Monreal  <infernux@web.de>
3766
3767         * data/icons/16x16/actions/Makefile.am:
3768         * data/icons/16x16/actions/zoom.svg:
3769         * data/icons/22x22/actions/Makefile.am:
3770         * data/icons/22x22/actions/zoom.svg:
3771         * data/icons/24x24/actions/Makefile.am:
3772         * shell/ev-stock-icons.c:
3773         * shell/ev-stock-icons.h:
3774         * shell/ev-window.c:
3775         
3776         Zoom icon artwork. See bug #444795.
3777
3778 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3779
3780         * shell/ev-metadata-manager.c: Remove extraneous function
3781         (Closes: #444386)
3782
3783 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3784
3785         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3786         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3787         (ev_metadata_manager_set), (ev_metadata_manager_save):
3788         Simplify the timeout, no need for modified anymore
3789
3790 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3791
3792         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3793         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3794         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3795         (ev_metadata_manager_save): Adapted patch from Arjan van de
3796         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3797         time, saves on power (Closes: #443851)
3798
3799 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * configure.ac:
3802         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3803         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3804
3805         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3806
3807 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3808
3809         * shell/ev-window.c: (ev_window_add_history):
3810
3811         Check if history is NULL
3812
3813 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3814
3815         * libdocument/ev-image.c: (ev_image_finalize):
3816         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3817         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3818         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3819         (ev_tmp_uri_unlink):
3820
3821         Add functions to delete temporary files created by evince in a safe
3822         way.
3823
3824         * shell/ev-window.c: (ev_window_clear_local_uri),
3825         (open_xfer_update_progress_callback),
3826         (save_xfer_update_progress_callback), (ev_window_save_remote),
3827         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3828         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3829         (attachment_save_dialog_response_cb),
3830         (ev_attachment_popup_cmd_save_attachment_as):
3831
3832         Allow saving a copy of a document, image or attachment to a remote
3833         location. Fixes bug #440754. 
3834
3835 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * configure.ac:
3838         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3839
3840         Fix build with current poppler from cvs head. 
3841
3842 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3843
3844         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3845
3846         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3847         directory exists.
3848
3849 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3850
3851         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3852         * shell/ev-window.c:
3853
3854         Change sidebar ordering. Fixes bug #439939.
3855
3856 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3857
3858         * backend/comics/Makefile.am:
3859         
3860         Fixes build with --without-libgnome.
3861
3862 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3863         
3864         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3865
3866         Update cursor and tooltip on page change and view scroll. Fixes bug
3867         #439217.
3868
3869 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3870
3871         * NEWS:
3872         * configure.ac:
3873         
3874         Update for release 0.9.0
3875
3876 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3877
3878         * backend/djvu/djvu-document-private.h:
3879         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3880         (djvu_document_finalize),
3881         (djvu_document_file_exporter_format_supported),
3882         (djvu_document_file_exporter_begin),
3883         (djvu_document_file_exporter_do_page),
3884         (djvu_document_file_exporter_end),
3885         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3886         
3887         Implemented printing with djvu. Bug #437998.
3888
3889 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3890
3891         * backend/impress/zip.c:
3892         Add missing ulong definition.
3893
3894         * backend/ps/ps-interpreter.c:
3895         Add missing headers.
3896
3897         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3898
3899 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3902
3903         Add missing call to parent class dispose method. 
3904
3905 2007-05-12  Ross Burton  <ross@openedhand.com>
3906
3907         * shell/main.c:
3908         Sync keybindings manually when building without libgnome
3909         (#437925).
3910
3911 2007-05-12  Ross Burton  <ross@openedhand.com>
3912
3913         * shell/ev-window.c:
3914         Respect the screen when opening help (#437866).
3915
3916 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3917
3918         * data/evince-ui.xml:
3919         * shell/ev-application.[ch]: (get_print_settings_from_args),
3920         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3921         (ev_application_open_uri_list):
3922         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3923         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3924         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3925         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3926         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3927         (ev_window_dispose):
3928         * shell/main.c: (arguments_parse):
3929
3930         Add print button in preview mode. Fixes bug #396475. 
3931
3932 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3933
3934         * cut-n-paste/zoom-control/ephy-zoom.h:
3935         
3936         Fixes zoom level factors. See bug #408119 for details.
3937
3938 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3939
3940         * backend/comics/comics-document.c: (comics_regex_quote),
3941         (extract_argv):
3942         
3943         Correctly quote symbols. Fixes crash in the bug
3944         #415370.
3945
3946 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3947
3948         * shell/ev-navigation-action-widget.c:
3949         (ev_navigation_action_widget_init),
3950         (ev_navigation_action_widget_class_init),
3951         (ev_navigation_action_widget_button_press_event):
3952         
3953         Connect to button-press event on correct widget. Fixes
3954         bug #431988
3955
3956 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3957
3958         * shell/ev-application.c: (ev_application_open_window),
3959         (ev_application_add_icon_path_for_screen),
3960         (ev_application_open_uri_at_dest):
3961         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3962         * shell/ev-navigation-action.c: (build_menu):
3963         
3964         Add app-specific icons to our icon theme. Fixes bug
3965         #425508.
3966
3967 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3968
3969         * shell/ev-history.c: (ev_history_class_init),
3970         (ev_history_add_link):
3971         * shell/ev-history.h:
3972         * shell/ev-navigation-action.c:
3973         (ev_navigation_action_history_changed),
3974         (ev_navigation_action_set_history), (build_menu),
3975         (ev_navigation_action_finalize):
3976         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3977         
3978         Make navigation action unsensitive instead of showing
3979         menu with unsensitive word. Fixes bug #417392.
3980
3981 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3982
3983         * shell/ev-application.[ch]: (ev_application_shutdown),
3984         (ev_application_get_print_settings),
3985         (ev_application_set_print_settings):
3986         * shell/ev-window.c:
3987
3988         Remember print settings. Fixes bug #349102. 
3989
3990 2007-05-08  Christian Persch  <chpe@gnome.org>
3991
3992         * configure.ac:
3993         * properties/ev-properties-view.c:
3994
3995         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3996         Bug #382438.
3997
3998 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3999
4000         * configure.ac:
4001         * properties/ev-properties-view.c: (ev_regular_paper_size):
4002
4003         Use gtk+ builtin paper list to identify the document's paper size.
4004         Fixes bug #382438. 
4005
4006 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4007
4008         * configure.ac:
4009
4010         Fix build when compiling with thumbnailer and libgnome support. 
4011
4012 2007-05-04  Ross Burton  <ross@openedhand.com>
4013
4014         * configure.ac:
4015         Add --without-libgnome, check for libgnome and libgnomeui
4016         separately, and add them to the symbols as required.
4017
4018         * libdocument/ev-file-helpers.c:
4019         When building without libgnome, use g_get_user_config_dir instead
4020         of gnome_user_dir_get.
4021
4022         * shell/ev-application.c:
4023         When building without libgnome, don't use session management.
4024
4025         * shell/main.c:
4026         When building without libgnome, don't use GnomeProgram or
4027         initialise the authentication manager.
4028
4029         This fixes #328842.
4030
4031 2007-05-04  Ross Burton  <ross@openedhand.com>
4032
4033         * shell/ev-window.c:
4034         Don't use libgnome to open help, instead call Yelp directly.
4035
4036 2007-05-04  Ross Burton  <ross@openedhand.com>
4037
4038         * shell/ev-sidebar-attachments.c:
4039         Don't use libgnome to lookup icons for MIME types, instead copy
4040         code from GTK+ to do it manually.
4041
4042 2007-05-04  Ross Burton  <ross@openedhand.com>
4043
4044         * configure.ac:
4045         Add libxml to the dependencies for SHELL_CORE (#435818).
4046
4047 2007-05-02  Ross Burton  <ross@openedhand.com>
4048
4049         * configure.ac:
4050         * Makefile.am:
4051         Add --disable-thumbnailer (#434825)
4052
4053 2007-05-02  Ross Burton  <ross@openedhand.com>
4054
4055         * shell/ev-window.c:
4056         Add missing includes, fix indentation.
4057
4058         * shell/main.c:
4059         Fix indentation.
4060
4061 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4062
4063         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4064         ev_application_open_uri_at_dest instead of ev_application_open_uri
4065         preventing new document always being opened in a new window even if there
4066         is an empty window.
4067
4068 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4069
4070         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4071         (egg_recent_view_uimanager_finalize):
4072         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4073         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4074         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4075         (ev_pixbuf_cache_dispose):
4076         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4077         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4078         
4079         Add missing chain to parent class methods. Fixes
4080         bug #433128.
4081
4082 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4083
4084         * data/Makefile.am (update-icon-cache): Updates
4085         gtk-update-icon-cache in uninstall-hook.
4086
4087 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4088
4089         * shell/ev-window.c: (ev_window_setup_document),
4090         (ev_window_set_document), (ev_window_load_job_cb):
4091         * shell/ev-view.c: (setup_caches):
4092         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4093
4094         Start rendering pages before any other jobs. 
4095
4096 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4097
4098         * shell/ev-window.c: (ev_window_stop_fullscreen),
4099         (ev_window_stop_presentation):
4100
4101         Update chrome visibility before window unfullscreen. 
4102
4103 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4104
4105         * data/Makefile.am:
4106         * data/evince-ui.xml:
4107         * shell/ev-stock-icons.[ch]:
4108         * shell/ev-application.[ch]: (ev_application_shutdown),
4109         (ev_application_init), (ev_application_get_toolbars_model):
4110         * shell/ev-window.c: (update_chrome_visibility),
4111         (fullscreen_toolbar_setup_item_properties),
4112         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4113         (ev_window_run_presentation), (ev_window_stop_presentation),
4114         (ev_window_run_preview), (ev_window_screen_changed),
4115         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4116         (ev_window_dispose), (ev_window_init):
4117
4118         Make fullscreen toolbar always visible. Do not use egg toolbars for
4119         fullscreen and preview modes since such toolbars are not editables.
4120         Fixes bugs #300278, #338910 and #316188.  
4121
4122 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4123
4124         * shell/ev-application.c:
4125         * shell/ev-job-queue.c:
4126         * shell/ev-metadata-manager.c:
4127         * shell/ev-stock-icons.c:
4128         * shell/ev-window.c:
4129         * shell/main.c:
4130         
4131         Developers documentation updated.
4132
4133 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4134
4135         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4136
4137         Check whether uri is valid before launching it. Fixes bug #427664.
4138
4139 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4140
4141         * shell/ev-window.c:
4142
4143         Change key accelerator for Open a Copy menu entry which is in conflict
4144         with Close. Fixes bug #427321.
4145
4146 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4147
4148         * NEWS:
4149         * configure.ac:
4150         
4151         Update for release 0.8.1
4152
4153 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4154
4155         * shell/ev-window.c: (setup_size_from_metadata):
4156         
4157         Do not make window bigger than screen. Fixes bug 
4158         #388985.
4159
4160 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4161
4162         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4163         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4164
4165         Use default resolution when it's not provided by document. Fixes bug
4166         #408762.
4167
4168 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4169
4170         * configure.ac:
4171         * thumbnailer/Makefile.am:
4172         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4173         * thumbnailer/evince-thumbnailer.schemas.in:
4174         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4175
4176         Add support for ps, eps and compressed documents thumbnails. Do not
4177         ignore size parameter. 
4178
4179 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4180
4181         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4182         (dvi_document_do_color_special):
4183         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4184
4185         Implement font color specials in the DVI backend. Fixes bug #303651.
4186
4187 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4188
4189         Fixup the previous commit:
4190
4191         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4192         * shell/xdg-user-dir-lookup.c: Make the function non-static
4193         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4194
4195 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4196
4197         * shell/ev-window.c (file_open_dialog_response_cb): Use
4198         the xdg-user-dirs DOCUMENTS folder as default folder when
4199         opening a file chooser.  (#424858)
4200
4201         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4202         xdg-user-dirs.
4203
4204 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4205
4206         * shell/ev-window.c: (ev_window_load_job_cb):
4207
4208         Do not setup view from metadata on preview mode. 
4209
4210 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4211
4212         * shell/main.c:
4213
4214         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4215
4216 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4217
4218         * shell/ev-view.c: (ev_view_primary_get_cb):
4219
4220         Check pointer != NULL before using it. Fixes bug #416841. 
4221
4222 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4223
4224         * NEWS:
4225         * configure.ac:
4226         
4227         Release 0.8.0
4228
4229 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4230
4231         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4232
4233         Do not render thumbnails when sidebar thumbnail page is not visible
4234         at startup. Fixes bug #416447. 
4235
4236 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4237
4238         * data/evince.desktop.in.in:
4239
4240         "Application" is not a valid category in the freedesktop specification.
4241
4242 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4243
4244         * libdocument/ev-file-helpers.[ch]: (compression_run),
4245         (ev_file_uncompress), (ev_file_compress):
4246         * shell/ev-window.c: (file_save_dialog_response_cb):
4247
4248         Save document compressed when saving a copy of a compressed document.
4249         Fixes bug #334542.
4250
4251 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4254
4255         Allow deleting in goto window entry in presentation mode. 
4256
4257 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4258
4259         * Makefile.am: Dist MAINTAINERS.
4260
4261 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4262
4263         * shell/ev-window.c: (ev_window_update_actions):
4264
4265         Fix zoom shortcut keys when searching. Fixes bug #409828.
4266
4267 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * shell/ev-window.c: (ev_window_setup_document):
4270
4271         Fix crash when loading documents with only one page. 
4272
4273 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4274
4275         * backend/dvi/dvi-document.c:
4276         (dvi_document_thumbnails_get_dimensions),
4277         (dvi_document_thumbnails_get_thumbnail):
4278         * backend/impress/impress-document.c:
4279         (impress_document_thumbnails_get_thumbnail),
4280         (impress_document_thumbnails_get_dimensions):
4281         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4282         (ps_document_thumbnails_get_dimensions):
4283         * backend/djvu/djvu-document.c:
4284         (djvu_document_thumbnails_get_dimensions),
4285         (djvu_document_thumbnails_get_thumbnail):
4286         * backend/tiff/tiff-document.c:
4287         (tiff_document_thumbnails_get_thumbnail),
4288         (tiff_document_thumbnails_get_dimensions):
4289         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4290         (pdf_document_thumbnails_get_thumbnail),
4291         (pdf_document_thumbnails_get_dimensions):
4292         * backend/comics/comics-document.c:
4293         (comics_document_thumbnails_get_thumbnail),
4294         (comics_document_thumbnails_get_dimensions):
4295         * backend/pixbuf/pixbuf-document.c:
4296         (pixbuf_document_thumbnails_get_thumbnail),
4297         (pixbuf_document_thumbnails_get_dimensions):
4298         * libdocument/ev-document-thumbnails.[ch]:
4299         (ev_document_thumbnails_get_thumbnail),
4300         (ev_document_thumbnails_get_dimensions):
4301         * libdocument/ev-document-misc.[ch]:
4302         (ev_document_misc_get_thumbnail_frame):
4303         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4304         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4305         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4306         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4307         (ev_sidebar_thumbnails_refresh):
4308         * shell/ev-window.c: (ev_window_setup_document):
4309         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4310
4311         Use an EvRenderContext for rendering thumbnails instead of a suggested
4312         width, so that different sized pages get sized proportionally.
4313
4314 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4315
4316         * shell/ev-view.c: (ev_view_button_press_event),
4317         (ev_view_key_press_event):
4318
4319         Fix critical warnings when there is no document loaded. 
4320
4321 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4322
4323         * shell/ev-page-action-widget.c:
4324         * shell/ev-navigation-action.c:
4325         * shell/ev-window.c:
4326
4327         Fix compile warnings. 
4328
4329 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * backend/djvu/djvu-text.h:
4332         * backend/djvu/djvu-document.c:
4333         * backend/djvu/djvu-text-page.c:
4334         * backend/djvu/djvu-links.c:
4335         * backend/djvu/djvu-text-page.h:
4336         * backend/djvu/djvu-text.c:
4337         
4338         Fix build on Mac. Fixes bug #392186. Patch by
4339         <ephraim_owns@hotmail.com>
4340
4341 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4342
4343         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4344
4345         Restore cairo context before rendering every page when printing a PDF
4346         document into a PDF file. 
4347
4348 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4349
4350         * backend/ps/gstypes.h:
4351         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4352         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4353         (ps_document_thumbnails_get_thumbnail):
4354
4355         Handle PostScript page orientation. Fixes bug #318568.
4356
4357 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4358
4359         * backend/ps/Makefile.am:
4360         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4361         (document_load), (ps_document_load), (save_document),
4362         (save_page_list), (ps_document_get_n_pages),
4363         (ps_document_get_page_size), (ps_document_get_info),
4364         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4365         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4366         (ps_document_thumbnails_get_thumbnail),
4367         (ps_document_thumbnails_get_dimensions),
4368         (ps_document_document_thumbnails_iface_init):
4369         * backend/ps/ps.[ch]: (psgetpagebox):
4370         * backend/ps/ps-interpreter.[ch]:
4371
4372         Add support for thumbnails in ps backend. Fixes bug #164755. 
4373
4374 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4375
4376         * NEWS:
4377         * configure.ac:
4378         
4379         Release 0.7.2
4380
4381 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4382
4383         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4384         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4385         (ev_window_dispose):
4386
4387         Use document thumbnail as window icon. Fixes bug #384442.
4388
4389 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4390
4391         * configure.ac:
4392
4393         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4394         duplicated adding application/x-bzpostscript instead. 
4395
4396 2007-02-11  Tom Parker  <palfrey@tevp.net>
4397
4398         * backend/ps/ps-document.c: (document_load):
4399
4400         Check return value of psscan before trying
4401         to use it. Fixes bug #372414.
4402
4403 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4406
4407         Fix invalid free in ev-page-cache. Fixes bug #404745.
4408
4409 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4410
4411         * test/Makefile.am:
4412         * test/test3.py:
4413         
4414         Added reload test case.
4415
4416 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4417
4418         * po/POTFILES.in:
4419         * backend/djvu/djvu-document.c: (djvu_document_load):
4420
4421         Check whether there are missing files in indirect multipage djvu
4422         documents. Fixes bug #361683. 
4423
4424 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4425
4426         * test/Makefile.am:
4427         * test/test-mime.bin:
4428         * test/test3.py:
4429         
4430         Added test for slow mime type
4431
4432 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4433
4434         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4435
4436         Add some checks and call parent_class->finalize. Fixes bug #404745.
4437
4438 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4439
4440         * shell/ev-navigation-action.c: (connect_proxy):
4441         
4442         Fixes dropdown history menu. Thanks a lot Carlos!
4443
4444 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4445
4446         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4447
4448         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4449         bug #373715.
4450
4451 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4452
4453         * backend/ps/ps.c: (psscan):
4454
4455         Fix memory leak. 
4456
4457 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4458
4459         * configure.ac:
4460         * libdocument/ev-file-helpers.c: 
4461
4462         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4463
4464 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4465
4466         * configure.ac:
4467         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4468         (ps_interpreter_start), (document_load), (save_document),
4469         (save_page_list):
4470         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4471         * libdocument/ev-document-factory.c:
4472         (ev_document_factory_get_from_mime), (get_document_from_uri),
4473         (free_uncompressed_uri), (ev_document_factory_get_document):
4474         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4475
4476         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4477
4478 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * libdocument/ev-document.h:
4481
4482         Fix typo in function name. 
4483
4484 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4485
4486         * backend/ps/ps-document.c: (ps_interpreter_finished),
4487         (ps_interpreter_start), (ps_interpreter_failed):
4488
4489         Handle ghostscript interpreter crashes. 
4490
4491 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4492
4493         * shell/ev-window.c: (ev_window_open_uri),
4494         (window_configure_event_cb):
4495
4496         Setup window size and position before showing it. Fixes bug #401711.
4497
4498 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4499
4500         * backend/ps/Makefile.am:
4501         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4502         (ps_document_dispose), (ps_document_class_init),
4503         (ps_interpreter_input), (ps_interpreter_output),
4504         (ps_interpreter_error), (setup_interpreter_env),
4505         (ps_interpreter_start), (ps_interpreter_stop),
4506         (ps_interpreter_failed), (ps_interpreter_is_ready),
4507         (check_filecompressed), (document_load), (ps_document_load),
4508         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4509         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4510         (render_page):
4511
4512         Rework ps-document. Code cleanups, remove deprecated code. 
4513
4514 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4515
4516         * shell/ev-view.c: (ev_view_button_press_event):
4517
4518         Do not start an image drag and drop operation when pointer is on 
4519         text, so that we can select text when the whole background is an
4520         image. 
4521
4522 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4523
4524         * shell/ev-window.c: (ev_window_update_actions): 
4525
4526         Disable all zoom related actions during presentation mode. 
4527
4528 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4529
4530         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4531
4532         Do not zoom in or out on presentation mode. Fixes bug #401305.
4533
4534 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4535
4536         * shell/ev-navigation-action.c: (connect_proxy),
4537         (create_menu_item), (ev_navigation_action_class_init):
4538         
4539         Correctly show menu and fix crash when navigaton 
4540         action is out of toolbar visible area.
4541
4542 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4543
4544         * data/Makefile.am:
4545         * data/evince.1:
4546         
4547         Added man file
4548
4549 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4550
4551         * help/reference/* :
4552         * configure.ac:
4553         
4554         Added gtk-doc based documentation for Evince.
4555         Still in initial state but I hope it will
4556         grow.
4557         
4558         * configure.ac:
4559         
4560         Lower dbus requirement to 0.70
4561
4562 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4563
4564         * shell/ev-window.c: (ev_window_add_history):
4565
4566         Fix memory leak. 
4567
4568 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4571         * shell/ev-view.h:
4572         * shell/ev-window.c: (ev_window_add_history):
4573         
4574         Correctly handle named destination links
4575
4576 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4577
4578         * NOTES:
4579         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4580         * backend/pdf/ev-poppler.cc:
4581         * libdocument/ev-document-links.h:
4582         * libdocument/ev-link.c: (ev_link_get_page):
4583         * libdocument/ev-link.h:
4584         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4585         (ev_history_add_link):
4586         * shell/ev-history.h:
4587         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4588         (new_history_menu_item), (build_menu):
4589         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4590         * shell/ev-sidebar-links.c: (create_loading_model),
4591         (print_section_cb), (ev_sidebar_links_construct),
4592         (fill_page_labels), (update_page_callback_foreach),
4593         (update_page_callback), (job_finished_callback):
4594         * shell/ev-view.c: (ev_view_handle_link):
4595         * shell/ev-window.c: (ev_window_find_chapter),
4596         (ev_window_add_history), (view_handle_link_cb),
4597         (history_changed_cb):
4598         
4599         Implements another history variant
4600
4601 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * shell/ev-window.c: (view_external_link_cb):
4604         * shell/ev-view.c: (ev_view_button_release_event):
4605
4606         Open links in new window when clicking with middle button. 
4607
4608 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4609
4610         * shell/ev-navigation-action.c: (new_history_menu_item):
4611         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4612         * shell/ev-view.c: (ev_view_handle_link):
4613         * shell/ev-window.c:
4614         
4615         Store link before jump, not the destination. For me it 
4616         seems like more natural history behavior.
4617
4618 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4619
4620         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4621         (ev_navigation_action_class_init):
4622         * shell/ev-navigation-action.h:
4623         * shell/ev-page-action.c: (activate_cb):
4624         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4625         (ev_page_cache_set_current_page_history):
4626         * shell/ev-page-cache.h:
4627         * shell/ev-sidebar-thumbnails.c:
4628         (ev_sidebar_tree_selection_changed),
4629         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4630         * shell/ev-view-private.h:
4631         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4632         * shell/ev-view.h:
4633         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4634         (ev_window_setup_document), (ev_window_load_job_cb):
4635         * shell/ev-window.h:
4636         
4637         History finally works as expected.
4638
4639 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4640
4641         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4642
4643         Do not update links treeview if it doesn't have a model assigned yet. 
4644
4645 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4646
4647         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4648         (ev_sidebar_links_class_init), (update_page_callback):
4649
4650         Do not update links treeview when sidepane is not visible. 
4651
4652 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * shell/ev-marshal.list:
4655         * shell/ev-page-action.c: (activate_cb),
4656         (ev_page_action_class_init):
4657         * shell/ev-page-action.h:
4658         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4659         * shell/ev-window.c:
4660         
4661         Remove activate_link signal, not required.
4662
4663 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4664
4665         * shell/ev-navigation-action.c: (build_menu):
4666         
4667         Reorder menu items and build menu with fixed length.
4668
4669 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4670
4671         * shell/ev-view.c: (get_selected_text):
4672         
4673         Normalize text to fix ligatures problem. See bug
4674         #341947 for details.
4675
4676 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4677
4678         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4679
4680         Fix memory leak in ev-page-cache. 
4681
4682 2007-01-25  Tom Parker <palfrey@tevp.net>
4683
4684         * backend/impress/impress-document.c: (impress_document_load),
4685         (impress_document_finalize), (impress_document_init):
4686         * properties/ev-properties-main.c: (ev_properties_get_pages):
4687         
4688         Correctly handle impress document errors. Fixes nautilus
4689         crash in property page #370491.
4690
4691 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4692
4693         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4694         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4695         (ev_job_queue_remove_job):
4696         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4697         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4698         (ev_job_load_run):
4699         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4700         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4701         (ev_window_load_job_cb), (xfer_update_progress_callback),
4702         (ev_window_open_uri), (ev_window_dispose):
4703         * shell/main.c: (main):
4704
4705         Do file transfer asynchronously in the main thread instead of
4706         synchronously in the load thread. Fixes bugs #399694, #398307 and
4707         #343542.
4708
4709 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4710
4711         * shell/ev-jobs.c: (ev_job_xfer_run):
4712
4713         Load the document with the font-config lock held. 
4714
4715 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * backend/ps/ps-document.c: (start_interpreter):
4718
4719         Fix memory leaks in ps backend. 
4720
4721 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4722
4723         * backend/impress/impress-document.c:
4724         (impress_document_render_pixbuf):
4725
4726         Do not acquire fontconfig lock in impress backend, since it is using
4727         the main loop for rendering. 
4728
4729 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4730
4731         * po/POTFILES.in: 
4732
4733         Remove mdvi files that shouldn't be translated. 
4734
4735 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4736
4737         * shell/ev-view-private.h:
4738         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4739         (ev_view_set_zoom):
4740
4741         Render "loading..." text into a cairo surface instead of directly into
4742         the window so that fontconfig lock is only needed once and UI is not
4743         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4744
4745 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4746
4747         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4748         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4749
4750         Use icon theme associated with the window screen rather than default. 
4751
4752 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4753
4754         * configure.ac:
4755
4756         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4757
4758 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4759
4760         * data/icons/*/apps/evince.*:
4761
4762         Move Evince icons under new apps directory.
4763
4764         * data/icons/*/actions/*:
4765
4766         Add new custom themeable Evince icons: view-page-continuous, 
4767         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4768         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4769
4770         * configure.ac:
4771
4772         Add new directories to AC_CONFIG_FILES.
4773
4774         * shell/ev-stock-icons.c:
4775         * shell/ev-stock-icons.h:
4776
4777         Use new custom themeable icons.
4778
4779 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4780
4781         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4782
4783         Do not draw white background page in presentation mode. 
4784
4785 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4786
4787         * shell/ev-view.c: Remove unused gnome-vfs include.
4788
4789 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4790
4791         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4792         
4793         Format string is corrected, fixes bug #397129.
4794
4795 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4796
4797         * shell/ev-window.c: (ev_window_setup_recent):
4798
4799         Do not include in recent menu inexistent documents. Fixes
4800         bug #339171.
4801
4802 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4803
4804         * po/POTFILES.skip: 
4805
4806         Update POTFILES.skip file according to current source tree. 
4807
4808 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4809
4810         * shell/ev-window.c: (file_save_dialog_response_cb):
4811
4812         Do Save a copy in atomic way. Fixes bug #328266. 
4813
4814 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4815
4816         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4817
4818         Keep selected cell always visible in index treeview.
4819
4820 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4821         
4822         * shell/ev-view.c: (ev_view_size_allocate):
4823
4824         Restore horizontal scrollbar after switching to/from fullscreen
4825         or presentation mode. Fixes bug #331728.
4826
4827 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4828
4829         * shell/ev-view-private.h:
4830         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4831         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4832         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4833         (ev_view_can_zoom_out):
4834
4835         Use max and min scale values in the view iby taking dpi into account. 
4836
4837 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4838
4839         * configure.ac:
4840         * NEWS:
4841
4842         Release 0.7.1
4843
4844 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4845
4846         * shell/ev-window.c: (ev_window_print_send):
4847
4848         Send print job to printer with some settings set to default values,
4849         since we have already exported to a file according to such settings
4850         and they could be taken twice by some printers. 
4851
4852 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4853
4854         * shell/ev-jobs.c: (ev_job_xfer_run):
4855         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4856
4857         Show main window and load document with the font-config lock held. 
4858
4859 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4860
4861         * configure.ac:
4862         * shell/ev-application.c: (ev_application_register_service):
4863         * shell/main.c: (load_files_remote):
4864
4865         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4866
4867 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4868
4869         * doc/debugging.txt:
4870         
4871         Remove obsolete documentation.
4872
4873 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4874
4875         * Makefile.am:
4876         * backend/Makefile.am:
4877         * backend/comics/Makefile.am:
4878         * backend/djvu/Makefile.am:
4879         * backend/dvi/Makefile.am:
4880         * backend/ev-async-renderer.c:
4881         * backend/ev-async-renderer.h:
4882         * backend/ev-attachment.c:
4883         * backend/ev-attachment.h:
4884         * backend/ev-backend-marshal.c:
4885         * backend/ev-document-factory.c:
4886         * backend/ev-document-factory.h:
4887         * backend/ev-document-find.c:
4888         * backend/ev-document-find.h:
4889         * backend/ev-document-fonts.c:
4890         * backend/ev-document-fonts.h:
4891         * backend/ev-document-images.c:
4892         * backend/ev-document-images.h:
4893         * backend/ev-document-info.h:
4894         * backend/ev-document-links.c:
4895         * backend/ev-document-links.h:
4896         * backend/ev-document-misc.c:
4897         * backend/ev-document-misc.h:
4898         * backend/ev-document-security.c:
4899         * backend/ev-document-security.h:
4900         * backend/ev-document-thumbnails.c:
4901         * backend/ev-document-thumbnails.h:
4902         * backend/ev-document-transition.c:
4903         * backend/ev-document-transition.h:
4904         * backend/ev-document.c:
4905         * backend/ev-document.h:
4906         * backend/ev-file-exporter.c:
4907         * backend/ev-file-exporter.h:
4908         * backend/ev-image.c:
4909         * backend/ev-image.h:
4910         * backend/ev-link-action.c:
4911         * backend/ev-link-action.h:
4912         * backend/ev-link-dest.c:
4913         * backend/ev-link-dest.h:
4914         * backend/ev-link.c:
4915         * backend/ev-link.h:
4916         * backend/ev-render-context.c:
4917         * backend/ev-render-context.h:
4918         * backend/ev-selection.c:
4919         * backend/ev-selection.h:
4920         * backend/impress/Makefile.am:
4921         * backend/pdf/Makefile.am:
4922         * backend/pixbuf/Makefile.am:
4923         * backend/ps/Makefile.am:
4924         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4925         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4926         (start_interpreter), (stop_interpreter), (document_load),
4927         (ps_document_next_page), (render_page):
4928         * backend/tiff/Makefile.am:
4929         * comics/Makefile.am:
4930         * comics/comics-document.c:
4931         * comics/comics-document.h:
4932         * configure.ac:
4933         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4934         * djvu/Makefile.am:
4935         * djvu/djvu-document-private.h:
4936         * djvu/djvu-document.c:
4937         * djvu/djvu-document.h:
4938         * djvu/djvu-links.c:
4939         * djvu/djvu-links.h:
4940         * djvu/djvu-text-page.c:
4941         * djvu/djvu-text-page.h:
4942         * djvu/djvu-text.c:
4943         * djvu/djvu-text.h:
4944         * dvi/Makefile.am:
4945         * dvi/dvi-document.c:
4946         * dvi/dvi-document.h:
4947         * dvi/fonts.c:
4948         * dvi/fonts.h:
4949         * dvi/mdvi-lib/Makefile.am:
4950         * dvi/mdvi-lib/afmparse.c:
4951         * dvi/mdvi-lib/afmparse.h:
4952         * dvi/mdvi-lib/bitmap.c:
4953         * dvi/mdvi-lib/bitmap.h:
4954         * dvi/mdvi-lib/color.c:
4955         * dvi/mdvi-lib/color.h:
4956         * dvi/mdvi-lib/common.c:
4957         * dvi/mdvi-lib/common.h:
4958         * dvi/mdvi-lib/defaults.h:
4959         * dvi/mdvi-lib/dvimisc.c:
4960         * dvi/mdvi-lib/dviopcodes.h:
4961         * dvi/mdvi-lib/dviread.c:
4962         * dvi/mdvi-lib/files.c:
4963         * dvi/mdvi-lib/font.c:
4964         * dvi/mdvi-lib/fontmap.c:
4965         * dvi/mdvi-lib/fontmap.h:
4966         * dvi/mdvi-lib/fontsrch.c:
4967         * dvi/mdvi-lib/gf.c:
4968         * dvi/mdvi-lib/hash.c:
4969         * dvi/mdvi-lib/hash.h:
4970         * dvi/mdvi-lib/list.c:
4971         * dvi/mdvi-lib/mdvi.h:
4972         * dvi/mdvi-lib/pagesel.c:
4973         * dvi/mdvi-lib/paper.c:
4974         * dvi/mdvi-lib/paper.h:
4975         * dvi/mdvi-lib/pk.c:
4976         * dvi/mdvi-lib/private.h:
4977         * dvi/mdvi-lib/setup.c:
4978         * dvi/mdvi-lib/sp-epsf.c:
4979         * dvi/mdvi-lib/special.c:
4980         * dvi/mdvi-lib/sysdeps.h:
4981         * dvi/mdvi-lib/t1.c:
4982         * dvi/mdvi-lib/tfm.c:
4983         * dvi/mdvi-lib/tfmfile.c:
4984         * dvi/mdvi-lib/tt.c:
4985         * dvi/mdvi-lib/util.c:
4986         * dvi/mdvi-lib/vf.c:
4987         * dvi/pixbuf-device.c:
4988         * dvi/pixbuf-device.h:
4989         * impress/Makefile.am:
4990         * impress/common.h:
4991         * impress/document.c:
4992         * impress/f_oasis.c:
4993         * impress/f_oo13.c:
4994         * impress/iksemel.c:
4995         * impress/iksemel.h:
4996         * impress/imposter.h:
4997         * impress/impress-document.c:
4998         * impress/impress-document.h:
4999         * impress/internal.h:
5000         * impress/r_back.c:
5001         * impress/r_draw.c:
5002         * impress/r_geometry.c:
5003         * impress/r_gradient.c:
5004         * impress/r_style.c:
5005         * impress/r_text.c:
5006         * impress/render.c:
5007         * impress/render.h:
5008         * impress/zip.c:
5009         * impress/zip.h:
5010         * lib/Makefile.am:
5011         * lib/ev-debug.c:
5012         * lib/ev-debug.h:
5013         * lib/ev-file-helpers.c:
5014         * lib/ev-file-helpers.h:
5015         * lib/ev-gui.c:
5016         * lib/ev-gui.h:
5017         * lib/ev-tooltip.c:
5018         * lib/ev-tooltip.h:
5019         * libdocument/Makefile.am:
5020         * libdocument/ev-file-helpers.c:
5021         * pdf/Makefile.am:
5022         * pdf/ev-poppler.cc:
5023         * pdf/ev-poppler.h:
5024         * pixbuf/Makefile.am:
5025         * pixbuf/pixbuf-document.c:
5026         * pixbuf/pixbuf-document.h:
5027         * properties/Makefile.am:
5028         * ps/Makefile.am:
5029         * ps/gsdefaults.c:
5030         * ps/gsdefaults.h:
5031         * ps/gsio.c:
5032         * ps/gsio.h:
5033         * ps/gstypes.h:
5034         * ps/ps-document.c:
5035         * ps/ps-document.h:
5036         * ps/ps.c:
5037         * ps/ps.h:
5038         * shell/Makefile.am:
5039         * shell/ev-application.h:
5040         * shell/ev-sidebar-links.c:
5041         * shell/ev-sidebar-links.h:
5042         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5043         (ev_gui_menu_position_tree_selection):
5044         * shell/ev-utils.h:
5045         * shell/ev-view.c: (ev_view_finalize):
5046         * shell/ev-window.c:
5047         * shell/main.c: (main):
5048         * thumbnailer/Makefile.am:
5049         * tiff/Makefile.am:
5050         * tiff/tiff-document.c:
5051         * tiff/tiff-document.h:
5052         * tiff/tiff2ps.c:
5053         * tiff/tiff2ps.h:
5054         
5055         Reorganize source tree.
5056
5057 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5058
5059         * backend/ev-document-factory.c:
5060
5061         Do not include ev-poppler.h when pdf is disabled. 
5062
5063 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5064
5065         * configure.ac:
5066         * data/evince-ui.xml:
5067         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5068         (pdf_document_document_images_iface_init):
5069         * backend/Makefile.am:
5070         * backend/ev-document-images.[ch]:
5071         * backend/ev-image.[ch]:
5072         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5073         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5074         (ev_job_xfer_run):
5075         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5076         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5077         (ev_pixbuf_cache_get_image_mapping):
5078         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5079         (view_menu_popup_cb), (ev_window_dispose),
5080         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5081         (ev_view_popup_cmd_copy_image):
5082         * shell/ev-view-private.h:
5083         * shell/ev-view.c: (ev_view_get_image_at_location),
5084         (ev_view_do_popup_menu), (ev_view_popup_menu),
5085         (ev_view_button_press_event), (ev_view_drag_data_get),
5086         (ev_view_drag_motion), (ev_view_drag_data_received),
5087         (ev_view_motion_notify_event), (ev_view_button_release_event),
5088         (ev_view_finalize), (ev_view_class_init):
5089
5090         Add image handling support. Fixes bugs #310008 and #325047. Images
5091         selection is not supported yet. 
5092
5093 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5094
5095         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5096         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5097         (ev_view_init):
5098
5099         Move view drag and drop stuff to ev-view.
5100
5101 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5102
5103         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5104         * shell/ev-view.c: (clear_selection): 
5105
5106         Clear selection also in pixbuf cache.
5107
5108 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5109
5110         * data/evince.desktop.in.in:
5111         
5112         Change icon name in desktop file. See bug #390734
5113         for details.
5114
5115 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5116
5117         * thumbnailer/Makefile.am:
5118
5119         Use top_builddir instead top_srcdir for generated schema
5120         file installation. Fixes bug #390161.
5121
5122 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5123
5124         * configure.ac:
5125         * backend/Makefile.am:
5126         * backend/ev-document-transition.[ch]:
5127         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5128         (pdf_document_page_transition_iface_init):
5129         * shell/ev-view-private.h:
5130         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5131         (ev_view_set_presentation), (transition_next_page),
5132         (ev_view_presentation_transition_stop),
5133         (ev_view_presentation_transition_start), (ev_view_next_page):
5134
5135         Add page transition support in presentation mode. At the moment only
5136         page duration is supported, but not transition effects. Fixes bug
5137         #309815.
5138
5139 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5142
5143         Run find_link_dest with document lock held, since it's called by links
5144         thread and main thread at the same time. 
5145
5146 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * shell/ev-view.c: (goto_dest):
5149
5150         Update page-cache when page is changed by the view, so that
5151         page-changed signal is emitted. 
5152
5153 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5154
5155         * test/test1.py:
5156         * test/test2.py:
5157
5158         Use C locale in tests. 
5159
5160 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * shell/ev-window.c: (ev_window_run_presentation):
5163         * shell/ev-view-private.h:
5164         * shell/ev-view.c: (ev_view_set_presentation):
5165
5166         Restore zoom settings when back from presentation mode. 
5167
5168 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5169
5170         * shell/ev-window.c: (ev_window_run_presentation):
5171
5172         Always use "best fit" zoom in presentation mode.
5173         Fixes bug #389195.
5174
5175 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5176
5177         * shell/ev-view.c: (ev_view_goto_window_create):
5178
5179         Show "Jump to page" label in the page jumping popup in
5180         presentation mode instead of just a GtkEntry.
5181
5182 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5183
5184         * shell/ev-window.c: (launch_external_uri):
5185
5186         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5187         #378085.
5188
5189 2006-12-22  Elijah Newren  <newren gmail com>
5190
5191         * configure.ac: explicitly check for libxml2.  Fixes #388795
5192
5193 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5194
5195         * shell/ev-view-private.h:
5196         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5197         (ev_view_goto_window_delete_event), (key_is_numeric),
5198         (ev_view_goto_window_key_press_event),
5199         (ev_view_goto_window_button_press_event),
5200         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5201         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5202         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5203
5204         Allow jumping to another page by typing a page number in presentation
5205         mode. It uses a popup window with an entry. Fixes bug #353625.
5206
5207 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5208
5209         * configure.ac:
5210         * properties/ev-properties-view.c: (ev_get_default_user_units),
5211         (ev_regular_paper_size):
5212         
5213         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5214         to Damien Carbery <damien.carbery@sun.com> and
5215         Yevgen Muntyan <muntyan@tamu.edu>.
5216
5217 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5218
5219         * shell/ev-window.c: (setup_document_from_metadata):
5220
5221         Make sure Evince doesn't restore the view on the last
5222         page when a document is reopened. Fixes bug #383381.
5223
5224 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5225
5226         * shell/ev-view.c: (draw_loading_text):
5227
5228         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5229
5230 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5231
5232         * configure.ac:
5233         * NEWS:
5234
5235         Release 0.7.0
5236
5237 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5238
5239         * configure.ac:
5240         * pdf/ev-poppler.cc: (pdf_print_context_free),
5241         (pdf_document_file_exporter_begin),
5242         (pdf_document_file_exporter_do_page):
5243
5244         Make cairo-pdf depedency optional. 
5245
5246 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5247
5248         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5249
5250         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5251
5252 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5253
5254         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5255         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5256         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5257         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5258         * shell/ev-view.c: (draw_loading_text):
5259         * shell/ev-window.c: (ev_window_cmd_file_properties):
5260
5261         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5262         related to using FontConfig from different threads.
5263         
5264 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5265
5266         * shell/ev-view.c: (draw_loading_text):
5267
5268         Acquire lock document when drawing "Loading..." text so that only one
5269         thread will use FontConfig at the same time. Fixes bug #374750.
5270
5271 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5272
5273         * shell/ev-page-action.[ch]: (activate_cb):
5274         * shell/ev-window.c: (activate_label_cb):
5275
5276         Check if text inserted in page entry is a valid page number when it
5277         doesn't match to any document page label. Fixes bug #383165.
5278
5279 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5280         * shell/ev-window.c:
5281
5282         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5283         available with GTK < 2.10. Added an ifdef to avoid compilation
5284         error.
5285
5286 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5287
5288         * configure.ac:
5289         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5290
5291         Fix ps backend in multihead systems.
5292
5293 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5294
5295         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5296         * shell/ev-window.c: (ev_window_get_screen_dpi),
5297         (ev_window_update_actions), (setup_view_from_metadata),
5298         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5299
5300         Take screen DPI into account when zooming. Fixes bug #318285.
5301
5302 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5303
5304         * data/Makefile.am:
5305
5306         Cleaned up/slightly refactored Makefile.am. Added GConf
5307         schemas uninstallation as well.
5308
5309 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5310
5311         * Makefile.am:
5312         * test/Makefile.am:
5313
5314         Fight with autotools to fix make check. Make distcheck
5315         works fine as well now!
5316
5317 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5318
5319         * shell/ev-view.c: (draw_end_presentation_page):
5320
5321         Corrected "end of presentation" string.
5322
5323 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5324
5325         * shell/ev-view.c: (ev_view_key_press_event):
5326
5327         Correctly propagate key press event so that up/down keys
5328         work as expected (correct behaviour was broken by
5329         black/white screen key bindings for presentations).
5330
5331 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5332
5333         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5334         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5335         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5336         (pdf_selection_get_selection_region),
5337         (pdf_selection_get_selection_map):
5338
5339         Add "static" to some private functions. 
5340
5341 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5342
5343         * lib/ev-tooltip.h:
5344         * properties/ev-properties-view.h:
5345         * shell/ev-jobs.h:
5346         * shell/ev-properties-dialog.h:
5347         * shell/ev-properties-fonts.h:
5348         * shell/ev-sidebar-links.h:
5349         * shell/ev-sidebar-thumbnails.h:
5350         * shell/ev-sidebar.h:
5351         * shell/ev-window.h:
5352         
5353         Fixes CHACK type in class casts. See bug #385343
5354         for details.
5355
5356 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5357
5358         * shell/ev-view-private.h:
5359         * shell/ev-view.c: (draw_end_presentation_page),
5360         (ev_view_expose_event), (ev_view_key_press_event),
5361         (ev_view_class_init), (ev_view_init):
5362
5363         Blank screen in presentation mode when pressing 'b' (filling with
5364         black) or 'w' (filling with white) keys. Fixes bug #358132.
5365
5366 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5367
5368         * data/evince-toolbar.xml:
5369         * shell/ev-window.c:
5370         
5371         Use stock icon for Select All action. Fixes
5372         bug #382652.
5373
5374 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5375
5376         * shell/ev-view.c: (get_doc_point_from_offset),
5377         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5378
5379         Add links support in rotated documents. Fixes bug #343733.
5380
5381 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5382
5383         * shell/ev-view-private.h:
5384         * shell/ev-view.c: (draw_end_presentation_page),
5385         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5386
5387         Show a blank page after the last page in presentation mode with a
5388         message indicating that presentation has finished and how to exit. 
5389
5390 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5391
5392         * shell/ev-window.c: (fullscreen_timeout_cb):
5393
5394         Hide cursor after a while in presentation mode. 
5395
5396 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5397
5398         * backend/ev-document-info.h:
5399         * data/evince-properties.glade:
5400         * pdf/ev-poppler.cc:
5401         * properties/ev-properties-view.c: (ev_regular_paper_size),
5402         (ev_properties_view_set_info):
5403         * ps/ps-document.c: (ps_document_get_info):
5404
5405         Adds a paper size field to the properties dialog. Fixes
5406         bug #307315. Patch by Kasper Svendsen (with some i18n
5407         changes done by me).
5408
5409 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5410
5411         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5412         (screensaver_init_dbus), (totem_scrsaver_new),
5413         (totem_scrsaver_init):
5414         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5415         * shell/ev-application.c: (ev_application_register_service),
5416         (ev_application_screensaver_enable),
5417         (ev_application_screensaver_disable):
5418         * shell/ev-application.h:
5419         * shell/ev-window.c: (ev_window_run_presentation),
5420         (ev_window_stop_presentation), (build_comments_string),
5421         (ev_window_init):
5422         
5423         Move screensaver handling to application. No more
5424         message on startup.
5425
5426 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5427
5428         * configure.ac:
5429         * backend/Makefile.am:
5430         * backend/ev-file-exporter.[ch]:
5431         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5432         * ps/ps-document.c: (ps_document_file_exporter_*):
5433         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5434         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5435         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5436         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5437
5438         Allow printing to PDF when suppoted by the backend.
5439         
5440 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5441
5442         * shell/ev-window.c: (build_comments_string):
5443
5444         Use always "Document Viewer" in about dialog. 
5445
5446 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5447
5448         * djvu/djvu-document.c: (djvu_document_get_page_size):
5449
5450         Display a warning message when get_pageinfo fails. 
5451
5452 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5453
5454         * Makefile.am:
5455         * backend/Makefile.am:
5456         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5457         * configure.ac:
5458         * shell/ev-window.c: (build_comments_string):
5459         
5460         Make pdf compilation optional. See bug #38007.
5461
5462 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5463
5464         * ps/ps.c: (get_next_text):
5465
5466         Fix CVE-2006-5864.
5467
5468 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5469
5470         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5471         * shell/ev-navigation-action.c: (connect_proxy),
5472         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5473         
5474         Do not call g_type_class_peek_parent twice.
5475
5476 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5477
5478         * configure.ac:
5479         * data/icons/24x24/.cvsignore:
5480         * data/icons/24x24/Makefile.am:
5481         * data/icons/24x24/evince.png:
5482         * data/icons/Makefile.am:
5483         
5484         Add 24x24 icon. Thanks to 
5485         Michael Monreal <infernux@web.de>.
5486
5487 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5488
5489         * configure.ac: Fix typo in configure.ac. Thanks
5490         to dmacks@netspace.org for notification.
5491
5492 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5493
5494         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5495         
5496         Drop dbus include, fixes compilation with older dbus.
5497
5498 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5499
5500         * configure.ac:
5501         * cut-n-paste/Makefile.am:
5502         * cut-n-paste/totem-screensaver/.cvsignore
5503         * cut-n-paste/totem-screensaver/Makefile.am:
5504         * cut-n-paste/totem-screensaver/README:
5505         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5506         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5507         * shell/Makefile.am:
5508         * shell/ev-window.c: (ev_window_run_presentation),
5509         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5510         (ev_window_init):
5511
5512         Implemented screensaver enabling/disabling for
5513         presentation mode (not fullscreen mode). Code stolen
5514         from Totem (with some minor tweaks). Fixes bug #338889.
5515
5516 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5517
5518         * configure.ac:
5519
5520         Bump gnome-icon-theme requirements. We use the rotation
5521         icons that appeared recently.
5522
5523 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5524
5525         * shell/ev-history.c: (ev_history_add_page):
5526         * shell/ev-history.h:
5527         * shell/ev-window.c: (page_changed_cb):
5528         
5529         Use page labels instead of numbers.
5530
5531 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5532
5533         * data/evince-toolbar.xml:
5534         * po/POTFILES.in:
5535         * shell/Makefile.am:
5536         * shell/ev-navigation-action-widget.c:
5537         (ev_navigation_action_widget_init),
5538         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5539         (menu_detacher), (ev_navigation_action_widget_set_menu),
5540         (menu_position_func), (popup_menu_under_arrow),
5541         (ev_navigation_action_widget_toggled),
5542         (ev_navigation_action_widget_button_press_event):
5543         * shell/ev-navigation-action-widget.h:
5544         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5545         (ev_navigation_action_set_window), (activate_menu_item_cb),
5546         (new_history_menu_item), (new_empty_history_menu_item),
5547         (build_menu), (menu_activated_cb), (connect_proxy),
5548         (create_tool_item), (ev_navigation_action_init),
5549         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5550         * shell/ev-navigation-action.h:
5551         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5552         (ev_page_action_widget_set_page_cache),
5553         (ev_page_action_widget_finalize),
5554         (ev_page_action_widget_class_init), (match_selected_cb),
5555         (display_completion_text), (match_completion), (build_new_tree_cb),
5556         (get_filter_model_from_model),
5557         (ev_page_action_widget_update_model):
5558         * shell/ev-page-action-widget.h:
5559         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5560         (connect_proxy):
5561         * shell/ev-page-action.h:
5562         * shell/ev-stock-icons.c:
5563         * shell/ev-stock-icons.h:
5564         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5565         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5566         (register_custom_actions):
5567         * shell/main.c:
5568         
5569         Preliminary history implementation
5570
5571 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5572
5573         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5574         (dvi_document_class_init), (dvi_document_init_params):
5575         * dvi/mdvi-lib/font.c: (font_reference):
5576         
5577         Add reference to subfont. Fixes bug #374277.
5578
5579 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5580
5581         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5582         (ev_window_cmd_file_open_copy_at_dest):
5583
5584         Fix a race condition when creating symlink. Increase the counter
5585         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5586         Mathias Hasselmann).
5587
5588 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5589
5590         * backend/Makefile.am:
5591         * backend/ev-attachment.c: (ev_attachment_open):
5592         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5593         (ev_tmp_dir), (ev_tmp_filename):
5594         * shell/ev-sidebar-attachments.c:
5595         (ev_sidebar_attachments_drag_data_get):
5596         * shell/ev-window.c: (ev_window_clear_temp_file):
5597
5598         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5599         in ensure_dir_exists. Abort without crashing when we can't create
5600         user's directory.
5601
5602 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5603
5604         * data/evince-ui.xml:
5605         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5606         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5607         (ev_window_cmd_file_open_copy_at_dest),
5608         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5609         (ev_view_popup_cmd_open_link_new_window):
5610
5611         Allow opening a copy of the current document in a new window. Fixes bug
5612         #357472
5613
5614 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5615
5616         * data/evince-toolbar.xml:
5617         
5618         Add rotate right and rotate left to available items for toolbar.
5619         
5620         * data/evince-ui.xml:
5621         * shell/ev-window.c: (ev_window_init):
5622         
5623         Customize toolbar with right click. Fixes bug #372451.
5624
5625 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5626
5627         * shell/ev-window.c: 
5628         
5629         Use "object-rotate-{left,right}" stock icons. Fixes 
5630         bug #373863.
5631
5632 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5633
5634         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5635         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5636         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5637         (ev_window_open_uri):
5638         * shell/main.c: (arguments_parse):
5639
5640         Remove temp file created when evince is used by GTK+ in
5641         preview mode. Fixes bug #365282. 
5642
5643 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5644
5645         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5646         
5647         Fixes bug #372474 - Side pane disabled when entering 
5648         and leaving fullscreen mode.
5649
5650 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5651
5652         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5653         * data/Makefile.am:
5654         * data/evince-preview-toolbar.xml:
5655         * data/evince-toolbar.xml:
5656         * shell/ev-application.c: (ev_application_shutdown),
5657         (ev_application_init), (ev_application_get_toolbars_model):
5658         * shell/ev-application.h:
5659         * shell/ev-window.c: (update_chrome_visibility),
5660         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5661         (ev_window_cmd_edit_toolbar), (ev_window_init):
5662         
5663         Fixes bug #364364 - toolbar editor shows zoom actions again.
5664
5665 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5666
5667         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5668
5669         Do not take margins into consideration for paper size when printing.
5670         Really fixes bug #350491.
5671
5672 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5673
5674         * data/evince-ui.xml:
5675         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5676         (ev_window_cmd_file_print_setup),
5677         (ev_window_print_dialog_response_cb),
5678         (ev_window_setup_action_sensitivity):
5679
5680         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5681
5682 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5683
5684         * shell/ev-window.c: (ev_window_print_range):
5685
5686         Revert my previuos commit, since printing to PDF is not supported by
5687         evince yet. 
5688
5689 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5690
5691         * shell/ev-window.c: (ev_window_print_range):
5692
5693         Enable print to a PDF. Fixes bug #332121.
5694
5695 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5696
5697         * shell/ev-application-service.xml:
5698         * shell/ev-application.[ch]: (ev_application_open_window),
5699         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5700         (ev_application_open_uri), (ev_application_open_uri_list):
5701         * shell/ev-window.c: (file_open_dialog_response_cb),
5702         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5703         (drag_data_received_cb), (open_remote_link):
5704         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5705
5706         Add support for multiscreen systems. Fixes bug #316206.
5707
5708 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5709
5710         * shell/ev-jobs.[ch]: (ev_job_print_new),
5711         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5712         (ev_job_print_do_page):
5713         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5714
5715         Allow printing only odd/even pages. Fixes bug #367289.
5716
5717 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5718
5719         * test/test1.py:
5720         * test/test2.py:
5721
5722         Re-add locale settings to test files.
5723
5724 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5725
5726         * data/evince-ui.xml:
5727         * shell/ev-window.c: (set_action_properties):
5728         
5729         Removed garbage from code and ui.
5730
5731 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5732
5733         * shell/ev-window.c: (ev_window_cmd_help_about):
5734
5735         Shamelessly add my name to the list of contributors.
5736
5737 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5738
5739         * test/test1.py:
5740         * test/test2.py:
5741
5742         Cleaned up the dogtail scripts.
5743
5744 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5745
5746         * shell/ev-view.c: (draw_loading_text): Don't render
5747         "loading..." text in presentation mode. Temporary
5748         workaround for bug #320352.
5749
5750 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5751
5752         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5753         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5754
5755         Use print settings scale, copies, collate and reverse which were
5756         ignored. Fixes bug #359032.
5757
5758 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5759
5760         * configure.ac:
5761         * data/evince-password.glade:
5762         * test/Makefile.am:
5763         * test/test-encrypt.pdf:
5764         * test/test-links.pdf:
5765         * test/test1.py:
5766         * test/test2.py:
5767
5768         Add automated UI tests for evince with dogtail. See
5769         bug #300948.    
5770
5771 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5772
5773         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5774
5775         Hide fullscreen toolbar when switching to another desktop workspace.
5776         Fixes bug #338871
5777
5778 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5779
5780         * shell/ev-window-title.c: 
5781         
5782         Test for .dvi in title of pdf documents.
5783
5784 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5785
5786         * shell/ev-view.c: (ev_view_scroll):
5787
5788         Page Up/Down should do page jumps in "Best fit" mode.
5789         If a user has explicitly chosen to view exactly one page
5790         at a time, scrolling just a part of the page when
5791         pressing Page Up/Down is not right. Fixes bug #323107.
5792
5793 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5794
5795         * NEWS:
5796         * configure.ac:
5797         
5798         Update for 0.6.1
5799
5800 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5801
5802         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5803         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5804         
5805         Correctly disconnect from job signals on destroy.
5806
5807 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5808
5809         * shell/ev-view-private.h:
5810         * shell/ev-view.c: (view_set_adjustment_values),
5811         (view_update_range_and_current_page),
5812         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5813         
5814         Fixes bug #343199, current page now follows find page.
5815
5816 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5817
5818         * backend/ev-document-factory.c:
5819         * configure.ac:
5820         Assigned OpenDocument presenation MIME type to the
5821         Impress backend. Added some missing (but harmless)
5822         #ifdefs in the document factory as well to make things
5823         consistent again. Fixes bug #360658.
5824
5825 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5826
5827         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5828         * backend/ev-document-find.c: (ev_document_find_get_type):
5829         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5830         * backend/ev-document-links.c: (ev_document_links_get_type):
5831         * backend/ev-document-security.c: (ev_document_security_get_type):
5832         * backend/ev-document-thumbnails.c:
5833         (ev_document_thumbnails_get_type):
5834         * backend/ev-document.c: (ev_document_get_type):
5835         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5836         * backend/ev-selection.c: (ev_selection_get_type):
5837         * cut-n-paste/recent-files/egg-recent-model.c:
5838         (egg_recent_model_get_type):
5839         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5840         (egg_recent_view_uimanager_get_type):
5841         * cut-n-paste/recent-files/egg-recent-view.c:
5842         (egg_recent_view_get_type):
5843         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5844         (egg_editable_toolbar_get_type):
5845         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5846         (egg_toolbar_editor_get_type):
5847         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5848         (egg_toolbars_model_get_type):
5849         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5850         (egg_tree_multi_drag_source_get_type):
5851         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5852         (ephy_zoom_action_get_type):
5853         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5854         (ephy_zoom_control_get_type):
5855         * impress/r_back.c: (_imp_fill_back):
5856         * properties/ev-properties-main.c:
5857         (ev_properties_plugin_register_type):
5858         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5859         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5860         (ev_view_accessible_factory_get_type):
5861
5862         Reduce relocations. Bug #360616.
5863
5864 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5865
5866         * backend/ev-document-factory.c:
5867         (ev_document_factory_get_document):
5868         
5869         Load document even if extension is wrong.
5870
5871 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5872
5873         * shell/ev-metadata-manager.c: (save_values):
5874         * shell/ev-window.c: (setup_size_from_metadata),
5875         (setup_view_from_metadata), (ev_window_setup_document),
5876         (ev_window_xfer_job_cb), (window_configure_event_cb):
5877         
5878         Set size according to the document size/page size ratio.
5879         That should correct rather wierd behaviour of the previous
5880         commit.
5881
5882 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * shell/ev-window.c: (setup_view_from_metadata):
5885         
5886         Set size for new windows from previous window size.
5887         See bugs #354968 and #168450 for details. Thanks
5888         to Meik Hellmund.
5889
5890 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5891
5892         * djvu/djvu-links.c: (build_tree):
5893
5894         Fix memory leak.
5895
5896 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5897
5898         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5899         
5900         Don't make sidebar close button insensitive. Fixes
5901         bug #357871.
5902
5903 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5904
5905         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5906         (ev_window_set_view_accels_sensitivity):
5907         
5908         Don't enable Slash on documents which don't support
5909         find. Fixes bug #358648.
5910
5911 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5912
5913         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5914         open dialog fall back to the current document uri if the
5915         filechooser hasn't been used before. Fixes bug #356980.
5916
5917 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5918
5919         * shell/ev-window.c: (ev_window_setup_recent), 
5920         (ev_window_get_recent_file_label):
5921
5922         Escape underscores in filenames of recent file items.
5923
5924 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5925
5926         * configure.ac:
5927         
5928         Bumped poppler requirements, really 0.5.3 is very 
5929         buggy, now we require 0.5.4.
5930
5931 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5932
5933         * djvu/Makefile.am:
5934         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5935         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5936         (djvu_document_document_links_iface_init):
5937         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5938         (number_from_string_10), (get_djvu_link_dest),
5939         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5940         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5941         (djvu_links_get_links), (djvu_links_find_link_dest),
5942         (djvu_links_get_links_model):
5943         * djvu/djvu-links.h:
5944         
5945         Add support for links and bookmarks in djvu documents. Thanks
5946         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5947         patch.
5948
5949 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5950
5951         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5952         
5953         Reopen should reload document. Fixes 
5954         bug 327951.
5955
5956 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5957
5958         * configure.ac:
5959         * data/Makefile.am:
5960         * data/evince-16.png:
5961         * data/evince-22.png:
5962         * data/evince.png:
5963         * data/evince.svg:
5964         * data/icons/16x16/Makefile.am:
5965         * data/icons/16x16/evince.png:
5966         * data/icons/22x22/Makefile.am:
5967         * data/icons/22x22/evince.png:
5968         * data/icons/48x48/Makefile.am:
5969         * data/icons/48x48/evince.png:
5970         * data/icons/Makefile.am:
5971         * data/icons/scalable/Makefile.am:
5972         * data/icons/scalable/evince.svg:
5973         
5974         Install icons with correct names. Fixes
5975         bug #354429.
5976
5977 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5978
5979         * shell/ev-view.c: (ev_view_button_release_event):
5980
5981         Don't open links with middle mouse button. Fixes bug #353649
5982
5983 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5984
5985         * NEWS:
5986         * configure.ac:
5987         
5988         Update for release 0.6.0
5989
5990 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5991
5992         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5993         Implement Close named action. Patch by Carlos Garcia Campos.
5994
5995 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5996
5997         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5998         
5999         Don't clear link mapping on copy_job_to_job_info. Fixes
6000         bug 346168.
6001
6002 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6003
6004         * shell/main.c: (main):
6005
6006         Revert my previous commit, gnome_program_init owns the option context.
6007         Fix another memory leak in main. Both caught by Christian Persch. 
6008
6009 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6010
6011         * shell/main.c: (main):
6012
6013         Fix memory leak.
6014
6015 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6016
6017         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6018
6019         Fix crash when opening a pdf with password protection. 
6020
6021 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6022
6023         * pdf/ev-poppler.cc: (pdf_document_search_free):
6024
6025         Fix memory leak. 
6026
6027 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6028
6029         * backend/ev-document-factory.c:
6030         (ev_document_factory_get_document):
6031         * tiff/tiff-document.c: (tiff_document_finalize):
6032         
6033         More correct handling of document loading. Fixes
6034         bug #349043.
6035
6036 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6037
6038         * backend/ev-attachment.c: (ev_attachment_save):
6039
6040         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6041         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6042
6043 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6044         
6045         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6046         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6047
6048 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6049
6050         * shell/ev-sidebar-thumbnails.c:
6051
6052         Do not render thumbnails unless thumbnails page is active in the
6053         sidebar.
6054
6055 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6056
6057         * shell/ev-properties-dialog.c:
6058
6059         Fix dialogue spacing. Bug #351370.
6060
6061 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6062
6063         * configure.ac:
6064
6065         Use lowercase gettext catalog file names (evince.mo
6066         instead of Evince.mo)
6067
6068 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6069
6070         * shell/ev-sidebar-attachments.c:
6071
6072         GtkIconTheme is now screen safe too. Fixes bug #350878
6073
6074 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6075
6076         * shell/ev-window.c:
6077
6078         GtkRecent manager is now screen safe. Fixes bug #350145
6079
6080 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * shell/ev-sidebar.c: (ev_sidebar_init):
6083         
6084         Make sidebar close icon smaller. Fix for bug 350177.
6085         See also bugs 350176 and 165770.
6086
6087 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6088
6089         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6090
6091         Ignore zoom for xyz destinations when it's <= 1, keeping user
6092         preferences instead. Set correct sizing-mode for fith and fitv
6093         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6094
6095 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6096
6097         * NEWS:
6098         * configure.ac:
6099         
6100         Update for release 0.5.5
6101
6102 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6103         
6104         * shell/ev-window.c: (ev_window_cmd_escape)
6105
6106         Escape unfocus page entry. Fixes bug #345809.
6107
6108 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6109
6110         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6111         (build_tree), (pdf_document_links_get_links),
6112         (pdf_document_links_find_link_dest):
6113         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6114         (goto_xyz_dest):
6115
6116         Convert from PDF style coordinates to X style coordinates in the
6117         backend rather than in the view. Fixes bug #338440
6118
6119 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6120
6121         * shell/ev-window.c:
6122         
6123         Remove Ctrl+Shift+T shortcut for toolbars. See
6124         the bug #350098.
6125
6126 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6127
6128         * configure.ac:
6129
6130         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6131         of this. 
6132
6133 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6134
6135         * configure.ac:
6136         * cut-n-paste/Makefile.am:
6137         * data/evince-ui.xml:
6138         * shell/Makefile.am:
6139         * shell/ev-application.[ch]:
6140         * shell/ev-window.c:
6141
6142         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6143         #349273
6144
6145 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6146
6147         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6148         findbar code: s/help/search/
6149
6150 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6151
6152         * shell/ev-window.c: (setup_document_from_metadata),
6153         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6154         (setup_view_from_metadata):
6155         
6156         Fix memory leaks.
6157
6158 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6159
6160         * autogen.sh, configure.ac: 
6161         
6162         Update automake usage. See bug 349292.
6163
6164 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6165
6166         * shell/eggfindbar.c: (egg_find_bar_class_init),
6167         (entry_activate_callback), (egg_find_bar_init),
6168         (egg_find_bar_set_status_text):
6169         * shell/eggfindbar.h:
6170         
6171         Unify Evince findbar with Epiphany. Nice patch
6172         from Fabricio Silva <silva@crans.org> and
6173         Frederic Peters <fpeters@entrouvert.com>. See
6174         bug #339966 for details.
6175
6176 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6177
6178         * data/evince.desktop.in.in:
6179         
6180         Correct information for bugzilla. Thanks to
6181         Olaf Vitters, see bug #348855.
6182
6183 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6184
6185         * shell/ev-jobs.[ch]:
6186         * shell/ev-sidebar-links.c:
6187         * shell/ev-window.[ch]:
6188
6189         GtkPrintJob doesn't support print ranges or current page, so we export
6190         to a ps file now when printing ranges or current page.
6191
6192 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * pdf/ev-poppler.cc:
6195         * shell/ev-window.c: (do_action_named):
6196
6197         We should be more clear about bugzilla. See the
6198         poppler bug #7623.
6199
6200 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6201
6202         * configure.ac:
6203         * shell/Makefile.am:
6204         * shell/ev-job-queue.c:
6205         * shell/ev-jobs.[ch]:
6206         * shell/ev-sidebar-links.c:
6207         * shell/ev-window.[ch]:
6208         
6209         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6210         #348422
6211
6212 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6213
6214         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6215         * shell/ev-application-service.xml:
6216         * shell/ev-application.[ch]:
6217         * shell/ev-jobs.[ch]:
6218         * shell/ev-window.[ch]: (ev_window_run_preview):
6219         * shell/main.c: 
6220
6221         Add preview mode to use evince as a printing previewer. It also adds
6222         other command line options for fullscreen and presentation modes.
6223         Fixes bugs #347822, #317031
6224
6225 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6226
6227         * NEWS:
6228         * configure.ac:
6229         
6230         Update for release 0.5.4
6231
6232 2006-07-11  Bastien Nocera <hadess@hadess.net>
6233
6234         * Makefile.am:
6235         * backend/Makefile.am:
6236         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6237         * backend/ev-document-factory.h:
6238         * configure.ac:
6239         * impress/.cvsignore:
6240         * impress/Makefile.am:
6241         * impress/common.h:
6242         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6243         (imp_get_page), (imp_next_page), (imp_prev_page),
6244         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6245         * impress/f_oasis.c: (render_object), (render_page),
6246         (get_geometry), (_imp_oasis_load):
6247         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6248         (_imp_oo13_load):
6249         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6250         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6251         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6252         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6253         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6254         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6255         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6256         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6257         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6258         (iks_new_within), (iks_insert), (iks_insert_cdata),
6259         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6260         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6261         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6262         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6263         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6264         (iks_cdata), (iks_cdata_size), (iks_has_children),
6265         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6266         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6267         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6268         (iks_tree), (iks_load), (iks_save):
6269         * impress/iksemel.h:
6270         * impress/imposter.h:
6271         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6272         (imp_render_draw_bezier_real), (imp_render_get_size),
6273         (imp_render_set_fg_color), (imp_render_draw_line),
6274         (imp_render_draw_rect), (imp_render_draw_polygon),
6275         (imp_render_draw_arc), (imp_render_draw_bezier),
6276         (imp_render_open_image), (imp_render_get_image_size),
6277         (imp_render_scale_image), (imp_render_draw_image),
6278         (imp_render_close_image), (imp_render_markup),
6279         (imp_render_get_text_size), (imp_render_draw_text),
6280         (impress_document_load), (impress_document_save),
6281         (impress_document_get_n_pages), (impress_document_get_page_size),
6282         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6283         (impress_document_finalize), (impress_document_class_init),
6284         (impress_document_can_get_text), (impress_document_get_info),
6285         (impress_document_document_iface_init),
6286         (impress_document_thumbnails_get_thumbnail),
6287         (impress_document_thumbnails_get_dimensions),
6288         (impress_document_document_thumbnails_iface_init),
6289         (impress_document_init):
6290         * impress/impress-document.h:
6291         * impress/internal.h:
6292         * impress/r_back.c: (_imp_fill_back):
6293         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6294         (_imp_draw_image), (_imp_tile_image):
6295         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6296         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6297         (r_polyline):
6298         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6299         (r_draw_gradient_complex), (r_draw_gradient):
6300         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6301         (r_get_bullet):
6302         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6303         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6304         (r_text):
6305         * impress/render.c: (imp_create_context), (imp_context_set_page),
6306         (imp_context_set_step), (imp_render), (imp_delete_context):
6307         * impress/render.h:
6308         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6309         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6310         (zip_load_xml), (zip_get_size), (zip_load):
6311         * impress/zip.h:
6312         * shell/ev-utils.c:
6313         
6314         New backend to support impress slides. Fixes bug #30867.
6315
6316 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6317
6318         * shell/ev-utils.c: (using_postscript_printer):
6319         
6320         Fixes crash when print using PAPI backend,
6321         bug #345012.
6322
6323 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6324
6325         * shell/ev-jobs.c: (ev_job_xfer_run):
6326         * shell/ev-window.c: (password_dialog_response),
6327         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6328         (ev_window_dispose):
6329         Fixes bug #344160: if the xfer job doesn't complete
6330         because a password is required, reload the existing
6331         instance instead of creating a new one.
6332
6333 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6334
6335         * shell/main.c: (main): Call gdk_threads_init. Thus
6336         we'll avoid errors in auth dialog. Fix for the bug
6337         #343347.
6338
6339 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6340
6341         * configure.ac: Advertise pixbuf support, fix
6342         for the bug 343317.
6343
6344 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6347         (ev_sidebar_thumbnails_set_document):
6348         
6349         Update sidebar thumbnails after reloading.
6350
6351 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6352
6353         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6354         * shell/ev-jobs.h:
6355         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6356         (ev_window_cmd_view_reload), (ev_window_init):
6357         
6358         Don't crash on reload. Fix for the bug #343167.
6359
6360 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6361
6362         * shell/ev-jobs.c: (ev_job_render_run):
6363         
6364         Check for document links.
6365
6366 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6367
6368         * backend/ev-attachment.c: (ev_attachment_save),
6369         (ev_attachment_launch_app), (ev_attachment_open):
6370         * backend/ev-document-factory.c: (get_document_from_uri):
6371         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6372         (egg_recent_view_uimanager_set_list):
6373         * ps/ps-document.c: (check_filecompressed), (document_load),
6374         (ps_document_load):
6375         * shell/ev-metadata-manager.c: (load_values):
6376         * shell/ev-password.c: (ev_password_dialog_set_property):
6377         * shell/ev-view.c: (tip_from_link):
6378         * shell/ev-window.c: (file_save_dialog_response_cb),
6379         (ev_window_print_dialog_response_cb):
6380         
6381         Use consistent quoting style. Fix for the bug #320285.
6382
6383 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6384
6385         * shell/ev-jobs.c: (ev_job_xfer_run):
6386         * shell/main.c: (load_files):
6387                 
6388         Open links with anchors. Fix for the bug #339836.
6389
6390 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6391
6392         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6393         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6394         (ev_link_dest_set_property), (ev_link_dest_finalize),
6395         (ev_link_dest_class_init), (ev_link_dest_new_named),
6396         (ev_link_dest_new_page_label):
6397         * backend/ev-link-dest.h:
6398         * shell/ev-application.c: (ev_application_open_uri):
6399         * shell/ev-view.c: (goto_dest):
6400         * shell/ev-window.c:
6401         * shell/ev-window.h:
6402         
6403         Fix page-label command line option. Bug #342070.
6404
6405 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6406
6407         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6408         
6409         Don't show highlight rects if page can't be showed. Fix for 
6410         the bug #342076
6411
6412 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * shell/ev-window.c: (setup_sidebar_from_metadata),
6415         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6416         
6417         Setup sidebar from metadata even if there is no document
6418         loaded. Fix for the bug #342807.
6419
6420 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6421
6422         * cut-n-paste/toolbar-editor/Makefile.am:
6423         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6424         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6425         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6426         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6427         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6428         (popup_context_menu_cb), (button_press_event_cb),
6429         (configure_item_sensitivity), (configure_item_cursor),
6430         (configure_item_tooltip), (connect_widget_signals),
6431         (action_sensitive_cb), (create_item_from_action),
6432         (create_item_from_position), (toolbar_drag_data_received_cb),
6433         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6434         (toolbar_drag_leave_cb), (configure_drag_dest),
6435         (toggled_visibility_cb), (toolbar_visibility_refresh),
6436         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6437         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6438         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6439         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6440         (egg_editable_toolbar_dispose),
6441         (egg_editable_toolbar_set_ui_manager),
6442         (egg_editable_toolbar_get_selected),
6443         (egg_editable_toolbar_set_selected), (set_edit_mode),
6444         (egg_editable_toolbar_set_property),
6445         (egg_editable_toolbar_get_property),
6446         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6447         (egg_editable_toolbar_new_with_model),
6448         (egg_editable_toolbar_get_edit_mode),
6449         (egg_editable_toolbar_set_edit_mode),
6450         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6451         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6452         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6453         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6454         (item_added_or_removed_cb), (toolbar_removed_cb),
6455         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6456         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6457         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6458         (editor_create_item_from_name), (append_table),
6459         (update_editor_sheet), (egg_toolbar_editor_init):
6460         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6461         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6462         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6463         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6464         (toolbar_node_free), (egg_toolbars_model_get_flags),
6465         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6466         (egg_toolbars_model_get_name), (impl_add_item),
6467         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6468         (parse_data_list), (parse_item_list), (parse_toolbars),
6469         (egg_toolbars_model_load_toolbars), (parse_available_list),
6470         (parse_names), (egg_toolbars_model_load_names),
6471         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6472         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6473         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6474         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6475         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6476         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6477         (egg_toolbars_model_set_types), (fill_avail_array),
6478         (egg_toolbars_model_get_name_avail),
6479         (egg_toolbars_model_get_name_flags),
6480         (egg_toolbars_model_set_name_flags):
6481         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6482         * cut-n-paste/toolbar-editor/eggintl.h:
6483         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6484         (egg_tree_multi_drag_source_get_type),
6485         (egg_tree_multi_drag_source_row_draggable),
6486         (egg_tree_multi_drag_source_drag_data_delete),
6487         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6488         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6489         (path_list_free), (set_context_data), (get_context_data),
6490         (get_info), (egg_tree_multi_drag_drag_data_get),
6491         (egg_tree_multi_drag_motion_event),
6492         (egg_tree_multi_drag_button_press_event),
6493         (egg_tree_multi_drag_add_drag_support):
6494         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6495         * shell/ev-application.c: (ev_application_init),
6496         (ev_application_save_toolbars_model):
6497         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6498         (ev_window_cmd_edit_toolbar), (ev_window_init):
6499         
6500         Sync toolbareditor with epiphany and libegg
6501
6502 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6503
6504         * configure.ac: 
6505
6506         Depend on poppler 0.5.2
6507
6508 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6509
6510         * shell/ev-jobs.c: (ev_job_render_run):
6511         
6512         Check if document supports links iterface.
6513
6514 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6515
6516         * NEWS:
6517         * configure.ac:
6518         
6519         Update for release 0.5.3
6520
6521 2006-05-13  Michael Plump  <plumpy@skylab.org>
6522
6523         * configure.ac:
6524         * shell/Makefile.am:
6525         * shell/main.c: (main):
6526         
6527         Port to GOption command line parsing. Fix for the 
6528         bug #327518
6529
6530 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6531
6532         * shell/ev-window.c: (ev_window_cmd_help_about):
6533         
6534         Do not wrap license. Fix for the bug #309460.
6535
6536 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6537
6538         * configure.ac:
6539         * properties/ev-properties-main.c: (ev_properties_get_pages):
6540         * shell/ev-application.c: (ev_application_open_window),
6541         (ev_application_open_uri_at_dest):
6542         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6543         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6544         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6545         * shell/ev-utils.c: (save_print_config_to_file):
6546         * shell/ev-window.c: (ev_window_cmd_save_as),
6547         (ev_attachment_popup_cmd_save_attachment_as):
6548         * shell/main.c: (load_files_remote):
6549         
6550         Bump requirements to gtk 2.8 and drop all ifdefs used.
6551
6552 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6555         * shell/ev-window.c: (ev_window_init):
6556         
6557         Show attachments page.
6558
6559 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6560
6561         * po/POTFILES.in:
6562         * shell/ev-attachment-bar.c:
6563         * shell/ev-attachment-bar.h:
6564         * shell/ev-sidebar-attachments.c:
6565         (ev_sidebar_attachments_icon_cache_add),
6566         (icon_theme_get_pixbuf_from_mime_type),
6567         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6568         (ev_sidebar_attachments_icon_cache_refresh),
6569         (ev_sidebar_attachments_get_attachment_at_pos),
6570         (ev_sidebar_attachments_popup_menu_show),
6571         (ev_sidebar_attachments_popup_menu),
6572         (ev_sidebar_attachments_button_press),
6573         (ev_sidebar_attachments_update_icons),
6574         (ev_sidebar_attachments_drag_data_get),
6575         (ev_sidebar_attachments_get_property),
6576         (ev_sidebar_attachments_destroy),
6577         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6578         (ev_sidebar_attachments_new),
6579         (ev_sidebar_attachments_set_document),
6580         (ev_sidebar_attachments_support_document),
6581         (ev_sidebar_attachments_get_label),
6582         (ev_sidebar_attachments_page_iface_init):
6583         * shell/ev-sidebar-attachments.h:
6584         * shell/ev-window.c: (update_chrome_visibility),
6585         (setup_sidebar_from_metadata), (ev_window_setup_document),
6586         (ev_window_sidebar_current_page_changed_cb),
6587         (attachment_bar_menu_popup_cb), (ev_window_init):
6588         
6589         Move attachments bar to sidebar.
6590
6591 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6592
6593         * pdf/ev-poppler.cc:
6594         * shell/ev-application.[ch]:
6595         * shell/main.c:
6596
6597         Fix some memory leaks.
6598
6599 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6600
6601         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6602
6603         Change the properties dialog response to
6604         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6605         will make the dialog go away when the user presses
6606         enter. With gtk+ >= 2.9 this will happen anyway, but for
6607         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6608         escape by default. Fixes bug #340539. See also bug
6609         #101293 for the gtk+ part.
6610
6611 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6612
6613         * shell/ev-view.c (tip_from_action_named): Replace some strings
6614         that were wrong. Closes #340970.
6615
6616 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6617
6618         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6619
6620         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6621         #341049
6622
6623 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6624
6625         * djvu/Makefile.am:
6626         * dvi/Makefile.am:
6627         * dvi/mdvi-lib/Makefile.am:
6628         * properties/Makefile.am:
6629         * ps/Makefile.am:
6630         * shell/Makefile.am:
6631         * thumbnailer/Makefile.am:
6632         
6633         Due to broken libtool that is unable to track dependencies
6634         of noinst libraries we are forced to explicitely point
6635         libraries for binary. Fix for the bug #333334.
6636
6637 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6638
6639         * data/evince.desktop.in.in:
6640         * shell/ev-view.c: (view_update_range_and_current_page),
6641         (ev_view_next_page), (ev_view_previous_page):
6642         * shell/ev-window.c: (update_chrome_visibility),
6643         (setup_sidebar_from_metadata), (ev_window_setup_document),
6644         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6645         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6646         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6647         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6648         (ev_window_stop_presentation), (ev_window_focus_in_event),
6649         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6650         (ev_window_init):
6651         * thumbnailer/Makefile.am:
6652         
6653         Update fullscreen and presentation timeout handling. Hide
6654         cursor in presentation after timeout. Fix for the bugs
6655         #136359 and #336981.
6656
6657 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6658
6659         * backend/ev-link-action.[ch]:
6660         * pdf/ev-poppler.cc: (ev_link_from_action):
6661         * shell/ev-view-private.h:
6662         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6663         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6664
6665         Add support for Named Action links
6666
6667 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6668
6669         * backend/Makefile.am:
6670         * backend/ev-document-links.[ch]:
6671         * backend/ev-document.[ch]:
6672         * backend/ev-link-action.[ch]:
6673         * backend/ev-link-dest.[ch]:
6674         * backend/ev-link.[ch]:
6675         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6676         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6677         * shell/ev-page-action.c: (build_new_tree_cb):
6678         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6679         (links_page_num_func), (update_page_callback):
6680         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6681         (tip_from_link):
6682         * shell/ev-jobs.c:
6683         * shell/ev-window.[ch]: (ev_window_open_uri),
6684         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6685         * shell/ev-application.[ch]: (ev_application_open_window),
6686         (ev_application_open_uri):
6687
6688         Rework links system, it adds support for remote links now and it makes
6689         easier to add new kinds of actions and destinations. Fixes bug #317292
6690
6691 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6692
6693         * data/Makefile.am:
6694         * data/evince.png:
6695         * data/evince-16.png:
6696         * data/evince-22.png:
6697         * data/evince.svg:
6698         * shell/main.c: (main):
6699         
6700         Evince use it's own icon. Fix for the bug #313392.
6701
6702         * shell/ev-window.c: (fullscreen_timeout_cb),
6703         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6704         (ev_window_cmd_help_about), (ev_window_dispose):
6705         
6706         Simplify fullscreen timeout code.
6707
6708 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6709
6710         * backend/ev-attachment.c: 
6711         * shell/ev-attachment-bar.c:
6712         * shell/ev-window.c:
6713
6714         Allow multiple selection of attachments
6715
6716 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6717
6718         * shell/ev-view.c: (view_update_range_and_current_page),
6719         (ev_view_scroll):
6720         
6721         Fix for the bug #312573 – Optimal selection of current 
6722         page among visible pages.
6723
6724 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6725
6726         * configure.ac:
6727         * djvu/Makefile.am:
6728         * djvu/djvu-text.h:
6729         
6730         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6731         for the bug 339868.
6732
6733 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6734
6735         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6736
6737 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6738
6739         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6740         dictated by the GNOME HIG. Fixes bug #339235.
6741
6742 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6743
6744         * data/evince-ui.xml:
6745         * shell/ev-view.c: (ev_view_can_find_previous):
6746         * shell/ev-view.h:
6747         * shell/ev-window.c: (ev_window_update_actions),
6748         (ev_window_cmd_edit_find_previous):
6749
6750         Add support for "Find Previous" as dictated by the GNOME HIG. A
6751         menu item is added and some glue code to make it all work is added
6752         to various files.
6753
6754 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6755
6756         * configure.ac: Award myself the "useless use of cat" award.
6757
6758 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6759
6760         * po/LINGUAS: New file listing all supported languages.
6761
6762         * configure.in: Use po/LINGUAS instead of including all languages
6763         directly in this file. See the wiki for more information:
6764         http://live.gnome.org/GnomeGoals/PoLinguas
6765
6766 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6767
6768         * backend/ev-document-factory.c:
6769
6770         Do not load the document twice when there isn't errors
6771
6772 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6773
6774         * backend/ev-attachment.c: 
6775
6776         Fix a crash when there isn't a default application to open an
6777         attachment
6778
6779 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6780
6781         * backend/ev-attachment.[ch]:
6782         * shell/ev-attachment-bar.[ch]:
6783
6784         Added missing files. 
6785
6786 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6787
6788         * backend/Makefile.am:
6789         * data/evince-ui.xml:
6790         * backend/ev-attachment.[ch]:
6791         * backend/ev-document.[ch]: (ev_document_has_attachments),
6792         (ev_document_get_attachments):
6793         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6794         (attachment_save_to_buffer), (pdf_document_get_attachments),
6795         (pdf_document_document_iface_init):
6796         * shell/Makefile.am:
6797         * shell/ev-attachment-bar.[ch]:
6798         * shell/ev-window.c:
6799
6800         Add support for PDF attachments. Fixes bug #325143
6801
6802 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * backend/ev-document-factory.c: (get_document_from_uri),
6805         (ev_document_factory_get_document):
6806         * backend/ev-document-factory.h:
6807         * properties/ev-properties-main.c: (ev_properties_get_pages):
6808         * shell/Makefile.am:
6809         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6810         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6811         (ev_job_queue_remove_job):
6812         * shell/ev-job-queue.h:
6813         * shell/ev-job-xfer.c:
6814         * shell/ev-job-xfer.h:
6815         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6816         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6817         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6818         (ev_job_xfer_run):
6819         * shell/ev-jobs.h:
6820         * shell/ev-window.c: (ev_window_is_empty),
6821         (password_dialog_response), (ev_window_clear_xfer_job),
6822         (ev_window_xfer_job_cb), (ev_window_open_uri),
6823         (ev_window_cmd_focus_page_selector),
6824         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6825         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6826         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6827         (ev_window_dispose):
6828         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6829         
6830         * Cleanup mime type detection on document load. Fix for the
6831         bug #336448.
6832
6833 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6834
6835         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6836         
6837         Fix crash on exit, described in the bug #336825.
6838
6839 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6840
6841         * backend/ev-document-factory.c:
6842         (ev_document_factory_get_from_mime),
6843         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6844         (ev_document_factory_get_document),
6845         (file_filter_add_mime_list_and_free),
6846         (ev_document_factory_add_filters):
6847         * backend/ev-document-factory.h:
6848         * properties/ev-properties-main.c: (ev_properties_get_pages):
6849         * shell/Makefile.am:
6850         * shell/ev-application.c:
6851         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6852         * shell/ev-window.c: (ev_window_cmd_file_open),
6853         (ev_window_cmd_save_as):
6854         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6855         
6856         Rework factory functions so they are placed now in a single 
6857         file ev-document-factory.c
6858
6859 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6860
6861         * shell/ev-window.c: (update_chrome_visibility):
6862         
6863         Fix for the bug 166566 - don't show menubar in fullscreen
6864         mode.
6865
6866 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6867
6868         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6869
6870 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6871
6872         * shell/ev-view.c: (ev_view_expose_event):
6873         
6874         More correctly draw loading text when document
6875         is empty.
6876
6877 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6878
6879         * shell/ev-view.c: (ev_view_scroll):
6880         
6881         Fix for the bug #334854, page down and page up switch
6882         pages in presentation mode.
6883
6884 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6885
6886         * shell/ev-window.c: (ev_window_set_action_sensitive),
6887         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6888         (ev_window_set_view_accels_sensitivity),
6889         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6890         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6891         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6892         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6893         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6894         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6895         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6896         (view_actions_focus_in_cb), (ev_window_init):
6897         
6898         Fix for the bug #333902, now it's possible to search
6899         words with slash.
6900
6901 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6902
6903         * configure.ac: Added Breton translation.
6904         * po/br.po: Added Breton translation.
6905
6906 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6907
6908         * shell/ev-window-title (ev_window_title_update):
6909
6910         Fix memory leak in window title. Fixes bug #333944
6911
6912 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6913
6914         * shell/ev-metadata-manager.c (parseItem):
6915
6916         Fix memory leaks. Fixes bug #333945
6917
6918 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6919         
6920         * NEWS, configure.ac, TODO:
6921         
6922         Update for release 0.5.2.
6923
6924 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6925
6926         * shell/ev-view.c: (view_update_range_and_current_page),
6927         (page_changed_cb):
6928         
6929         Don't jump on scrolling, fix for the bug #333127.
6930
6931 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6932
6933         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6934         
6935         Scroll by one page in presentation mode. Fix for the bug
6936         #332993.
6937
6938 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6939
6940         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6941
6942 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6943
6944         * configure.ac  Added lv in ALL_LINGUAS line.
6945
6946 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6947         
6948         * NEWS, configure.ac:
6949         
6950         Update for release 0.5.1
6951
6952 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6953
6954         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6955         * backend/ev-document-misc.h:
6956         * shell/ev-view.c: (draw_one_page):
6957         
6958          Clairfy what page the toolbar page number applies to. Fix
6959          for the bug #328102.
6960
6961 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6962
6963         * shell/ev-view-private.h:
6964         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6965         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6966         (ev_view_search_changed):
6967         * shell/ev-view.h:
6968         * shell/ev-window.c: (find_bar_search_changed_cb):
6969         
6970         Dont't jump to find result if window was scrolled during search.
6971         Fix for the bug #313266.
6972
6973 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6974
6975         * shell/eggfindbar.c: (egg_find_bar_class_init):
6976         * shell/eggfindbar.h:
6977         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6978         * shell/ev-view-private.h:
6979         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6980         (ev_view_class_init), (ev_sizing_mode_get_type),
6981         (ev_scroll_type_get_type):
6982         * shell/ev-view.h:
6983         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6984         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6985         (ev_window_init):
6986         
6987         Fix for the bug 319133 - Find entry should allow text scroll.
6988
6989 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6990
6991         * shell/ev-view-private.h:
6992         * shell/ev-view.c: (view_update_range_and_current_page),
6993         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6994         (ev_view_set_document), (update_find_status_message),
6995         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6996         (ev_view_find_previous):
6997         
6998         Fix for the bug #319137. Search now takes account for scrolling.
6999
7000 2006-02-19  Michael Hofmann <mh21@piware.de>
7001
7002         * configure.ac:
7003         * djvu/Makefile.am:
7004         * djvu/djvu-document-private.h:
7005         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7006         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7007         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7008         (djvu_document_can_get_text), (djvu_document_get_text),
7009         (djvu_document_document_iface_init),
7010         (djvu_document_thumbnails_get_thumbnail),
7011         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7012         (djvu_document_find_get_result),
7013         (djvu_document_find_page_has_results),
7014         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7015         (djvu_document_find_iface_init):
7016         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7017         (djvu_text_page_selection), (djvu_text_page_limits_process),
7018         (djvu_text_page_limits), (djvu_text_page_copy),
7019         (djvu_text_page_position), (djvu_text_page_union),
7020         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7021         (djvu_text_page_box), (djvu_text_page_append_text),
7022         (djvu_text_page_search), (djvu_text_page_prepare_search),
7023         (djvu_text_page_new), (djvu_text_page_free):
7024         * djvu/djvu-text-page.h:
7025         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7026         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7027         (djvu_text_n_results), (djvu_text_has_results),
7028         (djvu_text_get_result), (djvu_text_get_progress):
7029         * djvu/djvu-text.h:
7030         
7031         Text search in djvu. Fix for the bug #303415.
7032
7033 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7034
7035         * configure.ac:
7036         * shell/ev-window.c: (ev_window_cmd_save_as):
7037         
7038         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7039         Thanks to Gary Coady <gary@lyranthe.org>
7040
7041 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * shell/ev-print-job.c: (idle_print_handler):
7044         
7045         Inverse order printing, bug #320919.
7046
7047 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7048
7049         * data/evince-toolbar.xml:
7050         * shell/ev-window.c:
7051         
7052         Allow to add sidebar checkbutton on toolbar. Fix
7053         for the bug #144577.
7054
7055 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7056
7057         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7058         
7059         Add checks that have sense for empty ps document.
7060
7061 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7062
7063         * configure.ac: Include PS in mime types list. 
7064
7065 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7066
7067         * configure.ac:
7068         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7069         * ps/gsdefaults.h:
7070         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7071         
7072         Runtime check for gs interpreter. Fix for the bug #320868.
7073         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7074
7075 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7076
7077         * shell/ev-application.c: 
7078
7079         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7080         dbus>=0.60, so that the request is not queued. 
7081
7082 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7083
7084         * configure.ac:
7085         * shell/Makefile.am:
7086         * shell/ev-sidebar-links.c: (print_section_cb):
7087         * shell/ev-utils.c:
7088         * shell/ev-utils.h:
7089         * shell/ev-window.c: (update_action_sensitivity),
7090         (ev_window_close_dialogs), (ev_window_print):
7091         * shell/ev-window.h:
7092         
7093         Make printing support optional. Patch from Eduardo de Barros Lima
7094         <eduardo.lima@indt.org.br> for the bug #330546.
7095
7096 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7097
7098         * shell/ev-view-private.h:
7099         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7100         (ev_view_set_document):
7101         * shell/ev-view.h:
7102         * shell/ev-window.c: (ev_window_load_job_cb),
7103         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7104         (ev_window_init):
7105
7106         Draw Loading message during xfer job. Fix for the bug #329495.
7107
7108 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * comics/comics-document.c: (comics_regex_quote),
7111         (comics_document_load), (extract_argv):
7112         
7113         Correcly quote regexp before passing it to unzip.
7114
7115 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7116
7117         * shell/ev-page-cache.c: (build_height_to_page),
7118         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7119         (ev_page_cache_get_dual_even_left):
7120         * shell/ev-page-cache.h:
7121         * shell/ev-view.c: (view_update_range_and_current_page),
7122         (get_page_y_offset), (get_page_extents):
7123         
7124         Place even pages to the left if document has less then
7125         two pages. Fix for the bug #328856.
7126
7127 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7128
7129         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7130         
7131         Correct comics scheme. This make evince create thumbnails
7132         for comic books. Fix for the bug 329088.
7133
7134 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7135
7136         * data/evince-password.glade: Don't explicitly set
7137         invisible_char to the current default value in case
7138         the default changes; let GTK+ do its magic.
7139
7140 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7141
7142         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7143         real filename to tmp filename since often document
7144         type is determined by extension.
7145
7146 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7147
7148         * shell/ev-view.c: (add_scroll_binding_keypad),
7149         (ev_view_binding_activated), (ev_view_class_init):
7150         
7151         Add keybindings for percision-scrolling of display area. 
7152         Fix for the bug #314072.
7153
7154 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7155
7156         * data/evince.desktop.in.in:
7157         
7158         Add GTK to the list of categories. Fix for the bug #328034.
7159
7160 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7161
7162         * shell/ev-application.c: (ev_application_shutdown),
7163         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7164         * shell/ev-application.h:
7165         * shell/ev-window.c: (file_open_dialog_response_cb),
7166         (ev_window_cmd_file_open):
7167         
7168         Save last uri in file chooser dialog. Fix for the bug #327950.
7169
7170 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7171
7172         * NEWS:
7173         * README:
7174         
7175         Final update for release 0.5.0
7176         
7177         * shell/Makefile.am:
7178         
7179         Remove disable deprecated until we'll require libgnome-2.13.7
7180         and port to GOption argument parsing. See bug 327518.
7181
7182 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7183
7184         * comics/comics-document.c: (comics_document_save):
7185         * djvu/djvu-document.c: (djvu_document_save):
7186         * dvi/dvi-document.c: (dvi_document_save):
7187         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7188         * lib/ev-file-helpers.h:
7189         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7190         * tiff/tiff-document.c: (tiff_document_save):
7191         
7192         Use common save function for backends.
7193
7194 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7195
7196         * backend/ev-document-types.c:
7197         
7198         Fix crash on saving pixbuf.
7199
7200 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7201
7202         * cut-n-paste/recent-files/egg-recent-item.c:
7203         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7204         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7205         (parse_info_free), (valid_element), (start_element_handler),
7206         (end_element_handler), (text_handler), (egg_recent_model_filter),
7207         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7208         (egg_recent_model_monitor), (egg_recent_model_read),
7209         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7210         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7211         (egg_recent_model_set_property), (egg_recent_model_class_init),
7212         (egg_recent_model_init), (egg_recent_model_add_full),
7213         (egg_recent_model_delete), (egg_recent_model_get_list),
7214         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7215         (egg_recent_model_set_filter_mime_types),
7216         (egg_recent_model_clear_group_filter),
7217         (egg_recent_model_set_filter_groups),
7218         (egg_recent_model_clear_scheme_filter),
7219         (egg_recent_model_set_filter_uri_schemes),
7220         (egg_recent_model_remove_expired):
7221         * cut-n-paste/recent-files/egg-recent-util.c:
7222         (egg_recent_util_get_icon):
7223         * cut-n-paste/recent-files/egg-recent-util.h:
7224         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7225         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7226         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7227         (egg_recent_view_uimanager_set_property),
7228         (egg_recent_view_uimanager_get_property),
7229         (egg_recent_view_uimanager_class_init),
7230         (egg_recent_view_uimanager_init),
7231         (egg_recent_view_uimanager_set_label_width),
7232         (egg_recent_view_uimanager_get_label_width):
7233         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7234         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7235         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7236         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7237         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7238         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7239         
7240         Update from libegg.
7241
7242 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7243
7244         * shell/ev-page-cache.c: (build_height_to_page),
7245         (ev_page_cache_get_height_to_page):
7246         * shell/ev-page-cache.h:
7247         * shell/ev-view.c: (view_update_range_and_current_page),
7248         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7249         (ev_view_previous_page):
7250         
7251         Dual mode places even pages to the left. Fix for the bug #309393.
7252
7253         * shell/ev-view.h:
7254         * shell/ev-window.c: (update_action_sensitivity),
7255         (setup_view_from_metadata), (view_menu_popup_cb):
7256         
7257         Don't restore presentation in empty windows, more intelligent
7258         next page behaviour in dual mode.
7259
7260         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7261         (ev_pixbuf_cache_clear_job_sizes):
7262         
7263         Cleanup job callback on removal. Fix for the bug #325886.
7264
7265 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7266
7267         * ps/ps.c: (psscan):
7268         
7269         Commit workaround Mozilla problem. Fix for the bug #325919
7270         
7271         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7272         (save_item):
7273         
7274         Fix for year 2038 problem.
7275
7276 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7277
7278         * shell/ev-window.c: (setup_document_from_metadata),
7279         (ev_window_cmd_view_reload):
7280
7281         Clamp page recieved from metadata in valid values. Fix
7282         for the bug #325986.
7283
7284 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7285
7286         * MAINTAINERS: 
7287         Add MAINTAINERS as requested on desktop-devel-list.
7288
7289 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7290
7291         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7292         (mime_type_supported_by_gdk_pixbuf),
7293         (ev_document_factory_get_mime_types),
7294         (ev_document_factory_get_all_mime_types):
7295         
7296         Don't add pixbuf mime types if pixbuf backend is disabled.
7297         
7298         * shell/ev-application.c: (ev_application_get_uri_window):
7299         
7300         Fix for the bug 325815 - unhandled MIME type message doesn't 
7301         appear a second time. 
7302         
7303         * shell/ev-document-types.c: (ev_document_types_add_filters):
7304         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7305         (password_dialog_response), (ev_window_popup_password_dialog),
7306         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7307         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7308         (ev_window_run_presentation), (ev_window_stop_presentation),
7309         (save_sizing_mode), (ev_window_zoom_changed_cb),
7310         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7311         (ev_window_dual_mode_changed_cb),
7312         (ev_window_sidebar_current_page_changed_cb),
7313         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7314         (window_state_event_cb), (window_configure_event_cb):
7315         
7316         Cleanup additional uris holded by EvWindow.
7317
7318 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7321         (ev_view_can_previous_page), (ev_view_can_next_page):
7322         * shell/ev-view.h:
7323         * shell/ev-window.c: (update_action_sensitivity):
7324         
7325         Two page scrolling with Space and PageUp in dual mode. Second fix 
7326         for the bug #316608.
7327
7328 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7329
7330         * shell/ev-view.c: (scroll_to_current_page):
7331         
7332         Correctly clamp adjustment value. Fix for the bug
7333         #325808.
7334
7335 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7336
7337         * shell/ev-sidebar-links.c: (print_section_cb):
7338         * shell/ev-window.c: (ev_window_get_uri),
7339         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7340         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7341         (ev_window_dispose):
7342         
7343         Make print dialog non-modal. Fix for the bug #325622.
7344
7345 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7346
7347         * shell/ev-metadata-manager.c:
7348         * shell/ev-utils.c: (using_pdf_printer),
7349         (using_postscript_printer), (load_print_config_from_file),
7350         (save_print_config_to_file):
7351         * shell/ev-utils.h:
7352         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7353         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7354         (setup_view_from_metadata), (ev_window_setup_document),
7355         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7356         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7357         (ev_window_run_presentation), (ev_window_stop_presentation),
7358         (save_sizing_mode), (ev_window_zoom_changed_cb),
7359         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7360         (ev_window_dual_mode_changed_cb),
7361         (ev_window_sidebar_current_page_changed_cb),
7362         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7363         (window_state_event_cb), (window_configure_event_cb),
7364         (ev_window_init):
7365         
7366         Setting saving behaviour fixes.
7367
7368 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * configure.ac:
7371         
7372         Make antialiasing gs options better and allow
7373         to change them during configure. Fix for the 
7374         bug #319049.
7375
7376 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7377
7378         * shell/ev-window.c: (setup_view_from_metadata):
7379         
7380         Remember if last window was maximized. Fix for the
7381         bug #323797.
7382
7383 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7384
7385         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7386
7387 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7388
7389         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7390         * shell/ev-page-action.c: (build_new_tree_cb):
7391         * shell/ev-sidebar-links.c: (links_page_num_func),
7392         (update_page_callback_foreach), (update_page_callback):
7393         * shell/ev-view.c: (scroll_to_current_page):
7394         
7395         Fix for the bug #325067 with more intelligent selection
7396         of current link in sidebar. Make sidebar handle links
7397         of FITR-like type more correctly.
7398
7399         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7400         (dvi_pixbuf_put_pixel):
7401         
7402         Fix memory consumtion with disabled alpha channel.
7403
7404 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7405
7406         * data/evince-ui.xml:
7407         * shell/ev-window.c: (view_menu_popup_cb),
7408         (ev_popup_cmd_open_link), (ev_window_init):
7409         
7410         Update context menu for internal links. Fix for the bug
7411         #325066.
7412
7413 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7414
7415         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7416         
7417         Bind context menu to keyboard also. Fix for the bug
7418         #325065.
7419
7420 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7421
7422         * shell/ev-view.c: (selection_scroll_timeout_cb):
7423         
7424         Horizontal scroll on selection also.
7425
7426 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7427
7428         * shell/ev-metadata-manager.c: (parse_value):
7429         * shell/ev-view.c: (goto_xyz_link):
7430         
7431         Correct zoom setup and metadata save broken in 
7432         some locales.
7433
7434 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7435
7436         * shell/ev-view-private.h:
7437         * shell/ev-view.c: (scroll_to_current_page),
7438         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7439         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7440         (page_changed_cb), (ev_view_set_continuous),
7441         (ev_view_set_dual_page), (ev_view_set_presentation):
7442         
7443         Delay scroll until allocation to correctly position page. Fix
7444         for the bug #317334.
7445
7446 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7447
7448         * NEWS:
7449         * configure.ac:
7450         
7451         Update NEWS and require poppler 0.5.0.
7452
7453 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7454         
7455         * data/evince-ui.xml:
7456         * shell/ev-view-private.h:
7457         * shell/ev-view.c: (ev_view_get_link_at_location),
7458         (handle_link_over_xy), (ev_view_button_press_event),
7459         (ev_view_button_release_event), (ev_view_class_init):
7460         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7461         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7462         (ev_window_init):
7463         
7464         Implement right-click context menu.
7465
7466 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7467
7468         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7469         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7470         (mdvi_pixbuf_device_render):
7471         * pdf/ev-poppler.cc:
7472
7473         Don't generate thumbnails with alpha. See bug #324077.
7474         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7475
7476 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7477
7478         * shell/ev-window.c: (setup_chrome_from_metadata):
7479         
7480         Fix typo that was hiding toolbar.
7481
7482 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * shell/ev-view-private.h:
7485         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7486         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7487         (ev_view_button_release_event), (ev_view_destroy):
7488         
7489         Small cleanup and autoscrolling during selection. Thanks to 
7490         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7491
7492 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7493
7494         * configure.ac:
7495         
7496         Correctly check for comics option.
7497
7498 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7499         * Makefile.am:
7500         * configure.ac:
7501         * backend/Makefile.am:
7502         * backend/ev-document-factory.c:
7503         * shell/ev-document-types.c:
7504
7505         Included option in configure to make ps backend 
7506         compilation optional with --disable-ps.
7507
7508 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7509
7510         * backend/ev-document-factory.c:
7511         * comics/Makefile.am:
7512         * comics/comics-document.c: (comics_document_load):
7513         * comics/ev-cbr-mime.xml:
7514         * configure.ac:
7515         
7516         Comics mime types are added to shared-mime-info CVS. Now
7517         we don't need to install our own mime types.
7518
7519 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7520
7521         * shell/ev-window.c:
7522         
7523         Add shortcut for "save a copy" menu entry. Fix for
7524         the bug #324582.
7525
7526 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7529         (job_finished_cb), (new_selection_pixbuf_needed),
7530         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7531         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7532         
7533         Rework selection job info logic and fix critical warning.
7534
7535 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7536
7537         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7538
7539 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7540
7541         * data/evince-ui.xml:
7542         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7543         
7544         Enter as shortcut key for next page. Fix for the bug
7545         #321394.
7546
7547 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7548
7549         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7550
7551 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7552
7553         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7554         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7555         (new_selection_pixbuf_needed),
7556         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7557         (clear_job_selection):
7558         
7559         Too early for 0.5. Pixbuf cache code cleaned a bit.
7560
7561 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7562
7563         * NEWS:
7564         * configure.ac:
7565         
7566         Release 0.5.0 preparation
7567
7568 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7569
7570         * comics/Makefile.am:
7571         * configure.ac:
7572         * shell/ev-document-types.c: (ev_document_types_add_filters):
7573         
7574         More advanced handling of custom mime type installation.
7575
7576 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7577
7578         * data/evince.schemas.in:
7579         * shell/ev-metadata-manager.c: (value_free),
7580         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7581         (ev_metadata_manager_get), (ev_metadata_manager_set):
7582         * shell/ev-metadata-manager.h:
7583         * shell/ev-window.c: (update_chrome_flag),
7584         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7585         (setup_document_from_metadata), (setup_chrome_from_metadata),
7586         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7587         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7588         (ev_window_view_toolbar_cb),
7589         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7590         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7591         
7592         Save last document settings and reuse them for new documents.
7593
7594 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7595
7596         * Makefile.am:
7597         * backend/Makefile.am:
7598         * backend/ev-document-factory.c:
7599         * backend/ev-document-factory.h:
7600         * comics/Makefile.am:
7601         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7602         (comics_document_load), (comics_document_save),
7603         (comics_document_get_n_pages), (comics_document_get_page_size),
7604         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7605         (comics_document_class_init), (comics_document_can_get_text),
7606         (comics_document_get_info), (comics_document_document_iface_init),
7607         (comics_document_init), (get_supported_image_extensions),
7608         (comics_document_thumbnails_get_geometry),
7609         (comics_document_thumbnails_get_thumbnail),
7610         (comics_document_thumbnails_get_dimensions),
7611         (comics_document_document_thumbnails_iface_init), (extract_argv):
7612         * comics/comics-document.h:
7613         * comics/ev-cbr-mime.xml:
7614         * configure.ac:
7615         * po/POTFILES.in:
7616         * shell/ev-application.c: (ev_application_register_service):
7617         * shell/ev-document-types.c: (ev_document_types_add_filters):
7618         * thumbnailer/Makefile.am:
7619         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7620         
7621         New CBR/CBZ backend for comic books.
7622
7623 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7624
7625         * shell/main.c: (load_files_remote):
7626
7627         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7628         warning on startup of second instance is fixed. It
7629         is bug #320353.
7630
7631 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7632
7633         * shell/ev-window.c: (ev_window_finalize):
7634         
7635         Fix double free that cause crash.
7636
7637 2005-10-29  Bastien Nocera <hadess@hadess.net>
7638
7639         * tiff/tiff-document.c: (tiff_document_load):
7640         
7641         Fix memory leak.
7642
7643 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * po/POTFILES.in:
7646         * shell/Makefile.am:
7647         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7648         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7649         (ev_view_accessible_get_text),
7650         (ev_view_accessible_get_character_at_offset),
7651         (ev_view_accessible_get_text_before_offset),
7652         (ev_view_accessible_get_text_at_offset),
7653         (ev_view_accessible_get_text_after_offset),
7654         (ev_view_accessible_get_character_count),
7655         (ev_view_accessible_get_caret_offset),
7656         (ev_view_accessible_set_caret_offset),
7657         (ev_view_accessible_get_run_attributes),
7658         (ev_view_accessible_get_default_attributes),
7659         (ev_view_accessible_get_character_extents),
7660         (ev_view_accessible_get_offset_at_point),
7661         (ev_view_accessible_get_n_selections),
7662         (ev_view_accessible_get_selection),
7663         (ev_view_accessible_add_selection),
7664         (ev_view_accessible_remove_selection),
7665         (ev_view_accessible_set_selection),
7666         (ev_view_accessible_text_iface_init),
7667         (ev_view_accessible_idle_do_action),
7668         (ev_view_accessible_action_do_action),
7669         (ev_view_accessible_action_get_n_actions),
7670         (ev_view_accessible_action_get_description),
7671         (ev_view_accessible_action_get_name),
7672         (ev_view_accessible_action_set_description),
7673         (ev_view_accessible_action_iface_init),
7674         (ev_view_accessible_get_type), (ev_view_accessible_new),
7675         (ev_view_accessible_factory_get_accessible_type),
7676         (ev_view_accessible_factory_create_accessible),
7677         (ev_view_accessible_factory_class_init),
7678         (ev_view_accessible_factory_get_type):
7679         * shell/ev-view-accessible.h:
7680         * shell/ev-view-private.h:
7681         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7682         * shell/ev-view.h:
7683         
7684         Initial accessibility support.
7685
7686 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7687
7688         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7689
7690 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7691
7692         * shell/ev-print-job.c: (idle_print_handler):
7693         
7694         Fix for bug Bug 318916: Printing multiple pages.
7695
7696 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7697
7698         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7699
7700 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7701
7702         * pdf/ev-poppler.cc:
7703         
7704         Thumnail dimensions unified with other backends.
7705         
7706         * shell/ev-window-title.c: (ev_window_title_update):
7707         
7708         Fix warning.
7709
7710 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7711
7712         * data/ev-stock-zoom-fit-width.png:
7713         
7714         Remove unused file.
7715
7716 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7717
7718         * configure.ac:
7719         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7720         (djvu_document_finalize):
7721         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7722         (dvi_document_finalize):
7723         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7724         (pixbuf_document_save), (pixbuf_document_finalize):
7725         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7726         (tiff_document_finalize):
7727         
7728         Save a copy implemented for various backends.
7729
7730 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7731
7732         * configure.ac:
7733         
7734         Don't link with ltiff if tiff is disabled.
7735
7736 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7737
7738         * pdf/GDKSplashOutputDev.cc:
7739         * pdf/GDKSplashOutputDev.h:
7740         * pdf/Thumb.cc:
7741         * pdf/Thumb.h:
7742         * pdf/pdf-document.cc:
7743         * pdf/pdf-document.h:
7744         * pdf/test-gdk-output-dev.cc:
7745         
7746         Remove old unused files.
7747
7748 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7749
7750         * shell/ev-window.c: (ev_window_setup_document):
7751         
7752         Fixed warnings on reload and probably crash reason.
7753
7754 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7755
7756         * properties/ev-properties-view.c:
7757         (ev_properties_view_format_date):
7758         
7759         Check if date is invalid. Fix for bug 318134.
7760
7761 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7762
7763         * shell/ev-window-title.c:
7764         
7765         Add .indd files (Adobe Indesign) to the list of "bad
7766         extensions".
7767
7768 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7769
7770         * data/evince-ui.xml:
7771         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7772         
7773         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7774
7775 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7776
7777         * shell/ev-window.c: (launch_link), (launch_external_uri),
7778         (view_external_link_cb):
7779
7780         URL-escape link before passing it to gnome_vfs_url_show.
7781
7782 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7783
7784         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7785         there isn't text selected.
7786
7787 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7788
7789         * shell/ev-view.c: (handle_link_over_xy):
7790
7791         Check tooltip is valid utf8 before showing it
7792
7793 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7794
7795         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7796
7797 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7798
7799         * shell/ev-window-title.c: (ev_window_title_update):
7800
7801         Guard against using g_strstrip on NULL. Fixes bug #317291.
7802
7803 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7804
7805         * pdf/ev-poppler.cc:
7806
7807         Show title even for unknown links
7808
7809 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7810
7811         * shell/ev-window-title.c: (ev_window_title_update):
7812
7813         Strip the title string
7814
7815 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7816
7817         * shell/ev-window-title.c:
7818
7819         Add .rtf to the bad extensions list
7820
7821 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7822
7823         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7824         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7825
7826         Ignore link coordinates if they are outside page bounds
7827
7828 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7829
7830         * backend/ev-link.c: (ev_link_type_get_type),
7831         (ev_link_get_filename), (ev_link_get_params),
7832         (ev_link_get_property), (ev_link_set_property),
7833         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7834         * backend/ev-link.h:
7835         * pdf/ev-poppler.cc:
7836         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7837         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7838         (ev_window_init):
7839
7840         Implement launch links. Delegate external link opening to
7841         the window.
7842
7843 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7844
7845         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7846         (ev_link_get_right), (ev_link_get_property),
7847         (ev_link_set_property), (ev_link_class_init),
7848         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7849         * backend/ev-link.h:
7850         * pdf/ev-poppler.cc:
7851         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7852
7853         Implement fitr links
7854
7855 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7856
7857         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7858         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7859         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7860         (ev_view_size_request_continuous),
7861         (ev_view_size_request_dual_page),
7862         (ev_view_size_request_single_page), (ev_view_size_allocate),
7863         (ev_view_zoom_for_size_continuous_and_dual_page),
7864         (ev_view_zoom_for_size_continuous),
7865         (ev_view_zoom_for_size_dual_page),
7866         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7867         (ev_sizing_mode_get_type):
7868         * shell/ev-view.h:
7869         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7870
7871         Do not use modes for link, we need to calculate size ad hoc.
7872         Still not perfect because of the usual scrollbar issues grrr.
7873
7874 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7875
7876         * backend/ev-link.c: (ev_link_type_get_type),
7877         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7878         * backend/ev-link.h:
7879         * pdf/ev-poppler.cc:
7880         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7881         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7882         (ev_view_size_request_continuous),
7883         (ev_view_size_request_dual_page),
7884         (ev_view_size_request_single_page), (ev_view_size_allocate),
7885         (zoom_for_size_fit_height),
7886         (ev_view_zoom_for_size_continuous_and_dual_page),
7887         (ev_view_zoom_for_size_continuous),
7888         (ev_view_zoom_for_size_dual_page),
7889         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7890         (ev_sizing_mode_get_type):
7891         * shell/ev-view.h:
7892         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7893
7894         Implement FIT_HEIGHT mode (only for links).
7895         Implement FITH links
7896
7897 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7898
7899         * shell/ev-window-title.c: (get_filename_from_uri),
7900         (ev_window_title_sanitize_extension), (ev_window_title_update),
7901         (ev_window_title_set_document), (ev_window_title_set_uri),
7902         (ev_window_title_free):
7903         * shell/ev-window-title.h:
7904         * shell/ev-window.c: (ev_window_setup_document),
7905         (ev_window_popup_password_dialog):
7906
7907         Refactor window title building while fixing it for
7908         password documents.
7909
7910 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7911
7912         * pdf/ev-poppler.cc:
7913
7914         Escape link title before setting it in the model
7915
7916 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7917
7918         * shell/ev-application.c: (removed_from_session), (save_session),
7919         (init_session), (ev_application_get_empty_window),
7920         (ev_application_init), (ev_application_get_windows):
7921         * shell/ev-application.h:
7922         * shell/ev-window.c: (ev_window_finalize):
7923
7924         Add a function to retrieve window list and share it where
7925         necessary.
7926         Implement session handling, works pretty well thanks to the
7927         metadata system.
7928
7929 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7930
7931         * shell/ev-password.c: (ev_password_item_created_callback),
7932         (ev_password_dialog_save_password):
7933         
7934         Fix for bug 316972. Use async gnome-keyring API.
7935
7936 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7937
7938         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7939         Remove unused unrealize handler. Add scroll handling to
7940         ev_view_scroll_event for presentation mode (bug #316708),
7941         and fix the event state checks there.
7942
7943 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7944
7945         * shell/ev-page-action.c: (page_changed_cb):
7946
7947         "marco, maybe we should be crazy and jump right to 6! :)"
7948
7949         Bryan Clark, Sep 2005
7950
7951 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7952
7953         * ps/ps-document.c: (save_document), (ps_document_save),
7954         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7955         (ps_document_ps_export_end):
7956
7957         Fix unstructured documents save and print
7958
7959 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7960
7961         * shell/ev-application.c: (ev_application_open_uri):
7962
7963         Fix window size persistance
7964
7965 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7966
7967         * shell/ev-view.c: (ev_view_button_release_event):
7968
7969         Based on a patch from carlosgc@gnome.org. Mouse buttons
7970         switch pages in presentation mode.
7971
7972 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7973
7974         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7975
7976         Dont cast to int before scaling
7977
7978 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7979
7980         * backend/ev-link.c: (ev_link_type_get_type),
7981         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7982         (ev_link_new_page_fith):
7983         * backend/ev-link.h:
7984         * pdf/ev-poppler.cc:
7985         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7986
7987         Implement FIT and FITH links
7988
7989 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7990
7991         * pdf/ev-poppler.cc:
7992
7993         Return 0 results when search is not in progress.
7994
7995         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7996         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7997
7998         Update menu sensitivity when cancelling search
7999
8000 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8001
8002         * shell/ev-view.c: (ev_view_can_find_next):
8003
8004         Take all pages in consideration, not just current one
8005
8006 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8007
8008         * shell/ev-page-cache.c:
8009         * shell/ev-page-cache.h:
8010         * shell/ev-view.c: (ev_view_binding_activated),
8011         (ev_view_next_page), (ev_view_previous_page),
8012         (ev_sizing_mode_get_type):
8013         * shell/ev-view.h:
8014         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8015         (ev_window_cmd_go_next_page):
8016
8017         Move page next/previous functions from page chace to
8018         view and change it to move by 2 page steps in dual mode.
8019
8020 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8021
8022         * shell/ev-window.c: (update_sidebar_visibility),
8023         (setup_sidebar_from_metadata), (ev_window_setup_document),
8024         (setup_view_from_metadata):
8025
8026         Show the index by default when there is one     
8027
8028 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8029
8030         * shell/ev-window-title.c: (ev_window_title_set_document):
8031
8032         Missing null check
8033
8034 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8035
8036         * shell/ev-view.c: (view_update_range_and_current_page):
8037         
8038         Allow display of last odd page in dual view. Fix for 316347.
8039
8040 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8041
8042         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8043         
8044         Make close button default. Fix for 316383.
8045
8046 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8047
8048         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8049         
8050         Mark close button as default. Fix for 316381.
8051
8052 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8053
8054         * backend/ev-link.c: (ev_link_class_init):
8055
8056         Allow negative doubles in left/top properties
8057
8058 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8059
8060         * shell/ev-window.c:
8061
8062         Remove a bunch of strings that was used only
8063         by the statusbar.
8064
8065 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8066
8067         * shell/ev-window-title.c: (get_filename_from_uri),
8068         (ev_window_title_set_document):
8069
8070         When title has a confusing extension, show also
8071         the document filename inside ()
8072
8073 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8074
8075         * shell/Makefile.am:
8076         * shell/ev-window-title.c: (ev_window_title_new),
8077         (ev_window_title_update), (ev_window_title_set_type),
8078         (ev_window_title_set_document), (ev_window_title_free):
8079         * shell/ev-window-title.h:
8080         * shell/ev-window.c: (ev_window_setup_document),
8081         (password_dialog_response), (ev_window_popup_password_dialog),
8082         (ev_window_dispose), (ev_window_init):
8083
8084         Factor out and cleanup window title code
8085
8086 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8087
8088         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8089         (unable_to_load):
8090
8091         Make dialog transient so it doesnt block other windows
8092
8093 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8094
8095         * pdf/ev-poppler.cc:
8096         
8097         Fix pdf thumbnails rendering.
8098
8099 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8100
8101         * shell/ev-window.c: (fullscreen_set_timeout):
8102         
8103         Increase timeout to hide full screen popup. Bug 
8104         316123. 
8105
8106 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8107
8108         * data/evince.schemas.in:
8109         * shell/ev-window.c: (update_action_sensitivity):
8110
8111         Allow the user to override document restrictions. Fix for bug
8112         305818.
8113
8114 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8115
8116         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8117         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8118         (ev_window_class_init): Fix multihead behaviour of fullscreen
8119         toolbar popup. Fixes bug #315451.
8120
8121 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8122
8123         * configure.ac:
8124         * data/evince-password.glade:
8125         * shell/ev-password.c: (ev_password_dialog_set_property),
8126         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8127         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8128         (ev_password_dialog_entry_changed_cb),
8129         (ev_password_dialog_entry_activated_cb),
8130         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8131         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8132         (ev_password_dialog_set_bad_pass):
8133         * shell/ev-password.h:
8134         * shell/ev-window.c: (password_dialog_response),
8135         (ev_window_popup_password_dialog):
8136         
8137         Support for gnome-keyring for encrypted PDF's.
8138
8139 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8140
8141         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8142         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8143         (ev_view_enter_notify_event), (ev_view_class_init):
8144         
8145         More precise handling of enter_notify/leave_notify events
8146         in EvView. Fix for bug 315470.
8147
8148 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8149
8150         * shell/ev-window.c: (fullscreen_timeout_cb),
8151         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8152         (ev_window_dispose):
8153
8154         leak fix: unref fullscreen_timeout_source before clearing it
8155
8156 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8157
8158         * configure.ac, dvi/mdvi/Makefile.am: 
8159         
8160         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8161
8162 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8163
8164         * backend/ev-link.c: (ev_link_new_page_xyz):
8165         * pdf/ev-poppler.cc:
8166         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8167
8168         Fix some bugs with xyz links, respect zoom
8169
8170 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8171
8172         * shell/ev-window.c: (page_changed_cb),
8173         (setup_document_from_metadata), (update_sidebar_visibility),
8174         (setup_view_from_metadata), (ev_window_run_fullscreen),
8175         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8176         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8177         (ev_window_dual_mode_changed_cb),
8178         (ev_window_sidebar_current_page_changed_cb):
8179
8180         null check uri before setting and getting metadata
8181
8182 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8183
8184         * dvi/Makefile.am:
8185         * properties/Makefile.am:
8186         * shell/Makefile.am:
8187         * thumbnailer/Makefile.am:
8188
8189         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8190
8191 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8192
8193         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8194         (selection_changed_callback):
8195         * shell/ev-sidebar-links.h:
8196
8197         Add a signal for link activation.
8198
8199         * shell/ev-view.c: (ev_view_goto_link),
8200         (ev_view_button_release_event):
8201         * shell/ev-view.h:
8202         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8203         (ev_window_init):
8204
8205         Implement the signal so that we can handle all link types.
8206
8207         * shell/ev-page-cache.c:
8208
8209         Remove unused set_link function
8210
8211 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8212
8213         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8214
8215         Add some space from the cursor, hardcoded but I couldnt
8216         find a better way.
8217
8218 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8219
8220         * lib/ev-tooltip.c:
8221
8222         Use mozilla style vs gtk style, way better for links.
8223
8224         * shell/ev-view.c: (ev_view_motion_notify_event),
8225         (ev_view_destroy), (ev_view_init):
8226
8227         Deactive tooltip when the link hovered is changed.
8228
8229 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8230
8231         * backend/ev-document.h:
8232         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8233         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8234         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8235         (ev_link_new_page), (ev_link_new_page_xyz):
8236         * backend/ev-link.h:
8237         * pdf/ev-poppler.cc:
8238         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8239         (go_to_link), (tip_from_link):
8240
8241         Implement xyz links, still not functional. Links are a total
8242         mess, will need to refactor and bugfix a lot :(
8243
8244 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8245
8246         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8247
8248 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8249
8250         * data/evince-ui.xml:
8251         * data/evince.schemas.in:
8252         * shell/Makefile.am:
8253         * shell/ev-window.c: (update_chrome_visibility),
8254         (password_dialog_response), (ev_window_load_job_cb),
8255         (ev_window_xfer_job_cb), (ev_window_open_uri),
8256         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8257         (ev_window_init):
8258
8259         Remove the statusbar. This regress loading feedback, need to
8260         check with Bryan what we want to do there...
8261
8262 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8263
8264         * lib/ev-tooltip.c: (ev_tooltip_init):
8265
8266         Fix tooltip border and size handling
8267
8268 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8269
8270         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8271         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8272         (ev_tooltip_timeout), (ev_tooltip_activate),
8273         (ev_tooltip_deactivate):
8274         * lib/ev-tooltip.h:
8275         * shell/ev-view.c: (ev_view_motion_notify_event):
8276
8277         Delay popup showing. Mirror gtk logic/times.
8278
8279 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8280
8281         * lib/Makefile.am:
8282         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8283         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8284         (ev_tooltip_set_text), (ev_tooltip_set_position):
8285         * lib/ev-tooltip.h:
8286
8287         Simple widget to show tooltips at a custom position
8288
8289         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8290         (ev_view_destroy):
8291
8292         Use it for links. First go, needs work
8293
8294 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8295
8296         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8297         HIG fixes.  Use title capitalization for window title. Use 12 
8298         pixels of space between the dialog's vbox and action area.
8299
8300 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8301
8302         * shell/ev-window.c: (file_open_dialog_response_cb),
8303         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8304         (ev_window_cmd_save_as):
8305
8306         Make file pickers not modal and refactor code some
8307
8308 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8309
8310         * shell/ev-sidebar.h:
8311         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8312         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8313         (ev_sidebar_class_init), (ev_sidebar_select_page),
8314         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8315         (ev_sidebar_set_page):
8316
8317         Add a current page property and allow to get/set it
8318
8319         * shell/ev-window.c: (setup_view_from_metadata),
8320         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8321
8322         Persist current sidebar page per document
8323
8324 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8325
8326         * data/evince.schemas.in:
8327         * shell/ev-window.c: (update_chrome_visibility),
8328         (setup_document_from_metadata), (update_sidebar_visibility),
8329         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8330         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8331         (ev_window_run_presentation), (ev_window_stop_presentation),
8332         (ev_window_view_sidebar_cb),
8333         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8334         (load_chrome), (ev_window_init):
8335
8336         Persist size/visibility of sidebar per document
8337
8338 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8339
8340         * shell/ev-view.c (draw_loading_text): Draw loading text.
8341
8342 2005-09-02  Dan Damian  <dand@gnome.ro>
8343
8344         * configure.in: Added "ro" to ALL_LINGUAS.
8345
8346 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8347
8348         * shell/ev-view.c: (clear_caches):
8349
8350         ev_page_cache_get doesnt return a reference,
8351         dont try to unref it.
8352
8353 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8354
8355         * shell/main.c: (load_files_remote):
8356
8357         Fix timestamp parameter with dbus <= 0.33
8358
8359 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8360
8361         * data/evince.schemas.in:
8362
8363         Add missing full stop
8364
8365 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8366
8367         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8368         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8369
8370         Plug some memory leaks
8371
8372 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8373
8374         * configure.ac:
8375         * lib/ev-debug.c: (trap_handler):
8376
8377         Check for execinfo.h and use it only if it exists.
8378         Ported from Epiphany (bug #314776).
8379
8380 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8381
8382         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8383
8384 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8385
8386         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8387         * po/id.po      : Added Indonesian translation
8388
8389 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8390
8391         * shell/main.c:
8392         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8393         * NEWS: Release 0.4.0
8394
8395 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8396
8397         * configure.ac: catch another gtk+-2.8ism
8398         * shell/main.c: Make work with gtk+-2.6
8399
8400 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8401
8402         * shell/ev-application-service.xml: Add 'timestamp' argument to
8403           ev_application_open_window and ev_application_open_uri methods.
8404
8405         * shell/ev-application.h: Add 'timestamp' argument to
8406           ev_application_open_window, ev_application_open_uri,
8407           and ev_application_open_uri_list functions.
8408
8409         * shell/ev-application.c (ev_application_open_window,
8410           ev_application_open_uri, ev_application_open_uri_list): Change
8411           functions that show/present windows to use a timestamp if one
8412           is passed in.
8413
8414         * shell/ev-window.c (ev_window_cmd_file_open,
8415           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8416         * shell/main.c (load_files): Modify calls to ev_application to
8417           include GDK_CURRENT_TIME as timestamp.
8418
8419         * shell/main.c (load_files_remote): Obtain timestamp for client
8420           instance from GDK and pass to server instance so new windows are
8421           focused properly.  Fix dbus_g_proxy_call() calls by including second
8422           G_TYPE_INVALID.
8423           
8424         Closes bug #314475.
8425
8426 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8427
8428         * shell/ev-window.c (ev_window_finalize): Check for
8429         avail. EvWindows when quiting to handle the finalize better,
8430         #314497
8431
8432 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8433         
8434         * properties/ev-properties-view.c: 
8435         
8436         Set textdomain to libglade. Fixes translation problem in property page.
8437
8438 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8439
8440         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8441         * dvi/Makefile.am:
8442         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8443         * dvi/mdvi-lib/Makefile.am:
8444         
8445         Fix rotation of thumbnails, ported to new API. Moved library
8446         dependencies earlier, probably it will fix linkage problem.
8447
8448 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8449
8450         * backend/ev-document-misc.c:
8451         (ev_document_misc_get_thumbnail_frame):
8452         * backend/ev-document-misc.h:
8453         * configure.ac:
8454         * pdf/ev-poppler.cc:
8455         * shell/Makefile.am:
8456         * shell/ev-sidebar-thumbnails.c: (add_range),
8457         (ev_sidebar_thumbnails_set_loading_icon),
8458         (ev_sidebar_thumbnails_refresh),
8459         (ev_sidebar_thumbnails_set_document):
8460         * shell/ev-sidebar-thumbnails.h:
8461         * shell/ev-view.c: (ev_view_motion_notify_event),
8462         (ev_view_set_property), (ev_view_get_property),
8463         (ev_view_class_init), (ev_view_set_rotation):
8464         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8465         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8466         (ev_window_init):
8467         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8468         Redo rotation (again).  prepare for 0.4.0
8469
8470 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8471
8472         * configure.ac: Bump poppler requirement to 0.4.1.
8473
8474         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8475         argument to poppler_page_render_selection() call.
8476
8477 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8478
8479         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8480         (djvu_document_thumbnails_get_thumbnail):
8481         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8482         (dvi_document_thumbnails_get_thumbnail):
8483         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8484         (pixbuf_document_thumbnails_get_thumbnail):
8485         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8486         
8487         Update rotation direction of backends to fit with pdf and ps.
8488
8489 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8490
8491         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8492         * backend/ev-async-renderer.h:
8493         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8494         (setup_page), (ps_document_get_page_size),
8495         (ps_async_renderer_render_pixbuf):
8496         * ps/ps-document.h:
8497         * shell/ev-jobs.c: (ev_job_render_run):
8498
8499         Fix orientation in the postscript document
8500
8501 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * pdf/ev-poppler.cc:
8504         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8505         * shell/ev-view.c: (highlight_find_results):
8506
8507         Adapt to the new poppler rotation API. Fix text maps on landscape
8508         documents.
8509
8510 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8511
8512         * shell/ev-view.c (compute_new_selection_text): get the correct
8513         region when selecting in modes other than continuous.
8514
8515 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8516
8517         * shell/main.c (main): remove redundant g_warnings.
8518
8519 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8520
8521         * shell/Makefile.am: Don't include autogenerated
8522         file ev-application-service.h into distribution, since
8523         it causes dbus crash. Fix for bugs 313724 and 313443. 
8524
8525 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8526
8527         * configure.ac: Fix sed expression for FreeBSD. Thanks
8528         to Joe Marcus Clark <marcus@freebsd.org>
8529         
8530         * shell/eggfindbar.c: (entry_activate_callback),
8531         (entry_changed_callback), (egg_find_bar_init),
8532         (egg_find_bar_set_search_string):
8533         
8534         Made findbar buttons unsensitive if there is no text in
8535         entry. Fix for the bug 313285.
8536
8537 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8538
8539         * ps/ps-document.c: Use g_filename_display_name for displaying
8540         filenames and revert string freeze breackage
8541
8542 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8543
8544         * NEWS:
8545         * configure.ac:
8546
8547         Update for 0.3.4
8548
8549         * shell/Makefile.am:
8550
8551         Add ev-application-service.xml to extra dist
8552
8553         * shell/ev-view.c: (find_page_at_location):
8554
8555         Remove unused function (fix warning)
8556
8557 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8558
8559         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8560         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8561         
8562         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8563         bug 313623.
8564
8565 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8566
8567         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8568         * shell/ev-window.c:
8569         Fix build warnings
8570
8571 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8572
8573         * configure.ac: Update script to get dbus version.
8574         Fix for the bug #313443.
8575
8576 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8577
8578         * shell/ev-window.c: (ev_window_cmd_escape):
8579         
8580         Return focus back to view on escape. Fix for bug 313295.
8581
8582 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8583
8584         * shell/ev-window.c: (update_window_title),
8585         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8586         (ev_window_cmd_save_as):
8587         
8588         Correct conversion from uri to displayable string. Fix for
8589         bug 313296.
8590
8591 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8592
8593         * ps/ps-document.c: convert filename to utf8 when there is an error
8594         loading document. Fixes #309915
8595
8596 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8597
8598         * configure.ac:
8599
8600         We depend on poppler 0.4.0
8601
8602 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8603
8604         * configure.ac:
8605         * NEWS: Release 0.3.3.
8606         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8607
8608 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8609
8610         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8611         add a couple missing mnemonics to menu items, use title 
8612         capitalization for menu items and window titles, and add 
8613         ellipsis to open menu item.     
8614
8615 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8616
8617         * pdf/ev-poppler.cc:
8618         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8619         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8620         (ev_view_get_rotation):
8621         * shell/ev-view.h:
8622         * shell/ev-window.c: (setup_view_from_metadata),
8623         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8624         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8625         disk.
8626
8627 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8628
8629         * configure.ac: Added tr to ALL_LINGUAS
8630
8631 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8632
8633         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8634         requires several clicks to find word. Thanks to 
8635         Colin Slater <kiltedtaco@gmail.com>.
8636
8637 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8638
8639         * data/evince.desktop.in.in: Hide menu entry and
8640         rename it to "Document Viewer". Fix for bug 
8641         #312399.
8642
8643 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8644
8645         * shell/ev-page-action.c (ev_page_action_class_init): 
8646
8647         Point to the correct function in constructor of the
8648         activate_label signal
8649
8650 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8651
8652         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8653         * shell/ev-jobs.h: Make thread safe.
8654
8655 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8656
8657         * shell/ev-view.c: (view_update_range_and_current_page):
8658         Don't update page range if we are scrolling to some document
8659         point.
8660
8661 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8662
8663         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8664         when getting max_page_width, fix drawing in dual mode.
8665
8666 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8667
8668         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8669         getting the area for select_all.
8670
8671 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8672
8673         * backend/ev-selection.c: (ev_selection_render_selection):
8674         * backend/ev-selection.h:
8675         * pdf/ev-poppler.cc:
8676         * shell/ev-jobs.c: (ev_job_render_new):
8677         * shell/ev-jobs.h:
8678         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8679         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8680         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8681         (ev_view_class_init):
8682
8683         Change selection color on focus in and focus out events.  Also,
8684         poppler now uses GdkColor for specifying the selection colors, so
8685         drop some awkward conversion code.
8686
8687 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8688
8689         * configure.ac: Added Hebrew translation
8690
8691 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8692
8693         * NOTES:
8694         * backend/ev-selection.c: (ev_selection_render_selection):
8695         * backend/ev-selection.h:
8696         * pdf/ev-poppler.cc:
8697         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8698         (ev_job_render_run):
8699         * shell/ev-jobs.h:
8700         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8701         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8702         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8703         (ev_pixbuf_cache_style_changed),
8704         (ev_pixbuf_cache_get_selection_pixbuf),
8705         (ev_pixbuf_cache_set_selection_list),
8706         (ev_pixbuf_cache_get_selection_list):
8707         * shell/ev-pixbuf-cache.h:
8708         * shell/ev-utils.c: (ev_print_region_contents):
8709         * shell/ev-utils.h:
8710         * shell/ev-view.c: (ev_view_queue_draw_page),
8711         (selection_update_idle_cb), (ev_view_motion_notify_event),
8712         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8713         (setup_caches), (ev_view_find_next), (merge_selection_region),
8714         (selection_free):
8715         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8716
8717         Clean up selection to be much smoother!
8718
8719 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8720
8721         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8722         to poppler_page_render_selection().
8723
8724 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8725
8726         * ps/ps-document.c: (save_page_list): Use
8727         unzipped document when printing. Thanks to 
8728         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8729         311016.
8730
8731 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8732
8733         * shell/ev-window.c: (update_action_sensitivity):
8734         
8735         Disable print and save respect to lockdown gconf keys. Fix
8736         for 312342.
8737
8738 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8739
8740         * configure.ac:
8741         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8742         (write_to_temp_file), (ev_file_set_contents):
8743         * shell/ev-utils.h:
8744         * shell/ev-window.c: (save_print_config_to_file):
8745         
8746         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8747         Fix for bug 312238
8748
8749 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8750
8751         * shell/ev-window.c: (load_print_config_from_file),
8752         (save_print_config_to_file), (ev_window_print_range):
8753
8754         Persist the print settings. Fixes bug #311578.
8755
8756 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8757
8758         * djvu/djvu-document.c: (djvu_document_get_page_size),
8759         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8760         (djvu_document_thumbnails_get_thumbnail):
8761         * dvi/dvi-document.c: (dvi_document_get_page_size),
8762         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8763         (dvi_document_thumbnails_get_dimensions),
8764         (dvi_document_thumbnails_get_thumbnail):
8765         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8766         (pixbuf_document_render_pixbuf),
8767         (pixbuf_document_document_iface_init),
8768         (pixbuf_document_thumbnails_get_thumbnail):
8769         
8770         Update backends to make them build with new rotation system.
8771
8772 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8773
8774         * help/C/figures/evince_start_window.png:
8775         
8776         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8777
8778 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8779
8780         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8781         * shell/ev-pixbuf-cache.h:
8782         * shell/ev-sidebar-thumbnails.c:
8783         (ev_sidebar_thumbnails_get_property), (add_range),
8784         (adjustment_changed_cb):
8785         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8786         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8787         we were thumbnailing the entire docment on startup, slowing us
8788         down hugely. 
8789
8790 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8791
8792         * shell/ev-page-cache.c: (ev_page_cache_new):
8793         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8794         == 0, fixes #310306.
8795
8796 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8797
8798         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8799         (ev_view_rotate_left):
8800
8801         Account rotation in doc_rect_to_view_rect.
8802         Ensure rotation doesnt go out of bounds.
8803
8804 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8805
8806         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8807
8808         Correct and cleanup w/h swapping
8809
8810 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8811
8812         * backend/ev-document-thumbnails.c:
8813         (ev_document_thumbnails_get_thumbnail):
8814         * backend/ev-document-thumbnails.h:
8815         * backend/ev-document.c:
8816         * backend/ev-document.h:
8817         * backend/ev-render-context.c: (ev_render_context_new),
8818         (ev_render_context_set_rotation):
8819         * backend/ev-render-context.h:
8820         * pdf/ev-poppler.cc:
8821         * ps/ps-document.c: (ps_document_document_iface_init):
8822         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8823         * shell/ev-jobs.h:
8824         * shell/ev-page-cache.c: (build_height_to_page),
8825         (ev_page_cache_new), (ev_page_cache_get_size),
8826         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8827         (ev_page_cache_get_height_to_page):
8828         * shell/ev-page-cache.h:
8829         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8830         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8831         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8832         (ev_pixbuf_cache_get_selection_pixbuf):
8833         * shell/ev-pixbuf-cache.h:
8834         * shell/ev-print-job.c: (idle_print_handler):
8835         * shell/ev-sidebar-thumbnails.c: (add_range):
8836         * shell/ev-view.c: (view_update_range_and_current_page),
8837         (get_page_y_offset), (get_page_extents),
8838         (ev_view_size_request_continuous_dual_page),
8839         (ev_view_size_request_continuous),
8840         (ev_view_size_request_dual_page),
8841         (ev_view_size_request_single_page), (draw_one_page),
8842         (ev_view_set_rotation), (ev_view_rotate_right),
8843         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8844         (ev_view_zoom_for_size_continuous_and_dual_page),
8845         (ev_view_zoom_for_size_continuous),
8846         (ev_view_zoom_for_size_dual_page),
8847         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8848         (ev_view_select_all):
8849         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8850         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8851         (tiff_document_document_iface_init),
8852         (tiff_document_thumbnails_get_thumbnail):
8853
8854         Use rotation rather than orientation. It's easier and enough
8855         for our needs.
8856
8857 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8858
8859         * shell/ev-page-cache.c: (build_height_to_page),
8860         (ev_page_cache_new), (ev_page_cache_get_size),
8861         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8862         (ev_page_cache_get_height_to_page):
8863         * shell/ev-page-cache.h:
8864         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8865         (ev_view_size_request_continuous_dual_page),
8866         (ev_view_size_request_continuous),
8867         (ev_view_zoom_for_size_continuous_and_dual_page),
8868         (ev_view_zoom_for_size_continuous):
8869
8870         Make the page cache aware of page orientation.
8871
8872 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8873
8874         * backend/ev-document-thumbnails.c:
8875         (ev_document_thumbnails_get_thumbnail):
8876         * backend/ev-document-thumbnails.h:
8877         * backend/ev-document.c:
8878         * backend/ev-document.h:
8879         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8880         * backend/ev-ps-exporter.h:
8881         * pdf/ev-poppler.cc:
8882         * ps/ps-document.c: (ps_document_document_iface_init),
8883         (ps_document_ps_export_do_page):
8884         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8885         * shell/ev-jobs.h:
8886         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8887         (ev_page_cache_get):
8888         * shell/ev-page-cache.h:
8889         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8890         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8891         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8892         * shell/ev-pixbuf-cache.h:
8893         * shell/ev-print-job.c: (idle_print_handler):
8894         * shell/ev-sidebar-thumbnails.c: (add_range):
8895         * shell/ev-view.c: (view_update_range_and_current_page),
8896         (get_page_extents), (ev_view_size_request_dual_page),
8897         (ev_view_size_request_single_page), (draw_one_page),
8898         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8899         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8900         (ev_view_zoom_for_size_dual_page),
8901         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8902         (ev_view_select_all):
8903         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8904         * tiff/tiff-document.c: (tiff_document_get_page_size),
8905         (tiff_document_get_orientation), (rotate_pixbuf),
8906         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8907         (tiff_document_thumbnails_get_thumbnail),
8908         (tiff_document_ps_export_do_page), (tiff_document_init):
8909
8910         Really make use of the orientation bit of the render context.
8911         Use the render context in a few more places in the backend API.
8912         This regress orientation, but now it's done right. Will try to
8913         fix it up asap...
8914
8915 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8916
8917         * shell/ev-view.c: (ensure_rectangle_is_visible):
8918
8919         Patch by Nickolay V. Shmyrev to fix find flickering
8920
8921 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8922
8923         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8924         duplex parameters to ::begin.
8925
8926         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8927         * shell/ev-print-job.c (idle_print_handler): 
8928         * ps/ps-document.c (ps_document_ps_export_begin): 
8929         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8930         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8931         implementations. Poppler backend needs poppler cvs. Rest has
8932         unchanged behavior.
8933
8934 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8935
8936         * shell/ev-window.c (using_pdf_printer): new function.
8937         (ev_window_print_range): print a less techy message if someone
8938         tries to print to PDF.
8939
8940 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8941
8942         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8943         from "unknown font" string. Bug #311431
8944
8945 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8946
8947         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8948
8949 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8950
8951         Bug #311280
8952         
8953         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8954         name for PopplerFontTypes
8955         (pdf_document_fonts_fill_model): add font type to the detail column
8956
8957         * backend/ev-document-fonts.h: added
8958         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8959
8960         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8961         font name and font details, add a little markup.
8962         (ev_properties_fonts_init): use the new cell data func, specify ypad
8963         property for the cell renderer.
8964         (ev_properties_fonts_set_document): add the details column.
8965
8966 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8967
8968         * configure.ac: Added "pl" to ALL_LINGUAS.
8969
8970 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8971
8972         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8973
8974 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8975
8976         * help/ChangeLog: Started this for translations of manual.
8977         * configure.ac, autogen.sh, .cvsignore: Migrated to
8978         gnome-doc-utils. Patch in bug #311222.
8979
8980 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8981
8982         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8983         #ifdef this away to fix an unused-function warning.
8984
8985 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8986
8987         * configure.ac: Added 'gl' to ALL_LINGUAS.
8988
8989 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8990
8991         * configure.ac: Added ne in ALL_LINGUAS
8992         
8993 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8994
8995         * shell/ev-view.c: (ev_view_leave_notify_event):
8996         
8997         Clear status message when pointer leaves view. Fix for bug
8998         #310818 
8999
9000 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9001
9002         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9003
9004 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9005
9006         * shell/ev-view.c: (ev_view_leave_notify_event),
9007         (ev_view_class_init):
9008         
9009         Set cursor to normal then leaving view.
9010
9011 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9012
9013         * configure.ac:
9014         
9015         Fix required djvulibre version.
9016
9017 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9018
9019         *configure.ac: Hindi (hi) language added
9020
9021 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9022
9023         *configure.ac: Punjabi (pa) Language added
9024
9025 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9026
9027         * data/evince-ui.xml, shell/ev-window.c:
9028         
9029         Add keypad accelerators for zooming. Fix for bug 308128.
9030
9031 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9032
9033         * Makefile.am:
9034         * backend/Makefile.am:
9035         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9036         * configure.ac:
9037         * shell/ev-document-types.c: (ev_document_types_add_filters):
9038
9039         Allow to enable/disable the pixbuf backend.
9040         Default to off for now. If we want it enabled we should
9041         really put mime types in the desktop, implement properties etc.
9042
9043         * properties/evince-properties.c:
9044
9045         Initialize error to NULL.
9046         Check error is not NULL before freeing.
9047
9048 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9049
9050         * shell/ev-window.c:
9051
9052         Use F5 as presentation accell
9053
9054 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9055
9056         * shell/ev-window.c: (update_chrome_visibility),
9057         (ev_window_create_fullscreen_popup), (ev_window_init):
9058
9059         Do not leak the fullscreen toolbar
9060
9061 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9062
9063         * shell/ev-window.c: (view_actions_focus_in_cb),
9064         (view_actions_focus_out_cb):
9065
9066         These has a return value! Fix totally random focus
9067         issues we was seeing.
9068
9069 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9070
9071         * shell/main.c: (load_files_remote):
9072
9073         Allow open more than one file
9074
9075 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9076
9077         * shell/main.c: (load_files_remote):
9078
9079         Fix for dbus 0.33. bug #309975
9080
9081 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9082
9083         * properties/ev-properties-main.c: (ev_properties_get_pages):
9084
9085         Actually return NULL for types we dont support
9086
9087 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9088
9089         * po/POTFILES.in:
9090
9091         Remove empty lines.
9092
9093 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9094
9095         * backend/ev-document-factory.c:
9096         (ev_document_factory_get_document):
9097
9098         Do not try to create the object if type
9099         is invalid.
9100
9101 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9102
9103         * ps/ps-document.c: (ps_document_dispose),
9104         (ps_async_renderer_render_pixbuf):
9105         * ps/ps-document.h:
9106
9107         Do not leak the target window
9108
9109 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9110
9111         * shell/ev-application.c: (ev_application_init):
9112
9113         Let tbe check file existence for us.
9114         Add a comment about eggrecent mime filter.
9115
9116 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9117
9118         * data/evince-ui.xml:
9119         * shell/ev-application.c: (ev_application_shutdown),
9120         (ev_application_init), (ev_application_get_toolbars_model),
9121         (ev_application_get_recent_model),
9122         (ev_application_save_toolbars_model):
9123         * shell/ev-application.h:
9124         * shell/ev-window.c: (ev_window_add_recent),
9125         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9126         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9127         (ev_window_init):
9128
9129         Use common toolbar and recent models for all windows.
9130         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9131
9132 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9133
9134         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9135         successfully check for gtk_icon_view_get_visible_range.
9136
9137 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9138
9139         * djvu/Makefile.am:
9140         * dvi/Makefile.am:
9141         
9142         Fix djvu and dvi backend build.
9143
9144 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9145
9146         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9147         (new_separator_pixbuf):
9148
9149         Don't leak windows.
9150
9151 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9152
9153         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9154
9155         HIGification of toolbar editor dialogue.
9156
9157 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9158
9159         * configure.ac:
9160         * shell/Makefile.am:
9161
9162         Ever build metadata manager since it's just
9163         disabled at runtime now.
9164
9165 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9166
9167         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9168         (ev_metadata_manager_get), (ev_metadata_manager_set):
9169         * shell/ev-metadata-manager.h:
9170
9171         Add an _init functions that enabled metadata management
9172         at runtime.
9173
9174         * shell/ev-window.c: (page_changed_cb),
9175         (setup_document_from_metadata), (ev_window_setup_document),
9176         (setup_view_from_metadata), (ev_window_open_uri),
9177         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9178         (ev_window_run_presentation), (ev_window_stop_presentation),
9179         (save_sizing_mode), (ev_window_zoom_changed_cb),
9180         (ev_window_continuous_changed_cb),
9181         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9182         (window_configure_event_cb):
9183
9184         Remove all ugly metadata define since we deal with it
9185         at runtime now.
9186
9187         * shell/main.c: (load_files_remote), (main):
9188
9189         Add support for dbus cvs head. Hopefully didnt break one
9190         of the other versions now!
9191
9192         If we dont get a response from the dbus server just
9193         give up with it and not enable metadata.
9194
9195 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9196
9197         * Makefile.am:
9198         * backend/Makefile.am:
9199         * configure.ac:
9200         * cut-n-paste/recent-files/Makefile.am:
9201         * cut-n-paste/toolbar-editor/Makefile.am:
9202         * cut-n-paste/zoom-control/Makefile.am:
9203         * lib/Makefile.am:
9204         * pdf/Makefile.am:
9205         * pixbuf/Makefile.am:
9206         * properties/Makefile.am:
9207         * ps/Makefile.am:
9208         * shell/Makefile.am:
9209         * thumbnailer/Makefile.am:
9210         * tiff/Makefile.am:
9211
9212         Make frontends depend on just libev.
9213         Rework and group CFLAGS/LIBS definitions.
9214         Cleanups.
9215
9216 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9217
9218         * shell/ev-window:
9219
9220         do not unnecessarily save zoom
9221
9222         * configure.ac:
9223         * lib/ev-file-helpers.c: (ev_dot_dir):
9224         * shell/Makefile.am:
9225         * shell/dummy.cc:
9226
9227         Some cleanups
9228
9229 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9230
9231         * configure.ac:
9232         
9233         Remove unnecessary dependencies
9234
9235 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9236
9237         * properties/Makefile.am:
9238         * thumbnailer/Makefile.am:
9239         * tiff/Makefile.am:
9240
9241         Some more cleanups. Was really necessary
9242         but I probably introduced bugs, feel free
9243         to flame :)
9244
9245 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9246
9247         * backend/Makefile.am:
9248         * configure.ac:
9249         * cut-n-paste/recent-files/Makefile.am:
9250         * cut-n-paste/toolbar-editor/Makefile.am:
9251         * cut-n-paste/zoom-control/Makefile.am:
9252         * lib/Makefile.am:
9253         * pdf/Makefile.am:
9254         * pixbuf/Makefile.am:
9255         * properties/Makefile.am:
9256         * ps/Makefile.am:
9257         * shell/Makefile.am:
9258         * thumbnailer/Makefile.am:
9259         * tiff/Makefile.am:
9260
9261         Use gnome-common macros when possible.
9262         Cleanup dependencies.
9263         Actually disable deprecated where possible.
9264
9265 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9266
9267         * Makefile.am:
9268         * backend/Makefile.am:
9269         * properties/Makefile.am:
9270         * shell/Makefile.am:
9271         * thumbnailer/Makefile.am:
9272
9273         This should solve the circular dep without
9274         requiring dir reorg!
9275
9276         * shell/ev-window.c: (setup_view_from_metadata):
9277
9278         Never restore window size/position when the
9279         window is already visible.
9280
9281 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9282
9283         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9284
9285         Return a boolean from timeout func. Fix ported from gedit.
9286
9287 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9288
9289         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9290
9291 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9292
9293         * shell/ev-document-types.c: set "All Documents" as default filter in
9294         open dialog
9295
9296 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9297
9298         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9299         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9300         (ev_metadata_manager_set_boolean): fix value/val thinko.
9301
9302 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9303
9304         * shell/ev-window.c: (setup_view_from_metadata),
9305         (window_state_event_cb), (window_configure_event_cb),
9306         (ev_window_init):
9307
9308         Remember window position and maximized state
9309
9310 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9311
9312         * configure.ac:
9313
9314         Fix DBUS configure checks.
9315
9316         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9317         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9318         (ev_metadata_manager_set_boolean):
9319
9320         Plug mem leaks.
9321
9322         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9323         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9324         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9325         (ev_window_continuous_changed_cb),
9326         (ev_window_dual_mode_changed_cb), (ev_window_new):
9327
9328         Fix the build without DBUS.
9329
9330 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9331
9332         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9333         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9334         (ev_metadata_manager_set_string),
9335         (ev_metadata_manager_set_boolean):
9336         * shell/ev-metadata-manager.h:
9337
9338         Add support for some more types
9339
9340         * shell/ev-view.c: (scroll_to_current_page),
9341         (ev_view_get_continuous), (ev_view_set_continuous),
9342         (ev_view_get_dual_page):
9343         * shell/ev-view.h:
9344         * shell/ev-window.c: (page_changed_cb),
9345         (setup_document_from_metadata), (ev_window_setup_document),
9346         (setup_view_from_metadata), (ev_window_open_uri),
9347         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9348         (ev_window_run_presentation), (ev_window_stop_presentation),
9349         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9350         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9351         (ev_window_update_dual_page_action),
9352         (ev_window_continuous_changed_cb),
9353         (ev_window_dual_mode_changed_cb), (ev_window_init):
9354
9355         Remember a bunch of view/document properties. Prolly some
9356         are still missing but it's getting interesting.
9357
9358 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9359
9360         * configure.ac: check if dbus-binding-tool is installed. Not the
9361         case on current Ubuntu breezy, it seems.
9362
9363 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9364
9365         * data/evince.desktop.in.in:
9366         
9367         Allow open uri lists and add TryExec field.
9368
9369 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9370
9371         * configure.ac:
9372
9373         Enable dbus when available, do not require a configure
9374         option.
9375
9376 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9377
9378         * configure.ac:
9379
9380         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9381         disabled.
9382
9383 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9384         Marco Pesenti Gritti  <mpg@redhat.com>
9385
9386         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9387         
9388         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9389         functions to the format required by dbus
9390
9391         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9392         errors. Use the RPC parameters in the expected way
9393
9394 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9395
9396         * Makefile.am:
9397         * properties/Makefile.am:
9398         * properties/ev-properties-main.c: (ev_properties_get_pages):
9399
9400         Support all mime types
9401
9402         * shell/Makefile.am:
9403         * thumbnailer/Makefile.am:
9404         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9405         (evince_thumbnail_pngenc_get):
9406
9407         Use the document factory
9408
9409 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9410
9411         * backend/Makefile.am:
9412         * backend/ev-document-factory.c:
9413         (mime_type_supported_by_gdk_pixbuf),
9414         (ev_document_type_get_from_mime),
9415         (ev_document_factory_get_document),
9416         (ev_document_factory_get_backend),
9417         (ev_document_factory_get_mime_types),
9418         (ev_document_factory_get_all_mime_types):
9419         * backend/ev-document-factory.h:
9420         * shell/Makefile.am:
9421         * shell/ev-document-types.c: (get_document_from_uri),
9422         (ev_document_types_get_document),
9423         (file_filter_add_mime_list_and_free),
9424         (ev_document_types_add_filters):
9425         * shell/ev-document-types.h:
9426         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9427         * shell/ev-properties-dialog.c:
9428         (ev_properties_dialog_set_document):
9429         * shell/ev-window.c: (ev_window_cmd_file_open),
9430         (ev_window_cmd_save_as):
9431         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9432
9433         Rework document types managing to avoid code duplication
9434         and actually abstract from backend implementations.
9435         Also provide a minimal factory api that can be used by
9436         thumbnailer/properties.
9437
9438 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9439
9440         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9441         Plug a mem leak.
9442         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9443         HIG spacings.
9444
9445 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9446
9447         * shell/ev-properties-dialog.c
9448         (ev_properties_dialog_set_document): only call
9449         ev_properties_fonts_set_document() if the document implements the
9450         fonts interface
9451
9452 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9453
9454         * configure.ac:
9455         * properties/Makefile.am:
9456         * properties/ev-properties-view.c:
9457         (ev_properties_view_register_type):
9458         * properties/ev-properties-view.h:
9459         * properties/ev-properties-main.h:
9460
9461         Implement nautilus plugin for properties.
9462         Works only for pdf atm, I need to rework the
9463         document types stuff to get this to work
9464         for all backends...
9465
9466 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9467
9468         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9469         (ev_properties_fonts_set_document): use
9470         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9471
9472 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9473
9474         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9475         them
9476         (PlaceImage, tiff2ps_process_page): use
9477         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9478
9479
9480 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9481
9482         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9483         (main): to call gnome_authentication_manager_init. Should fix
9484         Bug #308510
9485
9486         * configure.ac: that requires libgnomeui 2.6.0.
9487
9488 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9489
9490         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9491         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9492         use the new tiff2ps interfaces
9493
9494         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9495         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9496
9497         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9498         structure instead of global variables.  Remove use of static
9499         variables in functions.
9500
9501 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9502
9503         * shell/ev-page-action.c: unref the completion after setting it to the
9504         entry
9505
9506 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9507
9508         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9509         postscript files
9510
9511 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9512
9513         * shell/ev-window.c (update_action_sensitivity): disable
9514         File->Print if the document does not implement the ps exporter
9515         interface
9516
9517 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9518
9519         * Makefile.am:
9520         * configure.ac:
9521         * data/evince-properties.glade:
9522         * properties/.cvsignore:
9523         * properties/Makefile.am:
9524         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9525         (ev_properties_view_class_init), (ev_properties_view_format_date),
9526         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9527         (ev_properties_view_init), (ev_properties_view_new):
9528         * properties/ev-properties-view.h:
9529         * shell/Makefile.am:
9530         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9531         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9532         (ev_properties_dialog_new):
9533         * shell/ev-properties-dialog.h:
9534         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9535         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9536         (update_progress_label), (job_fonts_finished_cb),
9537         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9538         * shell/ev-properties-fonts.h:
9539         * shell/ev-properties.c:
9540         * shell/ev-properties.h:
9541         * shell/ev-window.c: (ev_window_setup_document),
9542         (ev_window_cmd_file_properties):
9543
9544         Split the properties pages in two different objects, depend
9545         only on the backend where possible, use widgets instead
9546         of gobject for the glade part, reimplement the dialog
9547         itself with gtk.
9548         I need this to implement nautilus properties page.
9549
9550 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9551
9552         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9553         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9554         (tiff_document_document_ps_exporter_iface_init): implement the ps
9555         exporter interface for tiff documents
9556
9557         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9558         libtiff to implement TIFF postscript export
9559
9560         * tiff/tiff2ps.h: added a header file for external tiff2ps
9561         functions.
9562
9563         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9564         tiff2ps.h
9565
9566 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9567
9568         * shell/ev-view.c: (scroll_to_current_page),
9569         (ev_view_set_fullscreen), (ev_view_set_presentation):
9570         
9571         Scroll to current page when exit from presentation
9572
9573 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9574
9575         * shell/ev-window.c: (update_document_mode),
9576         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9577         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9578         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9579         
9580         Exit from fullscreen mode when switch to presentation. Fix for
9581         bug 309365
9582
9583 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9584
9585         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9586         return NULL if the document does not implement the selection
9587         interface.
9588
9589 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9590
9591         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9592         reported height by using the resolution aspect ratio
9593         (tiff_document_render_pixbuf): scale the pixbuf using the
9594         resolution aspect ratio
9595
9596 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9597
9598         * configure.ac:
9599         
9600         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9601         <kiltedaco@gmail.com>
9602         
9603         * djvu/djvu-document.c: (djvu_document_get_orientation),
9604         (djvu_document_set_orientation), (djvu_document_get_page_size),
9605         (rotate_pixbuf), (djvu_document_render_pixbuf),
9606         (djvu_document_document_iface_init):
9607         * dvi/dvi-document.c: (dvi_document_get_orientation),
9608         (dvi_document_set_orientation), (dvi_document_get_page_size),
9609         (rotate_pixbuf), (dvi_document_render_pixbuf),
9610         (dvi_document_document_iface_init):
9611         
9612         Dvi and djvu backends are ported to new API
9613
9614 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9615
9616         * backend/ev-selection.c: (ev_selection_get_selection_region),
9617         (ev_selection_get_selection_map):
9618         * backend/ev-selection.h:
9619         * pdf/ev-poppler.cc:
9620         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9621         * shell/ev-jobs.h:
9622         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9623         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9624         (ev_pixbuf_cache_get_text_mapping):
9625         * shell/ev-pixbuf-cache.h:
9626         * shell/ev-view.c: (location_in_text),
9627         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9628         support to EvView.  Now we can see where we can select!  Sweet!
9629
9630 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9631
9632         * shell/ev-view.c (ev_view_button_press_event): Fix
9633         event->y + view->scroll_x typo.
9634
9635 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9636
9637         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9638         sub-GdkPixbuf instead of passing dest_x and dest_y.
9639         
9640         * shell/ev-view.c: (view_point_to_doc_point),
9641         (view_rect_to_doc_rect), (ev_view_button_press_event),
9642         (ev_view_motion_notify_event), (compute_new_selection_rect),
9643         (gdk_rectangle_point_in), (compute_new_selection_text),
9644         (compute_selections): Update selection code to keep the selection
9645         around as two points and not as a normalized rectangle, and fix
9646         page level selection in two-column mode.
9647
9648 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9649
9650         * shell/ev-window.c: (window_configure_event_cb): 
9651         
9652         Fix compilation
9653         
9654 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9655
9656         * pdf/ev-poppler.cc:
9657
9658         Fix compilation
9659
9660 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9661
9662         * shell/Makefile.am:
9663         * shell/ev-metadata-manager.c: (item_free),
9664         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9665         (parse_value), (parseItem), (load_values),
9666         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9667         (save_values), (save_item), (get_oldest), (resize_items),
9668         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9669         * shell/ev-metadata-manager.h:
9670
9671         Metadata manager from gedit but modified to use GValue, so that
9672         we dont need to keep converting from strings.
9673
9674         * configure.ac:
9675
9676         ENABLE_METADATA conditional, on when dbus is on
9677
9678         * shell/ev-application.c: (ev_application_open_uri):
9679
9680         Show the window after load so that we can initialize
9681         window size before it's showed.
9682
9683         * shell/ev-window.c: (ev_window_setup_from_metadata),
9684         (ev_window_open_uri), (window_configure_event_cb),
9685         (ev_window_init):
9686
9687         Save and load metadata information about window size.
9688         Not yet keeping states in account.
9689
9690         * shell/main.c: (main):
9691
9692         Shutdown metadata manager.
9693
9694 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9695
9696         * shell/ev-application-service.xml:
9697         * configure.ac:
9698         * shell/Makefile.am:
9699         * shell/ev-application.c:
9700         * shell/ev-application.h:
9701         * shell/ev-window.c:
9702         * shell/ev-window.h:
9703         * shell/main.c:
9704
9705         Add an optional dbus interface (--enable-dbus).
9706         Rework application code, mainly to be easier to
9707         use "remotely".
9708         Do not open multiple windows with the same document,
9709         spatial evince!
9710
9711 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9712
9713         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9714         pixbuf iff it exists.
9715
9716 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9717
9718         * shell/*:
9719         * backend/ev-render-context.[ch]:
9720         * backend/ev-selection.[ch]:
9721
9722         Massive changes.  We now support text selection of pdfs, and not
9723         just rectangular selection.  This is pretty broken still, but I
9724         want to get something into CVS.
9725
9726 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9727
9728         * pdf/ev-poppler.cc:
9729         
9730         Fix for Bug 309080: crash on window close.
9731         
9732         * shell/ev-page-action.c: (page_changed_cb):
9733         
9734         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9735         jensgr@gmx.net (Jens Granseuer).
9736
9737 2005-06-25  Marcel Telka  <marcel@telka.sk>
9738
9739         * configure.in (ALL_LINGUAS): Added sk.
9740
9741 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9742
9743         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9744         not a document open
9745
9746 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9747
9748         * NEWS:
9749         * configure.ac:
9750
9751         Release 0.3.2
9752
9753         * cut-n-paste/recent-files/Makefile.am:
9754
9755         Fix make distcheck
9756
9757 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9758
9759         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9760         (pixbuf_document_set_orientation), (rotate_pixbuf),
9761         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9762         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9763
9764         Implement rotation and cleanup the code a bit.
9765
9766         * tiff/tiff-document.c: (tiff_document_get_page_size),
9767         (tiff_document_get_orientation), (tiff_document_set_orientation),
9768         (rotate_pixbuf), (tiff_document_render_pixbuf),
9769         (tiff_document_document_iface_init), (tiff_document_init):
9770
9771         Implement rotation. Was the quicker solution for the release
9772         but we really need to share this code in the shell.
9773
9774 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9775
9776         * pdf/ev-poppler.cc:
9777
9778         Enable rotation, require poppler cvs. Fix a leak.
9779
9780 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9781
9782         * shell/ev-window.c: (update_action_sensitivity):
9783         
9784         Make properties unsensitive if document backend doesn't provide
9785         any info
9786
9787 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9788
9789         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9790         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9791         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9792         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9793         (bitmap_flip_rotate_counter_clockwise):
9794         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9795         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9796         (buff_gets):
9797         * dvi/mdvi-lib/common.h:
9798         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9799         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9800         (opendvi), (mdvi_reload), (mdvi_init_context),
9801         (mdvi_destroy_context), (mdvi_dopage), (special):
9802         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9803         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9804         (file_hash_free), (register_encoding), (parse_spec),
9805         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9806         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9807         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9808         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9809         (mdvi_register_font_type), (mdvi_unregister_font_type),
9810         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9811         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9812         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9813         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9814         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9815         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9816         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9817         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9818         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9819         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9820         (mdvi_unregister_special), (mdvi_flush_specials):
9821         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9822         (t1_font_remove):
9823         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9824         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9825         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9826         (free_font_metrics), (flush_font_metrics):
9827         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9828         (tt_font_remove):
9829         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9830         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9831         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9832         (dstring_insert), (dstring_new), (dstring_reset):
9833         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9834         
9835         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9836         avoid conflict with libtool on FC4
9837         
9838         * shell/ev-window.c: (ev_window_cmd_help_about):
9839         
9840         Update copyright year. Fix for bug 308828.
9841
9842 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9843
9844         * shell/ev-view.c: (add_scroll_binding_keypad),
9845         (ev_view_binding_activated), (ev_view_class_init),
9846         (on_adjustment_value_changed):
9847         
9848         Bug 170874: Arrow keys switch pages in presentation mode
9849
9850 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9851
9852         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9853         
9854         Fix for Bug 308265: Sidebar dissappears coming out of 
9855         Presentation mode
9856
9857 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9858
9859         * shell/ev-application.c: (ev_application_open):
9860         * shell/ev-document-types.c: (ev_document_types_add_filters),
9861         (ev_document_types_add_filters_for_type):
9862         * shell/ev-document-types.h:
9863         * shell/ev-window.c: (ev_window_cmd_save_as):
9864         
9865         Suggest basename as template when saving, provide filters
9866         for save dialog. It's bug 308402
9867
9868 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9869
9870         * pdf/ev-poppler.cc:
9871         * shell/ev-sidebar-links.c: (job_finished_callback):
9872         * shell/ev-view.c: (update_find_status_message):
9873         
9874         Some leaks fixed
9875
9876 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9877
9878         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9879         (egg_recent_view_uimanager_set_list):
9880
9881         Fix buglet in !show_numbers case.
9882
9883 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9884
9885         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9886         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9887
9888         Use pango ellipsisation.
9889
9890         * pdf/ev-poppler.cc:
9891
9892         Fix refcount leak, from nsh.
9893
9894 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9895
9896         * cut-n-paste/recent-files/Makefile.am:
9897         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9898         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9899         
9900         Removed EggRecentViewGtk
9901         
9902         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9903         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9904         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9905         (ev_window_setup_recent):
9906         
9907         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9908         with other projects
9909
9910 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9911
9912         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9913         (egg_recent_view_gtk_finalize):
9914
9915         Fix memory leak
9916
9917         * cut-n-paste/toolbar-editor/Makefile.am:
9918         
9919         Fix location of cursor icon.
9920         
9921         * pdf/ev-poppler.cc:
9922         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9923         (display_completion_text), (match_completion):
9924         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9925         (selection_changed_callback), (create_loading_model),
9926         (print_section_cb), (links_page_num_func),
9927         (update_page_callback_foreach):
9928         * shell/ev-window.c: (ev_window_dispose):
9929         
9930         Small memory fixes. Links model now store objects instead
9931         of pointers to improve memory management. 
9932
9933 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9934
9935         * shell/ev-window.c: (zoom_control_changed_cb):
9936         
9937         Fix update of zoom control (bug 308268).
9938
9939 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9940
9941         * shell/ev-properties.c (set_property): escape the text correctly.
9942         Handles non-UTF-8 properties and escaped properties.  Also, sets
9943         the text to "<i>None</i>" if the property isn't set.
9944
9945         * data/evince-properties.glade: Change the label to be ellipsized,
9946         and give it a minimum size.
9947
9948 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9949
9950         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9951         * shell/ev-sidebar-links.c: (create_loading_model):
9952         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9953         * shell/ev-view.c: (ev_view_set_document):
9954         * shell/ev-window.c: (ev_window_dispose):
9955         
9956         Various small fixes, mostly memory leaks. Thanks to valgrind.
9957
9958 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9959
9960         * ps/ps-document.c: remove the locale.h include again ;-). And
9961         kill the (bogus) setlocale/savelocale business.
9962
9963 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9964
9965         * ps/ps-document.c:
9966         
9967         Include locale.h to fix build
9968         
9969         * shell/ev-sidebar.c:
9970         
9971         Remove unnecessary includes
9972
9973 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9974
9975         * dvi/dvi-document.c: (dvi_document_load):
9976         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9977         * po/POTFILES.in:
9978         
9979         Check for incorrect dvi files. Fix parsing dvi on AMD64
9980         platform. Thanks to tester@tester.ca (Olivier Crete).
9981
9982 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9983
9984         * shell/ev-page-action.c: (match_selected_cb),
9985         (display_completion_text), (match_completion), (update_model):
9986         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9987         (expand_open_links):
9988         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9989         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9990         (ev_sidebar_set_document):
9991         * shell/ev-window.c: (ev_window_xfer_job_cb),
9992         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9993         
9994         Fixed lot's of memory leaks, for example, memory leak on reload, 
9995         described in bug 307793.
9996
9997 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9998
9999         * pdf/ev-poppler.cc:
10000         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10001         (update_visible_range), (adjustment_changed_cb),
10002         (ev_sidebar_thumbnails_fill_model),
10003         (ev_sidebar_thumbnails_refresh),
10004         (ev_sidebar_tree_selection_changed),
10005         (ev_sidebar_icon_selection_changed),
10006         (ev_sidebar_thumbnails_use_icon_view),
10007         (ev_sidebar_thumbnails_set_document):
10008         * shell/ev-sidebar-thumbnails.h:
10009         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10010         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10011
10012         Refresh thumbnails when changing orientation. Not fully
10013         working yet becuase of a sidebar bug.
10014
10015         Set page orientation to poppler page everywhere. This sucks
10016         really need to fix poppler.
10017
10018 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10019
10020         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10021         (egg_recent_view_gtk_new_menu_item),
10022         (egg_recent_view_gtk_set_property),
10023         (egg_recent_view_gtk_get_property),
10024         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10025         (egg_recent_view_gtk_set_tooltip_func),
10026         (egg_recent_view_gtk_set_label_width),
10027         (egg_recent_view_gtk_get_label_width):
10028         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10029
10030         Sync with libegg (ellipsize labels)
10031
10032 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10033
10034         * data/evince-ui.xml:
10035         * shell/ev-window.c: (ev_window_cmd_go_forward),
10036         (ev_window_cmd_go_backward):
10037         
10038         Shift + PageUp moves 10 Pages. Fix for 306125
10039
10040 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10041
10042         * pdf/ev-poppler.cc:
10043
10044         Add a flag to check if orientation has been overriden
10045
10046 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10047
10048         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10049         field if necessary.
10050
10051         * ps/ps.h: add creator field to document.
10052
10053         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10054         set creator field.
10055
10056 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10057
10058         * data/evince-properties.glade:
10059         * shell/ev-properties.c: (ev_properties_set_document):
10060
10061         s/PDF Version/Format
10062
10063 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10064
10065         * shell/ev-properties.c: (ev_properties_set_document):
10066
10067         Remove unnecessary translations
10068
10069 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10070
10071         * cut-n-paste/toolbar-editor/Makefile.am:
10072
10073         Correct library name    
10074
10075 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10076
10077         * configure.ac:
10078         * cut-n-paste/recent-files/egg-recent-model.c:
10079         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10080         (egg_recent_model_unlock_file):
10081         * cut-n-paste/recent-files/egg-recent-util.c:
10082         (egg_recent_util_get_unique_id):
10083         * cut-n-paste/recent-files/update-from-egg.sh:
10084         * cut-n-paste/toolbar-editor/Makefile.am:
10085         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10086         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10087         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10088         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10089         (egg_toolbars_model_get_type):
10090         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10091
10092         Better makefile for toolbar editor and update everything
10093         to latest libegg.
10094
10095 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10096
10097         * shell/ev-window.c: (update_document_mode):
10098
10099         Prefer presentation mode when the document
10100         require fullscreen.
10101
10102 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10103
10104         * data/evince-ui.xml:
10105         * shell/ev-window.c:
10106
10107         Add control-equal for zooming
10108
10109 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10110
10111         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10112
10113 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10114
10115         * backend/ev-document.c: (ev_document_get_orientation):
10116         * backend/ev-document.h:
10117         * pdf/ev-poppler.cc:
10118         * ps/ps-document.c: (ps_document_get_orientation),
10119         (ps_document_set_orientation), (ps_document_document_iface_init):
10120
10121         Add a get_orientation api. Improve set_orientation.
10122
10123         * data/evince-ui.xml:
10124         * shell/ev-view.c: (ev_view_set_orientation),
10125         (ev_view_rotate_right), (ev_view_rotate_left):
10126         * shell/ev-view.h:
10127         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10128         (ev_window_cmd_edit_rotate_right):
10129
10130         Better ui for changing document orientation
10131
10132 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10133
10134         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10135         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10136         * shell/ev-sidebar-links.h:
10137         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10138         (ev_sidebar_page_iface_init):
10139         * shell/ev-sidebar-page.h:
10140         * shell/ev-sidebar-thumbnails.c:
10141         (ev_sidebar_thumbnails_get_property),
10142         (ev_sidebar_thumbnails_class_init),
10143         (ev_sidebar_thumbnails_set_document):
10144         * shell/ev-sidebar-thumbnails.h:
10145         * shell/ev-view.c: (ev_view_motion_notify_event):
10146         * shell/ev-window.c: (update_chrome_visibility),
10147         (ev_window_cmd_focus_page_selector),
10148         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10149         (sidebar_page_main_widget_update_cb), (ev_window_init):
10150         
10151         Autoraise toolbar on GoToPage binding and fix bindings in
10152         EvSidebarThumbnails page.
10153
10154 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10155
10156         * shell/ev-properties.c: (update_progress_label):
10157
10158         Hide the progress label when finished; bug #307697.
10159
10160 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10161
10162         * pdf/ev-poppler.cc:
10163
10164         Enable is_open for links, you will need poppler cvs
10165
10166         * shell/ev-properties.c: (job_fonts_finished_cb):
10167
10168         Get a lock on the document when filling the tree view
10169
10170 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10171
10172         * backend/ev-document-links.h:
10173         * pdf/ev-poppler.cc:
10174         * shell/ev-sidebar-links.c: (create_loading_model),
10175         (expand_open_links), (job_finished_callback):
10176
10177         Expand links when specified by the document.
10178         Depend on a poppler api (defined out for now)
10179
10180 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10181
10182         * shell/ev-properties.c: (ev_properties_dispose),
10183         (ev_properties_class_init), (dialog_destroy_cb),
10184         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10185         (ev_properties_set_document), (ev_properties_new),
10186         (ev_properties_show):
10187         * shell/ev-properties.h:
10188
10189         Make it an object, cleanup the code, api to show it as transient
10190         and to set the document.
10191
10192         * shell/ev-window.c: (ev_window_setup_document),
10193         (ev_window_cmd_file_properties):
10194
10195         Adapt to EvProperties changes, do not show multiple
10196         times, update it when document changes.
10197
10198 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10199
10200         * ps/gstypes.h:
10201         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10202         (ps_document_set_orientation), (ps_document_document_iface_init):
10203         * ps/ps-document.h:
10204
10205         Implement orientation here too
10206
10207         * shell/ev-properties.c: (ev_properties_new):
10208         * data/evince-properties.glade:
10209
10210         Hide the fonts page for backends that doesnt
10211         support it.     
10212
10213 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10214
10215         * backend/ev-document.c: (ev_document_set_orientation):
10216         * backend/ev-document.h:
10217         * pdf/ev-poppler.cc:
10218
10219         Add orientation api. Currently poppler api is not optimal,
10220         we need to set orientation every time we _get a page.
10221         I will try to fix that at some point.
10222
10223         * data/evince-ui.xml:
10224         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10225         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10226
10227         Add orientation menu items
10228
10229         * shell/ev-page-cache.c: (ev_page_cache_clear):
10230         * shell/ev-page-cache.h:
10231
10232         Add api to clear the cache
10233
10234         * shell/ev-view.c: (setup_caches), (clear_caches),
10235         (ev_view_set_document), (ev_view_zoom_out),
10236         (ev_view_set_orientation):
10237         * shell/ev-view.h:
10238
10239         Implement orientation changing
10240
10241 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10242
10243         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10244         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10245         * backend/ev-document-fonts.h:
10246
10247         Separate scan and fill so that we can incrementally fill from
10248         the main thread. Add a progress api.
10249
10250         * data/evince-properties.glade:
10251         * pdf/ev-poppler.cc:
10252         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10253         * shell/ev-jobs.h:
10254         * shell/ev-properties.c: (update_progress_label),
10255         (job_fonts_finished_cb), (setup_fonts_view):
10256
10257         Incrementally feel the list and show the progress
10258         percentage in a label like acrobat does.
10259
10260         You are going to need poppler cvs
10261
10262 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10263
10264         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10265         * backend/ev-document-fonts.h:
10266         * pdf/ev-poppler.cc:
10267
10268         Make fonts model fill incrementally.
10269
10270         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10271         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10272         (ev_job_queue_remove_job):
10273         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10274         (ev_job_fonts_new), (ev_job_fonts_run):
10275         * shell/ev-jobs.h:
10276
10277         New job for fonts scanning
10278
10279         * shell/ev-properties.c: (job_fonts_finished_cb),
10280         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10281         * shell/ev-properties.h:
10282         * shell/ev-window.c: (ev_window_cmd_file_properties):
10283
10284         Incrementally feel the treeview using the new job. Show Loading...
10285         message until scanning is completed.
10286
10287         Hopefully I didnt break the build without the poppler patch.
10288
10289 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10290
10291         * shell/ev-application.c: (ev_application_open):
10292         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10293         (ev_document_type_get_type), (ev_document_type_lookup):
10294         * shell/ev-document-types.h:
10295         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10296         * shell/ev-job-xfer.h:
10297         * shell/ev-window.c: (ev_window_clear_local_uri),
10298         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10299         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10300         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10301         
10302         Transfer remote documents to tmp directory to display them later.
10303
10304 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10305
10306         * backend/ev-document-info.h:
10307         * shell/ev-properties.c: (ev_properties_new):
10308
10309         s/GTime*/GTime. Not sure why we was using a pointer
10310         at all there!
10311
10312 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10313
10314         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10315         situations.  That situation is that you're using GTK+-HEAD with
10316         the patch at #306726 is applied, and you have a document with <
10317         1500 pages in it.  It's not quite as uniformly nice as the
10318         TreeView, but should be better in the long run.
10319
10320         I'm pretty sure I guarded against breaking compilation with
10321         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10322         I missed some.
10323
10324         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10325         widget yet, so I commented that code out
10326         enable_view_actions_for_widget() for now.  Need to figure this
10327         out.
10328
10329         * shell/ev-page-action.c (match_selected_cb): emit the right
10330         signals.  Our cool C-l completion now works.
10331
10332 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10333
10334         * backend/Makefile.am:
10335         * backend/ev-document-fonts.c:
10336         * backend/ev-document-links.c:
10337         * backend/ev-document.c: (ev_document_load):
10338         * backend/ev-document.h:
10339         * backend/ev-job-queue.c:
10340         * backend/ev-job-queue.h:
10341         * backend/ev-jobs.c:
10342         * backend/ev-jobs.h:
10343         * backend/ev-page-cache.c:
10344         * backend/ev-page-cache.h:
10345
10346         EvPageCache and EvJobs are moved to shell.
10347
10348         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10349         (ev_tmp_filename):
10350         * lib/ev-file-helpers.h:
10351         
10352         New helper to work with temporary files
10353         
10354         * shell/Makefile.am:
10355         * shell/ev-application.c: (ev_application_open):
10356         * shell/ev-application.h:
10357         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10358         (remove_job_from_async_queue), (add_job_to_async_queue),
10359         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10360         (handle_job), (search_for_jobs_unlocked),
10361         (no_jobs_available_unlocked), (ev_render_thread),
10362         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10363         (ev_job_queue_add_job), (move_job_async), (move_job),
10364         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10365         * shell/ev-job-queue.h:
10366         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10367         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10368         * shell/ev-job-xfer.h:
10369         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10370         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10371         (ev_job_links_class_init), (ev_job_render_init),
10372         (ev_job_render_dispose), (ev_job_render_class_init),
10373         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10374         (ev_job_thumbnail_class_init), (ev_job_load_init),
10375         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10376         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10377         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10378         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10379         * shell/ev-jobs.h:
10380         * shell/ev-page-action.c: (ev_page_action_set_document):
10381         * shell/ev-page-cache.c: (ev_page_cache_init),
10382         (ev_page_cache_class_init), (ev_page_cache_finalize),
10383         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10384         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10385         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10386         (ev_page_cache_get_title), (ev_page_cache_get_size),
10387         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10388         (ev_page_cache_get_height_to_page),
10389         (ev_page_cache_get_max_label_chars),
10390         (ev_page_cache_get_page_label),
10391         (ev_page_cache_has_nonnumeric_page_labels),
10392         (ev_page_cache_get_info), (ev_page_cache_next_page),
10393         (ev_page_cache_prev_page), (ev_page_cache_get):
10394         * shell/ev-page-cache.h:
10395         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10396         (ev_pixbuf_cache_clear_job_sizes),
10397         (ev_pixbuf_cache_add_jobs_if_needed),
10398         (ev_pixbuf_cache_set_page_range):
10399         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10400         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10401         * shell/ev-sidebar-thumbnails.c:
10402         (ev_sidebar_tree_selection_changed),
10403         (ev_sidebar_thumbnails_set_document):
10404         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10405         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10406         (ev_statusbar_get_context_id), (ev_statusbar_push),
10407         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10408         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10409         (ev_statusbar_set_progress):
10410         * shell/ev-statusbar.h:
10411         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10412         (ev_view_find_previous):
10413         * shell/ev-window.c: (ev_window_is_empty),
10414         (ev_window_setup_document), (password_dialog_response),
10415         (ev_window_clear_jobs), (ev_window_load_job_cb),
10416         (ev_window_xfer_job_cb), (ev_window_open_uri),
10417         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10418         (ev_window_print), (ev_window_print_range),
10419         (ev_window_state_event), (ev_window_cmd_view_reload),
10420         (menu_item_select_cb), (menu_item_deselect_cb),
10421         (view_status_changed_cb), (ev_window_dispose),
10422         (drag_data_received_cb), (ev_window_init):
10423         * shell/ev-window.h:
10424         * shell/main.c: (load_files):
10425         
10426         New statusbar to show progress on idle. Two new jobs - 
10427         xfer job and load job to load document in background. And update
10428         of page_cache clients to new location of code.
10429
10430 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10431
10432         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10433         selection in open dialog. It also remembers the last visited directory 
10434         in the current session.
10435
10436 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10437
10438         * shell/ev-properties.c: (ev_properties_new):
10439         * shell/ev-properties.h:
10440         * shell/ev-window.c: (ev_window_cmd_file_properties):
10441         
10442         Get document info from page cache instead of document itself.
10443         This should fix crash related to race conditions described in
10444         bug 306545.
10445
10446 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10447
10448         * ps/ps-document.c: (ps_document_init),
10449         (send_ps), (get_page_box), (output), (catchPipe), (input),
10450         (stop_interpreter), (file_length), (file_readable),
10451         (check_filecompressedb), (ps_document_enable_interpreter),
10452         (document_load), (ps_async_renderer_render_pixbuf):
10453         * ps/ps-document.h:
10454
10455         Big cleanup of the ps code
10456
10457 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10458
10459         * backend/Makefile.am:
10460         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10461         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10462         * backend/ev-async-renderer.h:
10463
10464         Add an async renderer interface (method + callback) which
10465         is useful for backends like ps.
10466
10467         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10468         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10469         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10470         (ev_job_queue_add_job), (move_job_async), (move_job),
10471         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10472
10473         Add queues for async renderer, these are executed on the
10474         main thread.
10475
10476         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10477         (ev_job_render_run):
10478         * backend/ev-jobs.h:
10479
10480         If the backend support async renderer interface use it.
10481
10482         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10483         (setup_pixmap), (ps_document_get_type),
10484         (ps_async_renderer_render_pixbuf),
10485         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10486
10487         Implement async renderer interface.
10488
10489 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10490
10491         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10492
10493         Cleanup links job on exit.
10494
10495 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10496
10497         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10498         (drag_data_get_cb), (drag_data_received_cb):
10499         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10500         (drag_data_get_cb), (parse_item_list),
10501         (egg_toolbar_editor_load_actions):
10502         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10503         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10504         (parse_item_list), (parse_toolbars):
10505         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10506         (dvi_pixbuf_put_pixel):
10507         
10508         Fix gcc 4.0 warnings
10509
10510 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10511
10512         * ps/ps-document.c: (start_interpreter):
10513
10514         Fix warning when loading ps
10515
10516 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10517
10518         * ps/ps-document.c: (output):
10519
10520         Fix crash when priting gs error messages.
10521
10522 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10523
10524         * backend/ev-page-cache.c: (_ev_page_cache_new):
10525         * backend/ev-page-cache.h:
10526
10527         Use a const to return title so that we dont double
10528         free it. Small cleanup and fix a leak.
10529
10530         * shell/ev-window.c: (update_window_title):
10531
10532         strdup value from get_title.
10533
10534 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10535
10536         * shell/ev-sidebar-links.c: (job_finished_callback),
10537         (ev_sidebar_links_set_document):
10538
10539         Cleanup the old job when changing document
10540
10541 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10542
10543         * shell/ev-stock-icons.c:
10544         * shell/ev-stock-icons.h:
10545         * shell/ev-window.c:
10546         
10547         Add stock icons for actions that can appear in toolbar. Fix for
10548         bug 306566.
10549
10550 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10551
10552         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10553         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10554         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10555         * backend/ev-page-cache.h:
10556         * shell/ev-view.c: (scroll_to_current_page),
10557         (view_update_range_and_current_page), (get_page_y_offset),
10558         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10559         (ev_view_size_request_continuous),
10560         (ev_view_zoom_for_size_continuous_and_dual_page),
10561         (ev_view_zoom_for_size_continuous):
10562         
10563         More compact EvView layout in document with pages of different size.
10564
10565 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10566
10567         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10568         compilation.
10569
10570 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10571
10572         * shell/ev-view.c: (view_set_adjustment_values):
10573         * shell/ev-window.c: (ev_window_cmd_file_properties):
10574         
10575         A bit different fix for rounding problem but it has no
10576         problems on startup. Make properties window transient to parent.
10577
10578 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10579
10580         * pdf/ev-poppler.cc:
10581         
10582         More commenting of font stuff.
10583
10584 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10585
10586         * pdf/ev-poppler.cc:
10587
10588         Comment out some more fonts stuff. Should really
10589         work without the poppler patch now.
10590
10591 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10592
10593         * pdf/ev-poppler.cc:
10594
10595         Adapt to api change
10596
10597 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10598
10599         * data/evince-properties.glade:
10600         * pdf/ev-poppler.cc:
10601         * shell/ev-properties.c: (setup_fonts_view):
10602
10603         Set the column title. Show the dialog only
10604         once everything is setup.
10605         Getting font info can be very slow... will
10606         prolly need to make this threaded too.
10607
10608 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10609
10610         * backend/Makefile.am:
10611         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10612         (ev_document_fonts_get_fonts_model):
10613         * backend/ev-document-fonts.h:
10614         * data/evince-properties.glade:
10615         * pdf/ev-poppler.cc:
10616         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10617         * shell/ev-properties.h:
10618         * shell/ev-window.c: (ev_window_cmd_file_properties):
10619
10620         Implement fonts list. Defined out for now, since it depends
10621         on a not yet committed poppler patch.
10622
10623 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10624
10625         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10626         page + 1.
10627
10628         * shell/ev-window.c: Make sure we add the timeout when we get a
10629         focus-in event.
10630
10631         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10632         adjustment->value before calculating the zoom factor to average
10633         out all of our rounding errors.  The page no longer 'drifts' when
10634         resizing.
10635
10636 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10637
10638         * data/evince-properties.glade:
10639         * shell/ev-properties.c: (ev_properties_format_date),
10640         (set_property):
10641         
10642         Labels don't expand when the dialogue is resized.
10643         strftime result needs to be converted to UTF-8. Thanks
10644         to Christian Persch <chpe@gnome.org>.
10645
10646 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10647
10648         * data/evince-properties.glade:
10649
10650         Hide the fonts tab
10651
10652 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10653
10654         * backend/ev-document-info.h:
10655         * backend/ev-document.c: (ev_document_info_free):
10656         * data/evince-properties.glade:
10657         * pdf/ev-poppler.cc:
10658         * ps/ps-document.c: (ps_document_get_info):
10659         * shell/ev-properties.c: (ev_properties_format_date),
10660         (set_property), (ev_properties_new):
10661         * shell/ev-properties.h:
10662         * shell/ev-window.c: (ev_window_cmd_file_properties):
10663
10664         Rework properties code to take only EvPropertyInfo
10665         in the constructor so that it can be useful for
10666         nautilus plugin too.
10667
10668         Deal with backends that doesnt support some properties.
10669         Make set property code generic.
10670
10671 2005-06-04  Christian Persch <chpe@gnome.org>
10672
10673         * data/evince-properties.glade:
10674
10675         fix spacings, make resizeable, and make data labels
10676         selectable + ellipsised
10677
10678 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10679
10680         * backend/ev-document-info.h:
10681         * data/Makefile.am:
10682         * data/evince-ui.xml:
10683         * pdf/ev-poppler.cc:
10684         * shell/Makefile.am:
10685         * shell/ev-window.c: (update_action_sensitivity),
10686         (ev_window_cmd_file_properties):
10687
10688         Initial go at file properties. Patch by
10689         Emil Soleyman-Zomalan <emil@soleyman.com>.
10690         Needs love see #169583
10691
10692 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10693
10694         * ps/ps-document.c: (output):
10695         * ps/ps.c: (psscan):
10696
10697         Try to render even if psscan fails.
10698
10699 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10700
10701         * ps/ps.c: (psscan), (pscopydoc):
10702
10703         Port buffered reading code from gv
10704
10705 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10706
10707         * ps/ps-document.c: (interpreter_message), (output):
10708
10709         Do not fail on interpreter messages
10710
10711 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10712
10713         * backend/ev-document-misc.c:
10714         (ev_document_misc_get_thumbnail_frame):
10715
10716         Pages can be 0 x 0, dont assert on this case
10717
10718 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10719
10720         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10721         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10722
10723         Correctly manage our reference on document. Finally the reload
10724         huge leak is gone...
10725
10726 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10727
10728         * ps/ps-document.c: (ps_document_dispose):
10729
10730         Forgot to chain it to the parent. Thanks chpe.
10731
10732 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10733
10734         * ps/ps-document.c: (ps_document_dispose),
10735         (ps_document_class_init), (stop_interpreter), (document_load):
10736
10737         Cleanup dispose a bit. Dont leak the whole pixmap.
10738
10739 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10740
10741         * pdf/ev-poppler.cc:
10742
10743         Release the poppler document on dispose
10744
10745 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10746
10747         * shell/ev-view.c: (ev_view_set_document):
10748
10749         Release ref on the pixbuf cache when changing
10750         document.
10751
10752 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10753
10754         * ps/ps-document.c: (ps_document_get_info):
10755
10756         Fix a double free
10757
10758 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10759
10760         * backend/ev-page-cache.c: (ev_page_cache_init),
10761         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10762         * backend/ev-page-cache.h:
10763         * shell/ev-page-action.c: (page_changed_cb):
10764         
10765         Set page action entry width depending on labels width. Fix
10766         for bug 305202.
10767
10768 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10769
10770         * backend/ev-link.c: (ev_link_class_init):
10771
10772         Allow -1 as page value (error)
10773
10774 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10775
10776         * shell/ev-sidebar-thumbnails.c:
10777         (ev_sidebar_thumbnails_set_document):
10778         * shell/ev-view.c: (scroll_to_current_page),
10779         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10780         (page_changed_cb), (on_adjustment_value_changed),
10781         (ev_view_set_document):
10782
10783         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10784         Fix bug 305377
10785
10786 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10787
10788         * configure.ac:
10789         * djvu/djvu-document.c: (djvu_document_get_page_size):
10790
10791         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10792         bug 301993.
10793
10794 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10795
10796         * shell/ev-view.c (draw_one_page): modify the expose handling to
10797         get the shadows.
10798
10799         * shell/ev-window.c (update_action_sensitivity): Respect
10800         permissions field.  Kowtow to the man.
10801
10802         * pdf/ev-poppler.cc: Get the permissions field.
10803
10804         * tiff/*c: Make a tiny bit more robust.
10805
10806 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10807
10808         * djvu/djvu-document.c:
10809         
10810         Pop messages from djvu context message queue.
10811
10812 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10813
10814         * configure.ac, Makefile.am, shell/Makefile.am:
10815         * tiff/Makefile.am, shell/ev-document-types.c:
10816         
10817         Cleanup tiff configure checks. Fix for bug 305218.
10818
10819 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10820
10821         * configure.ac: Added "uk" to ALL_LINGUAS.
10822
10823 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10824
10825         * cut-n-paste/zoom-control/ephy-zoom.c:
10826         (ephy_zoom_get_changed_zoom_level):
10827         * cut-n-paste/zoom-control/ephy-zoom.h:
10828         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10829         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10830         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10831         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10832         (zoom_control_changed_cb), (ev_window_init):
10833         
10834         Fix minor points related to moving best fit up. Introduce
10835         "zoom" property and make zoom control change it's value on
10836         notify::zoom signals. Fix for 305080.
10837
10838 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10839
10840         * data/evince-ui.xml:
10841         * shell/ev-window.c: (set_view_actions_sensitivity):
10842         
10843         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10844
10845 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10846
10847         * configure.ac:
10848
10849         Depends on poppler 0.3.2
10850
10851 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10852
10853         * cut-n-paste/recent-files/egg-recent-item.c:
10854         (egg_recent_item_get_short_name):
10855         * cut-n-paste/toolbar-editor/Makefile.am:
10856         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10857         (new_pixbuf_from_widget):
10858         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10859         * cut-n-paste/toolbar-editor/egg-marshal.c:
10860         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10861         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10862
10863         Sync
10864
10865 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10866
10867         * tiff/tiff-document.c: Rough TIFF backend.
10868
10869 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10870
10871         * NEWS:
10872         * configure.ac:
10873         * cut-n-paste/toolbar-editor/Makefile.am:
10874
10875         Release 0.3.1
10876
10877 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10878
10879         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10880         (ev_view_find_next), (ev_view_find_previous):
10881
10882         Remove the locks around get_n_results   
10883
10884 2005-05-21  Juerg Billeter  <j@bitron.ch>
10885
10886         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10887
10888         Pass correct number of pages to poppler.
10889
10890 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10891
10892         * configure.ac:
10893         * data/Makefile.am:
10894         * data/evince.desktop.in: 
10895         * data/evince.desktop.in.in:
10896         * po/POTFILES.in:
10897         
10898         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10899
10900 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10901
10902         * shell/ev-view.c: (view_update_adjustments),
10903         (view_set_adjustment_values): cast adjustmen->value to (int)
10904         before using it.  Otherwise, we get off by a pixel in some
10905         situations.
10906
10907         (draw_one_page): Draw the border on expose.
10908
10909 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10910
10911         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10912         adjustment when the mode changes, #304923
10913
10914 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10915
10916         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10917         flickering on resize but still use gdk_window_scroll on
10918         scrolling
10919
10920 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10921
10922         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10923         option, #170458
10924
10925 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10926
10927         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10928         second page on page_changed if possible, #304669
10929
10930 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10931
10932         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10933         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10934
10935 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10936
10937         * .cvsignore:
10938         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10939         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10940         (ev_view_zoom_for_size_presentation),
10941         (ev_view_zoom_for_size_continuous_and_dual_page),
10942         (ev_view_zoom_for_size_continuous),
10943         (ev_view_zoom_for_size_dual_page),
10944         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10945         * shell/ev-view.h:
10946         * shell/ev-window.c: (update_view_size),
10947         (ev_window_sizing_mode_changed_cb):
10948
10949         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10950         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10951         an infinite loop, #304769
10952
10953
10954 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10955
10956         * data/evince-ui.xml:
10957         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10958         * shell/ev-window.c: (set_view_actions_sensitivity):
10959
10960         Make PgUp/Down behave like Space
10961
10962 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10963
10964         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10965         * backend/ev-ps-exporter.h:
10966         * pdf/ev-poppler.cc:
10967         * ps/ps-document.c: (ps_document_ps_export_begin):
10968         * shell/ev-print-job.c: (idle_print_handler):
10969
10970         Adapt to new poppler api
10971
10972 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10973
10974         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10975         (ephy_zoom_control_init):
10976
10977         Translate zoom levels
10978
10979 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10980
10981         * cut-n-paste/zoom-control/ephy-zoom.c:
10982         (ephy_zoom_get_zoom_level_index):
10983
10984         Fix current zoom -> zoom control match
10985
10986 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10987
10988         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10989         rather than the scrolled_window that it's in. Fixes bug #304655.
10990
10991 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10992
10993         * shell/ev-view.c: (view_update_adjustments),
10994         (view_set_adjustment_values), (view_update_range_and_current_page),
10995         (view_scroll_to_page), (set_scroll_adjustment),
10996         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10997         (ev_view_scroll), (ev_view_scroll_view),
10998         (ensure_rectangle_is_visible), (find_page_at_location),
10999         (get_link_at_location), (go_to_link), (status_message_from_link),
11000         (ev_view_size_request_continuous_dual_page),
11001         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11002         (ev_view_unrealize), (ev_view_expose_event),
11003         (ev_view_button_press_event), (ev_view_motion_notify_event),
11004         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11005         (draw_rubberband), (highlight_find_results), (draw_one_page),
11006         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11007         (ev_view_init), (find_changed_cb), (page_changed_cb),
11008         (on_adjustment_value_changed), (ev_view_new),
11009         (ev_view_set_document), (ev_view_set_zoom),
11010         (ev_view_set_continuous), (ev_view_set_dual_page),
11011         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11012         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11013         (ev_view_zoom_for_size_presentation),
11014         (ev_view_zoom_for_size_continuous_dual_page),
11015         (ev_view_zoom_for_size_continuous),
11016         (ev_view_zoom_for_size_dual_page),
11017         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11018         (ev_view_get_status), (ev_view_set_status),
11019         (update_find_status_message), (ev_view_get_find_status),
11020         (ev_view_set_find_status), (jump_to_find_result),
11021         (jump_to_find_page), (compute_selections), (clear_selection),
11022         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11023         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11024         (ev_view_update_primary_selection),
11025         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11026         * shell/ev-view.h:
11027         * shell/ev-window.c: (ev_window_open_page_label),
11028         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11029         (ev_window_init):
11030         * shell/ev-window.h:
11031         * shell/main.c: (load_files):
11032
11033         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11034         when resizing.  Remove the bin_window().  Also, patch from James
11035         Bowes to fix command line page, #300641
11036         
11037 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11038
11039         * data/evince-ui.xml:
11040         * shell/ev-view.c:
11041         * shell/ev-view.h:
11042         * shell/ev-window.c: (update_action_sensitivity):
11043
11044         Get rid of View->Normal Size, it's just confusing
11045
11046 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11047
11048         * backend/ev-document-info.h:
11049         * backend/ev-document.c: (ev_document_info_free): Free the
11050         EvDocumentInfo.
11051
11052         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11053         (clear_range), (add_range), (update_visible_range),
11054         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11055         (ev_sidebar_thumbnails_set_document):
11056         * shell/ev-window.c: (ev_window_setup_document): Only render the
11057         visible thumbnails.  It takes an instant to render, but it uses
11058         much less memory.
11059
11060 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11061
11062         * shell/ev-sidebar-links.c: (popup_menu_cb):
11063
11064         Select first item
11065
11066 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11067
11068         * lib/Makefile.am:
11069         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11070         (button_press_cb), (ev_sidebar_links_construct):
11071
11072         Show the popup menu also on keybindings
11073
11074 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11075
11076         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11077         * shell/ev-window.h:
11078
11079         Expose api to print a range (with dialog). Make private _print use
11080         it.
11081
11082         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11083         (ev_sidebar_links_construct):
11084
11085         Show a print context menu on linkx, it prints the selected
11086         section.
11087
11088 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11089
11090         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11091         button.
11092
11093 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11094
11095         * AUTHORS:
11096
11097         Update
11098
11099         * shell/ev-window.c: (build_comments_string),
11100         (ev_window_cmd_help_about):
11101
11102         Show poppler version/backend and authors
11103
11104 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11105
11106         * cut-n-paste/zoom-control/ephy-zoom.c:
11107         (ephy_zoom_get_zoom_level_index):
11108         * cut-n-paste/zoom-control/ephy-zoom.h:
11109
11110         Move the best fit items at the top of the list
11111
11112 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11113
11114         * shell/ev-marshal.list:
11115         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11116         (activate_cb), (match_selected_cb), (activate_link_cb),
11117         (connect_proxy), (ev_page_action_class_init):
11118         * shell/ev-page-action.h:
11119
11120         Use signals to notify action activation. Hopefully
11121         I did not break completion since I cant test...
11122
11123         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11124         (register_custom_actions):
11125
11126         Connect to page selector actions and also grab focus on
11127         the view when activated.
11128
11129 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11130
11131         * pdf/ev-poppler.cc:
11132         * backend/ev-page-cache.c: make page size calculation consistent
11133         and set it to (int)( width * scale + 0.5).  This makes the weird
11134         line going through the middle of the page go away.
11135
11136         * shell/ev-view.c: move painting the background page after
11137         checking the expose area covers us.
11138
11139 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11140
11141         * data/evince-password.glade:
11142         
11143         Mark labels as not translatable. Fix for bug 302842.
11144
11145 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11146
11147         * configure.ac: Added "es" to ALL_LINGUAS.
11148
11149 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11150
11151         * data/evince-toolbar.xml:
11152         * shell/ev-window.c: (update_action_sensitivity),
11153         (ev_window_setup_document), (ev_window_set_page_mode),
11154         (ev_window_init):
11155
11156         Remove some leftover code from jrb first continous
11157         attempt. Use the new actions, we still need good icons
11158         though...
11159
11160 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11161
11162         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11163
11164         Update label when connecting proxy. Fix a warning with NULL
11165         page_cache.
11166
11167 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11168
11169         * data/evince-ui.xml:
11170         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11171         * shell/ev-page-action.h:
11172         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11173
11174         Add mnemonic for edit toolbar.
11175         ctrl+l focus the page entry.
11176
11177 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11178
11179         * lib/Makefile.am:
11180         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11181         (ev_window_init):
11182         * shell/main.c: (main):
11183
11184         Put the toolbar xml in evince own dot dir
11185
11186 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11187
11188         * shell/ev-window.c: (ev_window_init):
11189
11190         Make the toolbar not removable
11191
11192 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11193
11194         * data/evince-ui.xml:
11195         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11196         * shell/ev-sidebar-links.h:
11197         * shell/ev-sidebar-thumbnails.c:
11198         (ev_sidebar_thumbnails_get_treeview):
11199         * shell/ev-sidebar-thumbnails.h:
11200         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11201         (ev_view_class_init):
11202         * shell/ev-view.h:
11203         * shell/ev-window.c: (update_action_sensitivity),
11204         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11205         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11206         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11207         (ev_window_init):
11208
11209         This is evil... Make space/backspace global accelerators but
11210         enable them only for some widgets (sidebars and view).
11211         I dont like it, but I dont know a better way... :/
11212
11213 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11214
11215         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11216         (ev_page_action_widget_finalize),
11217         (ev_page_action_widget_class_init), (update_page_cache):
11218
11219         Keep a weak reference on proxy->page_cache so that we
11220         dont try to disconnect the signal if the object is already
11221         gone. Maybe there is a better way to cleanup reference handling
11222         in page action though...
11223
11224 2005-05-10  Juerg Billeter  <j@bitron.ch>
11225
11226         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11227         * backend/ev-ps-exporter.h:
11228         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11229         * ps/ps-document.c: (ps_document_ps_export_begin):
11230         
11231         Change api to pass print range to ps_exporter_begin. The pdf backend
11232         requires this information.
11233         
11234         * shell/ev-print-job.c: (idle_print_handler):
11235         
11236         Adapt to api change
11237
11238 2005-05-10  Juerg Billeter  <j@bitron.ch>
11239
11240         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11241         (idle_print_handler)
11242         * shell/ev-window.c: (ev_window_print):
11243
11244         Support printing page range, based on patch by Amaury Jacquot
11245
11246 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11247
11248         * data/evince-toolbar.xml:
11249
11250         Add zoom control to available items
11251
11252 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11253
11254         * shell/ev-window.c: (update_action_sensitivity):
11255
11256         Set slash action insensitive when appropriate
11257
11258 2005-05-10  Christian Persch <chpe@gnome.org>
11259
11260         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11261
11262         Fix warning on the overflow menu
11263
11264 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11265
11266         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11267
11268         Check for uri correctness/existence
11269
11270 2005-05-09  Juerg Billeter  <j@bitron.ch>
11271
11272         * shell/ev-window.c: (using_postscript_printer):
11273
11274         LPD printers use postscript, too
11275
11276 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11277
11278         * shell/ev-window.c: (register_custom_actions):
11279
11280         The zoom one is actually sort of useful,
11281         put it back
11282
11283 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11284
11285         * shell/ev-window.c: (register_custom_actions):
11286
11287         Hide page/zoom controls from overflow, they
11288         are useless.
11289
11290 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11291
11292         * cut-n-paste/update-from-egg.sh:
11293         
11294         Share it between all cut-n-paste subdirs
11295
11296         * cut-n-paste/recent-files/Makefile.am:
11297
11298         Fix to use "global" update-from-egg.sh
11299
11300         * cut-n-paste/recent-files/egg-recent-model.c:
11301         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11302         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11303         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11304         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11305
11306         Update from libegg
11307
11308         * cut-n-paste/toolbar-editor/Makefile.am:
11309
11310         Fix to use "global" update-from-egg.sh
11311
11312         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11313
11314         Update from libegg
11315
11316 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11317
11318         * configure.ac:
11319         * cut-n-paste/Makefile.am:
11320         * cut-n-paste/recent-files/Makefile.am:
11321         * cut-n-paste/toolbar-editor/.cvsignore:
11322         * cut-n-paste/toolbar-editor/Makefile.am:
11323         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11324         (egg_editable_toolbar_get_type), (get_toolbar_position),
11325         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11326         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11327         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11328         (set_item_drag_source), (create_item_from_action), (create_item),
11329         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11330         (popup_toolbar_context_menu_cb), (free_dragged_item),
11331         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11332         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11333         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11334         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11335         (item_added_cb), (item_removed_cb),
11336         (egg_editable_toolbar_construct),
11337         (egg_editable_toolbar_disconnect_model),
11338         (egg_editable_toolbar_deconstruct),
11339         (egg_editable_toolbar_set_model),
11340         (egg_editable_toolbar_set_ui_manager),
11341         (egg_editable_toolbar_set_property),
11342         (egg_editable_toolbar_get_property),
11343         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11344         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11345         (egg_editable_toolbar_new_with_model),
11346         (egg_editable_toolbar_get_edit_mode),
11347         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11348         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11349         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11350         (new_pixbuf_from_widget), (new_separator_pixbuf),
11351         (update_separator_image), (style_set_cb),
11352         (_egg_editable_toolbar_new_separator_image),
11353         (egg_editable_toolbar_get_model):
11354         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11355         * cut-n-paste/toolbar-editor/egg-marshal.c:
11356         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11357         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11358         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11359         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11360         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11361         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11362         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11363         (editor_drag_data_delete_cb), (drag_data_get_cb),
11364         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11365         (editor_create_item), (update_editor_sheet), (setup_editor),
11366         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11367         (parse_item_list), (model_has_action), (update_actions_list),
11368         (egg_toolbar_editor_load_actions):
11369         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11370         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11371         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11372         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11373         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11374         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11375         (egg_toolbars_model_add_separator), (impl_add_item),
11376         (parse_item_list), (egg_toolbars_model_add_toolbar),
11377         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11378         (impl_get_item_data), (impl_get_item_type),
11379         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11380         (egg_toolbars_model_init), (free_toolbar),
11381         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11382         (egg_toolbars_model_remove_toolbar),
11383         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11384         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11385         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11386         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11387         (egg_toolbars_model_get_item_data),
11388         (egg_toolbars_model_get_item_type):
11389         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11390         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11391         * data/Makefile.am:
11392         * data/evince-toolbar.xml:
11393         * data/evince-ui.xml:
11394         * data/hand-open.png:
11395         * po/POTFILES.in:
11396         * shell/Makefile.am:
11397         * shell/ev-window.c: (update_chrome_visibility),
11398         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11399         (ev_window_dispose), (ev_window_init):
11400
11401         Implement epiphany like toolbar editor. Based on patch by
11402         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11403
11404 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11405
11406         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11407
11408         Use set_cursor instead of set_selection, so that
11409         the keyboard focus moves too.
11410
11411 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11412
11413         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11414
11415         Fix infinite loop when loading Type1 fonts
11416
11417 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11418
11419         * data/evince-ui.xml:
11420         * shell/ev-window.c:
11421
11422         Slash -> Find
11423
11424 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11425
11426         * configure.ac:
11427
11428         Make --disable really disable
11429
11430 2005-05-07  Juerg Billeter  <j@bitron.ch>
11431
11432         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11433
11434         Compare page labels even without has_labels set, fixes setting page
11435         with entry
11436
11437 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11438
11439         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11440         (ev_view_set_cursor), (ev_view_button_press_event),
11441         (ev_view_motion_notify_event), (ev_view_button_release_event),
11442         (ev_view_init):
11443
11444         Implement middle button scrolling. Based on a patch
11445         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11446
11447 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11448
11449         * shell/ev-document-types.c: (get_slow_mime_type),
11450         (get_document_type_from_mime), (ev_document_type_lookup):
11451         * shell/ev-document-types.h:
11452
11453         Change api to lookup from uri. Do fast lookup first, if the
11454         type is unknown try with data sniffing.
11455
11456         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11457         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11458
11459         Adapt to api change
11460
11461 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11462
11463         * thumbnailer/Makefile.am:
11464
11465         Fix distcheck
11466
11467 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11468
11469         * NEWS:
11470         * configure.ac:
11471
11472         Release 0.3.0
11473
11474         * data/evince-ui.xml:
11475
11476         Hide presentation mode for now
11477
11478         * shell/ev-view.c: (highlight_find_results):
11479
11480         Show current find selection only on current page
11481
11482 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11483
11484         * shell/ev-view.c: (ev_view_select_all):
11485
11486         Compute size of the actual page, not of
11487         the current one.
11488
11489 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11490
11491         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11492         (view_rect_to_doc_rect), (compute_selections),
11493         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11494         (ev_view_copy), (ev_view_primary_get_cb),
11495         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11496         (ev_view_button_press_event), (ev_view_motion_notify_event),
11497         (ev_view_button_release_event), (page_changed_cb):
11498
11499         Fix text selection
11500
11501 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11502
11503         * shell/ev-view.c: (compute_border), (get_page_extents),
11504         (doc_rect_to_view_rect), (highlight_find_results),
11505         (ev_view_bin_expose), (ev_view_select_all),
11506         (ev_view_motion_notify_event), (update_find_status_message),
11507         (jump_to_find_result), (jump_to_find_page):
11508
11509         First go at fixing search, still buggy
11510
11511 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11512
11513         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11514         dropdown box and button at the top of the sidebar.
11515
11516 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11517
11518         * configure.ac: Output zoom-control Makefile.
11519         * cut-n-paste/Makefile.am: build zoom-control subdir.
11520         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11521         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11522         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11523         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11524         * cut-n-paste/zoom-control/ephy-zoom.c:
11525         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11526         from epiphany, and modified to add a separator into the menu.
11527         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11528         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11529         zoom-control action.
11530         * shell/Makefile.am: Include zoom-control flags.
11531         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11532         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11533         (ev_view_zoom_for_size_presentation),
11534         (ev_view_zoom_for_size_continuous_and_dual_page),
11535         (ev_view_zoom_for_size_continuous),
11536         (ev_view_zoom_for_size_dual_page),
11537         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11538         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11539         ev_view_get_zoom and ev_view_get_sizing_mode.
11540         * shell/ev-view.h:
11541         * shell/ev-window.c: (update_action_sensitivity),
11542         (update_sizing_buttons), (zoom_control_changed_cb),
11543         (register_custom_actions): Initialize and use the zoom-control 
11544         widget.
11545
11546 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11547
11548         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11549         preview cache back to 1.  Don't know when it got set to 0.
11550         
11551         * shell/ev-view.c: (compute_border), (ev_view_realize),
11552         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11553         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11554         (ev_view_get_fullscreen), (ev_view_set_presentation),
11555         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11556         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11557         * shell/ev-view.h:
11558         * shell/ev-window.c:
11559         (update_chrome_visibility),
11560         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11561         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11562         (update_document_mode), (ev_window_update_fullscreen_action),
11563         (ev_window_fullscreen), (ev_window_unfullscreen),
11564         (ev_window_cmd_view_fullscreen),
11565         (ev_window_update_presentation_action),
11566         (ev_window_run_presentation), (ev_window_stop_presentation),
11567         (ev_window_cmd_view_presentation), (ev_window_state_event),
11568         (ev_window_focus_in_event), (ev_window_focus_out_event),
11569         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11570         * data/evince-ui.xml: Initial presentation mode.  We should
11571         probably hide this until it's done, as it's quite rough.  Also,
11572         change full-screen to fullscreen and add two getters to EvView.
11573
11574 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11575
11576         * shell/ev-page-action.c: (update_page_cache),
11577         (ev_page_action_dispose):
11578         * shell/ev-window.c: (destroy_fullscreen_popup),
11579         (ev_window_create_fullscreen_popup):
11580
11581         Use connect_object rather than explicitly
11582         disconnect on dispose.
11583
11584 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11585
11586         * shell/ev-page-action.c: (update_page_cache),
11587         (ev_page_action_dispose):
11588
11589 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11590
11591         * backend/ev-page-cache.c: (_ev_page_cache_new),
11592         (ev_page_cache_set_page_label),
11593         (ev_page_cache_has_nonnumeric_page_labels):
11594         * backend/ev-page-cache.h:
11595         * shell/ev-page-action.c: (update_pages_label):
11596         
11597         If all page labels are numeric, fallback to default
11598         way to display number of pages. See bug 173185.
11599
11600 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11601
11602         * shell/ev-page-action.c: (ev_page_action_dispose):
11603         * shell/ev-view.c: (view_update_range_and_current_page):
11604         * shell/ev-window.c: (ev_window_dispose):
11605         
11606         Set page on scroll in continuous mode. Fixes bug 301986.
11607         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11608
11609 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11610
11611         * configure.ac:
11612
11613         Require poppler 0.3.0
11614
11615 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11616         
11617         * shell/Makefile.am, configure.ac: Fix build problems
11618         with t1lib. Bug 301996.
11619
11620 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11621
11622         * shell/ev-view.c: (ev_view_scroll_event):
11623         
11624         Scroll up increase zoom
11625
11626 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11627
11628         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11629         (ev_view_set_sizing_mode),
11630         (ev_view_zoom_for_size_continuous_and_dual_page),
11631         (ev_view_zoom_for_size_continuous):
11632         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11633         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11634         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11635         (ev_window_init):
11636
11637         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11638         Fix for 165473 and 165472.
11639
11640 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11641
11642         * po/POTFILES.in:
11643         * thumbnailer/Makefile.am:
11644         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11645         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11646         * thumbnailer/evince-thumbnailer.schemas.in:
11647         
11648         Make thumbnailer schemas translatable. Fix for bug 301773
11649         
11650         * thumbnailer/evince-thumbnailer-djvu.schemas:
11651         * thumbnailer/evince-thumbnailer-dvi.schemas:
11652         * thumbnailer/evince-thumbnailer.schemas:
11653
11654         Removed files
11655
11656 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11657
11658         * shell/ev-view.c (ev_view_init): forgot to set this.
11659
11660 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11661
11662         * shell/ev-view.c: (find_page_at_location),
11663         (get_link_at_location),
11664         (ev_view_set_show_border), (ev_view_set_spacing),
11665         (ev_view_zoom_for_size_continuous_and_dual_page),
11666         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11667         Also, add a quick fix measuring of widths.  Also, removed
11668         ev_view_set_spacing and ev_view_set_show_border.
11669         
11670         * shell/ev-window.c: (ev_window_unfullscreen),
11671         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11672
11673 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11674
11675         * shell/ev-view.c: (view_update_range_and_current_page),
11676         (page_changed_cb):
11677         
11678         Fix crash on exit and scrolling to page in continuous view.
11679
11680 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11681
11682         * TODO:
11683         * backend/ev-page-cache.c: (_ev_page_cache_new),
11684         (ev_page_cache_get_max_width_size),
11685         (ev_page_cache_get_max_height_size):
11686         * backend/ev-page-cache.h:
11687         * data/evince-ui.xml:
11688         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11689         * shell/ev-view.c: (view_update_adjustments),
11690         (view_update_range_and_current_page), (get_bounding_box_size),
11691         (ev_view_size_request_continuous_and_dual_page),
11692         (ev_view_size_request_continuous),
11693         (ev_view_size_request_dual_page),
11694         (ev_view_size_request_single_page), (ev_view_size_request),
11695         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11696         (ev_view_bin_expose), (ev_view_expose_event),
11697         (ev_view_set_property), (ev_view_get_property),
11698         (ev_view_class_init), (ev_view_init), (ev_view_new),
11699         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11700         (ev_view_set_dual_page), (ev_view_set_full_screen),
11701         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11702         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11703         (ev_view_zoom_out), (zoom_for_size_fit_width),
11704         (zoom_for_size_best_fit),
11705         (ev_view_zoom_for_size_continuous_and_dual_page),
11706         (ev_view_zoom_for_size_continuous),
11707         (ev_view_zoom_for_size_dual_page),
11708         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11709         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11710         * shell/ev-view.h:
11711         * shell/ev-window.c: (update_action_sensitivity),
11712         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11713         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11714         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11715         (ev_window_cmd_view_zoom_out), (update_view_size),
11716         (ev_window_set_sizing_mode), (ev_window_init):
11717
11718         Add Continuous and Dual page modes.
11719
11720 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11721
11722         * dvi/dvi-document.c: (dvi_document_load),
11723         (dvi_document_thumbnails_get_thumbnail),
11724         (dvi_document_init_params): Fix up some mixups between
11725         width and height to correct thumbnail rendering.
11726
11727 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11728
11729         * dvi/mdvi-lib/private.h:
11730         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11731         
11732         Suppess output for kpathsea during font generation. Thanks to
11733         James Bowes
11734
11735 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11736
11737         * NEWS:
11738         * configure.ac:
11739
11740         Release 0.2.1
11741
11742         * Makefile.am: fix distcheck.
11743
11744 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11745
11746         * shell/ev-sidebar-links.c: (selection_changed_callback),
11747         (update_page_callback), (row_activated_callback),
11748         (job_finished_callback), (ev_sidebar_links_set_document):
11749         
11750         Fix for bug #169901. Double click on links expands tree.
11751
11752 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11753
11754         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11755         hard-coded style. Fix for bug 170111
11756
11757 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11758
11759         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11760         locking.
11761
11762 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11763
11764         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11765
11766 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11767
11768         * pdf/ev-poppler.cc:
11769         * shell/ev-view.c: (highlight_find_results):
11770
11771         Fix find on single page documents
11772
11773 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11774
11775         * data/evince.schemas.in: fix for bug 301390
11776
11777 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11778
11779         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11780         (ev_view_zoom_out), (ev_view_zoom_normal):
11781         * shell/ev-view.h:
11782         * shell/ev-window.c: (update_action_sensitivity),
11783         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11784         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11785         (ev_window_cmd_view_normal_size):
11786
11787         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11788         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11789         better than oom. 
11790
11791 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11792
11793         * configure.ac:
11794
11795         Depend on 2.57, 2.59 doesnt seem to be necessary
11796
11797 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11798
11799         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11800         (create_tool_item):
11801
11802         Put back total number of pages as (1 of 1234)
11803
11804 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11805
11806         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11807         remove the job.
11808
11809         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11810         function.  This helps debugging.
11811
11812 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11813
11814         * djvu/djvu-document.c: (djvu_document_class_init),
11815         (djvu_document_get_info), (djvu_document_document_iface_init):
11816         * dvi/dvi-document.c: (dvi_document_class_init),
11817         (dvi_document_get_info), (dvi_document_document_iface_init):
11818
11819         Dummy implementation of get_info method for dvi and
11820         djvu. Fix crashes with those backends
11821
11822 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11823
11824         * data/evince.desktop.in:
11825
11826         Add application/x-gzpostscript
11827
11828 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11829
11830         * data/evince.schemas.in: Added real long descriptions, 
11831         closes bug 172496 
11832
11833         * README: Added actual text, closes bug 171869
11834
11835 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11836
11837         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11838
11839         Thumbnail page 0
11840
11841 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11842
11843         * backend/ev-document-info.h:
11844
11845         s/GDate */GDate so we can just use g_free
11846
11847 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11848
11849         * shell/ev-window.c: (update_document_mode),
11850         (ev_window_setup_document):
11851
11852         Show the window in fullscreen when specified by
11853         the document
11854
11855 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11856
11857         * backend/ev-document.c: (ev_document_class_init),
11858         (ev_document_get_info), (ev_document_render_pixbuf):
11859         * backend/ev-document.h:
11860         * backend/ev-page-cache.c: (_ev_page_cache_new):
11861         * pdf/ev-poppler.cc:
11862         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11863         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11864         * ps/ps-document.c: (ps_document_class_init), (document_load),
11865         (ps_document_get_info), (ps_document_document_iface_init):
11866
11867         Remove get_title from the interface, we can just use document info
11868
11869 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11870
11871         * backend/Makefile.am:
11872         * backend/ev-document.c: (ev_document_render_get_info):
11873         * backend/ev-document.h:
11874         * pdf/ev-poppler.cc:
11875
11876         Initial support for document info. Based on jrb patch.
11877
11878 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11879
11880         * shell/ev-window.c: (ev_window_state_event),
11881         (ev_window_class_init), (ev_window_init):
11882         
11883         Doesn't show resize grip when maximized. See bug #301053
11884
11885 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11886
11887         * po/POTFILES.in:
11888         
11889         ev-sidebar-thumbnails now has translatable labels
11890         
11891         * shell/Makefile.am:
11892         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11893         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11894         (ev_sidebar_links_page_iface_init):
11895         * shell/ev-sidebar-links.h:
11896         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11897         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11898         (ev_sidebar_page_get_label):
11899         * shell/ev-sidebar-page.h:
11900         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11901         (ev_sidebar_thumbnails_set_document),
11902         (ev_sidebar_thumbnails_support_document),
11903         (ev_sidebar_thumbnails_get_label),
11904         (ev_sidebar_thumbnails_page_iface_init):
11905         * shell/ev-sidebar-thumbnails.h:
11906         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11907         (ev_sidebar_set_document):
11908         * shell/ev-sidebar.h:
11909         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11910         
11911         Small rework of sidebar code. Now sidebar pages should implement
11912         EvSidebarPage interface. That makes page management in EvSidebar
11913         easier. See bug #164811 for details
11914
11915 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11916
11917         * shell/ev-application.c: (ev_application_open):
11918         * shell/ev-document-types.c:
11919         
11920         Fix build error and small problem with application exit
11921
11922 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11923
11924         * thumbnailer/Makefile.am:
11925         * thumbnailer/evince-thumbnailer-djvu.schemas:
11926         * thumbnailer/evince-thumbnailer-dvi.schemas:
11927         
11928         Conditionally install schemas for djvu/dvi thumbnailer
11929
11930 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11931
11932         * shell/ev-document-types.h: 
11933         * shell/ev-document-types.c: 
11934         New files, handling the mapping from mimetypes to backends
11935         
11936         * shell/ev-window.c: 
11937         * thumbnailer/evince-thumbnailer.c:     
11938         Use the ev-document-types code
11939         
11940         * shell/Makefile.am: 
11941         Added new convenience library libevbackendfactory_la, containing
11942         the new mimetype->backend logic; moved the backends into it.
11943
11944         * thumbnailer/Makefile.am:
11945         Make the thumbnailer link with the libevbackend.la convenience
11946         library, rather than having a duplicate of the backend logic here.
11947
11948 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11949
11950         * shell/ev-stock-icons.c: constify some vars.
11951         * shell/ev-window.c: ditto.
11952
11953 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11954
11955         * ps/ps-document.c (get_page_orientation):
11956
11957         Respect document orientation 
11958
11959 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11960
11961         * djvu/Makefile.am:
11962         * dvi/Makefile.am:
11963         * shell/Makefile.am:
11964         
11965         Move library dependencies to components.
11966         
11967         * shell/ev-window.c: (update_window_title),
11968         (start_loading_document):
11969         
11970         Fix display of uris with spaces. Bug 168358.
11971
11972 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11973
11974         * shell/ev-sidebar-links.c: (selection_changed_cb):
11975         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11976         (ev_view_button_release_event), (ev_view_set_document):
11977         * shell/ev-view.h:
11978         * shell/ev-window.c: (find_bar_search_changed_cb):
11979         * shell/ev-window.h: Minor cleanups removing some dead code.
11980
11981 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11982
11983         * backend/ev-page-cache.c: (_ev_page_cache_new):
11984         
11985         Set current page to 0 if document has pages.
11986
11987 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11988
11989         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11990
11991         Initialize GError to NULL, fix a crash when loading fails.
11992
11993 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11994
11995         * shell/ev-window.c: (update_view_size):
11996
11997         Calculate shadow size only when there is actually
11998         a shadow.
11999
12000 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12001
12002         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12003         * shell/ev-view.h:
12004
12005         Allow setting view spacing, default to 0
12006
12007         * shell/ev-window.c: (ev_window_unfullscreen),
12008         (ev_window_cmd_view_fullscreen), (ev_window_init):
12009
12010         Remove spacing in fullscreen mode
12011
12012 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12013
12014         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12015         (ev_view_size_request), (expose_bin_window),
12016         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12017         * shell/ev-view.h:
12018         * shell/ev-window.c: (ev_window_unfullscreen),
12019         (ev_window_cmd_view_fullscreen):
12020
12021         Do not draw the border in fulscreen
12022
12023 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12024
12025         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12026         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12027         (find_page_at_location), (page_changed_cb):
12028
12029         Rework border calculation, so that I can more easily disable it.
12030         Code somewhat cleaner too.
12031
12032 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12033
12034         * backend/ev-page-cache.c: (ev_page_cache_init),
12035         (_ev_page_cache_new):
12036
12037         Remove some assertions, documents can have 0 pages.
12038         Make initial current page -1.
12039
12040         * shell/ev-page-action.c: (page_changed_cb):
12041
12042         Show "" if current page is -1
12043
12044         * shell/ev-window.c: (update_action_sensitivity),
12045         (ev_window_setup_document):
12046
12047         When document has 0 pages do not set the view
12048         and make nearly everything insensitive.
12049
12050 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12051
12052         * shell/ev-page-view.c:
12053         * shell/ev-page-view.h:
12054
12055         Remove unused files.
12056         
12057         * shell/ev-sidebar-thumbnails.c:
12058         (ev_sidebar_thumbnails_set_document):
12059         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12060         (ev_sidebar_supports_document):
12061         * shell/ev-sidebar.h:
12062         * shell/ev-window.c: (ev_window_setup_document):
12063         
12064         Doesn't show thumbnails if document has 1 page. Make
12065         sidebar menu entries sensitive only if if they have 
12066         sense. Fix bug 164811. 
12067
12068 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12069
12070         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12071         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12072         (ev_view_zoom_out), (ev_view_set_size):
12073
12074         Rework sizing to deal with documents with not uniform page
12075         size.
12076
12077 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12078
12079         * backend/ev-page-cache.c: (_ev_page_cache_new):
12080
12081         Fix several page size caching bugs
12082
12083 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12084
12085         * shell/ev-window.c: (set_action_properties):
12086
12087         Make all toolbar items translatable
12088
12089 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12090
12091         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12092         (save_page_list), (ps_document_save),
12093         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12094         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12095         (ps_document_ps_exporter_iface_init):
12096         * ps/ps-document.h:
12097
12098         Based on a patch by J�rg Billeter <j@bitron.ch>
12099         
12100         Implement print and save a copy for the ps backend.
12101
12102 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12103
12104         * backend/ev-document.h:
12105         * djvu/djvu-document.c: (djvu_document_can_get_text),
12106         (djvu_document_document_iface_init):
12107         * dvi/dvi-document.c: (dvi_document_can_get_text),
12108         (dvi_document_document_iface_init):
12109         * pdf/ev-poppler.cc:
12110         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12111         (pixbuf_document_document_iface_init):
12112         * ps/ps-document.c: (ps_document_can_get_text),
12113         (ps_document_document_iface_init):
12114         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12115         * shell/ev-window.c: (update_action_sensitivity):
12116
12117         Fix the crash when trying to copy in backends that doesnt
12118         support it. We can implement a better solution once we
12119         do real text selection.
12120
12121 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12122
12123         * data/evince-ui.xml:
12124         * shell/ev-window.c: (ev_window_cmd_escape):
12125         
12126         Work around the Escape conflict (find bar and unfullscreen)
12127
12128 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12129
12130         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12131         
12132         Fix for #300233. Next page correctly handles document end.
12133         
12134         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12135         (ev_sidebar_thumbnails_class_init),
12136         (ev_sidebar_thumbnails_set_document),
12137         (ev_sidebar_thumbnails_clear_job),
12138         (ev_sidebar_thumbnails_clear_model):
12139         
12140         Cleanup thumbnail jobs on document changes.
12141         
12142         * shell/ev-view.c: (add_scroll_binding_keypad),
12143         (add_scroll_binding_shifted), (ev_view_class_init):
12144         
12145         Shift + Space scrolls up. Fix for #173184
12146         
12147         * shell/ev-window.c: (ev_window_open_page),
12148         (ev_window_cmd_view_reload):
12149         
12150         Fix reload (Bug #300094)
12151
12152 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12153
12154         
12155         * dvi/mdvi-lib/assoc.c:
12156         * dvi/mdvi-lib/assoc.h: Removed garbage files
12157         
12158         * dvi/mdvi-lib/bitmap.c:
12159         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12160         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12161         * dvi/mdvi-lib/color.h: Antialias of rules
12162         
12163         * dvi/mdvi-lib/common.h:
12164         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12165         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12166         * dvi/mdvi-lib/files.c:
12167         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12168         * dvi/mdvi-lib/mdvi.h:
12169         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12170         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12171         * dvi/mdvi-lib/util.c: Fix compile warnings
12172         
12173         * dvi/dvi-document.c:
12174         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12175         (dvi_document_thumbnails_get_thumbnail),
12176         (dvi_document_document_thumbnails_iface_init):
12177         * dvi/mdvi-lib/Makefile.am:
12178         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12179         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12180         
12181         Dvi backend now renders thumbnails
12182
12183 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12184
12185         * shell/main.c: (main): 
12186         
12187         Save accelerators on exit. Fixes bug #172095.
12188
12189 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12190
12191         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12192         update priority" comment.
12193
12194         * backend/ev-job-queue.c: Give a way to change priority.
12195
12196 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12197
12198         * shell/ev-page-action.c: Fix logic.
12199
12200 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12201
12202         * shell/ev-view.c: (ev_view_can_find_next):
12203         * shell/ev-window.c: (ev_window_setup_document):
12204
12205         Check that the document supports find
12206
12207 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12208
12209         * data/evince-ui.xml:
12210         * shell/ev-view.c: (ev_view_can_find_next):
12211         * shell/ev-view.h:
12212         * shell/ev-window.c: (update_action_sensitivity),
12213         (find_changed_cb), (ev_window_setup_document),
12214         (ev_window_cmd_edit_find_next):
12215
12216         Add Edit->Find Next
12217
12218 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12219
12220         * pdf/ev-poppler.cc:
12221         * shell/ev-print-job.c: (idle_print_handler):
12222
12223         Make printing work again
12224
12225 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12226
12227         * shell/ev-page-action.h:
12228         * shell/ev-page-action.c: (ev_page_action_widget_init),
12229         (ev_page_action_widget_class_init), (page_changed_cb),
12230         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12231         (get_filter_model_from_model), (match_selected_cb),
12232         (display_completion_text), (match_completion), (update_model),
12233         (connect_proxy), (ev_page_action_set_property),
12234         (ev_page_action_get_property), (ev_page_action_set_document),
12235         (ev_page_action_set_model), (ev_page_action_class_init): Big
12236         reworking to make completions work iff we have >= GTK-2.7.0
12237                 
12238         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12239         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12240         (job_finished_cb): We now have a 'model' property that is set when
12241         the links are loaded.  This can be caught with "notify::model"
12242
12243         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12244         listen for the model to be set, and propagate it to the action.
12245
12246 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12247
12248         * cut-n-paste/recent-files/egg-recent-item.c:
12249         (egg_recent_item_set_uri), (make_valid_utf8),
12250         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12251         * cut-n-paste/recent-files/egg-recent-item.h:
12252         
12253         Update egg-recent from libegg. This should fix long
12254         startup problem. For details see
12255         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12256
12257 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12258
12259         * cut-n-paste/recent-files/Makefile.am:
12260         * data/evince-ui.xml, shell/Makefile.am:
12261         * shell/ev-application.c, shell/ev-application.h:
12262         * shell/ev-window.c: Recent files support.
12263         
12264         * configure.ac: Added "ru" to ALL_LINGUAS.
12265         
12266         * dvju: new backend to support DJVU files.
12267         * dvi: new backend to support DVI.
12268
12269         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12270         * ev-application.c: Support for new backends.
12271         
12272         * help, ev-window.c, main.c shell/Makefile.am: 
12273         Evince user documentation.
12274
12275 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12276
12277         * po/POTFILES.in:
12278         * shell/ev-window.c:
12279         * thumbnailer/evince-thumbnailer.c:
12280
12281         s/pdf-document/ev-poppler
12282
12283 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12284
12285         * NEWS:
12286         * configure.ac:
12287
12288         Release 0.2.0
12289
12290         * ps/ps-document.c: (setup_pixmap):
12291
12292         Remove debug code
12293
12294 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12295
12296         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12297         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12298         (ev_window_cmd_go_first_page): Fix of by one errors.
12299
12300 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12301
12302         * ps/ps-document.c: (get_page_box):
12303
12304         Fix page size calculation
12305
12306 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12307
12308         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12309         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12310         (get_page_orientation), (setup_page), (document_load),
12311         (ps_document_get_page_size), (render_pixbuf_idle):
12312         * ps/ps-document.h:
12313
12314         More refactoring to adapt to EvDocument changes
12315
12316 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12317
12318         * ps/ps-document.c: (start_interpreter):
12319
12320         Actually add alpha args
12321
12322 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12323
12324         * pdf/ev-poppler.cc:
12325
12326         Make clipboard work again
12327
12328 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12329
12330         Make searching work again.
12331         
12332         * backend/ev-document.c:
12333         * backend/ev-document.h:
12334         * backend/ev-document-find.c:
12335         * backend/ev-document-find.h: Change EvDocumentIface so we no
12336         longer store the current page or zoom level in the document.  The
12337         consequence is that all calls that operate on the current page now
12338         instead take the page number as an extra argument, and all
12339         coordinates are now doubles in document coordinate system.
12340
12341         * pdf/ev-poppler.cc:
12342         * pixbuf/pixbuf-document.c:
12343         * ps/ps-document.c: Update backends accordingly.
12344
12345 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12346
12347         * autogen.sh:
12348
12349         Add required gettext version
12350
12351 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12352
12353         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12354         make F1 bring up non-existent help.
12355
12356         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12357         epiphany's find bar, #167477
12358
12359         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12360         <emil@nishra.com> to add space-bar scrolling, 
12361
12362         * shell/ev-window.c (static GtkActionEntry entries): add default
12363         keybinding for Help (F1)
12364         Fixes #171068
12365
12366         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12367         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12368         170110
12369
12370 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12371
12372         * Makefile.am: 
12373         * pixbuf/pixbuf-document.c: 
12374
12375         Got pixbuf backend working again
12376
12377 2005-04-01  Steve Murphy  <murf@e-tools.com>
12378
12379         * configure.in: Added "rw" to ALL_LINGUAS.
12380
12381 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12382
12383         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12384         model types, noticed by Martin Kretzschmar.
12385
12386 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12387
12388         * pdf/ev-poppler.cc: Implement search based on
12389         poppler_page_find_text().  Currently a bit crude since we remember
12390         all matches from all pages.  Also, we grab the big document lock
12391         when we search since searching changes the underlying stream and
12392         thus conflicts with the rendering thread.
12393         
12394         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12395         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12396         (ev_view_find_previous): Fix some page indexes to be 0 based,
12397         offset rubber band by view offset,
12398
12399 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12400
12401         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12402
12403 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12404
12405         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12406         completely because I didn't understand GtkActions.  I should
12407         read Marco's code more carefully in the future.
12408
12409         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12410         function
12411
12412 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12413
12414         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12415         PopplerRectangle change from poppler CVS.
12416
12417 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12418
12419         * backend/ev-document.c: (ev_document_get_page_label):
12420         * backend/ev-document.h:
12421         * backend/ev-page-cache.c: (_ev_page_cache_new),
12422         (ev_page_cache_get_page_label):
12423         * backend/ev-page-cache.h:
12424         * pdf/ev-poppler.cc:
12425         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12426         (links_page_num_func):
12427         * shell/ev-sidebar-thumbnails.c:
12428         (ev_sidebar_thumbnails_set_document):
12429         * shell/ev-view.c: (status_message_from_link),
12430         (ev_view_motion_notify_event):
12431         * shell/ev-window.c: (document_supports_sidebar): Add in page
12432         label support.  It's not perfect yet, but it's the first 'feature'
12433         in a while.
12434         Also, fix a bogus comment noticed by crispin. 
12435
12436 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12437
12438         * Makefile.am: Remove pixbuf backend for now
12439
12440         * configure.ac: Require poppler-glib instead of just poppler.
12441
12442         * backend/ev-document-thumbnails.h: Add a comment
12443
12444         * backend/ev-document.h:
12445         * backend/ev-document.c: (ev_document_class_init),
12446         (ev_document_load), (ev_document_get_link),
12447         (ev_document_get_links): Remove 3 methods and add get_links.
12448         Also, made 0 based.
12449
12450         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12451         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12452
12453         * backend/ev-link.c: (ev_link_set_title),
12454         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12455         (ev_link_mapping_find):
12456         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12457         
12458         * backend/ev-page-cache.c: (ev_page_cache_init),
12459         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12460         (ev_page_cache_get_size), (ev_page_cache_next_page),
12461         (ev_page_cache_prev_page): Fix to be 0 based.
12462
12463         * pdf/Makefile.am: 
12464         * pdf/ev-poppler.h:
12465         * pdf/ev-poppler.cc: New backend.
12466         
12467         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12468         (ps_document_get_page), (ps_document_document_iface_init):
12469
12470         * shell/ev-pixbuf-cache.h:
12471         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12472         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12473         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12474         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12475         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12476         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12477         based.
12478         
12479         * shell/ev-sidebar-thumbnails.c:
12480         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12481         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12482
12483         * shell/ev-view.c: (status_message_from_link),
12484         (find_page_at_location), (get_link_at_location),
12485         (ev_view_motion_notify_event), (ev_view_button_release_event),
12486         (ev_view_init): Use the new link code.  Fix to be 0 based.
12487
12488         * shell/ev-window.c: (update_action_sensitivity),
12489         (document_supports_sidebar): 0 based.
12490
12491 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12492
12493         * pdf/pdf-document.cc: Patch from Fernando Herrera
12494         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12495         *blush*
12496
12497 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12498
12499         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12500         1 to the page, as this seems to be 1 based.  I thought we has this
12501         fixed.  grump.
12502
12503 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12504
12505         * TODO:
12506         * backend/Makefile.am:
12507         * backend/ev-document-links.c:
12508         (ev_document_links_has_document_links),
12509         (ev_document_links_get_links_model):
12510         * backend/ev-document-links.h:
12511         * backend/ev-document.c: (ev_document_get_page_cache),
12512         (ev_document_get_doc_mutex), (ev_document_load),
12513         (ev_document_save), (ev_document_get_title),
12514         (ev_document_get_n_pages), (ev_document_set_page),
12515         (ev_document_get_page), (ev_document_set_target),
12516         (ev_document_set_scale), (ev_document_set_page_offset),
12517         (ev_document_get_page_size), (ev_document_get_text),
12518         (ev_document_get_link), (ev_document_render),
12519         (ev_document_render_pixbuf), (ev_document_scale_changed):
12520         * backend/ev-document.h:
12521         * backend/ev-job-queue.c: (remove_object_from_queue),
12522         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12523         (no_jobs_available_unlocked), (ev_render_thread),
12524         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12525         (ev_job_queue_remove_job):
12526         * backend/ev-job-queue.h:
12527         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12528         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12529         (ev_job_links_class_init), (ev_job_render_init),
12530         (ev_job_render_dispose), (ev_job_render_class_init),
12531         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12532         (ev_job_thumbnail_class_init), (ev_job_finished),
12533         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12534         (ev_job_render_run), (ev_job_thumbnail_new),
12535         (ev_job_thumbnail_run):
12536         * backend/ev-jobs.h:
12537         * backend/ev-link.c:
12538         * backend/ev-link.h:
12539         * backend/ev-page-cache.c: (ev_page_cache_init),
12540         (ev_page_cache_class_init), (ev_page_cache_finalize),
12541         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12542         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12543         (ev_page_cache_set_link), (ev_page_cache_get_title),
12544         (ev_page_cache_get_size), (ev_page_cache_next_page),
12545         (ev_page_cache_prev_page):
12546         * backend/ev-page-cache.h:
12547         * pdf/pdf-document.cc:
12548         * ps/gsdefaults.c:
12549         * ps/gsdefaults.h:
12550         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12551         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12552         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12553         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12554         (is_interpreter_ready), (output), (catchPipe), (input),
12555         (start_interpreter), (check_filecompressed), (compute_dimensions),
12556         (ps_document_enable_interpreter), (document_load),
12557         (ps_document_next_page), (render_page), (ps_document_set_page),
12558         (ps_document_set_scale), (render_pixbuf_idle),
12559         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12560         * ps/ps-document.h:
12561         * shell/Makefile.am:
12562         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12563         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12564         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12565         (ev_pixbuf_cache_new), (job_finished_cb),
12566         (check_job_size_and_unref), (move_one_job),
12567         (ev_pixbuf_cache_update_range), (find_job_cache),
12568         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12569         (ev_pixbuf_cache_add_jobs_if_needed),
12570         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12571         * shell/ev-pixbuf-cache.h:
12572         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12573         (idle_print_handler):
12574         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12575         (selection_changed_cb), (create_loading_model),
12576         (ev_sidebar_links_construct), (links_page_num_func),
12577         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12578         (update_page_callback), (job_finished_cb),
12579         (ev_sidebar_links_set_document):
12580         * shell/ev-sidebar-thumbnails.c:
12581         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12582         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12583         (page_changed_cb), (thumbnail_job_completed_callback),
12584         (ev_sidebar_thumbnails_set_document):
12585         * shell/ev-sidebar-thumbnails.h:
12586         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12587         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12588         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12589         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12590         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12591         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12592         (ev_view_button_release_event), (ev_view_scroll_view),
12593         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12594         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12595         (ev_view_new), (job_finished_cb), (page_changed_cb),
12596         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12597         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12598         (ev_view_find_previous):
12599         * shell/ev-view.h:
12600         * shell/ev-window.c: (update_action_sensitivity),
12601         (ev_window_open_page), (update_window_title), (update_total_pages),
12602         (page_changed_cb), (ev_window_setup_document),
12603         (password_dialog_response), (ev_window_cmd_save_as),
12604         (ev_window_print), (ev_window_cmd_go_previous_page),
12605         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12606         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12607         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12608         * shell/main.c: (main):
12609
12610         Merge evince-threads branch
12611
12612 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12613
12614         * configure.ac: Added "lt" to ALL_LINGUAS.
12615
12616 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12617
12618         * NEWS:
12619         * configure.ac:
12620
12621         Release 0.1.9
12622
12623 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12624
12625         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12626
12627         Fix here also the thumbnails 1-basedness :)
12628
12629 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12630
12631         * NEWS:
12632         * configure.ac:
12633
12634         Release 0.1.8
12635
12636 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12637
12638         * pdf/pdf-document.cc:
12639         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12640         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12641
12642         Fix the mess we did with thumbnails and 1-basedness
12643
12644 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12645
12646         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12647
12648 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12649
12650         * NEWS:
12651         * configure.ac:
12652
12653         Release 0.1.7
12654
12655 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12656
12657         * ps/Makefile.am:
12658         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12659         (gtk_gs_defaults_get_alpha_parameters),
12660         (gtk_gs_defaults_get_ungzip_cmd),
12661         (gtk_gs_defaults_get_unbzip2_cmd):
12662         * ps/gsdefaults.h:
12663         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12664         (ps_document_get_orientation), (document_load),
12665         (ps_document_goto_page), (ps_document_set_page_size):
12666         * ps/ps-document.h:
12667
12668         Some more sanitization of the ps backend. Remove a lot
12669         of unused code and do not base our defaults on ggv
12670         preferences (ugh!)
12671
12672 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12673
12674         * thumbnailer/evince-thumbnailer.schemas:
12675         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12676         (main): add -s option for thumbnail size.
12677
12678 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12679
12680         * configure.ac:
12681
12682         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12683         remove it.
12684
12685 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12686
12687         * pdf/pdf-document.cc:
12688
12689         Remove 4 pixels of useless border from the
12690         thumbnail.
12691
12692 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12693
12694         * backend/ev-document-thumbnails.c:
12695         (ev_document_thumbnails_get_thumbnail):
12696         * backend/ev-document-thumbnails.h:
12697
12698         Rework API a bit. Add a border flag and
12699         change sizing logic (now the size we specify
12700         applies to the bigger dimension).
12701
12702         * pdf/pdf-document.cc:
12703         * pixbuf/pixbuf-document.c:
12704         (pixbuf_document_thumbnails_get_thumbnail):
12705         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12706         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12707
12708         Adapt to the new API and do not draw a border for nautilus
12709         thumbnailer.
12710
12711 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12712
12713         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12714         take thumbnails from page "0" instead of "1". Added a copyright header.
12715
12716 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12717
12718         * ps/ps-document.c: (set_up_page), (start_interpreter):
12719
12720         Make it C89 compliant
12721
12722 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * Makefile.am:
12725         * configure.ac:
12726         * pdf/.cvsignore:
12727         * pdf/pdf-document.cc:
12728         * thumbnailer/Makefile.am:
12729         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12730         (main):
12731         * thumbnailer/evince-thumbnailer.schemas:
12732         * thumbnailer/pdf-icon.png:
12733
12734         Add a nautilus thumbnailer.
12735         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12736
12737 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12738
12739         * NEWS:
12740         * configure.ac:
12741         * po/POTFILES.in:
12742
12743         Release 0.1.6
12744
12745 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12746
12747         Use poppler instead of including xpdf source code.  Poppler is a
12748         fork of xpdf to build it as a shared library. See
12749         http://freedesktop.org/wiki/Software/poppler.
12750
12751         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12752         xpdf fork.
12753         
12754         * pdf/Makefile.am: Build libpdfdocument.a here.
12755         
12756         * pdf/GDKSplashOutputDev.cc:
12757         * pdf/GDKSplashOutputDev.h:
12758         * pdf/GnomeVFSStream.cc:
12759         * pdf/GnomeVFSStream.h:
12760         * pdf-document.cc:
12761         * pdf-document.h:
12762         * test-gdk-output-dev.cc
12763         * Thumb.cc:
12764         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12765         against poppler.
12766
12767 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12768
12769         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12770
12771         Clear idle stack before unsetting the document
12772
12773 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12774
12775         * ps/ps-document.c: (ps_document_widget_event),
12776         (ps_document_set_target), (ps_document_finalize),
12777         (ps_document_get_page):
12778
12779         Disconnect the widget event signal on finalize.
12780         Some code cleanups.
12781
12782 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12783
12784         * ps/ps-document.c: (set_up_page):
12785
12786         If there is no bpixmap create one, even if size
12787         is not changed.
12788
12789 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12790
12791         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12792         (set_up_page), (document_load), (ps_document_set_zoom):
12793
12794         Default page is 0. Calculate size even when we have no
12795         target yet.
12796
12797 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12798
12799         * shell/ev-sidebar.c: expand the selection widget to be always as
12800         wide as the sidebar
12801
12802 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12803
12804         * shell/ev-sidebar-thumbnails.c:
12805         (ev_sidebar_thumbnails_set_document):
12806
12807         Clear the list store when setting document
12808
12809 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12810
12811         * shell/ev-page-action.c: (update_entry), (sync_entry),
12812         (activate_cb), (entry_size_request_cb), (create_tool_item),
12813         (connect_proxy):
12814
12815         Use an entry for the page control instead of spinbuttons
12816
12817 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12818
12819         * data/evince.schemas.in:
12820
12821         Correct confusing string
12822
12823 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12824
12825         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12826         for real.  Gosh, how long has this been broken.
12827
12828         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12829         check for a NULL link.  We crash otherwise.
12830
12831 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12832
12833         * NEWS:
12834         * configure.ac:
12835
12836         Release 0.1.5
12837
12838 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12839
12840         * configure.ac: add the french translation.
12841
12842 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12843
12844         * shell/ev-window.c:
12845
12846         Remove unused header -> fix distcheck
12847
12848 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12849
12850         * shell/ev-window.c: (update_window_title),
12851         (ev_window_popup_password_dialog):
12852
12853         Unescape filename for display
12854
12855 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12856
12857         * pdf/xpdf/pdf-document.cc:
12858
12859         In get_page_size deal with rotation. Also
12860         cleanup the function a bit.
12861
12862 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12863
12864         * pdf/xpdf/pdf-document.cc:
12865
12866         Fix crash when opening in new window
12867
12868 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12869
12870         * configure.ac:
12871
12872         Check ghostscript >= 7
12873
12874 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12875
12876         * shell/ev-window.c:
12877
12878         Make page width the default sizing mode
12879
12880 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12881         Marco Pesenti Gritti <marco@gnome.org>
12882
12883         * shell/ev-window.c: Remember the sidebar size
12884
12885         * data/evince.schemas.in: Add a new gconf key to store the size of
12886         the sidebar
12887
12888 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12889
12890         * data/evince-ui.xml:
12891         * shell/ev-window.c: (update_action_sensitivity),
12892         (ev_window_cmd_view_reload):
12893         
12894         Add a "Reload" action and menu entry
12895
12896 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12897
12898         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12899         iff the type doesn't support thumbnailing and indexing.
12900
12901 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12902
12903         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12904
12905 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12906
12907         * pdf/splash/Splash.cc:
12908
12909         Port fix for a crasher from kde bug
12910         http://bugs.kde.org/show_bug.cgi?id=97131
12911
12912 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12913
12914         * pdf/xpdf/pdf-document.cc:
12915
12916         Return a link even if it's of an unrecognized
12917         type. Otherwise we go in an infinte cycle.
12918
12919 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12920
12921         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12922         (size_allocate_cb), (ev_window_set_sizing_mode):
12923
12924         Update size when switching mode
12925
12926 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12927
12928         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12929         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12930         (ev_window_cmd_view_normal_size):
12931
12932         Fix size toggle buttons behavior
12933
12934 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12935
12936         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12937         (doc_rect_to_view_rect), (ev_view_size_allocate),
12938         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12939         (scale_changed_callback):
12940
12941         Do not cache offsets in size_allocate.
12942
12943 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12944
12945         * shell/ev-view.c: (ev_view_size_allocate):
12946
12947         Calculate offsets before calling the parent
12948         class (which does a redraw)
12949
12950 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12951
12952         * pdf/xpdf/pdf-document.cc:
12953
12954         Fix a crasher on exit. Unused code, put a TODO
12955
12956 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12957
12958         * backend/ev-document.c: (ev_document_class_init),
12959         (ev_document_page_changed), (ev_document_scale_changed):
12960         * backend/ev-document.h:
12961
12962         Separate page/scale notifications
12963
12964         * pdf/xpdf/pdf-document.cc:
12965
12966         Emit the new signals.
12967         Do not display the pdf page in _render, do it
12968         when scale/page are requested.
12969
12970         * ps/ps-document.c: (ps_document_set_zoom),
12971         (ps_document_widget_event):
12972         * ps/ps-document.h:
12973
12974         Emit the new signals.
12975
12976         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12977         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12978         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12979         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12980         * shell/ev-view.h:
12981         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12982         (ev_window_cmd_view_page_width), (size_allocate_cb),
12983         (ev_window_set_sizing_mode):
12984
12985         Rework sizing to be pixel based.
12986         There are bugs but should be already way better.
12987
12988 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12989
12990         * shell/ev-window.c: (ev_window_init):
12991
12992         Do not allow to shrink sidebar smaller then
12993         child requisition
12994
12995 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12996
12997         * shell/ev-sidebar.[ch]
12998         * shell/ev-window.c:
12999
13000         Improved sidebar widget. Fixes #166683
13001
13002 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13003
13004         * shell/ev-view.c (update_find_status_message): Give translators
13005         more flexibility with ngettext plural handling.
13006
13007 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13008
13009         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13010         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13011         page when we get the page size.
13012
13013 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13014
13015         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13016
13017         ps pages are 0 based, convert 
13018
13019 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13020
13021         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13022
13023         Initialize correct parent class. Set GError on document load
13024
13025 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13026
13027         * pdf/xpdf/pdf-document.cc:
13028
13029         Fixup selection offset calculation
13030
13031         * shell/ev-view.c: (view_rect_to_doc_rect),
13032         (doc_rect_to_view_rect), (ev_view_size_allocate),
13033         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13034         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13035
13036         Store selection as document relative, so that zooming
13037         and offset changing doesnt break it.
13038
13039 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13040
13041         * shell/ev-view.c: (ev_view_best_fit):
13042
13043         Do not try to best fit if the view is not realized
13044
13045 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13046           
13047         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13048
13049 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13050
13051         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13052
13053 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13054
13055         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13056         the popup window.  That prevents it resizing when in full screen
13057         mode.
13058
13059         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13060         multiple rerenders.  This pretty much sucks.
13061
13062         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13063         rest of the toolbar.
13064
13065 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13066
13067         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13068
13069 2005-02-17  Alexander Shopov  <ash@contact.bg>
13070
13071         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13072
13073 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13074
13075         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13076
13077 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13078
13079         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13080         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13081         (set_document_page), (document_changed_callback),
13082         (ev_view_set_document), (ev_view_find_previous),
13083         (ev_view_hide_cursor), (ev_view_show_cursor):
13084         * shell/ev-view.h:
13085         * shell/ev-window.c: (update_chrome_visibility),
13086         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13087         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13088         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13089         (ev_window_unfullscreen):
13090         * shell/main.c: (main):
13091
13092         Automatically hide the fullscreen button.
13093         Patch by Kristian Høgsberg <krh@redhat.com>
13094
13095 2005-02-16  Vincent Noel  <vnoel@cox.net>
13096
13097         * shell/main.c (main): Specify an icon for the window. Patch by
13098         Jaap A. Haitsma. Fixes #166177.
13099
13100 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13101
13102         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13103
13104 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13105
13106         * backend/ev-document-misc.h:
13107         * backend/ev-document-misc.c:
13108         (ev_document_misc_get_page_border_size),
13109         (ev_document_misc_paint_one_page): New function to canonicalize
13110         sizing/painting a border.
13111
13112         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13113         used.
13114
13115         * pdf/xpdf/pdf-document.cc: use new function
13116
13117         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13118         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13119         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13120         shell/ev-window.c: (update_sizing_buttons),
13121         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13122         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13123         (ev_window_cmd_view_page_width), (size_allocate_cb),
13124         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13125         and "fit width" values act as toggle buttons so they stay
13126         toggled.  It's not 100% perfect, and it's a little slow, but it's
13127         good enough to commit I think.
13128
13129 2005-02-15  David Lodge  <dave@cirt.net>
13130
13131         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13132
13133 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13134
13135         * shell/ev-window.c (update_window_title): replace newlines in
13136         the title by spaces. Bug #166107.
13137
13138 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13139
13140         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13141         parameters providing allocation width and height without
13142         scrollbars and width of a possible vertical scrollbar. With this
13143         additional information the functions can work as
13144         intended. Unfortunately they're not idempotent. We should
13145         transform these commands to toggles. Fixes Bug #164976
13146         Initial patch by Stephane Loeuillet, then heavily modified.
13147
13148         * shell/ev-view.h: update prototypes.
13149
13150         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13151         (ev_window_cmd_view_page_width): provide EvView fit functions with
13152         all the information they need. Formulas to calculate this
13153         information taken from GtkScrolledWindow.
13154
13155 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13156
13157         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13158         created a thumbnail, the list store is updated to know
13159         that the thumbnail is set. Fixes bug #166792
13160
13161 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13162
13163         * shell/ev-window.c: fixed typo, closes bug 166897
13164
13165         * TODO: updated TODO with bug numbers that are relevant
13166
13167 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13168
13169         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13170
13171 2005-02-09  Vincent Noel  <vnoel@cox.net>
13172
13173         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13174         and "Next" toolbar buttons as important to make them stand out.
13175
13176 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13177
13178         * lib/ev-debug.c:
13179         * lib/ev-debug.h:
13180         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13181         (start_interpreter), (stop_interpreter), (document_load),
13182         (ps_document_next_page), (ps_document_goto_page),
13183         (ps_document_set_page_size), (ps_document_widget_event),
13184         (ps_document_render):
13185         * shell/ev-page-view.c: (ev_page_view_dispose):
13186         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13187
13188         Fix compilation on non-gcc platforms
13189
13190 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13191
13192         * NEWS:
13193         * configure.ac:
13194
13195         Release 0.1.4
13196
13197         * pdf/xpdf/Catalog.cc:
13198         * pdf/xpdf/XRef.cc:
13199
13200         Fix the fix for CAN-2004-0888
13201
13202 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13203
13204         * data/Makefile.am:
13205         * data/evince-ui.xml:
13206         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13207         * shell/ev-stock-icons.h:
13208         * shell/ev-window.c: (update_action_sensitivity),
13209         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13210         (set_action_properties):
13211
13212         Improve toolbar layout/icons
13213
13214 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13215
13216         * pdf/xpdf/pdf-document.cc:
13217
13218         Add warnings about unimplemented/unknown link
13219         types.
13220
13221 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13222
13223         * ps/ps-document.c: (set_up_page):
13224
13225         Log gs property
13226
13227 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13228
13229         * ps/ps-document.c: (start_interpreter):
13230
13231         Log gs env var
13232
13233 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13234
13235         * shell/ev-page-view.c: (ev_page_view_dispose):
13236         * shell/ev-view.c: (ev_view_finalize):
13237         * shell/ev-window.c: (ev_window_setup_document),
13238         (ev_window_dispose), (ev_window_init):
13239
13240         Solve more refs issues.
13241
13242         I commented out the page_view initialization for now:
13243         it was never destroyed (because it's never added
13244         to a container). Because of that we was leaking
13245         gs processes. Couldnt think to a clean fix.
13246         We need to figure this out, password view has the
13247         same issue probably.
13248
13249 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * ps/ps-document.c: (ps_document_finalize),
13252         (ps_document_get_n_pages), (ps_document_get_page):
13253
13254         Some cleanups, stop the interpreter on finalize
13255
13256         * shell/ev-page-view.c: (ev_page_view_dispose),
13257         (ev_page_view_class_init):
13258
13259         Release our reference on the document
13260
13261 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13262
13263         * Makefile.am:
13264         * configure.ac:
13265         * doc/debugging.txt:
13266         * lib/.cvsignore:
13267         * lib/Makefile.am:
13268         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13269         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13270         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13271         * lib/ev-debug.h:
13272
13273         Add debugging helpers
13274
13275         * ps/Makefile.am:
13276         * ps/ps-document.c: (set_up_page), (start_interpreter),
13277         (stop_interpreter), (document_load), (ps_document_next_page),
13278         (ps_document_goto_page), (ps_document_set_page_size),
13279         (ps_document_widget_event), (ps_document_render):
13280         * shell/Makefile.am:
13281         * shell/ev-view.c: (expose_bin_window):
13282         * shell/main.c: (main):
13283
13284         Add some logs
13285         
13286 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13287
13288         * ps/ps-document.c: (ps_document_widget_event):
13289
13290         Initialize message_window, this should make ps
13291         rendering really work! (Never noticed because I was
13292         testing with a ps that is causing gs to exit every time!)
13293
13294 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13295
13296         * data/evince.schemas.in: updated simple error in applyto closing tag
13297
13298 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13299
13300         * Makefile.am:
13301         * configure.ac:
13302         * data/.cvsignore:
13303         * data/Makefile.am:
13304         * data/evince-ui.xml:
13305         A data/evince.schemas.in:
13306         * po/POTFILES.in:
13307         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13308         * shell/ev-stock-icons.h:
13309         * shell/ev-window.c: (update_chrome_visibility),
13310         (update_chrome_flag), (ev_window_cmd_edit_find),
13311         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13312         (ev_window_unfullscreen), (ev_window_focus_in_event),
13313         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13314         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13315         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13316         (ev_window_dispose), (ev_window_class_init),
13317         (set_action_properties), (set_chrome_actions), (load_chrome),
13318         (ev_window_init):
13319
13320         Implement fullscreen mode changes from bug #164776.
13321         Also implement persistent chrome toggles.
13322
13323 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13324
13325         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13326
13327 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13328
13329         * NEWS:
13330         * configure.ac:
13331         * shell/ev-view.c:
13332
13333         Add another check for find interface
13334
13335         Release 0.1.3
13336
13337 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13338
13339         * shell/ev-application.c: (ev_application_open):
13340         * shell/ev-window.c: (ev_window_open):
13341
13342         Open gzipped ps documents
13343
13344 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13345
13346         * TODO:
13347         * shell/ev-view.c: (set_document_page):
13348
13349         Clamp page number, dont try to move to
13350         not existant pages.
13351
13352 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13353
13354         * backend/ev-document-find.c: (ev_document_find_changed):
13355         * backend/ev-document-find.h:
13356         * pdf/xpdf/pdf-document.cc:
13357         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13358         * shell/ev-window.c: (find_bar_search_changed_cb):
13359
13360         Fix several bugs with find
13361
13362 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13363
13364         * shell/ev-sidebar-thumbnails.c
13365         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13366         document. Prevents warning from scroll_to_cell.
13367
13368 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13369
13370         * configure.ac: Add «nb» to ALL_LINGUAS too.
13371
13372 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13373
13374         * NOTES: New file with some random thoughts.
13375
13376         * TODO: Update.
13377
13378         * backend/ev-document-misc.c:
13379         (ev_document_misc_get_page_border_size): New function to
13380         canonicalize shadow drawing sizes.  Possibly goofy.
13381
13382         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13383         (ev_view_best_fit), (ev_view_fit_width):
13384         * pdf/xpdf/pdf-document.cc:
13385         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13386         * ps/ps-document.c: (ps_document_get_page_size):
13387         * backend/ev-document-misc.h:
13388         * backend/ev-document.c: (ev_document_get_page_size):
13389         * backend/ev-document.h: get_page_size now takes a page number
13390         parameter.  Made all the backends/frontends honor it.
13391
13392         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13393         see.  Doesn't work yet.
13394
13395         * shell/Makefile.am:
13396         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13397         Doesn't do anything yet.
13398
13399         * shell/ev-sidebar-thumbnails.c:
13400         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13401         [0..n_pages-1]
13402
13403         * shell/ev-window.c: (update_action_sensitivity),
13404         (ev_window_setup_document), (ev_window_set_page_mode),
13405         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13406         view-swapping code a bit so we can have multiple views on a
13407         document.  Add the multi-page view, though it can't be turned on
13408         yet.
13409
13410 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13411
13412         * shell/ev-application.c: (ev_application_open):
13413         * shell/ev-view.c: (expose_bin_window):
13414         * shell/ev-window.c: (ev_window_open):
13415
13416         Support eps and check document supports find
13417         before drawing highlightings in expose.
13418
13419 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13420
13421         * pixbuf/pixbuf-document.c:
13422         (pixbuf_document_thumbnails_get_dimensions),
13423         (pixbuf_document_document_thumbnails_iface_init):
13424
13425         implement get_dimensions
13426
13427 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13428
13429         * NEWS:
13430         * configure.ac:
13431
13432         Release 0.1.2
13433
13434 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13435
13436         * shell/ev-view.c: (set_document_page):
13437
13438         Scroll at the top of the page when changing page
13439
13440 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13441
13442         * shell/ev-view.c: (ev_view_motion_notify_event):
13443
13444         Do not redraw unnecessarily
13445
13446 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13447
13448         * pdf/xpdf/pdf-document.cc:
13449         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13450         (expose_bin_window), (find_changed_cb):
13451
13452         Yay! find works now... Now to find bugs...
13453
13454 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * backend/ev-document-find.c: (ev_document_find_base_init),
13457         (ev_document_find_changed):
13458         * backend/ev-document-find.h:
13459         * pdf/xpdf/pdf-document.cc:
13460         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13461         (expose_bin_window), (ev_view_init), (set_document_page),
13462         (ensure_rectangle_is_visible), (jump_to_find_result),
13463         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13464         (ev_view_find_next), (ev_view_find_previous):
13465         * shell/ev-view.h:
13466         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13467
13468         More work on find implementation, mostly there now
13469
13470 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13471
13472         * backend/ev-backend-marshalers.list:
13473         * backend/ev-document-find.c: (ev_document_find_base_init),
13474         (ev_document_find_cancel), (ev_document_find_page_has_results),
13475         (ev_document_find_get_n_results), (ev_document_find_get_result),
13476         (ev_document_find_get_progress), (ev_document_find_changed):
13477         * backend/ev-document-find.h:
13478
13479         Enanche the find interface to be really able to do
13480         multi page find.
13481
13482         * pdf/xpdf/pdf-document.cc:
13483
13484         Implement
13485
13486         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13487         (expose_bin_window), (ev_view_init),
13488         (ev_view_get_find_status_message), (find_changed_cb),
13489         (ev_view_set_document), (set_document_page):
13490
13491         Adapt to the new interface. A few things are regressed sorry,
13492         I will finish it soon.
13493
13494 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13495
13496         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13497         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13498         ev_sidebar_thumbnails_parent_class variable, don't define another
13499         parent_class variable.
13500
13501         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13502         (ev_page_action_class_init): ditto.
13503
13504         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13505         (pixbuf_document_class_init): ditto.
13506
13507         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13508         ditto.
13509
13510         * .cvsignore: ignore various valgrind output files.
13511
13512 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13513
13514         * data/evince-ui.xml:
13515         * shell/Makefile.am:
13516         * shell/ev-history.c:
13517         * shell/ev-history.h:
13518         * shell/ev-navigation-action.c:
13519         * shell/ev-navigation-action.h:
13520         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13521         (ev_view_set_page), (ev_view_fit_width):
13522         * shell/ev-view.h:
13523         * shell/ev-window.c: (update_action_sensitivity),
13524         (ev_window_setup_document), (register_custom_actions):
13525
13526         Kill session history
13527
13528 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13529
13530         * shell/ev-window.c: (update_action_sensitivity):
13531
13532         Fix inverted up/down buttons
13533
13534 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13535
13536         * shell/ev-sidebar-thumbnails.c
13537         (ev_sidebar_thumbnails_select_page): make sure the selected
13538         thumbnail stays visible.
13539
13540 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13541
13542         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13543         scrolled window for Federico.
13544
13545 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13546
13547         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13548
13549 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13550
13551         * configure.ac:
13552         * pdf/splash/SplashFTFontEngine.cc:
13553
13554         Fix CID fonts with freetype 2.1.9
13555
13556 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13557
13558         * TODO: added item for desktop icon thumbnailer
13559
13560 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13561
13562         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13563         unloaded docs when the title is accessed.
13564
13565         * shell/ev-password-view.[hc]: New widget for displaying password
13566         state.
13567
13568         * shell/ev-window.[ch]: Refactor password handling code to handle
13569         the new view.
13570
13571 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13572
13573         * NEWS:
13574         * configure.ac:
13575         * data/Makefile.am:
13576
13577         Release 0.1.1
13578
13579 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13580
13581         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13582         ignore page offset here, to make search results independent of it,
13583
13584         * shell/ev-view.c (expose_bin_window): but take offsets into
13585         account here. Bug #164932
13586
13587         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13588         scale at the right time. Bug #164996
13589
13590 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13591
13592         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13593         fix the problem. Now I just removed the Adobe font names and hope
13594         that the URW fonts are always in outline format. Bug #164934
13595
13596         * shell/ev-window.c (update_window_title): empty titles are
13597         useless, use filename in that case too.
13598
13599         * NEWS: Add some content.
13600
13601 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13602
13603         * TODO: added one more TODO item and a TODONE section :)
13604
13605 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13606
13607         * ps/ps-document.h: add page_[xy]_offset fields.
13608
13609         * ps/ps-document.c (ps_document_set_page_offset)
13610         (ps_document_render): Keep offset in consideration in a few
13611         places. Bug #164752 "postscript documents are not centered in
13612         window"
13613
13614         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13615         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13616
13617         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13618         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13619         stub out missing methods for complete EvDocument implementation.
13620         Fixes segfaults with Save A Copy and Copy actions.
13621
13622         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13623         (ps_document_document_iface_init): ditto.
13624         
13625 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13626
13627         * data/.cvsignore:
13628         * data/Makefile.am:
13629         * data/evince.desktop.in:
13630
13631         Add desktop file
13632
13633 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13634
13635         * shell/ev-view.c: (ev_view_button_press_event),
13636         (ev_view_motion_notify_event):
13637
13638         Make selection work in any direction
13639
13640 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13641
13642         * TODO:
13643         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13644
13645         Use shorter labels for some of the toolbars items
13646
13647 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13648
13649         * pdf/xpdf/pdf-document.cc:
13650
13651         Check the links info is initialized before
13652         using it. Should fix a crash on startup.
13653
13654 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13655
13656         * pixbuf/pixbuf-document.c
13657         (pixbuf_document_thumbnails_get_dimensions): force floating point
13658         division to calculate page_ratio. Fixes crash with landscape
13659         format pixbufs.
13660
13661 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13662
13663         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13664
13665 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13666
13667         * shell/ev-view.c (set_document_page): unset has_selection when
13668         the page changes.
13669         (set_document_page): handle paper size changes when the page
13670         changes (test with Free Culture, page 2).
13671
13672 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13673
13674         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13675         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13676
13677         Use normal style color for the widget background and
13678         draw a black box around the page.
13679
13680 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13681
13682         * pdf/xpdf/pdf-document.cc:
13683
13684         Keep offset in consideration in a few places
13685
13686         * shell/ev-view.c: (expose_bin_window):
13687
13688         Set the offsets so that the document is ever centered
13689
13690 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13691
13692         * TODO: Added TODO items and finished off the first todo item
13693
13694         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13695         reflect current authors
13696
13697 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13698
13699         * pdf/xpdf/pdf-document.cc:
13700         * shell/ev-view.c: (ev_view_set_cursor),
13701         (ev_view_motion_notify_event), (document_changed_callback),
13702         (set_document_page):
13703
13704         Show a wait cursor while the page is rendering
13705
13706 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13707
13708         * shell/ev-sidebar-thumbnails.c:
13709         (ev_sidebar_tree_selection_changed),
13710         (ev_sidebar_thumbnails_select_page):
13711         * shell/ev-sidebar-thumbnails.h:
13712         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13713         (ev_view_can_go_forward):
13714         * shell/ev-window.c: (ev_window_open_page),
13715         (ev_window_setup_document), (update_current_page),
13716         (view_page_changed_cb), (ev_window_init):
13717         * shell/ev-window.h:
13718
13719         Ensure thumbnails selection, toolbar page control and
13720         current page are in sync.
13721
13722 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13723
13724         * pdf/xpdf/XRef.cc:
13725
13726         Fix CAN-2005-0064
13727
13728 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13729
13730         * backend/Makefile.am:
13731         * backend/ev-document-links.h:
13732         * backend/ev-document-security.c: (ev_document_security_get_type),
13733         (ev_document_security_has_document_security),
13734         (ev_document_security_set_password):
13735         * backend/ev-document-security.h:
13736         * backend/ev-document.c: (ev_document_error_quark):
13737         * backend/ev-document.h:
13738         * data/Makefile.am:
13739         * data/evince-password.glade:
13740         * pdf/xpdf/pdf-document.cc:
13741         * shell/Makefile.am:
13742         * shell/ev-password.c: (ev_password_set_bad_password_label),
13743         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13744         (ev_password_dialog_get_password),
13745         (ev_password_dialog_set_bad_pass):
13746         * shell/ev-password.h:
13747         * shell/ev-window.c: (ev_window_get_attribute),
13748         (ev_window_set_property), (update_action_sensitivity),
13749         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13750         (ev_window_setup_document), (ev_window_get_password),
13751         (ev_window_open), (ev_window_cmd_save_as),
13752         (using_postscript_printer), (ev_window_print),
13753         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13754         (update_fullscreen_popup), (ev_window_fullscreen),
13755         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13756         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13757         (menu_item_select_cb), (find_bar_search_changed_cb),
13758         (ev_window_dispose), (ev_window_init):
13759
13760         Add initial support for password-supported dialogs.  This could be
13761         a lot cooler, but it'll do for now.
13762
13763 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13764
13765         * pdf/xpdf/pdf-document.cc:
13766         * shell/ev-view.c: (status_message_from_link),
13767         (ev_view_set_status), (ev_view_set_cursor),
13768         (ev_view_motion_notify_event), (ev_view_init):
13769         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13770
13771         Fix bugs in the links implementation and change cursor
13772         when hovering a link.
13773
13774 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13775
13776         * viewer/.cvsignore: added cvsignore file for viewer directory
13777
13778         * TODO: created TODO document
13779
13780 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13781
13782         * shell/ev-view.h:
13783         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13784         new functions to help with implementation of sensitivity code
13785         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13786         of all actions that might require it.  Fixes a crash when you
13787         click on the Zoom actions in a window lacking a document.
13788
13789 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13790
13791         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13792         of the Find action
13793
13794 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13795
13796         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13797         (pixbuf_document_document_iface_init):
13798         * ps/ps-document.c: (ps_document_get_link),
13799         (ps_document_document_iface_init):
13800         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13801         (status_message_from_link), (ev_view_set_status),
13802         (ev_view_set_find_status), (ev_view_motion_notify_event),
13803         (ev_view_button_release_event), (ev_view_set_property),
13804         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13805         (ev_view_get_find_status_message), (update_find_results),
13806         (ev_view_get_status), (ev_view_get_find_status):
13807         * shell/ev-view.h:
13808         * shell/ev-window.c: (view_status_changed_cb),
13809         (view_find_status_changed_cb), (ev_window_init):
13810
13811         View status message support, use it to show the links.
13812         Needs work...
13813
13814 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13815
13816         * backend/ev-document.c: (ev_document_get_link):
13817         * backend/ev-document.h:
13818         * pdf/xpdf/pdf-document.cc:
13819         * shell/ev-application.c: (ev_application_open):
13820         * shell/ev-application.h:
13821         * shell/ev-sidebar-links.c: (selection_changed_cb):
13822         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13823         (ev_view_go_to_link):
13824
13825         Add support for document links
13826
13827 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13828
13829         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13830         (create_tool_item):
13831         Set the spin button limits correctly.
13832         
13833         * shell/ev-sidebar-thumbnails.c:
13834         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13835         Support changing pages by clicking on the thumbnails.
13836         
13837 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13838
13839         * pixbuf/pixbuf-document.c:
13840         (pixbuf_document_thumbnails_get_dimensions),
13841         (pixbuf_document_document_thumbnails_iface_init):
13842
13843         implement get_dimensions
13844
13845 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13846
13847         * ps/ps-document.c: (ps_document_goto_page):
13848
13849         Fix page switching on multipage documents
13850
13851 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13852
13853         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13854         
13855         check for NULL before assigning to width and height parameters
13856
13857 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13858
13859         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13860         (pixbuf_document_set_property), (pixbuf_document_get_property):
13861
13862         implement get/set properties
13863
13864 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13865
13866         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13867         
13868         return NULL instead of "Unknown", letting the title get set to
13869         the filename when the pdf has no title.
13870
13871 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13872
13873         * ps/ps-document.c: (ps_document_get_page_count),
13874         (ps_document_goto_page):
13875
13876 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13877
13878         * shell/ev-history.c: (ev_history_get_property),
13879         (ev_history_set_property), (ev_history_class_init),
13880         (ev_history_add_page), (ev_history_set_current_index):
13881         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13882         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13883         (ev_navigation_action_finalize):
13884         * shell/ev-navigation-action.h:
13885         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13886         (ev_view_go_forward), (ev_view_get_find_status_message),
13887         (history_index_changed_cb), (ev_view_set_history):
13888         * shell/ev-view.h:
13889         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13890         (update_current_page), (register_custom_actions):
13891
13892         Implement history dropdowns
13893
13894 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13895
13896         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13897         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13898         (ev_view_go_forward):
13899         * shell/ev-window.c: (register_custom_actions):
13900
13901         Fix several history bugs
13902
13903 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13904
13905         * configure.ac: Add «nb» to ALL_LINGUAS.
13906
13907 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13908
13909         * backend/Makefile.am:
13910         * backend/ev-bookmark.c:
13911         * backend/ev-bookmark.h:
13912         * backend/ev-document-bookmarks.c:
13913         * backend/ev-document-bookmarks.h:
13914         * backend/ev-document-links.c: (ev_document_links_get_type),
13915         (ev_document_links_has_document_links),
13916         (ev_document_links_begin_read), (ev_document_links_get_link),
13917         (ev_document_links_get_child), (ev_document_links_next),
13918         (ev_document_links_free_iter):
13919         * backend/ev-document-links.h:
13920         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13921         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13922         (ev_link_get_link_type), (ev_link_set_link_type),
13923         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13924         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13925         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13926         (ev_link_new_external):
13927         * backend/ev-link.h:
13928         * pdf/xpdf/pdf-document.cc:
13929         * shell/Makefile.am:
13930         * shell/ev-application.c: (ev_application_open_link):
13931         * shell/ev-application.h:
13932         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13933         (ev_history_get_link_nth):
13934         * shell/ev-history.h:
13935         * shell/ev-sidebar-bookmarks.c:
13936         * shell/ev-sidebar-bookmarks.h:
13937         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13938         (ev_sidebar_links_class_init), (selection_changed_cb),
13939         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13940         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13941         (do_one_iteration), (populate_links_idle),
13942         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13943         * shell/ev-sidebar-links.h:
13944         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13945         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13946         (go_to_index):
13947         * shell/ev-view.h:
13948         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13949         * shell/ev-window.h:
13950
13951         Rename bookmark to link, and use "Index" for the sidebar panel.
13952
13953 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13954
13955         * shell/Makefile.am:
13956         * shell/ev-application.c: (ev_application_open_bookmark):
13957         * shell/ev-application.h:
13958         * shell/ev-history.c: (ev_history_init), (free_links_list),
13959         (ev_history_finalize), (ev_history_class_init),
13960         (ev_history_add_link), (ev_history_add_page),
13961         (ev_history_get_link_nth), (ev_history_get_n_links),
13962         (ev_history_get_current_index), (ev_history_set_current_index),
13963         (ev_history_new):
13964         * shell/ev-history.h:
13965         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13966         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13967         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13968         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13969         (ev_view_set_page):
13970         * shell/ev-view.h:
13971         * shell/ev-window.c: (ev_window_open_bookmark),
13972         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13973         (goto_page_cb), (register_custom_actions):
13974         * shell/ev-window.h:
13975
13976         Initial history implementation. Needs work.
13977
13978 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13979
13980         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13981
13982 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13983
13984         * cut-n-paste/recent-files/egg-recent-item.c:
13985         * cut-n-paste/recent-files/egg-recent-item.h:
13986         * cut-n-paste/recent-files/egg-recent-model.c:
13987         * cut-n-paste/recent-files/egg-recent-util.c:
13988         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13989         * cut-n-paste/recent-files/egg-recent-view.c:
13990
13991         Update
13992
13993 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13994
13995         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13996         (fillGlyph, fillImageMask, drawImage):
13997         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13998         pdf/splash/SplashTypes.h:
13999         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14000         packed mode for Splash.
14001
14002         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14003         RGB8 packed mode, eliminates the pixbuf data creation loop.
14004
14005         * shell/ev-print-job.c (ev_print_job_finalize)
14006         (ev_print_job_set_property, ev_print_job_get_property)
14007         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14008         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14009         (print_closure_finalize, ev_print_job_print): implement
14010         printing (for backends with EvPsExporter)
14011
14012         * shell/ev_print_job.h: update prototypes.
14013
14014         * shell/ev-window.c (ev_window_print): unref print job after
14015         printing.
14016
14017         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14018         unless the document implements the EvDocumentFind interface.
14019
14020 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14021
14022         * configure.ac: Added ja to ALL_LINGUAS.
14023
14024 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14025
14026         * pdf/xpdf/pdf-document.cc:
14027
14028         add a FIXME. We should probably not allocate
14029         a bookmark object every time
14030
14031 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14032
14033         * shell/ev-application.c: (ev_application_open),
14034         (ev_application_open_bookmark):
14035         * shell/ev-application.h:
14036         
14037         Add a way to open bookmarks
14038
14039         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14040         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14041         (ev_bookmark_set_property), (ev_bookmark_class_init),
14042         (ev_bookmark_new_title), (ev_bookmark_new_link),
14043         (ev_bookmark_new_external):
14044
14045         Support for external uris, better constructors.
14046
14047         * backend/ev-bookmark.h:
14048         * pdf/xpdf/pdf-document.cc:
14049         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14050
14051         Handle external uris
14052
14053 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14054
14055         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14056         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14057
14058         Hook up bookmarks navigation
14059
14060 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14061
14062         * backend/Makefile.am:
14063         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14064         (ev_bookmark_get_title), (ev_bookmark_set_title),
14065         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14066         (ev_bookmark_get_page), (ev_bookmark_set_page),
14067         (ev_bookmark_get_property), (ev_bookmark_set_property),
14068         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14069         (ev_bookmark_new):
14070         * backend/ev-bookmark.h:
14071         * backend/ev-document-bookmarks.c:
14072         (ev_document_bookmarks_get_bookmark):
14073         * backend/ev-document-bookmarks.h:
14074         * pdf/xpdf/pdf-document.cc:
14075         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14076
14077         Add a bookmark object to the backend and use it instead of get_values
14078
14079 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14080
14081         * data/evince-ui.xml:
14082
14083         Cleanup and add select all.
14084
14085         * shell/ev-view.c: (ev_view_select_all),
14086         (ev_view_button_press_event):
14087         * shell/ev-view.h:
14088         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14089
14090         Add select all.
14091         Clear selection on click.
14092
14093 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14094
14095         * shell/ev-sidebar-thumbnails.c
14096         (ev_sidebar_thumbnails_set_document): forgot to unref the
14097         loading_icon.
14098
14099 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14100
14101         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14102         at the visible page, not just linearly.  This makes it look fast.
14103
14104 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14105
14106         * backend/ev-document-misc.c
14107         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14108         white.
14109         * backend/ev-document-thumbnails.h: New interface to get the size
14110         of a page.
14111
14112 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14113
14114         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14115         make dist works
14116
14117 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14118
14119         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14120         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14121         things up a bit.
14122
14123         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14124
14125 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14126
14127         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14128         fonts. Should fix font problems on systems that have the base
14129         fonts in bitmap format. Reported by James Henstridge
14130         <james@jamesh.id.au>.
14131
14132 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14133
14134         * pdf/xpdf/Gfx.cc:
14135         * pdf/xpdf/GfxState.cc:
14136
14137         Fix for CAN-2004-1125
14138
14139 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14140
14141         * shell/ev-view.c: (ev_view_copy):
14142         * shell/ev-view.h:
14143         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14144
14145         Implement Edit->Copy
14146
14147 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14148
14149         * backend/ev-document.c: (ev_document_get_text):
14150         * backend/ev-document.h:
14151         * pdf/xpdf/pdf-document.cc:
14152         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14153         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14154         (ev_view_update_primary_selection), (ev_view_button_press_event),
14155         (ev_view_motion_notify_event), (ev_view_button_release_event):
14156
14157         Beginnings of clipboard support. Incomplete but primary sort
14158         of work.
14159
14160 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14161
14162         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14163         (expose_bin_window):
14164
14165         Nicer rubberband drawing, from GtkIconView.
14166
14167 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14168
14169         * backend/ev-document.c: (ev_document_save):
14170         * backend/ev-document.h:
14171         * data/evince-ui.xml:
14172         * pdf/xpdf/pdf-document.cc:
14173         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14174
14175         Implement "Save a copy..." menu item
14176
14177 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14178
14179         * shell/ev-view.c: (ev_view_zoom):
14180
14181         Queue a resize when zoom changes
14182
14183 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14184
14185         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14186         shadows.
14187
14188         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14189         thumbnails..
14190
14191 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14192
14193         * pdf/xpdf/pdf-document.cc
14194         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14195
14196 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14197
14198         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14199         It's slow, but I'll speed it up next!
14200
14201 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14202
14203         * shell/main.c (load_files):
14204
14205         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14206         from the command line and because it seems more appropriate.
14207
14208 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14209
14210         * data/evince-ui.xml:
14211         * shell/ev-window.c: (update_action_sensitivity),
14212         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14213
14214         s/next page/page down
14215         s/previous page/page up
14216
14217 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14218
14219         * data/evince-ui.xml:
14220
14221         Change the layout to match clarkbw design.
14222
14223         * shell/Makefile.am:
14224         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14225         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14226         (ev_navigation_action_finalize),
14227         (ev_navigation_action_set_property),
14228         (ev_navigation_action_get_property),
14229         (ev_navigation_action_class_init):
14230         * shell/ev-navigation-action.h:
14231
14232         Implement clarkbw toolbar navigation controls (incomplete)
14233
14234         * shell/ev-page-action.c: (update_label), (update_spin),
14235         (value_changed_cb), (create_tool_item), (connect_proxy),
14236         (ev_page_action_init), (ev_page_action_finalize),
14237         (ev_page_action_set_property), (ev_page_action_get_property),
14238         (ev_page_action_set_current_page),
14239         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14240         * shell/ev-page-action.h:
14241
14242         Implement a page switcher in the toolbar
14243
14244         * shell/ev-view.c: (ev_view_scroll_view):
14245         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14246         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14247         (register_custom_actions), (ev_window_init):
14248
14249         Change page on PageUp/Down.
14250
14251 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14252
14253         * pdf/xpdf/pdf-document.cc
14254         (pdf_document_thumbnails_get_thumbnail): initial stab at
14255         implementing thumbnail support for pdfs.  It only does documents
14256         with precached pdfs now.
14257
14258 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14259
14260         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14261         thumbnail code into a time-based idle as well.  Also, turn off the
14262         shadow temporarily as it's really slow.
14263
14264 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14265
14266         * backend/ev-document.c: (ev_document_class_init):
14267         * pdf/xpdf/pdf-document.cc:
14268         * shell/ev-window.c: (ev_window_open):
14269
14270         Fix document title bugs and fallback to
14271         filename when not available.
14272
14273 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14274
14275         * backend/ev-document.c: (ev_document_get_type),
14276         (ev_document_class_init), (ev_document_load),
14277         (ev_document_get_title):
14278         * backend/ev-document.h:
14279         * pdf/xpdf/pdf-document.cc:
14280         * ps/ps-document.c: (ps_document_set_property),
14281         (ps_document_get_property), (ps_document_class_init),
14282         (document_load):
14283         * ps/ps-document.h:
14284         * ps/ps.h:
14285         * shell/ev-window.c: (update_window_title), (ev_window_open),
14286         (ev_window_init):
14287
14288         Initial support for document title. Not working yet.
14289
14290 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14291
14292         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14293
14294         Grab focus on the view when clicking it
14295
14296 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14297
14298         * shell/ev-marshal.list:
14299         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14300         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14301
14302         Add key bindings to the view. Now if the focus would work
14303         right...
14304
14305 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14306
14307         * Makefile.am:
14308         * backend/Makefile.am:
14309         * data/Makefile.am:
14310         * dvi/Makefile.am:
14311         * dvi/dvilib/Makefile.am:
14312         * pdf/xpdf/Makefile.am:
14313         * po/POTFILES.in:
14314         * ps/Makefile.am:
14315
14316         Fix distcheck
14317
14318 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14319
14320         * shell/ev-view.c: (ev_view_realize):
14321
14322         Fix mouse wheel scrolling
14323
14324 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14325
14326         * ps/Makefile.am:
14327         * ps/gstypes.h:
14328         * ps/gtkgs.c:
14329         * ps/gtkgs.h:
14330         * ps/ps-document.c: (catchPipe), (ps_document_init),
14331         (ps_document_class_init), (ps_document_cleanup),
14332         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14333         (set_up_page), (close_pipe), (is_interpreter_ready),
14334         (interpreter_failed), (output), (input), (start_interpreter),
14335         (stop_interpreter), (file_length), (file_readable),
14336         (check_filecompressed), (check_pdf), (compute_xdpi),
14337         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14338         (ps_document_get_type), (ps_document_emit_error_msg),
14339         (document_load), (ps_document_next_page),
14340         (ps_document_get_current_page), (ps_document_get_page_count),
14341         (ps_document_goto_page), (ps_document_set_page_size),
14342         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14343         (ps_document_load), (ps_document_get_n_pages),
14344         (ps_document_set_page), (ps_document_get_page),
14345         (ps_document_widget_event), (ps_document_set_target),
14346         (ps_document_set_scale), (ps_document_set_page_offset),
14347         (ps_document_get_page_size), (ps_document_render),
14348         (ps_document_document_iface_init):
14349         * ps/ps-document.h:
14350         * ps/ps.c:
14351         * shell/ev-window.c: (ev_window_open):
14352
14353         Rename GtkGS to PSDocument
14354
14355 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14356
14357         * ps/gtkgs.c: (gtk_gs_class_init):
14358         * ps/gtkgs.h:
14359
14360         Some more leftover...
14361
14362 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14363
14364         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14365         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14366         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14367         * ps/gtkgs.h:
14368
14369         Remove unused code and make a lot of stuff private
14370
14371 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14372
14373         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14374         (gtk_gs_defaults_changed):
14375         * ps/gsdefaults.h:
14376         * ps/gtkgs.c:
14377         * ps/gtkgs.h:
14378         * ps/ps.h:
14379
14380         Cleanup headers dependencies
14381
14382 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14383
14384         * ps/Makefile.am:
14385         * ps/ggvutils.c:
14386         * ps/ggvutils.h:
14387         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14388         * ps/gsdefaults.h:
14389         * ps/gtkgs.c: (file_length), (file_readable),
14390         (check_filecompressed), (check_pdf), (gtk_gs_load),
14391         (gtk_gs_get_postscript):
14392
14393         Get rid of ggvutils
14394
14395 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14396
14397         * ps/ggvutils.c:
14398         * ps/ggvutils.h:
14399         * ps/gsio.h:
14400         * ps/gtkgs.c: (gtk_gs_set_zoom):
14401
14402         Cleanups
14403
14404 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14405
14406         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14407
14408         Ensure the page is rerendered when changing zoom
14409
14410 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14411
14412         * backend/ev-document.c: (ev_document_base_init),
14413         (ev_document_changed):
14414         * backend/ev-document.h:
14415
14416         Add a changed event that is emitted when the page content
14417         changes. This is necessary to deal with the fact that
14418         in ps backend rendering happen asycrounously.
14419         This makes the ps backend mostly work.
14420
14421         * pdf/xpdf/pdf-document.cc:
14422
14423         Emit changed event
14424
14425         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14426         (ps_document_set_target):
14427
14428         Emit changed event
14429
14430         * shell/ev-view.c: (document_changed_callback),
14431         (ev_view_set_document), (ev_view_set_page):
14432
14433         Redraw on the changed signal
14434
14435 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14436
14437         * configure.ac: Added pt_BR to ALL_LINGUAS.
14438
14439 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14440
14441         * backend/ev-document-bookmarks.c:
14442         (ev_document_bookmarks_get_child): *
14443         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14444         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14445         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14446         (ev_sidebar_bookmarks_destroy),
14447         (ev_sidebar_bookmarks_class_init),
14448         (ev_sidebar_bookmarks_construct), (stack_data_free),
14449         (do_one_iteration), (populate_bookmarks_idle),
14450         (ev_sidebar_bookmarks_clear_document),
14451         (ev_sidebar_bookmarks_set_document): *
14452         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14453         (ev_sidebar_add_page),
14454         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14455         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14456         it displays both the topics and the page numbers.
14457
14458 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14459
14460         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14461         toggle.
14462         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14463         visible.
14464
14465 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14466
14467         * configure.ac: Added en_CA to ALL_LINGUAS.
14468
14469 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14470
14471         * ChangeLog: replace bottom of this ChangeLog (merged history of
14472         ggv and gpdf; where all paths were wrong and most of the files are
14473         not even in this tree) with ChangeLog (from arch) of the shell
14474         code.
14475
14476 2004-12-23  Havoc Pennington  <hp@redhat.com>
14477
14478         * shell/ev-window.c: hook up potentially-questionable "find
14479         results status text" feature - something involving the sidebar or
14480         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14481         might be better in the end.
14482
14483         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14484         with corresponding signal when it should be updated
14485
14486         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14487
14488 2004-12-22  Havoc Pennington  <hp@redhat.com>
14489
14490         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14491         find stuff on other pages, sort of (only returns one result on
14492         invisible pages, to show they have results; updates full results
14493         for a page when you view it). Currently repaints the current page
14494         every time a new result is found on any page, which isn't so nice.
14495
14496 2004-12-22  Havoc Pennington  <hp@redhat.com>
14497
14498         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14499         the document doesn't support find (better ideas?)
14500         (find_bar_search_changed_cb): handle missing document or document
14501         that doesn't support find
14502
14503         * pdf/xpdf/pdf-document.cc: port to implement the new
14504         EvDocumentFindIface
14505
14506         * backend/ev-document-find.c: create a new interface for searching
14507
14508         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14509
14510 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14511
14512         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14513         libevbackend.la.
14514
14515         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14516         EvPrintJob constructor arguments.
14517
14518         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14519         for documents that can export PostScript (page by page).
14520
14521         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14522         
14523         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14524         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14525         (pdf_document_ps_exporter_iface_init:
14526         Implement EvPSExporter.
14527
14528         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14529
14530 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14531
14532         * backend/Makefile.am:
14533         * backend/ev-document-thumbnails.c:
14534         (ev_document_thumbnails_get_type),
14535         (ev_document_thumbnails_get_thumbnail):
14536         * backend/ev-document-thumbnails.h:
14537         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14538         (pixbuf_document_thumbnails_get_thumbnail),
14539         (pixbuf_document_document_thumbnails_iface_init):
14540         * shell/Makefile.am:
14541         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14542         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14543         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14544         * shell/ev-sidebar-thumbnails.h:
14545         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14546         (ev_sidebar_set_document):
14547         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14548         (create_shadow), (ev_pixbuf_add_shadow):
14549         * shell/ev-utils.h:
14550         Add thumbnail support.
14551         
14552 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14553
14554         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14555         (using_postscript_printer): Set up a print dialog for "PostScript
14556         injection" method.
14557
14558         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14559         EvPrintJob.
14560
14561         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14562
14563 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14564
14565         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14566         (ps_document_set_target), (ps_document_get_page_size),
14567         (ps_document_render):
14568         * ps/gtkgs.h:
14569
14570         Fix a few bugs
14571
14572 2004-12-22  Christian Rose  <menthos@menthos.com>
14573
14574         * configure.ac: Added "sv" to ALL_LINGUAS.
14575
14576 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14577
14578         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14579         document supports bookmarks.
14580
14581 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14582
14583         * ps/ggvutils.c: (ggv_file_readable):
14584         * ps/ggvutils.h:
14585         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14586         (gtk_gs_get_postscript):
14587
14588         Remove unused utils
14589
14590 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14591
14592         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14593         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14594         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14595         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14596         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14597         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14598         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14599         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14600         (gtk_gs_set_antialiasing), (ps_document_load),
14601         (ps_document_render):
14602         * ps/gtkgs.h:
14603
14604         Another check point for the ps backend. Now I can get it to show
14605         pages!
14606
14607 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14608
14609         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14610         document setting code.
14611
14612 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14613
14614         * shell/eggfindbar.c: (entry_activate_callback):
14615         Animate the next button when activate is pressed.
14616         
14617 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14618
14619         * shell/ev-window.c: (ev_window_cmd_edit_find),
14620         (update_fullscreen_popup), (ev_window_fullscreen),
14621         (ev_window_unfullscreen), (ev_window_state_event_cb),
14622         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14623         Fix bugs in fullscreen code.
14624         
14625 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14626
14627         * Makefile.am:
14628         * configure.ac:
14629         * pixbuf/Makefile.am:
14630         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14631         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14632         (pixbuf_document_set_page), (pixbuf_document_get_page),
14633         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14634         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14635         (pixbuf_document_render), (pixbuf_document_begin_find),
14636         (pixbuf_document_end_find), (pixbuf_document_finalize),
14637         (pixbuf_document_class_init),
14638         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14639         * pixbuf/pixbuf-document.h:
14640         * shell/Makefile.am:
14641         * shell/ev-application.c: (ev_application_open):
14642         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14643         (ev_window_open):
14644         Add pixbuf backend.
14645         
14646 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14647
14648         * Makefile.am: 
14649         * dvi/dvilib/Makefile.am:
14650         * dvi/Makefile.am:
14651         * configure.ac: Auto*ify dvi and dvi/dvilib
14652
14653         * dvi/Makefile: Remove from CVS
14654         
14655         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14656         confusion.
14657
14658         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14659         
14660         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14661         
14662 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14663
14664         * ps/Makefile.am:
14665         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14666         (gtk_gs_value_adjustment_changed), (compute_size),
14667         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14668         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14669         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14670         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14671         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14672         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14673         (ps_document_load), (ps_document_get_n_pages),
14674         (ps_document_set_page), (ps_document_get_page),
14675         (ps_document_set_target), (ps_document_set_scale),
14676         (ps_document_set_page_offset), (ps_document_get_page_size),
14677         (ps_document_render), (ps_document_begin_find),
14678         (ps_document_end_find), (ps_document_document_iface_init):
14679         * ps/gtkgs.h:
14680         * shell/Makefile.am:
14681         * shell/ev-window.c: (ev_window_open):
14682
14683         Some work to integrate gtkgs with EvDocument
14684
14685 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14686
14687         * shell/ev-window.c: (update_fullscreen_popup),
14688         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14689         (exit_fullscreen_button_clicked_cb),
14690         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14691         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14692         (ev_window_state_event_cb), (ev_window_init):
14693         Add fullscreen support from Epiphany.
14694         
14695 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14696
14697         * data/ev-stock-zoom-fit-width.png: fit-width
14698         stock icon from gpdf.
14699         
14700         * shell/ev-stock-icons.[ch]: copied from gpdf.
14701         
14702         * shell/main.c: (main): init stock icons.
14703         
14704         * shell/ev-window.c: use the fit-width icon.
14705         
14706         * data/evince-ui.xml: add zooming toolbar items.
14707
14708 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14709
14710         * shell/ev-view.c: 
14711         (ev_view_best_fit), (ev_view_fit_width): because
14712         get_page_size() returns the scaled page size, we
14713         need to calculate the scale factor relative to
14714         the previous scale factor. Should really just
14715         add get_real_page_size().
14716
14717 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14718
14719         * shell/ev-view.[ch]:
14720         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14721         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14722         add zooming.
14723         
14724         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14725         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14726         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14727         hook it up.
14728         
14729         * pdf/xpdf/pdf-document.cc:
14730         (pdf_document_begin_find),
14731         (pdf_document_end_find): make static.
14732
14733 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14734
14735         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14736
14737         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14738         names to fontconfig patterns.
14739         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14740
14741         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14742         setupBaseFontsFc.
14743
14744 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14745
14746         * Makefile.am:
14747         * configure.ac:
14748         * ps/Makefile.am:
14749         * ps/ggvutils.c:
14750         * ps/ggvutils.h:
14751         * ps/gsdefaults.c:
14752         * ps/gsdefaults.h:
14753         * ps/gsio.c:
14754         * ps/gsio.h:
14755         * ps/gtkgs.c:
14756         * ps/gtkgs.h:
14757         * ps/ps.c:
14758         * ps/ps.h:
14759
14760         Import ggv backend. Not hooked up yet.
14761
14762 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14763
14764         * shell/main.c: (load_files), (main): load files
14765         from the command line.
14766
14767 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14768
14769         * configure.ac: don't require bonobo.
14770         
14771         * cut-n-paste/recent-files/*: kill bonobo recent
14772         view.
14773
14774         * shell/ev-window.c:
14775         (ev_window_is_empty): upd.
14776         (unable_to_load), (ev_window_open): load backend
14777         based on the mime type.
14778
14779 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14780
14781         * backend/.cvsignore: ignore generated marshalers source.
14782
14783         * shell/main.c (main): this is not epiphany.
14784
14785 2004-12-22  Havoc Pennington  <hp@redhat.com>
14786
14787         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14788         (expose_bin_window): draw find highlights
14789
14790         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14791         
14792         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14793         (pdf_document_end_find): implement this interface
14794
14795         * backend/ev-document.c (ev_document_found): add this to emit
14796         signal
14797
14798 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14799
14800         * data/evince-ui.xml: Add a few more toolbar items.
14801
14802         * shell/ev-window.c: Hook up page navigation toolbar 
14803         items.
14804
14805         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14806         a page-changed signal.
14807
14808         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14809         Add ev_document_get_page().
14810
14811         * shell/ev-window.c: Sensitize/desensitize navigation
14812         actions.
14813
14814 2004-12-21  Havoc Pennington  <hp@redhat.com>
14815
14816         * backend/ev-backend-marshal.c,
14817         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14818         marshaler-generator thingy. I'm sure there's a better way to do
14819         this in the modern world.
14820
14821         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14822         end_find methods and "found" signal.
14823
14824         * configure.ac: find glib-genmarshal
14825
14826 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14827
14828         * shell/ev-sidebar.c: Construct an actual sidebar.
14829         * shell/ev-sidebar-bookmarks.[ch]:
14830         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14831
14832 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14833
14834         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14835         Redo size handling.
14836         
14837         * shell/ev-view.c: Track the size from the document.
14838
14839 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14840
14841         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14842         constructor assumes ownership of the string passed in.
14843         
14844         * shell/ev-window.c (ev_window_open): Destroy the error
14845         dialog once we've displayed it.
14846
14847 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14848
14849         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14850         a bit, it works! (sort of)
14851
14852         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14853         Move to .cc since we need to use C++ in the implementation.
14854
14855         * shell/dummy.cc: Add a CC file to force evince
14856         to be linked as a C++ program.
14857
14858 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14859
14860         * shell/ev-view.[ch]: Start of content-area widget.
14861
14862         * shell/ev-window.c: Create a EvView, update it
14863         as we change documents.
14864
14865         * shell/Makefile.am shell/ev-marshal.list: Add
14866         generated marshalers.
14867
14868 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14869
14870         * Makefile.am (SUBDIRS): move shell.
14871
14872 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14873
14874         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14875         .a to libtool convenience libraries.
14876
14877         * shell/ev-window.c (ev_window_open): Hard code loading
14878         a PDF document.
14879         
14880         * backend/ev-document.h: Add a boolean return to load(),
14881         fix GError * to GError **.
14882
14883         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14884         object for a PDF backend EvDocument.
14885
14886 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14887
14888         * dvi/*: New directory with the beginning of a .dvi backend.
14889
14890 2004-12-21  Havoc Pennington  <hp@redhat.com>
14891
14892         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14893         previous/next instead of back/forward
14894
14895 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14896
14897         * backend/ev-document.[ch]: Fix a couple of problems so
14898         it compile.
14899
14900 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14901
14902         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14903         to backend/ directory, rename EvViewer to EvDocument.
14904
14905 2004-12-21  Havoc Pennington  <hp@redhat.com>
14906
14907         * shell/ev-window.c: hook up the find bar widget; now we just need
14908         a document to find things in
14909
14910         * shell/eggfindbar.c: a find bar widget
14911
14912 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14913
14914         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14915
14916 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14917
14918         * pdf/**: Import of xpdf code from gpdf. 
14919
14920         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14921
14922         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14923         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14924         Fix FreeType includes.
14925
14926         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14927         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14928         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14929         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14930         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14931         Include xpdfconfig.h
14932         
14933 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14934
14935         * shell/ev-window.c (ev_window_dispose): dispose can be called
14936         multiple times.
14937
14938 2004-12-21  Havoc Pennington  <hp@redhat.com>
14939
14940         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14941         rather than Evince
14942
14943         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14944         items; really they should be synced with the strings, etc. from
14945         current gpdf, but just getting the boring typing out of the way 
14946
14947 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14948
14949         * po/POTFILES.in:
14950         * shell/ev-application.c: (window_destroy_cb):
14951         * shell/ev-window.c:
14952         * shell/main.c: (main):
14953
14954         Actually show the window...
14955
14956 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14957
14958         * Makefile.am:
14959         * shell/Makefile.am:
14960         * shell/ev-application.c: (ev_application_class_init):
14961         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14962
14963         Make it build again
14964
14965 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14966
14967         Import to gnome cvs.
14968         
14969         * Remove copies of gpdf and ggv trees.
14970         * Rip out all the recursive configure code.
14971         * Remove bonobo machinery.
14972         * viewer/*: GInterfaces that backends should/can implement.
14973
14974 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14975
14976         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14977         typo
14978
14979 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14980
14981         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14982         (ev_application_finalize, ev_application_class_init)
14983         (ev_application_init): use GType instance private data for priv.
14984
14985         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14986         (ev_window_finalize, ev_window_class_init)
14987         (ev_window_init): ditto.
14988
14989 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14990
14991         * shell/ev-application.c (ev_application_new_window): make public
14992         (ev_application_show_initial_window): kill.
14993
14994         * shell/ev-application.h: update prototypes.
14995
14996         * shell/main.cc (main): inline ev_application_show_initial_window.
14997
14998 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14999
15000         * shell/ev-application.c (ev_application_new_window): impl.
15001         (ev_application_show_initial_window): use it.
15002         (is_window_empty, ev_application_get_empty_window): returns an
15003         existing empty window or a new one.
15004         (ev_application_open): from ev_window_cmd_file_open.
15005
15006         * shell/ev-application.h: update prototypes
15007
15008         * shell/ev-window.c (ev_window_is_empty): impl.
15009         (ev_window_open): make public.
15010         (ev_window_cmd_file_open): use ev_application_open
15011
15012         * shell/ev-window.h: update prototypes, remove unused.
15013
15014 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15015
15016         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15017         move destroy handler out of here...
15018
15019         * shell/ev-application.c, shell/ev-application.h: ...into this new
15020         class. Also handles initial window creation.
15021
15022         * shell/main.cc (main): use EvApplication to create initial
15023         window.
15024
15025 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15026
15027         * Makefile.am (SUBDIRS): add cut-n-paste
15028
15029         * cut-n-paste/Makefile.am: add
15030
15031         * configure.ac: generate Makefiles in cut-n-paste
15032
15033 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15034
15035         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15036         (ev_window_class_init): install ev_window_dispose.
15037
15038 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15039
15040         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15041         char (gchar looks stupid).
15042
15043 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15044
15045         * po/de.po: updated German translation.
15046
15047 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15048
15049         * configure.ac: add more pkg-config library checks for gnome-vfs,
15050         bonobo etc.
15051
15052         * gpdf/configure.in: temporarily disable libpaper
15053         checks. Otherwise I'd have to add the checks for the shell, too.
15054
15055 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15056
15057         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15058         and * file filters to the file choose.
15059
15060 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15061
15062         * po/de.po: Updated German translation.
15063
15064 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15065
15066         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15067
15068 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15069
15070         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15071
15072         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15073         (ev_window_init): implement those menuitems.
15074
15075 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15076
15077         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15078
15079         * shell/ev-window.c (ev_window_init): use the toolbar.
15080
15081 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15082
15083         * shell/ev-window.c (ev_window_init): use menu translations
15084
15085 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15086
15087         * configure.ac: add "de" to ALL_LINGUAS.
15088
15089         * po/de.po: add German translation.
15090
15091 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15092
15093         * Makefile.am (SUBDIRS): add po
15094
15095         * configure.ac: check intltool, glib-gettext etc, generate
15096         po/Makefile.in
15097
15098         * po, po/POTFILES.in, po/POTFILES.skip: new.
15099
15100 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15101
15102         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15103         already use (#ifdef ENABLE_NLS)
15104
15105         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15106         pointer indirection thinko.
15107
15108         * shell/main.c: include gi18n.h for bindtextdomain etc.
15109
15110 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15111
15112         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15113         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15114         tooltips for menu items in the statusbar.
15115
15116 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15117
15118         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15119         pkgdatadir drop UIDIR
15120
15121 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15122
15123         * data/evince-ui.xml: Add File->Open menu item
15124
15125         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15126         chooser), hook it up in the ui manager.
15127
15128 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15129
15130         * shell/ev-window.c: fix Help->About tooltip.
15131
15132 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15133
15134         * configure.ac: set CFLAGS for libevprivate.
15135
15136         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15137         definitions, factory etc.
15138
15139         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15140
15141         * shell/Makefile.am: link against libevprivate.a.
15142
15143         * shell/ev-window.c (entries): add stock icon to Help->About.
15144
15145         * shell/main.c (main): init stock icon code.
15146
15147 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15148
15149         * lib/recent-files: egg recent files code
15150
15151         * lib/Makefile.am: add.
15152
15153         * Makefile.am: add lib subdir.
15154
15155         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15156         set CFLAGS for recent-files.
15157
15158 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15159
15160         * configure.ac: disable -ansi and -pedantic gcc flags. They
15161         disable POSIX stuff in stdio.h, but egg-recent uses them.
15162
15163 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15164
15165         * configure.ac: add --disable-deprecated flag (defaults to on in
15166         "cvs" builds).
15167
15168         * shell/Makefile.am (INCLUDES): use it.
15169
15170 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15171
15172         * shell/main.c: add missing #include.
15173
15174         * shell/ev-window.c: fix for pedantic gcc.
15175         (ev_window_cmd_help_about): split license into paragraphs for
15176         translators and pedantic compilers.
15177
15178 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15179
15180         * configure.ac: add more warning flags if compiling with gcc from
15181         cvs (or explicitly requested with --enable-more-warnings).
15182
15183 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15184
15185         * data/evince-ui.xml: add File and File->Close menu.
15186
15187         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15188         (ev_window_destroy): quit after destroy.
15189         (ev_window_class_init): override GtkObject::destroy.
15190         (entries): install close_window callback.
15191
15192 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15193
15194         * Makefile.am (SUBDIRS): add data subdir.
15195
15196         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15197         gtk+ 2.5.0 for GtkAboutDialog.
15198
15199         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15200         main window.
15201
15202         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15203
15204         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15205         manager.
15206         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15207
15208 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15209
15210         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15211
15212 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15213
15214         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15215
15216 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15217
15218         * shell/*: Added shell directory boilerplate, build it.
15219
15220 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15221
15222         * configure.ac, Makefile.am: Added top-level configure.ac and
15223         Makefile.am