]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
[evince.git] / ChangeLog
1 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
2
3         * libdocument/ev-document-info.h:
4
5         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
6         
7 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
8
9         * libview/Makefile.am:
10
11         Install ev-job-scheduler.h. See bug #567790.
12         
13 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
14
15         * libdocument/Makefile.am:
16
17         Install ev-backends-manager.h and
18         ev-document-type-builtins.h. Fixes bug #567787.
19         
20 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * NEWS:
23         * configure.ac:
24
25         Update for release 2.25.5
26         
27 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * libview/ev-view.c: (ev_view_drag_data_get):
30
31         Fix second parameter passed to gtk_selection_data_set_uris(), 
32         it expects a gchar **.
33         
34 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
35
36         * libdocument/Makefile.am:
37         * libdocument/ev-document-info.h:
38         * libdocument/ev-document-type-builtins.c.template:
39         * libdocument/ev-document-type-builtins.h.template:
40         * libdocument/ev-document.c: (ev_document_info_get_type),
41         (ev_document_info_copy):
42
43         Make EvDocumentInfo and enums definded in ev-document-info.h
44         GTypes. Fixes bug #567789.
45         
46 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
47
48         * shell/main.c (arguments_parse): Fix for a minor code typo.
49
50 2009-01-18  Christian Persch  <chpe@gnome.org>
51
52         * help/reference/Makefile.am:
53         * help/reference/evince.types: Fix the API docs build. Bug #568171.
54
55 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
56
57         * libview/Makefile.am:
58         * libview/ev-view-type-builtins.c.template:
59         * libview/ev-view-type-builtins.h.template:
60
61         Make EvJobPriority a proper GType. Fixes bug #567788.
62         
63 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * configure.ac:
66         * cut-n-paste/*/Makefile.am:
67         * libdocument/Makefile.am:
68
69         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
70         code.
71         
72 2009-01-18  Christian Persch  <chpe@gnome.org>
73
74         * libview/ev-view.c: (ev_view_drag_data_get),
75         (ev_view_drag_motion), (ev_view_update_primary_selection),
76         (clear_link_selected):
77         * shell/ev-sidebar-attachments.c:
78         (ev_sidebar_attachments_drag_data_get),
79         (ev_sidebar_attachments_get_property),
80         (ev_sidebar_attachments_init):
81         * shell/ev-window.c: Update drag handling code to use the
82         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
83         hardcoding the targets lists. Bug #558084.
84         
85 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * libdocument/Makefile.am:
88         * libdocument/ev-backend-marshal.c:
89         * libdocument/ev-backend-marshalers.list:
90         * libdocument/ev-document.c:
91
92         Remove unused marshalers stuff from libdocument.
93         
94 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * po/POTFILES.in:
97
98         Update for the current source tree.
99         
100 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * configure.ac:
103         * Makefile.am:
104         * libdocument/Makefile.am:
105         * libview/Makefile.am:
106         * libview/ev-job-scheduler.[ch]:
107         * libview/ev-jobs.[ch]:
108         * libview/ev-page-cache.[ch]:
109         * libview/ev-pixbuf-cache.[ch]:
110         * libview/ev-timeline.[ch]:
111         * libview/ev-transition-animation.[ch]:
112         * libview/ev-view-accessible.[ch]:
113         * libview/ev-view-marshal.list:
114         * libview/ev-view.[ch]:
115         * shell/Makefile.am:
116
117         Move EvView specific code to a libeviview library so that it can
118         be embbeded in other applications. Based on patches by Tomeu
119         Vizoso. Fixes bug #567751.
120         
121 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
124         * shell/ev-window.c: (ev_window_load_job_cb),
125         (ev_window_load_job_cb), (ev_window_open_uri),
126         (ev_window_reload_local), (ev_window_dispose):
127
128         Remove dest, mode and search_string from EvJobLoad since they are
129         not really needed by the job, but for the window.
130         
131 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/ev-view.c: (ev_view_drag_data_received),
134         (ev_view_class_init), (ev_view_init):
135         * shell/ev-window.c: (ev_window_drag_data_received),
136         (ev_window_class_init), (ev_window_init):
137
138         Make the whole EvWindow the destination of a drag and drop
139         operation.
140         
141 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * shell/ev-window.c: (window_open_file_copy_progress_cb):
144
145         Add missing brakets around the percentage in progress
146         messages. See bug #567910.
147         
148 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * shell/ev-application.c: (ev_application_open_window),
151         (ev_application_open_uri_at_dest):
152
153         Do no use gdk_x11_* when not available. Based on patch by Hib
154         Eris, see bug #339172.
155         
156 2009-01-16  Hib Eris  <hib@hiberis.nl>
157
158         * configure.ac:
159         * properties/ev-properties-view.c:
160         (ev_properties_view_format_date):
161
162         Check for localtime_r. See bug #339172.
163         
164 2009-01-16  Hib Eris  <hib@hiberis.nl>
165
166         * shell/main.c:
167
168         Include gdkx only for dbus support. See bug #339172.
169         
170 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
171
172         * shell/ev-view.c: (ev_view_set_zoom_for_size):
173
174         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
175         #567785.
176         
177 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-window.c: (reload_remote_copy_progress_cb),
180         (window_save_file_copy_progress_cb):
181
182         Use brakets around the percentage in progress messages. See bug
183         #567910.
184         
185 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * shell/ev-window.c: (reload_remote_copy_ready_cb):
188
189         Fix typo in error message. See bug #567910.
190         
191 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * shell/ev-window.c: (ev_window_cmd_file_close_window):
194
195         Fix mnemonic conflict. Fixes bug #567937.
196         
197 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
198
199         * NEWS:
200         * configure.ac:
201
202         Update for release 2.25.4
203         
204 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
205
206         * configure.ac:
207         
208         GLib version requirement bumped to 2.18 due to g_set_error_literal.
209         Thanks to Christian Spurk.
210
211 2008-12-31  Hib Eris  <hib@hiberis.nl>
212         
213         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
214
215         Fix mime type handling.
216         
217 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * po/POTFILES.in:
220
221         Add ev-print-operation.c.
222         
223 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
224
225         * shell/ev-window.c: (ev_window_clear_progress_idle),
226         (reset_progress_idle), (ev_window_show_progress_message),
227         (ev_window_reset_progress_cancellable),
228         (ev_window_progress_response_cb), (show_loading_progress),
229         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
230         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
231         (show_reloading_progress), (reload_remote_copy_ready_cb),
232         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
233         (show_saving_progress), (window_save_file_copy_ready_cb),
234         (window_save_file_copy_progress_cb), (ev_window_save_remote),
235         (ev_window_dispose):
236
237         Show progress information when loading/saving remote files. Fixes
238         bug #370958.
239         
240 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
243
244         Show better warning message when temp file cannot be deleted.
245         
246 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * shell/ev-window.c: (image_save_dialog_response_cb):
249
250         Fix saving images to remote locations.
251         
252 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * shell/ev-application.[ch]: (ev_application_shutdown),
255         (ev_application_get_print_settings_file),
256         (ev_application_save_print_settings),
257         (ev_application_get_print_settings),
258         (ev_application_set_print_settings),
259         (ev_application_get_page_setup), (ev_application_set_page_setup):
260         * shell/ev-window.c: (ev_window_save_print_page_setup),
261         (ev_window_load_print_page_setup_from_metadata),
262         (ev_window_print_page_setup_done_cb),
263         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
264         (ev_window_cmd_preview_print):
265
266         Remember page setup options too. Paper size is globally remembered
267         while page margins are stored per document in metadata file. Fixes
268         bugs #525185 and #349102.
269         
270 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * shell/ev-print-operation.c:
273         (ev_print_operation_export_print_dialog_response_cb):
274
275         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
276         
277 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * shell/ev-print-operation.c: (export_cancel),
280         (export_job_cancelled), (ev_print_operation_export_begin),
281         (ev_print_operation_export_cancel):
282         * shell/ev-window.c: (ev_window_print_cancel),
283         (ev_window_print_update_pending_jobs_message),
284         (ev_window_print_operation_done),
285         (ev_window_print_operation_status_changed),
286         (print_jobs_confirmation_dialog_response),
287         (ev_window_cmd_file_close_window):
288
289         Show a confirmation dialog when there are pending print jobs while
290         closing the main window. Fixes bug #480964.
291         
292 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
295         (ev_print_operation_get_job_name),
296         (ev_print_operation_get_status),
297         (ev_print_operation_get_progress),
298         (ev_print_operation_update_status),
299         (ev_print_operation_export_get_job_name), (clamp_ranges),
300         (get_first_and_last_page), (ev_print_operation_export_run_next),
301         (print_job_finished), (export_print_done), (export_job_cancelled),
302         (update_progress), (export_print_page),
303         (ev_print_operation_export_begin),
304         (ev_print_operation_export_print_dialog_response_cb),
305         (ev_print_operation_export_run),
306         (ev_print_operation_export_cancel),
307         (ev_print_operation_export_class_init):
308         * shell/ev-window.c:
309         (ev_window_print_update_pending_jobs_message),
310         (ev_window_print_operation_done),
311         (ev_window_print_progress_response_cb),
312         (ev_window_print_operation_status_changed),
313         (ev_window_print_operation_begin_print), (ev_window_print_range),
314         (ev_window_dispose):
315
316         Show progress information when printing. Fixes bug #482770.
317         
318 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * shell/Makefile.am:
321         * shell/ev-progress-message-area.[ch]:
322         * shell/ev-message-area.[ch]: (ev_message_area_init),
323         (ev_message_area_set_image_from_stock):
324
325         Add EvProgressMessageArea derived from EvMessageArea to show
326         progress information in the message area. 
327         
328 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
331
332         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
333         close button. Add a function to get the contents of the message
334         area.
335         
336 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * shell/Makefile.am:
339         * shell/ev-print-operation.[ch]:
340         * shell/ev-jobs.[ch]: (ev_job_export_init),
341         (ev_job_export_dispose), (ev_job_export_run),
342         (ev_job_export_class_init), (ev_job_export_new),
343         (ev_job_export_set_page):
344         * shell/ev-window.c: (ev_window_print_operation_done),
345         (ev_window_print_range), (ev_window_dispose):
346
347         First step of the printing system rework. EvJobPrint has been
348         replaced by EvJobExport so that every page is scheduled to be
349         exported in a thread instead of scheduling the whole printing
350         process. This way the gui is responsive during printing.
351         
352 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
353
354         * shell/ev-window.c: (setup_size_from_metadata),
355         (ev_window_load_print_settings_from_metadata):
356
357         Fix memory leaks.
358         
359 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
360
361         * libdocument/ev-document.c: (ev_document_get_type):
362
363         Add GObject type as prerequisite to EvDocument interface so that
364         document instances can be used as GObjects.
365         
366 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * shell/ev-view.c: (jump_to_find_result):
369
370         Only jump the the location of the find result for the first match
371         when searching. It drastically improves the performance when
372         searching. Bug catched and fixed by Michael Hunold. Fixes bug
373         #564774.
374         
375 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * properties/ev-properties-main.c: (ev_properties_get_pages):
378         * properties/ev-properties-view.[ch]:
379         (ev_properties_view_dispose), (ev_properties_view_class_init),
380         (ev_properties_view_set_info), (ev_properties_view_new):
381         * shell/ev-properties-dialog.[ch]:
382         (ev_properties_dialog_set_document):
383         * shell/ev-window.c: (ev_window_setup_document),
384         (ev_window_cmd_file_properties):
385
386         Add document URI to properties page. Fixes bug #555376.
387         
388 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * configure.ac:
391         * data/Makefile.am:
392         * data/evince-password.glade: Removed
393         * data/evince-properties.glade: Removed
394         * properties/ev-properties-view.c:
395         (ev_properties_view_class_init), (set_property),
396         (ev_properties_view_set_info), (ev_properties_view_init):
397         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
398         (font_cell_data_func), (ev_properties_fonts_init):
399
400         Remove Glade dependency.
401         
402 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
403
404         * backend/comics/comics-document.c: (comics_document_load):
405
406         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
407         
408 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * NEWS:
411         * configure.ac:
412
413         Update for release 2.25.2
414         
415 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * configure.ac:
418         * shell/Makefile.am:
419         * shell/ev-keyring.[ch]:
420         * shell/ev-password.[ch]: Removed
421         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
422         (ev_password_view_class_init), (ev_password_view_clicked_cb),
423         (ev_password_view_init), (ev_password_view_set_uri),
424         (ev_password_dialog_got_response),
425         (ev_password_dialog_remember_button_toggled),
426         (ev_password_dialog_entry_changed_cb),
427         (ev_password_dialog_entry_activated_cb),
428         (ev_password_view_ask_password), (ev_password_view_get_password),
429         (ev_password_view_get_password_save_flags),
430         (ev_password_view_new):
431         * shell/ev-window.c: (ev_window_password_view_unlock),
432         (ev_window_load_job_cb), (ev_window_close_dialogs),
433         (ev_window_init):
434
435         Rework the password view. When the password is in the keyring it's
436         used automatically without showing the password dialog and it's  
437         only stored in the keyring when we are sure it's correct. The
438         password dialog has been reworked too, in order to make it
439         more hig compliant and consistent with the GTK+ dialog used in
440         gtkmountoperation. Fixes bug #562496. 
441         
442 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
443
444         * backend/comics/comics-document.c: (comics_document_load):
445
446         Do not trust file extensions when getting the command needed to
447         uncompress comic documents. Fixes bug #562143.
448         
449 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * libdocument/ev-document-factory.c: (get_document_from_uri),
452         (ev_document_factory_get_document):
453         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
454         (get_mime_type_from_data), (ev_file_get_mime_type):
455
456         Move mime-type functions from document-facrory to file-helpers so
457         that it can be reused.
458         
459 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
462         (window_open_file_copy_ready_cb), (ev_window_reload_local),
463         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
464         (ev_window_reload_remote), (ev_window_reload_document):
465
466         Add support for reloading remote documents. Fixes bug #555399.
467         
468 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * shell/ev-view.c: (ev_view_find_previous):
471
472         Make sure find_result is never < 0 which causes a crash while
473         searching. Fixes bug #558377.
474         
475 2008-11-19  Marek Kašík <mkasik@redhat.com>
476
477         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
478         (ev_pixbuf_cache_get_selection_surface):
479         
480         Fixes crash on fast scrolling with simultaneous text selection.
481
482 2008-11-19  Marek Kašík <mkasik@redhat.com>
483
484         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
485         * shell/ev-window.c (launch_external_uri):
486         
487         Fixes assertion fail on selecting text. See bug #561393.
488
489 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * shell/Makefile.am:
492         * shell/ev-jobs.[ch]: (ev_job_layers_init),
493         (ev_job_layers_dispose), (ev_job_layers_run),
494         (ev_job_layers_class_init), (ev_job_layers_new):
495         * shell/ev-sidebar-layers.[ch]:
496         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
497         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
498         (ev_view_reload_page), (ev_view_reload):
499         * shell/ev-window.c: (setup_sidebar_from_metadata),
500         (ev_window_sidebar_current_page_changed_cb),
501         (sidebar_layers_visibility_changed), (ev_window_init):
502
503         Add layers support.
504         
505 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * data/icons/22x22/actions/Makefile.am:
508         * data/icons/22x22/actions/eye.png:
509         * shell/ev-stock-icons.[ch]:
510         
511         Add eye icon from gimp to hide/show layers.
512         
513 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * configure.ac:
516         * cut-n-paste/Makefile.am:
517         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
518         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
519         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
520
521         Add GimpCellRendererToggle from gimp slightly modified to fit our
522         needs. 
523         
524 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * configure.ac:
527         * backend/pdf/ev-poppler.cc:
528
529         Implement layers interface in PDF backend.
530         
531 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * libdocument/Makefile.am:
534         * libdocument/ev-document-layers.[ch]:
535         * libdocument/ev-layer.[ch]:
536
537         Add optional content (layers) interface.
538         
539 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
540
541         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
542         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
543
544         Removes unused code.
545
546 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * NEWS:
549         * configure.ac:
550
551         Update for 2.25.1 release
552
553 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * shell/ev-window.c:
556
557         Fix build with GTK+ < 2.14
558
559 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
560
561         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
562         
563         Makes menu label translatable. Fixes bug #559129.
564
565 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
566
567         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
568         (t1_transform_font):
569         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
570         
571         More renames of warning to mdvi_warning in follow up to the
572         fix of the bug #553369. Fix for the bug #559257 by
573         Tuxce <tuxce.net@gmail.com>.
574         
575 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-application.c: (ev_application_init_session):
578         * shell/main.c: (main):
579
580         Move the egg_set_desktop_file() call to main and remove
581         gtk_window_set_default_icon_name() since it's already called by
582         egg_set_desktop_file()
583         
584 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
587
588         Initialize GError to NULL.
589         
590 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
591
592         * shell/ev-window.c: (window_save_file_copy_ready_cb),
593         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
594         (ev_window_preview_print_finished), (launch_action):
595
596         Do not use popup dialogs to show error messages anymore, use the
597         message area instead.
598         
599 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * shell/ev-window.c: (ev_window_error_message),
602         (ev_window_warning_message), (ev_window_set_document),
603         (ev_window_load_job_cb), (ev_window_load_remote_failed),
604         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
605         (ev_window_cmd_help_contents), (launch_external_uri),
606         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
607         (ev_attachment_popup_cmd_open_attachment),
608         (attachment_save_dialog_response_cb):
609
610         Use a message format (with printf()-style) in
611         ev_window_error_message and ev_window_warning_message.
612
613 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * shell/ev-window.c: (ev_window_error_message),
616         (ev_window_warning_message), (ev_window_set_document),
617         (ev_window_load_job_cb), (ev_window_load_remote_failed),
618         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
619         (ev_window_cmd_help_contents), (launch_external_uri),
620         (image_save_dialog_response_cb),
621         (ev_attachment_popup_cmd_open_attachment),
622         (attachment_save_dialog_response_cb):
623
624         Change ev_window_error_message and ev_window_warning_message to
625         receive a EvWindow instead of a GtkWindow. It's more consistent
626         and avoids unneeded casts.
627         
628 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
629
630         * shell/ev-window.c: (ev_window_cmd_help_contents):
631
632         Use gtk_show_uri() when availale to display help contents.
633         
634 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * configure.ac:
637         * backend/pdf/ev-poppler.cc:
638         * properties/ev-properties-view.c:
639         * shell/Makefile.am:
640         * shell/ev-tooltip.[ch]: Removed
641         * shell/ev-view-private.h
642         * shell/eggfindbar.c:
643         * shell/ev-application.c:
644         * shell/ev-open-recent-action.c:
645         * shell/ev-sidebar-thumbnails.c:
646         * shell/ev-view.c:
647         * shell/ev-window.c:
648
649         Bump GTK+ requirement to 2.12.
650         
651 2008-10-27 Christian Persch <chpe@gnome.org>
652
653         * backend/djvu/djvu-document.c
654         * backend/dvi/cairo-device.c
655         * cut-n-paste/evmountoperation/ev-mount-operation.h
656         * cut-n-paste/gedit-message-area/gedit-message-area.h
657         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
658         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
659         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
660         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
661         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
662         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
663         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
664         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
665         * cut-n-paste/zoom-control/ephy-zoom-action.c
666         * cut-n-paste/zoom-control/ephy-zoom-action.h
667         * cut-n-paste/zoom-control/ephy-zoom-control.c
668         * cut-n-paste/zoom-control/ephy-zoom-control.h
669         * libdocument/ev-async-renderer.h
670         * libdocument/ev-document-factory.c
671         * libdocument/ev-document-misc.h
672         * libdocument/ev-image.h
673         * libdocument/ev-selection.h
674         * shell/ev-properties-fonts.h
675         * shell/ev-stock-icons.h
676         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
677         directly. Bug #558064.
678
679 2008-10-27 Christian Persch <chpe@gnome.org>
680
681         * cut-and-paste/smclient/*: Update from libegg.
682
683 2008-10-27 Christian Persch <chpe@gnome.org>
684
685         * backend/djvu/djvu-document.c
686         * backend/ps/ev-spectre.c
687         * shell/ev-jobs.c: Use printf safely. Bug #558066.
688
689 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
690
691         * shell/ev-view.c (ev_view_change_page),
692         (ev_view_transition_animation_finish),
693         (ev_view_transition_animation_cancel), (page_changed_cb),
694         (ev_view_set_presentation), (ev_view_next_page),
695         (ev_view_previous_page):
696         
697         Cancel the animation without scheduling transition start
698         and proceed to the next page to fix bug #516749.
699
700 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * NEWS:
703         * configure.ac:
704
705         Update for release 2.24.1
706         
707 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * shell/ev-window.c: (ev_window_cmd_view_presentation):
710
711         Disable toggle function of F5 when in presentation mode. Patch by
712         Dave Neary. Fixes bug #556162.
713         
714 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
717         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
718         (ev_sidebar_thumbnails_fill_model),
719         (ev_sidebar_thumbnails_refresh),
720         (ev_sidebar_thumbnails_set_document):
721
722         Instead of using only one loading icon for thumbnails based on the
723         size of the first page, create an icon for every different page
724         size. Fixes bug #556264.
725         
726 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * shell/ev-page-cache.c: (ev_page_cache_finalize):
729
730         Fix memory leak.
731         
732 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
733
734         * shell/ev-window-title.c (ev_window_title_sanitize_title):
735
736         Removes bad prefixes from window title. Patch by 
737         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
738         
739 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * shell/ev-window.c: (launch_external_uri):
742
743         Do not consider mailto links as http uris. Fixes bug #555801.
744         
745 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-view.c: (merge_selection_region), (clear_selection):
748
749         Fix memory leak. Fixes bug #555134.
750         
751 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
754
755         Emit the job finished signal when the job is handled before the
756         page_ready callback.
757         
758 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * shell/ev-window.c: (launch_action):
761
762         Use GdkAppLaunchContext when available to launch external
763         applications.
764         
765 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * shell/ev-window.c: (launch_action):
768
769         Fix launching external applications for launch actions which seems
770         to be broken since the gio port. Fixes bug #554500.
771         
772 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * backend/dvi/Makefile.am:
775         * backend/dvi/cairo-device.c:
776         * backend/dvi/dvi-document.c:
777         * backend/dvi/mdvi-lib/Makefile.am:
778
779         Fix several compile warnings in the dvi backend.
780         
781 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * backend/dvi/mdvi-lib/common.h:
784         * backend/dvi/mdvi-lib/dviread.c:
785         * backend/dvi/mdvi-lib/font.c:
786         * backend/dvi/mdvi-lib/fontmap.c:
787         * backend/dvi/mdvi-lib/fontsrch.c:
788         * backend/dvi/mdvi-lib/gf.c:
789         * backend/dvi/mdvi-lib/pagesel.c:
790         * backend/dvi/mdvi-lib/pk.c:
791         * backend/dvi/mdvi-lib/sp-epsf.c:
792         * backend/dvi/mdvi-lib/special.c:
793         * backend/dvi/mdvi-lib/tfm.c:
794         * backend/dvi/mdvi-lib/tfmfile.c:
795         * backend/dvi/mdvi-lib/util.c:
796         * backend/dvi/mdvi-lib/vf.c:
797
798         Rename error as mdvi_error to avoid symbol conflicts with the libc
799         error. Rename also message, crash, fatal and warning for
800         consistency. Fixes bug #553369.
801         
802 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * backend/dvi/dvi-document.c: (dvi_document_load):
805
806         Fix memory leak.
807         
808 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * backend/dvi/dvi-document.c:
811
812         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
813         G_IMPLEMENT_INTERFACE.
814         
815 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
818
819         Make sure copy_job_page_and_selection_to_job_info is always called
820         before copy_job_to_job_info. Fixes bug #552382.
821         
822 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * NEWS:
825         * configure.ac:
826
827         Update for release 2.24.0
828         
829 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-window.c: (launch_external_uri):
832
833         Use GdkAppLaunchContext when available to launch external uris.
834         
835 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/ev-window.c: (launch_external_uri):
838
839         Use the message area to show errors when lauching external uris
840         instead of a popup window.
841         
842 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-window.c: (launch_external_uri):
845
846         Assume invalid uris are http uris. Fixes bug #552071.
847         
848 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * NEWS:
851         * configure.ac:
852
853         Update for release 2.23.92.
854         
855 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * shell/eggfindbar.c: (egg_find_bar_class_init):
858
859         Allow page scrolling with PageUp/PageDown keys when find bar is
860         active. Fixes bug #529833.
861         
862 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * shell/ev-view-private.h:
865         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
866         (ev_view_scroll), (ev_view_class_init):
867         * shell/ev-view-accessible.c:
868         (ev_view_accessible_action_do_action):
869         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
870         (ev_window_cmd_scroll_backward):
871
872         Use GtkScrollType instead of EvScrollType.
873         
874 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
875
876         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
877         
878         Patch for case unsensitive page label match by Michael Lee.
879         See bug #550136.
880         
881         * shell/ev-page-action.c (create_tool_item):    
882         * test/Makefile.am:
883         * test/test1.py:
884         * test/test4.py:
885         * test/test5.py:
886         
887         Added test for the above and updated other tests.
888
889 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * shell/ev-window.c: (image_save_dialog_response_cb):
892
893         Do not append the file extension twice when saving an image.
894         
895 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
898
899         Remove an invalid ifdef.
900         
901 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * shell/ev-view.c: (ev_view_motion_notify_event):
904
905         Make sure the cursor is correctly restored after showing the right
906         click menu.
907         
908 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
911         (ev_attachment_open):
912         * shell/ev-sidebar-attachments.c:
913         (ev_sidebar_attachments_button_press):
914         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
915
916         Use GdkAppLaunchContext when available to open attachments.
917         
918 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
921
922         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
923         by Eric Piel.
924         
925 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * shell/ev-application.c: (ev_application_get_media_keys):
928         * shell/ev-media-player-keys.[ch]:
929         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
930         (ev_media_player_keys_grab_keys),
931         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
932         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
933         * shell/ev-window.[ch]: (ev_window_dispose),
934         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
935         (ev_window_init):
936
937         Clean up the media player keys stuff.
938         
939 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
940
941         * NEWS:
942         * configure.ac:
943
944         Update for release 2.23.91.
945         
946 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * cut-n-paste/smclient/eggsmclient-xsmp.c:
949         (sm_client_xsmp_set_initial_properties):
950
951         Fix memory leak.
952         
953 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * shell/ev-application.c: (ev_application_open_window),
956         (ev_application_open_uri_at_dest):
957
958         Make sure evince starts up in the right workspace when resuming a
959         previous session.
960         
961 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * shell/ev-application.[ch]: (ev_application_open_window),
964         (ev_application_add_icon_path_for_screen),
965         (ev_application_open_uri_at_dest):
966
967         Fix window manager warnings shown in ~/.xsession-errors
968         
969 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * configure.ac:
972         * cut-n-paste/Makefile.am:
973         * cut-n-paste/smclient/Makefile.am:
974         * cut-n-paste/smclient/eggdesktopfile.[ch]:
975         * cut-n-paste/smclient/eggsmclient-private.h:
976         * cut-n-paste/smclient/eggsmclient-xsmp.c:
977         * cut-n-paste/smclient/eggsmclient.[ch]:
978
979         EggSMClient copied from libegg
980
981         * libdocument/ev-file-helpers.c: (ev_dot_dir):
982         * shell/Makefile.am:
983         * shell/ev-application.[ch]: (ev_application_load_session),
984         (smclient_save_state_cb), (smclient_quit_cb),
985         (ev_application_init_session), (ev_application_shutdown),
986         (ev_application_init):
987         * shell/main.c: (main):
988
989         Use EggSMClient instead of gnome-client and remove libgnome and
990         libgnomeui dependencies.
991         
992 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * shell/main.c: (main):
995
996         Remove gnome_authentication_manager_init.
997         
998 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/ev-view.c: (ev_view_goto_window_create):
1001
1002         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1003         since it's now deprecated.
1004         
1005 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * backend/djvu/Makefile.am:
1008         * backend/djvu/djvu-document-private.h:
1009         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1010         (djvu_document_find_iface_init):
1011         * backend/djvu/djvu-text-page.[ch]:
1012         * backend/djvu/djvu-text.[ch]: Removed
1013         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1014         (pdf_document_find_iface_init):
1015         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1016         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1017         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1018         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1019         (ev_job_find_has_results), (ev_job_find_get_results):
1020         * shell/ev-view-private.h:
1021         * shell/ev-view.[ch]: (ev_view_expose_event),
1022         (highlight_find_results), (ev_view_finalize),
1023         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1024         (ev_view_set_document), (ev_view_find_get_n_results),
1025         (ev_view_find_get_result), (jump_to_find_result),
1026         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1027         (ev_view_find_previous), (ev_view_find_search_changed),
1028         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1029         * shell/ev-window.c: (ev_window_update_actions),
1030         (page_changed_cb), (ev_window_setup_document),
1031         (ev_window_update_find_status_message),
1032         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1033         (ev_window_clear_find_job), (find_bar_close_cb),
1034         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1035         (ev_window_dispose), (ev_window_init):
1036
1037         Rework find interface. The find logic has been moved from backends
1038         to the shell avoiding a lot of duplicated code in the backends and
1039         making easier to implement the find interface in the backends.
1040         
1041 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * backend/pdf/ev-poppler.cc:
1044         (pdf_document_thumbnails_get_dimensions):
1045
1046         Make sure thumbnail size returned by the PDF is actually
1047         valid. Fixes bug #548462.
1048         
1049 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * shell/ev-window.c: (ev_window_setup_document),
1052         (ev_window_set_document), (ev_window_dispose):
1053
1054         Remove the idle function for setting the document up when the
1055         window is destroyed. Fixes bug #549163.
1056         
1057 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1060         (ev_job_attachments_dispose), (ev_job_attachments_run),
1061         (ev_job_attachments_class_init), (ev_job_attachments_new):
1062         * shell/ev-sidebar-attachments.c:
1063         (ev_sidebar_attachments_set_document):
1064
1065         Add a new job to get the attachments in a thread with the document
1066         lock held. Fixes bug #548653.
1067         
1068 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1071         (tiff_document_document_iface_init):
1072
1073         Implement document_get_page_label in tiff backend.
1074         
1075 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * backend/tiff/tiff-document.c: (tiff_document_render):
1078
1079         Handle document orientation in tiff backend. Fixes bug #548444.
1080         
1081 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1084
1085         Do not crash when adjustment page size is 0. Fixes bug #547440.
1086         
1087 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1090
1091         Sync with current GTK+.
1092         
1093 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1094
1095         * configure.ac:
1096         
1097         Update for release 2.23.6.
1098
1099 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1102         (ev_job_load_set_password):
1103         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1104         * shell/ev-window.c: (password_dialog_response),
1105         (ev_window_load_job_cb):
1106
1107         Fix loading encrypted documents since I broke it with the jobs
1108         rework.
1109         
1110 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * NEWS:
1113
1114         Update NEWS for 2.23.6 release.
1115         
1116 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1117
1118         * backend/impress/impress-document.c:
1119         * backend/impress/render.h:
1120         * libdocument/ev-document-factory.c:
1121         * libdocument/ev-document-factory.h:
1122         * libdocument/ev-document-links.h:
1123         * libdocument/ev-document-misc.c:
1124         * libdocument/ev-document-misc.h:
1125         * properties/ev-properties-main.c:
1126         * properties/ev-properties-view.c:
1127         * properties/ev-properties-view.h:
1128         * shell/eggfindbar.c:
1129         * shell/eggfindbar.h:
1130         * shell/ev-application.c:
1131         * shell/ev-application.h:
1132         * shell/ev-jobs.h:
1133         * shell/ev-message-area.h:
1134         * shell/ev-navigation-action.c:
1135         * shell/ev-navigation-action.h:
1136         * shell/ev-open-recent-action.c:
1137         * shell/ev-open-recent-action.h:
1138         * shell/ev-page-action-widget.c:
1139         * shell/ev-page-action.c:
1140         * shell/ev-page-action.h:
1141         * shell/ev-page-cache.h:
1142         * shell/ev-password-view.h:
1143         * shell/ev-password.h:
1144         * shell/ev-pixbuf-cache.h:
1145         * shell/ev-properties-fonts.c:
1146         * shell/ev-sidebar-attachments.c:
1147         * shell/ev-sidebar-links.c:
1148         * shell/ev-sidebar-links.h:
1149         * shell/ev-sidebar-thumbnails.c:
1150         * shell/ev-sidebar-thumbnails.h:
1151         * shell/ev-sidebar.c:
1152         * shell/ev-sidebar.h:
1153         * shell/ev-stock-icons.c:
1154         * shell/ev-tooltip.h:
1155         * shell/ev-view.c:
1156         * shell/ev-view.h:
1157         * shell/ev-window.c:
1158         * shell/ev-window.h:
1159         * shell/main.c:
1160
1161         More #include cleanups. Again: reordering, single gtk.h
1162         includes and other stuff.
1163
1164 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1165
1166         * shell/eggfindbar.c:
1167         * shell/ev-application.c:
1168         * shell/ev-message-area.c:
1169         * shell/ev-navigation-action.c:
1170         * shell/ev-open-recent-action.c:
1171         * shell/ev-page-action-widget.c:
1172         * shell/ev-page-action.c:
1173         * shell/ev-password-view.c:
1174         * shell/ev-properties-dialog.c:
1175         * shell/ev-properties-fonts.c:
1176         * shell/ev-sidebar-attachments.c:
1177         * shell/ev-sidebar-page.c:
1178         * shell/ev-sidebar-thumbnails.c:
1179         * shell/ev-stock-icons.c:
1180         * shell/ev-tooltip.c:
1181         * shell/ev-view.c:
1182         * shell/ev-window.c:
1183         * shell/main.c:
1184
1185         Cleanup many #include statements: reorder so that a
1186         generic-to-specific order is used, use single gtk.h
1187         includes, and some other cleanups.
1188
1189 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * shell/ev-jobs.h:
1192
1193         Add gio header.
1194         
1195 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1198         (ev_document_fc_mutex_trylock):
1199         * shell/Makefile.am:
1200         * shell/ev-job-queue.[ch]:
1201         * shell/ev-job-scheduler.[ch]:
1202         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1203         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1204         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1205         (ev_job_failed_from_error), (ev_job_succeeded),
1206         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1207         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1208         (ev_job_links_class_init), (ev_job_render_init),
1209         (notify_page_ready), (ev_job_render_page_ready),
1210         (ev_job_render_run), (ev_job_render_class_init),
1211         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1212         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1213         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1214         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1215         (ev_job_save_dispose), (ev_job_save_run),
1216         (ev_job_save_class_init), (ev_job_print_init),
1217         (ev_job_print_dispose), (ev_job_print_run),
1218         (ev_job_print_class_init):
1219         * shell/ev-page-cache.c:
1220         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1221         (check_job_size_and_unref), (move_one_job),
1222         (copy_job_to_job_info), (add_job),
1223         (ev_pixbuf_cache_add_jobs_if_needed):
1224         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1225         (job_fonts_finished_cb), (job_fonts_updated_cb),
1226         (ev_properties_fonts_set_document):
1227         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1228         (ev_sidebar_links_set_document):
1229         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1230         (ev_sidebar_thumbnails_set_document),
1231         (ev_sidebar_thumbnails_clear_job):
1232         * shell/ev-view-private.h:
1233         * shell/ev-view.c:
1234         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1235         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1236         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1237         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1238         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1239         (ev_window_reload_document), (ev_window_clear_save_job),
1240         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1241         (ev_window_clear_print_job), (ev_window_print_job_cb),
1242         (ev_window_print_dialog_response_cb):
1243         * shell/main.c: (main):
1244
1245         Rework the jobs system in order to make it simpler and more
1246         extensible. It allows to run jobs in the main loop instead of
1247         using a thread when it's appropriate like the fonts job. Now it's
1248         also possible to cancel jobs that are currently running. 
1249         
1250 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1251
1252         * libdocument/ev-debug.c: (profile_init):
1253
1254         Create the hash table also when profiling service is enabled for
1255         all sections.
1256         
1257 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1260         (ev_profiler_stop):
1261         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1262         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1263         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1264         (ev_job_print_run):
1265         * shell/main.c: (main):
1266
1267         Add a profile mode available when debug is enabled. Add profilers
1268         in ev-jobs.
1269         
1270 2008-07-23  Götz Waschk <waschk@mandriva.org>
1271
1272         * configure.ac: Correctly build desktop file. Fixes
1273         bug #544237.
1274
1275 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1276
1277         * configure.ac:
1278         
1279         Update for release 2.23.5.
1280
1281 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * NEWS:
1284
1285         Update NEWS for 2.23.5 release.
1286         
1287 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * shell/ev-window.c: (ev_window_state_event),
1290         (ev_window_class_init):
1291
1292         Intercept window manager's fullscreen request in order to run/stop
1293         fullscreen mode. Fixes bug #493541.
1294         
1295 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1298
1299         Restart the job search when the find bar is opened for the second
1300         time. Fixes bug #531956.
1301         
1302 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1305         (get_document_from_uri):
1306
1307         Make sure we always return a valid error struct when
1308         get_document_from_uri fails. Fixes nautilus crash, see bug
1309         #542548.
1310         
1311 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1312
1313         * libdocument/ev-transition-effect.c
1314         (ev_transition_effect_type_get_type),
1315         (ev_transition_effect_alignment_get_type),
1316         (ev_transition_effect_direction_get_type):
1317         
1318         Fixes bug #542924. Makes enums static to fix Solaris build.
1319
1320 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * shell/ev-view.c: (ev_view_key_press_event):
1323
1324         Add '.' keybinding for blanking the screen in presentation
1325         mode. Fixes bug #542001.
1326         
1327 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * libdocument/ev-document-misc.c:
1330         (ev_document_misc_pixbuf_from_surface):
1331
1332         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1333         #540950.
1334         
1335 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1336
1337         * backend/comics/comics-document.c (comics_document_load):
1338         * backend/comics/comicsdocument.evince-backend.in:
1339         * configure.ac:
1340         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1341         
1342         Added support for 7-zip based cb7 comic book. Patch by
1343         Kartik Rustagi. Fixes bug #532312.
1344
1345 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1346
1347         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1348         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1349         Fixes bug #539972.
1350
1351 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1352
1353         * shell/Makefile.am:
1354         * shell/ev-application.c (ev_application_init),
1355         (ev_application_get_media_keys):
1356         * shell/ev-application.h:
1357         * shell/ev-marshal.list:
1358         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1359         (proxy_destroy), (on_media_player_key_pressed),
1360         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1361         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1362         * shell/ev-media-player-keys.h:
1363         * shell/ev-window.c (ev_window_go_previous_page),
1364         (ev_window_go_next_page), (ev_window_go_first_page),
1365         (ev_window_go_last_page), (ev_window_start_presentation),
1366         (ev_window_dispose), (view_actions_focus_in_cb):
1367         * shell/ev-window.h: When building with D-Bus support, listen
1368         for multimedia key events from gnome-settings-daemon. This allows
1369         to go to the next/previous/first/last pages using, respectively,
1370         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1371         a presentation. Fixes bug #539971.
1372
1373 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1374
1375         * configure.ac:
1376         
1377         Update for release 2.23.4.
1378
1379 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * NEWS:
1382
1383         Update news for 2.23.4 release.
1384         
1385 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1388         * shell/ev-sidebar-thumbnails.c:
1389         (ev_sidebar_thumbnails_set_loading_icon),
1390         (ev_sidebar_thumbnails_refresh):
1391         * shell/ev-window.c: (ev_window_error_message),
1392         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1393         (ev_window_set_document):
1394
1395         Do not crash opening documents with no pages and show a warning
1396         message in the message area. Fixes bugs #537574 and #171588.
1397         
1398 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * shell/Makefile.am:
1401         * shell/ev-file-monitor.[ch]:
1402         * shell/ev-window.c: (ev_window_document_changed),
1403         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1404         (ev_window_reload_job_cb), (ev_window_open_uri),
1405         (ev_window_reload_document), (ev_window_cmd_view_reload),
1406         (ev_window_dispose):
1407
1408         Automaticly reload the document when the file has changed on
1409         disk. Bug #304249.
1410         
1411 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1412
1413         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1414         * libdocument/ev-image.c: (ev_image_save_tmp):
1415         * libdocument/ev-module.c: (ev_module_load):
1416         * shell/ev-application.c: (ev_application_shutdown),
1417         (ev_application_get_print_settings):
1418         * shell/ev-sidebar-attachments.c:
1419         (ev_sidebar_attachments_button_press),
1420         (ev_sidebar_attachments_drag_data_get):
1421         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1422         (ev_window_print_finished), (ev_window_print_send),
1423         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1424         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1425         (ev_window_cmd_preview_print):
1426         * shell/main.c: (load_files_remote):
1427         Fix some build warnings under GCC 4.3.0. (#537535).
1428
1429 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * shell/ev-jobs.c: (ev_job_render_dispose):
1432
1433         Fix a crash in debug mode. Patch by Daniel M German.
1434         
1435 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * shell/ev-window.c:
1438
1439         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1440         
1441 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * shell/ev-window.c: (ev_window_print_send),
1444         (ev_window_do_preview_print):
1445
1446         Use the window title as print job name instead of just
1447         "evince-print". Fixes bug #534493.
1448         
1449 2008-05-19  Frederic Peters  <fpeters@0d.be>
1450
1451         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1452         Bug #533897.
1453
1454 2008-05-19  Frederic Peters  <fpeters@0d.be>
1455
1456         * help/reference/Makefile.am: added missing libevmountoperation to
1457         gtkdoc-scanobj libraries.  Bug #533896.
1458
1459 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1460
1461         * properties/ev-properties-view.c (get_default_user_units):
1462         Fixes check for default units string translation. Bug #533323.
1463
1464 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1465
1466         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1467         be an iks_free(). Fix an array overflow in the XML parser that
1468         would occur whenever the number of attributes in a tag was greater
1469         than 0 and divisible by 6. Fixes GNOME bug #530852.
1470
1471 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * backend/djvu/djvu-document-private.h:
1474         * backend/djvu/djvu-links.c:
1475         * backend/djvu/djvu-text.c:
1476         * backend/djvu/djvu-document.c: (djvu_handle_events),
1477         (djvu_wait_for_message), (djvu_document_load),
1478         (document_get_page_size), (djvu_document_render),
1479         (djvu_document_thumbnails_get_thumbnail),
1480         (djvu_document_file_exporter_end):
1481
1482         Make sure load job doesn't finish successfully when the document
1483         is not successfully decoded by libdjvu. Fixes bug #530202.
1484         
1485 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * configure.ac:
1488         * libdocument/Makefile.am:
1489         * libdocument/ev-debug.[ch]:
1490         * libdocument/ev-document.c:
1491         * shell/ev-jobs.c: (ev_job_links_dispose),
1492         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1493         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1494         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1495         (ev_job_render_page_ready), (ev_job_render_run),
1496         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1497         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1498         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1499         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1500         (ev_job_print_new), (ev_job_print_run):
1501         * shell/main.c: (main):
1502
1503         Add debug mode based on gedit code. Add debug messages in
1504         ev-jobs.
1505         
1506 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * libdocument/ev-document-factory.c: (get_document_from_uri):
1509
1510         Fix memory leak.
1511         
1512 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1513
1514         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1515         (get_mime_type_from_data), (get_document_from_uri),
1516         (ev_document_factory_get_document):
1517         
1518         Improved error message about file opening failture.
1519         Bug #529129.
1520
1521 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1522
1523         * data/evince-toolbar.xml:
1524         
1525         Allow to add SaveAs to toolbar.
1526
1527 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * shell/ev-view-private.h:
1530         * shell/ev-view.[ch]: (ev_view_button_release_event),
1531         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1532         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1533         (ev_view_update_primary_selection), (clear_link_selected),
1534         (ev_view_copy_link_address):
1535         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1536
1537         Update also the primary selection when copying a link
1538         address. Fixes bug #520855.
1539         
1540 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * libdocument/ev-document-factory.c: (get_document_from_uri):
1543
1544         Use the pixbuf backend only when the mime type is not supported by
1545         any of the other backend so that tiff documents, for instance, are
1546         handled by the tiff backend instead of the pixbuf backend. fixes
1547         bug #520290.
1548         
1549 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * cut-n-paste/Makefile.am:
1552
1553         Add evmountoperation to subdirs list.
1554         
1555 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * configure.ac:
1558
1559         Fix libspectre check in configure script. Fixes bug #528549.
1560         
1561 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1562
1563         * configure.ac:
1564         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1565         * shell/Makefile.am:
1566         * shell/ev-window.c: (ev_window_load_remote_failed),
1567         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1568
1569         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1570         open documents in remote locations that are not mounted.
1571         
1572 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1575         (bitmap_convert_msb8):
1576         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1577         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1578
1579         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1580         
1581 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1584         (ev_job_render_new), (ev_job_render_set_selection_info),
1585         (ev_job_render_run):
1586         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1587         (check_job_size_and_unref),
1588         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1589         (add_job), (ev_pixbuf_cache_get_selection_surface):
1590
1591         Create the render context needed for rendering a page in the render
1592         thread so that we don't block the main thread. Simplify
1593         EvJobRender API.
1594         
1595 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * libdocument/Makefile.am:
1598         * libdocument/ev-page.[ch]:
1599         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1600         (ev_render_context_new), (ev_render_context_set_page):
1601         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1602         (ev_form_field_finalize), (ev_form_field_class_init):
1603         * libdocument/ev-document-forms.[ch]:
1604         (ev_document_forms_get_form_fields):
1605         * libdocument/ev-document.[ch]: (ev_document_get_page),
1606         (ev_document_get_page_size), (ev_document_get_page_label):
1607         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1608         (ev_job_render_run), (ev_job_thumbnail_new),
1609         (ev_job_thumbnail_run), (ev_job_print_run):
1610         * shell/ev-page-cache.c: (ev_page_cache_new):
1611         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1612         (check_job_size_and_unref), (add_job):
1613         * shell/ev-sidebar-thumbnails.c: (add_range):
1614         * shell/ev-view.c: (ev_view_form_field_get_region),
1615         (ev_view_form_field_button_create_widget),
1616         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1617         (ev_view_handle_form_field), (ev_view_size_allocate),
1618         (get_selected_text):
1619         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1620         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1621         (pdf_document_get_page), (pdf_document_get_page_label),
1622         (pdf_document_render), (pdf_document_get_info),
1623         (pdf_document_document_iface_init),
1624         (pdf_document_thumbnails_get_thumbnail),
1625         (pdf_document_thumbnails_get_dimensions),
1626         (pdf_document_file_exporter_do_page),
1627         (pdf_selection_render_selection),
1628         (pdf_selection_get_selected_text),
1629         (pdf_selection_get_selection_region),
1630         (pdf_selection_get_selection_map),
1631         (pdf_document_forms_get_form_fields),
1632         (pdf_document_forms_form_field_text_get_text),
1633         (pdf_document_forms_form_field_text_set_text),
1634         (pdf_document_forms_form_field_button_set_state),
1635         (pdf_document_forms_form_field_button_get_state),
1636         (pdf_document_forms_form_field_choice_get_item),
1637         (pdf_document_forms_form_field_choice_get_n_items),
1638         (pdf_document_forms_form_field_choice_is_item_selected),
1639         (pdf_document_forms_form_field_choice_select_item),
1640         (pdf_document_forms_form_field_choice_toggle_item),
1641         (pdf_document_forms_form_field_choice_unselect_all),
1642         (pdf_document_forms_form_field_choice_set_text),
1643         (pdf_document_forms_form_field_choice_get_text):
1644         * backend/ps/ev-spectre.c: (ps_document_get_page),
1645         (ps_document_get_page_size), (ps_document_get_page_label),
1646         (ps_document_render), (ps_document_document_iface_init),
1647         (ps_document_file_exporter_do_page):
1648         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1649         (tiff_document_render), (tiff_document_render_pixbuf),
1650         (tiff_document_file_exporter_do_page):
1651         * backend/pixbuf/pixbuf-document.c:
1652         (pixbuf_document_get_page_size):
1653         * backend/comics/comics-document.c:
1654         (comics_document_get_page_size), (comics_document_render_pixbuf):
1655         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1656         (djvu_document_render), (djvu_selection_get_selected_text),
1657         (djvu_document_thumbnails_get_thumbnail),
1658         (djvu_document_file_exporter_do_page),
1659         (djvu_document_find_get_result):
1660         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1661         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1662         (dvi_document_thumbnails_get_thumbnail),
1663         (dvi_document_file_exporter_do_page):
1664         * backend/impress/impress-document.c:
1665         (impress_document_get_page_size),
1666         (impress_document_render_pixbuf):
1667         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1668
1669         Add EvPage so that we can hold a reference to the backend
1670         page. Form fields keep now a reference to the poppler page
1671         improving performance since we don't have to create/destroy the
1672         poppler field for every form operation. This will be needed for
1673         annotations too.
1674         
1675 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1676
1677         * data/evince-ui.xml:
1678         * shell/ev-window.c:
1679
1680         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1681         
1682 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * configure.ac:
1685         * backend/ps/Makefile.am:
1686
1687         Remove gs stuff from ps backend.
1688         
1689 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * configure.ac:
1692         * backend/pdf/ev-poppler.cc:
1693
1694         Bump poppler requirement to 0.8.0.
1695         
1696 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1697
1698         * NEWS:
1699         * configure.ac:
1700
1701         Update for release 2.22.1.1
1702
1703 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * configure.ac:
1706
1707         Fix build (again) when poppler version is 0.6
1708         
1709 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * backend/djvu/djvu-links.c: (build_tree):
1712
1713         Make sure link title is a valid utf8 string. Fixes bug #526517.
1714         
1715 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * configure.ac:
1718
1719         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1720         #526799.
1721         
1722 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1723
1724         * configure.ac:
1725         
1726         Update for release 2.22.1.
1727
1728 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * NEWS:
1731
1732         Update for upcoming release.
1733
1734 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * configure.ac:
1737         * backend/dvi/dvidocument.evince-backend.in:
1738
1739         Add compressed dvi to the list of supported mime types. Patch by
1740         Ed Catmur. Fixes bug #307087.
1741
1742 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1745
1746         Fix a crash when printing a range that doesn't specify the start or
1747         end page. Fixes bug #524288.
1748
1749 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * shell/ev-window.c: (ev_window_cmd_continuous),
1752         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1753         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1754         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1755         (ev_window_run_presentation), (ev_window_stop_presentation),
1756         (ev_window_cmd_view_presentation),
1757         (ev_window_cmd_leave_fullscreen),
1758         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1759
1760         Do not unfullscreen and fullscreen again the window when changing
1761         from fullscreen to presentation mode and vice versa. Fixes bug
1762         #524112.
1763         
1764 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1767
1768         Do not crash when thumbnail failed to render in PS backend. Fixes
1769         bug #525015.
1770         
1771 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1772
1773         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1774         (ev_window_load_file_remote), (ev_window_open_uri):
1775
1776         Handle errors when opening remote files.
1777         
1778 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1781
1782         Only grab the focus for the current visible proxy widget. Fixes
1783         bug #521224.
1784         
1785 2008-03-30  Emil Soleyman  <emil@nishra.com>
1786
1787         * shell/ev-window.c: (launch_external_uri):
1788         
1789         Reuse g_app_info_launch_default_for_uri to
1790         save some code and fix bug #525009.
1791
1792 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1793
1794         * shell/ev-window.c (image_save_dialog_response_cb):
1795
1796         Use g_str_has_suffix. See bug #523069.
1797
1798 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1799
1800         * configure.ac:
1801
1802         Add a configure option to enable/diable DBus. Patch by Rémi
1803         Cardona. Fixes bug 521797.
1804
1805 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1808
1809         Fix printing in documents with rotated pages. Patch by Eugen
1810         Dedu. Fixes bug #512648.
1811         
1812 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1815         (ev_link_from_action):
1816
1817         Fix warning messages.
1818         
1819 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * shell/ev-window.c: (image_save_dialog_response_cb):
1822
1823         Do not append the extension to filename when saving an image
1824         if the filename alredy contains the extension. Fixes bug #523069.
1825         
1826 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1827
1828         * shell/ev-view.[ch]: (ev_view_find_cancel):
1829         * shell/ev-window.c: (find_bar_close_cb):
1830
1831         Cancel the find operation when the find bar is closed. Fixes bug
1832         #508845.
1833         
1834 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * backend/ps/psdocument.evince-backend.in:
1837
1838         Make ps backend module resident. Fixes bug #520607.
1839         
1840 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * shell/ev-jobs.c: (ev_job_print_run):
1843
1844         Invert collate action in order to work as expected, fix reverse
1845         printing so that it doesn't start with a blank page and fix number
1846         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1847         
1848 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1851
1852         Fix build with poppler <= 0.7.2
1853         
1854 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * libdocument/ev-document-misc.c:
1857         (ev_document_misc_surface_from_pixbuf):
1858
1859         Fix selections with poppler-splash.
1860         
1861 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * configure.ac:
1864         * backend/pdf/ev-poppler.cc:
1865
1866         Fix build with poppler >= 0.7.2
1867         
1868 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1869
1870         * configure.ac:
1871         
1872         Update for release 2.22.0
1873
1874 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * NEWS:
1877
1878         Update for upcoming release.
1879
1880 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1881
1882         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1883
1884         Bug 495107 – Handle print dialog responses correctly
1885
1886         Correctly handle print dialog response. Properly fixes
1887         the above mentioned bug.
1888
1889 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1892
1893         Make sure print job is only run when the print button is
1894         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1895         
1896 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * backend/pdf/pdfdocument.evince-backend.in:
1899         * libdocument/ev-backends-manager.c:
1900         (ev_backends_manager_load_backend),
1901         (ev_backends_manager_get_document):
1902         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1903
1904         Allow making backend modules resident. This is needed only for
1905         some backends like pdf to avoid registering glib types more than
1906         once.
1907         
1908 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * backend/comics/comics-document.c:
1911         * backend/djvu/djvu-document.c:
1912         * backend/impress/impress-document.c:
1913         * backend/pdf/ev-poppler.cc:
1914         * backend/pixbuf/pixbuf-document.c:
1915         * backend/ps/ev-spectre.c:
1916         * backend/ps/ps-document.c:
1917         * backend/tiff/tiff-document.c:
1918         * libdocument/ev-document.h:
1919         * properties/ev-properties-main.c:
1920
1921         Use g_type_module_add_interface instead of
1922         g_type_add_interface_static. Fixes bug #519679.
1923         
1924 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1925
1926         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1927         Added. Returns whether the animation has everything necessary to run.
1928         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1929         is ready just because it's been created. Fixes #519106.
1930         (draw_one_page): Do not show the "Loading..." text in presentation
1931         mode, there was a slim probability that this could happen.
1932
1933 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1934
1935         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1936
1937         Duplicate mime_type string before freeing it so that it doesn't
1938         always fail when getting mime type from uri. Fixes bug #518874.
1939         
1940 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1943
1944         Fix a crash when a choice form field doesn't have any item
1945         selected. Fixes bug #518831
1946         
1947 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1948
1949         * shell/ev-window.c (ev_window_clear_temp_file):
1950         Use g_file_has_prefix instead of renamed
1951         g_file_contains_file.
1952
1953         * configure.ac:
1954         Require new glib for above change.
1955         
1956 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * libdocument/ev-image.c: (ev_image_finalize),
1959         (ev_image_save_tmp):
1960
1961         Return a real uri instead of a filename when saving an
1962         image. Fixes images drag an drop from evince to nautilus. 
1963         
1964 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * backend/pdf/ev-poppler.cc:
1967         (pdf_document_images_get_image_mapping):
1968
1969         Return the image list in the right order. Fixes bug #516237.
1970         
1971 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1972
1973         * backend/impress/impress-document.c:
1974         (impress_document_thumbnails_get_thumbnail):
1975
1976         Remove unused variable to avoid a compiler warning.
1977
1978 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1979
1980         * configure.ac:
1981         
1982         Update for release 2.21.91.
1983
1984 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * configure.ac:
1987         * shell/Makefile.am:
1988         * shell/ev-application.[ch]:
1989         * shell/ev-sidebar-links.c:
1990         * shell/ev-utils.[ch]:
1991         * shell/ev-window.[ch]:
1992
1993         Remove libgnomeprint support. Fixes bug #512370.
1994         
1995 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1996
1997         * thumbnailer/evince-thumbnailer.c: (main):
1998
1999         Initialize glib type system before using it. Fixes bug #513934.
2000         
2001 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * properties/ev-properties-main.c:
2004
2005         Add missing #include.
2006         
2007 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * configure.ac:
2010         * backend/djvu/djvu-document.c: (djvu_document_render):
2011         * backend/tiff/tiff-document.c: (tiff_document_render):
2012
2013         Use the new cairo function cairo_format_stride_for_width when
2014         available. Fixes bug #482720.
2015
2016 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2019         (get_mime_type_from_data), (get_document_from_uri):
2020
2021         Use g_content_type_guess() only when slow is true in
2022         get_document_from_uri(). Fix several memory leaks.
2023         
2024 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2025
2026         * libdocument/ev-document-factory.c:
2027         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2028         (get_document_from_uri):
2029
2030         Use g_content_type_guess () to get mimetype for files.
2031         Bug #510401.
2032
2033 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * thumbnailer/Makefile.am:
2036
2037         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2038         
2039 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * configure.ac:
2042
2043         Fix build with --without-libgnome. Fixes bug #512771.
2044         
2045 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2046
2047         * backend/dvi/Makefile.am: Install only dvi
2048         module. Fixes bug #512718.
2049
2050 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2051
2052         * properties/ev-properties-main.c: (nautilus_module_initialize):
2053         
2054         Initialize backends in properties tab. Fixes bug
2055         #512720.
2056
2057 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2058
2059         * properties/Makefile.am: No need to link with 
2060         libraries. Fixes bug #512719.
2061
2062 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2063
2064         * NEWS:
2065         * configure.ac:
2066         
2067         Update for release 2.21.90.
2068
2069 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-window.c: (ev_window_cmd_escape):
2072
2073         Fix compile warning.
2074         
2075 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2076
2077         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2078
2079         Fix printing in dvi backend when filename contains white
2080         espaces. Fixes bug #502839.
2081         
2082 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2083
2084         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2085         (screensaver_disable_x11):
2086         * shell/Makefile.am:
2087         * shell/xdg-user-dir-lookup.c: Removed
2088         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2089         * shell/ev-view.c: (ev_view_presentation_transition_start):
2090         * shell/ev-window.c: (ev_window_cmd_file_open),
2091         (ev_window_cmd_save_as), (presentation_set_timeout):
2092
2093         Remove #ifdefs that are no longer needed.
2094         
2095 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * shell/ev-view.[ch]: (ev_view_button_release_event),
2098         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2099         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2100         (ev_window_cmd_escape):
2101
2102         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2103         
2104 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * configure.ac:
2107         * backend/comics/comics-document.c: (comics_document_load):
2108         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2109         (ev_attachment_set_property), (ev_attachment_init),
2110         (ev_attachment_save), (ev_attachment_launch_app),
2111         (ev_attachment_open):
2112         * libdocument/ev-document-factory.c: (get_document_from_uri):
2113         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2114         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2115         * shell/ev-jobs.c:
2116         * shell/ev-password.c: (ev_password_dialog_set_property),
2117         (ev_password_dialog_save_password):
2118         * shell/ev-sidebar-attachments.c:
2119         (ev_sidebar_attachments_drag_data_get):
2120         * shell/ev-window-title.c: (get_filename_from_uri):
2121         * shell/ev-window.c: (ev_window_clear_temp_file),
2122         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2123         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2124         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2125         (launch_external_uri), (image_save_dialog_response_cb),
2126         (attachment_save_dialog_response_cb):
2127         * shell/main.c: (load_files), (load_files_remote), (main):
2128         * thumbnailer/evince-thumbnailer.c: (main):
2129
2130         Port to gio and drop gnome-vfs dependency. Fixes bug
2131         #510401. Based on patch by Cosimo Cecchi.
2132         
2133 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2134
2135         * NEWS:
2136
2137         Fixed formatting inconsistencies (spaces vs. tabs)
2138
2139 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2140
2141         * shell/ev-window.c:
2142
2143         Use top/up/bottom/down arrows instead of
2144         first/left/last/right in the toolbar and menu actions.
2145         This fixes issues with RTL languages and is visually
2146         consistent with the page view. Fixes bug #170081.
2147
2148 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2149
2150         * NEWS:
2151
2152         Fixed some inaccuracies pointed out by Carlos Garcia
2153         Campos.
2154
2155 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2156
2157         * NEWS:
2158         * data/evince.schemas.in:
2159         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2160
2161         Override PDF restrictions by default. Fixes bug #382700.
2162
2163 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2164
2165         * NEWS: Updated for upcoming release
2166
2167 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2168
2169         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2170
2171         Fix memory leak.
2172         
2173 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2174
2175         * shell/ev-window.c: (register_custom_actions):
2176         
2177         Added comment for translators
2178
2179 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * shell/ev-view.c: (ev_view_button_release_event):
2182
2183         Do not create the idle function for kinetic scrolling if we are
2184         not in a drag operation.
2185
2186 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2187
2188         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2189         (ev_view_button_press_event), (ev_view_motion_notify_event),
2190         (ev_view_button_release_event):
2191
2192         Restore cursor after autoscrolling. Fixes bug #509958.
2193
2194 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * configure.ac:
2197         * backend/pdf/ev-poppler.cc:
2198         (pdf_document_images_get_image_mapping),
2199         (pdf_document_images_get_image),
2200         (pdf_document_document_images_iface_init):
2201         * libdocument/ev-document-images.[ch]:
2202         (ev_document_images_get_image_mapping),
2203         (ev_document_images_get_image):
2204         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2205         (ev_image_get_id), (ev_image_save_tmp):
2206         * shell/ev-jobs.c: (ev_job_render_run):
2207         * shell/ev-view.c: (ev_view_drag_data_get):
2208         * shell/ev-window.c: (image_save_dialog_response_cb),
2209         (ev_view_popup_cmd_copy_image):
2210
2211         Do not render images when rendering the page but on demand. It
2212         reduces the memory comsumption.
2213         
2214 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2215
2216         * configure.a:
2217         * shell/ev-password.c:
2218
2219         Make gnome-keyring optional. Fixes bug #509676.
2220         
2221 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2222
2223         * shell/ev-pixbuf-cache.c: (add_job):
2224
2225         Initialize include_images variable as FALSE instead of TRUE.
2226         
2227 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2228
2229         * configure.ac:
2230         * cut-n-paste/Makefile.am:
2231         * cut-n-paste/fileformatchooser/Makefile.am:
2232         * cut-n-paste/fileformatchooser/egg-macros.h:
2233         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2234         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2235         * shell/Makefile.am:
2236         * shell/ev-utils.c:
2237         (file_chooser_dialog_add_writable_pixbuf_formats),
2238         (get_gdk_pixbuf_format_by_extension):
2239         * shell/ev-utils.h:
2240         * shell/ev-window.c: (ev_window_error_message),
2241         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2242         
2243         Simplify image format selection on save.
2244
2245 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2246
2247         * shell/ev-view.c: (ev_view_scroll_event):
2248         
2249         Repair gorizontal scrolling with shift. Fixes
2250         bug #483412.
2251
2252 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2253         
2254         * MAINTAINERS:
2255
2256         Fix formatting issues.
2257         
2258 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2259
2260         * backend/comics/comics-document.c: (comics_regex_quote):
2261         
2262         Don't overquote special chars except of '. See bug 
2263         502500. Thanks to Tom Parker.
2264
2265 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2266
2267         * MAINTAINERS:
2268         
2269         Added Nickolay and Carlos, since they're doing most of
2270         the releases nowadays.
2271
2272 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2273
2274         * properties/Makefile.am:
2275
2276         Get the nautilus extension dir properly instead of using
2277         a hack. Fixes bug #505359.
2278
2279 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2280
2281         * properties/Makefile.am:
2282         
2283         Install nautilus extension into new place. See bug
2284         #505359. Thanks to Matthias Clasen, Brian Pepple and
2285         Damien Carbery.
2286
2287 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2288
2289         * shell/ev-window.c: (ev_window_get_recent_file_label):
2290         
2291         RTL marker in recent file list. See bug #509076.
2292
2293 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2294
2295         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2296         * shell/ev-window.c: (image_save_dialog_response_cb):
2297
2298         Fix compile warnings due to unused variables.
2299         
2300 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2301
2302         * configure.ac:
2303         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2304         * backend/ps/ev-spectre.c: (ps_document_render):
2305
2306         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2307
2308 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2309
2310         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2311         (ev_transition_animation_paint): Implement "fade" effect.
2312
2313 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2314
2315         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2316         (ev_transition_animation_paint): Implement "uncover" effect.
2317
2318 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2319
2320         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2321         (ev_transition_animation_paint): Implement "cover" effect.
2322
2323 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2324
2325         * shell/ev-transition-animation.c (ev_transition_animation_push)
2326         (ev_transition_animation_paint): Implement "push" effect.
2327
2328 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2329
2330         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2331         (ev_transition_animation_paint): Implement "dissolve" effect.
2332
2333 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2334
2335         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2336         (ev_transition_animation_paint): Implement "wipe" effect.
2337
2338 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2339
2340         * shell/ev-transition-animation.c (ev_transition_animation_box)
2341         (ev_transition_animation_paint): Implement "box" effect.
2342
2343 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2344
2345         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2346         (ev_transition_animation_paint): Implement "blinds" effect.
2347
2348 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2349
2350         * shell/ev-transition-animation.c (ev_transition_animation_split)
2351         (ev_transition_animation_paint): Implement "split" effect.
2352
2353 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2354
2355         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2356         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2357         (ev_view_transition_animation_start) 
2358         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2359         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2360         (ev_view_next_page) (ev_view_previous_page):
2361         
2362         Use EvTransitionAnimation to drive page changes in the presentation
2363         mode, the animation will wait to start until both the origin and 
2364         destination page surfaces are available. Fixes #458460.
2365
2366         (draw_loading_text):
2367
2368         Remove workaround for bug #320352, it's now fixed properly.
2369
2370
2371 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2372
2373         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2374         will contain the implementations for page transition animations, at
2375         the moment it just has the "replace" effect.
2376         * shell/Makefile.am: Added these files to build.
2377
2378 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2379
2380         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2381         animations.
2382         * shell/Makefile.am: Added these files to build.
2383
2384 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2385
2386         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2387         implementation to get_effect() in EvDocumentTransitionIface.
2388
2389 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2390
2391         * libdocument/ev-transition-effect.[ch]: New files, define a page
2392         transition effect, at the moment it maps PopplerPageTransition to a
2393         GObject.
2394         * libdocument/Makefile.am: Added these files to build.
2395         * libdocument/ev-document-transition.[ch]
2396         (ev_document_transition_get_effect): New method, gets the
2397         EvTransitionEffect returned by the interface implementation, with
2398         fallback to the "replace" effect.
2399
2400 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2401
2402         * configure.ac:
2403         * cut-n-paste/Makefile.am:
2404         * cut-n-paste/fileformatchooser/Makefile.am:
2405         * cut-n-paste/fileformatchooser/egg-macros.h:
2406         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2407         * shell/Makefile.am:
2408         * shell/ev-window.c: (image_save_dialog_response_cb),
2409         (ev_view_popup_cmd_save_image_as):
2410
2411         Allow exporting images in any format supported by
2412         GdkPixbuf. Fixes bug #500209.
2413         
2414 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * backend/pixbuf/pixbuf-document.c:
2417
2418         More warnings fixed.
2419         
2420 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2423         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2424         * backend/djvu/djvu-text.h:
2425         * backend/tiff/tiff-document.c: (tiff_document_render):
2426
2427         Fix compile warnings.
2428         
2429 2007-12-28  Christian Persch  <chpe@gnome.org>
2430
2431         * **/*.c: Include config.h. Bug #504721.
2432
2433 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2434
2435         * configure.ac:
2436         * Makefile.am:
2437         * po/POTFILES.in:
2438         * backend/comics/Makefile.am:
2439         * backend/comics/comics-document.[ch]:
2440         * backend/comics/comicsdocument.evince-backend.in:
2441         * backend/djvu/Makefile.am:
2442         * backend/djvu/djvu-document.[ch]:
2443         * backend/djvu/djvudocument.evince-backend.in:
2444         * backend/dvi/Makefile.am:
2445         * backend/dvi/dvi-document.[c]:
2446         * backend/dvi/dvidocument.evince-backend.in:
2447         * backend/impress/Makefile.am:
2448         * backend/impress/impress-document.[ch]:
2449         * backend/impress/impressdocument.evince-backend.in:
2450         * backend/pdf/Makefile.am:
2451         * backend/pdf/ev-poppler.cc:
2452         * backend/pdf/ev-poppler.h:
2453         * backend/pdf/pdfdocument.evince-backend.in:
2454         * backend/pixbuf/Makefile.am:
2455         * backend/pixbuf/pixbuf-document.[ch]:
2456         * backend/pixbuf/pixbufdocument.evince-backend.in:
2457         * backend/ps/Makefile.am:
2458         * backend/ps/ev-spectre.[ch]:
2459         * backend/ps/ps-document.[ch]:
2460         * backend/ps/psdocument.evince-backend.in:
2461         * backend/tiff/Makefile.am:
2462         * backend/tiff/tiff-document.[ch]:
2463         * backend/tiff/tiffdocument.evince-backend.in:
2464         * libdocument/Makefile.am:
2465         * libdocument/ev-backends-manager.[ch]:
2466         * libdocument/ev-module.[ch]:
2467         * libdocument/ev-document.h:
2468         * libdocument/ev-document-factory.[ch]:
2469         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2470         (get_compression_from_mime_type), (get_document_from_uri),
2471         (ev_document_factory_get_document), (file_filter_add_mime_types),
2472         (ev_document_factory_add_filters):
2473         * shell/Makefile.am:
2474         * shell/ev-window-title.c: (get_filename_from_uri):
2475         * shell/main.c: (main):
2476         * thumbnailer/Makefile.am:
2477         * thumbnailer/evince-thumbnailer.c: (main):
2478
2479         Plugin system for backends. Fixes bug #351348.
2480         
2481 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2482
2483         * shell/ev-view-private.h:
2484         * shell/ev-view.c: (ev_view_drag_update_momentum),
2485         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2486         (ev_view_button_release_event), (ev_view_destroy):
2487         
2488         Kinetic scrolling implemented as requested in
2489         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2490
2491 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2492
2493         * data/evince-toolbar.xml:
2494         * data/evince-ui.xml:
2495         * shell/ev-view-private.h:
2496         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2497         (ev_view_button_press_event), (ev_view_motion_notify_event),
2498         (ev_view_button_release_event), (ev_view_init),
2499         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2500         (ev_view_set_cursor):
2501         * shell/ev-view.h:
2502         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2503         (ev_window_cmd_view_autoscroll):
2504         
2505         Autoscroll feature with the context menu. Fixes bug 
2506         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2507
2508 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2511
2512         Disconnect also page-ready signal when removing a job because the
2513         page size has changed. Thanks to kripken
2514         <kripkensteiner@gmail.com>.
2515
2516 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2517
2518         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2519         
2520         Scroll pages in page entry with mouse wheel. Fixes bug
2521         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2522
2523 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * backend/dvi/Makefile.am:
2526         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2527         (mdvi_cairo_device_init):
2528         * backend/dvi/mdvi-lib/common.h:
2529         * backend/dvi/mdvi-lib/mdvi.h:
2530         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2531         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2532         (mdvi_build_path_from_cwd):
2533
2534         Add ps specials support in dvi backend when libspectre is
2535         present. Fixes bug #386005.
2536         
2537 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * configure.ac:
2540         * backend/ps/Makefile.am:
2541         * backend/ps/ev-spectre.[ch]:
2542         
2543         Use libspectre, if available, for the ps backend. Fixes bugs
2544         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2545
2546 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2547         
2548         * backend/comics/comics-document.c: (comics_document_load):
2549         
2550         Cygwin build issue fix.
2551
2552 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * shell/ev-view.c: (ev_view_set_zoom):
2555
2556         Do not limit the minimum zoom factor when sizing mode is best bit
2557         or fit width. Fixes bug #503805.
2558         
2559 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2560
2561         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2562         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2563         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2564         (ev_link_dest_get_property), (ev_link_dest_set_property),
2565         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2566         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2567         (ev_link_dest_new_fitr):
2568         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2569         (goto_fith_dest), (goto_xyz_dest):
2570
2571         Do not change left, top and zoom values when they are null in PDF
2572         destinations. Fixes bug #460658.
2573         
2574 2007-12-10  Christian Persch  <chpe@gnome.org>
2575
2576         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2577         (ev_view_accessible_class_init),
2578         (ev_view_accessible_idle_do_action),
2579         (ev_view_accessible_action_do_action),
2580         (ev_view_accessible_action_get_description),
2581         (ev_view_accessible_action_set_description),
2582         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2583         (ev_view_accessible_factory_init),
2584         (ev_view_accessible_factory_get_accessible_type):
2585         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2586         private data, and G_DEFINE_TYPE. Bug #502843.
2587
2588 2007-12-08  Christian Persch  <chpe@gnome.org>
2589
2590         * shell/ev-metadata-manager.c: (item_free),
2591         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2592         (value_free), (parse_value), (parseItem),
2593         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2594         (save_values): Use GSlice to allocate small amounts of memory. Bug
2595         #475972.
2596
2597 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2600
2601         Restore cursor to normal after a drag operation. Fixes bug
2602         #501603.
2603         
2604 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2605
2606         * NEWS:
2607         * configure.ac:
2608         
2609         Update for release 2.21.1
2610
2611 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * configure.ac:
2614         * cut-n-paste/gedit-message-area/Makefile.am:
2615         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2616         * shell/Makefile.am:
2617         * shell/ev-message-area.[ch]:
2618         * shell/ev-window.c: (ev_window_set_message_area),
2619         (ev_window_error_message_response_cb), (ev_window_error_message),
2620         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2621         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2622         (ev_attachment_popup_cmd_open_attachment),
2623         (attachment_save_dialog_response_cb), (ev_window_set_document),
2624         (ev_window_init):
2625
2626         Use a message area instead of a popup dialog for error
2627         notifications. Fixes bug #337495.
2628         
2629 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2630
2631         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2632         (ev_window_run_fullscreen):
2633
2634         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2635         
2636 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2637
2638         * ev-sidebar-thumbnails.c: (update_visible_range),
2639         (ev_sidebar_thumbnails_refresh),
2640         (ev_sidebar_thumbnails_set_document),
2641         (ev_sidebar_thumbnails_support_document):
2642
2643         Show thumbnails for documents with one page. Fixes bug #358751.
2644         
2645 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * shell/ev-window.c:
2648         (ev_window_load_print_settings_from_metadata),
2649         (ev_window_save_print_settings), (ev_window_print_finished),
2650         (ev_window_print_range):
2651
2652         Print settings that are specific to the document are now saved per
2653         document in the metadata file. Fixes bug #488806.
2654         
2655 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2656
2657         * backend/tiff/tiff-document.c: (tiff_document_render):
2658
2659         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2660         
2661 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-application.[ch]: (get_find_string_from_args),
2664         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2665         (ev_application_open_uri_list):
2666         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2667         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2668         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2669         (ev_window_cmd_recent_file_activate),
2670         (ev_window_open_recent_action_item_activated),
2671         (ev_window_print_send), (open_remote_link):
2672         * shell/main.c: (arguments_parse):
2673
2674         Add a command line option for search. Fixes bug #497710.
2675         
2676 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2677
2678         * shell/ev-jobs.c: (ev_job_print_new):
2679
2680         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2681         
2682 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * data/evince-toolbar.xml:
2685         * shell/Makefile.am:
2686         * shell/ev-application.c: (ev_application_init):
2687         * shell/ev-open-recent-action.[ch]:
2688         * shell/ev-window.c:
2689         (ev_window_open_recent_action_item_activated),
2690         (register_custom_actions):
2691
2692         Add an expander to the open toolbar item which pops up a dropdown
2693         menu with the recently used documents. Fixes bug #487215.
2694         
2695 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * shell/ev-window.c: (ev_window_open_uri),
2698         (ev_window_cmd_view_reload):
2699
2700         Do not jump to the first page when reloading by running evince
2701         from the command line. Fixes bug #490847.
2702         
2703 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2704
2705         * shell/ev-window.c: (ev_window_cmd_help_contents):
2706
2707         Plugged memory leak when help file is not found. Fixes bug
2708         #490762.
2709         
2710 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * configure.ac:
2713
2714         Enable djvu, dvi and comics backends by default. Fixes bug
2715         #437121.
2716         
2717 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * configure.ac:
2720         * cut-n-paste/Makefile.am:
2721         * cut-n-paste/recent-files/*: Removed
2722         * help/reference/Makefile.am:
2723         * shell/Makefile.am:
2724         * shell/ev-application.[ch]: (ev_application_shutdown),
2725         (ev_application_init):
2726         * shell/ev-window.c: (ev_window_add_recent),
2727         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2728
2729         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2730         
2731 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2732
2733         * shell/ev-window.c: (launch_external_uri):
2734
2735         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2736         and report error if the URL is not supported (#489910).
2737
2738 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2741         (pdf_document_file_exporter_begin_page),
2742         (pdf_document_file_exporter_end_page):
2743
2744         Fix printing with poppler splash backend. Fixes bug #489774.
2745         
2746 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2749         * shell/ev-print-job.c: (ev_print_job_class_init):
2750
2751         Fix a crash when printing with the gnome-print dialog. Fixes bug
2752         #488939.
2753         
2754 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2755
2756         * backend/pixbuf/pixbuf-document.c:
2757
2758         Fix an implicit function definition warning (#487655)
2759
2760 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * shell/ev-window.c:
2763
2764         Fix conflicting shortcut for view sade pane and presentation.
2765         
2766 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * backend/pdf/ev-poppler.cc:
2769         (pdf_document_file_exporter_begin_page),
2770         (pdf_document_file_exporter_do_page),
2771         (pdf_document_file_exporter_end_page),
2772         (pdf_document_file_exporter_iface_init):
2773         * libdocument/ev-file-exporter.[ch]:
2774         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2775         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2776         (ev_job_print_run):
2777
2778         When printing multiple pages per sheet in reverse option, do not
2779         invert the order of the pages in every sheet, but the order of the
2780         sheets. Do not print blank pages when page range is invalid. Fixes
2781         bugs #484857 and #485521.
2782         
2783 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2784
2785         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2786         (ev_job_print_run):
2787         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2788
2789         Respect ranges order when printing more than one range in random
2790         order.
2791         
2792 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2793
2794         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2795         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2796
2797         Rotate also the window icon when document is rotated. Fixes bug
2798         #474681.
2799         
2800 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2803         (pdf_document_forms_get_form_fields):
2804
2805         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2806         Matthias Drochner.
2807         
2808 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * configure.ac:
2811         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2812
2813         Use poppler_page_render_for_printing() instead of
2814         poppler_page_render() if available when exporting to a ps or pdf
2815         file. Fixes bug #476627.
2816         
2817 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2818
2819         * shell/ev-window.c: (ev_window_run_fullscreen):
2820
2821         Do not show the toolbar in fullscreen mode if the main toolbar is
2822         not visible. Fixes bug #483048.
2823         
2824 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * shell/ev-view.c: (ev_view_button_press_event):
2827
2828         Give priority to form fields over images when deciding whether a
2829         button press event is over an image or form field. It allows edit
2830         form fields when they are over a background image. Fixes bug
2831         #477841.
2832         
2833 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2834
2835         * NEWS:
2836         * configure.ac:
2837         
2838         Update for release 2.20.0
2839
2840 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2841
2842         * backend/pdf/ev-poppler.cc:
2843
2844         Remove #ifdef HAVE_FORMS, so that forms support works again.
2845
2846 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2847
2848         * configure.ac:
2849         * data/evince.desktop.in.in:
2850         
2851         Fixes desktop file issues. See bug #473471.
2852
2853 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2856         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2857         (ev_job_queue_remove_job):
2858         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2859         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2860         * shell/ev-window.c: (ev_window_clear_save_job),
2861         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2862         (ev_window_dispose):
2863
2864         Move save a copy task to its own job so that it's carried out in a
2865         thread avoiding another lock in the main thread. Use
2866         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2867         can be saved to a pathin another file system. Fixes bug #456891.
2868         
2869 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2870
2871         * NEWS:
2872         * configure.ac:
2873         
2874         Update for release 2.19.92
2875
2876 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * configure.ac:
2879         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2880         (pdf_selection_get_selection_region),
2881         (pdf_selection_get_selection_map),
2882         (ev_form_field_from_poppler_field):
2883
2884         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2885         and triple click selections are enabled again now.
2886
2887 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2888
2889         * shell/ev-window.c: (ev_window_add_history):
2890
2891         Make sure not to use the history with documents not supporting
2892         links. Fixes bug #468954.
2893
2894 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * shell/ev-window.c: (ev_window_load_job_cb):
2897
2898         Restart the search when reloading a document with the find bar
2899         visible. Fixes bug #461962.
2900
2901 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * shell/ev-window.c: (setup_document_from_metadata),
2904         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2905
2906         Do not jump to the first page when reloading a document from the
2907         last page.
2908
2909 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2910
2911         * shell/ev-window.c: (update_chrome_flag),
2912         (setup_sidebar_from_metadata),
2913         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2914         (ev_window_cmd_edit_find_next),
2915         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2916         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2917         (find_bar_close_cb), (view_actions_focus_in_cb):
2918
2919         Do not update visibility when changing a chrome flag so that it's
2920         possible to update several flags and update visibility only once
2921         for all of them.
2922
2923 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2926
2927         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2928         supported by gtk+. Fixes bug #460907.
2929
2930 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2931
2932         * shell/ev-view.c: (view_update_range_and_current_page):
2933
2934         Make sure current-page <= end-page in continuous mode. Fixes bug
2935         #454950.
2936
2937 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * backend/pdf/ev-poppler.cc: (build_tree):
2940
2941         Ignore outline items without a title. Fixes bug #453913.
2942
2943 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2946         (ev_view_button_release_event), (ev_view_leave_notify_event):
2947
2948         Use always drag mouse cursor during a drag operation. Fixes bug
2949         #470564.
2950
2951 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2952
2953         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2954         (pdf_selection_get_selection_region),
2955         (pdf_selection_get_selection_map):
2956
2957         Temporarily disable double and triple selections since it depends on
2958         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2959         released and the update of the external dependency minimal version
2960         approved.
2961
2962 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2963
2964         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2965         (pdf_document_file_exporter_do_page):
2966         * libdocument/ev-file-exporter.h:
2967         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2968         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2969
2970         Actually fix printing regressions. Remove orientation from
2971         EvPrintContext since it's redundant.
2972
2973 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2976         * backend/impress/impress-document.c:
2977         (impress_document_document_iface_init):
2978         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2979         * backend/djvu/djvu-document.c:
2980         (djvu_document_document_iface_init),
2981         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2982         * backend/tiff/tiff-document.c:
2983         (tiff_document_document_iface_init):
2984         * backend/pixbuf/pixbuf-document.c:
2985         (pixbuf_document_document_iface_init):
2986         * backend/comics/comics-document.c:
2987         (comics_document_document_iface_init):
2988         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2989         (pdf_selection_render_selection),
2990         (pdf_selection_get_selected_text),
2991         (pdf_selection_get_selection_region),
2992         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2993         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2994         (ev_selection_get_selection_region),
2995         (ev_selection_get_selection_map):
2996         * libdocument/ev-document.[ch]:
2997         * shell/ev-pixbuf-cache.[ch]: (add_job),
2998         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2999         * shell/ev-view-private.h:
3000         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3001         (ev_job_render_run):
3002         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3003         * shell/ev-view.c: (start_selection_for_event),
3004         (ev_view_button_press_event), (ev_view_drag_data_get),
3005         (ev_view_drag_data_received), (ev_view_button_release_event),
3006         (compute_new_selection_text), (compute_selections),
3007         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3008         (ev_view_primary_get_cb):
3009
3010         Add support for double and triple click selections.
3011
3012 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3013
3014         * NEWS:
3015         * configure.ac:
3016
3017         Update for release 2.19.4
3018
3019 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3020
3021         * shell/ev-view-private.h:
3022         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3023         (ev_view_set_highlight_search):
3024         * shell/ev-view.h:
3025         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3026         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3027         (find_bar_visibility_changed_cb):
3028         
3029         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3030
3031 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3032
3033         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3034         (pdf_document_file_exporter_begin),
3035         (pdf_document_file_exporter_do_page):
3036         * shell/ev-jobs.c: (ev_job_print_run):
3037         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3038
3039         Create always a portrait cairo surface and rotate when needed for
3040         landscape. It fixes printing problems in real printers.
3041
3042 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3043
3044         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3045         * libdocument/ev-file-exporter.[ch]:
3046         (ev_file_exporter_get_capabilities):
3047         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3048         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3049
3050         Adjust number of pages per row according to page orientation when
3051         printing 2 or 6 pages per sheet.
3052
3053 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * shell/ev-window.c: (ev_window_print_send):
3056
3057         Reset also cups setting to 1 when printing multiple pages per
3058         sheet. Fixes bug #468853.
3059
3060 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3061
3062         * libdocument/ev-document-misc.c:
3063         (ev_document_misc_surface_rotate_and_scale):
3064
3065         Use directly cairo_surface_get_content() when creating a similar
3066         surface as suggested by Jeff Muizelaar. Thanks again.
3067
3068 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * backend/djvu/djvu-document.c: (djvu_document_render):
3071         * backend/tiff/tiff-document.c: (tiff_document_render):
3072         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3073         * libdocument/ev-document-misc.c:
3074         (ev_document_misc_surface_from_pixbuf),
3075         (ev_document_misc_surface_rotate_and_scale):
3076
3077         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3078         creating page surfaces. Fixes bug #453123. Thank you very much to
3079         Jeff Muizelaar <jeff@infidigm.net>.
3080
3081 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * shell/ev-page-cache.c: (ev_page_cache_new),
3084         (ev_page_cache_get_thumbnail_size):
3085         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3086         (ev_sidebar_thumbnails_set_loading_icon):
3087
3088         Also store in page-cache the dimensions of the thumbnails so that
3089         they can be used to create the correct loading icon in the side
3090         pane. Fixes bug #466857.
3091
3092 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3093
3094         * backend/pdf/ev-poppler.cc:
3095         (pdf_document_thumbnails_get_thumbnail):
3096
3097         Fix thumbnails rotation in pdf documents that include embedded 
3098         thumbnails.
3099
3100 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3101
3102         * backend/pdf/ev-poppler.cc:
3103
3104         Don't use #ifdef in macro expansion. Some compilers don't
3105         like that. Closes bug #467042.
3106
3107 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3108
3109         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3110         
3111         Fixes memory leak in djvu backend.
3112
3113 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3114
3115         * data/icons/32x32/Makefile.am:
3116         * data/icons/32x32/actions/Makefile.am:
3117         * data/icons/32x32/actions/view-page-cont.svg:
3118         * data/icons/32x32/actions/view-page-facing.svg:
3119         * data/icons/48x48/Makefile.am:
3120         * data/icons/48x48/actions/Makefile.am:
3121         * data/icons/48x48/actions/view-page-cont.svg:
3122         * data/icons/48x48/actions/view-page-facing.svg:
3123         
3124         Icons for a new sizes.
3125
3126 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3127
3128         * shell/ev-page-cache.c: (build_height_to_page),
3129         (ev_page_cache_get_height_to_page):
3130         
3131         Fixes invalid read, see bug #466401.
3132
3133 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3134
3135         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3136         (set_drag_cursor):
3137         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3138         (configure_item_cursor), (new_pixbuf_from_widget):
3139
3140         Fix multihead problems in toolbar editor. Fixes bug #382055.
3141
3142 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * shell/ev-window.c: (ev_window_cmd_file_open),
3145         (ev_window_cmd_save_as):
3146
3147         Use g_get_user_special_dir when available instead of
3148         xdg_user_dir_lookup.
3149
3150 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3151
3152         * MAINTAINERS:
3153         
3154         Updated according to request on desktop-devel.
3155
3156 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3159
3160         Do not use cairo_rectangle and cairo_clip since we are
3161         not using cairo_fill but cairo_paint. Use the same cairo context
3162         for every page in the same expose event.
3163
3164 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3165
3166         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3167         leak.
3168
3169 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3170
3171         * configure.ac:
3172         * NEWS:
3173
3174         Release 0.9.3
3175
3176 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3177
3178         * libdocument/ev-document-info.h:
3179         * libdocument/ev-document.h:
3180         * shell/ev-page-action.h:
3181         * shell/ev-sidebar-links.h:
3182
3183         Fix a headers problem with ev-link
3184         
3185         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3186         * shell/ev-view-private.h:
3187         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3188         (get_link_area), (ev_view_query_tooltip),
3189         (ev_view_leave_notify_event), (ev_view_destroy),
3190         (ev_view_class_init):
3191
3192         Use new gtk tooltips when available instead of ev-tooltip.
3193         
3194 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * shell/ev-window.c: (update_chrome_visibility),
3197         (ev_window_sidebar_visibility_changed_cb):
3198
3199         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3200         
3201 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * shell/ev-navigation-action.c:
3204         (ev_navigation_action_history_changed),
3205         (ev_navigation_action_set_history):
3206         * shell/ev-navigation-action-widget.c:
3207         (ev_navigation_action_widget_init):
3208         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3209
3210         Fix compile warnings.
3211         
3212 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3213
3214         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3215         (egg_editable_toolbar_dispose):
3216
3217         Fix memory leak.
3218         
3219 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3220
3221         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3222         (screensaver_disable_x11):
3223         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3224         * shell/ev-window.c: (presentation_set_timeout):
3225         * shell/ev-view.c: (ev_view_presentation_transition_start):
3226
3227         Use g_timeout_add_seconds instead of g_timeout_add when
3228         available.
3229         
3230 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3231
3232         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3233
3234         Set horizontal scrollbar policy to AUTOMATIC instead of
3235         NEVER. Workaround for bug #449462.
3236         
3237 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3238
3239         * shell/ev-jobs.c: (ev_job_render_page_ready):
3240
3241         Add page_ready callback to main loop with high priority and hold
3242         a reference to job during idle.
3243         
3244 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3245
3246         * configure.ac:
3247         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3248         (pdf_document_file_exporter_begin),
3249         (pdf_document_file_exporter_do_page),
3250         (pdf_document_file_exporter_get_capabilities):
3251         * libdocument/ev-file-exporter.h:
3252         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3253         * shell/ev-window.c: (ev_window_print_send),
3254         (ev_window_print_dialog_response_cb):
3255
3256         Allow printing multiple pages per sheet. Fixes bug #395573.
3257         
3258 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3259
3260         * shell/ev-view.c: (tip_from_link):
3261         
3262         Check for NULL, fixes bug #460862.
3263
3264 2007-07-29  Christian Persch  <chpe@gnome.org>
3265
3266         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3267         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3268         (ev_window_cmd_preview_print):
3269         
3270         Fixes bug #437681 - blocks while enumerating printers.
3271
3272 2007-07-29  Christian Persch  <chpe@gnome.org>
3273
3274         * shell/ev-window.c: (ev_window_screen_changed):
3275         
3276         Don't use deprecated gtk+ function. See bug #460909.
3277
3278 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * shell/ev-utils.c: (get_num_monitors):
3281         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3282
3283         Do not use display before initializing it. Remove compile
3284         warnings.
3285
3286 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3287
3288         * shell/ev-view.c: (ev_view_class_init):
3289         
3290         Unix-like hjkl bindings added. See bug #458111.
3291
3292 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3293
3294         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3295         * shell/ev-utils.h:
3296         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3297         (ev_view_update_view_size):
3298         * shell/ev-view.h:
3299         * shell/ev-window.c: (ev_window_update_actions),
3300         (setup_view_from_metadata), (ev_window_screen_changed),
3301         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3302         (zoom_control_changed_cb):
3303         * shell/ev-window.h:
3304         
3305         Reorganizes utility functions.
3306
3307 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3310         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3311         (add_job), (ev_pixbuf_cache_get_surface),
3312         (ev_pixbuf_cache_get_link_mapping),
3313         (ev_pixbuf_cache_get_image_mapping),
3314         (ev_pixbuf_cache_get_form_field_mapping),
3315         (ev_pixbuf_cache_get_text_mapping):
3316         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3317         (notify_page_ready), (ev_job_render_page_ready),
3318         (ev_job_render_run):
3319
3320         Add page_ready signal to notify that page is ready as soon as
3321         possible even if other page elements like links, forms, images or
3322         text mapping are not ready yet.
3323
3324 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3327         (dvi_document_file_exporter_do_page),
3328         (dvi_document_file_exporter_get_capabilities),
3329         (dvi_document_file_exporter_iface_init):
3330         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3331         (ps_document_file_exporter_do_page),
3332         (ps_document_file_exporter_get_capabilities),
3333         (ps_document_file_exporter_iface_init):
3334         * backend/djvu/djvu-document.c:
3335         (djvu_document_file_exporter_begin),
3336         (djvu_document_file_exporter_end),
3337         (djvu_document_file_exporter_get_capabilities),
3338         (djvu_document_file_exporter_iface_init):
3339         * backend/tiff/tiff-document.c:
3340         (tiff_document_file_exporter_begin),
3341         (tiff_document_file_exporter_get_capabilities),
3342         (tiff_document_document_file_exporter_iface_init):
3343         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3344         (pdf_document_file_exporter_do_page),
3345         (pdf_document_file_exporter_get_capabilities),
3346         (pdf_document_file_exporter_iface_init):
3347         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3348         (ev_file_exporter_get_capabilities):
3349         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3350         (idle_print_handler), (ev_print_job_print):
3351         * shell/ev-jobs.c: (ev_job_print_run):
3352         * shell/ev-window.c: (ev_window_print_send),
3353         (ev_window_print_range):
3354
3355         Use capabilities to know which options should be offered by the
3356         print dialog depending on the document backend.
3357
3358 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3361
3362         Give priority to forms over text to set the cursor.
3363
3364 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * shell/ev-view-private.h:
3367         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3368         (ev_view_leave_notify_event), (ev_view_finalize),
3369         (ev_view_get_property), (ev_view_class_init):
3370
3371         Use IBEAM cursor for text form fields and NORMAL cursor for read
3372         only fields. Remove unused status attribute.
3373
3374 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3375
3376         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3377
3378         Update region for current selected items also for checkbox
3379         buttons, since they can behave as radio buttons when they are in a
3380         set.
3381
3382 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3383
3384         * configure.ac:
3385         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3386
3387         Get max length of text form fields.
3388
3389 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3392         * libdocument/ev-form-field.h:
3393         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3394
3395         Fix build with current poppler cvs head.
3396
3397 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3400         * shell/eggfindbar.c: (egg_find_bar_init):
3401
3402         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3403         deprecation. Fixes bug #455667
3404
3405 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3406
3407         * NEWS:
3408         * configure.ac:
3409         
3410         Update for release 0.9.2
3411
3412 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * shell/ev-view.c: (ev_view_form_field_text_save),
3415         (ev_view_form_field_choice_save):
3416
3417         Fix a crash when closing whith a form widget visible.
3418
3419 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3422
3423         Update also the region of the current selected button when
3424         clicking on another button if they are radio buttons.
3425
3426 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3429         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3430         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3431         (ev_pixbuf_cache_get_link_mapping),
3432         (ev_pixbuf_cache_get_image_mapping),
3433         (ev_pixbuf_cache_get_form_field_mapping),
3434         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3435         * shell/ev-view.c: (ev_view_form_field_get_region),
3436         (ev_view_form_field_button_create_widget),
3437         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3438         (job_finished_cb):
3439
3440         Redraw only form field region instead of the whole page when
3441         reloading a page to show changes on the form field.
3442
3443 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * shell/ev-view.c: (ev_view_form_field_choice_save):
3446
3447         Fix selection of first item in list form fields.
3448
3449 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3450
3451         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3452         (ev_pixbuf_cache_reload_page),
3453         (ev_pixbuf_cache_get_form_field_mapping):
3454
3455         Some refactoring to avoid duplicated code.
3456
3457 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * configure.ac:
3460         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3461         (ev_form_field_from_poppler_field),
3462         (pdf_document_forms_get_form_fields),
3463         (pdf_document_forms_form_field_text_get_text),
3464         (pdf_document_forms_form_field_text_set_text),
3465         (pdf_document_forms_form_field_button_set_state),
3466         (pdf_document_forms_form_field_button_get_state),
3467         (pdf_document_forms_form_field_choice_get_item),
3468         (pdf_document_forms_form_field_choice_get_n_items),
3469         (pdf_document_forms_form_field_choice_is_item_selected),
3470         (pdf_document_forms_form_field_choice_select_item),
3471         (pdf_document_forms_form_field_choice_toggle_item),
3472         (pdf_document_forms_form_field_choice_unselect_all),
3473         (pdf_document_forms_form_field_choice_set_text),
3474         (pdf_document_forms_form_field_choice_get_text),
3475         (pdf_document_document_forms_iface_init):
3476         * libdocument/Makefile.am:
3477         * libdocument/ev-form-field.[ch]:
3478         * libdocument/ev-document-forms.[ch]:
3479         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3480         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3481         (add_job), (ev_pixbuf_cache_reload_page),
3482         (ev_pixbuf_cache_get_form_field_mapping):
3483         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3484         * shell/ev-view-private.h:
3485         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3486         (ev_view_handle_cursor_over_xy),
3487         (ev_view_get_form_field_at_location),
3488         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3489         (ev_view_form_field_button_create_widget),
3490         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3491         (ev_view_form_field_text_create_widget),
3492         (ev_view_form_field_choice_save),
3493         (ev_view_form_field_choice_changed),
3494         (ev_view_form_field_choice_create_widget),
3495         (ev_view_handle_form_field), (ev_view_size_allocate),
3496         (ev_view_realize), (draw_end_presentation_page),
3497         (ev_view_button_press_event), (ev_view_remove_all),
3498         (ev_view_motion_notify_event), (ev_view_key_press_event),
3499         (ev_view_enter_notify_event), (highlight_find_results),
3500         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3501         (ev_view_class_init), (page_changed_cb),
3502         (on_adjustment_value_changed), (ev_view_set_presentation),
3503         (merge_selection_region), (ev_view_set_cursor),
3504         (ev_view_reset_presentation_state):
3505         
3506         Merge evince-forms branch.
3507
3508 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3509
3510         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3511
3512         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3513         This script also updates itself from libegg
3514
3515         * cut-n-paste/toolbar-editor/egg*:
3516         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3517         libegg
3518
3519 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3520
3521         * shell/ev-window.c:
3522         
3523         Adds a nice icon to page action during toolbar editing.
3524         See bug #452872.
3525
3526 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3527
3528         * data/evince-toolbar.xml:
3529         * shell/ev-window.c:
3530         
3531         Let user add a presentation and fullscreen icons on toolbar.
3532         See bug #449734.
3533
3534 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3535
3536         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3537
3538         new script to keep in sync with toolbareditor in libegg
3539
3540         * cut-n-paste/toolbar-editor/*: 
3541
3542         Run update-toolbareditor-from-libegg so we are in sync again. 
3543         Fixes bug #452850.
3544         
3545
3546 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3547
3548         * shell/ev-sidebar-links.c: (job_finished_callback):
3549
3550         Do not connect selection changed signal more than once. Fixes bug
3551         #349433.
3552
3553 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3554
3555         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3556
3557         Do not change sidebar chrome flag when pressing F9 key in
3558         presentation mode.
3559
3560 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3561
3562         * backend/pdf/ev-poppler.cc:
3563         (pdf_document_thumbnails_get_dimensions):
3564
3565         Make sure thumbnails width and height is not <= 0. Fixes a crash
3566         with some pdf documents which have really small pages.
3567
3568 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3569
3570         * shell/main.c: (main):
3571
3572         Fixes program description translation issue.
3573         Bug #450148.
3574
3575 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3576
3577         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3578
3579         Do not change current page when returning from black/white mode
3580         in presentation. Fixes bug #415032.
3581
3582 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3583
3584         * NEWS:
3585         * configure.ac:
3586         
3587         Update for release 0.9.1
3588
3589 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3590
3591         * backend/dvi/dvi-document.c:
3592         (dvi_document_finalize),
3593         (dvi_document_file_exporter_format_supported),
3594         (dvi_document_file_exporter_begin),
3595         (dvi_document_file_exporter_do_page),
3596         (dvi_document_file_exporter_end),
3597         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3598         
3599         PDF exporter for dvi documents. Fixes bug #441319.
3600
3601 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * shell/ev-window.c: (ev_window_clear_print_job):
3604
3605         Clear gtk print job when job has finished. Fixes bug #447612.
3606
3607 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * shell/ev-window.c: (ev_window_print_send),
3610         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3611
3612         Add preview button to print dialog. Fixes bug #445419.
3613
3614 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * backend/dvi/Makefile.am:
3617         * backend/dvi/pixbuf-device.[ch]: Removed
3618         * backend/dvi/cairo-device.[ch]: Added
3619         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3620         * backend/dvi/dvi-document.c: (dvi_document_load),
3621         (dvi_document_render), (dvi_document_finalize),
3622         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3623         (dvi_document_do_color_special):
3624         * libdocument/ev-document-misc.[ch]:
3625         (ev_document_misc_pixbuf_from_surface):
3626
3627         Port dvi backend to cairo and fix a problem with colors. 
3628
3629 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * shell/ev-view.c: (draw_one_page):
3632
3633         Draw only visible region.
3634
3635 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3636
3637         * backend/djvu/djvu-document.c: (djvu_document_render):
3638
3639         Fix rotation in djvu backend.
3640
3641 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3642
3643         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3644         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3645         (ev_pixbuf_cache_get_image_mapping),
3646         (ev_pixbuf_cache_get_text_mapping):
3647
3648         Redraw view every time we have a new surface. Fixes bug #443587.
3649
3650 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3651
3652         * libdocument/ev-document.c: (ev_document_info_free):
3653
3654         Fix memory leaks.
3655
3656 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3657
3658         * backend/dvi/dvi-document.c: (dvi_document_render),
3659         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3660         * backend/impress/impress-document.c:
3661         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3662         (impress_document_render), (impress_document_document_iface_init),
3663         (impress_document_thumbnails_get_thumbnail):
3664         * backend/djvu/djvu-document-private.h:
3665         * backend/djvu/djvu-document.c: (djvu_document_render),
3666         (djvu_document_finalize), (djvu_document_document_iface_init),
3667         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3668         * backend/tiff/tiff-document.c: (tiff_document_render),
3669         (tiff_document_render_pixbuf),
3670         (tiff_document_document_iface_init):
3671         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3672         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3673         (pdf_selection_render_selection):
3674         * backend/comics/comics-document.c:
3675         (comics_document_render_pixbuf), (comics_document_render),
3676         (comics_document_document_iface_init):
3677         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3678         (pixbuf_document_document_iface_init):
3679         * libdocument/ev-document-misc.[ch]:
3680         (ev_document_misc_surface_from_pixbuf),
3681         (ev_document_misc_surface_rotate_and_scale):
3682         * libdocument/ev-document.[ch]: (ev_document_render):
3683         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3684         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3685         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3686         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3687         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3688         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3689         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3690         (render_finished_cb), (ev_job_render_run):
3691         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3692         (merge_selection_region):
3693
3694         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3695         and selections.
3696
3697 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/ev-window-title.c: (ev_window_title_update):
3700
3701         Fix memory leak.
3702
3703 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * shell/ev-view.c: (draw_loading_text):
3706
3707         Show loading text centered. Fixes bug #433061
3708
3709 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3710
3711         * shell/ev-sidebar-thumbnails.c:
3712         (ev_sidebar_thumbnails_set_loading_icon):
3713
3714         Remove a mutex in the main thread that blocks the UI in heavy
3715         documents.
3716
3717 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3718
3719         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3720
3721         Set points_set to TRUE so that selections don't disappear after a
3722         zoom change.
3723
3724 2007-06-07  Michael Monreal  <infernux@web.de>
3725
3726         * data/icons/16x16/actions/Makefile.am:
3727         * data/icons/16x16/actions/zoom.svg:
3728         * data/icons/22x22/actions/Makefile.am:
3729         * data/icons/22x22/actions/zoom.svg:
3730         * data/icons/24x24/actions/Makefile.am:
3731         * shell/ev-stock-icons.c:
3732         * shell/ev-stock-icons.h:
3733         * shell/ev-window.c:
3734         
3735         Zoom icon artwork. See bug #444795.
3736
3737 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3738
3739         * shell/ev-metadata-manager.c: Remove extraneous function
3740         (Closes: #444386)
3741
3742 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3743
3744         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3745         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3746         (ev_metadata_manager_set), (ev_metadata_manager_save):
3747         Simplify the timeout, no need for modified anymore
3748
3749 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3750
3751         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3752         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3753         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3754         (ev_metadata_manager_save): Adapted patch from Arjan van de
3755         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3756         time, saves on power (Closes: #443851)
3757
3758 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * configure.ac:
3761         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3762         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3763
3764         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3765
3766 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3767
3768         * shell/ev-window.c: (ev_window_add_history):
3769
3770         Check if history is NULL
3771
3772 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3773
3774         * libdocument/ev-image.c: (ev_image_finalize):
3775         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3776         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3777         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3778         (ev_tmp_uri_unlink):
3779
3780         Add functions to delete temporary files created by evince in a safe
3781         way.
3782
3783         * shell/ev-window.c: (ev_window_clear_local_uri),
3784         (open_xfer_update_progress_callback),
3785         (save_xfer_update_progress_callback), (ev_window_save_remote),
3786         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3787         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3788         (attachment_save_dialog_response_cb),
3789         (ev_attachment_popup_cmd_save_attachment_as):
3790
3791         Allow saving a copy of a document, image or attachment to a remote
3792         location. Fixes bug #440754. 
3793
3794 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * configure.ac:
3797         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3798
3799         Fix build with current poppler from cvs head. 
3800
3801 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3802
3803         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3804
3805         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3806         directory exists.
3807
3808 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3809
3810         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3811         * shell/ev-window.c:
3812
3813         Change sidebar ordering. Fixes bug #439939.
3814
3815 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3816
3817         * backend/comics/Makefile.am:
3818         
3819         Fixes build with --without-libgnome.
3820
3821 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3822         
3823         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3824
3825         Update cursor and tooltip on page change and view scroll. Fixes bug
3826         #439217.
3827
3828 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3829
3830         * NEWS:
3831         * configure.ac:
3832         
3833         Update for release 0.9.0
3834
3835 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3836
3837         * backend/djvu/djvu-document-private.h:
3838         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3839         (djvu_document_finalize),
3840         (djvu_document_file_exporter_format_supported),
3841         (djvu_document_file_exporter_begin),
3842         (djvu_document_file_exporter_do_page),
3843         (djvu_document_file_exporter_end),
3844         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3845         
3846         Implemented printing with djvu. Bug #437998.
3847
3848 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3849
3850         * backend/impress/zip.c:
3851         Add missing ulong definition.
3852
3853         * backend/ps/ps-interpreter.c:
3854         Add missing headers.
3855
3856         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3857
3858 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3861
3862         Add missing call to parent class dispose method. 
3863
3864 2007-05-12  Ross Burton  <ross@openedhand.com>
3865
3866         * shell/main.c:
3867         Sync keybindings manually when building without libgnome
3868         (#437925).
3869
3870 2007-05-12  Ross Burton  <ross@openedhand.com>
3871
3872         * shell/ev-window.c:
3873         Respect the screen when opening help (#437866).
3874
3875 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3876
3877         * data/evince-ui.xml:
3878         * shell/ev-application.[ch]: (get_print_settings_from_args),
3879         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3880         (ev_application_open_uri_list):
3881         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3882         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3883         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3884         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3885         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3886         (ev_window_dispose):
3887         * shell/main.c: (arguments_parse):
3888
3889         Add print button in preview mode. Fixes bug #396475. 
3890
3891 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * cut-n-paste/zoom-control/ephy-zoom.h:
3894         
3895         Fixes zoom level factors. See bug #408119 for details.
3896
3897 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3898
3899         * backend/comics/comics-document.c: (comics_regex_quote),
3900         (extract_argv):
3901         
3902         Correctly quote symbols. Fixes crash in the bug
3903         #415370.
3904
3905 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3906
3907         * shell/ev-navigation-action-widget.c:
3908         (ev_navigation_action_widget_init),
3909         (ev_navigation_action_widget_class_init),
3910         (ev_navigation_action_widget_button_press_event):
3911         
3912         Connect to button-press event on correct widget. Fixes
3913         bug #431988
3914
3915 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3916
3917         * shell/ev-application.c: (ev_application_open_window),
3918         (ev_application_add_icon_path_for_screen),
3919         (ev_application_open_uri_at_dest):
3920         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3921         * shell/ev-navigation-action.c: (build_menu):
3922         
3923         Add app-specific icons to our icon theme. Fixes bug
3924         #425508.
3925
3926 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3927
3928         * shell/ev-history.c: (ev_history_class_init),
3929         (ev_history_add_link):
3930         * shell/ev-history.h:
3931         * shell/ev-navigation-action.c:
3932         (ev_navigation_action_history_changed),
3933         (ev_navigation_action_set_history), (build_menu),
3934         (ev_navigation_action_finalize):
3935         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3936         
3937         Make navigation action unsensitive instead of showing
3938         menu with unsensitive word. Fixes bug #417392.
3939
3940 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * shell/ev-application.[ch]: (ev_application_shutdown),
3943         (ev_application_get_print_settings),
3944         (ev_application_set_print_settings):
3945         * shell/ev-window.c:
3946
3947         Remember print settings. Fixes bug #349102. 
3948
3949 2007-05-08  Christian Persch  <chpe@gnome.org>
3950
3951         * configure.ac:
3952         * properties/ev-properties-view.c:
3953
3954         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3955         Bug #382438.
3956
3957 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3958
3959         * configure.ac:
3960         * properties/ev-properties-view.c: (ev_regular_paper_size):
3961
3962         Use gtk+ builtin paper list to identify the document's paper size.
3963         Fixes bug #382438. 
3964
3965 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3966
3967         * configure.ac:
3968
3969         Fix build when compiling with thumbnailer and libgnome support. 
3970
3971 2007-05-04  Ross Burton  <ross@openedhand.com>
3972
3973         * configure.ac:
3974         Add --without-libgnome, check for libgnome and libgnomeui
3975         separately, and add them to the symbols as required.
3976
3977         * libdocument/ev-file-helpers.c:
3978         When building without libgnome, use g_get_user_config_dir instead
3979         of gnome_user_dir_get.
3980
3981         * shell/ev-application.c:
3982         When building without libgnome, don't use session management.
3983
3984         * shell/main.c:
3985         When building without libgnome, don't use GnomeProgram or
3986         initialise the authentication manager.
3987
3988         This fixes #328842.
3989
3990 2007-05-04  Ross Burton  <ross@openedhand.com>
3991
3992         * shell/ev-window.c:
3993         Don't use libgnome to open help, instead call Yelp directly.
3994
3995 2007-05-04  Ross Burton  <ross@openedhand.com>
3996
3997         * shell/ev-sidebar-attachments.c:
3998         Don't use libgnome to lookup icons for MIME types, instead copy
3999         code from GTK+ to do it manually.
4000
4001 2007-05-04  Ross Burton  <ross@openedhand.com>
4002
4003         * configure.ac:
4004         Add libxml to the dependencies for SHELL_CORE (#435818).
4005
4006 2007-05-02  Ross Burton  <ross@openedhand.com>
4007
4008         * configure.ac:
4009         * Makefile.am:
4010         Add --disable-thumbnailer (#434825)
4011
4012 2007-05-02  Ross Burton  <ross@openedhand.com>
4013
4014         * shell/ev-window.c:
4015         Add missing includes, fix indentation.
4016
4017         * shell/main.c:
4018         Fix indentation.
4019
4020 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4021
4022         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4023         ev_application_open_uri_at_dest instead of ev_application_open_uri
4024         preventing new document always being opened in a new window even if there
4025         is an empty window.
4026
4027 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4028
4029         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4030         (egg_recent_view_uimanager_finalize):
4031         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4032         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4033         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4034         (ev_pixbuf_cache_dispose):
4035         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4036         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4037         
4038         Add missing chain to parent class methods. Fixes
4039         bug #433128.
4040
4041 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4042
4043         * data/Makefile.am (update-icon-cache): Updates
4044         gtk-update-icon-cache in uninstall-hook.
4045
4046 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4047
4048         * shell/ev-window.c: (ev_window_setup_document),
4049         (ev_window_set_document), (ev_window_load_job_cb):
4050         * shell/ev-view.c: (setup_caches):
4051         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4052
4053         Start rendering pages before any other jobs. 
4054
4055 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * shell/ev-window.c: (ev_window_stop_fullscreen),
4058         (ev_window_stop_presentation):
4059
4060         Update chrome visibility before window unfullscreen. 
4061
4062 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4063
4064         * data/Makefile.am:
4065         * data/evince-ui.xml:
4066         * shell/ev-stock-icons.[ch]:
4067         * shell/ev-application.[ch]: (ev_application_shutdown),
4068         (ev_application_init), (ev_application_get_toolbars_model):
4069         * shell/ev-window.c: (update_chrome_visibility),
4070         (fullscreen_toolbar_setup_item_properties),
4071         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4072         (ev_window_run_presentation), (ev_window_stop_presentation),
4073         (ev_window_run_preview), (ev_window_screen_changed),
4074         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4075         (ev_window_dispose), (ev_window_init):
4076
4077         Make fullscreen toolbar always visible. Do not use egg toolbars for
4078         fullscreen and preview modes since such toolbars are not editables.
4079         Fixes bugs #300278, #338910 and #316188.  
4080
4081 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4082
4083         * shell/ev-application.c:
4084         * shell/ev-job-queue.c:
4085         * shell/ev-metadata-manager.c:
4086         * shell/ev-stock-icons.c:
4087         * shell/ev-window.c:
4088         * shell/main.c:
4089         
4090         Developers documentation updated.
4091
4092 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4095
4096         Check whether uri is valid before launching it. Fixes bug #427664.
4097
4098 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4099
4100         * shell/ev-window.c:
4101
4102         Change key accelerator for Open a Copy menu entry which is in conflict
4103         with Close. Fixes bug #427321.
4104
4105 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4106
4107         * NEWS:
4108         * configure.ac:
4109         
4110         Update for release 0.8.1
4111
4112 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4113
4114         * shell/ev-window.c: (setup_size_from_metadata):
4115         
4116         Do not make window bigger than screen. Fixes bug 
4117         #388985.
4118
4119 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4120
4121         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4122         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4123
4124         Use default resolution when it's not provided by document. Fixes bug
4125         #408762.
4126
4127 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4128
4129         * configure.ac:
4130         * thumbnailer/Makefile.am:
4131         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4132         * thumbnailer/evince-thumbnailer.schemas.in:
4133         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4134
4135         Add support for ps, eps and compressed documents thumbnails. Do not
4136         ignore size parameter. 
4137
4138 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4139
4140         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4141         (dvi_document_do_color_special):
4142         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4143
4144         Implement font color specials in the DVI backend. Fixes bug #303651.
4145
4146 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4147
4148         Fixup the previous commit:
4149
4150         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4151         * shell/xdg-user-dir-lookup.c: Make the function non-static
4152         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4153
4154 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4155
4156         * shell/ev-window.c (file_open_dialog_response_cb): Use
4157         the xdg-user-dirs DOCUMENTS folder as default folder when
4158         opening a file chooser.  (#424858)
4159
4160         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4161         xdg-user-dirs.
4162
4163 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4164
4165         * shell/ev-window.c: (ev_window_load_job_cb):
4166
4167         Do not setup view from metadata on preview mode. 
4168
4169 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4170
4171         * shell/main.c:
4172
4173         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4174
4175 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4176
4177         * shell/ev-view.c: (ev_view_primary_get_cb):
4178
4179         Check pointer != NULL before using it. Fixes bug #416841. 
4180
4181 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4182
4183         * NEWS:
4184         * configure.ac:
4185         
4186         Release 0.8.0
4187
4188 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4191
4192         Do not render thumbnails when sidebar thumbnail page is not visible
4193         at startup. Fixes bug #416447. 
4194
4195 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4196
4197         * data/evince.desktop.in.in:
4198
4199         "Application" is not a valid category in the freedesktop specification.
4200
4201 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4202
4203         * libdocument/ev-file-helpers.[ch]: (compression_run),
4204         (ev_file_uncompress), (ev_file_compress):
4205         * shell/ev-window.c: (file_save_dialog_response_cb):
4206
4207         Save document compressed when saving a copy of a compressed document.
4208         Fixes bug #334542.
4209
4210 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4211
4212         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4213
4214         Allow deleting in goto window entry in presentation mode. 
4215
4216 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4217
4218         * Makefile.am: Dist MAINTAINERS.
4219
4220 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4221
4222         * shell/ev-window.c: (ev_window_update_actions):
4223
4224         Fix zoom shortcut keys when searching. Fixes bug #409828.
4225
4226 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * shell/ev-window.c: (ev_window_setup_document):
4229
4230         Fix crash when loading documents with only one page. 
4231
4232 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4233
4234         * backend/dvi/dvi-document.c:
4235         (dvi_document_thumbnails_get_dimensions),
4236         (dvi_document_thumbnails_get_thumbnail):
4237         * backend/impress/impress-document.c:
4238         (impress_document_thumbnails_get_thumbnail),
4239         (impress_document_thumbnails_get_dimensions):
4240         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4241         (ps_document_thumbnails_get_dimensions):
4242         * backend/djvu/djvu-document.c:
4243         (djvu_document_thumbnails_get_dimensions),
4244         (djvu_document_thumbnails_get_thumbnail):
4245         * backend/tiff/tiff-document.c:
4246         (tiff_document_thumbnails_get_thumbnail),
4247         (tiff_document_thumbnails_get_dimensions):
4248         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4249         (pdf_document_thumbnails_get_thumbnail),
4250         (pdf_document_thumbnails_get_dimensions):
4251         * backend/comics/comics-document.c:
4252         (comics_document_thumbnails_get_thumbnail),
4253         (comics_document_thumbnails_get_dimensions):
4254         * backend/pixbuf/pixbuf-document.c:
4255         (pixbuf_document_thumbnails_get_thumbnail),
4256         (pixbuf_document_thumbnails_get_dimensions):
4257         * libdocument/ev-document-thumbnails.[ch]:
4258         (ev_document_thumbnails_get_thumbnail),
4259         (ev_document_thumbnails_get_dimensions):
4260         * libdocument/ev-document-misc.[ch]:
4261         (ev_document_misc_get_thumbnail_frame):
4262         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4263         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4264         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4265         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4266         (ev_sidebar_thumbnails_refresh):
4267         * shell/ev-window.c: (ev_window_setup_document):
4268         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4269
4270         Use an EvRenderContext for rendering thumbnails instead of a suggested
4271         width, so that different sized pages get sized proportionally.
4272
4273 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4274
4275         * shell/ev-view.c: (ev_view_button_press_event),
4276         (ev_view_key_press_event):
4277
4278         Fix critical warnings when there is no document loaded. 
4279
4280 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * shell/ev-page-action-widget.c:
4283         * shell/ev-navigation-action.c:
4284         * shell/ev-window.c:
4285
4286         Fix compile warnings. 
4287
4288 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4289
4290         * backend/djvu/djvu-text.h:
4291         * backend/djvu/djvu-document.c:
4292         * backend/djvu/djvu-text-page.c:
4293         * backend/djvu/djvu-links.c:
4294         * backend/djvu/djvu-text-page.h:
4295         * backend/djvu/djvu-text.c:
4296         
4297         Fix build on Mac. Fixes bug #392186. Patch by
4298         <ephraim_owns@hotmail.com>
4299
4300 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4301
4302         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4303
4304         Restore cairo context before rendering every page when printing a PDF
4305         document into a PDF file. 
4306
4307 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4308
4309         * backend/ps/gstypes.h:
4310         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4311         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4312         (ps_document_thumbnails_get_thumbnail):
4313
4314         Handle PostScript page orientation. Fixes bug #318568.
4315
4316 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4317
4318         * backend/ps/Makefile.am:
4319         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4320         (document_load), (ps_document_load), (save_document),
4321         (save_page_list), (ps_document_get_n_pages),
4322         (ps_document_get_page_size), (ps_document_get_info),
4323         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4324         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4325         (ps_document_thumbnails_get_thumbnail),
4326         (ps_document_thumbnails_get_dimensions),
4327         (ps_document_document_thumbnails_iface_init):
4328         * backend/ps/ps.[ch]: (psgetpagebox):
4329         * backend/ps/ps-interpreter.[ch]:
4330
4331         Add support for thumbnails in ps backend. Fixes bug #164755. 
4332
4333 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4334
4335         * NEWS:
4336         * configure.ac:
4337         
4338         Release 0.7.2
4339
4340 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4341
4342         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4343         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4344         (ev_window_dispose):
4345
4346         Use document thumbnail as window icon. Fixes bug #384442.
4347
4348 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4349
4350         * configure.ac:
4351
4352         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4353         duplicated adding application/x-bzpostscript instead. 
4354
4355 2007-02-11  Tom Parker  <palfrey@tevp.net>
4356
4357         * backend/ps/ps-document.c: (document_load):
4358
4359         Check return value of psscan before trying
4360         to use it. Fixes bug #372414.
4361
4362 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4363
4364         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4365
4366         Fix invalid free in ev-page-cache. Fixes bug #404745.
4367
4368 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4369
4370         * test/Makefile.am:
4371         * test/test3.py:
4372         
4373         Added reload test case.
4374
4375 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * po/POTFILES.in:
4378         * backend/djvu/djvu-document.c: (djvu_document_load):
4379
4380         Check whether there are missing files in indirect multipage djvu
4381         documents. Fixes bug #361683. 
4382
4383 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4384
4385         * test/Makefile.am:
4386         * test/test-mime.bin:
4387         * test/test3.py:
4388         
4389         Added test for slow mime type
4390
4391 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4392
4393         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4394
4395         Add some checks and call parent_class->finalize. Fixes bug #404745.
4396
4397 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4398
4399         * shell/ev-navigation-action.c: (connect_proxy):
4400         
4401         Fixes dropdown history menu. Thanks a lot Carlos!
4402
4403 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4406
4407         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4408         bug #373715.
4409
4410 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * backend/ps/ps.c: (psscan):
4413
4414         Fix memory leak. 
4415
4416 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4417
4418         * configure.ac:
4419         * libdocument/ev-file-helpers.c: 
4420
4421         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4422
4423 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4424
4425         * configure.ac:
4426         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4427         (ps_interpreter_start), (document_load), (save_document),
4428         (save_page_list):
4429         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4430         * libdocument/ev-document-factory.c:
4431         (ev_document_factory_get_from_mime), (get_document_from_uri),
4432         (free_uncompressed_uri), (ev_document_factory_get_document):
4433         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4434
4435         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4436
4437 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4438
4439         * libdocument/ev-document.h:
4440
4441         Fix typo in function name. 
4442
4443 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4444
4445         * backend/ps/ps-document.c: (ps_interpreter_finished),
4446         (ps_interpreter_start), (ps_interpreter_failed):
4447
4448         Handle ghostscript interpreter crashes. 
4449
4450 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4451
4452         * shell/ev-window.c: (ev_window_open_uri),
4453         (window_configure_event_cb):
4454
4455         Setup window size and position before showing it. Fixes bug #401711.
4456
4457 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4458
4459         * backend/ps/Makefile.am:
4460         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4461         (ps_document_dispose), (ps_document_class_init),
4462         (ps_interpreter_input), (ps_interpreter_output),
4463         (ps_interpreter_error), (setup_interpreter_env),
4464         (ps_interpreter_start), (ps_interpreter_stop),
4465         (ps_interpreter_failed), (ps_interpreter_is_ready),
4466         (check_filecompressed), (document_load), (ps_document_load),
4467         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4468         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4469         (render_page):
4470
4471         Rework ps-document. Code cleanups, remove deprecated code. 
4472
4473 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4474
4475         * shell/ev-view.c: (ev_view_button_press_event):
4476
4477         Do not start an image drag and drop operation when pointer is on 
4478         text, so that we can select text when the whole background is an
4479         image. 
4480
4481 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4482
4483         * shell/ev-window.c: (ev_window_update_actions): 
4484
4485         Disable all zoom related actions during presentation mode. 
4486
4487 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4488
4489         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4490
4491         Do not zoom in or out on presentation mode. Fixes bug #401305.
4492
4493 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4494
4495         * shell/ev-navigation-action.c: (connect_proxy),
4496         (create_menu_item), (ev_navigation_action_class_init):
4497         
4498         Correctly show menu and fix crash when navigaton 
4499         action is out of toolbar visible area.
4500
4501 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4502
4503         * data/Makefile.am:
4504         * data/evince.1:
4505         
4506         Added man file
4507
4508 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4509
4510         * help/reference/* :
4511         * configure.ac:
4512         
4513         Added gtk-doc based documentation for Evince.
4514         Still in initial state but I hope it will
4515         grow.
4516         
4517         * configure.ac:
4518         
4519         Lower dbus requirement to 0.70
4520
4521 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4522
4523         * shell/ev-window.c: (ev_window_add_history):
4524
4525         Fix memory leak. 
4526
4527 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4528
4529         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4530         * shell/ev-view.h:
4531         * shell/ev-window.c: (ev_window_add_history):
4532         
4533         Correctly handle named destination links
4534
4535 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * NOTES:
4538         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4539         * backend/pdf/ev-poppler.cc:
4540         * libdocument/ev-document-links.h:
4541         * libdocument/ev-link.c: (ev_link_get_page):
4542         * libdocument/ev-link.h:
4543         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4544         (ev_history_add_link):
4545         * shell/ev-history.h:
4546         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4547         (new_history_menu_item), (build_menu):
4548         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4549         * shell/ev-sidebar-links.c: (create_loading_model),
4550         (print_section_cb), (ev_sidebar_links_construct),
4551         (fill_page_labels), (update_page_callback_foreach),
4552         (update_page_callback), (job_finished_callback):
4553         * shell/ev-view.c: (ev_view_handle_link):
4554         * shell/ev-window.c: (ev_window_find_chapter),
4555         (ev_window_add_history), (view_handle_link_cb),
4556         (history_changed_cb):
4557         
4558         Implements another history variant
4559
4560 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4561
4562         * shell/ev-window.c: (view_external_link_cb):
4563         * shell/ev-view.c: (ev_view_button_release_event):
4564
4565         Open links in new window when clicking with middle button. 
4566
4567 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4568
4569         * shell/ev-navigation-action.c: (new_history_menu_item):
4570         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4571         * shell/ev-view.c: (ev_view_handle_link):
4572         * shell/ev-window.c:
4573         
4574         Store link before jump, not the destination. For me it 
4575         seems like more natural history behavior.
4576
4577 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4578
4579         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4580         (ev_navigation_action_class_init):
4581         * shell/ev-navigation-action.h:
4582         * shell/ev-page-action.c: (activate_cb):
4583         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4584         (ev_page_cache_set_current_page_history):
4585         * shell/ev-page-cache.h:
4586         * shell/ev-sidebar-thumbnails.c:
4587         (ev_sidebar_tree_selection_changed),
4588         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4589         * shell/ev-view-private.h:
4590         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4591         * shell/ev-view.h:
4592         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4593         (ev_window_setup_document), (ev_window_load_job_cb):
4594         * shell/ev-window.h:
4595         
4596         History finally works as expected.
4597
4598 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4599
4600         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4601
4602         Do not update links treeview if it doesn't have a model assigned yet. 
4603
4604 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4605
4606         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4607         (ev_sidebar_links_class_init), (update_page_callback):
4608
4609         Do not update links treeview when sidepane is not visible. 
4610
4611 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4612
4613         * shell/ev-marshal.list:
4614         * shell/ev-page-action.c: (activate_cb),
4615         (ev_page_action_class_init):
4616         * shell/ev-page-action.h:
4617         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4618         * shell/ev-window.c:
4619         
4620         Remove activate_link signal, not required.
4621
4622 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4623
4624         * shell/ev-navigation-action.c: (build_menu):
4625         
4626         Reorder menu items and build menu with fixed length.
4627
4628 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4629
4630         * shell/ev-view.c: (get_selected_text):
4631         
4632         Normalize text to fix ligatures problem. See bug
4633         #341947 for details.
4634
4635 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4636
4637         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4638
4639         Fix memory leak in ev-page-cache. 
4640
4641 2007-01-25  Tom Parker <palfrey@tevp.net>
4642
4643         * backend/impress/impress-document.c: (impress_document_load),
4644         (impress_document_finalize), (impress_document_init):
4645         * properties/ev-properties-main.c: (ev_properties_get_pages):
4646         
4647         Correctly handle impress document errors. Fixes nautilus
4648         crash in property page #370491.
4649
4650 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4651
4652         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4653         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4654         (ev_job_queue_remove_job):
4655         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4656         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4657         (ev_job_load_run):
4658         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4659         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4660         (ev_window_load_job_cb), (xfer_update_progress_callback),
4661         (ev_window_open_uri), (ev_window_dispose):
4662         * shell/main.c: (main):
4663
4664         Do file transfer asynchronously in the main thread instead of
4665         synchronously in the load thread. Fixes bugs #399694, #398307 and
4666         #343542.
4667
4668 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4669
4670         * shell/ev-jobs.c: (ev_job_xfer_run):
4671
4672         Load the document with the font-config lock held. 
4673
4674 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * backend/ps/ps-document.c: (start_interpreter):
4677
4678         Fix memory leaks in ps backend. 
4679
4680 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * backend/impress/impress-document.c:
4683         (impress_document_render_pixbuf):
4684
4685         Do not acquire fontconfig lock in impress backend, since it is using
4686         the main loop for rendering. 
4687
4688 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4689
4690         * po/POTFILES.in: 
4691
4692         Remove mdvi files that shouldn't be translated. 
4693
4694 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * shell/ev-view-private.h:
4697         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4698         (ev_view_set_zoom):
4699
4700         Render "loading..." text into a cairo surface instead of directly into
4701         the window so that fontconfig lock is only needed once and UI is not
4702         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4703
4704 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4705
4706         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4707         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4708
4709         Use icon theme associated with the window screen rather than default. 
4710
4711 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4712
4713         * configure.ac:
4714
4715         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4716
4717 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4718
4719         * data/icons/*/apps/evince.*:
4720
4721         Move Evince icons under new apps directory.
4722
4723         * data/icons/*/actions/*:
4724
4725         Add new custom themeable Evince icons: view-page-continuous, 
4726         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4727         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4728
4729         * configure.ac:
4730
4731         Add new directories to AC_CONFIG_FILES.
4732
4733         * shell/ev-stock-icons.c:
4734         * shell/ev-stock-icons.h:
4735
4736         Use new custom themeable icons.
4737
4738 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4739
4740         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4741
4742         Do not draw white background page in presentation mode. 
4743
4744 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4745
4746         * shell/ev-view.c: Remove unused gnome-vfs include.
4747
4748 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4749
4750         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4751         
4752         Format string is corrected, fixes bug #397129.
4753
4754 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4755
4756         * shell/ev-window.c: (ev_window_setup_recent):
4757
4758         Do not include in recent menu inexistent documents. Fixes
4759         bug #339171.
4760
4761 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4762
4763         * po/POTFILES.skip: 
4764
4765         Update POTFILES.skip file according to current source tree. 
4766
4767 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * shell/ev-window.c: (file_save_dialog_response_cb):
4770
4771         Do Save a copy in atomic way. Fixes bug #328266. 
4772
4773 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4774
4775         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4776
4777         Keep selected cell always visible in index treeview.
4778
4779 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4780         
4781         * shell/ev-view.c: (ev_view_size_allocate):
4782
4783         Restore horizontal scrollbar after switching to/from fullscreen
4784         or presentation mode. Fixes bug #331728.
4785
4786 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4787
4788         * shell/ev-view-private.h:
4789         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4790         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4791         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4792         (ev_view_can_zoom_out):
4793
4794         Use max and min scale values in the view iby taking dpi into account. 
4795
4796 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4797
4798         * configure.ac:
4799         * NEWS:
4800
4801         Release 0.7.1
4802
4803 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4804
4805         * shell/ev-window.c: (ev_window_print_send):
4806
4807         Send print job to printer with some settings set to default values,
4808         since we have already exported to a file according to such settings
4809         and they could be taken twice by some printers. 
4810
4811 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4812
4813         * shell/ev-jobs.c: (ev_job_xfer_run):
4814         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4815
4816         Show main window and load document with the font-config lock held. 
4817
4818 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4819
4820         * configure.ac:
4821         * shell/ev-application.c: (ev_application_register_service):
4822         * shell/main.c: (load_files_remote):
4823
4824         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4825
4826 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4827
4828         * doc/debugging.txt:
4829         
4830         Remove obsolete documentation.
4831
4832 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4833
4834         * Makefile.am:
4835         * backend/Makefile.am:
4836         * backend/comics/Makefile.am:
4837         * backend/djvu/Makefile.am:
4838         * backend/dvi/Makefile.am:
4839         * backend/ev-async-renderer.c:
4840         * backend/ev-async-renderer.h:
4841         * backend/ev-attachment.c:
4842         * backend/ev-attachment.h:
4843         * backend/ev-backend-marshal.c:
4844         * backend/ev-document-factory.c:
4845         * backend/ev-document-factory.h:
4846         * backend/ev-document-find.c:
4847         * backend/ev-document-find.h:
4848         * backend/ev-document-fonts.c:
4849         * backend/ev-document-fonts.h:
4850         * backend/ev-document-images.c:
4851         * backend/ev-document-images.h:
4852         * backend/ev-document-info.h:
4853         * backend/ev-document-links.c:
4854         * backend/ev-document-links.h:
4855         * backend/ev-document-misc.c:
4856         * backend/ev-document-misc.h:
4857         * backend/ev-document-security.c:
4858         * backend/ev-document-security.h:
4859         * backend/ev-document-thumbnails.c:
4860         * backend/ev-document-thumbnails.h:
4861         * backend/ev-document-transition.c:
4862         * backend/ev-document-transition.h:
4863         * backend/ev-document.c:
4864         * backend/ev-document.h:
4865         * backend/ev-file-exporter.c:
4866         * backend/ev-file-exporter.h:
4867         * backend/ev-image.c:
4868         * backend/ev-image.h:
4869         * backend/ev-link-action.c:
4870         * backend/ev-link-action.h:
4871         * backend/ev-link-dest.c:
4872         * backend/ev-link-dest.h:
4873         * backend/ev-link.c:
4874         * backend/ev-link.h:
4875         * backend/ev-render-context.c:
4876         * backend/ev-render-context.h:
4877         * backend/ev-selection.c:
4878         * backend/ev-selection.h:
4879         * backend/impress/Makefile.am:
4880         * backend/pdf/Makefile.am:
4881         * backend/pixbuf/Makefile.am:
4882         * backend/ps/Makefile.am:
4883         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4884         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4885         (start_interpreter), (stop_interpreter), (document_load),
4886         (ps_document_next_page), (render_page):
4887         * backend/tiff/Makefile.am:
4888         * comics/Makefile.am:
4889         * comics/comics-document.c:
4890         * comics/comics-document.h:
4891         * configure.ac:
4892         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4893         * djvu/Makefile.am:
4894         * djvu/djvu-document-private.h:
4895         * djvu/djvu-document.c:
4896         * djvu/djvu-document.h:
4897         * djvu/djvu-links.c:
4898         * djvu/djvu-links.h:
4899         * djvu/djvu-text-page.c:
4900         * djvu/djvu-text-page.h:
4901         * djvu/djvu-text.c:
4902         * djvu/djvu-text.h:
4903         * dvi/Makefile.am:
4904         * dvi/dvi-document.c:
4905         * dvi/dvi-document.h:
4906         * dvi/fonts.c:
4907         * dvi/fonts.h:
4908         * dvi/mdvi-lib/Makefile.am:
4909         * dvi/mdvi-lib/afmparse.c:
4910         * dvi/mdvi-lib/afmparse.h:
4911         * dvi/mdvi-lib/bitmap.c:
4912         * dvi/mdvi-lib/bitmap.h:
4913         * dvi/mdvi-lib/color.c:
4914         * dvi/mdvi-lib/color.h:
4915         * dvi/mdvi-lib/common.c:
4916         * dvi/mdvi-lib/common.h:
4917         * dvi/mdvi-lib/defaults.h:
4918         * dvi/mdvi-lib/dvimisc.c:
4919         * dvi/mdvi-lib/dviopcodes.h:
4920         * dvi/mdvi-lib/dviread.c:
4921         * dvi/mdvi-lib/files.c:
4922         * dvi/mdvi-lib/font.c:
4923         * dvi/mdvi-lib/fontmap.c:
4924         * dvi/mdvi-lib/fontmap.h:
4925         * dvi/mdvi-lib/fontsrch.c:
4926         * dvi/mdvi-lib/gf.c:
4927         * dvi/mdvi-lib/hash.c:
4928         * dvi/mdvi-lib/hash.h:
4929         * dvi/mdvi-lib/list.c:
4930         * dvi/mdvi-lib/mdvi.h:
4931         * dvi/mdvi-lib/pagesel.c:
4932         * dvi/mdvi-lib/paper.c:
4933         * dvi/mdvi-lib/paper.h:
4934         * dvi/mdvi-lib/pk.c:
4935         * dvi/mdvi-lib/private.h:
4936         * dvi/mdvi-lib/setup.c:
4937         * dvi/mdvi-lib/sp-epsf.c:
4938         * dvi/mdvi-lib/special.c:
4939         * dvi/mdvi-lib/sysdeps.h:
4940         * dvi/mdvi-lib/t1.c:
4941         * dvi/mdvi-lib/tfm.c:
4942         * dvi/mdvi-lib/tfmfile.c:
4943         * dvi/mdvi-lib/tt.c:
4944         * dvi/mdvi-lib/util.c:
4945         * dvi/mdvi-lib/vf.c:
4946         * dvi/pixbuf-device.c:
4947         * dvi/pixbuf-device.h:
4948         * impress/Makefile.am:
4949         * impress/common.h:
4950         * impress/document.c:
4951         * impress/f_oasis.c:
4952         * impress/f_oo13.c:
4953         * impress/iksemel.c:
4954         * impress/iksemel.h:
4955         * impress/imposter.h:
4956         * impress/impress-document.c:
4957         * impress/impress-document.h:
4958         * impress/internal.h:
4959         * impress/r_back.c:
4960         * impress/r_draw.c:
4961         * impress/r_geometry.c:
4962         * impress/r_gradient.c:
4963         * impress/r_style.c:
4964         * impress/r_text.c:
4965         * impress/render.c:
4966         * impress/render.h:
4967         * impress/zip.c:
4968         * impress/zip.h:
4969         * lib/Makefile.am:
4970         * lib/ev-debug.c:
4971         * lib/ev-debug.h:
4972         * lib/ev-file-helpers.c:
4973         * lib/ev-file-helpers.h:
4974         * lib/ev-gui.c:
4975         * lib/ev-gui.h:
4976         * lib/ev-tooltip.c:
4977         * lib/ev-tooltip.h:
4978         * libdocument/Makefile.am:
4979         * libdocument/ev-file-helpers.c:
4980         * pdf/Makefile.am:
4981         * pdf/ev-poppler.cc:
4982         * pdf/ev-poppler.h:
4983         * pixbuf/Makefile.am:
4984         * pixbuf/pixbuf-document.c:
4985         * pixbuf/pixbuf-document.h:
4986         * properties/Makefile.am:
4987         * ps/Makefile.am:
4988         * ps/gsdefaults.c:
4989         * ps/gsdefaults.h:
4990         * ps/gsio.c:
4991         * ps/gsio.h:
4992         * ps/gstypes.h:
4993         * ps/ps-document.c:
4994         * ps/ps-document.h:
4995         * ps/ps.c:
4996         * ps/ps.h:
4997         * shell/Makefile.am:
4998         * shell/ev-application.h:
4999         * shell/ev-sidebar-links.c:
5000         * shell/ev-sidebar-links.h:
5001         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5002         (ev_gui_menu_position_tree_selection):
5003         * shell/ev-utils.h:
5004         * shell/ev-view.c: (ev_view_finalize):
5005         * shell/ev-window.c:
5006         * shell/main.c: (main):
5007         * thumbnailer/Makefile.am:
5008         * tiff/Makefile.am:
5009         * tiff/tiff-document.c:
5010         * tiff/tiff-document.h:
5011         * tiff/tiff2ps.c:
5012         * tiff/tiff2ps.h:
5013         
5014         Reorganize source tree.
5015
5016 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5017
5018         * backend/ev-document-factory.c:
5019
5020         Do not include ev-poppler.h when pdf is disabled. 
5021
5022 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5023
5024         * configure.ac:
5025         * data/evince-ui.xml:
5026         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5027         (pdf_document_document_images_iface_init):
5028         * backend/Makefile.am:
5029         * backend/ev-document-images.[ch]:
5030         * backend/ev-image.[ch]:
5031         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5032         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5033         (ev_job_xfer_run):
5034         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5035         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5036         (ev_pixbuf_cache_get_image_mapping):
5037         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5038         (view_menu_popup_cb), (ev_window_dispose),
5039         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5040         (ev_view_popup_cmd_copy_image):
5041         * shell/ev-view-private.h:
5042         * shell/ev-view.c: (ev_view_get_image_at_location),
5043         (ev_view_do_popup_menu), (ev_view_popup_menu),
5044         (ev_view_button_press_event), (ev_view_drag_data_get),
5045         (ev_view_drag_motion), (ev_view_drag_data_received),
5046         (ev_view_motion_notify_event), (ev_view_button_release_event),
5047         (ev_view_finalize), (ev_view_class_init):
5048
5049         Add image handling support. Fixes bugs #310008 and #325047. Images
5050         selection is not supported yet. 
5051
5052 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5053
5054         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5055         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5056         (ev_view_init):
5057
5058         Move view drag and drop stuff to ev-view.
5059
5060 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5061
5062         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5063         * shell/ev-view.c: (clear_selection): 
5064
5065         Clear selection also in pixbuf cache.
5066
5067 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5068
5069         * data/evince.desktop.in.in:
5070         
5071         Change icon name in desktop file. See bug #390734
5072         for details.
5073
5074 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5075
5076         * thumbnailer/Makefile.am:
5077
5078         Use top_builddir instead top_srcdir for generated schema
5079         file installation. Fixes bug #390161.
5080
5081 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5082
5083         * configure.ac:
5084         * backend/Makefile.am:
5085         * backend/ev-document-transition.[ch]:
5086         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5087         (pdf_document_page_transition_iface_init):
5088         * shell/ev-view-private.h:
5089         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5090         (ev_view_set_presentation), (transition_next_page),
5091         (ev_view_presentation_transition_stop),
5092         (ev_view_presentation_transition_start), (ev_view_next_page):
5093
5094         Add page transition support in presentation mode. At the moment only
5095         page duration is supported, but not transition effects. Fixes bug
5096         #309815.
5097
5098 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5099
5100         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5101
5102         Run find_link_dest with document lock held, since it's called by links
5103         thread and main thread at the same time. 
5104
5105 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5106
5107         * shell/ev-view.c: (goto_dest):
5108
5109         Update page-cache when page is changed by the view, so that
5110         page-changed signal is emitted. 
5111
5112 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5113
5114         * test/test1.py:
5115         * test/test2.py:
5116
5117         Use C locale in tests. 
5118
5119 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5120
5121         * shell/ev-window.c: (ev_window_run_presentation):
5122         * shell/ev-view-private.h:
5123         * shell/ev-view.c: (ev_view_set_presentation):
5124
5125         Restore zoom settings when back from presentation mode. 
5126
5127 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5128
5129         * shell/ev-window.c: (ev_window_run_presentation):
5130
5131         Always use "best fit" zoom in presentation mode.
5132         Fixes bug #389195.
5133
5134 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5135
5136         * shell/ev-view.c: (ev_view_goto_window_create):
5137
5138         Show "Jump to page" label in the page jumping popup in
5139         presentation mode instead of just a GtkEntry.
5140
5141 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5142
5143         * shell/ev-window.c: (launch_external_uri):
5144
5145         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5146         #378085.
5147
5148 2006-12-22  Elijah Newren  <newren gmail com>
5149
5150         * configure.ac: explicitly check for libxml2.  Fixes #388795
5151
5152 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * shell/ev-view-private.h:
5155         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5156         (ev_view_goto_window_delete_event), (key_is_numeric),
5157         (ev_view_goto_window_key_press_event),
5158         (ev_view_goto_window_button_press_event),
5159         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5160         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5161         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5162
5163         Allow jumping to another page by typing a page number in presentation
5164         mode. It uses a popup window with an entry. Fixes bug #353625.
5165
5166 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5167
5168         * configure.ac:
5169         * properties/ev-properties-view.c: (ev_get_default_user_units),
5170         (ev_regular_paper_size):
5171         
5172         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5173         to Damien Carbery <damien.carbery@sun.com> and
5174         Yevgen Muntyan <muntyan@tamu.edu>.
5175
5176 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5177
5178         * shell/ev-window.c: (setup_document_from_metadata):
5179
5180         Make sure Evince doesn't restore the view on the last
5181         page when a document is reopened. Fixes bug #383381.
5182
5183 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5184
5185         * shell/ev-view.c: (draw_loading_text):
5186
5187         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5188
5189 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5190
5191         * configure.ac:
5192         * NEWS:
5193
5194         Release 0.7.0
5195
5196 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5197
5198         * configure.ac:
5199         * pdf/ev-poppler.cc: (pdf_print_context_free),
5200         (pdf_document_file_exporter_begin),
5201         (pdf_document_file_exporter_do_page):
5202
5203         Make cairo-pdf depedency optional. 
5204
5205 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5208
5209         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5210
5211 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5214         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5215         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5216         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5217         * shell/ev-view.c: (draw_loading_text):
5218         * shell/ev-window.c: (ev_window_cmd_file_properties):
5219
5220         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5221         related to using FontConfig from different threads.
5222         
5223 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5224
5225         * shell/ev-view.c: (draw_loading_text):
5226
5227         Acquire lock document when drawing "Loading..." text so that only one
5228         thread will use FontConfig at the same time. Fixes bug #374750.
5229
5230 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5231
5232         * shell/ev-page-action.[ch]: (activate_cb):
5233         * shell/ev-window.c: (activate_label_cb):
5234
5235         Check if text inserted in page entry is a valid page number when it
5236         doesn't match to any document page label. Fixes bug #383165.
5237
5238 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5239         * shell/ev-window.c:
5240
5241         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5242         available with GTK < 2.10. Added an ifdef to avoid compilation
5243         error.
5244
5245 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5246
5247         * configure.ac:
5248         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5249
5250         Fix ps backend in multihead systems.
5251
5252 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5253
5254         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5255         * shell/ev-window.c: (ev_window_get_screen_dpi),
5256         (ev_window_update_actions), (setup_view_from_metadata),
5257         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5258
5259         Take screen DPI into account when zooming. Fixes bug #318285.
5260
5261 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5262
5263         * data/Makefile.am:
5264
5265         Cleaned up/slightly refactored Makefile.am. Added GConf
5266         schemas uninstallation as well.
5267
5268 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5269
5270         * Makefile.am:
5271         * test/Makefile.am:
5272
5273         Fight with autotools to fix make check. Make distcheck
5274         works fine as well now!
5275
5276 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5277
5278         * shell/ev-view.c: (draw_end_presentation_page):
5279
5280         Corrected "end of presentation" string.
5281
5282 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5283
5284         * shell/ev-view.c: (ev_view_key_press_event):
5285
5286         Correctly propagate key press event so that up/down keys
5287         work as expected (correct behaviour was broken by
5288         black/white screen key bindings for presentations).
5289
5290 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5291
5292         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5293         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5294         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5295         (pdf_selection_get_selection_region),
5296         (pdf_selection_get_selection_map):
5297
5298         Add "static" to some private functions. 
5299
5300 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5301
5302         * lib/ev-tooltip.h:
5303         * properties/ev-properties-view.h:
5304         * shell/ev-jobs.h:
5305         * shell/ev-properties-dialog.h:
5306         * shell/ev-properties-fonts.h:
5307         * shell/ev-sidebar-links.h:
5308         * shell/ev-sidebar-thumbnails.h:
5309         * shell/ev-sidebar.h:
5310         * shell/ev-window.h:
5311         
5312         Fixes CHACK type in class casts. See bug #385343
5313         for details.
5314
5315 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5316
5317         * shell/ev-view-private.h:
5318         * shell/ev-view.c: (draw_end_presentation_page),
5319         (ev_view_expose_event), (ev_view_key_press_event),
5320         (ev_view_class_init), (ev_view_init):
5321
5322         Blank screen in presentation mode when pressing 'b' (filling with
5323         black) or 'w' (filling with white) keys. Fixes bug #358132.
5324
5325 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5326
5327         * data/evince-toolbar.xml:
5328         * shell/ev-window.c:
5329         
5330         Use stock icon for Select All action. Fixes
5331         bug #382652.
5332
5333 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5334
5335         * shell/ev-view.c: (get_doc_point_from_offset),
5336         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5337
5338         Add links support in rotated documents. Fixes bug #343733.
5339
5340 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5341
5342         * shell/ev-view-private.h:
5343         * shell/ev-view.c: (draw_end_presentation_page),
5344         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5345
5346         Show a blank page after the last page in presentation mode with a
5347         message indicating that presentation has finished and how to exit. 
5348
5349 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5350
5351         * shell/ev-window.c: (fullscreen_timeout_cb):
5352
5353         Hide cursor after a while in presentation mode. 
5354
5355 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5356
5357         * backend/ev-document-info.h:
5358         * data/evince-properties.glade:
5359         * pdf/ev-poppler.cc:
5360         * properties/ev-properties-view.c: (ev_regular_paper_size),
5361         (ev_properties_view_set_info):
5362         * ps/ps-document.c: (ps_document_get_info):
5363
5364         Adds a paper size field to the properties dialog. Fixes
5365         bug #307315. Patch by Kasper Svendsen (with some i18n
5366         changes done by me).
5367
5368 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5369
5370         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5371         (screensaver_init_dbus), (totem_scrsaver_new),
5372         (totem_scrsaver_init):
5373         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5374         * shell/ev-application.c: (ev_application_register_service),
5375         (ev_application_screensaver_enable),
5376         (ev_application_screensaver_disable):
5377         * shell/ev-application.h:
5378         * shell/ev-window.c: (ev_window_run_presentation),
5379         (ev_window_stop_presentation), (build_comments_string),
5380         (ev_window_init):
5381         
5382         Move screensaver handling to application. No more
5383         message on startup.
5384
5385 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5386
5387         * configure.ac:
5388         * backend/Makefile.am:
5389         * backend/ev-file-exporter.[ch]:
5390         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5391         * ps/ps-document.c: (ps_document_file_exporter_*):
5392         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5393         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5394         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5395         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5396
5397         Allow printing to PDF when suppoted by the backend.
5398         
5399 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5400
5401         * shell/ev-window.c: (build_comments_string):
5402
5403         Use always "Document Viewer" in about dialog. 
5404
5405 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5406
5407         * djvu/djvu-document.c: (djvu_document_get_page_size):
5408
5409         Display a warning message when get_pageinfo fails. 
5410
5411 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5412
5413         * Makefile.am:
5414         * backend/Makefile.am:
5415         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5416         * configure.ac:
5417         * shell/ev-window.c: (build_comments_string):
5418         
5419         Make pdf compilation optional. See bug #38007.
5420
5421 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5422
5423         * ps/ps.c: (get_next_text):
5424
5425         Fix CVE-2006-5864.
5426
5427 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5428
5429         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5430         * shell/ev-navigation-action.c: (connect_proxy),
5431         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5432         
5433         Do not call g_type_class_peek_parent twice.
5434
5435 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5436
5437         * configure.ac:
5438         * data/icons/24x24/.cvsignore:
5439         * data/icons/24x24/Makefile.am:
5440         * data/icons/24x24/evince.png:
5441         * data/icons/Makefile.am:
5442         
5443         Add 24x24 icon. Thanks to 
5444         Michael Monreal <infernux@web.de>.
5445
5446 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5447
5448         * configure.ac: Fix typo in configure.ac. Thanks
5449         to dmacks@netspace.org for notification.
5450
5451 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5452
5453         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5454         
5455         Drop dbus include, fixes compilation with older dbus.
5456
5457 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5458
5459         * configure.ac:
5460         * cut-n-paste/Makefile.am:
5461         * cut-n-paste/totem-screensaver/.cvsignore
5462         * cut-n-paste/totem-screensaver/Makefile.am:
5463         * cut-n-paste/totem-screensaver/README:
5464         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5465         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5466         * shell/Makefile.am:
5467         * shell/ev-window.c: (ev_window_run_presentation),
5468         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5469         (ev_window_init):
5470
5471         Implemented screensaver enabling/disabling for
5472         presentation mode (not fullscreen mode). Code stolen
5473         from Totem (with some minor tweaks). Fixes bug #338889.
5474
5475 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5476
5477         * configure.ac:
5478
5479         Bump gnome-icon-theme requirements. We use the rotation
5480         icons that appeared recently.
5481
5482 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5483
5484         * shell/ev-history.c: (ev_history_add_page):
5485         * shell/ev-history.h:
5486         * shell/ev-window.c: (page_changed_cb):
5487         
5488         Use page labels instead of numbers.
5489
5490 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5491
5492         * data/evince-toolbar.xml:
5493         * po/POTFILES.in:
5494         * shell/Makefile.am:
5495         * shell/ev-navigation-action-widget.c:
5496         (ev_navigation_action_widget_init),
5497         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5498         (menu_detacher), (ev_navigation_action_widget_set_menu),
5499         (menu_position_func), (popup_menu_under_arrow),
5500         (ev_navigation_action_widget_toggled),
5501         (ev_navigation_action_widget_button_press_event):
5502         * shell/ev-navigation-action-widget.h:
5503         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5504         (ev_navigation_action_set_window), (activate_menu_item_cb),
5505         (new_history_menu_item), (new_empty_history_menu_item),
5506         (build_menu), (menu_activated_cb), (connect_proxy),
5507         (create_tool_item), (ev_navigation_action_init),
5508         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5509         * shell/ev-navigation-action.h:
5510         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5511         (ev_page_action_widget_set_page_cache),
5512         (ev_page_action_widget_finalize),
5513         (ev_page_action_widget_class_init), (match_selected_cb),
5514         (display_completion_text), (match_completion), (build_new_tree_cb),
5515         (get_filter_model_from_model),
5516         (ev_page_action_widget_update_model):
5517         * shell/ev-page-action-widget.h:
5518         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5519         (connect_proxy):
5520         * shell/ev-page-action.h:
5521         * shell/ev-stock-icons.c:
5522         * shell/ev-stock-icons.h:
5523         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5524         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5525         (register_custom_actions):
5526         * shell/main.c:
5527         
5528         Preliminary history implementation
5529
5530 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5531
5532         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5533         (dvi_document_class_init), (dvi_document_init_params):
5534         * dvi/mdvi-lib/font.c: (font_reference):
5535         
5536         Add reference to subfont. Fixes bug #374277.
5537
5538 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5539
5540         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5541         (ev_window_cmd_file_open_copy_at_dest):
5542
5543         Fix a race condition when creating symlink. Increase the counter
5544         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5545         Mathias Hasselmann).
5546
5547 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5548
5549         * backend/Makefile.am:
5550         * backend/ev-attachment.c: (ev_attachment_open):
5551         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5552         (ev_tmp_dir), (ev_tmp_filename):
5553         * shell/ev-sidebar-attachments.c:
5554         (ev_sidebar_attachments_drag_data_get):
5555         * shell/ev-window.c: (ev_window_clear_temp_file):
5556
5557         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5558         in ensure_dir_exists. Abort without crashing when we can't create
5559         user's directory.
5560
5561 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5562
5563         * data/evince-ui.xml:
5564         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5565         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5566         (ev_window_cmd_file_open_copy_at_dest),
5567         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5568         (ev_view_popup_cmd_open_link_new_window):
5569
5570         Allow opening a copy of the current document in a new window. Fixes bug
5571         #357472
5572
5573 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5574
5575         * data/evince-toolbar.xml:
5576         
5577         Add rotate right and rotate left to available items for toolbar.
5578         
5579         * data/evince-ui.xml:
5580         * shell/ev-window.c: (ev_window_init):
5581         
5582         Customize toolbar with right click. Fixes bug #372451.
5583
5584 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5585
5586         * shell/ev-window.c: 
5587         
5588         Use "object-rotate-{left,right}" stock icons. Fixes 
5589         bug #373863.
5590
5591 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5592
5593         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5594         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5595         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5596         (ev_window_open_uri):
5597         * shell/main.c: (arguments_parse):
5598
5599         Remove temp file created when evince is used by GTK+ in
5600         preview mode. Fixes bug #365282. 
5601
5602 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5603
5604         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5605         
5606         Fixes bug #372474 - Side pane disabled when entering 
5607         and leaving fullscreen mode.
5608
5609 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5610
5611         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5612         * data/Makefile.am:
5613         * data/evince-preview-toolbar.xml:
5614         * data/evince-toolbar.xml:
5615         * shell/ev-application.c: (ev_application_shutdown),
5616         (ev_application_init), (ev_application_get_toolbars_model):
5617         * shell/ev-application.h:
5618         * shell/ev-window.c: (update_chrome_visibility),
5619         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5620         (ev_window_cmd_edit_toolbar), (ev_window_init):
5621         
5622         Fixes bug #364364 - toolbar editor shows zoom actions again.
5623
5624 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5625
5626         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5627
5628         Do not take margins into consideration for paper size when printing.
5629         Really fixes bug #350491.
5630
5631 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5632
5633         * data/evince-ui.xml:
5634         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5635         (ev_window_cmd_file_print_setup),
5636         (ev_window_print_dialog_response_cb),
5637         (ev_window_setup_action_sensitivity):
5638
5639         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5640
5641 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5642
5643         * shell/ev-window.c: (ev_window_print_range):
5644
5645         Revert my previuos commit, since printing to PDF is not supported by
5646         evince yet. 
5647
5648 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5649
5650         * shell/ev-window.c: (ev_window_print_range):
5651
5652         Enable print to a PDF. Fixes bug #332121.
5653
5654 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5655
5656         * shell/ev-application-service.xml:
5657         * shell/ev-application.[ch]: (ev_application_open_window),
5658         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5659         (ev_application_open_uri), (ev_application_open_uri_list):
5660         * shell/ev-window.c: (file_open_dialog_response_cb),
5661         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5662         (drag_data_received_cb), (open_remote_link):
5663         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5664
5665         Add support for multiscreen systems. Fixes bug #316206.
5666
5667 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5668
5669         * shell/ev-jobs.[ch]: (ev_job_print_new),
5670         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5671         (ev_job_print_do_page):
5672         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5673
5674         Allow printing only odd/even pages. Fixes bug #367289.
5675
5676 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5677
5678         * test/test1.py:
5679         * test/test2.py:
5680
5681         Re-add locale settings to test files.
5682
5683 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * data/evince-ui.xml:
5686         * shell/ev-window.c: (set_action_properties):
5687         
5688         Removed garbage from code and ui.
5689
5690 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5691
5692         * shell/ev-window.c: (ev_window_cmd_help_about):
5693
5694         Shamelessly add my name to the list of contributors.
5695
5696 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5697
5698         * test/test1.py:
5699         * test/test2.py:
5700
5701         Cleaned up the dogtail scripts.
5702
5703 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5704
5705         * shell/ev-view.c: (draw_loading_text): Don't render
5706         "loading..." text in presentation mode. Temporary
5707         workaround for bug #320352.
5708
5709 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5710
5711         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5712         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5713
5714         Use print settings scale, copies, collate and reverse which were
5715         ignored. Fixes bug #359032.
5716
5717 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5718
5719         * configure.ac:
5720         * data/evince-password.glade:
5721         * test/Makefile.am:
5722         * test/test-encrypt.pdf:
5723         * test/test-links.pdf:
5724         * test/test1.py:
5725         * test/test2.py:
5726
5727         Add automated UI tests for evince with dogtail. See
5728         bug #300948.    
5729
5730 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5731
5732         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5733
5734         Hide fullscreen toolbar when switching to another desktop workspace.
5735         Fixes bug #338871
5736
5737 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5738
5739         * shell/ev-window-title.c: 
5740         
5741         Test for .dvi in title of pdf documents.
5742
5743 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5744
5745         * shell/ev-view.c: (ev_view_scroll):
5746
5747         Page Up/Down should do page jumps in "Best fit" mode.
5748         If a user has explicitly chosen to view exactly one page
5749         at a time, scrolling just a part of the page when
5750         pressing Page Up/Down is not right. Fixes bug #323107.
5751
5752 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5753
5754         * NEWS:
5755         * configure.ac:
5756         
5757         Update for 0.6.1
5758
5759 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5760
5761         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5762         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5763         
5764         Correctly disconnect from job signals on destroy.
5765
5766 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5767
5768         * shell/ev-view-private.h:
5769         * shell/ev-view.c: (view_set_adjustment_values),
5770         (view_update_range_and_current_page),
5771         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5772         
5773         Fixes bug #343199, current page now follows find page.
5774
5775 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5776
5777         * backend/ev-document-factory.c:
5778         * configure.ac:
5779         Assigned OpenDocument presenation MIME type to the
5780         Impress backend. Added some missing (but harmless)
5781         #ifdefs in the document factory as well to make things
5782         consistent again. Fixes bug #360658.
5783
5784 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5785
5786         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5787         * backend/ev-document-find.c: (ev_document_find_get_type):
5788         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5789         * backend/ev-document-links.c: (ev_document_links_get_type):
5790         * backend/ev-document-security.c: (ev_document_security_get_type):
5791         * backend/ev-document-thumbnails.c:
5792         (ev_document_thumbnails_get_type):
5793         * backend/ev-document.c: (ev_document_get_type):
5794         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5795         * backend/ev-selection.c: (ev_selection_get_type):
5796         * cut-n-paste/recent-files/egg-recent-model.c:
5797         (egg_recent_model_get_type):
5798         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5799         (egg_recent_view_uimanager_get_type):
5800         * cut-n-paste/recent-files/egg-recent-view.c:
5801         (egg_recent_view_get_type):
5802         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5803         (egg_editable_toolbar_get_type):
5804         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5805         (egg_toolbar_editor_get_type):
5806         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5807         (egg_toolbars_model_get_type):
5808         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5809         (egg_tree_multi_drag_source_get_type):
5810         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5811         (ephy_zoom_action_get_type):
5812         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5813         (ephy_zoom_control_get_type):
5814         * impress/r_back.c: (_imp_fill_back):
5815         * properties/ev-properties-main.c:
5816         (ev_properties_plugin_register_type):
5817         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5818         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5819         (ev_view_accessible_factory_get_type):
5820
5821         Reduce relocations. Bug #360616.
5822
5823 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5824
5825         * backend/ev-document-factory.c:
5826         (ev_document_factory_get_document):
5827         
5828         Load document even if extension is wrong.
5829
5830 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5831
5832         * shell/ev-metadata-manager.c: (save_values):
5833         * shell/ev-window.c: (setup_size_from_metadata),
5834         (setup_view_from_metadata), (ev_window_setup_document),
5835         (ev_window_xfer_job_cb), (window_configure_event_cb):
5836         
5837         Set size according to the document size/page size ratio.
5838         That should correct rather wierd behaviour of the previous
5839         commit.
5840
5841 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5842
5843         * shell/ev-window.c: (setup_view_from_metadata):
5844         
5845         Set size for new windows from previous window size.
5846         See bugs #354968 and #168450 for details. Thanks
5847         to Meik Hellmund.
5848
5849 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5850
5851         * djvu/djvu-links.c: (build_tree):
5852
5853         Fix memory leak.
5854
5855 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5858         
5859         Don't make sidebar close button insensitive. Fixes
5860         bug #357871.
5861
5862 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5863
5864         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5865         (ev_window_set_view_accels_sensitivity):
5866         
5867         Don't enable Slash on documents which don't support
5868         find. Fixes bug #358648.
5869
5870 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5871
5872         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5873         open dialog fall back to the current document uri if the
5874         filechooser hasn't been used before. Fixes bug #356980.
5875
5876 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5877
5878         * shell/ev-window.c: (ev_window_setup_recent), 
5879         (ev_window_get_recent_file_label):
5880
5881         Escape underscores in filenames of recent file items.
5882
5883 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5884
5885         * configure.ac:
5886         
5887         Bumped poppler requirements, really 0.5.3 is very 
5888         buggy, now we require 0.5.4.
5889
5890 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5891
5892         * djvu/Makefile.am:
5893         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5894         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5895         (djvu_document_document_links_iface_init):
5896         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5897         (number_from_string_10), (get_djvu_link_dest),
5898         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5899         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5900         (djvu_links_get_links), (djvu_links_find_link_dest),
5901         (djvu_links_get_links_model):
5902         * djvu/djvu-links.h:
5903         
5904         Add support for links and bookmarks in djvu documents. Thanks
5905         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5906         patch.
5907
5908 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5909
5910         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5911         
5912         Reopen should reload document. Fixes 
5913         bug 327951.
5914
5915 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5916
5917         * configure.ac:
5918         * data/Makefile.am:
5919         * data/evince-16.png:
5920         * data/evince-22.png:
5921         * data/evince.png:
5922         * data/evince.svg:
5923         * data/icons/16x16/Makefile.am:
5924         * data/icons/16x16/evince.png:
5925         * data/icons/22x22/Makefile.am:
5926         * data/icons/22x22/evince.png:
5927         * data/icons/48x48/Makefile.am:
5928         * data/icons/48x48/evince.png:
5929         * data/icons/Makefile.am:
5930         * data/icons/scalable/Makefile.am:
5931         * data/icons/scalable/evince.svg:
5932         
5933         Install icons with correct names. Fixes
5934         bug #354429.
5935
5936 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5937
5938         * shell/ev-view.c: (ev_view_button_release_event):
5939
5940         Don't open links with middle mouse button. Fixes bug #353649
5941
5942 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5943
5944         * NEWS:
5945         * configure.ac:
5946         
5947         Update for release 0.6.0
5948
5949 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5950
5951         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5952         Implement Close named action. Patch by Carlos Garcia Campos.
5953
5954 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5955
5956         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5957         
5958         Don't clear link mapping on copy_job_to_job_info. Fixes
5959         bug 346168.
5960
5961 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5962
5963         * shell/main.c: (main):
5964
5965         Revert my previous commit, gnome_program_init owns the option context.
5966         Fix another memory leak in main. Both caught by Christian Persch. 
5967
5968 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5969
5970         * shell/main.c: (main):
5971
5972         Fix memory leak.
5973
5974 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5975
5976         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5977
5978         Fix crash when opening a pdf with password protection. 
5979
5980 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5981
5982         * pdf/ev-poppler.cc: (pdf_document_search_free):
5983
5984         Fix memory leak. 
5985
5986 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5987
5988         * backend/ev-document-factory.c:
5989         (ev_document_factory_get_document):
5990         * tiff/tiff-document.c: (tiff_document_finalize):
5991         
5992         More correct handling of document loading. Fixes
5993         bug #349043.
5994
5995 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5996
5997         * backend/ev-attachment.c: (ev_attachment_save):
5998
5999         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6000         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6001
6002 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6003         
6004         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6005         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6006
6007 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6008
6009         * shell/ev-sidebar-thumbnails.c:
6010
6011         Do not render thumbnails unless thumbnails page is active in the
6012         sidebar.
6013
6014 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6015
6016         * shell/ev-properties-dialog.c:
6017
6018         Fix dialogue spacing. Bug #351370.
6019
6020 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6021
6022         * configure.ac:
6023
6024         Use lowercase gettext catalog file names (evince.mo
6025         instead of Evince.mo)
6026
6027 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6028
6029         * shell/ev-sidebar-attachments.c:
6030
6031         GtkIconTheme is now screen safe too. Fixes bug #350878
6032
6033 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6034
6035         * shell/ev-window.c:
6036
6037         GtkRecent manager is now screen safe. Fixes bug #350145
6038
6039 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6040
6041         * shell/ev-sidebar.c: (ev_sidebar_init):
6042         
6043         Make sidebar close icon smaller. Fix for bug 350177.
6044         See also bugs 350176 and 165770.
6045
6046 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6047
6048         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6049
6050         Ignore zoom for xyz destinations when it's <= 1, keeping user
6051         preferences instead. Set correct sizing-mode for fith and fitv
6052         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6053
6054 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6055
6056         * NEWS:
6057         * configure.ac:
6058         
6059         Update for release 0.5.5
6060
6061 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6062         
6063         * shell/ev-window.c: (ev_window_cmd_escape)
6064
6065         Escape unfocus page entry. Fixes bug #345809.
6066
6067 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6068
6069         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6070         (build_tree), (pdf_document_links_get_links),
6071         (pdf_document_links_find_link_dest):
6072         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6073         (goto_xyz_dest):
6074
6075         Convert from PDF style coordinates to X style coordinates in the
6076         backend rather than in the view. Fixes bug #338440
6077
6078 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6079
6080         * shell/ev-window.c:
6081         
6082         Remove Ctrl+Shift+T shortcut for toolbars. See
6083         the bug #350098.
6084
6085 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6086
6087         * configure.ac:
6088
6089         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6090         of this. 
6091
6092 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6093
6094         * configure.ac:
6095         * cut-n-paste/Makefile.am:
6096         * data/evince-ui.xml:
6097         * shell/Makefile.am:
6098         * shell/ev-application.[ch]:
6099         * shell/ev-window.c:
6100
6101         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6102         #349273
6103
6104 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6105
6106         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6107         findbar code: s/help/search/
6108
6109 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6110
6111         * shell/ev-window.c: (setup_document_from_metadata),
6112         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6113         (setup_view_from_metadata):
6114         
6115         Fix memory leaks.
6116
6117 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6118
6119         * autogen.sh, configure.ac: 
6120         
6121         Update automake usage. See bug 349292.
6122
6123 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6124
6125         * shell/eggfindbar.c: (egg_find_bar_class_init),
6126         (entry_activate_callback), (egg_find_bar_init),
6127         (egg_find_bar_set_status_text):
6128         * shell/eggfindbar.h:
6129         
6130         Unify Evince findbar with Epiphany. Nice patch
6131         from Fabricio Silva <silva@crans.org> and
6132         Frederic Peters <fpeters@entrouvert.com>. See
6133         bug #339966 for details.
6134
6135 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6136
6137         * data/evince.desktop.in.in:
6138         
6139         Correct information for bugzilla. Thanks to
6140         Olaf Vitters, see bug #348855.
6141
6142 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6143
6144         * shell/ev-jobs.[ch]:
6145         * shell/ev-sidebar-links.c:
6146         * shell/ev-window.[ch]:
6147
6148         GtkPrintJob doesn't support print ranges or current page, so we export
6149         to a ps file now when printing ranges or current page.
6150
6151 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6152
6153         * pdf/ev-poppler.cc:
6154         * shell/ev-window.c: (do_action_named):
6155
6156         We should be more clear about bugzilla. See the
6157         poppler bug #7623.
6158
6159 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6160
6161         * configure.ac:
6162         * shell/Makefile.am:
6163         * shell/ev-job-queue.c:
6164         * shell/ev-jobs.[ch]:
6165         * shell/ev-sidebar-links.c:
6166         * shell/ev-window.[ch]:
6167         
6168         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6169         #348422
6170
6171 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6172
6173         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6174         * shell/ev-application-service.xml:
6175         * shell/ev-application.[ch]:
6176         * shell/ev-jobs.[ch]:
6177         * shell/ev-window.[ch]: (ev_window_run_preview):
6178         * shell/main.c: 
6179
6180         Add preview mode to use evince as a printing previewer. It also adds
6181         other command line options for fullscreen and presentation modes.
6182         Fixes bugs #347822, #317031
6183
6184 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6185
6186         * NEWS:
6187         * configure.ac:
6188         
6189         Update for release 0.5.4
6190
6191 2006-07-11  Bastien Nocera <hadess@hadess.net>
6192
6193         * Makefile.am:
6194         * backend/Makefile.am:
6195         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6196         * backend/ev-document-factory.h:
6197         * configure.ac:
6198         * impress/.cvsignore:
6199         * impress/Makefile.am:
6200         * impress/common.h:
6201         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6202         (imp_get_page), (imp_next_page), (imp_prev_page),
6203         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6204         * impress/f_oasis.c: (render_object), (render_page),
6205         (get_geometry), (_imp_oasis_load):
6206         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6207         (_imp_oo13_load):
6208         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6209         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6210         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6211         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6212         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6213         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6214         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6215         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6216         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6217         (iks_new_within), (iks_insert), (iks_insert_cdata),
6218         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6219         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6220         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6221         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6222         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6223         (iks_cdata), (iks_cdata_size), (iks_has_children),
6224         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6225         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6226         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6227         (iks_tree), (iks_load), (iks_save):
6228         * impress/iksemel.h:
6229         * impress/imposter.h:
6230         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6231         (imp_render_draw_bezier_real), (imp_render_get_size),
6232         (imp_render_set_fg_color), (imp_render_draw_line),
6233         (imp_render_draw_rect), (imp_render_draw_polygon),
6234         (imp_render_draw_arc), (imp_render_draw_bezier),
6235         (imp_render_open_image), (imp_render_get_image_size),
6236         (imp_render_scale_image), (imp_render_draw_image),
6237         (imp_render_close_image), (imp_render_markup),
6238         (imp_render_get_text_size), (imp_render_draw_text),
6239         (impress_document_load), (impress_document_save),
6240         (impress_document_get_n_pages), (impress_document_get_page_size),
6241         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6242         (impress_document_finalize), (impress_document_class_init),
6243         (impress_document_can_get_text), (impress_document_get_info),
6244         (impress_document_document_iface_init),
6245         (impress_document_thumbnails_get_thumbnail),
6246         (impress_document_thumbnails_get_dimensions),
6247         (impress_document_document_thumbnails_iface_init),
6248         (impress_document_init):
6249         * impress/impress-document.h:
6250         * impress/internal.h:
6251         * impress/r_back.c: (_imp_fill_back):
6252         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6253         (_imp_draw_image), (_imp_tile_image):
6254         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6255         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6256         (r_polyline):
6257         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6258         (r_draw_gradient_complex), (r_draw_gradient):
6259         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6260         (r_get_bullet):
6261         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6262         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6263         (r_text):
6264         * impress/render.c: (imp_create_context), (imp_context_set_page),
6265         (imp_context_set_step), (imp_render), (imp_delete_context):
6266         * impress/render.h:
6267         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6268         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6269         (zip_load_xml), (zip_get_size), (zip_load):
6270         * impress/zip.h:
6271         * shell/ev-utils.c:
6272         
6273         New backend to support impress slides. Fixes bug #30867.
6274
6275 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6276
6277         * shell/ev-utils.c: (using_postscript_printer):
6278         
6279         Fixes crash when print using PAPI backend,
6280         bug #345012.
6281
6282 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6283
6284         * shell/ev-jobs.c: (ev_job_xfer_run):
6285         * shell/ev-window.c: (password_dialog_response),
6286         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6287         (ev_window_dispose):
6288         Fixes bug #344160: if the xfer job doesn't complete
6289         because a password is required, reload the existing
6290         instance instead of creating a new one.
6291
6292 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6293
6294         * shell/main.c: (main): Call gdk_threads_init. Thus
6295         we'll avoid errors in auth dialog. Fix for the bug
6296         #343347.
6297
6298 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6299
6300         * configure.ac: Advertise pixbuf support, fix
6301         for the bug 343317.
6302
6303 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6304
6305         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6306         (ev_sidebar_thumbnails_set_document):
6307         
6308         Update sidebar thumbnails after reloading.
6309
6310 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6311
6312         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6313         * shell/ev-jobs.h:
6314         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6315         (ev_window_cmd_view_reload), (ev_window_init):
6316         
6317         Don't crash on reload. Fix for the bug #343167.
6318
6319 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6320
6321         * shell/ev-jobs.c: (ev_job_render_run):
6322         
6323         Check for document links.
6324
6325 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6326
6327         * backend/ev-attachment.c: (ev_attachment_save),
6328         (ev_attachment_launch_app), (ev_attachment_open):
6329         * backend/ev-document-factory.c: (get_document_from_uri):
6330         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6331         (egg_recent_view_uimanager_set_list):
6332         * ps/ps-document.c: (check_filecompressed), (document_load),
6333         (ps_document_load):
6334         * shell/ev-metadata-manager.c: (load_values):
6335         * shell/ev-password.c: (ev_password_dialog_set_property):
6336         * shell/ev-view.c: (tip_from_link):
6337         * shell/ev-window.c: (file_save_dialog_response_cb),
6338         (ev_window_print_dialog_response_cb):
6339         
6340         Use consistent quoting style. Fix for the bug #320285.
6341
6342 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6343
6344         * shell/ev-jobs.c: (ev_job_xfer_run):
6345         * shell/main.c: (load_files):
6346                 
6347         Open links with anchors. Fix for the bug #339836.
6348
6349 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6350
6351         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6352         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6353         (ev_link_dest_set_property), (ev_link_dest_finalize),
6354         (ev_link_dest_class_init), (ev_link_dest_new_named),
6355         (ev_link_dest_new_page_label):
6356         * backend/ev-link-dest.h:
6357         * shell/ev-application.c: (ev_application_open_uri):
6358         * shell/ev-view.c: (goto_dest):
6359         * shell/ev-window.c:
6360         * shell/ev-window.h:
6361         
6362         Fix page-label command line option. Bug #342070.
6363
6364 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6365
6366         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6367         
6368         Don't show highlight rects if page can't be showed. Fix for 
6369         the bug #342076
6370
6371 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * shell/ev-window.c: (setup_sidebar_from_metadata),
6374         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6375         
6376         Setup sidebar from metadata even if there is no document
6377         loaded. Fix for the bug #342807.
6378
6379 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6380
6381         * cut-n-paste/toolbar-editor/Makefile.am:
6382         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6383         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6384         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6385         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6386         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6387         (popup_context_menu_cb), (button_press_event_cb),
6388         (configure_item_sensitivity), (configure_item_cursor),
6389         (configure_item_tooltip), (connect_widget_signals),
6390         (action_sensitive_cb), (create_item_from_action),
6391         (create_item_from_position), (toolbar_drag_data_received_cb),
6392         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6393         (toolbar_drag_leave_cb), (configure_drag_dest),
6394         (toggled_visibility_cb), (toolbar_visibility_refresh),
6395         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6396         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6397         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6398         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6399         (egg_editable_toolbar_dispose),
6400         (egg_editable_toolbar_set_ui_manager),
6401         (egg_editable_toolbar_get_selected),
6402         (egg_editable_toolbar_set_selected), (set_edit_mode),
6403         (egg_editable_toolbar_set_property),
6404         (egg_editable_toolbar_get_property),
6405         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6406         (egg_editable_toolbar_new_with_model),
6407         (egg_editable_toolbar_get_edit_mode),
6408         (egg_editable_toolbar_set_edit_mode),
6409         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6410         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6411         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6412         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6413         (item_added_or_removed_cb), (toolbar_removed_cb),
6414         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6415         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6416         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6417         (editor_create_item_from_name), (append_table),
6418         (update_editor_sheet), (egg_toolbar_editor_init):
6419         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6420         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6421         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6422         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6423         (toolbar_node_free), (egg_toolbars_model_get_flags),
6424         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6425         (egg_toolbars_model_get_name), (impl_add_item),
6426         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6427         (parse_data_list), (parse_item_list), (parse_toolbars),
6428         (egg_toolbars_model_load_toolbars), (parse_available_list),
6429         (parse_names), (egg_toolbars_model_load_names),
6430         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6431         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6432         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6433         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6434         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6435         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6436         (egg_toolbars_model_set_types), (fill_avail_array),
6437         (egg_toolbars_model_get_name_avail),
6438         (egg_toolbars_model_get_name_flags),
6439         (egg_toolbars_model_set_name_flags):
6440         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6441         * cut-n-paste/toolbar-editor/eggintl.h:
6442         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6443         (egg_tree_multi_drag_source_get_type),
6444         (egg_tree_multi_drag_source_row_draggable),
6445         (egg_tree_multi_drag_source_drag_data_delete),
6446         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6447         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6448         (path_list_free), (set_context_data), (get_context_data),
6449         (get_info), (egg_tree_multi_drag_drag_data_get),
6450         (egg_tree_multi_drag_motion_event),
6451         (egg_tree_multi_drag_button_press_event),
6452         (egg_tree_multi_drag_add_drag_support):
6453         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6454         * shell/ev-application.c: (ev_application_init),
6455         (ev_application_save_toolbars_model):
6456         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6457         (ev_window_cmd_edit_toolbar), (ev_window_init):
6458         
6459         Sync toolbareditor with epiphany and libegg
6460
6461 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6462
6463         * configure.ac: 
6464
6465         Depend on poppler 0.5.2
6466
6467 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6468
6469         * shell/ev-jobs.c: (ev_job_render_run):
6470         
6471         Check if document supports links iterface.
6472
6473 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6474
6475         * NEWS:
6476         * configure.ac:
6477         
6478         Update for release 0.5.3
6479
6480 2006-05-13  Michael Plump  <plumpy@skylab.org>
6481
6482         * configure.ac:
6483         * shell/Makefile.am:
6484         * shell/main.c: (main):
6485         
6486         Port to GOption command line parsing. Fix for the 
6487         bug #327518
6488
6489 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6490
6491         * shell/ev-window.c: (ev_window_cmd_help_about):
6492         
6493         Do not wrap license. Fix for the bug #309460.
6494
6495 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6496
6497         * configure.ac:
6498         * properties/ev-properties-main.c: (ev_properties_get_pages):
6499         * shell/ev-application.c: (ev_application_open_window),
6500         (ev_application_open_uri_at_dest):
6501         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6502         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6503         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6504         * shell/ev-utils.c: (save_print_config_to_file):
6505         * shell/ev-window.c: (ev_window_cmd_save_as),
6506         (ev_attachment_popup_cmd_save_attachment_as):
6507         * shell/main.c: (load_files_remote):
6508         
6509         Bump requirements to gtk 2.8 and drop all ifdefs used.
6510
6511 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6512
6513         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6514         * shell/ev-window.c: (ev_window_init):
6515         
6516         Show attachments page.
6517
6518 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * po/POTFILES.in:
6521         * shell/ev-attachment-bar.c:
6522         * shell/ev-attachment-bar.h:
6523         * shell/ev-sidebar-attachments.c:
6524         (ev_sidebar_attachments_icon_cache_add),
6525         (icon_theme_get_pixbuf_from_mime_type),
6526         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6527         (ev_sidebar_attachments_icon_cache_refresh),
6528         (ev_sidebar_attachments_get_attachment_at_pos),
6529         (ev_sidebar_attachments_popup_menu_show),
6530         (ev_sidebar_attachments_popup_menu),
6531         (ev_sidebar_attachments_button_press),
6532         (ev_sidebar_attachments_update_icons),
6533         (ev_sidebar_attachments_drag_data_get),
6534         (ev_sidebar_attachments_get_property),
6535         (ev_sidebar_attachments_destroy),
6536         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6537         (ev_sidebar_attachments_new),
6538         (ev_sidebar_attachments_set_document),
6539         (ev_sidebar_attachments_support_document),
6540         (ev_sidebar_attachments_get_label),
6541         (ev_sidebar_attachments_page_iface_init):
6542         * shell/ev-sidebar-attachments.h:
6543         * shell/ev-window.c: (update_chrome_visibility),
6544         (setup_sidebar_from_metadata), (ev_window_setup_document),
6545         (ev_window_sidebar_current_page_changed_cb),
6546         (attachment_bar_menu_popup_cb), (ev_window_init):
6547         
6548         Move attachments bar to sidebar.
6549
6550 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6551
6552         * pdf/ev-poppler.cc:
6553         * shell/ev-application.[ch]:
6554         * shell/main.c:
6555
6556         Fix some memory leaks.
6557
6558 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6559
6560         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6561
6562         Change the properties dialog response to
6563         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6564         will make the dialog go away when the user presses
6565         enter. With gtk+ >= 2.9 this will happen anyway, but for
6566         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6567         escape by default. Fixes bug #340539. See also bug
6568         #101293 for the gtk+ part.
6569
6570 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6571
6572         * shell/ev-view.c (tip_from_action_named): Replace some strings
6573         that were wrong. Closes #340970.
6574
6575 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6576
6577         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6578
6579         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6580         #341049
6581
6582 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6583
6584         * djvu/Makefile.am:
6585         * dvi/Makefile.am:
6586         * dvi/mdvi-lib/Makefile.am:
6587         * properties/Makefile.am:
6588         * ps/Makefile.am:
6589         * shell/Makefile.am:
6590         * thumbnailer/Makefile.am:
6591         
6592         Due to broken libtool that is unable to track dependencies
6593         of noinst libraries we are forced to explicitely point
6594         libraries for binary. Fix for the bug #333334.
6595
6596 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * data/evince.desktop.in.in:
6599         * shell/ev-view.c: (view_update_range_and_current_page),
6600         (ev_view_next_page), (ev_view_previous_page):
6601         * shell/ev-window.c: (update_chrome_visibility),
6602         (setup_sidebar_from_metadata), (ev_window_setup_document),
6603         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6604         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6605         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6606         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6607         (ev_window_stop_presentation), (ev_window_focus_in_event),
6608         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6609         (ev_window_init):
6610         * thumbnailer/Makefile.am:
6611         
6612         Update fullscreen and presentation timeout handling. Hide
6613         cursor in presentation after timeout. Fix for the bugs
6614         #136359 and #336981.
6615
6616 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6617
6618         * backend/ev-link-action.[ch]:
6619         * pdf/ev-poppler.cc: (ev_link_from_action):
6620         * shell/ev-view-private.h:
6621         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6622         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6623
6624         Add support for Named Action links
6625
6626 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6627
6628         * backend/Makefile.am:
6629         * backend/ev-document-links.[ch]:
6630         * backend/ev-document.[ch]:
6631         * backend/ev-link-action.[ch]:
6632         * backend/ev-link-dest.[ch]:
6633         * backend/ev-link.[ch]:
6634         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6635         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6636         * shell/ev-page-action.c: (build_new_tree_cb):
6637         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6638         (links_page_num_func), (update_page_callback):
6639         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6640         (tip_from_link):
6641         * shell/ev-jobs.c:
6642         * shell/ev-window.[ch]: (ev_window_open_uri),
6643         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6644         * shell/ev-application.[ch]: (ev_application_open_window),
6645         (ev_application_open_uri):
6646
6647         Rework links system, it adds support for remote links now and it makes
6648         easier to add new kinds of actions and destinations. Fixes bug #317292
6649
6650 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6651
6652         * data/Makefile.am:
6653         * data/evince.png:
6654         * data/evince-16.png:
6655         * data/evince-22.png:
6656         * data/evince.svg:
6657         * shell/main.c: (main):
6658         
6659         Evince use it's own icon. Fix for the bug #313392.
6660
6661         * shell/ev-window.c: (fullscreen_timeout_cb),
6662         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6663         (ev_window_cmd_help_about), (ev_window_dispose):
6664         
6665         Simplify fullscreen timeout code.
6666
6667 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6668
6669         * backend/ev-attachment.c: 
6670         * shell/ev-attachment-bar.c:
6671         * shell/ev-window.c:
6672
6673         Allow multiple selection of attachments
6674
6675 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6676
6677         * shell/ev-view.c: (view_update_range_and_current_page),
6678         (ev_view_scroll):
6679         
6680         Fix for the bug #312573 – Optimal selection of current 
6681         page among visible pages.
6682
6683 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6684
6685         * configure.ac:
6686         * djvu/Makefile.am:
6687         * djvu/djvu-text.h:
6688         
6689         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6690         for the bug 339868.
6691
6692 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6693
6694         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6695
6696 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6697
6698         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6699         dictated by the GNOME HIG. Fixes bug #339235.
6700
6701 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6702
6703         * data/evince-ui.xml:
6704         * shell/ev-view.c: (ev_view_can_find_previous):
6705         * shell/ev-view.h:
6706         * shell/ev-window.c: (ev_window_update_actions),
6707         (ev_window_cmd_edit_find_previous):
6708
6709         Add support for "Find Previous" as dictated by the GNOME HIG. A
6710         menu item is added and some glue code to make it all work is added
6711         to various files.
6712
6713 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6714
6715         * configure.ac: Award myself the "useless use of cat" award.
6716
6717 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6718
6719         * po/LINGUAS: New file listing all supported languages.
6720
6721         * configure.in: Use po/LINGUAS instead of including all languages
6722         directly in this file. See the wiki for more information:
6723         http://live.gnome.org/GnomeGoals/PoLinguas
6724
6725 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6726
6727         * backend/ev-document-factory.c:
6728
6729         Do not load the document twice when there isn't errors
6730
6731 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6732
6733         * backend/ev-attachment.c: 
6734
6735         Fix a crash when there isn't a default application to open an
6736         attachment
6737
6738 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6739
6740         * backend/ev-attachment.[ch]:
6741         * shell/ev-attachment-bar.[ch]:
6742
6743         Added missing files. 
6744
6745 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6746
6747         * backend/Makefile.am:
6748         * data/evince-ui.xml:
6749         * backend/ev-attachment.[ch]:
6750         * backend/ev-document.[ch]: (ev_document_has_attachments),
6751         (ev_document_get_attachments):
6752         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6753         (attachment_save_to_buffer), (pdf_document_get_attachments),
6754         (pdf_document_document_iface_init):
6755         * shell/Makefile.am:
6756         * shell/ev-attachment-bar.[ch]:
6757         * shell/ev-window.c:
6758
6759         Add support for PDF attachments. Fixes bug #325143
6760
6761 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * backend/ev-document-factory.c: (get_document_from_uri),
6764         (ev_document_factory_get_document):
6765         * backend/ev-document-factory.h:
6766         * properties/ev-properties-main.c: (ev_properties_get_pages):
6767         * shell/Makefile.am:
6768         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6769         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6770         (ev_job_queue_remove_job):
6771         * shell/ev-job-queue.h:
6772         * shell/ev-job-xfer.c:
6773         * shell/ev-job-xfer.h:
6774         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6775         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6776         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6777         (ev_job_xfer_run):
6778         * shell/ev-jobs.h:
6779         * shell/ev-window.c: (ev_window_is_empty),
6780         (password_dialog_response), (ev_window_clear_xfer_job),
6781         (ev_window_xfer_job_cb), (ev_window_open_uri),
6782         (ev_window_cmd_focus_page_selector),
6783         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6784         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6785         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6786         (ev_window_dispose):
6787         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6788         
6789         * Cleanup mime type detection on document load. Fix for the
6790         bug #336448.
6791
6792 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6793
6794         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6795         
6796         Fix crash on exit, described in the bug #336825.
6797
6798 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6799
6800         * backend/ev-document-factory.c:
6801         (ev_document_factory_get_from_mime),
6802         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6803         (ev_document_factory_get_document),
6804         (file_filter_add_mime_list_and_free),
6805         (ev_document_factory_add_filters):
6806         * backend/ev-document-factory.h:
6807         * properties/ev-properties-main.c: (ev_properties_get_pages):
6808         * shell/Makefile.am:
6809         * shell/ev-application.c:
6810         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6811         * shell/ev-window.c: (ev_window_cmd_file_open),
6812         (ev_window_cmd_save_as):
6813         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6814         
6815         Rework factory functions so they are placed now in a single 
6816         file ev-document-factory.c
6817
6818 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6819
6820         * shell/ev-window.c: (update_chrome_visibility):
6821         
6822         Fix for the bug 166566 - don't show menubar in fullscreen
6823         mode.
6824
6825 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6826
6827         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6828
6829 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6830
6831         * shell/ev-view.c: (ev_view_expose_event):
6832         
6833         More correctly draw loading text when document
6834         is empty.
6835
6836 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6837
6838         * shell/ev-view.c: (ev_view_scroll):
6839         
6840         Fix for the bug #334854, page down and page up switch
6841         pages in presentation mode.
6842
6843 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6844
6845         * shell/ev-window.c: (ev_window_set_action_sensitive),
6846         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6847         (ev_window_set_view_accels_sensitivity),
6848         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6849         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6850         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6851         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6852         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6853         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6854         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6855         (view_actions_focus_in_cb), (ev_window_init):
6856         
6857         Fix for the bug #333902, now it's possible to search
6858         words with slash.
6859
6860 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6861
6862         * configure.ac: Added Breton translation.
6863         * po/br.po: Added Breton translation.
6864
6865 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6866
6867         * shell/ev-window-title (ev_window_title_update):
6868
6869         Fix memory leak in window title. Fixes bug #333944
6870
6871 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6872
6873         * shell/ev-metadata-manager.c (parseItem):
6874
6875         Fix memory leaks. Fixes bug #333945
6876
6877 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6878         
6879         * NEWS, configure.ac, TODO:
6880         
6881         Update for release 0.5.2.
6882
6883 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6884
6885         * shell/ev-view.c: (view_update_range_and_current_page),
6886         (page_changed_cb):
6887         
6888         Don't jump on scrolling, fix for the bug #333127.
6889
6890 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6893         
6894         Scroll by one page in presentation mode. Fix for the bug
6895         #332993.
6896
6897 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6898
6899         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6900
6901 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6902
6903         * configure.ac  Added lv in ALL_LINGUAS line.
6904
6905 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6906         
6907         * NEWS, configure.ac:
6908         
6909         Update for release 0.5.1
6910
6911 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6912
6913         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6914         * backend/ev-document-misc.h:
6915         * shell/ev-view.c: (draw_one_page):
6916         
6917          Clairfy what page the toolbar page number applies to. Fix
6918          for the bug #328102.
6919
6920 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6921
6922         * shell/ev-view-private.h:
6923         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6924         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6925         (ev_view_search_changed):
6926         * shell/ev-view.h:
6927         * shell/ev-window.c: (find_bar_search_changed_cb):
6928         
6929         Dont't jump to find result if window was scrolled during search.
6930         Fix for the bug #313266.
6931
6932 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6933
6934         * shell/eggfindbar.c: (egg_find_bar_class_init):
6935         * shell/eggfindbar.h:
6936         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6937         * shell/ev-view-private.h:
6938         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6939         (ev_view_class_init), (ev_sizing_mode_get_type),
6940         (ev_scroll_type_get_type):
6941         * shell/ev-view.h:
6942         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6943         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6944         (ev_window_init):
6945         
6946         Fix for the bug 319133 - Find entry should allow text scroll.
6947
6948 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6949
6950         * shell/ev-view-private.h:
6951         * shell/ev-view.c: (view_update_range_and_current_page),
6952         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6953         (ev_view_set_document), (update_find_status_message),
6954         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6955         (ev_view_find_previous):
6956         
6957         Fix for the bug #319137. Search now takes account for scrolling.
6958
6959 2006-02-19  Michael Hofmann <mh21@piware.de>
6960
6961         * configure.ac:
6962         * djvu/Makefile.am:
6963         * djvu/djvu-document-private.h:
6964         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6965         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6966         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6967         (djvu_document_can_get_text), (djvu_document_get_text),
6968         (djvu_document_document_iface_init),
6969         (djvu_document_thumbnails_get_thumbnail),
6970         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6971         (djvu_document_find_get_result),
6972         (djvu_document_find_page_has_results),
6973         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6974         (djvu_document_find_iface_init):
6975         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6976         (djvu_text_page_selection), (djvu_text_page_limits_process),
6977         (djvu_text_page_limits), (djvu_text_page_copy),
6978         (djvu_text_page_position), (djvu_text_page_union),
6979         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6980         (djvu_text_page_box), (djvu_text_page_append_text),
6981         (djvu_text_page_search), (djvu_text_page_prepare_search),
6982         (djvu_text_page_new), (djvu_text_page_free):
6983         * djvu/djvu-text-page.h:
6984         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6985         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6986         (djvu_text_n_results), (djvu_text_has_results),
6987         (djvu_text_get_result), (djvu_text_get_progress):
6988         * djvu/djvu-text.h:
6989         
6990         Text search in djvu. Fix for the bug #303415.
6991
6992 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6993
6994         * configure.ac:
6995         * shell/ev-window.c: (ev_window_cmd_save_as):
6996         
6997         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6998         Thanks to Gary Coady <gary@lyranthe.org>
6999
7000 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * shell/ev-print-job.c: (idle_print_handler):
7003         
7004         Inverse order printing, bug #320919.
7005
7006 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7007
7008         * data/evince-toolbar.xml:
7009         * shell/ev-window.c:
7010         
7011         Allow to add sidebar checkbutton on toolbar. Fix
7012         for the bug #144577.
7013
7014 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7015
7016         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7017         
7018         Add checks that have sense for empty ps document.
7019
7020 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7021
7022         * configure.ac: Include PS in mime types list. 
7023
7024 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7025
7026         * configure.ac:
7027         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7028         * ps/gsdefaults.h:
7029         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7030         
7031         Runtime check for gs interpreter. Fix for the bug #320868.
7032         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7033
7034 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7035
7036         * shell/ev-application.c: 
7037
7038         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7039         dbus>=0.60, so that the request is not queued. 
7040
7041 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * configure.ac:
7044         * shell/Makefile.am:
7045         * shell/ev-sidebar-links.c: (print_section_cb):
7046         * shell/ev-utils.c:
7047         * shell/ev-utils.h:
7048         * shell/ev-window.c: (update_action_sensitivity),
7049         (ev_window_close_dialogs), (ev_window_print):
7050         * shell/ev-window.h:
7051         
7052         Make printing support optional. Patch from Eduardo de Barros Lima
7053         <eduardo.lima@indt.org.br> for the bug #330546.
7054
7055 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7056
7057         * shell/ev-view-private.h:
7058         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7059         (ev_view_set_document):
7060         * shell/ev-view.h:
7061         * shell/ev-window.c: (ev_window_load_job_cb),
7062         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7063         (ev_window_init):
7064
7065         Draw Loading message during xfer job. Fix for the bug #329495.
7066
7067 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7068
7069         * comics/comics-document.c: (comics_regex_quote),
7070         (comics_document_load), (extract_argv):
7071         
7072         Correcly quote regexp before passing it to unzip.
7073
7074 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7075
7076         * shell/ev-page-cache.c: (build_height_to_page),
7077         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7078         (ev_page_cache_get_dual_even_left):
7079         * shell/ev-page-cache.h:
7080         * shell/ev-view.c: (view_update_range_and_current_page),
7081         (get_page_y_offset), (get_page_extents):
7082         
7083         Place even pages to the left if document has less then
7084         two pages. Fix for the bug #328856.
7085
7086 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7089         
7090         Correct comics scheme. This make evince create thumbnails
7091         for comic books. Fix for the bug 329088.
7092
7093 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7094
7095         * data/evince-password.glade: Don't explicitly set
7096         invisible_char to the current default value in case
7097         the default changes; let GTK+ do its magic.
7098
7099 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7100
7101         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7102         real filename to tmp filename since often document
7103         type is determined by extension.
7104
7105 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7106
7107         * shell/ev-view.c: (add_scroll_binding_keypad),
7108         (ev_view_binding_activated), (ev_view_class_init):
7109         
7110         Add keybindings for percision-scrolling of display area. 
7111         Fix for the bug #314072.
7112
7113 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7114
7115         * data/evince.desktop.in.in:
7116         
7117         Add GTK to the list of categories. Fix for the bug #328034.
7118
7119 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7120
7121         * shell/ev-application.c: (ev_application_shutdown),
7122         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7123         * shell/ev-application.h:
7124         * shell/ev-window.c: (file_open_dialog_response_cb),
7125         (ev_window_cmd_file_open):
7126         
7127         Save last uri in file chooser dialog. Fix for the bug #327950.
7128
7129 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7130
7131         * NEWS:
7132         * README:
7133         
7134         Final update for release 0.5.0
7135         
7136         * shell/Makefile.am:
7137         
7138         Remove disable deprecated until we'll require libgnome-2.13.7
7139         and port to GOption argument parsing. See bug 327518.
7140
7141 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7142
7143         * comics/comics-document.c: (comics_document_save):
7144         * djvu/djvu-document.c: (djvu_document_save):
7145         * dvi/dvi-document.c: (dvi_document_save):
7146         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7147         * lib/ev-file-helpers.h:
7148         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7149         * tiff/tiff-document.c: (tiff_document_save):
7150         
7151         Use common save function for backends.
7152
7153 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7154
7155         * backend/ev-document-types.c:
7156         
7157         Fix crash on saving pixbuf.
7158
7159 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7160
7161         * cut-n-paste/recent-files/egg-recent-item.c:
7162         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7163         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7164         (parse_info_free), (valid_element), (start_element_handler),
7165         (end_element_handler), (text_handler), (egg_recent_model_filter),
7166         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7167         (egg_recent_model_monitor), (egg_recent_model_read),
7168         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7169         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7170         (egg_recent_model_set_property), (egg_recent_model_class_init),
7171         (egg_recent_model_init), (egg_recent_model_add_full),
7172         (egg_recent_model_delete), (egg_recent_model_get_list),
7173         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7174         (egg_recent_model_set_filter_mime_types),
7175         (egg_recent_model_clear_group_filter),
7176         (egg_recent_model_set_filter_groups),
7177         (egg_recent_model_clear_scheme_filter),
7178         (egg_recent_model_set_filter_uri_schemes),
7179         (egg_recent_model_remove_expired):
7180         * cut-n-paste/recent-files/egg-recent-util.c:
7181         (egg_recent_util_get_icon):
7182         * cut-n-paste/recent-files/egg-recent-util.h:
7183         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7184         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7185         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7186         (egg_recent_view_uimanager_set_property),
7187         (egg_recent_view_uimanager_get_property),
7188         (egg_recent_view_uimanager_class_init),
7189         (egg_recent_view_uimanager_init),
7190         (egg_recent_view_uimanager_set_label_width),
7191         (egg_recent_view_uimanager_get_label_width):
7192         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7193         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7194         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7195         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7196         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7197         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7198         
7199         Update from libegg.
7200
7201 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * shell/ev-page-cache.c: (build_height_to_page),
7204         (ev_page_cache_get_height_to_page):
7205         * shell/ev-page-cache.h:
7206         * shell/ev-view.c: (view_update_range_and_current_page),
7207         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7208         (ev_view_previous_page):
7209         
7210         Dual mode places even pages to the left. Fix for the bug #309393.
7211
7212         * shell/ev-view.h:
7213         * shell/ev-window.c: (update_action_sensitivity),
7214         (setup_view_from_metadata), (view_menu_popup_cb):
7215         
7216         Don't restore presentation in empty windows, more intelligent
7217         next page behaviour in dual mode.
7218
7219         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7220         (ev_pixbuf_cache_clear_job_sizes):
7221         
7222         Cleanup job callback on removal. Fix for the bug #325886.
7223
7224 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7225
7226         * ps/ps.c: (psscan):
7227         
7228         Commit workaround Mozilla problem. Fix for the bug #325919
7229         
7230         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7231         (save_item):
7232         
7233         Fix for year 2038 problem.
7234
7235 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7236
7237         * shell/ev-window.c: (setup_document_from_metadata),
7238         (ev_window_cmd_view_reload):
7239
7240         Clamp page recieved from metadata in valid values. Fix
7241         for the bug #325986.
7242
7243 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7244
7245         * MAINTAINERS: 
7246         Add MAINTAINERS as requested on desktop-devel-list.
7247
7248 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7249
7250         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7251         (mime_type_supported_by_gdk_pixbuf),
7252         (ev_document_factory_get_mime_types),
7253         (ev_document_factory_get_all_mime_types):
7254         
7255         Don't add pixbuf mime types if pixbuf backend is disabled.
7256         
7257         * shell/ev-application.c: (ev_application_get_uri_window):
7258         
7259         Fix for the bug 325815 - unhandled MIME type message doesn't 
7260         appear a second time. 
7261         
7262         * shell/ev-document-types.c: (ev_document_types_add_filters):
7263         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7264         (password_dialog_response), (ev_window_popup_password_dialog),
7265         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7266         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7267         (ev_window_run_presentation), (ev_window_stop_presentation),
7268         (save_sizing_mode), (ev_window_zoom_changed_cb),
7269         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7270         (ev_window_dual_mode_changed_cb),
7271         (ev_window_sidebar_current_page_changed_cb),
7272         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7273         (window_state_event_cb), (window_configure_event_cb):
7274         
7275         Cleanup additional uris holded by EvWindow.
7276
7277 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7278
7279         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7280         (ev_view_can_previous_page), (ev_view_can_next_page):
7281         * shell/ev-view.h:
7282         * shell/ev-window.c: (update_action_sensitivity):
7283         
7284         Two page scrolling with Space and PageUp in dual mode. Second fix 
7285         for the bug #316608.
7286
7287 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7288
7289         * shell/ev-view.c: (scroll_to_current_page):
7290         
7291         Correctly clamp adjustment value. Fix for the bug
7292         #325808.
7293
7294 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7295
7296         * shell/ev-sidebar-links.c: (print_section_cb):
7297         * shell/ev-window.c: (ev_window_get_uri),
7298         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7299         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7300         (ev_window_dispose):
7301         
7302         Make print dialog non-modal. Fix for the bug #325622.
7303
7304 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7305
7306         * shell/ev-metadata-manager.c:
7307         * shell/ev-utils.c: (using_pdf_printer),
7308         (using_postscript_printer), (load_print_config_from_file),
7309         (save_print_config_to_file):
7310         * shell/ev-utils.h:
7311         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7312         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7313         (setup_view_from_metadata), (ev_window_setup_document),
7314         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7315         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7316         (ev_window_run_presentation), (ev_window_stop_presentation),
7317         (save_sizing_mode), (ev_window_zoom_changed_cb),
7318         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7319         (ev_window_dual_mode_changed_cb),
7320         (ev_window_sidebar_current_page_changed_cb),
7321         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7322         (window_state_event_cb), (window_configure_event_cb),
7323         (ev_window_init):
7324         
7325         Setting saving behaviour fixes.
7326
7327 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7328
7329         * configure.ac:
7330         
7331         Make antialiasing gs options better and allow
7332         to change them during configure. Fix for the 
7333         bug #319049.
7334
7335 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7336
7337         * shell/ev-window.c: (setup_view_from_metadata):
7338         
7339         Remember if last window was maximized. Fix for the
7340         bug #323797.
7341
7342 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7343
7344         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7345
7346 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7347
7348         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7349         * shell/ev-page-action.c: (build_new_tree_cb):
7350         * shell/ev-sidebar-links.c: (links_page_num_func),
7351         (update_page_callback_foreach), (update_page_callback):
7352         * shell/ev-view.c: (scroll_to_current_page):
7353         
7354         Fix for the bug #325067 with more intelligent selection
7355         of current link in sidebar. Make sidebar handle links
7356         of FITR-like type more correctly.
7357
7358         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7359         (dvi_pixbuf_put_pixel):
7360         
7361         Fix memory consumtion with disabled alpha channel.
7362
7363 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7364
7365         * data/evince-ui.xml:
7366         * shell/ev-window.c: (view_menu_popup_cb),
7367         (ev_popup_cmd_open_link), (ev_window_init):
7368         
7369         Update context menu for internal links. Fix for the bug
7370         #325066.
7371
7372 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7375         
7376         Bind context menu to keyboard also. Fix for the bug
7377         #325065.
7378
7379 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7380
7381         * shell/ev-view.c: (selection_scroll_timeout_cb):
7382         
7383         Horizontal scroll on selection also.
7384
7385 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7386
7387         * shell/ev-metadata-manager.c: (parse_value):
7388         * shell/ev-view.c: (goto_xyz_link):
7389         
7390         Correct zoom setup and metadata save broken in 
7391         some locales.
7392
7393 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7394
7395         * shell/ev-view-private.h:
7396         * shell/ev-view.c: (scroll_to_current_page),
7397         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7398         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7399         (page_changed_cb), (ev_view_set_continuous),
7400         (ev_view_set_dual_page), (ev_view_set_presentation):
7401         
7402         Delay scroll until allocation to correctly position page. Fix
7403         for the bug #317334.
7404
7405 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7406
7407         * NEWS:
7408         * configure.ac:
7409         
7410         Update NEWS and require poppler 0.5.0.
7411
7412 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7413         
7414         * data/evince-ui.xml:
7415         * shell/ev-view-private.h:
7416         * shell/ev-view.c: (ev_view_get_link_at_location),
7417         (handle_link_over_xy), (ev_view_button_press_event),
7418         (ev_view_button_release_event), (ev_view_class_init):
7419         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7420         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7421         (ev_window_init):
7422         
7423         Implement right-click context menu.
7424
7425 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7426
7427         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7428         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7429         (mdvi_pixbuf_device_render):
7430         * pdf/ev-poppler.cc:
7431
7432         Don't generate thumbnails with alpha. See bug #324077.
7433         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7434
7435 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7436
7437         * shell/ev-window.c: (setup_chrome_from_metadata):
7438         
7439         Fix typo that was hiding toolbar.
7440
7441 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7442
7443         * shell/ev-view-private.h:
7444         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7445         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7446         (ev_view_button_release_event), (ev_view_destroy):
7447         
7448         Small cleanup and autoscrolling during selection. Thanks to 
7449         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7450
7451 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7452
7453         * configure.ac:
7454         
7455         Correctly check for comics option.
7456
7457 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7458         * Makefile.am:
7459         * configure.ac:
7460         * backend/Makefile.am:
7461         * backend/ev-document-factory.c:
7462         * shell/ev-document-types.c:
7463
7464         Included option in configure to make ps backend 
7465         compilation optional with --disable-ps.
7466
7467 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7468
7469         * backend/ev-document-factory.c:
7470         * comics/Makefile.am:
7471         * comics/comics-document.c: (comics_document_load):
7472         * comics/ev-cbr-mime.xml:
7473         * configure.ac:
7474         
7475         Comics mime types are added to shared-mime-info CVS. Now
7476         we don't need to install our own mime types.
7477
7478 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7479
7480         * shell/ev-window.c:
7481         
7482         Add shortcut for "save a copy" menu entry. Fix for
7483         the bug #324582.
7484
7485 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7486
7487         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7488         (job_finished_cb), (new_selection_pixbuf_needed),
7489         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7490         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7491         
7492         Rework selection job info logic and fix critical warning.
7493
7494 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7495
7496         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7497
7498 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7499
7500         * data/evince-ui.xml:
7501         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7502         
7503         Enter as shortcut key for next page. Fix for the bug
7504         #321394.
7505
7506 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7507
7508         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7509
7510 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7511
7512         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7513         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7514         (new_selection_pixbuf_needed),
7515         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7516         (clear_job_selection):
7517         
7518         Too early for 0.5. Pixbuf cache code cleaned a bit.
7519
7520 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * NEWS:
7523         * configure.ac:
7524         
7525         Release 0.5.0 preparation
7526
7527 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7528
7529         * comics/Makefile.am:
7530         * configure.ac:
7531         * shell/ev-document-types.c: (ev_document_types_add_filters):
7532         
7533         More advanced handling of custom mime type installation.
7534
7535 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7536
7537         * data/evince.schemas.in:
7538         * shell/ev-metadata-manager.c: (value_free),
7539         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7540         (ev_metadata_manager_get), (ev_metadata_manager_set):
7541         * shell/ev-metadata-manager.h:
7542         * shell/ev-window.c: (update_chrome_flag),
7543         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7544         (setup_document_from_metadata), (setup_chrome_from_metadata),
7545         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7546         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7547         (ev_window_view_toolbar_cb),
7548         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7549         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7550         
7551         Save last document settings and reuse them for new documents.
7552
7553 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7554
7555         * Makefile.am:
7556         * backend/Makefile.am:
7557         * backend/ev-document-factory.c:
7558         * backend/ev-document-factory.h:
7559         * comics/Makefile.am:
7560         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7561         (comics_document_load), (comics_document_save),
7562         (comics_document_get_n_pages), (comics_document_get_page_size),
7563         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7564         (comics_document_class_init), (comics_document_can_get_text),
7565         (comics_document_get_info), (comics_document_document_iface_init),
7566         (comics_document_init), (get_supported_image_extensions),
7567         (comics_document_thumbnails_get_geometry),
7568         (comics_document_thumbnails_get_thumbnail),
7569         (comics_document_thumbnails_get_dimensions),
7570         (comics_document_document_thumbnails_iface_init), (extract_argv):
7571         * comics/comics-document.h:
7572         * comics/ev-cbr-mime.xml:
7573         * configure.ac:
7574         * po/POTFILES.in:
7575         * shell/ev-application.c: (ev_application_register_service):
7576         * shell/ev-document-types.c: (ev_document_types_add_filters):
7577         * thumbnailer/Makefile.am:
7578         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7579         
7580         New CBR/CBZ backend for comic books.
7581
7582 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * shell/main.c: (load_files_remote):
7585
7586         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7587         warning on startup of second instance is fixed. It
7588         is bug #320353.
7589
7590 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * shell/ev-window.c: (ev_window_finalize):
7593         
7594         Fix double free that cause crash.
7595
7596 2005-10-29  Bastien Nocera <hadess@hadess.net>
7597
7598         * tiff/tiff-document.c: (tiff_document_load):
7599         
7600         Fix memory leak.
7601
7602 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7603
7604         * po/POTFILES.in:
7605         * shell/Makefile.am:
7606         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7607         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7608         (ev_view_accessible_get_text),
7609         (ev_view_accessible_get_character_at_offset),
7610         (ev_view_accessible_get_text_before_offset),
7611         (ev_view_accessible_get_text_at_offset),
7612         (ev_view_accessible_get_text_after_offset),
7613         (ev_view_accessible_get_character_count),
7614         (ev_view_accessible_get_caret_offset),
7615         (ev_view_accessible_set_caret_offset),
7616         (ev_view_accessible_get_run_attributes),
7617         (ev_view_accessible_get_default_attributes),
7618         (ev_view_accessible_get_character_extents),
7619         (ev_view_accessible_get_offset_at_point),
7620         (ev_view_accessible_get_n_selections),
7621         (ev_view_accessible_get_selection),
7622         (ev_view_accessible_add_selection),
7623         (ev_view_accessible_remove_selection),
7624         (ev_view_accessible_set_selection),
7625         (ev_view_accessible_text_iface_init),
7626         (ev_view_accessible_idle_do_action),
7627         (ev_view_accessible_action_do_action),
7628         (ev_view_accessible_action_get_n_actions),
7629         (ev_view_accessible_action_get_description),
7630         (ev_view_accessible_action_get_name),
7631         (ev_view_accessible_action_set_description),
7632         (ev_view_accessible_action_iface_init),
7633         (ev_view_accessible_get_type), (ev_view_accessible_new),
7634         (ev_view_accessible_factory_get_accessible_type),
7635         (ev_view_accessible_factory_create_accessible),
7636         (ev_view_accessible_factory_class_init),
7637         (ev_view_accessible_factory_get_type):
7638         * shell/ev-view-accessible.h:
7639         * shell/ev-view-private.h:
7640         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7641         * shell/ev-view.h:
7642         
7643         Initial accessibility support.
7644
7645 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7646
7647         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7648
7649 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7650
7651         * shell/ev-print-job.c: (idle_print_handler):
7652         
7653         Fix for bug Bug 318916: Printing multiple pages.
7654
7655 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7656
7657         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7658
7659 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7660
7661         * pdf/ev-poppler.cc:
7662         
7663         Thumnail dimensions unified with other backends.
7664         
7665         * shell/ev-window-title.c: (ev_window_title_update):
7666         
7667         Fix warning.
7668
7669 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7670
7671         * data/ev-stock-zoom-fit-width.png:
7672         
7673         Remove unused file.
7674
7675 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7676
7677         * configure.ac:
7678         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7679         (djvu_document_finalize):
7680         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7681         (dvi_document_finalize):
7682         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7683         (pixbuf_document_save), (pixbuf_document_finalize):
7684         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7685         (tiff_document_finalize):
7686         
7687         Save a copy implemented for various backends.
7688
7689 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7690
7691         * configure.ac:
7692         
7693         Don't link with ltiff if tiff is disabled.
7694
7695 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7696
7697         * pdf/GDKSplashOutputDev.cc:
7698         * pdf/GDKSplashOutputDev.h:
7699         * pdf/Thumb.cc:
7700         * pdf/Thumb.h:
7701         * pdf/pdf-document.cc:
7702         * pdf/pdf-document.h:
7703         * pdf/test-gdk-output-dev.cc:
7704         
7705         Remove old unused files.
7706
7707 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7708
7709         * shell/ev-window.c: (ev_window_setup_document):
7710         
7711         Fixed warnings on reload and probably crash reason.
7712
7713 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7714
7715         * properties/ev-properties-view.c:
7716         (ev_properties_view_format_date):
7717         
7718         Check if date is invalid. Fix for bug 318134.
7719
7720 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7721
7722         * shell/ev-window-title.c:
7723         
7724         Add .indd files (Adobe Indesign) to the list of "bad
7725         extensions".
7726
7727 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7728
7729         * data/evince-ui.xml:
7730         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7731         
7732         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7733
7734 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7735
7736         * shell/ev-window.c: (launch_link), (launch_external_uri),
7737         (view_external_link_cb):
7738
7739         URL-escape link before passing it to gnome_vfs_url_show.
7740
7741 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7742
7743         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7744         there isn't text selected.
7745
7746 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7747
7748         * shell/ev-view.c: (handle_link_over_xy):
7749
7750         Check tooltip is valid utf8 before showing it
7751
7752 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7753
7754         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7755
7756 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7757
7758         * shell/ev-window-title.c: (ev_window_title_update):
7759
7760         Guard against using g_strstrip on NULL. Fixes bug #317291.
7761
7762 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7763
7764         * pdf/ev-poppler.cc:
7765
7766         Show title even for unknown links
7767
7768 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7769
7770         * shell/ev-window-title.c: (ev_window_title_update):
7771
7772         Strip the title string
7773
7774 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7775
7776         * shell/ev-window-title.c:
7777
7778         Add .rtf to the bad extensions list
7779
7780 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7781
7782         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7783         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7784
7785         Ignore link coordinates if they are outside page bounds
7786
7787 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7788
7789         * backend/ev-link.c: (ev_link_type_get_type),
7790         (ev_link_get_filename), (ev_link_get_params),
7791         (ev_link_get_property), (ev_link_set_property),
7792         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7793         * backend/ev-link.h:
7794         * pdf/ev-poppler.cc:
7795         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7796         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7797         (ev_window_init):
7798
7799         Implement launch links. Delegate external link opening to
7800         the window.
7801
7802 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7803
7804         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7805         (ev_link_get_right), (ev_link_get_property),
7806         (ev_link_set_property), (ev_link_class_init),
7807         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7808         * backend/ev-link.h:
7809         * pdf/ev-poppler.cc:
7810         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7811
7812         Implement fitr links
7813
7814 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7815
7816         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7817         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7818         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7819         (ev_view_size_request_continuous),
7820         (ev_view_size_request_dual_page),
7821         (ev_view_size_request_single_page), (ev_view_size_allocate),
7822         (ev_view_zoom_for_size_continuous_and_dual_page),
7823         (ev_view_zoom_for_size_continuous),
7824         (ev_view_zoom_for_size_dual_page),
7825         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7826         (ev_sizing_mode_get_type):
7827         * shell/ev-view.h:
7828         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7829
7830         Do not use modes for link, we need to calculate size ad hoc.
7831         Still not perfect because of the usual scrollbar issues grrr.
7832
7833 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7834
7835         * backend/ev-link.c: (ev_link_type_get_type),
7836         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7837         * backend/ev-link.h:
7838         * pdf/ev-poppler.cc:
7839         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7840         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7841         (ev_view_size_request_continuous),
7842         (ev_view_size_request_dual_page),
7843         (ev_view_size_request_single_page), (ev_view_size_allocate),
7844         (zoom_for_size_fit_height),
7845         (ev_view_zoom_for_size_continuous_and_dual_page),
7846         (ev_view_zoom_for_size_continuous),
7847         (ev_view_zoom_for_size_dual_page),
7848         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7849         (ev_sizing_mode_get_type):
7850         * shell/ev-view.h:
7851         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7852
7853         Implement FIT_HEIGHT mode (only for links).
7854         Implement FITH links
7855
7856 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * shell/ev-window-title.c: (get_filename_from_uri),
7859         (ev_window_title_sanitize_extension), (ev_window_title_update),
7860         (ev_window_title_set_document), (ev_window_title_set_uri),
7861         (ev_window_title_free):
7862         * shell/ev-window-title.h:
7863         * shell/ev-window.c: (ev_window_setup_document),
7864         (ev_window_popup_password_dialog):
7865
7866         Refactor window title building while fixing it for
7867         password documents.
7868
7869 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7870
7871         * pdf/ev-poppler.cc:
7872
7873         Escape link title before setting it in the model
7874
7875 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7876
7877         * shell/ev-application.c: (removed_from_session), (save_session),
7878         (init_session), (ev_application_get_empty_window),
7879         (ev_application_init), (ev_application_get_windows):
7880         * shell/ev-application.h:
7881         * shell/ev-window.c: (ev_window_finalize):
7882
7883         Add a function to retrieve window list and share it where
7884         necessary.
7885         Implement session handling, works pretty well thanks to the
7886         metadata system.
7887
7888 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7889
7890         * shell/ev-password.c: (ev_password_item_created_callback),
7891         (ev_password_dialog_save_password):
7892         
7893         Fix for bug 316972. Use async gnome-keyring API.
7894
7895 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7896
7897         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7898         Remove unused unrealize handler. Add scroll handling to
7899         ev_view_scroll_event for presentation mode (bug #316708),
7900         and fix the event state checks there.
7901
7902 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7903
7904         * shell/ev-page-action.c: (page_changed_cb):
7905
7906         "marco, maybe we should be crazy and jump right to 6! :)"
7907
7908         Bryan Clark, Sep 2005
7909
7910 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7911
7912         * ps/ps-document.c: (save_document), (ps_document_save),
7913         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7914         (ps_document_ps_export_end):
7915
7916         Fix unstructured documents save and print
7917
7918 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7919
7920         * shell/ev-application.c: (ev_application_open_uri):
7921
7922         Fix window size persistance
7923
7924 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7925
7926         * shell/ev-view.c: (ev_view_button_release_event):
7927
7928         Based on a patch from carlosgc@gnome.org. Mouse buttons
7929         switch pages in presentation mode.
7930
7931 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7932
7933         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7934
7935         Dont cast to int before scaling
7936
7937 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7938
7939         * backend/ev-link.c: (ev_link_type_get_type),
7940         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7941         (ev_link_new_page_fith):
7942         * backend/ev-link.h:
7943         * pdf/ev-poppler.cc:
7944         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7945
7946         Implement FIT and FITH links
7947
7948 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7949
7950         * pdf/ev-poppler.cc:
7951
7952         Return 0 results when search is not in progress.
7953
7954         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7955         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7956
7957         Update menu sensitivity when cancelling search
7958
7959 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7960
7961         * shell/ev-view.c: (ev_view_can_find_next):
7962
7963         Take all pages in consideration, not just current one
7964
7965 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7966
7967         * shell/ev-page-cache.c:
7968         * shell/ev-page-cache.h:
7969         * shell/ev-view.c: (ev_view_binding_activated),
7970         (ev_view_next_page), (ev_view_previous_page),
7971         (ev_sizing_mode_get_type):
7972         * shell/ev-view.h:
7973         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7974         (ev_window_cmd_go_next_page):
7975
7976         Move page next/previous functions from page chace to
7977         view and change it to move by 2 page steps in dual mode.
7978
7979 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7980
7981         * shell/ev-window.c: (update_sidebar_visibility),
7982         (setup_sidebar_from_metadata), (ev_window_setup_document),
7983         (setup_view_from_metadata):
7984
7985         Show the index by default when there is one     
7986
7987 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7988
7989         * shell/ev-window-title.c: (ev_window_title_set_document):
7990
7991         Missing null check
7992
7993 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7994
7995         * shell/ev-view.c: (view_update_range_and_current_page):
7996         
7997         Allow display of last odd page in dual view. Fix for 316347.
7998
7999 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8000
8001         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8002         
8003         Make close button default. Fix for 316383.
8004
8005 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8006
8007         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8008         
8009         Mark close button as default. Fix for 316381.
8010
8011 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8012
8013         * backend/ev-link.c: (ev_link_class_init):
8014
8015         Allow negative doubles in left/top properties
8016
8017 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8018
8019         * shell/ev-window.c:
8020
8021         Remove a bunch of strings that was used only
8022         by the statusbar.
8023
8024 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8025
8026         * shell/ev-window-title.c: (get_filename_from_uri),
8027         (ev_window_title_set_document):
8028
8029         When title has a confusing extension, show also
8030         the document filename inside ()
8031
8032 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8033
8034         * shell/Makefile.am:
8035         * shell/ev-window-title.c: (ev_window_title_new),
8036         (ev_window_title_update), (ev_window_title_set_type),
8037         (ev_window_title_set_document), (ev_window_title_free):
8038         * shell/ev-window-title.h:
8039         * shell/ev-window.c: (ev_window_setup_document),
8040         (password_dialog_response), (ev_window_popup_password_dialog),
8041         (ev_window_dispose), (ev_window_init):
8042
8043         Factor out and cleanup window title code
8044
8045 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8048         (unable_to_load):
8049
8050         Make dialog transient so it doesnt block other windows
8051
8052 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8053
8054         * pdf/ev-poppler.cc:
8055         
8056         Fix pdf thumbnails rendering.
8057
8058 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8059
8060         * shell/ev-window.c: (fullscreen_set_timeout):
8061         
8062         Increase timeout to hide full screen popup. Bug 
8063         316123. 
8064
8065 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8066
8067         * data/evince.schemas.in:
8068         * shell/ev-window.c: (update_action_sensitivity):
8069
8070         Allow the user to override document restrictions. Fix for bug
8071         305818.
8072
8073 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8074
8075         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8076         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8077         (ev_window_class_init): Fix multihead behaviour of fullscreen
8078         toolbar popup. Fixes bug #315451.
8079
8080 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8081
8082         * configure.ac:
8083         * data/evince-password.glade:
8084         * shell/ev-password.c: (ev_password_dialog_set_property),
8085         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8086         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8087         (ev_password_dialog_entry_changed_cb),
8088         (ev_password_dialog_entry_activated_cb),
8089         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8090         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8091         (ev_password_dialog_set_bad_pass):
8092         * shell/ev-password.h:
8093         * shell/ev-window.c: (password_dialog_response),
8094         (ev_window_popup_password_dialog):
8095         
8096         Support for gnome-keyring for encrypted PDF's.
8097
8098 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8099
8100         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8101         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8102         (ev_view_enter_notify_event), (ev_view_class_init):
8103         
8104         More precise handling of enter_notify/leave_notify events
8105         in EvView. Fix for bug 315470.
8106
8107 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8108
8109         * shell/ev-window.c: (fullscreen_timeout_cb),
8110         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8111         (ev_window_dispose):
8112
8113         leak fix: unref fullscreen_timeout_source before clearing it
8114
8115 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8116
8117         * configure.ac, dvi/mdvi/Makefile.am: 
8118         
8119         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8120
8121 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8122
8123         * backend/ev-link.c: (ev_link_new_page_xyz):
8124         * pdf/ev-poppler.cc:
8125         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8126
8127         Fix some bugs with xyz links, respect zoom
8128
8129 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8130
8131         * shell/ev-window.c: (page_changed_cb),
8132         (setup_document_from_metadata), (update_sidebar_visibility),
8133         (setup_view_from_metadata), (ev_window_run_fullscreen),
8134         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8135         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8136         (ev_window_dual_mode_changed_cb),
8137         (ev_window_sidebar_current_page_changed_cb):
8138
8139         null check uri before setting and getting metadata
8140
8141 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8142
8143         * dvi/Makefile.am:
8144         * properties/Makefile.am:
8145         * shell/Makefile.am:
8146         * thumbnailer/Makefile.am:
8147
8148         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8149
8150 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8151
8152         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8153         (selection_changed_callback):
8154         * shell/ev-sidebar-links.h:
8155
8156         Add a signal for link activation.
8157
8158         * shell/ev-view.c: (ev_view_goto_link),
8159         (ev_view_button_release_event):
8160         * shell/ev-view.h:
8161         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8162         (ev_window_init):
8163
8164         Implement the signal so that we can handle all link types.
8165
8166         * shell/ev-page-cache.c:
8167
8168         Remove unused set_link function
8169
8170 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8171
8172         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8173
8174         Add some space from the cursor, hardcoded but I couldnt
8175         find a better way.
8176
8177 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8178
8179         * lib/ev-tooltip.c:
8180
8181         Use mozilla style vs gtk style, way better for links.
8182
8183         * shell/ev-view.c: (ev_view_motion_notify_event),
8184         (ev_view_destroy), (ev_view_init):
8185
8186         Deactive tooltip when the link hovered is changed.
8187
8188 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8189
8190         * backend/ev-document.h:
8191         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8192         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8193         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8194         (ev_link_new_page), (ev_link_new_page_xyz):
8195         * backend/ev-link.h:
8196         * pdf/ev-poppler.cc:
8197         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8198         (go_to_link), (tip_from_link):
8199
8200         Implement xyz links, still not functional. Links are a total
8201         mess, will need to refactor and bugfix a lot :(
8202
8203 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8204
8205         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8206
8207 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8208
8209         * data/evince-ui.xml:
8210         * data/evince.schemas.in:
8211         * shell/Makefile.am:
8212         * shell/ev-window.c: (update_chrome_visibility),
8213         (password_dialog_response), (ev_window_load_job_cb),
8214         (ev_window_xfer_job_cb), (ev_window_open_uri),
8215         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8216         (ev_window_init):
8217
8218         Remove the statusbar. This regress loading feedback, need to
8219         check with Bryan what we want to do there...
8220
8221 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8222
8223         * lib/ev-tooltip.c: (ev_tooltip_init):
8224
8225         Fix tooltip border and size handling
8226
8227 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8228
8229         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8230         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8231         (ev_tooltip_timeout), (ev_tooltip_activate),
8232         (ev_tooltip_deactivate):
8233         * lib/ev-tooltip.h:
8234         * shell/ev-view.c: (ev_view_motion_notify_event):
8235
8236         Delay popup showing. Mirror gtk logic/times.
8237
8238 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8239
8240         * lib/Makefile.am:
8241         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8242         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8243         (ev_tooltip_set_text), (ev_tooltip_set_position):
8244         * lib/ev-tooltip.h:
8245
8246         Simple widget to show tooltips at a custom position
8247
8248         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8249         (ev_view_destroy):
8250
8251         Use it for links. First go, needs work
8252
8253 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8254
8255         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8256         HIG fixes.  Use title capitalization for window title. Use 12 
8257         pixels of space between the dialog's vbox and action area.
8258
8259 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8260
8261         * shell/ev-window.c: (file_open_dialog_response_cb),
8262         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8263         (ev_window_cmd_save_as):
8264
8265         Make file pickers not modal and refactor code some
8266
8267 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8268
8269         * shell/ev-sidebar.h:
8270         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8271         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8272         (ev_sidebar_class_init), (ev_sidebar_select_page),
8273         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8274         (ev_sidebar_set_page):
8275
8276         Add a current page property and allow to get/set it
8277
8278         * shell/ev-window.c: (setup_view_from_metadata),
8279         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8280
8281         Persist current sidebar page per document
8282
8283 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8284
8285         * data/evince.schemas.in:
8286         * shell/ev-window.c: (update_chrome_visibility),
8287         (setup_document_from_metadata), (update_sidebar_visibility),
8288         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8289         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8290         (ev_window_run_presentation), (ev_window_stop_presentation),
8291         (ev_window_view_sidebar_cb),
8292         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8293         (load_chrome), (ev_window_init):
8294
8295         Persist size/visibility of sidebar per document
8296
8297 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8298
8299         * shell/ev-view.c (draw_loading_text): Draw loading text.
8300
8301 2005-09-02  Dan Damian  <dand@gnome.ro>
8302
8303         * configure.in: Added "ro" to ALL_LINGUAS.
8304
8305 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8306
8307         * shell/ev-view.c: (clear_caches):
8308
8309         ev_page_cache_get doesnt return a reference,
8310         dont try to unref it.
8311
8312 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8313
8314         * shell/main.c: (load_files_remote):
8315
8316         Fix timestamp parameter with dbus <= 0.33
8317
8318 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8319
8320         * data/evince.schemas.in:
8321
8322         Add missing full stop
8323
8324 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8325
8326         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8327         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8328
8329         Plug some memory leaks
8330
8331 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8332
8333         * configure.ac:
8334         * lib/ev-debug.c: (trap_handler):
8335
8336         Check for execinfo.h and use it only if it exists.
8337         Ported from Epiphany (bug #314776).
8338
8339 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8340
8341         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8342
8343 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8344
8345         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8346         * po/id.po      : Added Indonesian translation
8347
8348 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8349
8350         * shell/main.c:
8351         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8352         * NEWS: Release 0.4.0
8353
8354 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8355
8356         * configure.ac: catch another gtk+-2.8ism
8357         * shell/main.c: Make work with gtk+-2.6
8358
8359 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8360
8361         * shell/ev-application-service.xml: Add 'timestamp' argument to
8362           ev_application_open_window and ev_application_open_uri methods.
8363
8364         * shell/ev-application.h: Add 'timestamp' argument to
8365           ev_application_open_window, ev_application_open_uri,
8366           and ev_application_open_uri_list functions.
8367
8368         * shell/ev-application.c (ev_application_open_window,
8369           ev_application_open_uri, ev_application_open_uri_list): Change
8370           functions that show/present windows to use a timestamp if one
8371           is passed in.
8372
8373         * shell/ev-window.c (ev_window_cmd_file_open,
8374           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8375         * shell/main.c (load_files): Modify calls to ev_application to
8376           include GDK_CURRENT_TIME as timestamp.
8377
8378         * shell/main.c (load_files_remote): Obtain timestamp for client
8379           instance from GDK and pass to server instance so new windows are
8380           focused properly.  Fix dbus_g_proxy_call() calls by including second
8381           G_TYPE_INVALID.
8382           
8383         Closes bug #314475.
8384
8385 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8386
8387         * shell/ev-window.c (ev_window_finalize): Check for
8388         avail. EvWindows when quiting to handle the finalize better,
8389         #314497
8390
8391 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8392         
8393         * properties/ev-properties-view.c: 
8394         
8395         Set textdomain to libglade. Fixes translation problem in property page.
8396
8397 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8398
8399         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8400         * dvi/Makefile.am:
8401         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8402         * dvi/mdvi-lib/Makefile.am:
8403         
8404         Fix rotation of thumbnails, ported to new API. Moved library
8405         dependencies earlier, probably it will fix linkage problem.
8406
8407 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8408
8409         * backend/ev-document-misc.c:
8410         (ev_document_misc_get_thumbnail_frame):
8411         * backend/ev-document-misc.h:
8412         * configure.ac:
8413         * pdf/ev-poppler.cc:
8414         * shell/Makefile.am:
8415         * shell/ev-sidebar-thumbnails.c: (add_range),
8416         (ev_sidebar_thumbnails_set_loading_icon),
8417         (ev_sidebar_thumbnails_refresh),
8418         (ev_sidebar_thumbnails_set_document):
8419         * shell/ev-sidebar-thumbnails.h:
8420         * shell/ev-view.c: (ev_view_motion_notify_event),
8421         (ev_view_set_property), (ev_view_get_property),
8422         (ev_view_class_init), (ev_view_set_rotation):
8423         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8424         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8425         (ev_window_init):
8426         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8427         Redo rotation (again).  prepare for 0.4.0
8428
8429 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8430
8431         * configure.ac: Bump poppler requirement to 0.4.1.
8432
8433         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8434         argument to poppler_page_render_selection() call.
8435
8436 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8437
8438         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8439         (djvu_document_thumbnails_get_thumbnail):
8440         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8441         (dvi_document_thumbnails_get_thumbnail):
8442         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8443         (pixbuf_document_thumbnails_get_thumbnail):
8444         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8445         
8446         Update rotation direction of backends to fit with pdf and ps.
8447
8448 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8449
8450         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8451         * backend/ev-async-renderer.h:
8452         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8453         (setup_page), (ps_document_get_page_size),
8454         (ps_async_renderer_render_pixbuf):
8455         * ps/ps-document.h:
8456         * shell/ev-jobs.c: (ev_job_render_run):
8457
8458         Fix orientation in the postscript document
8459
8460 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8461
8462         * pdf/ev-poppler.cc:
8463         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8464         * shell/ev-view.c: (highlight_find_results):
8465
8466         Adapt to the new poppler rotation API. Fix text maps on landscape
8467         documents.
8468
8469 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8470
8471         * shell/ev-view.c (compute_new_selection_text): get the correct
8472         region when selecting in modes other than continuous.
8473
8474 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8475
8476         * shell/main.c (main): remove redundant g_warnings.
8477
8478 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8479
8480         * shell/Makefile.am: Don't include autogenerated
8481         file ev-application-service.h into distribution, since
8482         it causes dbus crash. Fix for bugs 313724 and 313443. 
8483
8484 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8485
8486         * configure.ac: Fix sed expression for FreeBSD. Thanks
8487         to Joe Marcus Clark <marcus@freebsd.org>
8488         
8489         * shell/eggfindbar.c: (entry_activate_callback),
8490         (entry_changed_callback), (egg_find_bar_init),
8491         (egg_find_bar_set_search_string):
8492         
8493         Made findbar buttons unsensitive if there is no text in
8494         entry. Fix for the bug 313285.
8495
8496 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8497
8498         * ps/ps-document.c: Use g_filename_display_name for displaying
8499         filenames and revert string freeze breackage
8500
8501 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * NEWS:
8504         * configure.ac:
8505
8506         Update for 0.3.4
8507
8508         * shell/Makefile.am:
8509
8510         Add ev-application-service.xml to extra dist
8511
8512         * shell/ev-view.c: (find_page_at_location):
8513
8514         Remove unused function (fix warning)
8515
8516 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8517
8518         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8519         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8520         
8521         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8522         bug 313623.
8523
8524 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8525
8526         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8527         * shell/ev-window.c:
8528         Fix build warnings
8529
8530 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8531
8532         * configure.ac: Update script to get dbus version.
8533         Fix for the bug #313443.
8534
8535 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * shell/ev-window.c: (ev_window_cmd_escape):
8538         
8539         Return focus back to view on escape. Fix for bug 313295.
8540
8541 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8542
8543         * shell/ev-window.c: (update_window_title),
8544         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8545         (ev_window_cmd_save_as):
8546         
8547         Correct conversion from uri to displayable string. Fix for
8548         bug 313296.
8549
8550 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8551
8552         * ps/ps-document.c: convert filename to utf8 when there is an error
8553         loading document. Fixes #309915
8554
8555 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8556
8557         * configure.ac:
8558
8559         We depend on poppler 0.4.0
8560
8561 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8562
8563         * configure.ac:
8564         * NEWS: Release 0.3.3.
8565         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8566
8567 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8568
8569         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8570         add a couple missing mnemonics to menu items, use title 
8571         capitalization for menu items and window titles, and add 
8572         ellipsis to open menu item.     
8573
8574 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8575
8576         * pdf/ev-poppler.cc:
8577         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8578         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8579         (ev_view_get_rotation):
8580         * shell/ev-view.h:
8581         * shell/ev-window.c: (setup_view_from_metadata),
8582         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8583         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8584         disk.
8585
8586 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8587
8588         * configure.ac: Added tr to ALL_LINGUAS
8589
8590 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8591
8592         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8593         requires several clicks to find word. Thanks to 
8594         Colin Slater <kiltedtaco@gmail.com>.
8595
8596 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8597
8598         * data/evince.desktop.in.in: Hide menu entry and
8599         rename it to "Document Viewer". Fix for bug 
8600         #312399.
8601
8602 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8603
8604         * shell/ev-page-action.c (ev_page_action_class_init): 
8605
8606         Point to the correct function in constructor of the
8607         activate_label signal
8608
8609 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8610
8611         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8612         * shell/ev-jobs.h: Make thread safe.
8613
8614 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8615
8616         * shell/ev-view.c: (view_update_range_and_current_page):
8617         Don't update page range if we are scrolling to some document
8618         point.
8619
8620 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8621
8622         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8623         when getting max_page_width, fix drawing in dual mode.
8624
8625 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8626
8627         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8628         getting the area for select_all.
8629
8630 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8631
8632         * backend/ev-selection.c: (ev_selection_render_selection):
8633         * backend/ev-selection.h:
8634         * pdf/ev-poppler.cc:
8635         * shell/ev-jobs.c: (ev_job_render_new):
8636         * shell/ev-jobs.h:
8637         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8638         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8639         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8640         (ev_view_class_init):
8641
8642         Change selection color on focus in and focus out events.  Also,
8643         poppler now uses GdkColor for specifying the selection colors, so
8644         drop some awkward conversion code.
8645
8646 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8647
8648         * configure.ac: Added Hebrew translation
8649
8650 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8651
8652         * NOTES:
8653         * backend/ev-selection.c: (ev_selection_render_selection):
8654         * backend/ev-selection.h:
8655         * pdf/ev-poppler.cc:
8656         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8657         (ev_job_render_run):
8658         * shell/ev-jobs.h:
8659         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8660         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8661         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8662         (ev_pixbuf_cache_style_changed),
8663         (ev_pixbuf_cache_get_selection_pixbuf),
8664         (ev_pixbuf_cache_set_selection_list),
8665         (ev_pixbuf_cache_get_selection_list):
8666         * shell/ev-pixbuf-cache.h:
8667         * shell/ev-utils.c: (ev_print_region_contents):
8668         * shell/ev-utils.h:
8669         * shell/ev-view.c: (ev_view_queue_draw_page),
8670         (selection_update_idle_cb), (ev_view_motion_notify_event),
8671         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8672         (setup_caches), (ev_view_find_next), (merge_selection_region),
8673         (selection_free):
8674         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8675
8676         Clean up selection to be much smoother!
8677
8678 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8679
8680         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8681         to poppler_page_render_selection().
8682
8683 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8684
8685         * ps/ps-document.c: (save_page_list): Use
8686         unzipped document when printing. Thanks to 
8687         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8688         311016.
8689
8690 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8691
8692         * shell/ev-window.c: (update_action_sensitivity):
8693         
8694         Disable print and save respect to lockdown gconf keys. Fix
8695         for 312342.
8696
8697 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8698
8699         * configure.ac:
8700         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8701         (write_to_temp_file), (ev_file_set_contents):
8702         * shell/ev-utils.h:
8703         * shell/ev-window.c: (save_print_config_to_file):
8704         
8705         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8706         Fix for bug 312238
8707
8708 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8709
8710         * shell/ev-window.c: (load_print_config_from_file),
8711         (save_print_config_to_file), (ev_window_print_range):
8712
8713         Persist the print settings. Fixes bug #311578.
8714
8715 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8716
8717         * djvu/djvu-document.c: (djvu_document_get_page_size),
8718         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8719         (djvu_document_thumbnails_get_thumbnail):
8720         * dvi/dvi-document.c: (dvi_document_get_page_size),
8721         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8722         (dvi_document_thumbnails_get_dimensions),
8723         (dvi_document_thumbnails_get_thumbnail):
8724         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8725         (pixbuf_document_render_pixbuf),
8726         (pixbuf_document_document_iface_init),
8727         (pixbuf_document_thumbnails_get_thumbnail):
8728         
8729         Update backends to make them build with new rotation system.
8730
8731 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8732
8733         * help/C/figures/evince_start_window.png:
8734         
8735         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8736
8737 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8738
8739         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8740         * shell/ev-pixbuf-cache.h:
8741         * shell/ev-sidebar-thumbnails.c:
8742         (ev_sidebar_thumbnails_get_property), (add_range),
8743         (adjustment_changed_cb):
8744         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8745         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8746         we were thumbnailing the entire docment on startup, slowing us
8747         down hugely. 
8748
8749 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8750
8751         * shell/ev-page-cache.c: (ev_page_cache_new):
8752         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8753         == 0, fixes #310306.
8754
8755 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8756
8757         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8758         (ev_view_rotate_left):
8759
8760         Account rotation in doc_rect_to_view_rect.
8761         Ensure rotation doesnt go out of bounds.
8762
8763 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8764
8765         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8766
8767         Correct and cleanup w/h swapping
8768
8769 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8770
8771         * backend/ev-document-thumbnails.c:
8772         (ev_document_thumbnails_get_thumbnail):
8773         * backend/ev-document-thumbnails.h:
8774         * backend/ev-document.c:
8775         * backend/ev-document.h:
8776         * backend/ev-render-context.c: (ev_render_context_new),
8777         (ev_render_context_set_rotation):
8778         * backend/ev-render-context.h:
8779         * pdf/ev-poppler.cc:
8780         * ps/ps-document.c: (ps_document_document_iface_init):
8781         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8782         * shell/ev-jobs.h:
8783         * shell/ev-page-cache.c: (build_height_to_page),
8784         (ev_page_cache_new), (ev_page_cache_get_size),
8785         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8786         (ev_page_cache_get_height_to_page):
8787         * shell/ev-page-cache.h:
8788         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8789         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8790         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8791         (ev_pixbuf_cache_get_selection_pixbuf):
8792         * shell/ev-pixbuf-cache.h:
8793         * shell/ev-print-job.c: (idle_print_handler):
8794         * shell/ev-sidebar-thumbnails.c: (add_range):
8795         * shell/ev-view.c: (view_update_range_and_current_page),
8796         (get_page_y_offset), (get_page_extents),
8797         (ev_view_size_request_continuous_dual_page),
8798         (ev_view_size_request_continuous),
8799         (ev_view_size_request_dual_page),
8800         (ev_view_size_request_single_page), (draw_one_page),
8801         (ev_view_set_rotation), (ev_view_rotate_right),
8802         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8803         (ev_view_zoom_for_size_continuous_and_dual_page),
8804         (ev_view_zoom_for_size_continuous),
8805         (ev_view_zoom_for_size_dual_page),
8806         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8807         (ev_view_select_all):
8808         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8809         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8810         (tiff_document_document_iface_init),
8811         (tiff_document_thumbnails_get_thumbnail):
8812
8813         Use rotation rather than orientation. It's easier and enough
8814         for our needs.
8815
8816 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8817
8818         * shell/ev-page-cache.c: (build_height_to_page),
8819         (ev_page_cache_new), (ev_page_cache_get_size),
8820         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8821         (ev_page_cache_get_height_to_page):
8822         * shell/ev-page-cache.h:
8823         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8824         (ev_view_size_request_continuous_dual_page),
8825         (ev_view_size_request_continuous),
8826         (ev_view_zoom_for_size_continuous_and_dual_page),
8827         (ev_view_zoom_for_size_continuous):
8828
8829         Make the page cache aware of page orientation.
8830
8831 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8832
8833         * backend/ev-document-thumbnails.c:
8834         (ev_document_thumbnails_get_thumbnail):
8835         * backend/ev-document-thumbnails.h:
8836         * backend/ev-document.c:
8837         * backend/ev-document.h:
8838         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8839         * backend/ev-ps-exporter.h:
8840         * pdf/ev-poppler.cc:
8841         * ps/ps-document.c: (ps_document_document_iface_init),
8842         (ps_document_ps_export_do_page):
8843         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8844         * shell/ev-jobs.h:
8845         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8846         (ev_page_cache_get):
8847         * shell/ev-page-cache.h:
8848         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8849         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8850         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8851         * shell/ev-pixbuf-cache.h:
8852         * shell/ev-print-job.c: (idle_print_handler):
8853         * shell/ev-sidebar-thumbnails.c: (add_range):
8854         * shell/ev-view.c: (view_update_range_and_current_page),
8855         (get_page_extents), (ev_view_size_request_dual_page),
8856         (ev_view_size_request_single_page), (draw_one_page),
8857         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8858         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8859         (ev_view_zoom_for_size_dual_page),
8860         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8861         (ev_view_select_all):
8862         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8863         * tiff/tiff-document.c: (tiff_document_get_page_size),
8864         (tiff_document_get_orientation), (rotate_pixbuf),
8865         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8866         (tiff_document_thumbnails_get_thumbnail),
8867         (tiff_document_ps_export_do_page), (tiff_document_init):
8868
8869         Really make use of the orientation bit of the render context.
8870         Use the render context in a few more places in the backend API.
8871         This regress orientation, but now it's done right. Will try to
8872         fix it up asap...
8873
8874 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8875
8876         * shell/ev-view.c: (ensure_rectangle_is_visible):
8877
8878         Patch by Nickolay V. Shmyrev to fix find flickering
8879
8880 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8881
8882         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8883         duplex parameters to ::begin.
8884
8885         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8886         * shell/ev-print-job.c (idle_print_handler): 
8887         * ps/ps-document.c (ps_document_ps_export_begin): 
8888         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8889         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8890         implementations. Poppler backend needs poppler cvs. Rest has
8891         unchanged behavior.
8892
8893 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8894
8895         * shell/ev-window.c (using_pdf_printer): new function.
8896         (ev_window_print_range): print a less techy message if someone
8897         tries to print to PDF.
8898
8899 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8900
8901         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8902         from "unknown font" string. Bug #311431
8903
8904 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8905
8906         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8907
8908 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8909
8910         Bug #311280
8911         
8912         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8913         name for PopplerFontTypes
8914         (pdf_document_fonts_fill_model): add font type to the detail column
8915
8916         * backend/ev-document-fonts.h: added
8917         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8918
8919         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8920         font name and font details, add a little markup.
8921         (ev_properties_fonts_init): use the new cell data func, specify ypad
8922         property for the cell renderer.
8923         (ev_properties_fonts_set_document): add the details column.
8924
8925 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8926
8927         * configure.ac: Added "pl" to ALL_LINGUAS.
8928
8929 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8930
8931         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8932
8933 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8934
8935         * help/ChangeLog: Started this for translations of manual.
8936         * configure.ac, autogen.sh, .cvsignore: Migrated to
8937         gnome-doc-utils. Patch in bug #311222.
8938
8939 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8940
8941         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8942         #ifdef this away to fix an unused-function warning.
8943
8944 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8945
8946         * configure.ac: Added 'gl' to ALL_LINGUAS.
8947
8948 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8949
8950         * configure.ac: Added ne in ALL_LINGUAS
8951         
8952 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8953
8954         * shell/ev-view.c: (ev_view_leave_notify_event):
8955         
8956         Clear status message when pointer leaves view. Fix for bug
8957         #310818 
8958
8959 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8960
8961         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8962
8963 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8964
8965         * shell/ev-view.c: (ev_view_leave_notify_event),
8966         (ev_view_class_init):
8967         
8968         Set cursor to normal then leaving view.
8969
8970 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8971
8972         * configure.ac:
8973         
8974         Fix required djvulibre version.
8975
8976 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8977
8978         *configure.ac: Hindi (hi) language added
8979
8980 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8981
8982         *configure.ac: Punjabi (pa) Language added
8983
8984 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8985
8986         * data/evince-ui.xml, shell/ev-window.c:
8987         
8988         Add keypad accelerators for zooming. Fix for bug 308128.
8989
8990 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8991
8992         * Makefile.am:
8993         * backend/Makefile.am:
8994         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8995         * configure.ac:
8996         * shell/ev-document-types.c: (ev_document_types_add_filters):
8997
8998         Allow to enable/disable the pixbuf backend.
8999         Default to off for now. If we want it enabled we should
9000         really put mime types in the desktop, implement properties etc.
9001
9002         * properties/evince-properties.c:
9003
9004         Initialize error to NULL.
9005         Check error is not NULL before freeing.
9006
9007 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9008
9009         * shell/ev-window.c:
9010
9011         Use F5 as presentation accell
9012
9013 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9014
9015         * shell/ev-window.c: (update_chrome_visibility),
9016         (ev_window_create_fullscreen_popup), (ev_window_init):
9017
9018         Do not leak the fullscreen toolbar
9019
9020 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9021
9022         * shell/ev-window.c: (view_actions_focus_in_cb),
9023         (view_actions_focus_out_cb):
9024
9025         These has a return value! Fix totally random focus
9026         issues we was seeing.
9027
9028 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9029
9030         * shell/main.c: (load_files_remote):
9031
9032         Allow open more than one file
9033
9034 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9035
9036         * shell/main.c: (load_files_remote):
9037
9038         Fix for dbus 0.33. bug #309975
9039
9040 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9041
9042         * properties/ev-properties-main.c: (ev_properties_get_pages):
9043
9044         Actually return NULL for types we dont support
9045
9046 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9047
9048         * po/POTFILES.in:
9049
9050         Remove empty lines.
9051
9052 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9053
9054         * backend/ev-document-factory.c:
9055         (ev_document_factory_get_document):
9056
9057         Do not try to create the object if type
9058         is invalid.
9059
9060 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9061
9062         * ps/ps-document.c: (ps_document_dispose),
9063         (ps_async_renderer_render_pixbuf):
9064         * ps/ps-document.h:
9065
9066         Do not leak the target window
9067
9068 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9069
9070         * shell/ev-application.c: (ev_application_init):
9071
9072         Let tbe check file existence for us.
9073         Add a comment about eggrecent mime filter.
9074
9075 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9076
9077         * data/evince-ui.xml:
9078         * shell/ev-application.c: (ev_application_shutdown),
9079         (ev_application_init), (ev_application_get_toolbars_model),
9080         (ev_application_get_recent_model),
9081         (ev_application_save_toolbars_model):
9082         * shell/ev-application.h:
9083         * shell/ev-window.c: (ev_window_add_recent),
9084         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9085         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9086         (ev_window_init):
9087
9088         Use common toolbar and recent models for all windows.
9089         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9090
9091 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9092
9093         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9094         successfully check for gtk_icon_view_get_visible_range.
9095
9096 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9097
9098         * djvu/Makefile.am:
9099         * dvi/Makefile.am:
9100         
9101         Fix djvu and dvi backend build.
9102
9103 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9104
9105         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9106         (new_separator_pixbuf):
9107
9108         Don't leak windows.
9109
9110 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9111
9112         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9113
9114         HIGification of toolbar editor dialogue.
9115
9116 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9117
9118         * configure.ac:
9119         * shell/Makefile.am:
9120
9121         Ever build metadata manager since it's just
9122         disabled at runtime now.
9123
9124 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9125
9126         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9127         (ev_metadata_manager_get), (ev_metadata_manager_set):
9128         * shell/ev-metadata-manager.h:
9129
9130         Add an _init functions that enabled metadata management
9131         at runtime.
9132
9133         * shell/ev-window.c: (page_changed_cb),
9134         (setup_document_from_metadata), (ev_window_setup_document),
9135         (setup_view_from_metadata), (ev_window_open_uri),
9136         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9137         (ev_window_run_presentation), (ev_window_stop_presentation),
9138         (save_sizing_mode), (ev_window_zoom_changed_cb),
9139         (ev_window_continuous_changed_cb),
9140         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9141         (window_configure_event_cb):
9142
9143         Remove all ugly metadata define since we deal with it
9144         at runtime now.
9145
9146         * shell/main.c: (load_files_remote), (main):
9147
9148         Add support for dbus cvs head. Hopefully didnt break one
9149         of the other versions now!
9150
9151         If we dont get a response from the dbus server just
9152         give up with it and not enable metadata.
9153
9154 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9155
9156         * Makefile.am:
9157         * backend/Makefile.am:
9158         * configure.ac:
9159         * cut-n-paste/recent-files/Makefile.am:
9160         * cut-n-paste/toolbar-editor/Makefile.am:
9161         * cut-n-paste/zoom-control/Makefile.am:
9162         * lib/Makefile.am:
9163         * pdf/Makefile.am:
9164         * pixbuf/Makefile.am:
9165         * properties/Makefile.am:
9166         * ps/Makefile.am:
9167         * shell/Makefile.am:
9168         * thumbnailer/Makefile.am:
9169         * tiff/Makefile.am:
9170
9171         Make frontends depend on just libev.
9172         Rework and group CFLAGS/LIBS definitions.
9173         Cleanups.
9174
9175 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9176
9177         * shell/ev-window:
9178
9179         do not unnecessarily save zoom
9180
9181         * configure.ac:
9182         * lib/ev-file-helpers.c: (ev_dot_dir):
9183         * shell/Makefile.am:
9184         * shell/dummy.cc:
9185
9186         Some cleanups
9187
9188 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9189
9190         * configure.ac:
9191         
9192         Remove unnecessary dependencies
9193
9194 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9195
9196         * properties/Makefile.am:
9197         * thumbnailer/Makefile.am:
9198         * tiff/Makefile.am:
9199
9200         Some more cleanups. Was really necessary
9201         but I probably introduced bugs, feel free
9202         to flame :)
9203
9204 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9205
9206         * backend/Makefile.am:
9207         * configure.ac:
9208         * cut-n-paste/recent-files/Makefile.am:
9209         * cut-n-paste/toolbar-editor/Makefile.am:
9210         * cut-n-paste/zoom-control/Makefile.am:
9211         * lib/Makefile.am:
9212         * pdf/Makefile.am:
9213         * pixbuf/Makefile.am:
9214         * properties/Makefile.am:
9215         * ps/Makefile.am:
9216         * shell/Makefile.am:
9217         * thumbnailer/Makefile.am:
9218         * tiff/Makefile.am:
9219
9220         Use gnome-common macros when possible.
9221         Cleanup dependencies.
9222         Actually disable deprecated where possible.
9223
9224 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9225
9226         * Makefile.am:
9227         * backend/Makefile.am:
9228         * properties/Makefile.am:
9229         * shell/Makefile.am:
9230         * thumbnailer/Makefile.am:
9231
9232         This should solve the circular dep without
9233         requiring dir reorg!
9234
9235         * shell/ev-window.c: (setup_view_from_metadata):
9236
9237         Never restore window size/position when the
9238         window is already visible.
9239
9240 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9241
9242         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9243
9244         Return a boolean from timeout func. Fix ported from gedit.
9245
9246 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9247
9248         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9249
9250 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9251
9252         * shell/ev-document-types.c: set "All Documents" as default filter in
9253         open dialog
9254
9255 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9256
9257         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9258         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9259         (ev_metadata_manager_set_boolean): fix value/val thinko.
9260
9261 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9262
9263         * shell/ev-window.c: (setup_view_from_metadata),
9264         (window_state_event_cb), (window_configure_event_cb),
9265         (ev_window_init):
9266
9267         Remember window position and maximized state
9268
9269 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9270
9271         * configure.ac:
9272
9273         Fix DBUS configure checks.
9274
9275         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9276         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9277         (ev_metadata_manager_set_boolean):
9278
9279         Plug mem leaks.
9280
9281         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9282         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9283         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9284         (ev_window_continuous_changed_cb),
9285         (ev_window_dual_mode_changed_cb), (ev_window_new):
9286
9287         Fix the build without DBUS.
9288
9289 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9290
9291         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9292         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9293         (ev_metadata_manager_set_string),
9294         (ev_metadata_manager_set_boolean):
9295         * shell/ev-metadata-manager.h:
9296
9297         Add support for some more types
9298
9299         * shell/ev-view.c: (scroll_to_current_page),
9300         (ev_view_get_continuous), (ev_view_set_continuous),
9301         (ev_view_get_dual_page):
9302         * shell/ev-view.h:
9303         * shell/ev-window.c: (page_changed_cb),
9304         (setup_document_from_metadata), (ev_window_setup_document),
9305         (setup_view_from_metadata), (ev_window_open_uri),
9306         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9307         (ev_window_run_presentation), (ev_window_stop_presentation),
9308         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9309         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9310         (ev_window_update_dual_page_action),
9311         (ev_window_continuous_changed_cb),
9312         (ev_window_dual_mode_changed_cb), (ev_window_init):
9313
9314         Remember a bunch of view/document properties. Prolly some
9315         are still missing but it's getting interesting.
9316
9317 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9318
9319         * configure.ac: check if dbus-binding-tool is installed. Not the
9320         case on current Ubuntu breezy, it seems.
9321
9322 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9323
9324         * data/evince.desktop.in.in:
9325         
9326         Allow open uri lists and add TryExec field.
9327
9328 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9329
9330         * configure.ac:
9331
9332         Enable dbus when available, do not require a configure
9333         option.
9334
9335 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9336
9337         * configure.ac:
9338
9339         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9340         disabled.
9341
9342 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9343         Marco Pesenti Gritti  <mpg@redhat.com>
9344
9345         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9346         
9347         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9348         functions to the format required by dbus
9349
9350         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9351         errors. Use the RPC parameters in the expected way
9352
9353 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9354
9355         * Makefile.am:
9356         * properties/Makefile.am:
9357         * properties/ev-properties-main.c: (ev_properties_get_pages):
9358
9359         Support all mime types
9360
9361         * shell/Makefile.am:
9362         * thumbnailer/Makefile.am:
9363         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9364         (evince_thumbnail_pngenc_get):
9365
9366         Use the document factory
9367
9368 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9369
9370         * backend/Makefile.am:
9371         * backend/ev-document-factory.c:
9372         (mime_type_supported_by_gdk_pixbuf),
9373         (ev_document_type_get_from_mime),
9374         (ev_document_factory_get_document),
9375         (ev_document_factory_get_backend),
9376         (ev_document_factory_get_mime_types),
9377         (ev_document_factory_get_all_mime_types):
9378         * backend/ev-document-factory.h:
9379         * shell/Makefile.am:
9380         * shell/ev-document-types.c: (get_document_from_uri),
9381         (ev_document_types_get_document),
9382         (file_filter_add_mime_list_and_free),
9383         (ev_document_types_add_filters):
9384         * shell/ev-document-types.h:
9385         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9386         * shell/ev-properties-dialog.c:
9387         (ev_properties_dialog_set_document):
9388         * shell/ev-window.c: (ev_window_cmd_file_open),
9389         (ev_window_cmd_save_as):
9390         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9391
9392         Rework document types managing to avoid code duplication
9393         and actually abstract from backend implementations.
9394         Also provide a minimal factory api that can be used by
9395         thumbnailer/properties.
9396
9397 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9398
9399         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9400         Plug a mem leak.
9401         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9402         HIG spacings.
9403
9404 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9405
9406         * shell/ev-properties-dialog.c
9407         (ev_properties_dialog_set_document): only call
9408         ev_properties_fonts_set_document() if the document implements the
9409         fonts interface
9410
9411 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9412
9413         * configure.ac:
9414         * properties/Makefile.am:
9415         * properties/ev-properties-view.c:
9416         (ev_properties_view_register_type):
9417         * properties/ev-properties-view.h:
9418         * properties/ev-properties-main.h:
9419
9420         Implement nautilus plugin for properties.
9421         Works only for pdf atm, I need to rework the
9422         document types stuff to get this to work
9423         for all backends...
9424
9425 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9426
9427         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9428         (ev_properties_fonts_set_document): use
9429         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9430
9431 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9432
9433         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9434         them
9435         (PlaceImage, tiff2ps_process_page): use
9436         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9437
9438
9439 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9440
9441         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9442         (main): to call gnome_authentication_manager_init. Should fix
9443         Bug #308510
9444
9445         * configure.ac: that requires libgnomeui 2.6.0.
9446
9447 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9448
9449         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9450         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9451         use the new tiff2ps interfaces
9452
9453         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9454         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9455
9456         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9457         structure instead of global variables.  Remove use of static
9458         variables in functions.
9459
9460 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9461
9462         * shell/ev-page-action.c: unref the completion after setting it to the
9463         entry
9464
9465 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9466
9467         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9468         postscript files
9469
9470 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9471
9472         * shell/ev-window.c (update_action_sensitivity): disable
9473         File->Print if the document does not implement the ps exporter
9474         interface
9475
9476 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9477
9478         * Makefile.am:
9479         * configure.ac:
9480         * data/evince-properties.glade:
9481         * properties/.cvsignore:
9482         * properties/Makefile.am:
9483         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9484         (ev_properties_view_class_init), (ev_properties_view_format_date),
9485         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9486         (ev_properties_view_init), (ev_properties_view_new):
9487         * properties/ev-properties-view.h:
9488         * shell/Makefile.am:
9489         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9490         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9491         (ev_properties_dialog_new):
9492         * shell/ev-properties-dialog.h:
9493         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9494         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9495         (update_progress_label), (job_fonts_finished_cb),
9496         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9497         * shell/ev-properties-fonts.h:
9498         * shell/ev-properties.c:
9499         * shell/ev-properties.h:
9500         * shell/ev-window.c: (ev_window_setup_document),
9501         (ev_window_cmd_file_properties):
9502
9503         Split the properties pages in two different objects, depend
9504         only on the backend where possible, use widgets instead
9505         of gobject for the glade part, reimplement the dialog
9506         itself with gtk.
9507         I need this to implement nautilus properties page.
9508
9509 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9510
9511         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9512         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9513         (tiff_document_document_ps_exporter_iface_init): implement the ps
9514         exporter interface for tiff documents
9515
9516         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9517         libtiff to implement TIFF postscript export
9518
9519         * tiff/tiff2ps.h: added a header file for external tiff2ps
9520         functions.
9521
9522         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9523         tiff2ps.h
9524
9525 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9526
9527         * shell/ev-view.c: (scroll_to_current_page),
9528         (ev_view_set_fullscreen), (ev_view_set_presentation):
9529         
9530         Scroll to current page when exit from presentation
9531
9532 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9533
9534         * shell/ev-window.c: (update_document_mode),
9535         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9536         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9537         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9538         
9539         Exit from fullscreen mode when switch to presentation. Fix for
9540         bug 309365
9541
9542 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9543
9544         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9545         return NULL if the document does not implement the selection
9546         interface.
9547
9548 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9549
9550         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9551         reported height by using the resolution aspect ratio
9552         (tiff_document_render_pixbuf): scale the pixbuf using the
9553         resolution aspect ratio
9554
9555 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9556
9557         * configure.ac:
9558         
9559         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9560         <kiltedaco@gmail.com>
9561         
9562         * djvu/djvu-document.c: (djvu_document_get_orientation),
9563         (djvu_document_set_orientation), (djvu_document_get_page_size),
9564         (rotate_pixbuf), (djvu_document_render_pixbuf),
9565         (djvu_document_document_iface_init):
9566         * dvi/dvi-document.c: (dvi_document_get_orientation),
9567         (dvi_document_set_orientation), (dvi_document_get_page_size),
9568         (rotate_pixbuf), (dvi_document_render_pixbuf),
9569         (dvi_document_document_iface_init):
9570         
9571         Dvi and djvu backends are ported to new API
9572
9573 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9574
9575         * backend/ev-selection.c: (ev_selection_get_selection_region),
9576         (ev_selection_get_selection_map):
9577         * backend/ev-selection.h:
9578         * pdf/ev-poppler.cc:
9579         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9580         * shell/ev-jobs.h:
9581         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9582         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9583         (ev_pixbuf_cache_get_text_mapping):
9584         * shell/ev-pixbuf-cache.h:
9585         * shell/ev-view.c: (location_in_text),
9586         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9587         support to EvView.  Now we can see where we can select!  Sweet!
9588
9589 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9590
9591         * shell/ev-view.c (ev_view_button_press_event): Fix
9592         event->y + view->scroll_x typo.
9593
9594 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9595
9596         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9597         sub-GdkPixbuf instead of passing dest_x and dest_y.
9598         
9599         * shell/ev-view.c: (view_point_to_doc_point),
9600         (view_rect_to_doc_rect), (ev_view_button_press_event),
9601         (ev_view_motion_notify_event), (compute_new_selection_rect),
9602         (gdk_rectangle_point_in), (compute_new_selection_text),
9603         (compute_selections): Update selection code to keep the selection
9604         around as two points and not as a normalized rectangle, and fix
9605         page level selection in two-column mode.
9606
9607 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9608
9609         * shell/ev-window.c: (window_configure_event_cb): 
9610         
9611         Fix compilation
9612         
9613 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9614
9615         * pdf/ev-poppler.cc:
9616
9617         Fix compilation
9618
9619 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9620
9621         * shell/Makefile.am:
9622         * shell/ev-metadata-manager.c: (item_free),
9623         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9624         (parse_value), (parseItem), (load_values),
9625         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9626         (save_values), (save_item), (get_oldest), (resize_items),
9627         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9628         * shell/ev-metadata-manager.h:
9629
9630         Metadata manager from gedit but modified to use GValue, so that
9631         we dont need to keep converting from strings.
9632
9633         * configure.ac:
9634
9635         ENABLE_METADATA conditional, on when dbus is on
9636
9637         * shell/ev-application.c: (ev_application_open_uri):
9638
9639         Show the window after load so that we can initialize
9640         window size before it's showed.
9641
9642         * shell/ev-window.c: (ev_window_setup_from_metadata),
9643         (ev_window_open_uri), (window_configure_event_cb),
9644         (ev_window_init):
9645
9646         Save and load metadata information about window size.
9647         Not yet keeping states in account.
9648
9649         * shell/main.c: (main):
9650
9651         Shutdown metadata manager.
9652
9653 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9654
9655         * shell/ev-application-service.xml:
9656         * configure.ac:
9657         * shell/Makefile.am:
9658         * shell/ev-application.c:
9659         * shell/ev-application.h:
9660         * shell/ev-window.c:
9661         * shell/ev-window.h:
9662         * shell/main.c:
9663
9664         Add an optional dbus interface (--enable-dbus).
9665         Rework application code, mainly to be easier to
9666         use "remotely".
9667         Do not open multiple windows with the same document,
9668         spatial evince!
9669
9670 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9671
9672         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9673         pixbuf iff it exists.
9674
9675 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9676
9677         * shell/*:
9678         * backend/ev-render-context.[ch]:
9679         * backend/ev-selection.[ch]:
9680
9681         Massive changes.  We now support text selection of pdfs, and not
9682         just rectangular selection.  This is pretty broken still, but I
9683         want to get something into CVS.
9684
9685 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9686
9687         * pdf/ev-poppler.cc:
9688         
9689         Fix for Bug 309080: crash on window close.
9690         
9691         * shell/ev-page-action.c: (page_changed_cb):
9692         
9693         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9694         jensgr@gmx.net (Jens Granseuer).
9695
9696 2005-06-25  Marcel Telka  <marcel@telka.sk>
9697
9698         * configure.in (ALL_LINGUAS): Added sk.
9699
9700 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9701
9702         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9703         not a document open
9704
9705 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9706
9707         * NEWS:
9708         * configure.ac:
9709
9710         Release 0.3.2
9711
9712         * cut-n-paste/recent-files/Makefile.am:
9713
9714         Fix make distcheck
9715
9716 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9717
9718         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9719         (pixbuf_document_set_orientation), (rotate_pixbuf),
9720         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9721         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9722
9723         Implement rotation and cleanup the code a bit.
9724
9725         * tiff/tiff-document.c: (tiff_document_get_page_size),
9726         (tiff_document_get_orientation), (tiff_document_set_orientation),
9727         (rotate_pixbuf), (tiff_document_render_pixbuf),
9728         (tiff_document_document_iface_init), (tiff_document_init):
9729
9730         Implement rotation. Was the quicker solution for the release
9731         but we really need to share this code in the shell.
9732
9733 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9734
9735         * pdf/ev-poppler.cc:
9736
9737         Enable rotation, require poppler cvs. Fix a leak.
9738
9739 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9740
9741         * shell/ev-window.c: (update_action_sensitivity):
9742         
9743         Make properties unsensitive if document backend doesn't provide
9744         any info
9745
9746 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9747
9748         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9749         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9750         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9751         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9752         (bitmap_flip_rotate_counter_clockwise):
9753         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9754         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9755         (buff_gets):
9756         * dvi/mdvi-lib/common.h:
9757         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9758         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9759         (opendvi), (mdvi_reload), (mdvi_init_context),
9760         (mdvi_destroy_context), (mdvi_dopage), (special):
9761         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9762         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9763         (file_hash_free), (register_encoding), (parse_spec),
9764         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9765         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9766         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9767         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9768         (mdvi_register_font_type), (mdvi_unregister_font_type),
9769         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9770         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9771         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9772         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9773         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9774         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9775         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9776         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9777         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9778         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9779         (mdvi_unregister_special), (mdvi_flush_specials):
9780         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9781         (t1_font_remove):
9782         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9783         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9784         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9785         (free_font_metrics), (flush_font_metrics):
9786         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9787         (tt_font_remove):
9788         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9789         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9790         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9791         (dstring_insert), (dstring_new), (dstring_reset):
9792         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9793         
9794         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9795         avoid conflict with libtool on FC4
9796         
9797         * shell/ev-window.c: (ev_window_cmd_help_about):
9798         
9799         Update copyright year. Fix for bug 308828.
9800
9801 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9802
9803         * shell/ev-view.c: (add_scroll_binding_keypad),
9804         (ev_view_binding_activated), (ev_view_class_init),
9805         (on_adjustment_value_changed):
9806         
9807         Bug 170874: Arrow keys switch pages in presentation mode
9808
9809 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9810
9811         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9812         
9813         Fix for Bug 308265: Sidebar dissappears coming out of 
9814         Presentation mode
9815
9816 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9817
9818         * shell/ev-application.c: (ev_application_open):
9819         * shell/ev-document-types.c: (ev_document_types_add_filters),
9820         (ev_document_types_add_filters_for_type):
9821         * shell/ev-document-types.h:
9822         * shell/ev-window.c: (ev_window_cmd_save_as):
9823         
9824         Suggest basename as template when saving, provide filters
9825         for save dialog. It's bug 308402
9826
9827 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9828
9829         * pdf/ev-poppler.cc:
9830         * shell/ev-sidebar-links.c: (job_finished_callback):
9831         * shell/ev-view.c: (update_find_status_message):
9832         
9833         Some leaks fixed
9834
9835 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9836
9837         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9838         (egg_recent_view_uimanager_set_list):
9839
9840         Fix buglet in !show_numbers case.
9841
9842 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9843
9844         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9845         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9846
9847         Use pango ellipsisation.
9848
9849         * pdf/ev-poppler.cc:
9850
9851         Fix refcount leak, from nsh.
9852
9853 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9854
9855         * cut-n-paste/recent-files/Makefile.am:
9856         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9857         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9858         
9859         Removed EggRecentViewGtk
9860         
9861         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9862         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9863         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9864         (ev_window_setup_recent):
9865         
9866         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9867         with other projects
9868
9869 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9870
9871         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9872         (egg_recent_view_gtk_finalize):
9873
9874         Fix memory leak
9875
9876         * cut-n-paste/toolbar-editor/Makefile.am:
9877         
9878         Fix location of cursor icon.
9879         
9880         * pdf/ev-poppler.cc:
9881         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9882         (display_completion_text), (match_completion):
9883         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9884         (selection_changed_callback), (create_loading_model),
9885         (print_section_cb), (links_page_num_func),
9886         (update_page_callback_foreach):
9887         * shell/ev-window.c: (ev_window_dispose):
9888         
9889         Small memory fixes. Links model now store objects instead
9890         of pointers to improve memory management. 
9891
9892 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9893
9894         * shell/ev-window.c: (zoom_control_changed_cb):
9895         
9896         Fix update of zoom control (bug 308268).
9897
9898 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9899
9900         * shell/ev-properties.c (set_property): escape the text correctly.
9901         Handles non-UTF-8 properties and escaped properties.  Also, sets
9902         the text to "<i>None</i>" if the property isn't set.
9903
9904         * data/evince-properties.glade: Change the label to be ellipsized,
9905         and give it a minimum size.
9906
9907 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9908
9909         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9910         * shell/ev-sidebar-links.c: (create_loading_model):
9911         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9912         * shell/ev-view.c: (ev_view_set_document):
9913         * shell/ev-window.c: (ev_window_dispose):
9914         
9915         Various small fixes, mostly memory leaks. Thanks to valgrind.
9916
9917 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9918
9919         * ps/ps-document.c: remove the locale.h include again ;-). And
9920         kill the (bogus) setlocale/savelocale business.
9921
9922 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9923
9924         * ps/ps-document.c:
9925         
9926         Include locale.h to fix build
9927         
9928         * shell/ev-sidebar.c:
9929         
9930         Remove unnecessary includes
9931
9932 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9933
9934         * dvi/dvi-document.c: (dvi_document_load):
9935         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9936         * po/POTFILES.in:
9937         
9938         Check for incorrect dvi files. Fix parsing dvi on AMD64
9939         platform. Thanks to tester@tester.ca (Olivier Crete).
9940
9941 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9942
9943         * shell/ev-page-action.c: (match_selected_cb),
9944         (display_completion_text), (match_completion), (update_model):
9945         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9946         (expand_open_links):
9947         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9948         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9949         (ev_sidebar_set_document):
9950         * shell/ev-window.c: (ev_window_xfer_job_cb),
9951         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9952         
9953         Fixed lot's of memory leaks, for example, memory leak on reload, 
9954         described in bug 307793.
9955
9956 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9957
9958         * pdf/ev-poppler.cc:
9959         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9960         (update_visible_range), (adjustment_changed_cb),
9961         (ev_sidebar_thumbnails_fill_model),
9962         (ev_sidebar_thumbnails_refresh),
9963         (ev_sidebar_tree_selection_changed),
9964         (ev_sidebar_icon_selection_changed),
9965         (ev_sidebar_thumbnails_use_icon_view),
9966         (ev_sidebar_thumbnails_set_document):
9967         * shell/ev-sidebar-thumbnails.h:
9968         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9969         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9970
9971         Refresh thumbnails when changing orientation. Not fully
9972         working yet becuase of a sidebar bug.
9973
9974         Set page orientation to poppler page everywhere. This sucks
9975         really need to fix poppler.
9976
9977 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9978
9979         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9980         (egg_recent_view_gtk_new_menu_item),
9981         (egg_recent_view_gtk_set_property),
9982         (egg_recent_view_gtk_get_property),
9983         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9984         (egg_recent_view_gtk_set_tooltip_func),
9985         (egg_recent_view_gtk_set_label_width),
9986         (egg_recent_view_gtk_get_label_width):
9987         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9988
9989         Sync with libegg (ellipsize labels)
9990
9991 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9992
9993         * data/evince-ui.xml:
9994         * shell/ev-window.c: (ev_window_cmd_go_forward),
9995         (ev_window_cmd_go_backward):
9996         
9997         Shift + PageUp moves 10 Pages. Fix for 306125
9998
9999 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10000
10001         * pdf/ev-poppler.cc:
10002
10003         Add a flag to check if orientation has been overriden
10004
10005 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10006
10007         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10008         field if necessary.
10009
10010         * ps/ps.h: add creator field to document.
10011
10012         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10013         set creator field.
10014
10015 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10016
10017         * data/evince-properties.glade:
10018         * shell/ev-properties.c: (ev_properties_set_document):
10019
10020         s/PDF Version/Format
10021
10022 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10023
10024         * shell/ev-properties.c: (ev_properties_set_document):
10025
10026         Remove unnecessary translations
10027
10028 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10029
10030         * cut-n-paste/toolbar-editor/Makefile.am:
10031
10032         Correct library name    
10033
10034 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10035
10036         * configure.ac:
10037         * cut-n-paste/recent-files/egg-recent-model.c:
10038         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10039         (egg_recent_model_unlock_file):
10040         * cut-n-paste/recent-files/egg-recent-util.c:
10041         (egg_recent_util_get_unique_id):
10042         * cut-n-paste/recent-files/update-from-egg.sh:
10043         * cut-n-paste/toolbar-editor/Makefile.am:
10044         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10045         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10046         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10047         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10048         (egg_toolbars_model_get_type):
10049         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10050
10051         Better makefile for toolbar editor and update everything
10052         to latest libegg.
10053
10054 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10055
10056         * shell/ev-window.c: (update_document_mode):
10057
10058         Prefer presentation mode when the document
10059         require fullscreen.
10060
10061 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10062
10063         * data/evince-ui.xml:
10064         * shell/ev-window.c:
10065
10066         Add control-equal for zooming
10067
10068 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10069
10070         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10071
10072 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10073
10074         * backend/ev-document.c: (ev_document_get_orientation):
10075         * backend/ev-document.h:
10076         * pdf/ev-poppler.cc:
10077         * ps/ps-document.c: (ps_document_get_orientation),
10078         (ps_document_set_orientation), (ps_document_document_iface_init):
10079
10080         Add a get_orientation api. Improve set_orientation.
10081
10082         * data/evince-ui.xml:
10083         * shell/ev-view.c: (ev_view_set_orientation),
10084         (ev_view_rotate_right), (ev_view_rotate_left):
10085         * shell/ev-view.h:
10086         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10087         (ev_window_cmd_edit_rotate_right):
10088
10089         Better ui for changing document orientation
10090
10091 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10092
10093         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10094         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10095         * shell/ev-sidebar-links.h:
10096         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10097         (ev_sidebar_page_iface_init):
10098         * shell/ev-sidebar-page.h:
10099         * shell/ev-sidebar-thumbnails.c:
10100         (ev_sidebar_thumbnails_get_property),
10101         (ev_sidebar_thumbnails_class_init),
10102         (ev_sidebar_thumbnails_set_document):
10103         * shell/ev-sidebar-thumbnails.h:
10104         * shell/ev-view.c: (ev_view_motion_notify_event):
10105         * shell/ev-window.c: (update_chrome_visibility),
10106         (ev_window_cmd_focus_page_selector),
10107         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10108         (sidebar_page_main_widget_update_cb), (ev_window_init):
10109         
10110         Autoraise toolbar on GoToPage binding and fix bindings in
10111         EvSidebarThumbnails page.
10112
10113 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10114
10115         * shell/ev-properties.c: (update_progress_label):
10116
10117         Hide the progress label when finished; bug #307697.
10118
10119 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10120
10121         * pdf/ev-poppler.cc:
10122
10123         Enable is_open for links, you will need poppler cvs
10124
10125         * shell/ev-properties.c: (job_fonts_finished_cb):
10126
10127         Get a lock on the document when filling the tree view
10128
10129 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10130
10131         * backend/ev-document-links.h:
10132         * pdf/ev-poppler.cc:
10133         * shell/ev-sidebar-links.c: (create_loading_model),
10134         (expand_open_links), (job_finished_callback):
10135
10136         Expand links when specified by the document.
10137         Depend on a poppler api (defined out for now)
10138
10139 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10140
10141         * shell/ev-properties.c: (ev_properties_dispose),
10142         (ev_properties_class_init), (dialog_destroy_cb),
10143         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10144         (ev_properties_set_document), (ev_properties_new),
10145         (ev_properties_show):
10146         * shell/ev-properties.h:
10147
10148         Make it an object, cleanup the code, api to show it as transient
10149         and to set the document.
10150
10151         * shell/ev-window.c: (ev_window_setup_document),
10152         (ev_window_cmd_file_properties):
10153
10154         Adapt to EvProperties changes, do not show multiple
10155         times, update it when document changes.
10156
10157 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10158
10159         * ps/gstypes.h:
10160         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10161         (ps_document_set_orientation), (ps_document_document_iface_init):
10162         * ps/ps-document.h:
10163
10164         Implement orientation here too
10165
10166         * shell/ev-properties.c: (ev_properties_new):
10167         * data/evince-properties.glade:
10168
10169         Hide the fonts page for backends that doesnt
10170         support it.     
10171
10172 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10173
10174         * backend/ev-document.c: (ev_document_set_orientation):
10175         * backend/ev-document.h:
10176         * pdf/ev-poppler.cc:
10177
10178         Add orientation api. Currently poppler api is not optimal,
10179         we need to set orientation every time we _get a page.
10180         I will try to fix that at some point.
10181
10182         * data/evince-ui.xml:
10183         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10184         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10185
10186         Add orientation menu items
10187
10188         * shell/ev-page-cache.c: (ev_page_cache_clear):
10189         * shell/ev-page-cache.h:
10190
10191         Add api to clear the cache
10192
10193         * shell/ev-view.c: (setup_caches), (clear_caches),
10194         (ev_view_set_document), (ev_view_zoom_out),
10195         (ev_view_set_orientation):
10196         * shell/ev-view.h:
10197
10198         Implement orientation changing
10199
10200 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10201
10202         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10203         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10204         * backend/ev-document-fonts.h:
10205
10206         Separate scan and fill so that we can incrementally fill from
10207         the main thread. Add a progress api.
10208
10209         * data/evince-properties.glade:
10210         * pdf/ev-poppler.cc:
10211         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10212         * shell/ev-jobs.h:
10213         * shell/ev-properties.c: (update_progress_label),
10214         (job_fonts_finished_cb), (setup_fonts_view):
10215
10216         Incrementally feel the list and show the progress
10217         percentage in a label like acrobat does.
10218
10219         You are going to need poppler cvs
10220
10221 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10222
10223         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10224         * backend/ev-document-fonts.h:
10225         * pdf/ev-poppler.cc:
10226
10227         Make fonts model fill incrementally.
10228
10229         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10230         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10231         (ev_job_queue_remove_job):
10232         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10233         (ev_job_fonts_new), (ev_job_fonts_run):
10234         * shell/ev-jobs.h:
10235
10236         New job for fonts scanning
10237
10238         * shell/ev-properties.c: (job_fonts_finished_cb),
10239         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10240         * shell/ev-properties.h:
10241         * shell/ev-window.c: (ev_window_cmd_file_properties):
10242
10243         Incrementally feel the treeview using the new job. Show Loading...
10244         message until scanning is completed.
10245
10246         Hopefully I didnt break the build without the poppler patch.
10247
10248 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10249
10250         * shell/ev-application.c: (ev_application_open):
10251         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10252         (ev_document_type_get_type), (ev_document_type_lookup):
10253         * shell/ev-document-types.h:
10254         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10255         * shell/ev-job-xfer.h:
10256         * shell/ev-window.c: (ev_window_clear_local_uri),
10257         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10258         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10259         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10260         
10261         Transfer remote documents to tmp directory to display them later.
10262
10263 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10264
10265         * backend/ev-document-info.h:
10266         * shell/ev-properties.c: (ev_properties_new):
10267
10268         s/GTime*/GTime. Not sure why we was using a pointer
10269         at all there!
10270
10271 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10272
10273         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10274         situations.  That situation is that you're using GTK+-HEAD with
10275         the patch at #306726 is applied, and you have a document with <
10276         1500 pages in it.  It's not quite as uniformly nice as the
10277         TreeView, but should be better in the long run.
10278
10279         I'm pretty sure I guarded against breaking compilation with
10280         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10281         I missed some.
10282
10283         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10284         widget yet, so I commented that code out
10285         enable_view_actions_for_widget() for now.  Need to figure this
10286         out.
10287
10288         * shell/ev-page-action.c (match_selected_cb): emit the right
10289         signals.  Our cool C-l completion now works.
10290
10291 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10292
10293         * backend/Makefile.am:
10294         * backend/ev-document-fonts.c:
10295         * backend/ev-document-links.c:
10296         * backend/ev-document.c: (ev_document_load):
10297         * backend/ev-document.h:
10298         * backend/ev-job-queue.c:
10299         * backend/ev-job-queue.h:
10300         * backend/ev-jobs.c:
10301         * backend/ev-jobs.h:
10302         * backend/ev-page-cache.c:
10303         * backend/ev-page-cache.h:
10304
10305         EvPageCache and EvJobs are moved to shell.
10306
10307         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10308         (ev_tmp_filename):
10309         * lib/ev-file-helpers.h:
10310         
10311         New helper to work with temporary files
10312         
10313         * shell/Makefile.am:
10314         * shell/ev-application.c: (ev_application_open):
10315         * shell/ev-application.h:
10316         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10317         (remove_job_from_async_queue), (add_job_to_async_queue),
10318         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10319         (handle_job), (search_for_jobs_unlocked),
10320         (no_jobs_available_unlocked), (ev_render_thread),
10321         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10322         (ev_job_queue_add_job), (move_job_async), (move_job),
10323         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10324         * shell/ev-job-queue.h:
10325         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10326         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10327         * shell/ev-job-xfer.h:
10328         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10329         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10330         (ev_job_links_class_init), (ev_job_render_init),
10331         (ev_job_render_dispose), (ev_job_render_class_init),
10332         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10333         (ev_job_thumbnail_class_init), (ev_job_load_init),
10334         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10335         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10336         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10337         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10338         * shell/ev-jobs.h:
10339         * shell/ev-page-action.c: (ev_page_action_set_document):
10340         * shell/ev-page-cache.c: (ev_page_cache_init),
10341         (ev_page_cache_class_init), (ev_page_cache_finalize),
10342         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10343         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10344         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10345         (ev_page_cache_get_title), (ev_page_cache_get_size),
10346         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10347         (ev_page_cache_get_height_to_page),
10348         (ev_page_cache_get_max_label_chars),
10349         (ev_page_cache_get_page_label),
10350         (ev_page_cache_has_nonnumeric_page_labels),
10351         (ev_page_cache_get_info), (ev_page_cache_next_page),
10352         (ev_page_cache_prev_page), (ev_page_cache_get):
10353         * shell/ev-page-cache.h:
10354         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10355         (ev_pixbuf_cache_clear_job_sizes),
10356         (ev_pixbuf_cache_add_jobs_if_needed),
10357         (ev_pixbuf_cache_set_page_range):
10358         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10359         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10360         * shell/ev-sidebar-thumbnails.c:
10361         (ev_sidebar_tree_selection_changed),
10362         (ev_sidebar_thumbnails_set_document):
10363         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10364         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10365         (ev_statusbar_get_context_id), (ev_statusbar_push),
10366         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10367         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10368         (ev_statusbar_set_progress):
10369         * shell/ev-statusbar.h:
10370         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10371         (ev_view_find_previous):
10372         * shell/ev-window.c: (ev_window_is_empty),
10373         (ev_window_setup_document), (password_dialog_response),
10374         (ev_window_clear_jobs), (ev_window_load_job_cb),
10375         (ev_window_xfer_job_cb), (ev_window_open_uri),
10376         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10377         (ev_window_print), (ev_window_print_range),
10378         (ev_window_state_event), (ev_window_cmd_view_reload),
10379         (menu_item_select_cb), (menu_item_deselect_cb),
10380         (view_status_changed_cb), (ev_window_dispose),
10381         (drag_data_received_cb), (ev_window_init):
10382         * shell/ev-window.h:
10383         * shell/main.c: (load_files):
10384         
10385         New statusbar to show progress on idle. Two new jobs - 
10386         xfer job and load job to load document in background. And update
10387         of page_cache clients to new location of code.
10388
10389 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10390
10391         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10392         selection in open dialog. It also remembers the last visited directory 
10393         in the current session.
10394
10395 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10396
10397         * shell/ev-properties.c: (ev_properties_new):
10398         * shell/ev-properties.h:
10399         * shell/ev-window.c: (ev_window_cmd_file_properties):
10400         
10401         Get document info from page cache instead of document itself.
10402         This should fix crash related to race conditions described in
10403         bug 306545.
10404
10405 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10406
10407         * ps/ps-document.c: (ps_document_init),
10408         (send_ps), (get_page_box), (output), (catchPipe), (input),
10409         (stop_interpreter), (file_length), (file_readable),
10410         (check_filecompressedb), (ps_document_enable_interpreter),
10411         (document_load), (ps_async_renderer_render_pixbuf):
10412         * ps/ps-document.h:
10413
10414         Big cleanup of the ps code
10415
10416 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10417
10418         * backend/Makefile.am:
10419         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10420         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10421         * backend/ev-async-renderer.h:
10422
10423         Add an async renderer interface (method + callback) which
10424         is useful for backends like ps.
10425
10426         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10427         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10428         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10429         (ev_job_queue_add_job), (move_job_async), (move_job),
10430         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10431
10432         Add queues for async renderer, these are executed on the
10433         main thread.
10434
10435         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10436         (ev_job_render_run):
10437         * backend/ev-jobs.h:
10438
10439         If the backend support async renderer interface use it.
10440
10441         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10442         (setup_pixmap), (ps_document_get_type),
10443         (ps_async_renderer_render_pixbuf),
10444         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10445
10446         Implement async renderer interface.
10447
10448 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10449
10450         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10451
10452         Cleanup links job on exit.
10453
10454 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10455
10456         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10457         (drag_data_get_cb), (drag_data_received_cb):
10458         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10459         (drag_data_get_cb), (parse_item_list),
10460         (egg_toolbar_editor_load_actions):
10461         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10462         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10463         (parse_item_list), (parse_toolbars):
10464         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10465         (dvi_pixbuf_put_pixel):
10466         
10467         Fix gcc 4.0 warnings
10468
10469 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10470
10471         * ps/ps-document.c: (start_interpreter):
10472
10473         Fix warning when loading ps
10474
10475 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10476
10477         * ps/ps-document.c: (output):
10478
10479         Fix crash when priting gs error messages.
10480
10481 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10482
10483         * backend/ev-page-cache.c: (_ev_page_cache_new):
10484         * backend/ev-page-cache.h:
10485
10486         Use a const to return title so that we dont double
10487         free it. Small cleanup and fix a leak.
10488
10489         * shell/ev-window.c: (update_window_title):
10490
10491         strdup value from get_title.
10492
10493 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10494
10495         * shell/ev-sidebar-links.c: (job_finished_callback),
10496         (ev_sidebar_links_set_document):
10497
10498         Cleanup the old job when changing document
10499
10500 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10501
10502         * shell/ev-stock-icons.c:
10503         * shell/ev-stock-icons.h:
10504         * shell/ev-window.c:
10505         
10506         Add stock icons for actions that can appear in toolbar. Fix for
10507         bug 306566.
10508
10509 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10510
10511         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10512         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10513         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10514         * backend/ev-page-cache.h:
10515         * shell/ev-view.c: (scroll_to_current_page),
10516         (view_update_range_and_current_page), (get_page_y_offset),
10517         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10518         (ev_view_size_request_continuous),
10519         (ev_view_zoom_for_size_continuous_and_dual_page),
10520         (ev_view_zoom_for_size_continuous):
10521         
10522         More compact EvView layout in document with pages of different size.
10523
10524 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10525
10526         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10527         compilation.
10528
10529 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10530
10531         * shell/ev-view.c: (view_set_adjustment_values):
10532         * shell/ev-window.c: (ev_window_cmd_file_properties):
10533         
10534         A bit different fix for rounding problem but it has no
10535         problems on startup. Make properties window transient to parent.
10536
10537 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10538
10539         * pdf/ev-poppler.cc:
10540         
10541         More commenting of font stuff.
10542
10543 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10544
10545         * pdf/ev-poppler.cc:
10546
10547         Comment out some more fonts stuff. Should really
10548         work without the poppler patch now.
10549
10550 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10551
10552         * pdf/ev-poppler.cc:
10553
10554         Adapt to api change
10555
10556 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10557
10558         * data/evince-properties.glade:
10559         * pdf/ev-poppler.cc:
10560         * shell/ev-properties.c: (setup_fonts_view):
10561
10562         Set the column title. Show the dialog only
10563         once everything is setup.
10564         Getting font info can be very slow... will
10565         prolly need to make this threaded too.
10566
10567 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10568
10569         * backend/Makefile.am:
10570         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10571         (ev_document_fonts_get_fonts_model):
10572         * backend/ev-document-fonts.h:
10573         * data/evince-properties.glade:
10574         * pdf/ev-poppler.cc:
10575         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10576         * shell/ev-properties.h:
10577         * shell/ev-window.c: (ev_window_cmd_file_properties):
10578
10579         Implement fonts list. Defined out for now, since it depends
10580         on a not yet committed poppler patch.
10581
10582 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10583
10584         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10585         page + 1.
10586
10587         * shell/ev-window.c: Make sure we add the timeout when we get a
10588         focus-in event.
10589
10590         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10591         adjustment->value before calculating the zoom factor to average
10592         out all of our rounding errors.  The page no longer 'drifts' when
10593         resizing.
10594
10595 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10596
10597         * data/evince-properties.glade:
10598         * shell/ev-properties.c: (ev_properties_format_date),
10599         (set_property):
10600         
10601         Labels don't expand when the dialogue is resized.
10602         strftime result needs to be converted to UTF-8. Thanks
10603         to Christian Persch <chpe@gnome.org>.
10604
10605 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10606
10607         * data/evince-properties.glade:
10608
10609         Hide the fonts tab
10610
10611 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10612
10613         * backend/ev-document-info.h:
10614         * backend/ev-document.c: (ev_document_info_free):
10615         * data/evince-properties.glade:
10616         * pdf/ev-poppler.cc:
10617         * ps/ps-document.c: (ps_document_get_info):
10618         * shell/ev-properties.c: (ev_properties_format_date),
10619         (set_property), (ev_properties_new):
10620         * shell/ev-properties.h:
10621         * shell/ev-window.c: (ev_window_cmd_file_properties):
10622
10623         Rework properties code to take only EvPropertyInfo
10624         in the constructor so that it can be useful for
10625         nautilus plugin too.
10626
10627         Deal with backends that doesnt support some properties.
10628         Make set property code generic.
10629
10630 2005-06-04  Christian Persch <chpe@gnome.org>
10631
10632         * data/evince-properties.glade:
10633
10634         fix spacings, make resizeable, and make data labels
10635         selectable + ellipsised
10636
10637 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10638
10639         * backend/ev-document-info.h:
10640         * data/Makefile.am:
10641         * data/evince-ui.xml:
10642         * pdf/ev-poppler.cc:
10643         * shell/Makefile.am:
10644         * shell/ev-window.c: (update_action_sensitivity),
10645         (ev_window_cmd_file_properties):
10646
10647         Initial go at file properties. Patch by
10648         Emil Soleyman-Zomalan <emil@soleyman.com>.
10649         Needs love see #169583
10650
10651 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10652
10653         * ps/ps-document.c: (output):
10654         * ps/ps.c: (psscan):
10655
10656         Try to render even if psscan fails.
10657
10658 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10659
10660         * ps/ps.c: (psscan), (pscopydoc):
10661
10662         Port buffered reading code from gv
10663
10664 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10665
10666         * ps/ps-document.c: (interpreter_message), (output):
10667
10668         Do not fail on interpreter messages
10669
10670 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10671
10672         * backend/ev-document-misc.c:
10673         (ev_document_misc_get_thumbnail_frame):
10674
10675         Pages can be 0 x 0, dont assert on this case
10676
10677 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10678
10679         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10680         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10681
10682         Correctly manage our reference on document. Finally the reload
10683         huge leak is gone...
10684
10685 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10686
10687         * ps/ps-document.c: (ps_document_dispose):
10688
10689         Forgot to chain it to the parent. Thanks chpe.
10690
10691 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10692
10693         * ps/ps-document.c: (ps_document_dispose),
10694         (ps_document_class_init), (stop_interpreter), (document_load):
10695
10696         Cleanup dispose a bit. Dont leak the whole pixmap.
10697
10698 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10699
10700         * pdf/ev-poppler.cc:
10701
10702         Release the poppler document on dispose
10703
10704 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10705
10706         * shell/ev-view.c: (ev_view_set_document):
10707
10708         Release ref on the pixbuf cache when changing
10709         document.
10710
10711 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10712
10713         * ps/ps-document.c: (ps_document_get_info):
10714
10715         Fix a double free
10716
10717 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10718
10719         * backend/ev-page-cache.c: (ev_page_cache_init),
10720         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10721         * backend/ev-page-cache.h:
10722         * shell/ev-page-action.c: (page_changed_cb):
10723         
10724         Set page action entry width depending on labels width. Fix
10725         for bug 305202.
10726
10727 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10728
10729         * backend/ev-link.c: (ev_link_class_init):
10730
10731         Allow -1 as page value (error)
10732
10733 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10734
10735         * shell/ev-sidebar-thumbnails.c:
10736         (ev_sidebar_thumbnails_set_document):
10737         * shell/ev-view.c: (scroll_to_current_page),
10738         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10739         (page_changed_cb), (on_adjustment_value_changed),
10740         (ev_view_set_document):
10741
10742         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10743         Fix bug 305377
10744
10745 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10746
10747         * configure.ac:
10748         * djvu/djvu-document.c: (djvu_document_get_page_size):
10749
10750         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10751         bug 301993.
10752
10753 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10754
10755         * shell/ev-view.c (draw_one_page): modify the expose handling to
10756         get the shadows.
10757
10758         * shell/ev-window.c (update_action_sensitivity): Respect
10759         permissions field.  Kowtow to the man.
10760
10761         * pdf/ev-poppler.cc: Get the permissions field.
10762
10763         * tiff/*c: Make a tiny bit more robust.
10764
10765 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10766
10767         * djvu/djvu-document.c:
10768         
10769         Pop messages from djvu context message queue.
10770
10771 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10772
10773         * configure.ac, Makefile.am, shell/Makefile.am:
10774         * tiff/Makefile.am, shell/ev-document-types.c:
10775         
10776         Cleanup tiff configure checks. Fix for bug 305218.
10777
10778 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10779
10780         * configure.ac: Added "uk" to ALL_LINGUAS.
10781
10782 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10783
10784         * cut-n-paste/zoom-control/ephy-zoom.c:
10785         (ephy_zoom_get_changed_zoom_level):
10786         * cut-n-paste/zoom-control/ephy-zoom.h:
10787         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10788         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10789         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10790         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10791         (zoom_control_changed_cb), (ev_window_init):
10792         
10793         Fix minor points related to moving best fit up. Introduce
10794         "zoom" property and make zoom control change it's value on
10795         notify::zoom signals. Fix for 305080.
10796
10797 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10798
10799         * data/evince-ui.xml:
10800         * shell/ev-window.c: (set_view_actions_sensitivity):
10801         
10802         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10803
10804 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10805
10806         * configure.ac:
10807
10808         Depends on poppler 0.3.2
10809
10810 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10811
10812         * cut-n-paste/recent-files/egg-recent-item.c:
10813         (egg_recent_item_get_short_name):
10814         * cut-n-paste/toolbar-editor/Makefile.am:
10815         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10816         (new_pixbuf_from_widget):
10817         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10818         * cut-n-paste/toolbar-editor/egg-marshal.c:
10819         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10820         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10821
10822         Sync
10823
10824 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10825
10826         * tiff/tiff-document.c: Rough TIFF backend.
10827
10828 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10829
10830         * NEWS:
10831         * configure.ac:
10832         * cut-n-paste/toolbar-editor/Makefile.am:
10833
10834         Release 0.3.1
10835
10836 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10837
10838         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10839         (ev_view_find_next), (ev_view_find_previous):
10840
10841         Remove the locks around get_n_results   
10842
10843 2005-05-21  Juerg Billeter  <j@bitron.ch>
10844
10845         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10846
10847         Pass correct number of pages to poppler.
10848
10849 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10850
10851         * configure.ac:
10852         * data/Makefile.am:
10853         * data/evince.desktop.in: 
10854         * data/evince.desktop.in.in:
10855         * po/POTFILES.in:
10856         
10857         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10858
10859 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10860
10861         * shell/ev-view.c: (view_update_adjustments),
10862         (view_set_adjustment_values): cast adjustmen->value to (int)
10863         before using it.  Otherwise, we get off by a pixel in some
10864         situations.
10865
10866         (draw_one_page): Draw the border on expose.
10867
10868 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10869
10870         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10871         adjustment when the mode changes, #304923
10872
10873 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10874
10875         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10876         flickering on resize but still use gdk_window_scroll on
10877         scrolling
10878
10879 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10880
10881         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10882         option, #170458
10883
10884 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10885
10886         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10887         second page on page_changed if possible, #304669
10888
10889 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10890
10891         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10892         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10893
10894 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10895
10896         * .cvsignore:
10897         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10898         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10899         (ev_view_zoom_for_size_presentation),
10900         (ev_view_zoom_for_size_continuous_and_dual_page),
10901         (ev_view_zoom_for_size_continuous),
10902         (ev_view_zoom_for_size_dual_page),
10903         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10904         * shell/ev-view.h:
10905         * shell/ev-window.c: (update_view_size),
10906         (ev_window_sizing_mode_changed_cb):
10907
10908         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10909         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10910         an infinite loop, #304769
10911
10912
10913 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10914
10915         * data/evince-ui.xml:
10916         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10917         * shell/ev-window.c: (set_view_actions_sensitivity):
10918
10919         Make PgUp/Down behave like Space
10920
10921 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10922
10923         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10924         * backend/ev-ps-exporter.h:
10925         * pdf/ev-poppler.cc:
10926         * ps/ps-document.c: (ps_document_ps_export_begin):
10927         * shell/ev-print-job.c: (idle_print_handler):
10928
10929         Adapt to new poppler api
10930
10931 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10932
10933         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10934         (ephy_zoom_control_init):
10935
10936         Translate zoom levels
10937
10938 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10939
10940         * cut-n-paste/zoom-control/ephy-zoom.c:
10941         (ephy_zoom_get_zoom_level_index):
10942
10943         Fix current zoom -> zoom control match
10944
10945 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10946
10947         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10948         rather than the scrolled_window that it's in. Fixes bug #304655.
10949
10950 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10951
10952         * shell/ev-view.c: (view_update_adjustments),
10953         (view_set_adjustment_values), (view_update_range_and_current_page),
10954         (view_scroll_to_page), (set_scroll_adjustment),
10955         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10956         (ev_view_scroll), (ev_view_scroll_view),
10957         (ensure_rectangle_is_visible), (find_page_at_location),
10958         (get_link_at_location), (go_to_link), (status_message_from_link),
10959         (ev_view_size_request_continuous_dual_page),
10960         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10961         (ev_view_unrealize), (ev_view_expose_event),
10962         (ev_view_button_press_event), (ev_view_motion_notify_event),
10963         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10964         (draw_rubberband), (highlight_find_results), (draw_one_page),
10965         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10966         (ev_view_init), (find_changed_cb), (page_changed_cb),
10967         (on_adjustment_value_changed), (ev_view_new),
10968         (ev_view_set_document), (ev_view_set_zoom),
10969         (ev_view_set_continuous), (ev_view_set_dual_page),
10970         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10971         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10972         (ev_view_zoom_for_size_presentation),
10973         (ev_view_zoom_for_size_continuous_dual_page),
10974         (ev_view_zoom_for_size_continuous),
10975         (ev_view_zoom_for_size_dual_page),
10976         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10977         (ev_view_get_status), (ev_view_set_status),
10978         (update_find_status_message), (ev_view_get_find_status),
10979         (ev_view_set_find_status), (jump_to_find_result),
10980         (jump_to_find_page), (compute_selections), (clear_selection),
10981         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10982         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10983         (ev_view_update_primary_selection),
10984         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10985         * shell/ev-view.h:
10986         * shell/ev-window.c: (ev_window_open_page_label),
10987         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10988         (ev_window_init):
10989         * shell/ev-window.h:
10990         * shell/main.c: (load_files):
10991
10992         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10993         when resizing.  Remove the bin_window().  Also, patch from James
10994         Bowes to fix command line page, #300641
10995         
10996 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10997
10998         * data/evince-ui.xml:
10999         * shell/ev-view.c:
11000         * shell/ev-view.h:
11001         * shell/ev-window.c: (update_action_sensitivity):
11002
11003         Get rid of View->Normal Size, it's just confusing
11004
11005 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11006
11007         * backend/ev-document-info.h:
11008         * backend/ev-document.c: (ev_document_info_free): Free the
11009         EvDocumentInfo.
11010
11011         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11012         (clear_range), (add_range), (update_visible_range),
11013         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11014         (ev_sidebar_thumbnails_set_document):
11015         * shell/ev-window.c: (ev_window_setup_document): Only render the
11016         visible thumbnails.  It takes an instant to render, but it uses
11017         much less memory.
11018
11019 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11020
11021         * shell/ev-sidebar-links.c: (popup_menu_cb):
11022
11023         Select first item
11024
11025 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11026
11027         * lib/Makefile.am:
11028         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11029         (button_press_cb), (ev_sidebar_links_construct):
11030
11031         Show the popup menu also on keybindings
11032
11033 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11034
11035         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11036         * shell/ev-window.h:
11037
11038         Expose api to print a range (with dialog). Make private _print use
11039         it.
11040
11041         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11042         (ev_sidebar_links_construct):
11043
11044         Show a print context menu on linkx, it prints the selected
11045         section.
11046
11047 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11048
11049         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11050         button.
11051
11052 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11053
11054         * AUTHORS:
11055
11056         Update
11057
11058         * shell/ev-window.c: (build_comments_string),
11059         (ev_window_cmd_help_about):
11060
11061         Show poppler version/backend and authors
11062
11063 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11064
11065         * cut-n-paste/zoom-control/ephy-zoom.c:
11066         (ephy_zoom_get_zoom_level_index):
11067         * cut-n-paste/zoom-control/ephy-zoom.h:
11068
11069         Move the best fit items at the top of the list
11070
11071 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11072
11073         * shell/ev-marshal.list:
11074         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11075         (activate_cb), (match_selected_cb), (activate_link_cb),
11076         (connect_proxy), (ev_page_action_class_init):
11077         * shell/ev-page-action.h:
11078
11079         Use signals to notify action activation. Hopefully
11080         I did not break completion since I cant test...
11081
11082         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11083         (register_custom_actions):
11084
11085         Connect to page selector actions and also grab focus on
11086         the view when activated.
11087
11088 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11089
11090         * pdf/ev-poppler.cc:
11091         * backend/ev-page-cache.c: make page size calculation consistent
11092         and set it to (int)( width * scale + 0.5).  This makes the weird
11093         line going through the middle of the page go away.
11094
11095         * shell/ev-view.c: move painting the background page after
11096         checking the expose area covers us.
11097
11098 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11099
11100         * data/evince-password.glade:
11101         
11102         Mark labels as not translatable. Fix for bug 302842.
11103
11104 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11105
11106         * configure.ac: Added "es" to ALL_LINGUAS.
11107
11108 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11109
11110         * data/evince-toolbar.xml:
11111         * shell/ev-window.c: (update_action_sensitivity),
11112         (ev_window_setup_document), (ev_window_set_page_mode),
11113         (ev_window_init):
11114
11115         Remove some leftover code from jrb first continous
11116         attempt. Use the new actions, we still need good icons
11117         though...
11118
11119 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11120
11121         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11122
11123         Update label when connecting proxy. Fix a warning with NULL
11124         page_cache.
11125
11126 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11127
11128         * data/evince-ui.xml:
11129         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11130         * shell/ev-page-action.h:
11131         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11132
11133         Add mnemonic for edit toolbar.
11134         ctrl+l focus the page entry.
11135
11136 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11137
11138         * lib/Makefile.am:
11139         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11140         (ev_window_init):
11141         * shell/main.c: (main):
11142
11143         Put the toolbar xml in evince own dot dir
11144
11145 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11146
11147         * shell/ev-window.c: (ev_window_init):
11148
11149         Make the toolbar not removable
11150
11151 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11152
11153         * data/evince-ui.xml:
11154         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11155         * shell/ev-sidebar-links.h:
11156         * shell/ev-sidebar-thumbnails.c:
11157         (ev_sidebar_thumbnails_get_treeview):
11158         * shell/ev-sidebar-thumbnails.h:
11159         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11160         (ev_view_class_init):
11161         * shell/ev-view.h:
11162         * shell/ev-window.c: (update_action_sensitivity),
11163         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11164         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11165         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11166         (ev_window_init):
11167
11168         This is evil... Make space/backspace global accelerators but
11169         enable them only for some widgets (sidebars and view).
11170         I dont like it, but I dont know a better way... :/
11171
11172 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11173
11174         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11175         (ev_page_action_widget_finalize),
11176         (ev_page_action_widget_class_init), (update_page_cache):
11177
11178         Keep a weak reference on proxy->page_cache so that we
11179         dont try to disconnect the signal if the object is already
11180         gone. Maybe there is a better way to cleanup reference handling
11181         in page action though...
11182
11183 2005-05-10  Juerg Billeter  <j@bitron.ch>
11184
11185         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11186         * backend/ev-ps-exporter.h:
11187         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11188         * ps/ps-document.c: (ps_document_ps_export_begin):
11189         
11190         Change api to pass print range to ps_exporter_begin. The pdf backend
11191         requires this information.
11192         
11193         * shell/ev-print-job.c: (idle_print_handler):
11194         
11195         Adapt to api change
11196
11197 2005-05-10  Juerg Billeter  <j@bitron.ch>
11198
11199         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11200         (idle_print_handler)
11201         * shell/ev-window.c: (ev_window_print):
11202
11203         Support printing page range, based on patch by Amaury Jacquot
11204
11205 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11206
11207         * data/evince-toolbar.xml:
11208
11209         Add zoom control to available items
11210
11211 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11212
11213         * shell/ev-window.c: (update_action_sensitivity):
11214
11215         Set slash action insensitive when appropriate
11216
11217 2005-05-10  Christian Persch <chpe@gnome.org>
11218
11219         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11220
11221         Fix warning on the overflow menu
11222
11223 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11224
11225         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11226
11227         Check for uri correctness/existence
11228
11229 2005-05-09  Juerg Billeter  <j@bitron.ch>
11230
11231         * shell/ev-window.c: (using_postscript_printer):
11232
11233         LPD printers use postscript, too
11234
11235 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11236
11237         * shell/ev-window.c: (register_custom_actions):
11238
11239         The zoom one is actually sort of useful,
11240         put it back
11241
11242 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11243
11244         * shell/ev-window.c: (register_custom_actions):
11245
11246         Hide page/zoom controls from overflow, they
11247         are useless.
11248
11249 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11250
11251         * cut-n-paste/update-from-egg.sh:
11252         
11253         Share it between all cut-n-paste subdirs
11254
11255         * cut-n-paste/recent-files/Makefile.am:
11256
11257         Fix to use "global" update-from-egg.sh
11258
11259         * cut-n-paste/recent-files/egg-recent-model.c:
11260         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11261         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11262         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11263         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11264
11265         Update from libegg
11266
11267         * cut-n-paste/toolbar-editor/Makefile.am:
11268
11269         Fix to use "global" update-from-egg.sh
11270
11271         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11272
11273         Update from libegg
11274
11275 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11276
11277         * configure.ac:
11278         * cut-n-paste/Makefile.am:
11279         * cut-n-paste/recent-files/Makefile.am:
11280         * cut-n-paste/toolbar-editor/.cvsignore:
11281         * cut-n-paste/toolbar-editor/Makefile.am:
11282         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11283         (egg_editable_toolbar_get_type), (get_toolbar_position),
11284         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11285         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11286         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11287         (set_item_drag_source), (create_item_from_action), (create_item),
11288         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11289         (popup_toolbar_context_menu_cb), (free_dragged_item),
11290         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11291         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11292         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11293         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11294         (item_added_cb), (item_removed_cb),
11295         (egg_editable_toolbar_construct),
11296         (egg_editable_toolbar_disconnect_model),
11297         (egg_editable_toolbar_deconstruct),
11298         (egg_editable_toolbar_set_model),
11299         (egg_editable_toolbar_set_ui_manager),
11300         (egg_editable_toolbar_set_property),
11301         (egg_editable_toolbar_get_property),
11302         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11303         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11304         (egg_editable_toolbar_new_with_model),
11305         (egg_editable_toolbar_get_edit_mode),
11306         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11307         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11308         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11309         (new_pixbuf_from_widget), (new_separator_pixbuf),
11310         (update_separator_image), (style_set_cb),
11311         (_egg_editable_toolbar_new_separator_image),
11312         (egg_editable_toolbar_get_model):
11313         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11314         * cut-n-paste/toolbar-editor/egg-marshal.c:
11315         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11316         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11317         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11318         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11319         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11320         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11321         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11322         (editor_drag_data_delete_cb), (drag_data_get_cb),
11323         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11324         (editor_create_item), (update_editor_sheet), (setup_editor),
11325         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11326         (parse_item_list), (model_has_action), (update_actions_list),
11327         (egg_toolbar_editor_load_actions):
11328         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11329         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11330         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11331         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11332         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11333         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11334         (egg_toolbars_model_add_separator), (impl_add_item),
11335         (parse_item_list), (egg_toolbars_model_add_toolbar),
11336         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11337         (impl_get_item_data), (impl_get_item_type),
11338         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11339         (egg_toolbars_model_init), (free_toolbar),
11340         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11341         (egg_toolbars_model_remove_toolbar),
11342         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11343         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11344         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11345         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11346         (egg_toolbars_model_get_item_data),
11347         (egg_toolbars_model_get_item_type):
11348         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11349         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11350         * data/Makefile.am:
11351         * data/evince-toolbar.xml:
11352         * data/evince-ui.xml:
11353         * data/hand-open.png:
11354         * po/POTFILES.in:
11355         * shell/Makefile.am:
11356         * shell/ev-window.c: (update_chrome_visibility),
11357         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11358         (ev_window_dispose), (ev_window_init):
11359
11360         Implement epiphany like toolbar editor. Based on patch by
11361         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11362
11363 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11364
11365         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11366
11367         Use set_cursor instead of set_selection, so that
11368         the keyboard focus moves too.
11369
11370 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11371
11372         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11373
11374         Fix infinite loop when loading Type1 fonts
11375
11376 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11377
11378         * data/evince-ui.xml:
11379         * shell/ev-window.c:
11380
11381         Slash -> Find
11382
11383 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11384
11385         * configure.ac:
11386
11387         Make --disable really disable
11388
11389 2005-05-07  Juerg Billeter  <j@bitron.ch>
11390
11391         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11392
11393         Compare page labels even without has_labels set, fixes setting page
11394         with entry
11395
11396 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11397
11398         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11399         (ev_view_set_cursor), (ev_view_button_press_event),
11400         (ev_view_motion_notify_event), (ev_view_button_release_event),
11401         (ev_view_init):
11402
11403         Implement middle button scrolling. Based on a patch
11404         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11405
11406 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11407
11408         * shell/ev-document-types.c: (get_slow_mime_type),
11409         (get_document_type_from_mime), (ev_document_type_lookup):
11410         * shell/ev-document-types.h:
11411
11412         Change api to lookup from uri. Do fast lookup first, if the
11413         type is unknown try with data sniffing.
11414
11415         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11416         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11417
11418         Adapt to api change
11419
11420 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11421
11422         * thumbnailer/Makefile.am:
11423
11424         Fix distcheck
11425
11426 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11427
11428         * NEWS:
11429         * configure.ac:
11430
11431         Release 0.3.0
11432
11433         * data/evince-ui.xml:
11434
11435         Hide presentation mode for now
11436
11437         * shell/ev-view.c: (highlight_find_results):
11438
11439         Show current find selection only on current page
11440
11441 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11442
11443         * shell/ev-view.c: (ev_view_select_all):
11444
11445         Compute size of the actual page, not of
11446         the current one.
11447
11448 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11449
11450         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11451         (view_rect_to_doc_rect), (compute_selections),
11452         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11453         (ev_view_copy), (ev_view_primary_get_cb),
11454         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11455         (ev_view_button_press_event), (ev_view_motion_notify_event),
11456         (ev_view_button_release_event), (page_changed_cb):
11457
11458         Fix text selection
11459
11460 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11461
11462         * shell/ev-view.c: (compute_border), (get_page_extents),
11463         (doc_rect_to_view_rect), (highlight_find_results),
11464         (ev_view_bin_expose), (ev_view_select_all),
11465         (ev_view_motion_notify_event), (update_find_status_message),
11466         (jump_to_find_result), (jump_to_find_page):
11467
11468         First go at fixing search, still buggy
11469
11470 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11471
11472         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11473         dropdown box and button at the top of the sidebar.
11474
11475 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11476
11477         * configure.ac: Output zoom-control Makefile.
11478         * cut-n-paste/Makefile.am: build zoom-control subdir.
11479         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11480         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11481         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11482         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11483         * cut-n-paste/zoom-control/ephy-zoom.c:
11484         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11485         from epiphany, and modified to add a separator into the menu.
11486         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11487         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11488         zoom-control action.
11489         * shell/Makefile.am: Include zoom-control flags.
11490         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11491         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11492         (ev_view_zoom_for_size_presentation),
11493         (ev_view_zoom_for_size_continuous_and_dual_page),
11494         (ev_view_zoom_for_size_continuous),
11495         (ev_view_zoom_for_size_dual_page),
11496         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11497         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11498         ev_view_get_zoom and ev_view_get_sizing_mode.
11499         * shell/ev-view.h:
11500         * shell/ev-window.c: (update_action_sensitivity),
11501         (update_sizing_buttons), (zoom_control_changed_cb),
11502         (register_custom_actions): Initialize and use the zoom-control 
11503         widget.
11504
11505 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11506
11507         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11508         preview cache back to 1.  Don't know when it got set to 0.
11509         
11510         * shell/ev-view.c: (compute_border), (ev_view_realize),
11511         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11512         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11513         (ev_view_get_fullscreen), (ev_view_set_presentation),
11514         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11515         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11516         * shell/ev-view.h:
11517         * shell/ev-window.c:
11518         (update_chrome_visibility),
11519         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11520         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11521         (update_document_mode), (ev_window_update_fullscreen_action),
11522         (ev_window_fullscreen), (ev_window_unfullscreen),
11523         (ev_window_cmd_view_fullscreen),
11524         (ev_window_update_presentation_action),
11525         (ev_window_run_presentation), (ev_window_stop_presentation),
11526         (ev_window_cmd_view_presentation), (ev_window_state_event),
11527         (ev_window_focus_in_event), (ev_window_focus_out_event),
11528         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11529         * data/evince-ui.xml: Initial presentation mode.  We should
11530         probably hide this until it's done, as it's quite rough.  Also,
11531         change full-screen to fullscreen and add two getters to EvView.
11532
11533 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11534
11535         * shell/ev-page-action.c: (update_page_cache),
11536         (ev_page_action_dispose):
11537         * shell/ev-window.c: (destroy_fullscreen_popup),
11538         (ev_window_create_fullscreen_popup):
11539
11540         Use connect_object rather than explicitly
11541         disconnect on dispose.
11542
11543 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11544
11545         * shell/ev-page-action.c: (update_page_cache),
11546         (ev_page_action_dispose):
11547
11548 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11549
11550         * backend/ev-page-cache.c: (_ev_page_cache_new),
11551         (ev_page_cache_set_page_label),
11552         (ev_page_cache_has_nonnumeric_page_labels):
11553         * backend/ev-page-cache.h:
11554         * shell/ev-page-action.c: (update_pages_label):
11555         
11556         If all page labels are numeric, fallback to default
11557         way to display number of pages. See bug 173185.
11558
11559 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11560
11561         * shell/ev-page-action.c: (ev_page_action_dispose):
11562         * shell/ev-view.c: (view_update_range_and_current_page):
11563         * shell/ev-window.c: (ev_window_dispose):
11564         
11565         Set page on scroll in continuous mode. Fixes bug 301986.
11566         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11567
11568 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11569
11570         * configure.ac:
11571
11572         Require poppler 0.3.0
11573
11574 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11575         
11576         * shell/Makefile.am, configure.ac: Fix build problems
11577         with t1lib. Bug 301996.
11578
11579 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11580
11581         * shell/ev-view.c: (ev_view_scroll_event):
11582         
11583         Scroll up increase zoom
11584
11585 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11586
11587         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11588         (ev_view_set_sizing_mode),
11589         (ev_view_zoom_for_size_continuous_and_dual_page),
11590         (ev_view_zoom_for_size_continuous):
11591         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11592         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11593         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11594         (ev_window_init):
11595
11596         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11597         Fix for 165473 and 165472.
11598
11599 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11600
11601         * po/POTFILES.in:
11602         * thumbnailer/Makefile.am:
11603         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11604         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11605         * thumbnailer/evince-thumbnailer.schemas.in:
11606         
11607         Make thumbnailer schemas translatable. Fix for bug 301773
11608         
11609         * thumbnailer/evince-thumbnailer-djvu.schemas:
11610         * thumbnailer/evince-thumbnailer-dvi.schemas:
11611         * thumbnailer/evince-thumbnailer.schemas:
11612
11613         Removed files
11614
11615 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11616
11617         * shell/ev-view.c (ev_view_init): forgot to set this.
11618
11619 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11620
11621         * shell/ev-view.c: (find_page_at_location),
11622         (get_link_at_location),
11623         (ev_view_set_show_border), (ev_view_set_spacing),
11624         (ev_view_zoom_for_size_continuous_and_dual_page),
11625         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11626         Also, add a quick fix measuring of widths.  Also, removed
11627         ev_view_set_spacing and ev_view_set_show_border.
11628         
11629         * shell/ev-window.c: (ev_window_unfullscreen),
11630         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11631
11632 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11633
11634         * shell/ev-view.c: (view_update_range_and_current_page),
11635         (page_changed_cb):
11636         
11637         Fix crash on exit and scrolling to page in continuous view.
11638
11639 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11640
11641         * TODO:
11642         * backend/ev-page-cache.c: (_ev_page_cache_new),
11643         (ev_page_cache_get_max_width_size),
11644         (ev_page_cache_get_max_height_size):
11645         * backend/ev-page-cache.h:
11646         * data/evince-ui.xml:
11647         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11648         * shell/ev-view.c: (view_update_adjustments),
11649         (view_update_range_and_current_page), (get_bounding_box_size),
11650         (ev_view_size_request_continuous_and_dual_page),
11651         (ev_view_size_request_continuous),
11652         (ev_view_size_request_dual_page),
11653         (ev_view_size_request_single_page), (ev_view_size_request),
11654         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11655         (ev_view_bin_expose), (ev_view_expose_event),
11656         (ev_view_set_property), (ev_view_get_property),
11657         (ev_view_class_init), (ev_view_init), (ev_view_new),
11658         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11659         (ev_view_set_dual_page), (ev_view_set_full_screen),
11660         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11661         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11662         (ev_view_zoom_out), (zoom_for_size_fit_width),
11663         (zoom_for_size_best_fit),
11664         (ev_view_zoom_for_size_continuous_and_dual_page),
11665         (ev_view_zoom_for_size_continuous),
11666         (ev_view_zoom_for_size_dual_page),
11667         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11668         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11669         * shell/ev-view.h:
11670         * shell/ev-window.c: (update_action_sensitivity),
11671         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11672         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11673         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11674         (ev_window_cmd_view_zoom_out), (update_view_size),
11675         (ev_window_set_sizing_mode), (ev_window_init):
11676
11677         Add Continuous and Dual page modes.
11678
11679 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11680
11681         * dvi/dvi-document.c: (dvi_document_load),
11682         (dvi_document_thumbnails_get_thumbnail),
11683         (dvi_document_init_params): Fix up some mixups between
11684         width and height to correct thumbnail rendering.
11685
11686 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11687
11688         * dvi/mdvi-lib/private.h:
11689         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11690         
11691         Suppess output for kpathsea during font generation. Thanks to
11692         James Bowes
11693
11694 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11695
11696         * NEWS:
11697         * configure.ac:
11698
11699         Release 0.2.1
11700
11701         * Makefile.am: fix distcheck.
11702
11703 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11704
11705         * shell/ev-sidebar-links.c: (selection_changed_callback),
11706         (update_page_callback), (row_activated_callback),
11707         (job_finished_callback), (ev_sidebar_links_set_document):
11708         
11709         Fix for bug #169901. Double click on links expands tree.
11710
11711 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11712
11713         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11714         hard-coded style. Fix for bug 170111
11715
11716 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11717
11718         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11719         locking.
11720
11721 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11722
11723         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11724
11725 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11726
11727         * pdf/ev-poppler.cc:
11728         * shell/ev-view.c: (highlight_find_results):
11729
11730         Fix find on single page documents
11731
11732 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11733
11734         * data/evince.schemas.in: fix for bug 301390
11735
11736 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11737
11738         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11739         (ev_view_zoom_out), (ev_view_zoom_normal):
11740         * shell/ev-view.h:
11741         * shell/ev-window.c: (update_action_sensitivity),
11742         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11743         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11744         (ev_window_cmd_view_normal_size):
11745
11746         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11747         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11748         better than oom. 
11749
11750 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11751
11752         * configure.ac:
11753
11754         Depend on 2.57, 2.59 doesnt seem to be necessary
11755
11756 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11757
11758         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11759         (create_tool_item):
11760
11761         Put back total number of pages as (1 of 1234)
11762
11763 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11764
11765         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11766         remove the job.
11767
11768         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11769         function.  This helps debugging.
11770
11771 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11772
11773         * djvu/djvu-document.c: (djvu_document_class_init),
11774         (djvu_document_get_info), (djvu_document_document_iface_init):
11775         * dvi/dvi-document.c: (dvi_document_class_init),
11776         (dvi_document_get_info), (dvi_document_document_iface_init):
11777
11778         Dummy implementation of get_info method for dvi and
11779         djvu. Fix crashes with those backends
11780
11781 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11782
11783         * data/evince.desktop.in:
11784
11785         Add application/x-gzpostscript
11786
11787 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11788
11789         * data/evince.schemas.in: Added real long descriptions, 
11790         closes bug 172496 
11791
11792         * README: Added actual text, closes bug 171869
11793
11794 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11795
11796         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11797
11798         Thumbnail page 0
11799
11800 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11801
11802         * backend/ev-document-info.h:
11803
11804         s/GDate */GDate so we can just use g_free
11805
11806 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11807
11808         * shell/ev-window.c: (update_document_mode),
11809         (ev_window_setup_document):
11810
11811         Show the window in fullscreen when specified by
11812         the document
11813
11814 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11815
11816         * backend/ev-document.c: (ev_document_class_init),
11817         (ev_document_get_info), (ev_document_render_pixbuf):
11818         * backend/ev-document.h:
11819         * backend/ev-page-cache.c: (_ev_page_cache_new):
11820         * pdf/ev-poppler.cc:
11821         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11822         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11823         * ps/ps-document.c: (ps_document_class_init), (document_load),
11824         (ps_document_get_info), (ps_document_document_iface_init):
11825
11826         Remove get_title from the interface, we can just use document info
11827
11828 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11829
11830         * backend/Makefile.am:
11831         * backend/ev-document.c: (ev_document_render_get_info):
11832         * backend/ev-document.h:
11833         * pdf/ev-poppler.cc:
11834
11835         Initial support for document info. Based on jrb patch.
11836
11837 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11838
11839         * shell/ev-window.c: (ev_window_state_event),
11840         (ev_window_class_init), (ev_window_init):
11841         
11842         Doesn't show resize grip when maximized. See bug #301053
11843
11844 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11845
11846         * po/POTFILES.in:
11847         
11848         ev-sidebar-thumbnails now has translatable labels
11849         
11850         * shell/Makefile.am:
11851         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11852         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11853         (ev_sidebar_links_page_iface_init):
11854         * shell/ev-sidebar-links.h:
11855         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11856         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11857         (ev_sidebar_page_get_label):
11858         * shell/ev-sidebar-page.h:
11859         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11860         (ev_sidebar_thumbnails_set_document),
11861         (ev_sidebar_thumbnails_support_document),
11862         (ev_sidebar_thumbnails_get_label),
11863         (ev_sidebar_thumbnails_page_iface_init):
11864         * shell/ev-sidebar-thumbnails.h:
11865         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11866         (ev_sidebar_set_document):
11867         * shell/ev-sidebar.h:
11868         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11869         
11870         Small rework of sidebar code. Now sidebar pages should implement
11871         EvSidebarPage interface. That makes page management in EvSidebar
11872         easier. See bug #164811 for details
11873
11874 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11875
11876         * shell/ev-application.c: (ev_application_open):
11877         * shell/ev-document-types.c:
11878         
11879         Fix build error and small problem with application exit
11880
11881 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11882
11883         * thumbnailer/Makefile.am:
11884         * thumbnailer/evince-thumbnailer-djvu.schemas:
11885         * thumbnailer/evince-thumbnailer-dvi.schemas:
11886         
11887         Conditionally install schemas for djvu/dvi thumbnailer
11888
11889 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11890
11891         * shell/ev-document-types.h: 
11892         * shell/ev-document-types.c: 
11893         New files, handling the mapping from mimetypes to backends
11894         
11895         * shell/ev-window.c: 
11896         * thumbnailer/evince-thumbnailer.c:     
11897         Use the ev-document-types code
11898         
11899         * shell/Makefile.am: 
11900         Added new convenience library libevbackendfactory_la, containing
11901         the new mimetype->backend logic; moved the backends into it.
11902
11903         * thumbnailer/Makefile.am:
11904         Make the thumbnailer link with the libevbackend.la convenience
11905         library, rather than having a duplicate of the backend logic here.
11906
11907 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11908
11909         * shell/ev-stock-icons.c: constify some vars.
11910         * shell/ev-window.c: ditto.
11911
11912 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11913
11914         * ps/ps-document.c (get_page_orientation):
11915
11916         Respect document orientation 
11917
11918 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11919
11920         * djvu/Makefile.am:
11921         * dvi/Makefile.am:
11922         * shell/Makefile.am:
11923         
11924         Move library dependencies to components.
11925         
11926         * shell/ev-window.c: (update_window_title),
11927         (start_loading_document):
11928         
11929         Fix display of uris with spaces. Bug 168358.
11930
11931 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11932
11933         * shell/ev-sidebar-links.c: (selection_changed_cb):
11934         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11935         (ev_view_button_release_event), (ev_view_set_document):
11936         * shell/ev-view.h:
11937         * shell/ev-window.c: (find_bar_search_changed_cb):
11938         * shell/ev-window.h: Minor cleanups removing some dead code.
11939
11940 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11941
11942         * backend/ev-page-cache.c: (_ev_page_cache_new):
11943         
11944         Set current page to 0 if document has pages.
11945
11946 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11947
11948         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11949
11950         Initialize GError to NULL, fix a crash when loading fails.
11951
11952 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11953
11954         * shell/ev-window.c: (update_view_size):
11955
11956         Calculate shadow size only when there is actually
11957         a shadow.
11958
11959 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11960
11961         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11962         * shell/ev-view.h:
11963
11964         Allow setting view spacing, default to 0
11965
11966         * shell/ev-window.c: (ev_window_unfullscreen),
11967         (ev_window_cmd_view_fullscreen), (ev_window_init):
11968
11969         Remove spacing in fullscreen mode
11970
11971 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11972
11973         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11974         (ev_view_size_request), (expose_bin_window),
11975         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11976         * shell/ev-view.h:
11977         * shell/ev-window.c: (ev_window_unfullscreen),
11978         (ev_window_cmd_view_fullscreen):
11979
11980         Do not draw the border in fulscreen
11981
11982 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11983
11984         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11985         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11986         (find_page_at_location), (page_changed_cb):
11987
11988         Rework border calculation, so that I can more easily disable it.
11989         Code somewhat cleaner too.
11990
11991 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11992
11993         * backend/ev-page-cache.c: (ev_page_cache_init),
11994         (_ev_page_cache_new):
11995
11996         Remove some assertions, documents can have 0 pages.
11997         Make initial current page -1.
11998
11999         * shell/ev-page-action.c: (page_changed_cb):
12000
12001         Show "" if current page is -1
12002
12003         * shell/ev-window.c: (update_action_sensitivity),
12004         (ev_window_setup_document):
12005
12006         When document has 0 pages do not set the view
12007         and make nearly everything insensitive.
12008
12009 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12010
12011         * shell/ev-page-view.c:
12012         * shell/ev-page-view.h:
12013
12014         Remove unused files.
12015         
12016         * shell/ev-sidebar-thumbnails.c:
12017         (ev_sidebar_thumbnails_set_document):
12018         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12019         (ev_sidebar_supports_document):
12020         * shell/ev-sidebar.h:
12021         * shell/ev-window.c: (ev_window_setup_document):
12022         
12023         Doesn't show thumbnails if document has 1 page. Make
12024         sidebar menu entries sensitive only if if they have 
12025         sense. Fix bug 164811. 
12026
12027 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12028
12029         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12030         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12031         (ev_view_zoom_out), (ev_view_set_size):
12032
12033         Rework sizing to deal with documents with not uniform page
12034         size.
12035
12036 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12037
12038         * backend/ev-page-cache.c: (_ev_page_cache_new):
12039
12040         Fix several page size caching bugs
12041
12042 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12043
12044         * shell/ev-window.c: (set_action_properties):
12045
12046         Make all toolbar items translatable
12047
12048 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12049
12050         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12051         (save_page_list), (ps_document_save),
12052         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12053         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12054         (ps_document_ps_exporter_iface_init):
12055         * ps/ps-document.h:
12056
12057         Based on a patch by J�rg Billeter <j@bitron.ch>
12058         
12059         Implement print and save a copy for the ps backend.
12060
12061 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12062
12063         * backend/ev-document.h:
12064         * djvu/djvu-document.c: (djvu_document_can_get_text),
12065         (djvu_document_document_iface_init):
12066         * dvi/dvi-document.c: (dvi_document_can_get_text),
12067         (dvi_document_document_iface_init):
12068         * pdf/ev-poppler.cc:
12069         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12070         (pixbuf_document_document_iface_init):
12071         * ps/ps-document.c: (ps_document_can_get_text),
12072         (ps_document_document_iface_init):
12073         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12074         * shell/ev-window.c: (update_action_sensitivity):
12075
12076         Fix the crash when trying to copy in backends that doesnt
12077         support it. We can implement a better solution once we
12078         do real text selection.
12079
12080 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12081
12082         * data/evince-ui.xml:
12083         * shell/ev-window.c: (ev_window_cmd_escape):
12084         
12085         Work around the Escape conflict (find bar and unfullscreen)
12086
12087 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12088
12089         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12090         
12091         Fix for #300233. Next page correctly handles document end.
12092         
12093         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12094         (ev_sidebar_thumbnails_class_init),
12095         (ev_sidebar_thumbnails_set_document),
12096         (ev_sidebar_thumbnails_clear_job),
12097         (ev_sidebar_thumbnails_clear_model):
12098         
12099         Cleanup thumbnail jobs on document changes.
12100         
12101         * shell/ev-view.c: (add_scroll_binding_keypad),
12102         (add_scroll_binding_shifted), (ev_view_class_init):
12103         
12104         Shift + Space scrolls up. Fix for #173184
12105         
12106         * shell/ev-window.c: (ev_window_open_page),
12107         (ev_window_cmd_view_reload):
12108         
12109         Fix reload (Bug #300094)
12110
12111 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12112
12113         
12114         * dvi/mdvi-lib/assoc.c:
12115         * dvi/mdvi-lib/assoc.h: Removed garbage files
12116         
12117         * dvi/mdvi-lib/bitmap.c:
12118         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12119         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12120         * dvi/mdvi-lib/color.h: Antialias of rules
12121         
12122         * dvi/mdvi-lib/common.h:
12123         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12124         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12125         * dvi/mdvi-lib/files.c:
12126         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12127         * dvi/mdvi-lib/mdvi.h:
12128         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12129         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12130         * dvi/mdvi-lib/util.c: Fix compile warnings
12131         
12132         * dvi/dvi-document.c:
12133         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12134         (dvi_document_thumbnails_get_thumbnail),
12135         (dvi_document_document_thumbnails_iface_init):
12136         * dvi/mdvi-lib/Makefile.am:
12137         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12138         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12139         
12140         Dvi backend now renders thumbnails
12141
12142 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12143
12144         * shell/main.c: (main): 
12145         
12146         Save accelerators on exit. Fixes bug #172095.
12147
12148 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12149
12150         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12151         update priority" comment.
12152
12153         * backend/ev-job-queue.c: Give a way to change priority.
12154
12155 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12156
12157         * shell/ev-page-action.c: Fix logic.
12158
12159 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12160
12161         * shell/ev-view.c: (ev_view_can_find_next):
12162         * shell/ev-window.c: (ev_window_setup_document):
12163
12164         Check that the document supports find
12165
12166 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12167
12168         * data/evince-ui.xml:
12169         * shell/ev-view.c: (ev_view_can_find_next):
12170         * shell/ev-view.h:
12171         * shell/ev-window.c: (update_action_sensitivity),
12172         (find_changed_cb), (ev_window_setup_document),
12173         (ev_window_cmd_edit_find_next):
12174
12175         Add Edit->Find Next
12176
12177 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12178
12179         * pdf/ev-poppler.cc:
12180         * shell/ev-print-job.c: (idle_print_handler):
12181
12182         Make printing work again
12183
12184 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12185
12186         * shell/ev-page-action.h:
12187         * shell/ev-page-action.c: (ev_page_action_widget_init),
12188         (ev_page_action_widget_class_init), (page_changed_cb),
12189         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12190         (get_filter_model_from_model), (match_selected_cb),
12191         (display_completion_text), (match_completion), (update_model),
12192         (connect_proxy), (ev_page_action_set_property),
12193         (ev_page_action_get_property), (ev_page_action_set_document),
12194         (ev_page_action_set_model), (ev_page_action_class_init): Big
12195         reworking to make completions work iff we have >= GTK-2.7.0
12196                 
12197         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12198         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12199         (job_finished_cb): We now have a 'model' property that is set when
12200         the links are loaded.  This can be caught with "notify::model"
12201
12202         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12203         listen for the model to be set, and propagate it to the action.
12204
12205 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12206
12207         * cut-n-paste/recent-files/egg-recent-item.c:
12208         (egg_recent_item_set_uri), (make_valid_utf8),
12209         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12210         * cut-n-paste/recent-files/egg-recent-item.h:
12211         
12212         Update egg-recent from libegg. This should fix long
12213         startup problem. For details see
12214         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12215
12216 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12217
12218         * cut-n-paste/recent-files/Makefile.am:
12219         * data/evince-ui.xml, shell/Makefile.am:
12220         * shell/ev-application.c, shell/ev-application.h:
12221         * shell/ev-window.c: Recent files support.
12222         
12223         * configure.ac: Added "ru" to ALL_LINGUAS.
12224         
12225         * dvju: new backend to support DJVU files.
12226         * dvi: new backend to support DVI.
12227
12228         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12229         * ev-application.c: Support for new backends.
12230         
12231         * help, ev-window.c, main.c shell/Makefile.am: 
12232         Evince user documentation.
12233
12234 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12235
12236         * po/POTFILES.in:
12237         * shell/ev-window.c:
12238         * thumbnailer/evince-thumbnailer.c:
12239
12240         s/pdf-document/ev-poppler
12241
12242 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12243
12244         * NEWS:
12245         * configure.ac:
12246
12247         Release 0.2.0
12248
12249         * ps/ps-document.c: (setup_pixmap):
12250
12251         Remove debug code
12252
12253 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12254
12255         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12256         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12257         (ev_window_cmd_go_first_page): Fix of by one errors.
12258
12259 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12260
12261         * ps/ps-document.c: (get_page_box):
12262
12263         Fix page size calculation
12264
12265 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12266
12267         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12268         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12269         (get_page_orientation), (setup_page), (document_load),
12270         (ps_document_get_page_size), (render_pixbuf_idle):
12271         * ps/ps-document.h:
12272
12273         More refactoring to adapt to EvDocument changes
12274
12275 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12276
12277         * ps/ps-document.c: (start_interpreter):
12278
12279         Actually add alpha args
12280
12281 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12282
12283         * pdf/ev-poppler.cc:
12284
12285         Make clipboard work again
12286
12287 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12288
12289         Make searching work again.
12290         
12291         * backend/ev-document.c:
12292         * backend/ev-document.h:
12293         * backend/ev-document-find.c:
12294         * backend/ev-document-find.h: Change EvDocumentIface so we no
12295         longer store the current page or zoom level in the document.  The
12296         consequence is that all calls that operate on the current page now
12297         instead take the page number as an extra argument, and all
12298         coordinates are now doubles in document coordinate system.
12299
12300         * pdf/ev-poppler.cc:
12301         * pixbuf/pixbuf-document.c:
12302         * ps/ps-document.c: Update backends accordingly.
12303
12304 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12305
12306         * autogen.sh:
12307
12308         Add required gettext version
12309
12310 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12311
12312         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12313         make F1 bring up non-existent help.
12314
12315         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12316         epiphany's find bar, #167477
12317
12318         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12319         <emil@nishra.com> to add space-bar scrolling, 
12320
12321         * shell/ev-window.c (static GtkActionEntry entries): add default
12322         keybinding for Help (F1)
12323         Fixes #171068
12324
12325         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12326         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12327         170110
12328
12329 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12330
12331         * Makefile.am: 
12332         * pixbuf/pixbuf-document.c: 
12333
12334         Got pixbuf backend working again
12335
12336 2005-04-01  Steve Murphy  <murf@e-tools.com>
12337
12338         * configure.in: Added "rw" to ALL_LINGUAS.
12339
12340 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12341
12342         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12343         model types, noticed by Martin Kretzschmar.
12344
12345 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12346
12347         * pdf/ev-poppler.cc: Implement search based on
12348         poppler_page_find_text().  Currently a bit crude since we remember
12349         all matches from all pages.  Also, we grab the big document lock
12350         when we search since searching changes the underlying stream and
12351         thus conflicts with the rendering thread.
12352         
12353         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12354         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12355         (ev_view_find_previous): Fix some page indexes to be 0 based,
12356         offset rubber band by view offset,
12357
12358 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12359
12360         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12361
12362 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12363
12364         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12365         completely because I didn't understand GtkActions.  I should
12366         read Marco's code more carefully in the future.
12367
12368         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12369         function
12370
12371 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12372
12373         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12374         PopplerRectangle change from poppler CVS.
12375
12376 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12377
12378         * backend/ev-document.c: (ev_document_get_page_label):
12379         * backend/ev-document.h:
12380         * backend/ev-page-cache.c: (_ev_page_cache_new),
12381         (ev_page_cache_get_page_label):
12382         * backend/ev-page-cache.h:
12383         * pdf/ev-poppler.cc:
12384         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12385         (links_page_num_func):
12386         * shell/ev-sidebar-thumbnails.c:
12387         (ev_sidebar_thumbnails_set_document):
12388         * shell/ev-view.c: (status_message_from_link),
12389         (ev_view_motion_notify_event):
12390         * shell/ev-window.c: (document_supports_sidebar): Add in page
12391         label support.  It's not perfect yet, but it's the first 'feature'
12392         in a while.
12393         Also, fix a bogus comment noticed by crispin. 
12394
12395 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12396
12397         * Makefile.am: Remove pixbuf backend for now
12398
12399         * configure.ac: Require poppler-glib instead of just poppler.
12400
12401         * backend/ev-document-thumbnails.h: Add a comment
12402
12403         * backend/ev-document.h:
12404         * backend/ev-document.c: (ev_document_class_init),
12405         (ev_document_load), (ev_document_get_link),
12406         (ev_document_get_links): Remove 3 methods and add get_links.
12407         Also, made 0 based.
12408
12409         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12410         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12411
12412         * backend/ev-link.c: (ev_link_set_title),
12413         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12414         (ev_link_mapping_find):
12415         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12416         
12417         * backend/ev-page-cache.c: (ev_page_cache_init),
12418         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12419         (ev_page_cache_get_size), (ev_page_cache_next_page),
12420         (ev_page_cache_prev_page): Fix to be 0 based.
12421
12422         * pdf/Makefile.am: 
12423         * pdf/ev-poppler.h:
12424         * pdf/ev-poppler.cc: New backend.
12425         
12426         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12427         (ps_document_get_page), (ps_document_document_iface_init):
12428
12429         * shell/ev-pixbuf-cache.h:
12430         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12431         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12432         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12433         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12434         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12435         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12436         based.
12437         
12438         * shell/ev-sidebar-thumbnails.c:
12439         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12440         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12441
12442         * shell/ev-view.c: (status_message_from_link),
12443         (find_page_at_location), (get_link_at_location),
12444         (ev_view_motion_notify_event), (ev_view_button_release_event),
12445         (ev_view_init): Use the new link code.  Fix to be 0 based.
12446
12447         * shell/ev-window.c: (update_action_sensitivity),
12448         (document_supports_sidebar): 0 based.
12449
12450 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12451
12452         * pdf/pdf-document.cc: Patch from Fernando Herrera
12453         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12454         *blush*
12455
12456 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12457
12458         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12459         1 to the page, as this seems to be 1 based.  I thought we has this
12460         fixed.  grump.
12461
12462 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12463
12464         * TODO:
12465         * backend/Makefile.am:
12466         * backend/ev-document-links.c:
12467         (ev_document_links_has_document_links),
12468         (ev_document_links_get_links_model):
12469         * backend/ev-document-links.h:
12470         * backend/ev-document.c: (ev_document_get_page_cache),
12471         (ev_document_get_doc_mutex), (ev_document_load),
12472         (ev_document_save), (ev_document_get_title),
12473         (ev_document_get_n_pages), (ev_document_set_page),
12474         (ev_document_get_page), (ev_document_set_target),
12475         (ev_document_set_scale), (ev_document_set_page_offset),
12476         (ev_document_get_page_size), (ev_document_get_text),
12477         (ev_document_get_link), (ev_document_render),
12478         (ev_document_render_pixbuf), (ev_document_scale_changed):
12479         * backend/ev-document.h:
12480         * backend/ev-job-queue.c: (remove_object_from_queue),
12481         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12482         (no_jobs_available_unlocked), (ev_render_thread),
12483         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12484         (ev_job_queue_remove_job):
12485         * backend/ev-job-queue.h:
12486         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12487         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12488         (ev_job_links_class_init), (ev_job_render_init),
12489         (ev_job_render_dispose), (ev_job_render_class_init),
12490         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12491         (ev_job_thumbnail_class_init), (ev_job_finished),
12492         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12493         (ev_job_render_run), (ev_job_thumbnail_new),
12494         (ev_job_thumbnail_run):
12495         * backend/ev-jobs.h:
12496         * backend/ev-link.c:
12497         * backend/ev-link.h:
12498         * backend/ev-page-cache.c: (ev_page_cache_init),
12499         (ev_page_cache_class_init), (ev_page_cache_finalize),
12500         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12501         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12502         (ev_page_cache_set_link), (ev_page_cache_get_title),
12503         (ev_page_cache_get_size), (ev_page_cache_next_page),
12504         (ev_page_cache_prev_page):
12505         * backend/ev-page-cache.h:
12506         * pdf/pdf-document.cc:
12507         * ps/gsdefaults.c:
12508         * ps/gsdefaults.h:
12509         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12510         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12511         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12512         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12513         (is_interpreter_ready), (output), (catchPipe), (input),
12514         (start_interpreter), (check_filecompressed), (compute_dimensions),
12515         (ps_document_enable_interpreter), (document_load),
12516         (ps_document_next_page), (render_page), (ps_document_set_page),
12517         (ps_document_set_scale), (render_pixbuf_idle),
12518         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12519         * ps/ps-document.h:
12520         * shell/Makefile.am:
12521         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12522         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12523         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12524         (ev_pixbuf_cache_new), (job_finished_cb),
12525         (check_job_size_and_unref), (move_one_job),
12526         (ev_pixbuf_cache_update_range), (find_job_cache),
12527         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12528         (ev_pixbuf_cache_add_jobs_if_needed),
12529         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12530         * shell/ev-pixbuf-cache.h:
12531         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12532         (idle_print_handler):
12533         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12534         (selection_changed_cb), (create_loading_model),
12535         (ev_sidebar_links_construct), (links_page_num_func),
12536         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12537         (update_page_callback), (job_finished_cb),
12538         (ev_sidebar_links_set_document):
12539         * shell/ev-sidebar-thumbnails.c:
12540         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12541         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12542         (page_changed_cb), (thumbnail_job_completed_callback),
12543         (ev_sidebar_thumbnails_set_document):
12544         * shell/ev-sidebar-thumbnails.h:
12545         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12546         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12547         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12548         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12549         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12550         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12551         (ev_view_button_release_event), (ev_view_scroll_view),
12552         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12553         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12554         (ev_view_new), (job_finished_cb), (page_changed_cb),
12555         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12556         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12557         (ev_view_find_previous):
12558         * shell/ev-view.h:
12559         * shell/ev-window.c: (update_action_sensitivity),
12560         (ev_window_open_page), (update_window_title), (update_total_pages),
12561         (page_changed_cb), (ev_window_setup_document),
12562         (password_dialog_response), (ev_window_cmd_save_as),
12563         (ev_window_print), (ev_window_cmd_go_previous_page),
12564         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12565         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12566         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12567         * shell/main.c: (main):
12568
12569         Merge evince-threads branch
12570
12571 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12572
12573         * configure.ac: Added "lt" to ALL_LINGUAS.
12574
12575 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12576
12577         * NEWS:
12578         * configure.ac:
12579
12580         Release 0.1.9
12581
12582 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12583
12584         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12585
12586         Fix here also the thumbnails 1-basedness :)
12587
12588 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12589
12590         * NEWS:
12591         * configure.ac:
12592
12593         Release 0.1.8
12594
12595 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12596
12597         * pdf/pdf-document.cc:
12598         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12599         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12600
12601         Fix the mess we did with thumbnails and 1-basedness
12602
12603 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12604
12605         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12606
12607 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12608
12609         * NEWS:
12610         * configure.ac:
12611
12612         Release 0.1.7
12613
12614 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12615
12616         * ps/Makefile.am:
12617         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12618         (gtk_gs_defaults_get_alpha_parameters),
12619         (gtk_gs_defaults_get_ungzip_cmd),
12620         (gtk_gs_defaults_get_unbzip2_cmd):
12621         * ps/gsdefaults.h:
12622         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12623         (ps_document_get_orientation), (document_load),
12624         (ps_document_goto_page), (ps_document_set_page_size):
12625         * ps/ps-document.h:
12626
12627         Some more sanitization of the ps backend. Remove a lot
12628         of unused code and do not base our defaults on ggv
12629         preferences (ugh!)
12630
12631 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12632
12633         * thumbnailer/evince-thumbnailer.schemas:
12634         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12635         (main): add -s option for thumbnail size.
12636
12637 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12638
12639         * configure.ac:
12640
12641         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12642         remove it.
12643
12644 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12645
12646         * pdf/pdf-document.cc:
12647
12648         Remove 4 pixels of useless border from the
12649         thumbnail.
12650
12651 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12652
12653         * backend/ev-document-thumbnails.c:
12654         (ev_document_thumbnails_get_thumbnail):
12655         * backend/ev-document-thumbnails.h:
12656
12657         Rework API a bit. Add a border flag and
12658         change sizing logic (now the size we specify
12659         applies to the bigger dimension).
12660
12661         * pdf/pdf-document.cc:
12662         * pixbuf/pixbuf-document.c:
12663         (pixbuf_document_thumbnails_get_thumbnail):
12664         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12665         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12666
12667         Adapt to the new API and do not draw a border for nautilus
12668         thumbnailer.
12669
12670 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12671
12672         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12673         take thumbnails from page "0" instead of "1". Added a copyright header.
12674
12675 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12676
12677         * ps/ps-document.c: (set_up_page), (start_interpreter):
12678
12679         Make it C89 compliant
12680
12681 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12682
12683         * Makefile.am:
12684         * configure.ac:
12685         * pdf/.cvsignore:
12686         * pdf/pdf-document.cc:
12687         * thumbnailer/Makefile.am:
12688         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12689         (main):
12690         * thumbnailer/evince-thumbnailer.schemas:
12691         * thumbnailer/pdf-icon.png:
12692
12693         Add a nautilus thumbnailer.
12694         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12695
12696 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12697
12698         * NEWS:
12699         * configure.ac:
12700         * po/POTFILES.in:
12701
12702         Release 0.1.6
12703
12704 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12705
12706         Use poppler instead of including xpdf source code.  Poppler is a
12707         fork of xpdf to build it as a shared library. See
12708         http://freedesktop.org/wiki/Software/poppler.
12709
12710         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12711         xpdf fork.
12712         
12713         * pdf/Makefile.am: Build libpdfdocument.a here.
12714         
12715         * pdf/GDKSplashOutputDev.cc:
12716         * pdf/GDKSplashOutputDev.h:
12717         * pdf/GnomeVFSStream.cc:
12718         * pdf/GnomeVFSStream.h:
12719         * pdf-document.cc:
12720         * pdf-document.h:
12721         * test-gdk-output-dev.cc
12722         * Thumb.cc:
12723         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12724         against poppler.
12725
12726 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12727
12728         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12729
12730         Clear idle stack before unsetting the document
12731
12732 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12733
12734         * ps/ps-document.c: (ps_document_widget_event),
12735         (ps_document_set_target), (ps_document_finalize),
12736         (ps_document_get_page):
12737
12738         Disconnect the widget event signal on finalize.
12739         Some code cleanups.
12740
12741 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12742
12743         * ps/ps-document.c: (set_up_page):
12744
12745         If there is no bpixmap create one, even if size
12746         is not changed.
12747
12748 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12749
12750         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12751         (set_up_page), (document_load), (ps_document_set_zoom):
12752
12753         Default page is 0. Calculate size even when we have no
12754         target yet.
12755
12756 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12757
12758         * shell/ev-sidebar.c: expand the selection widget to be always as
12759         wide as the sidebar
12760
12761 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12762
12763         * shell/ev-sidebar-thumbnails.c:
12764         (ev_sidebar_thumbnails_set_document):
12765
12766         Clear the list store when setting document
12767
12768 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12769
12770         * shell/ev-page-action.c: (update_entry), (sync_entry),
12771         (activate_cb), (entry_size_request_cb), (create_tool_item),
12772         (connect_proxy):
12773
12774         Use an entry for the page control instead of spinbuttons
12775
12776 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12777
12778         * data/evince.schemas.in:
12779
12780         Correct confusing string
12781
12782 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12783
12784         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12785         for real.  Gosh, how long has this been broken.
12786
12787         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12788         check for a NULL link.  We crash otherwise.
12789
12790 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12791
12792         * NEWS:
12793         * configure.ac:
12794
12795         Release 0.1.5
12796
12797 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12798
12799         * configure.ac: add the french translation.
12800
12801 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12802
12803         * shell/ev-window.c:
12804
12805         Remove unused header -> fix distcheck
12806
12807 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12808
12809         * shell/ev-window.c: (update_window_title),
12810         (ev_window_popup_password_dialog):
12811
12812         Unescape filename for display
12813
12814 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12815
12816         * pdf/xpdf/pdf-document.cc:
12817
12818         In get_page_size deal with rotation. Also
12819         cleanup the function a bit.
12820
12821 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12822
12823         * pdf/xpdf/pdf-document.cc:
12824
12825         Fix crash when opening in new window
12826
12827 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12828
12829         * configure.ac:
12830
12831         Check ghostscript >= 7
12832
12833 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12834
12835         * shell/ev-window.c:
12836
12837         Make page width the default sizing mode
12838
12839 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12840         Marco Pesenti Gritti <marco@gnome.org>
12841
12842         * shell/ev-window.c: Remember the sidebar size
12843
12844         * data/evince.schemas.in: Add a new gconf key to store the size of
12845         the sidebar
12846
12847 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12848
12849         * data/evince-ui.xml:
12850         * shell/ev-window.c: (update_action_sensitivity),
12851         (ev_window_cmd_view_reload):
12852         
12853         Add a "Reload" action and menu entry
12854
12855 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12856
12857         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12858         iff the type doesn't support thumbnailing and indexing.
12859
12860 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12861
12862         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12863
12864 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12865
12866         * pdf/splash/Splash.cc:
12867
12868         Port fix for a crasher from kde bug
12869         http://bugs.kde.org/show_bug.cgi?id=97131
12870
12871 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12872
12873         * pdf/xpdf/pdf-document.cc:
12874
12875         Return a link even if it's of an unrecognized
12876         type. Otherwise we go in an infinte cycle.
12877
12878 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12879
12880         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12881         (size_allocate_cb), (ev_window_set_sizing_mode):
12882
12883         Update size when switching mode
12884
12885 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12886
12887         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12888         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12889         (ev_window_cmd_view_normal_size):
12890
12891         Fix size toggle buttons behavior
12892
12893 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12894
12895         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12896         (doc_rect_to_view_rect), (ev_view_size_allocate),
12897         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12898         (scale_changed_callback):
12899
12900         Do not cache offsets in size_allocate.
12901
12902 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12903
12904         * shell/ev-view.c: (ev_view_size_allocate):
12905
12906         Calculate offsets before calling the parent
12907         class (which does a redraw)
12908
12909 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12910
12911         * pdf/xpdf/pdf-document.cc:
12912
12913         Fix a crasher on exit. Unused code, put a TODO
12914
12915 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12916
12917         * backend/ev-document.c: (ev_document_class_init),
12918         (ev_document_page_changed), (ev_document_scale_changed):
12919         * backend/ev-document.h:
12920
12921         Separate page/scale notifications
12922
12923         * pdf/xpdf/pdf-document.cc:
12924
12925         Emit the new signals.
12926         Do not display the pdf page in _render, do it
12927         when scale/page are requested.
12928
12929         * ps/ps-document.c: (ps_document_set_zoom),
12930         (ps_document_widget_event):
12931         * ps/ps-document.h:
12932
12933         Emit the new signals.
12934
12935         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12936         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12937         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12938         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12939         * shell/ev-view.h:
12940         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12941         (ev_window_cmd_view_page_width), (size_allocate_cb),
12942         (ev_window_set_sizing_mode):
12943
12944         Rework sizing to be pixel based.
12945         There are bugs but should be already way better.
12946
12947 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12948
12949         * shell/ev-window.c: (ev_window_init):
12950
12951         Do not allow to shrink sidebar smaller then
12952         child requisition
12953
12954 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12955
12956         * shell/ev-sidebar.[ch]
12957         * shell/ev-window.c:
12958
12959         Improved sidebar widget. Fixes #166683
12960
12961 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12962
12963         * shell/ev-view.c (update_find_status_message): Give translators
12964         more flexibility with ngettext plural handling.
12965
12966 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12967
12968         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12969         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12970         page when we get the page size.
12971
12972 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12975
12976         ps pages are 0 based, convert 
12977
12978 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12979
12980         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12981
12982         Initialize correct parent class. Set GError on document load
12983
12984 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12985
12986         * pdf/xpdf/pdf-document.cc:
12987
12988         Fixup selection offset calculation
12989
12990         * shell/ev-view.c: (view_rect_to_doc_rect),
12991         (doc_rect_to_view_rect), (ev_view_size_allocate),
12992         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12993         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12994
12995         Store selection as document relative, so that zooming
12996         and offset changing doesnt break it.
12997
12998 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12999
13000         * shell/ev-view.c: (ev_view_best_fit):
13001
13002         Do not try to best fit if the view is not realized
13003
13004 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13005           
13006         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13007
13008 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13009
13010         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13011
13012 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13013
13014         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13015         the popup window.  That prevents it resizing when in full screen
13016         mode.
13017
13018         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13019         multiple rerenders.  This pretty much sucks.
13020
13021         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13022         rest of the toolbar.
13023
13024 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13025
13026         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13027
13028 2005-02-17  Alexander Shopov  <ash@contact.bg>
13029
13030         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13031
13032 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13033
13034         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13035
13036 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13037
13038         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13039         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13040         (set_document_page), (document_changed_callback),
13041         (ev_view_set_document), (ev_view_find_previous),
13042         (ev_view_hide_cursor), (ev_view_show_cursor):
13043         * shell/ev-view.h:
13044         * shell/ev-window.c: (update_chrome_visibility),
13045         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13046         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13047         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13048         (ev_window_unfullscreen):
13049         * shell/main.c: (main):
13050
13051         Automatically hide the fullscreen button.
13052         Patch by Kristian Høgsberg <krh@redhat.com>
13053
13054 2005-02-16  Vincent Noel  <vnoel@cox.net>
13055
13056         * shell/main.c (main): Specify an icon for the window. Patch by
13057         Jaap A. Haitsma. Fixes #166177.
13058
13059 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13060
13061         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13062
13063 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13064
13065         * backend/ev-document-misc.h:
13066         * backend/ev-document-misc.c:
13067         (ev_document_misc_get_page_border_size),
13068         (ev_document_misc_paint_one_page): New function to canonicalize
13069         sizing/painting a border.
13070
13071         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13072         used.
13073
13074         * pdf/xpdf/pdf-document.cc: use new function
13075
13076         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13077         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13078         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13079         shell/ev-window.c: (update_sizing_buttons),
13080         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13081         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13082         (ev_window_cmd_view_page_width), (size_allocate_cb),
13083         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13084         and "fit width" values act as toggle buttons so they stay
13085         toggled.  It's not 100% perfect, and it's a little slow, but it's
13086         good enough to commit I think.
13087
13088 2005-02-15  David Lodge  <dave@cirt.net>
13089
13090         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13091
13092 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13093
13094         * shell/ev-window.c (update_window_title): replace newlines in
13095         the title by spaces. Bug #166107.
13096
13097 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13098
13099         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13100         parameters providing allocation width and height without
13101         scrollbars and width of a possible vertical scrollbar. With this
13102         additional information the functions can work as
13103         intended. Unfortunately they're not idempotent. We should
13104         transform these commands to toggles. Fixes Bug #164976
13105         Initial patch by Stephane Loeuillet, then heavily modified.
13106
13107         * shell/ev-view.h: update prototypes.
13108
13109         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13110         (ev_window_cmd_view_page_width): provide EvView fit functions with
13111         all the information they need. Formulas to calculate this
13112         information taken from GtkScrolledWindow.
13113
13114 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13115
13116         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13117         created a thumbnail, the list store is updated to know
13118         that the thumbnail is set. Fixes bug #166792
13119
13120 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13121
13122         * shell/ev-window.c: fixed typo, closes bug 166897
13123
13124         * TODO: updated TODO with bug numbers that are relevant
13125
13126 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13127
13128         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13129
13130 2005-02-09  Vincent Noel  <vnoel@cox.net>
13131
13132         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13133         and "Next" toolbar buttons as important to make them stand out.
13134
13135 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13136
13137         * lib/ev-debug.c:
13138         * lib/ev-debug.h:
13139         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13140         (start_interpreter), (stop_interpreter), (document_load),
13141         (ps_document_next_page), (ps_document_goto_page),
13142         (ps_document_set_page_size), (ps_document_widget_event),
13143         (ps_document_render):
13144         * shell/ev-page-view.c: (ev_page_view_dispose):
13145         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13146
13147         Fix compilation on non-gcc platforms
13148
13149 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13150
13151         * NEWS:
13152         * configure.ac:
13153
13154         Release 0.1.4
13155
13156         * pdf/xpdf/Catalog.cc:
13157         * pdf/xpdf/XRef.cc:
13158
13159         Fix the fix for CAN-2004-0888
13160
13161 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13162
13163         * data/Makefile.am:
13164         * data/evince-ui.xml:
13165         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13166         * shell/ev-stock-icons.h:
13167         * shell/ev-window.c: (update_action_sensitivity),
13168         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13169         (set_action_properties):
13170
13171         Improve toolbar layout/icons
13172
13173 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13174
13175         * pdf/xpdf/pdf-document.cc:
13176
13177         Add warnings about unimplemented/unknown link
13178         types.
13179
13180 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13181
13182         * ps/ps-document.c: (set_up_page):
13183
13184         Log gs property
13185
13186 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13187
13188         * ps/ps-document.c: (start_interpreter):
13189
13190         Log gs env var
13191
13192 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13193
13194         * shell/ev-page-view.c: (ev_page_view_dispose):
13195         * shell/ev-view.c: (ev_view_finalize):
13196         * shell/ev-window.c: (ev_window_setup_document),
13197         (ev_window_dispose), (ev_window_init):
13198
13199         Solve more refs issues.
13200
13201         I commented out the page_view initialization for now:
13202         it was never destroyed (because it's never added
13203         to a container). Because of that we was leaking
13204         gs processes. Couldnt think to a clean fix.
13205         We need to figure this out, password view has the
13206         same issue probably.
13207
13208 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13209
13210         * ps/ps-document.c: (ps_document_finalize),
13211         (ps_document_get_n_pages), (ps_document_get_page):
13212
13213         Some cleanups, stop the interpreter on finalize
13214
13215         * shell/ev-page-view.c: (ev_page_view_dispose),
13216         (ev_page_view_class_init):
13217
13218         Release our reference on the document
13219
13220 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13221
13222         * Makefile.am:
13223         * configure.ac:
13224         * doc/debugging.txt:
13225         * lib/.cvsignore:
13226         * lib/Makefile.am:
13227         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13228         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13229         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13230         * lib/ev-debug.h:
13231
13232         Add debugging helpers
13233
13234         * ps/Makefile.am:
13235         * ps/ps-document.c: (set_up_page), (start_interpreter),
13236         (stop_interpreter), (document_load), (ps_document_next_page),
13237         (ps_document_goto_page), (ps_document_set_page_size),
13238         (ps_document_widget_event), (ps_document_render):
13239         * shell/Makefile.am:
13240         * shell/ev-view.c: (expose_bin_window):
13241         * shell/main.c: (main):
13242
13243         Add some logs
13244         
13245 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13246
13247         * ps/ps-document.c: (ps_document_widget_event):
13248
13249         Initialize message_window, this should make ps
13250         rendering really work! (Never noticed because I was
13251         testing with a ps that is causing gs to exit every time!)
13252
13253 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13254
13255         * data/evince.schemas.in: updated simple error in applyto closing tag
13256
13257 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13258
13259         * Makefile.am:
13260         * configure.ac:
13261         * data/.cvsignore:
13262         * data/Makefile.am:
13263         * data/evince-ui.xml:
13264         A data/evince.schemas.in:
13265         * po/POTFILES.in:
13266         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13267         * shell/ev-stock-icons.h:
13268         * shell/ev-window.c: (update_chrome_visibility),
13269         (update_chrome_flag), (ev_window_cmd_edit_find),
13270         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13271         (ev_window_unfullscreen), (ev_window_focus_in_event),
13272         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13273         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13274         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13275         (ev_window_dispose), (ev_window_class_init),
13276         (set_action_properties), (set_chrome_actions), (load_chrome),
13277         (ev_window_init):
13278
13279         Implement fullscreen mode changes from bug #164776.
13280         Also implement persistent chrome toggles.
13281
13282 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13283
13284         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13285
13286 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13287
13288         * NEWS:
13289         * configure.ac:
13290         * shell/ev-view.c:
13291
13292         Add another check for find interface
13293
13294         Release 0.1.3
13295
13296 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13297
13298         * shell/ev-application.c: (ev_application_open):
13299         * shell/ev-window.c: (ev_window_open):
13300
13301         Open gzipped ps documents
13302
13303 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13304
13305         * TODO:
13306         * shell/ev-view.c: (set_document_page):
13307
13308         Clamp page number, dont try to move to
13309         not existant pages.
13310
13311 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13312
13313         * backend/ev-document-find.c: (ev_document_find_changed):
13314         * backend/ev-document-find.h:
13315         * pdf/xpdf/pdf-document.cc:
13316         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13317         * shell/ev-window.c: (find_bar_search_changed_cb):
13318
13319         Fix several bugs with find
13320
13321 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13322
13323         * shell/ev-sidebar-thumbnails.c
13324         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13325         document. Prevents warning from scroll_to_cell.
13326
13327 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13328
13329         * configure.ac: Add «nb» to ALL_LINGUAS too.
13330
13331 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13332
13333         * NOTES: New file with some random thoughts.
13334
13335         * TODO: Update.
13336
13337         * backend/ev-document-misc.c:
13338         (ev_document_misc_get_page_border_size): New function to
13339         canonicalize shadow drawing sizes.  Possibly goofy.
13340
13341         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13342         (ev_view_best_fit), (ev_view_fit_width):
13343         * pdf/xpdf/pdf-document.cc:
13344         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13345         * ps/ps-document.c: (ps_document_get_page_size):
13346         * backend/ev-document-misc.h:
13347         * backend/ev-document.c: (ev_document_get_page_size):
13348         * backend/ev-document.h: get_page_size now takes a page number
13349         parameter.  Made all the backends/frontends honor it.
13350
13351         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13352         see.  Doesn't work yet.
13353
13354         * shell/Makefile.am:
13355         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13356         Doesn't do anything yet.
13357
13358         * shell/ev-sidebar-thumbnails.c:
13359         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13360         [0..n_pages-1]
13361
13362         * shell/ev-window.c: (update_action_sensitivity),
13363         (ev_window_setup_document), (ev_window_set_page_mode),
13364         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13365         view-swapping code a bit so we can have multiple views on a
13366         document.  Add the multi-page view, though it can't be turned on
13367         yet.
13368
13369 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13370
13371         * shell/ev-application.c: (ev_application_open):
13372         * shell/ev-view.c: (expose_bin_window):
13373         * shell/ev-window.c: (ev_window_open):
13374
13375         Support eps and check document supports find
13376         before drawing highlightings in expose.
13377
13378 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13379
13380         * pixbuf/pixbuf-document.c:
13381         (pixbuf_document_thumbnails_get_dimensions),
13382         (pixbuf_document_document_thumbnails_iface_init):
13383
13384         implement get_dimensions
13385
13386 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13387
13388         * NEWS:
13389         * configure.ac:
13390
13391         Release 0.1.2
13392
13393 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13394
13395         * shell/ev-view.c: (set_document_page):
13396
13397         Scroll at the top of the page when changing page
13398
13399 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13400
13401         * shell/ev-view.c: (ev_view_motion_notify_event):
13402
13403         Do not redraw unnecessarily
13404
13405 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13406
13407         * pdf/xpdf/pdf-document.cc:
13408         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13409         (expose_bin_window), (find_changed_cb):
13410
13411         Yay! find works now... Now to find bugs...
13412
13413 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13414
13415         * backend/ev-document-find.c: (ev_document_find_base_init),
13416         (ev_document_find_changed):
13417         * backend/ev-document-find.h:
13418         * pdf/xpdf/pdf-document.cc:
13419         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13420         (expose_bin_window), (ev_view_init), (set_document_page),
13421         (ensure_rectangle_is_visible), (jump_to_find_result),
13422         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13423         (ev_view_find_next), (ev_view_find_previous):
13424         * shell/ev-view.h:
13425         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13426
13427         More work on find implementation, mostly there now
13428
13429 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13430
13431         * backend/ev-backend-marshalers.list:
13432         * backend/ev-document-find.c: (ev_document_find_base_init),
13433         (ev_document_find_cancel), (ev_document_find_page_has_results),
13434         (ev_document_find_get_n_results), (ev_document_find_get_result),
13435         (ev_document_find_get_progress), (ev_document_find_changed):
13436         * backend/ev-document-find.h:
13437
13438         Enanche the find interface to be really able to do
13439         multi page find.
13440
13441         * pdf/xpdf/pdf-document.cc:
13442
13443         Implement
13444
13445         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13446         (expose_bin_window), (ev_view_init),
13447         (ev_view_get_find_status_message), (find_changed_cb),
13448         (ev_view_set_document), (set_document_page):
13449
13450         Adapt to the new interface. A few things are regressed sorry,
13451         I will finish it soon.
13452
13453 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13454
13455         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13456         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13457         ev_sidebar_thumbnails_parent_class variable, don't define another
13458         parent_class variable.
13459
13460         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13461         (ev_page_action_class_init): ditto.
13462
13463         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13464         (pixbuf_document_class_init): ditto.
13465
13466         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13467         ditto.
13468
13469         * .cvsignore: ignore various valgrind output files.
13470
13471 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13472
13473         * data/evince-ui.xml:
13474         * shell/Makefile.am:
13475         * shell/ev-history.c:
13476         * shell/ev-history.h:
13477         * shell/ev-navigation-action.c:
13478         * shell/ev-navigation-action.h:
13479         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13480         (ev_view_set_page), (ev_view_fit_width):
13481         * shell/ev-view.h:
13482         * shell/ev-window.c: (update_action_sensitivity),
13483         (ev_window_setup_document), (register_custom_actions):
13484
13485         Kill session history
13486
13487 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13488
13489         * shell/ev-window.c: (update_action_sensitivity):
13490
13491         Fix inverted up/down buttons
13492
13493 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13494
13495         * shell/ev-sidebar-thumbnails.c
13496         (ev_sidebar_thumbnails_select_page): make sure the selected
13497         thumbnail stays visible.
13498
13499 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13500
13501         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13502         scrolled window for Federico.
13503
13504 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13505
13506         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13507
13508 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13509
13510         * configure.ac:
13511         * pdf/splash/SplashFTFontEngine.cc:
13512
13513         Fix CID fonts with freetype 2.1.9
13514
13515 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13516
13517         * TODO: added item for desktop icon thumbnailer
13518
13519 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13520
13521         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13522         unloaded docs when the title is accessed.
13523
13524         * shell/ev-password-view.[hc]: New widget for displaying password
13525         state.
13526
13527         * shell/ev-window.[ch]: Refactor password handling code to handle
13528         the new view.
13529
13530 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13531
13532         * NEWS:
13533         * configure.ac:
13534         * data/Makefile.am:
13535
13536         Release 0.1.1
13537
13538 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13539
13540         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13541         ignore page offset here, to make search results independent of it,
13542
13543         * shell/ev-view.c (expose_bin_window): but take offsets into
13544         account here. Bug #164932
13545
13546         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13547         scale at the right time. Bug #164996
13548
13549 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13550
13551         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13552         fix the problem. Now I just removed the Adobe font names and hope
13553         that the URW fonts are always in outline format. Bug #164934
13554
13555         * shell/ev-window.c (update_window_title): empty titles are
13556         useless, use filename in that case too.
13557
13558         * NEWS: Add some content.
13559
13560 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13561
13562         * TODO: added one more TODO item and a TODONE section :)
13563
13564 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13565
13566         * ps/ps-document.h: add page_[xy]_offset fields.
13567
13568         * ps/ps-document.c (ps_document_set_page_offset)
13569         (ps_document_render): Keep offset in consideration in a few
13570         places. Bug #164752 "postscript documents are not centered in
13571         window"
13572
13573         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13574         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13575
13576         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13577         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13578         stub out missing methods for complete EvDocument implementation.
13579         Fixes segfaults with Save A Copy and Copy actions.
13580
13581         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13582         (ps_document_document_iface_init): ditto.
13583         
13584 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13585
13586         * data/.cvsignore:
13587         * data/Makefile.am:
13588         * data/evince.desktop.in:
13589
13590         Add desktop file
13591
13592 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13593
13594         * shell/ev-view.c: (ev_view_button_press_event),
13595         (ev_view_motion_notify_event):
13596
13597         Make selection work in any direction
13598
13599 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13600
13601         * TODO:
13602         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13603
13604         Use shorter labels for some of the toolbars items
13605
13606 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13607
13608         * pdf/xpdf/pdf-document.cc:
13609
13610         Check the links info is initialized before
13611         using it. Should fix a crash on startup.
13612
13613 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13614
13615         * pixbuf/pixbuf-document.c
13616         (pixbuf_document_thumbnails_get_dimensions): force floating point
13617         division to calculate page_ratio. Fixes crash with landscape
13618         format pixbufs.
13619
13620 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13621
13622         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13623
13624 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13625
13626         * shell/ev-view.c (set_document_page): unset has_selection when
13627         the page changes.
13628         (set_document_page): handle paper size changes when the page
13629         changes (test with Free Culture, page 2).
13630
13631 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13632
13633         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13634         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13635
13636         Use normal style color for the widget background and
13637         draw a black box around the page.
13638
13639 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13640
13641         * pdf/xpdf/pdf-document.cc:
13642
13643         Keep offset in consideration in a few places
13644
13645         * shell/ev-view.c: (expose_bin_window):
13646
13647         Set the offsets so that the document is ever centered
13648
13649 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13650
13651         * TODO: Added TODO items and finished off the first todo item
13652
13653         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13654         reflect current authors
13655
13656 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13657
13658         * pdf/xpdf/pdf-document.cc:
13659         * shell/ev-view.c: (ev_view_set_cursor),
13660         (ev_view_motion_notify_event), (document_changed_callback),
13661         (set_document_page):
13662
13663         Show a wait cursor while the page is rendering
13664
13665 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13666
13667         * shell/ev-sidebar-thumbnails.c:
13668         (ev_sidebar_tree_selection_changed),
13669         (ev_sidebar_thumbnails_select_page):
13670         * shell/ev-sidebar-thumbnails.h:
13671         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13672         (ev_view_can_go_forward):
13673         * shell/ev-window.c: (ev_window_open_page),
13674         (ev_window_setup_document), (update_current_page),
13675         (view_page_changed_cb), (ev_window_init):
13676         * shell/ev-window.h:
13677
13678         Ensure thumbnails selection, toolbar page control and
13679         current page are in sync.
13680
13681 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13682
13683         * pdf/xpdf/XRef.cc:
13684
13685         Fix CAN-2005-0064
13686
13687 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13688
13689         * backend/Makefile.am:
13690         * backend/ev-document-links.h:
13691         * backend/ev-document-security.c: (ev_document_security_get_type),
13692         (ev_document_security_has_document_security),
13693         (ev_document_security_set_password):
13694         * backend/ev-document-security.h:
13695         * backend/ev-document.c: (ev_document_error_quark):
13696         * backend/ev-document.h:
13697         * data/Makefile.am:
13698         * data/evince-password.glade:
13699         * pdf/xpdf/pdf-document.cc:
13700         * shell/Makefile.am:
13701         * shell/ev-password.c: (ev_password_set_bad_password_label),
13702         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13703         (ev_password_dialog_get_password),
13704         (ev_password_dialog_set_bad_pass):
13705         * shell/ev-password.h:
13706         * shell/ev-window.c: (ev_window_get_attribute),
13707         (ev_window_set_property), (update_action_sensitivity),
13708         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13709         (ev_window_setup_document), (ev_window_get_password),
13710         (ev_window_open), (ev_window_cmd_save_as),
13711         (using_postscript_printer), (ev_window_print),
13712         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13713         (update_fullscreen_popup), (ev_window_fullscreen),
13714         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13715         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13716         (menu_item_select_cb), (find_bar_search_changed_cb),
13717         (ev_window_dispose), (ev_window_init):
13718
13719         Add initial support for password-supported dialogs.  This could be
13720         a lot cooler, but it'll do for now.
13721
13722 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13723
13724         * pdf/xpdf/pdf-document.cc:
13725         * shell/ev-view.c: (status_message_from_link),
13726         (ev_view_set_status), (ev_view_set_cursor),
13727         (ev_view_motion_notify_event), (ev_view_init):
13728         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13729
13730         Fix bugs in the links implementation and change cursor
13731         when hovering a link.
13732
13733 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13734
13735         * viewer/.cvsignore: added cvsignore file for viewer directory
13736
13737         * TODO: created TODO document
13738
13739 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13740
13741         * shell/ev-view.h:
13742         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13743         new functions to help with implementation of sensitivity code
13744         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13745         of all actions that might require it.  Fixes a crash when you
13746         click on the Zoom actions in a window lacking a document.
13747
13748 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13749
13750         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13751         of the Find action
13752
13753 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13754
13755         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13756         (pixbuf_document_document_iface_init):
13757         * ps/ps-document.c: (ps_document_get_link),
13758         (ps_document_document_iface_init):
13759         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13760         (status_message_from_link), (ev_view_set_status),
13761         (ev_view_set_find_status), (ev_view_motion_notify_event),
13762         (ev_view_button_release_event), (ev_view_set_property),
13763         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13764         (ev_view_get_find_status_message), (update_find_results),
13765         (ev_view_get_status), (ev_view_get_find_status):
13766         * shell/ev-view.h:
13767         * shell/ev-window.c: (view_status_changed_cb),
13768         (view_find_status_changed_cb), (ev_window_init):
13769
13770         View status message support, use it to show the links.
13771         Needs work...
13772
13773 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13774
13775         * backend/ev-document.c: (ev_document_get_link):
13776         * backend/ev-document.h:
13777         * pdf/xpdf/pdf-document.cc:
13778         * shell/ev-application.c: (ev_application_open):
13779         * shell/ev-application.h:
13780         * shell/ev-sidebar-links.c: (selection_changed_cb):
13781         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13782         (ev_view_go_to_link):
13783
13784         Add support for document links
13785
13786 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13787
13788         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13789         (create_tool_item):
13790         Set the spin button limits correctly.
13791         
13792         * shell/ev-sidebar-thumbnails.c:
13793         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13794         Support changing pages by clicking on the thumbnails.
13795         
13796 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13797
13798         * pixbuf/pixbuf-document.c:
13799         (pixbuf_document_thumbnails_get_dimensions),
13800         (pixbuf_document_document_thumbnails_iface_init):
13801
13802         implement get_dimensions
13803
13804 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13805
13806         * ps/ps-document.c: (ps_document_goto_page):
13807
13808         Fix page switching on multipage documents
13809
13810 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13811
13812         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13813         
13814         check for NULL before assigning to width and height parameters
13815
13816 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13817
13818         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13819         (pixbuf_document_set_property), (pixbuf_document_get_property):
13820
13821         implement get/set properties
13822
13823 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13824
13825         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13826         
13827         return NULL instead of "Unknown", letting the title get set to
13828         the filename when the pdf has no title.
13829
13830 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13831
13832         * ps/ps-document.c: (ps_document_get_page_count),
13833         (ps_document_goto_page):
13834
13835 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13836
13837         * shell/ev-history.c: (ev_history_get_property),
13838         (ev_history_set_property), (ev_history_class_init),
13839         (ev_history_add_page), (ev_history_set_current_index):
13840         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13841         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13842         (ev_navigation_action_finalize):
13843         * shell/ev-navigation-action.h:
13844         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13845         (ev_view_go_forward), (ev_view_get_find_status_message),
13846         (history_index_changed_cb), (ev_view_set_history):
13847         * shell/ev-view.h:
13848         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13849         (update_current_page), (register_custom_actions):
13850
13851         Implement history dropdowns
13852
13853 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13854
13855         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13856         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13857         (ev_view_go_forward):
13858         * shell/ev-window.c: (register_custom_actions):
13859
13860         Fix several history bugs
13861
13862 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13863
13864         * configure.ac: Add «nb» to ALL_LINGUAS.
13865
13866 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13867
13868         * backend/Makefile.am:
13869         * backend/ev-bookmark.c:
13870         * backend/ev-bookmark.h:
13871         * backend/ev-document-bookmarks.c:
13872         * backend/ev-document-bookmarks.h:
13873         * backend/ev-document-links.c: (ev_document_links_get_type),
13874         (ev_document_links_has_document_links),
13875         (ev_document_links_begin_read), (ev_document_links_get_link),
13876         (ev_document_links_get_child), (ev_document_links_next),
13877         (ev_document_links_free_iter):
13878         * backend/ev-document-links.h:
13879         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13880         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13881         (ev_link_get_link_type), (ev_link_set_link_type),
13882         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13883         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13884         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13885         (ev_link_new_external):
13886         * backend/ev-link.h:
13887         * pdf/xpdf/pdf-document.cc:
13888         * shell/Makefile.am:
13889         * shell/ev-application.c: (ev_application_open_link):
13890         * shell/ev-application.h:
13891         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13892         (ev_history_get_link_nth):
13893         * shell/ev-history.h:
13894         * shell/ev-sidebar-bookmarks.c:
13895         * shell/ev-sidebar-bookmarks.h:
13896         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13897         (ev_sidebar_links_class_init), (selection_changed_cb),
13898         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13899         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13900         (do_one_iteration), (populate_links_idle),
13901         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13902         * shell/ev-sidebar-links.h:
13903         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13904         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13905         (go_to_index):
13906         * shell/ev-view.h:
13907         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13908         * shell/ev-window.h:
13909
13910         Rename bookmark to link, and use "Index" for the sidebar panel.
13911
13912 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13913
13914         * shell/Makefile.am:
13915         * shell/ev-application.c: (ev_application_open_bookmark):
13916         * shell/ev-application.h:
13917         * shell/ev-history.c: (ev_history_init), (free_links_list),
13918         (ev_history_finalize), (ev_history_class_init),
13919         (ev_history_add_link), (ev_history_add_page),
13920         (ev_history_get_link_nth), (ev_history_get_n_links),
13921         (ev_history_get_current_index), (ev_history_set_current_index),
13922         (ev_history_new):
13923         * shell/ev-history.h:
13924         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13925         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13926         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13927         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13928         (ev_view_set_page):
13929         * shell/ev-view.h:
13930         * shell/ev-window.c: (ev_window_open_bookmark),
13931         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13932         (goto_page_cb), (register_custom_actions):
13933         * shell/ev-window.h:
13934
13935         Initial history implementation. Needs work.
13936
13937 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13938
13939         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13940
13941 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13942
13943         * cut-n-paste/recent-files/egg-recent-item.c:
13944         * cut-n-paste/recent-files/egg-recent-item.h:
13945         * cut-n-paste/recent-files/egg-recent-model.c:
13946         * cut-n-paste/recent-files/egg-recent-util.c:
13947         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13948         * cut-n-paste/recent-files/egg-recent-view.c:
13949
13950         Update
13951
13952 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13953
13954         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13955         (fillGlyph, fillImageMask, drawImage):
13956         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13957         pdf/splash/SplashTypes.h:
13958         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13959         packed mode for Splash.
13960
13961         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13962         RGB8 packed mode, eliminates the pixbuf data creation loop.
13963
13964         * shell/ev-print-job.c (ev_print_job_finalize)
13965         (ev_print_job_set_property, ev_print_job_get_property)
13966         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13967         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13968         (print_closure_finalize, ev_print_job_print): implement
13969         printing (for backends with EvPsExporter)
13970
13971         * shell/ev_print_job.h: update prototypes.
13972
13973         * shell/ev-window.c (ev_window_print): unref print job after
13974         printing.
13975
13976         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13977         unless the document implements the EvDocumentFind interface.
13978
13979 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13980
13981         * configure.ac: Added ja to ALL_LINGUAS.
13982
13983 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13984
13985         * pdf/xpdf/pdf-document.cc:
13986
13987         add a FIXME. We should probably not allocate
13988         a bookmark object every time
13989
13990 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13991
13992         * shell/ev-application.c: (ev_application_open),
13993         (ev_application_open_bookmark):
13994         * shell/ev-application.h:
13995         
13996         Add a way to open bookmarks
13997
13998         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13999         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14000         (ev_bookmark_set_property), (ev_bookmark_class_init),
14001         (ev_bookmark_new_title), (ev_bookmark_new_link),
14002         (ev_bookmark_new_external):
14003
14004         Support for external uris, better constructors.
14005
14006         * backend/ev-bookmark.h:
14007         * pdf/xpdf/pdf-document.cc:
14008         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14009
14010         Handle external uris
14011
14012 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14013
14014         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14015         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14016
14017         Hook up bookmarks navigation
14018
14019 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14020
14021         * backend/Makefile.am:
14022         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14023         (ev_bookmark_get_title), (ev_bookmark_set_title),
14024         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14025         (ev_bookmark_get_page), (ev_bookmark_set_page),
14026         (ev_bookmark_get_property), (ev_bookmark_set_property),
14027         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14028         (ev_bookmark_new):
14029         * backend/ev-bookmark.h:
14030         * backend/ev-document-bookmarks.c:
14031         (ev_document_bookmarks_get_bookmark):
14032         * backend/ev-document-bookmarks.h:
14033         * pdf/xpdf/pdf-document.cc:
14034         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14035
14036         Add a bookmark object to the backend and use it instead of get_values
14037
14038 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14039
14040         * data/evince-ui.xml:
14041
14042         Cleanup and add select all.
14043
14044         * shell/ev-view.c: (ev_view_select_all),
14045         (ev_view_button_press_event):
14046         * shell/ev-view.h:
14047         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14048
14049         Add select all.
14050         Clear selection on click.
14051
14052 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14053
14054         * shell/ev-sidebar-thumbnails.c
14055         (ev_sidebar_thumbnails_set_document): forgot to unref the
14056         loading_icon.
14057
14058 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14059
14060         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14061         at the visible page, not just linearly.  This makes it look fast.
14062
14063 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14064
14065         * backend/ev-document-misc.c
14066         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14067         white.
14068         * backend/ev-document-thumbnails.h: New interface to get the size
14069         of a page.
14070
14071 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14072
14073         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14074         make dist works
14075
14076 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14077
14078         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14079         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14080         things up a bit.
14081
14082         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14083
14084 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14085
14086         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14087         fonts. Should fix font problems on systems that have the base
14088         fonts in bitmap format. Reported by James Henstridge
14089         <james@jamesh.id.au>.
14090
14091 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14092
14093         * pdf/xpdf/Gfx.cc:
14094         * pdf/xpdf/GfxState.cc:
14095
14096         Fix for CAN-2004-1125
14097
14098 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14099
14100         * shell/ev-view.c: (ev_view_copy):
14101         * shell/ev-view.h:
14102         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14103
14104         Implement Edit->Copy
14105
14106 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14107
14108         * backend/ev-document.c: (ev_document_get_text):
14109         * backend/ev-document.h:
14110         * pdf/xpdf/pdf-document.cc:
14111         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14112         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14113         (ev_view_update_primary_selection), (ev_view_button_press_event),
14114         (ev_view_motion_notify_event), (ev_view_button_release_event):
14115
14116         Beginnings of clipboard support. Incomplete but primary sort
14117         of work.
14118
14119 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14120
14121         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14122         (expose_bin_window):
14123
14124         Nicer rubberband drawing, from GtkIconView.
14125
14126 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14127
14128         * backend/ev-document.c: (ev_document_save):
14129         * backend/ev-document.h:
14130         * data/evince-ui.xml:
14131         * pdf/xpdf/pdf-document.cc:
14132         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14133
14134         Implement "Save a copy..." menu item
14135
14136 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14137
14138         * shell/ev-view.c: (ev_view_zoom):
14139
14140         Queue a resize when zoom changes
14141
14142 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14143
14144         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14145         shadows.
14146
14147         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14148         thumbnails..
14149
14150 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14151
14152         * pdf/xpdf/pdf-document.cc
14153         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14154
14155 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14156
14157         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14158         It's slow, but I'll speed it up next!
14159
14160 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14161
14162         * shell/main.c (load_files):
14163
14164         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14165         from the command line and because it seems more appropriate.
14166
14167 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14168
14169         * data/evince-ui.xml:
14170         * shell/ev-window.c: (update_action_sensitivity),
14171         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14172
14173         s/next page/page down
14174         s/previous page/page up
14175
14176 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14177
14178         * data/evince-ui.xml:
14179
14180         Change the layout to match clarkbw design.
14181
14182         * shell/Makefile.am:
14183         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14184         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14185         (ev_navigation_action_finalize),
14186         (ev_navigation_action_set_property),
14187         (ev_navigation_action_get_property),
14188         (ev_navigation_action_class_init):
14189         * shell/ev-navigation-action.h:
14190
14191         Implement clarkbw toolbar navigation controls (incomplete)
14192
14193         * shell/ev-page-action.c: (update_label), (update_spin),
14194         (value_changed_cb), (create_tool_item), (connect_proxy),
14195         (ev_page_action_init), (ev_page_action_finalize),
14196         (ev_page_action_set_property), (ev_page_action_get_property),
14197         (ev_page_action_set_current_page),
14198         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14199         * shell/ev-page-action.h:
14200
14201         Implement a page switcher in the toolbar
14202
14203         * shell/ev-view.c: (ev_view_scroll_view):
14204         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14205         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14206         (register_custom_actions), (ev_window_init):
14207
14208         Change page on PageUp/Down.
14209
14210 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14211
14212         * pdf/xpdf/pdf-document.cc
14213         (pdf_document_thumbnails_get_thumbnail): initial stab at
14214         implementing thumbnail support for pdfs.  It only does documents
14215         with precached pdfs now.
14216
14217 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14218
14219         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14220         thumbnail code into a time-based idle as well.  Also, turn off the
14221         shadow temporarily as it's really slow.
14222
14223 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14224
14225         * backend/ev-document.c: (ev_document_class_init):
14226         * pdf/xpdf/pdf-document.cc:
14227         * shell/ev-window.c: (ev_window_open):
14228
14229         Fix document title bugs and fallback to
14230         filename when not available.
14231
14232 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14233
14234         * backend/ev-document.c: (ev_document_get_type),
14235         (ev_document_class_init), (ev_document_load),
14236         (ev_document_get_title):
14237         * backend/ev-document.h:
14238         * pdf/xpdf/pdf-document.cc:
14239         * ps/ps-document.c: (ps_document_set_property),
14240         (ps_document_get_property), (ps_document_class_init),
14241         (document_load):
14242         * ps/ps-document.h:
14243         * ps/ps.h:
14244         * shell/ev-window.c: (update_window_title), (ev_window_open),
14245         (ev_window_init):
14246
14247         Initial support for document title. Not working yet.
14248
14249 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14250
14251         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14252
14253         Grab focus on the view when clicking it
14254
14255 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14256
14257         * shell/ev-marshal.list:
14258         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14259         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14260
14261         Add key bindings to the view. Now if the focus would work
14262         right...
14263
14264 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14265
14266         * Makefile.am:
14267         * backend/Makefile.am:
14268         * data/Makefile.am:
14269         * dvi/Makefile.am:
14270         * dvi/dvilib/Makefile.am:
14271         * pdf/xpdf/Makefile.am:
14272         * po/POTFILES.in:
14273         * ps/Makefile.am:
14274
14275         Fix distcheck
14276
14277 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14278
14279         * shell/ev-view.c: (ev_view_realize):
14280
14281         Fix mouse wheel scrolling
14282
14283 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14284
14285         * ps/Makefile.am:
14286         * ps/gstypes.h:
14287         * ps/gtkgs.c:
14288         * ps/gtkgs.h:
14289         * ps/ps-document.c: (catchPipe), (ps_document_init),
14290         (ps_document_class_init), (ps_document_cleanup),
14291         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14292         (set_up_page), (close_pipe), (is_interpreter_ready),
14293         (interpreter_failed), (output), (input), (start_interpreter),
14294         (stop_interpreter), (file_length), (file_readable),
14295         (check_filecompressed), (check_pdf), (compute_xdpi),
14296         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14297         (ps_document_get_type), (ps_document_emit_error_msg),
14298         (document_load), (ps_document_next_page),
14299         (ps_document_get_current_page), (ps_document_get_page_count),
14300         (ps_document_goto_page), (ps_document_set_page_size),
14301         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14302         (ps_document_load), (ps_document_get_n_pages),
14303         (ps_document_set_page), (ps_document_get_page),
14304         (ps_document_widget_event), (ps_document_set_target),
14305         (ps_document_set_scale), (ps_document_set_page_offset),
14306         (ps_document_get_page_size), (ps_document_render),
14307         (ps_document_document_iface_init):
14308         * ps/ps-document.h:
14309         * ps/ps.c:
14310         * shell/ev-window.c: (ev_window_open):
14311
14312         Rename GtkGS to PSDocument
14313
14314 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14315
14316         * ps/gtkgs.c: (gtk_gs_class_init):
14317         * ps/gtkgs.h:
14318
14319         Some more leftover...
14320
14321 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14322
14323         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14324         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14325         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14326         * ps/gtkgs.h:
14327
14328         Remove unused code and make a lot of stuff private
14329
14330 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14331
14332         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14333         (gtk_gs_defaults_changed):
14334         * ps/gsdefaults.h:
14335         * ps/gtkgs.c:
14336         * ps/gtkgs.h:
14337         * ps/ps.h:
14338
14339         Cleanup headers dependencies
14340
14341 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14342
14343         * ps/Makefile.am:
14344         * ps/ggvutils.c:
14345         * ps/ggvutils.h:
14346         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14347         * ps/gsdefaults.h:
14348         * ps/gtkgs.c: (file_length), (file_readable),
14349         (check_filecompressed), (check_pdf), (gtk_gs_load),
14350         (gtk_gs_get_postscript):
14351
14352         Get rid of ggvutils
14353
14354 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14355
14356         * ps/ggvutils.c:
14357         * ps/ggvutils.h:
14358         * ps/gsio.h:
14359         * ps/gtkgs.c: (gtk_gs_set_zoom):
14360
14361         Cleanups
14362
14363 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14364
14365         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14366
14367         Ensure the page is rerendered when changing zoom
14368
14369 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14370
14371         * backend/ev-document.c: (ev_document_base_init),
14372         (ev_document_changed):
14373         * backend/ev-document.h:
14374
14375         Add a changed event that is emitted when the page content
14376         changes. This is necessary to deal with the fact that
14377         in ps backend rendering happen asycrounously.
14378         This makes the ps backend mostly work.
14379
14380         * pdf/xpdf/pdf-document.cc:
14381
14382         Emit changed event
14383
14384         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14385         (ps_document_set_target):
14386
14387         Emit changed event
14388
14389         * shell/ev-view.c: (document_changed_callback),
14390         (ev_view_set_document), (ev_view_set_page):
14391
14392         Redraw on the changed signal
14393
14394 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14395
14396         * configure.ac: Added pt_BR to ALL_LINGUAS.
14397
14398 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14399
14400         * backend/ev-document-bookmarks.c:
14401         (ev_document_bookmarks_get_child): *
14402         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14403         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14404         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14405         (ev_sidebar_bookmarks_destroy),
14406         (ev_sidebar_bookmarks_class_init),
14407         (ev_sidebar_bookmarks_construct), (stack_data_free),
14408         (do_one_iteration), (populate_bookmarks_idle),
14409         (ev_sidebar_bookmarks_clear_document),
14410         (ev_sidebar_bookmarks_set_document): *
14411         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14412         (ev_sidebar_add_page),
14413         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14414         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14415         it displays both the topics and the page numbers.
14416
14417 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14418
14419         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14420         toggle.
14421         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14422         visible.
14423
14424 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14425
14426         * configure.ac: Added en_CA to ALL_LINGUAS.
14427
14428 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14429
14430         * ChangeLog: replace bottom of this ChangeLog (merged history of
14431         ggv and gpdf; where all paths were wrong and most of the files are
14432         not even in this tree) with ChangeLog (from arch) of the shell
14433         code.
14434
14435 2004-12-23  Havoc Pennington  <hp@redhat.com>
14436
14437         * shell/ev-window.c: hook up potentially-questionable "find
14438         results status text" feature - something involving the sidebar or
14439         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14440         might be better in the end.
14441
14442         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14443         with corresponding signal when it should be updated
14444
14445         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14446
14447 2004-12-22  Havoc Pennington  <hp@redhat.com>
14448
14449         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14450         find stuff on other pages, sort of (only returns one result on
14451         invisible pages, to show they have results; updates full results
14452         for a page when you view it). Currently repaints the current page
14453         every time a new result is found on any page, which isn't so nice.
14454
14455 2004-12-22  Havoc Pennington  <hp@redhat.com>
14456
14457         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14458         the document doesn't support find (better ideas?)
14459         (find_bar_search_changed_cb): handle missing document or document
14460         that doesn't support find
14461
14462         * pdf/xpdf/pdf-document.cc: port to implement the new
14463         EvDocumentFindIface
14464
14465         * backend/ev-document-find.c: create a new interface for searching
14466
14467         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14468
14469 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14470
14471         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14472         libevbackend.la.
14473
14474         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14475         EvPrintJob constructor arguments.
14476
14477         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14478         for documents that can export PostScript (page by page).
14479
14480         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14481         
14482         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14483         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14484         (pdf_document_ps_exporter_iface_init:
14485         Implement EvPSExporter.
14486
14487         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14488
14489 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14490
14491         * backend/Makefile.am:
14492         * backend/ev-document-thumbnails.c:
14493         (ev_document_thumbnails_get_type),
14494         (ev_document_thumbnails_get_thumbnail):
14495         * backend/ev-document-thumbnails.h:
14496         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14497         (pixbuf_document_thumbnails_get_thumbnail),
14498         (pixbuf_document_document_thumbnails_iface_init):
14499         * shell/Makefile.am:
14500         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14501         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14502         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14503         * shell/ev-sidebar-thumbnails.h:
14504         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14505         (ev_sidebar_set_document):
14506         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14507         (create_shadow), (ev_pixbuf_add_shadow):
14508         * shell/ev-utils.h:
14509         Add thumbnail support.
14510         
14511 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14512
14513         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14514         (using_postscript_printer): Set up a print dialog for "PostScript
14515         injection" method.
14516
14517         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14518         EvPrintJob.
14519
14520         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14521
14522 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14523
14524         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14525         (ps_document_set_target), (ps_document_get_page_size),
14526         (ps_document_render):
14527         * ps/gtkgs.h:
14528
14529         Fix a few bugs
14530
14531 2004-12-22  Christian Rose  <menthos@menthos.com>
14532
14533         * configure.ac: Added "sv" to ALL_LINGUAS.
14534
14535 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14536
14537         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14538         document supports bookmarks.
14539
14540 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14541
14542         * ps/ggvutils.c: (ggv_file_readable):
14543         * ps/ggvutils.h:
14544         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14545         (gtk_gs_get_postscript):
14546
14547         Remove unused utils
14548
14549 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14550
14551         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14552         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14553         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14554         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14555         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14556         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14557         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14558         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14559         (gtk_gs_set_antialiasing), (ps_document_load),
14560         (ps_document_render):
14561         * ps/gtkgs.h:
14562
14563         Another check point for the ps backend. Now I can get it to show
14564         pages!
14565
14566 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14567
14568         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14569         document setting code.
14570
14571 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14572
14573         * shell/eggfindbar.c: (entry_activate_callback):
14574         Animate the next button when activate is pressed.
14575         
14576 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14577
14578         * shell/ev-window.c: (ev_window_cmd_edit_find),
14579         (update_fullscreen_popup), (ev_window_fullscreen),
14580         (ev_window_unfullscreen), (ev_window_state_event_cb),
14581         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14582         Fix bugs in fullscreen code.
14583         
14584 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14585
14586         * Makefile.am:
14587         * configure.ac:
14588         * pixbuf/Makefile.am:
14589         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14590         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14591         (pixbuf_document_set_page), (pixbuf_document_get_page),
14592         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14593         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14594         (pixbuf_document_render), (pixbuf_document_begin_find),
14595         (pixbuf_document_end_find), (pixbuf_document_finalize),
14596         (pixbuf_document_class_init),
14597         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14598         * pixbuf/pixbuf-document.h:
14599         * shell/Makefile.am:
14600         * shell/ev-application.c: (ev_application_open):
14601         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14602         (ev_window_open):
14603         Add pixbuf backend.
14604         
14605 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14606
14607         * Makefile.am: 
14608         * dvi/dvilib/Makefile.am:
14609         * dvi/Makefile.am:
14610         * configure.ac: Auto*ify dvi and dvi/dvilib
14611
14612         * dvi/Makefile: Remove from CVS
14613         
14614         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14615         confusion.
14616
14617         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14618         
14619         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14620         
14621 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14622
14623         * ps/Makefile.am:
14624         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14625         (gtk_gs_value_adjustment_changed), (compute_size),
14626         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14627         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14628         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14629         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14630         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14631         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14632         (ps_document_load), (ps_document_get_n_pages),
14633         (ps_document_set_page), (ps_document_get_page),
14634         (ps_document_set_target), (ps_document_set_scale),
14635         (ps_document_set_page_offset), (ps_document_get_page_size),
14636         (ps_document_render), (ps_document_begin_find),
14637         (ps_document_end_find), (ps_document_document_iface_init):
14638         * ps/gtkgs.h:
14639         * shell/Makefile.am:
14640         * shell/ev-window.c: (ev_window_open):
14641
14642         Some work to integrate gtkgs with EvDocument
14643
14644 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14645
14646         * shell/ev-window.c: (update_fullscreen_popup),
14647         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14648         (exit_fullscreen_button_clicked_cb),
14649         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14650         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14651         (ev_window_state_event_cb), (ev_window_init):
14652         Add fullscreen support from Epiphany.
14653         
14654 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14655
14656         * data/ev-stock-zoom-fit-width.png: fit-width
14657         stock icon from gpdf.
14658         
14659         * shell/ev-stock-icons.[ch]: copied from gpdf.
14660         
14661         * shell/main.c: (main): init stock icons.
14662         
14663         * shell/ev-window.c: use the fit-width icon.
14664         
14665         * data/evince-ui.xml: add zooming toolbar items.
14666
14667 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14668
14669         * shell/ev-view.c: 
14670         (ev_view_best_fit), (ev_view_fit_width): because
14671         get_page_size() returns the scaled page size, we
14672         need to calculate the scale factor relative to
14673         the previous scale factor. Should really just
14674         add get_real_page_size().
14675
14676 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14677
14678         * shell/ev-view.[ch]:
14679         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14680         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14681         add zooming.
14682         
14683         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14684         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14685         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14686         hook it up.
14687         
14688         * pdf/xpdf/pdf-document.cc:
14689         (pdf_document_begin_find),
14690         (pdf_document_end_find): make static.
14691
14692 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14693
14694         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14695
14696         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14697         names to fontconfig patterns.
14698         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14699
14700         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14701         setupBaseFontsFc.
14702
14703 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14704
14705         * Makefile.am:
14706         * configure.ac:
14707         * ps/Makefile.am:
14708         * ps/ggvutils.c:
14709         * ps/ggvutils.h:
14710         * ps/gsdefaults.c:
14711         * ps/gsdefaults.h:
14712         * ps/gsio.c:
14713         * ps/gsio.h:
14714         * ps/gtkgs.c:
14715         * ps/gtkgs.h:
14716         * ps/ps.c:
14717         * ps/ps.h:
14718
14719         Import ggv backend. Not hooked up yet.
14720
14721 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14722
14723         * shell/main.c: (load_files), (main): load files
14724         from the command line.
14725
14726 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14727
14728         * configure.ac: don't require bonobo.
14729         
14730         * cut-n-paste/recent-files/*: kill bonobo recent
14731         view.
14732
14733         * shell/ev-window.c:
14734         (ev_window_is_empty): upd.
14735         (unable_to_load), (ev_window_open): load backend
14736         based on the mime type.
14737
14738 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14739
14740         * backend/.cvsignore: ignore generated marshalers source.
14741
14742         * shell/main.c (main): this is not epiphany.
14743
14744 2004-12-22  Havoc Pennington  <hp@redhat.com>
14745
14746         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14747         (expose_bin_window): draw find highlights
14748
14749         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14750         
14751         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14752         (pdf_document_end_find): implement this interface
14753
14754         * backend/ev-document.c (ev_document_found): add this to emit
14755         signal
14756
14757 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14758
14759         * data/evince-ui.xml: Add a few more toolbar items.
14760
14761         * shell/ev-window.c: Hook up page navigation toolbar 
14762         items.
14763
14764         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14765         a page-changed signal.
14766
14767         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14768         Add ev_document_get_page().
14769
14770         * shell/ev-window.c: Sensitize/desensitize navigation
14771         actions.
14772
14773 2004-12-21  Havoc Pennington  <hp@redhat.com>
14774
14775         * backend/ev-backend-marshal.c,
14776         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14777         marshaler-generator thingy. I'm sure there's a better way to do
14778         this in the modern world.
14779
14780         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14781         end_find methods and "found" signal.
14782
14783         * configure.ac: find glib-genmarshal
14784
14785 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14786
14787         * shell/ev-sidebar.c: Construct an actual sidebar.
14788         * shell/ev-sidebar-bookmarks.[ch]:
14789         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14790
14791 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14792
14793         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14794         Redo size handling.
14795         
14796         * shell/ev-view.c: Track the size from the document.
14797
14798 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14799
14800         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14801         constructor assumes ownership of the string passed in.
14802         
14803         * shell/ev-window.c (ev_window_open): Destroy the error
14804         dialog once we've displayed it.
14805
14806 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14807
14808         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14809         a bit, it works! (sort of)
14810
14811         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14812         Move to .cc since we need to use C++ in the implementation.
14813
14814         * shell/dummy.cc: Add a CC file to force evince
14815         to be linked as a C++ program.
14816
14817 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14818
14819         * shell/ev-view.[ch]: Start of content-area widget.
14820
14821         * shell/ev-window.c: Create a EvView, update it
14822         as we change documents.
14823
14824         * shell/Makefile.am shell/ev-marshal.list: Add
14825         generated marshalers.
14826
14827 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14828
14829         * Makefile.am (SUBDIRS): move shell.
14830
14831 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14832
14833         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14834         .a to libtool convenience libraries.
14835
14836         * shell/ev-window.c (ev_window_open): Hard code loading
14837         a PDF document.
14838         
14839         * backend/ev-document.h: Add a boolean return to load(),
14840         fix GError * to GError **.
14841
14842         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14843         object for a PDF backend EvDocument.
14844
14845 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14846
14847         * dvi/*: New directory with the beginning of a .dvi backend.
14848
14849 2004-12-21  Havoc Pennington  <hp@redhat.com>
14850
14851         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14852         previous/next instead of back/forward
14853
14854 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14855
14856         * backend/ev-document.[ch]: Fix a couple of problems so
14857         it compile.
14858
14859 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14860
14861         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14862         to backend/ directory, rename EvViewer to EvDocument.
14863
14864 2004-12-21  Havoc Pennington  <hp@redhat.com>
14865
14866         * shell/ev-window.c: hook up the find bar widget; now we just need
14867         a document to find things in
14868
14869         * shell/eggfindbar.c: a find bar widget
14870
14871 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14872
14873         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14874
14875 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14876
14877         * pdf/**: Import of xpdf code from gpdf. 
14878
14879         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14880
14881         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14882         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14883         Fix FreeType includes.
14884
14885         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14886         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14887         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14888         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14889         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14890         Include xpdfconfig.h
14891         
14892 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14893
14894         * shell/ev-window.c (ev_window_dispose): dispose can be called
14895         multiple times.
14896
14897 2004-12-21  Havoc Pennington  <hp@redhat.com>
14898
14899         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14900         rather than Evince
14901
14902         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14903         items; really they should be synced with the strings, etc. from
14904         current gpdf, but just getting the boring typing out of the way 
14905
14906 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14907
14908         * po/POTFILES.in:
14909         * shell/ev-application.c: (window_destroy_cb):
14910         * shell/ev-window.c:
14911         * shell/main.c: (main):
14912
14913         Actually show the window...
14914
14915 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14916
14917         * Makefile.am:
14918         * shell/Makefile.am:
14919         * shell/ev-application.c: (ev_application_class_init):
14920         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14921
14922         Make it build again
14923
14924 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14925
14926         Import to gnome cvs.
14927         
14928         * Remove copies of gpdf and ggv trees.
14929         * Rip out all the recursive configure code.
14930         * Remove bonobo machinery.
14931         * viewer/*: GInterfaces that backends should/can implement.
14932
14933 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14934
14935         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14936         typo
14937
14938 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14939
14940         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14941         (ev_application_finalize, ev_application_class_init)
14942         (ev_application_init): use GType instance private data for priv.
14943
14944         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14945         (ev_window_finalize, ev_window_class_init)
14946         (ev_window_init): ditto.
14947
14948 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14949
14950         * shell/ev-application.c (ev_application_new_window): make public
14951         (ev_application_show_initial_window): kill.
14952
14953         * shell/ev-application.h: update prototypes.
14954
14955         * shell/main.cc (main): inline ev_application_show_initial_window.
14956
14957 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14958
14959         * shell/ev-application.c (ev_application_new_window): impl.
14960         (ev_application_show_initial_window): use it.
14961         (is_window_empty, ev_application_get_empty_window): returns an
14962         existing empty window or a new one.
14963         (ev_application_open): from ev_window_cmd_file_open.
14964
14965         * shell/ev-application.h: update prototypes
14966
14967         * shell/ev-window.c (ev_window_is_empty): impl.
14968         (ev_window_open): make public.
14969         (ev_window_cmd_file_open): use ev_application_open
14970
14971         * shell/ev-window.h: update prototypes, remove unused.
14972
14973 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14974
14975         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14976         move destroy handler out of here...
14977
14978         * shell/ev-application.c, shell/ev-application.h: ...into this new
14979         class. Also handles initial window creation.
14980
14981         * shell/main.cc (main): use EvApplication to create initial
14982         window.
14983
14984 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14985
14986         * Makefile.am (SUBDIRS): add cut-n-paste
14987
14988         * cut-n-paste/Makefile.am: add
14989
14990         * configure.ac: generate Makefiles in cut-n-paste
14991
14992 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14993
14994         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14995         (ev_window_class_init): install ev_window_dispose.
14996
14997 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14998
14999         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15000         char (gchar looks stupid).
15001
15002 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15003
15004         * po/de.po: updated German translation.
15005
15006 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15007
15008         * configure.ac: add more pkg-config library checks for gnome-vfs,
15009         bonobo etc.
15010
15011         * gpdf/configure.in: temporarily disable libpaper
15012         checks. Otherwise I'd have to add the checks for the shell, too.
15013
15014 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15015
15016         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15017         and * file filters to the file choose.
15018
15019 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15020
15021         * po/de.po: Updated German translation.
15022
15023 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15024
15025         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15026
15027 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15028
15029         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15030
15031         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15032         (ev_window_init): implement those menuitems.
15033
15034 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15035
15036         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15037
15038         * shell/ev-window.c (ev_window_init): use the toolbar.
15039
15040 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15041
15042         * shell/ev-window.c (ev_window_init): use menu translations
15043
15044 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15045
15046         * configure.ac: add "de" to ALL_LINGUAS.
15047
15048         * po/de.po: add German translation.
15049
15050 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15051
15052         * Makefile.am (SUBDIRS): add po
15053
15054         * configure.ac: check intltool, glib-gettext etc, generate
15055         po/Makefile.in
15056
15057         * po, po/POTFILES.in, po/POTFILES.skip: new.
15058
15059 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15060
15061         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15062         already use (#ifdef ENABLE_NLS)
15063
15064         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15065         pointer indirection thinko.
15066
15067         * shell/main.c: include gi18n.h for bindtextdomain etc.
15068
15069 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15070
15071         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15072         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15073         tooltips for menu items in the statusbar.
15074
15075 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15076
15077         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15078         pkgdatadir drop UIDIR
15079
15080 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15081
15082         * data/evince-ui.xml: Add File->Open menu item
15083
15084         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15085         chooser), hook it up in the ui manager.
15086
15087 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15088
15089         * shell/ev-window.c: fix Help->About tooltip.
15090
15091 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15092
15093         * configure.ac: set CFLAGS for libevprivate.
15094
15095         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15096         definitions, factory etc.
15097
15098         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15099
15100         * shell/Makefile.am: link against libevprivate.a.
15101
15102         * shell/ev-window.c (entries): add stock icon to Help->About.
15103
15104         * shell/main.c (main): init stock icon code.
15105
15106 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15107
15108         * lib/recent-files: egg recent files code
15109
15110         * lib/Makefile.am: add.
15111
15112         * Makefile.am: add lib subdir.
15113
15114         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15115         set CFLAGS for recent-files.
15116
15117 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15118
15119         * configure.ac: disable -ansi and -pedantic gcc flags. They
15120         disable POSIX stuff in stdio.h, but egg-recent uses them.
15121
15122 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15123
15124         * configure.ac: add --disable-deprecated flag (defaults to on in
15125         "cvs" builds).
15126
15127         * shell/Makefile.am (INCLUDES): use it.
15128
15129 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15130
15131         * shell/main.c: add missing #include.
15132
15133         * shell/ev-window.c: fix for pedantic gcc.
15134         (ev_window_cmd_help_about): split license into paragraphs for
15135         translators and pedantic compilers.
15136
15137 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15138
15139         * configure.ac: add more warning flags if compiling with gcc from
15140         cvs (or explicitly requested with --enable-more-warnings).
15141
15142 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15143
15144         * data/evince-ui.xml: add File and File->Close menu.
15145
15146         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15147         (ev_window_destroy): quit after destroy.
15148         (ev_window_class_init): override GtkObject::destroy.
15149         (entries): install close_window callback.
15150
15151 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15152
15153         * Makefile.am (SUBDIRS): add data subdir.
15154
15155         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15156         gtk+ 2.5.0 for GtkAboutDialog.
15157
15158         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15159         main window.
15160
15161         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15162
15163         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15164         manager.
15165         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15166
15167 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15168
15169         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15170
15171 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15172
15173         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15174
15175 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15176
15177         * shell/*: Added shell directory boilerplate, build it.
15178
15179 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15180
15181         * configure.ac, Makefile.am: Added top-level configure.ac and
15182         Makefile.am