]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
86bbe9cd57d60129374b2fbe39c3030e89d994bd
[evince.git] / ChangeLog
1 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
2
3         * shell/ev-view.c: (ev_view_set_zoom_for_size):
4
5         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
6         #567785.
7         
8 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-window.c: (reload_remote_copy_progress_cb),
11         (window_save_file_copy_progress_cb):
12
13         Use brakets around the percentage in progress messages. See bug
14         #567910.
15         
16 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * shell/ev-window.c: (reload_remote_copy_ready_cb):
19
20         Fix typo in error message. See bug #567910.
21         
22 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * shell/ev-window.c: (ev_window_cmd_file_close_window):
25
26         Fix mnemonic conflict. Fixes bug #567937.
27         
28 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
29
30         * NEWS:
31         * configure.ac:
32
33         Update for release 2.25.4
34         
35 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
36
37         * configure.ac:
38         
39         GLib version requirement bumped to 2.18 due to g_set_error_literal.
40         Thanks to Christian Spurk.
41
42 2008-12-31  Hib Eris  <hib@hiberis.nl>
43         
44         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
45
46         Fix mime type handling.
47         
48 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * po/POTFILES.in:
51
52         Add ev-print-operation.c.
53         
54 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * shell/ev-window.c: (ev_window_clear_progress_idle),
57         (reset_progress_idle), (ev_window_show_progress_message),
58         (ev_window_reset_progress_cancellable),
59         (ev_window_progress_response_cb), (show_loading_progress),
60         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
61         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
62         (show_reloading_progress), (reload_remote_copy_ready_cb),
63         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
64         (show_saving_progress), (window_save_file_copy_ready_cb),
65         (window_save_file_copy_progress_cb), (ev_window_save_remote),
66         (ev_window_dispose):
67
68         Show progress information when loading/saving remote files. Fixes
69         bug #370958.
70         
71 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
74
75         Show better warning message when temp file cannot be deleted.
76         
77 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * shell/ev-window.c: (image_save_dialog_response_cb):
80
81         Fix saving images to remote locations.
82         
83 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * shell/ev-application.[ch]: (ev_application_shutdown),
86         (ev_application_get_print_settings_file),
87         (ev_application_save_print_settings),
88         (ev_application_get_print_settings),
89         (ev_application_set_print_settings),
90         (ev_application_get_page_setup), (ev_application_set_page_setup):
91         * shell/ev-window.c: (ev_window_save_print_page_setup),
92         (ev_window_load_print_page_setup_from_metadata),
93         (ev_window_print_page_setup_done_cb),
94         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
95         (ev_window_cmd_preview_print):
96
97         Remember page setup options too. Paper size is globally remembered
98         while page margins are stored per document in metadata file. Fixes
99         bugs #525185 and #349102.
100         
101 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * shell/ev-print-operation.c:
104         (ev_print_operation_export_print_dialog_response_cb):
105
106         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
107         
108 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * shell/ev-print-operation.c: (export_cancel),
111         (export_job_cancelled), (ev_print_operation_export_begin),
112         (ev_print_operation_export_cancel):
113         * shell/ev-window.c: (ev_window_print_cancel),
114         (ev_window_print_update_pending_jobs_message),
115         (ev_window_print_operation_done),
116         (ev_window_print_operation_status_changed),
117         (print_jobs_confirmation_dialog_response),
118         (ev_window_cmd_file_close_window):
119
120         Show a confirmation dialog when there are pending print jobs while
121         closing the main window. Fixes bug #480964.
122         
123 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
126         (ev_print_operation_get_job_name),
127         (ev_print_operation_get_status),
128         (ev_print_operation_get_progress),
129         (ev_print_operation_update_status),
130         (ev_print_operation_export_get_job_name), (clamp_ranges),
131         (get_first_and_last_page), (ev_print_operation_export_run_next),
132         (print_job_finished), (export_print_done), (export_job_cancelled),
133         (update_progress), (export_print_page),
134         (ev_print_operation_export_begin),
135         (ev_print_operation_export_print_dialog_response_cb),
136         (ev_print_operation_export_run),
137         (ev_print_operation_export_cancel),
138         (ev_print_operation_export_class_init):
139         * shell/ev-window.c:
140         (ev_window_print_update_pending_jobs_message),
141         (ev_window_print_operation_done),
142         (ev_window_print_progress_response_cb),
143         (ev_window_print_operation_status_changed),
144         (ev_window_print_operation_begin_print), (ev_window_print_range),
145         (ev_window_dispose):
146
147         Show progress information when printing. Fixes bug #482770.
148         
149 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * shell/Makefile.am:
152         * shell/ev-progress-message-area.[ch]:
153         * shell/ev-message-area.[ch]: (ev_message_area_init),
154         (ev_message_area_set_image_from_stock):
155
156         Add EvProgressMessageArea derived from EvMessageArea to show
157         progress information in the message area. 
158         
159 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
160
161         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
162
163         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
164         close button. Add a function to get the contents of the message
165         area.
166         
167 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
168
169         * shell/Makefile.am:
170         * shell/ev-print-operation.[ch]:
171         * shell/ev-jobs.[ch]: (ev_job_export_init),
172         (ev_job_export_dispose), (ev_job_export_run),
173         (ev_job_export_class_init), (ev_job_export_new),
174         (ev_job_export_set_page):
175         * shell/ev-window.c: (ev_window_print_operation_done),
176         (ev_window_print_range), (ev_window_dispose):
177
178         First step of the printing system rework. EvJobPrint has been
179         replaced by EvJobExport so that every page is scheduled to be
180         exported in a thread instead of scheduling the whole printing
181         process. This way the gui is responsive during printing.
182         
183 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * shell/ev-window.c: (setup_size_from_metadata),
186         (ev_window_load_print_settings_from_metadata):
187
188         Fix memory leaks.
189         
190 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
191
192         * libdocument/ev-document.c: (ev_document_get_type):
193
194         Add GObject type as prerequisite to EvDocument interface so that
195         document instances can be used as GObjects.
196         
197 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * shell/ev-view.c: (jump_to_find_result):
200
201         Only jump the the location of the find result for the first match
202         when searching. It drastically improves the performance when
203         searching. Bug catched and fixed by Michael Hunold. Fixes bug
204         #564774.
205         
206 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * properties/ev-properties-main.c: (ev_properties_get_pages):
209         * properties/ev-properties-view.[ch]:
210         (ev_properties_view_dispose), (ev_properties_view_class_init),
211         (ev_properties_view_set_info), (ev_properties_view_new):
212         * shell/ev-properties-dialog.[ch]:
213         (ev_properties_dialog_set_document):
214         * shell/ev-window.c: (ev_window_setup_document),
215         (ev_window_cmd_file_properties):
216
217         Add document URI to properties page. Fixes bug #555376.
218         
219 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * configure.ac:
222         * data/Makefile.am:
223         * data/evince-password.glade: Removed
224         * data/evince-properties.glade: Removed
225         * properties/ev-properties-view.c:
226         (ev_properties_view_class_init), (set_property),
227         (ev_properties_view_set_info), (ev_properties_view_init):
228         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
229         (font_cell_data_func), (ev_properties_fonts_init):
230
231         Remove Glade dependency.
232         
233 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * backend/comics/comics-document.c: (comics_document_load):
236
237         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
238         
239 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * NEWS:
242         * configure.ac:
243
244         Update for release 2.25.2
245         
246 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * configure.ac:
249         * shell/Makefile.am:
250         * shell/ev-keyring.[ch]:
251         * shell/ev-password.[ch]: Removed
252         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
253         (ev_password_view_class_init), (ev_password_view_clicked_cb),
254         (ev_password_view_init), (ev_password_view_set_uri),
255         (ev_password_dialog_got_response),
256         (ev_password_dialog_remember_button_toggled),
257         (ev_password_dialog_entry_changed_cb),
258         (ev_password_dialog_entry_activated_cb),
259         (ev_password_view_ask_password), (ev_password_view_get_password),
260         (ev_password_view_get_password_save_flags),
261         (ev_password_view_new):
262         * shell/ev-window.c: (ev_window_password_view_unlock),
263         (ev_window_load_job_cb), (ev_window_close_dialogs),
264         (ev_window_init):
265
266         Rework the password view. When the password is in the keyring it's
267         used automatically without showing the password dialog and it's  
268         only stored in the keyring when we are sure it's correct. The
269         password dialog has been reworked too, in order to make it
270         more hig compliant and consistent with the GTK+ dialog used in
271         gtkmountoperation. Fixes bug #562496. 
272         
273 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * backend/comics/comics-document.c: (comics_document_load):
276
277         Do not trust file extensions when getting the command needed to
278         uncompress comic documents. Fixes bug #562143.
279         
280 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * libdocument/ev-document-factory.c: (get_document_from_uri),
283         (ev_document_factory_get_document):
284         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
285         (get_mime_type_from_data), (ev_file_get_mime_type):
286
287         Move mime-type functions from document-facrory to file-helpers so
288         that it can be reused.
289         
290 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
293         (window_open_file_copy_ready_cb), (ev_window_reload_local),
294         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
295         (ev_window_reload_remote), (ev_window_reload_document):
296
297         Add support for reloading remote documents. Fixes bug #555399.
298         
299 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * shell/ev-view.c: (ev_view_find_previous):
302
303         Make sure find_result is never < 0 which causes a crash while
304         searching. Fixes bug #558377.
305         
306 2008-11-19  Marek Kašík <mkasik@redhat.com>
307
308         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
309         (ev_pixbuf_cache_get_selection_surface):
310         
311         Fixes crash on fast scrolling with simultaneous text selection.
312
313 2008-11-19  Marek Kašík <mkasik@redhat.com>
314
315         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
316         * shell/ev-window.c (launch_external_uri):
317         
318         Fixes assertion fail on selecting text. See bug #561393.
319
320 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * shell/Makefile.am:
323         * shell/ev-jobs.[ch]: (ev_job_layers_init),
324         (ev_job_layers_dispose), (ev_job_layers_run),
325         (ev_job_layers_class_init), (ev_job_layers_new):
326         * shell/ev-sidebar-layers.[ch]:
327         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
328         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
329         (ev_view_reload_page), (ev_view_reload):
330         * shell/ev-window.c: (setup_sidebar_from_metadata),
331         (ev_window_sidebar_current_page_changed_cb),
332         (sidebar_layers_visibility_changed), (ev_window_init):
333
334         Add layers support.
335         
336 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * data/icons/22x22/actions/Makefile.am:
339         * data/icons/22x22/actions/eye.png:
340         * shell/ev-stock-icons.[ch]:
341         
342         Add eye icon from gimp to hide/show layers.
343         
344 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * configure.ac:
347         * cut-n-paste/Makefile.am:
348         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
349         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
350         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
351
352         Add GimpCellRendererToggle from gimp slightly modified to fit our
353         needs. 
354         
355 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * configure.ac:
358         * backend/pdf/ev-poppler.cc:
359
360         Implement layers interface in PDF backend.
361         
362 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * libdocument/Makefile.am:
365         * libdocument/ev-document-layers.[ch]:
366         * libdocument/ev-layer.[ch]:
367
368         Add optional content (layers) interface.
369         
370 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
371
372         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
373         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
374
375         Removes unused code.
376
377 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * NEWS:
380         * configure.ac:
381
382         Update for 2.25.1 release
383
384 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
385
386         * shell/ev-window.c:
387
388         Fix build with GTK+ < 2.14
389
390 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
391
392         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
393         
394         Makes menu label translatable. Fixes bug #559129.
395
396 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
397
398         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
399         (t1_transform_font):
400         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
401         
402         More renames of warning to mdvi_warning in follow up to the
403         fix of the bug #553369. Fix for the bug #559257 by
404         Tuxce <tuxce.net@gmail.com>.
405         
406 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * shell/ev-application.c: (ev_application_init_session):
409         * shell/main.c: (main):
410
411         Move the egg_set_desktop_file() call to main and remove
412         gtk_window_set_default_icon_name() since it's already called by
413         egg_set_desktop_file()
414         
415 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
418
419         Initialize GError to NULL.
420         
421 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * shell/ev-window.c: (window_save_file_copy_ready_cb),
424         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
425         (ev_window_preview_print_finished), (launch_action):
426
427         Do not use popup dialogs to show error messages anymore, use the
428         message area instead.
429         
430 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * shell/ev-window.c: (ev_window_error_message),
433         (ev_window_warning_message), (ev_window_set_document),
434         (ev_window_load_job_cb), (ev_window_load_remote_failed),
435         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
436         (ev_window_cmd_help_contents), (launch_external_uri),
437         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
438         (ev_attachment_popup_cmd_open_attachment),
439         (attachment_save_dialog_response_cb):
440
441         Use a message format (with printf()-style) in
442         ev_window_error_message and ev_window_warning_message.
443
444 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * shell/ev-window.c: (ev_window_error_message),
447         (ev_window_warning_message), (ev_window_set_document),
448         (ev_window_load_job_cb), (ev_window_load_remote_failed),
449         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
450         (ev_window_cmd_help_contents), (launch_external_uri),
451         (image_save_dialog_response_cb),
452         (ev_attachment_popup_cmd_open_attachment),
453         (attachment_save_dialog_response_cb):
454
455         Change ev_window_error_message and ev_window_warning_message to
456         receive a EvWindow instead of a GtkWindow. It's more consistent
457         and avoids unneeded casts.
458         
459 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * shell/ev-window.c: (ev_window_cmd_help_contents):
462
463         Use gtk_show_uri() when availale to display help contents.
464         
465 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * configure.ac:
468         * backend/pdf/ev-poppler.cc:
469         * properties/ev-properties-view.c:
470         * shell/Makefile.am:
471         * shell/ev-tooltip.[ch]: Removed
472         * shell/ev-view-private.h
473         * shell/eggfindbar.c:
474         * shell/ev-application.c:
475         * shell/ev-open-recent-action.c:
476         * shell/ev-sidebar-thumbnails.c:
477         * shell/ev-view.c:
478         * shell/ev-window.c:
479
480         Bump GTK+ requirement to 2.12.
481         
482 2008-10-27 Christian Persch <chpe@gnome.org>
483
484         * backend/djvu/djvu-document.c
485         * backend/dvi/cairo-device.c
486         * cut-n-paste/evmountoperation/ev-mount-operation.h
487         * cut-n-paste/gedit-message-area/gedit-message-area.h
488         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
489         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
490         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
491         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
492         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
493         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
494         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
495         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
496         * cut-n-paste/zoom-control/ephy-zoom-action.c
497         * cut-n-paste/zoom-control/ephy-zoom-action.h
498         * cut-n-paste/zoom-control/ephy-zoom-control.c
499         * cut-n-paste/zoom-control/ephy-zoom-control.h
500         * libdocument/ev-async-renderer.h
501         * libdocument/ev-document-factory.c
502         * libdocument/ev-document-misc.h
503         * libdocument/ev-image.h
504         * libdocument/ev-selection.h
505         * shell/ev-properties-fonts.h
506         * shell/ev-stock-icons.h
507         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
508         directly. Bug #558064.
509
510 2008-10-27 Christian Persch <chpe@gnome.org>
511
512         * cut-and-paste/smclient/*: Update from libegg.
513
514 2008-10-27 Christian Persch <chpe@gnome.org>
515
516         * backend/djvu/djvu-document.c
517         * backend/ps/ev-spectre.c
518         * shell/ev-jobs.c: Use printf safely. Bug #558066.
519
520 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
521
522         * shell/ev-view.c (ev_view_change_page),
523         (ev_view_transition_animation_finish),
524         (ev_view_transition_animation_cancel), (page_changed_cb),
525         (ev_view_set_presentation), (ev_view_next_page),
526         (ev_view_previous_page):
527         
528         Cancel the animation without scheduling transition start
529         and proceed to the next page to fix bug #516749.
530
531 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * NEWS:
534         * configure.ac:
535
536         Update for release 2.24.1
537         
538 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * shell/ev-window.c: (ev_window_cmd_view_presentation):
541
542         Disable toggle function of F5 when in presentation mode. Patch by
543         Dave Neary. Fixes bug #556162.
544         
545 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
548         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
549         (ev_sidebar_thumbnails_fill_model),
550         (ev_sidebar_thumbnails_refresh),
551         (ev_sidebar_thumbnails_set_document):
552
553         Instead of using only one loading icon for thumbnails based on the
554         size of the first page, create an icon for every different page
555         size. Fixes bug #556264.
556         
557 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/ev-page-cache.c: (ev_page_cache_finalize):
560
561         Fix memory leak.
562         
563 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
564
565         * shell/ev-window-title.c (ev_window_title_sanitize_title):
566
567         Removes bad prefixes from window title. Patch by 
568         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
569         
570 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
571
572         * shell/ev-window.c: (launch_external_uri):
573
574         Do not consider mailto links as http uris. Fixes bug #555801.
575         
576 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * shell/ev-view.c: (merge_selection_region), (clear_selection):
579
580         Fix memory leak. Fixes bug #555134.
581         
582 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
585
586         Emit the job finished signal when the job is handled before the
587         page_ready callback.
588         
589 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * shell/ev-window.c: (launch_action):
592
593         Use GdkAppLaunchContext when available to launch external
594         applications.
595         
596 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * shell/ev-window.c: (launch_action):
599
600         Fix launching external applications for launch actions which seems
601         to be broken since the gio port. Fixes bug #554500.
602         
603 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * backend/dvi/Makefile.am:
606         * backend/dvi/cairo-device.c:
607         * backend/dvi/dvi-document.c:
608         * backend/dvi/mdvi-lib/Makefile.am:
609
610         Fix several compile warnings in the dvi backend.
611         
612 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * backend/dvi/mdvi-lib/common.h:
615         * backend/dvi/mdvi-lib/dviread.c:
616         * backend/dvi/mdvi-lib/font.c:
617         * backend/dvi/mdvi-lib/fontmap.c:
618         * backend/dvi/mdvi-lib/fontsrch.c:
619         * backend/dvi/mdvi-lib/gf.c:
620         * backend/dvi/mdvi-lib/pagesel.c:
621         * backend/dvi/mdvi-lib/pk.c:
622         * backend/dvi/mdvi-lib/sp-epsf.c:
623         * backend/dvi/mdvi-lib/special.c:
624         * backend/dvi/mdvi-lib/tfm.c:
625         * backend/dvi/mdvi-lib/tfmfile.c:
626         * backend/dvi/mdvi-lib/util.c:
627         * backend/dvi/mdvi-lib/vf.c:
628
629         Rename error as mdvi_error to avoid symbol conflicts with the libc
630         error. Rename also message, crash, fatal and warning for
631         consistency. Fixes bug #553369.
632         
633 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
634
635         * backend/dvi/dvi-document.c: (dvi_document_load):
636
637         Fix memory leak.
638         
639 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * backend/dvi/dvi-document.c:
642
643         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
644         G_IMPLEMENT_INTERFACE.
645         
646 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
649
650         Make sure copy_job_page_and_selection_to_job_info is always called
651         before copy_job_to_job_info. Fixes bug #552382.
652         
653 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
654
655         * NEWS:
656         * configure.ac:
657
658         Update for release 2.24.0
659         
660 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * shell/ev-window.c: (launch_external_uri):
663
664         Use GdkAppLaunchContext when available to launch external uris.
665         
666 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-window.c: (launch_external_uri):
669
670         Use the message area to show errors when lauching external uris
671         instead of a popup window.
672         
673 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * shell/ev-window.c: (launch_external_uri):
676
677         Assume invalid uris are http uris. Fixes bug #552071.
678         
679 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * NEWS:
682         * configure.ac:
683
684         Update for release 2.23.92.
685         
686 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * shell/eggfindbar.c: (egg_find_bar_class_init):
689
690         Allow page scrolling with PageUp/PageDown keys when find bar is
691         active. Fixes bug #529833.
692         
693 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * shell/ev-view-private.h:
696         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
697         (ev_view_scroll), (ev_view_class_init):
698         * shell/ev-view-accessible.c:
699         (ev_view_accessible_action_do_action):
700         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
701         (ev_window_cmd_scroll_backward):
702
703         Use GtkScrollType instead of EvScrollType.
704         
705 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
706
707         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
708         
709         Patch for case unsensitive page label match by Michael Lee.
710         See bug #550136.
711         
712         * shell/ev-page-action.c (create_tool_item):    
713         * test/Makefile.am:
714         * test/test1.py:
715         * test/test4.py:
716         * test/test5.py:
717         
718         Added test for the above and updated other tests.
719
720 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * shell/ev-window.c: (image_save_dialog_response_cb):
723
724         Do not append the file extension twice when saving an image.
725         
726 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
729
730         Remove an invalid ifdef.
731         
732 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-view.c: (ev_view_motion_notify_event):
735
736         Make sure the cursor is correctly restored after showing the right
737         click menu.
738         
739 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
742         (ev_attachment_open):
743         * shell/ev-sidebar-attachments.c:
744         (ev_sidebar_attachments_button_press):
745         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
746
747         Use GdkAppLaunchContext when available to open attachments.
748         
749 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
752
753         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
754         by Eric Piel.
755         
756 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * shell/ev-application.c: (ev_application_get_media_keys):
759         * shell/ev-media-player-keys.[ch]:
760         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
761         (ev_media_player_keys_grab_keys),
762         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
763         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
764         * shell/ev-window.[ch]: (ev_window_dispose),
765         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
766         (ev_window_init):
767
768         Clean up the media player keys stuff.
769         
770 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * NEWS:
773         * configure.ac:
774
775         Update for release 2.23.91.
776         
777 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * cut-n-paste/smclient/eggsmclient-xsmp.c:
780         (sm_client_xsmp_set_initial_properties):
781
782         Fix memory leak.
783         
784 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
785
786         * shell/ev-application.c: (ev_application_open_window),
787         (ev_application_open_uri_at_dest):
788
789         Make sure evince starts up in the right workspace when resuming a
790         previous session.
791         
792 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * shell/ev-application.[ch]: (ev_application_open_window),
795         (ev_application_add_icon_path_for_screen),
796         (ev_application_open_uri_at_dest):
797
798         Fix window manager warnings shown in ~/.xsession-errors
799         
800 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * configure.ac:
803         * cut-n-paste/Makefile.am:
804         * cut-n-paste/smclient/Makefile.am:
805         * cut-n-paste/smclient/eggdesktopfile.[ch]:
806         * cut-n-paste/smclient/eggsmclient-private.h:
807         * cut-n-paste/smclient/eggsmclient-xsmp.c:
808         * cut-n-paste/smclient/eggsmclient.[ch]:
809
810         EggSMClient copied from libegg
811
812         * libdocument/ev-file-helpers.c: (ev_dot_dir):
813         * shell/Makefile.am:
814         * shell/ev-application.[ch]: (ev_application_load_session),
815         (smclient_save_state_cb), (smclient_quit_cb),
816         (ev_application_init_session), (ev_application_shutdown),
817         (ev_application_init):
818         * shell/main.c: (main):
819
820         Use EggSMClient instead of gnome-client and remove libgnome and
821         libgnomeui dependencies.
822         
823 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
824
825         * shell/main.c: (main):
826
827         Remove gnome_authentication_manager_init.
828         
829 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-view.c: (ev_view_goto_window_create):
832
833         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
834         since it's now deprecated.
835         
836 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * backend/djvu/Makefile.am:
839         * backend/djvu/djvu-document-private.h:
840         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
841         (djvu_document_find_iface_init):
842         * backend/djvu/djvu-text-page.[ch]:
843         * backend/djvu/djvu-text.[ch]: Removed
844         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
845         (pdf_document_find_iface_init):
846         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
847         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
848         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
849         (ev_job_find_get_n_results), (ev_job_find_get_progress),
850         (ev_job_find_has_results), (ev_job_find_get_results):
851         * shell/ev-view-private.h:
852         * shell/ev-view.[ch]: (ev_view_expose_event),
853         (highlight_find_results), (ev_view_finalize),
854         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
855         (ev_view_set_document), (ev_view_find_get_n_results),
856         (ev_view_find_get_result), (jump_to_find_result),
857         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
858         (ev_view_find_previous), (ev_view_find_search_changed),
859         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
860         * shell/ev-window.c: (ev_window_update_actions),
861         (page_changed_cb), (ev_window_setup_document),
862         (ev_window_update_find_status_message),
863         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
864         (ev_window_clear_find_job), (find_bar_close_cb),
865         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
866         (ev_window_dispose), (ev_window_init):
867
868         Rework find interface. The find logic has been moved from backends
869         to the shell avoiding a lot of duplicated code in the backends and
870         making easier to implement the find interface in the backends.
871         
872 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
873
874         * backend/pdf/ev-poppler.cc:
875         (pdf_document_thumbnails_get_dimensions):
876
877         Make sure thumbnail size returned by the PDF is actually
878         valid. Fixes bug #548462.
879         
880 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
881
882         * shell/ev-window.c: (ev_window_setup_document),
883         (ev_window_set_document), (ev_window_dispose):
884
885         Remove the idle function for setting the document up when the
886         window is destroyed. Fixes bug #549163.
887         
888 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
891         (ev_job_attachments_dispose), (ev_job_attachments_run),
892         (ev_job_attachments_class_init), (ev_job_attachments_new):
893         * shell/ev-sidebar-attachments.c:
894         (ev_sidebar_attachments_set_document):
895
896         Add a new job to get the attachments in a thread with the document
897         lock held. Fixes bug #548653.
898         
899 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
902         (tiff_document_document_iface_init):
903
904         Implement document_get_page_label in tiff backend.
905         
906 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * backend/tiff/tiff-document.c: (tiff_document_render):
909
910         Handle document orientation in tiff backend. Fixes bug #548444.
911         
912 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
915
916         Do not crash when adjustment page size is 0. Fixes bug #547440.
917         
918 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * cut-n-paste/evmountoperation/ev-mount-operation.c:
921
922         Sync with current GTK+.
923         
924 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
925
926         * configure.ac:
927         
928         Update for release 2.23.6.
929
930 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
933         (ev_job_load_set_password):
934         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
935         * shell/ev-window.c: (password_dialog_response),
936         (ev_window_load_job_cb):
937
938         Fix loading encrypted documents since I broke it with the jobs
939         rework.
940         
941 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * NEWS:
944
945         Update NEWS for 2.23.6 release.
946         
947 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
948
949         * backend/impress/impress-document.c:
950         * backend/impress/render.h:
951         * libdocument/ev-document-factory.c:
952         * libdocument/ev-document-factory.h:
953         * libdocument/ev-document-links.h:
954         * libdocument/ev-document-misc.c:
955         * libdocument/ev-document-misc.h:
956         * properties/ev-properties-main.c:
957         * properties/ev-properties-view.c:
958         * properties/ev-properties-view.h:
959         * shell/eggfindbar.c:
960         * shell/eggfindbar.h:
961         * shell/ev-application.c:
962         * shell/ev-application.h:
963         * shell/ev-jobs.h:
964         * shell/ev-message-area.h:
965         * shell/ev-navigation-action.c:
966         * shell/ev-navigation-action.h:
967         * shell/ev-open-recent-action.c:
968         * shell/ev-open-recent-action.h:
969         * shell/ev-page-action-widget.c:
970         * shell/ev-page-action.c:
971         * shell/ev-page-action.h:
972         * shell/ev-page-cache.h:
973         * shell/ev-password-view.h:
974         * shell/ev-password.h:
975         * shell/ev-pixbuf-cache.h:
976         * shell/ev-properties-fonts.c:
977         * shell/ev-sidebar-attachments.c:
978         * shell/ev-sidebar-links.c:
979         * shell/ev-sidebar-links.h:
980         * shell/ev-sidebar-thumbnails.c:
981         * shell/ev-sidebar-thumbnails.h:
982         * shell/ev-sidebar.c:
983         * shell/ev-sidebar.h:
984         * shell/ev-stock-icons.c:
985         * shell/ev-tooltip.h:
986         * shell/ev-view.c:
987         * shell/ev-view.h:
988         * shell/ev-window.c:
989         * shell/ev-window.h:
990         * shell/main.c:
991
992         More #include cleanups. Again: reordering, single gtk.h
993         includes and other stuff.
994
995 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
996
997         * shell/eggfindbar.c:
998         * shell/ev-application.c:
999         * shell/ev-message-area.c:
1000         * shell/ev-navigation-action.c:
1001         * shell/ev-open-recent-action.c:
1002         * shell/ev-page-action-widget.c:
1003         * shell/ev-page-action.c:
1004         * shell/ev-password-view.c:
1005         * shell/ev-properties-dialog.c:
1006         * shell/ev-properties-fonts.c:
1007         * shell/ev-sidebar-attachments.c:
1008         * shell/ev-sidebar-page.c:
1009         * shell/ev-sidebar-thumbnails.c:
1010         * shell/ev-stock-icons.c:
1011         * shell/ev-tooltip.c:
1012         * shell/ev-view.c:
1013         * shell/ev-window.c:
1014         * shell/main.c:
1015
1016         Cleanup many #include statements: reorder so that a
1017         generic-to-specific order is used, use single gtk.h
1018         includes, and some other cleanups.
1019
1020 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * shell/ev-jobs.h:
1023
1024         Add gio header.
1025         
1026 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1029         (ev_document_fc_mutex_trylock):
1030         * shell/Makefile.am:
1031         * shell/ev-job-queue.[ch]:
1032         * shell/ev-job-scheduler.[ch]:
1033         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1034         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1035         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1036         (ev_job_failed_from_error), (ev_job_succeeded),
1037         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1038         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1039         (ev_job_links_class_init), (ev_job_render_init),
1040         (notify_page_ready), (ev_job_render_page_ready),
1041         (ev_job_render_run), (ev_job_render_class_init),
1042         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1043         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1044         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1045         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1046         (ev_job_save_dispose), (ev_job_save_run),
1047         (ev_job_save_class_init), (ev_job_print_init),
1048         (ev_job_print_dispose), (ev_job_print_run),
1049         (ev_job_print_class_init):
1050         * shell/ev-page-cache.c:
1051         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1052         (check_job_size_and_unref), (move_one_job),
1053         (copy_job_to_job_info), (add_job),
1054         (ev_pixbuf_cache_add_jobs_if_needed):
1055         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1056         (job_fonts_finished_cb), (job_fonts_updated_cb),
1057         (ev_properties_fonts_set_document):
1058         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1059         (ev_sidebar_links_set_document):
1060         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1061         (ev_sidebar_thumbnails_set_document),
1062         (ev_sidebar_thumbnails_clear_job):
1063         * shell/ev-view-private.h:
1064         * shell/ev-view.c:
1065         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1066         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1067         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1068         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1069         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1070         (ev_window_reload_document), (ev_window_clear_save_job),
1071         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1072         (ev_window_clear_print_job), (ev_window_print_job_cb),
1073         (ev_window_print_dialog_response_cb):
1074         * shell/main.c: (main):
1075
1076         Rework the jobs system in order to make it simpler and more
1077         extensible. It allows to run jobs in the main loop instead of
1078         using a thread when it's appropriate like the fonts job. Now it's
1079         also possible to cancel jobs that are currently running. 
1080         
1081 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * libdocument/ev-debug.c: (profile_init):
1084
1085         Create the hash table also when profiling service is enabled for
1086         all sections.
1087         
1088 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1091         (ev_profiler_stop):
1092         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1093         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1094         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1095         (ev_job_print_run):
1096         * shell/main.c: (main):
1097
1098         Add a profile mode available when debug is enabled. Add profilers
1099         in ev-jobs.
1100         
1101 2008-07-23  Götz Waschk <waschk@mandriva.org>
1102
1103         * configure.ac: Correctly build desktop file. Fixes
1104         bug #544237.
1105
1106 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1107
1108         * configure.ac:
1109         
1110         Update for release 2.23.5.
1111
1112 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * NEWS:
1115
1116         Update NEWS for 2.23.5 release.
1117         
1118 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * shell/ev-window.c: (ev_window_state_event),
1121         (ev_window_class_init):
1122
1123         Intercept window manager's fullscreen request in order to run/stop
1124         fullscreen mode. Fixes bug #493541.
1125         
1126 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1129
1130         Restart the job search when the find bar is opened for the second
1131         time. Fixes bug #531956.
1132         
1133 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1136         (get_document_from_uri):
1137
1138         Make sure we always return a valid error struct when
1139         get_document_from_uri fails. Fixes nautilus crash, see bug
1140         #542548.
1141         
1142 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1143
1144         * libdocument/ev-transition-effect.c
1145         (ev_transition_effect_type_get_type),
1146         (ev_transition_effect_alignment_get_type),
1147         (ev_transition_effect_direction_get_type):
1148         
1149         Fixes bug #542924. Makes enums static to fix Solaris build.
1150
1151 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * shell/ev-view.c: (ev_view_key_press_event):
1154
1155         Add '.' keybinding for blanking the screen in presentation
1156         mode. Fixes bug #542001.
1157         
1158 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * libdocument/ev-document-misc.c:
1161         (ev_document_misc_pixbuf_from_surface):
1162
1163         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1164         #540950.
1165         
1166 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1167
1168         * backend/comics/comics-document.c (comics_document_load):
1169         * backend/comics/comicsdocument.evince-backend.in:
1170         * configure.ac:
1171         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1172         
1173         Added support for 7-zip based cb7 comic book. Patch by
1174         Kartik Rustagi. Fixes bug #532312.
1175
1176 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1177
1178         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1179         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1180         Fixes bug #539972.
1181
1182 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1183
1184         * shell/Makefile.am:
1185         * shell/ev-application.c (ev_application_init),
1186         (ev_application_get_media_keys):
1187         * shell/ev-application.h:
1188         * shell/ev-marshal.list:
1189         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1190         (proxy_destroy), (on_media_player_key_pressed),
1191         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1192         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1193         * shell/ev-media-player-keys.h:
1194         * shell/ev-window.c (ev_window_go_previous_page),
1195         (ev_window_go_next_page), (ev_window_go_first_page),
1196         (ev_window_go_last_page), (ev_window_start_presentation),
1197         (ev_window_dispose), (view_actions_focus_in_cb):
1198         * shell/ev-window.h: When building with D-Bus support, listen
1199         for multimedia key events from gnome-settings-daemon. This allows
1200         to go to the next/previous/first/last pages using, respectively,
1201         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1202         a presentation. Fixes bug #539971.
1203
1204 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1205
1206         * configure.ac:
1207         
1208         Update for release 2.23.4.
1209
1210 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * NEWS:
1213
1214         Update news for 2.23.4 release.
1215         
1216 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1217
1218         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1219         * shell/ev-sidebar-thumbnails.c:
1220         (ev_sidebar_thumbnails_set_loading_icon),
1221         (ev_sidebar_thumbnails_refresh):
1222         * shell/ev-window.c: (ev_window_error_message),
1223         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1224         (ev_window_set_document):
1225
1226         Do not crash opening documents with no pages and show a warning
1227         message in the message area. Fixes bugs #537574 and #171588.
1228         
1229 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * shell/Makefile.am:
1232         * shell/ev-file-monitor.[ch]:
1233         * shell/ev-window.c: (ev_window_document_changed),
1234         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1235         (ev_window_reload_job_cb), (ev_window_open_uri),
1236         (ev_window_reload_document), (ev_window_cmd_view_reload),
1237         (ev_window_dispose):
1238
1239         Automaticly reload the document when the file has changed on
1240         disk. Bug #304249.
1241         
1242 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1243
1244         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1245         * libdocument/ev-image.c: (ev_image_save_tmp):
1246         * libdocument/ev-module.c: (ev_module_load):
1247         * shell/ev-application.c: (ev_application_shutdown),
1248         (ev_application_get_print_settings):
1249         * shell/ev-sidebar-attachments.c:
1250         (ev_sidebar_attachments_button_press),
1251         (ev_sidebar_attachments_drag_data_get):
1252         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1253         (ev_window_print_finished), (ev_window_print_send),
1254         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1255         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1256         (ev_window_cmd_preview_print):
1257         * shell/main.c: (load_files_remote):
1258         Fix some build warnings under GCC 4.3.0. (#537535).
1259
1260 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * shell/ev-jobs.c: (ev_job_render_dispose):
1263
1264         Fix a crash in debug mode. Patch by Daniel M German.
1265         
1266 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * shell/ev-window.c:
1269
1270         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1271         
1272 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * shell/ev-window.c: (ev_window_print_send),
1275         (ev_window_do_preview_print):
1276
1277         Use the window title as print job name instead of just
1278         "evince-print". Fixes bug #534493.
1279         
1280 2008-05-19  Frederic Peters  <fpeters@0d.be>
1281
1282         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1283         Bug #533897.
1284
1285 2008-05-19  Frederic Peters  <fpeters@0d.be>
1286
1287         * help/reference/Makefile.am: added missing libevmountoperation to
1288         gtkdoc-scanobj libraries.  Bug #533896.
1289
1290 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1291
1292         * properties/ev-properties-view.c (get_default_user_units):
1293         Fixes check for default units string translation. Bug #533323.
1294
1295 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1296
1297         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1298         be an iks_free(). Fix an array overflow in the XML parser that
1299         would occur whenever the number of attributes in a tag was greater
1300         than 0 and divisible by 6. Fixes GNOME bug #530852.
1301
1302 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * backend/djvu/djvu-document-private.h:
1305         * backend/djvu/djvu-links.c:
1306         * backend/djvu/djvu-text.c:
1307         * backend/djvu/djvu-document.c: (djvu_handle_events),
1308         (djvu_wait_for_message), (djvu_document_load),
1309         (document_get_page_size), (djvu_document_render),
1310         (djvu_document_thumbnails_get_thumbnail),
1311         (djvu_document_file_exporter_end):
1312
1313         Make sure load job doesn't finish successfully when the document
1314         is not successfully decoded by libdjvu. Fixes bug #530202.
1315         
1316 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * configure.ac:
1319         * libdocument/Makefile.am:
1320         * libdocument/ev-debug.[ch]:
1321         * libdocument/ev-document.c:
1322         * shell/ev-jobs.c: (ev_job_links_dispose),
1323         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1324         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1325         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1326         (ev_job_render_page_ready), (ev_job_render_run),
1327         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1328         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1329         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1330         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1331         (ev_job_print_new), (ev_job_print_run):
1332         * shell/main.c: (main):
1333
1334         Add debug mode based on gedit code. Add debug messages in
1335         ev-jobs.
1336         
1337 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * libdocument/ev-document-factory.c: (get_document_from_uri):
1340
1341         Fix memory leak.
1342         
1343 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1344
1345         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1346         (get_mime_type_from_data), (get_document_from_uri),
1347         (ev_document_factory_get_document):
1348         
1349         Improved error message about file opening failture.
1350         Bug #529129.
1351
1352 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1353
1354         * data/evince-toolbar.xml:
1355         
1356         Allow to add SaveAs to toolbar.
1357
1358 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * shell/ev-view-private.h:
1361         * shell/ev-view.[ch]: (ev_view_button_release_event),
1362         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1363         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1364         (ev_view_update_primary_selection), (clear_link_selected),
1365         (ev_view_copy_link_address):
1366         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1367
1368         Update also the primary selection when copying a link
1369         address. Fixes bug #520855.
1370         
1371 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * libdocument/ev-document-factory.c: (get_document_from_uri):
1374
1375         Use the pixbuf backend only when the mime type is not supported by
1376         any of the other backend so that tiff documents, for instance, are
1377         handled by the tiff backend instead of the pixbuf backend. fixes
1378         bug #520290.
1379         
1380 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * cut-n-paste/Makefile.am:
1383
1384         Add evmountoperation to subdirs list.
1385         
1386 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * configure.ac:
1389
1390         Fix libspectre check in configure script. Fixes bug #528549.
1391         
1392 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * configure.ac:
1395         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1396         * shell/Makefile.am:
1397         * shell/ev-window.c: (ev_window_load_remote_failed),
1398         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1399
1400         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1401         open documents in remote locations that are not mounted.
1402         
1403 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1406         (bitmap_convert_msb8):
1407         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1408         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1409
1410         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1411         
1412 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1415         (ev_job_render_new), (ev_job_render_set_selection_info),
1416         (ev_job_render_run):
1417         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1418         (check_job_size_and_unref),
1419         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1420         (add_job), (ev_pixbuf_cache_get_selection_surface):
1421
1422         Create the render context needed for rendering a page in the render
1423         thread so that we don't block the main thread. Simplify
1424         EvJobRender API.
1425         
1426 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1427
1428         * libdocument/Makefile.am:
1429         * libdocument/ev-page.[ch]:
1430         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1431         (ev_render_context_new), (ev_render_context_set_page):
1432         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1433         (ev_form_field_finalize), (ev_form_field_class_init):
1434         * libdocument/ev-document-forms.[ch]:
1435         (ev_document_forms_get_form_fields):
1436         * libdocument/ev-document.[ch]: (ev_document_get_page),
1437         (ev_document_get_page_size), (ev_document_get_page_label):
1438         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1439         (ev_job_render_run), (ev_job_thumbnail_new),
1440         (ev_job_thumbnail_run), (ev_job_print_run):
1441         * shell/ev-page-cache.c: (ev_page_cache_new):
1442         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1443         (check_job_size_and_unref), (add_job):
1444         * shell/ev-sidebar-thumbnails.c: (add_range):
1445         * shell/ev-view.c: (ev_view_form_field_get_region),
1446         (ev_view_form_field_button_create_widget),
1447         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1448         (ev_view_handle_form_field), (ev_view_size_allocate),
1449         (get_selected_text):
1450         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1451         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1452         (pdf_document_get_page), (pdf_document_get_page_label),
1453         (pdf_document_render), (pdf_document_get_info),
1454         (pdf_document_document_iface_init),
1455         (pdf_document_thumbnails_get_thumbnail),
1456         (pdf_document_thumbnails_get_dimensions),
1457         (pdf_document_file_exporter_do_page),
1458         (pdf_selection_render_selection),
1459         (pdf_selection_get_selected_text),
1460         (pdf_selection_get_selection_region),
1461         (pdf_selection_get_selection_map),
1462         (pdf_document_forms_get_form_fields),
1463         (pdf_document_forms_form_field_text_get_text),
1464         (pdf_document_forms_form_field_text_set_text),
1465         (pdf_document_forms_form_field_button_set_state),
1466         (pdf_document_forms_form_field_button_get_state),
1467         (pdf_document_forms_form_field_choice_get_item),
1468         (pdf_document_forms_form_field_choice_get_n_items),
1469         (pdf_document_forms_form_field_choice_is_item_selected),
1470         (pdf_document_forms_form_field_choice_select_item),
1471         (pdf_document_forms_form_field_choice_toggle_item),
1472         (pdf_document_forms_form_field_choice_unselect_all),
1473         (pdf_document_forms_form_field_choice_set_text),
1474         (pdf_document_forms_form_field_choice_get_text):
1475         * backend/ps/ev-spectre.c: (ps_document_get_page),
1476         (ps_document_get_page_size), (ps_document_get_page_label),
1477         (ps_document_render), (ps_document_document_iface_init),
1478         (ps_document_file_exporter_do_page):
1479         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1480         (tiff_document_render), (tiff_document_render_pixbuf),
1481         (tiff_document_file_exporter_do_page):
1482         * backend/pixbuf/pixbuf-document.c:
1483         (pixbuf_document_get_page_size):
1484         * backend/comics/comics-document.c:
1485         (comics_document_get_page_size), (comics_document_render_pixbuf):
1486         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1487         (djvu_document_render), (djvu_selection_get_selected_text),
1488         (djvu_document_thumbnails_get_thumbnail),
1489         (djvu_document_file_exporter_do_page),
1490         (djvu_document_find_get_result):
1491         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1492         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1493         (dvi_document_thumbnails_get_thumbnail),
1494         (dvi_document_file_exporter_do_page):
1495         * backend/impress/impress-document.c:
1496         (impress_document_get_page_size),
1497         (impress_document_render_pixbuf):
1498         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1499
1500         Add EvPage so that we can hold a reference to the backend
1501         page. Form fields keep now a reference to the poppler page
1502         improving performance since we don't have to create/destroy the
1503         poppler field for every form operation. This will be needed for
1504         annotations too.
1505         
1506 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * data/evince-ui.xml:
1509         * shell/ev-window.c:
1510
1511         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1512         
1513 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1514
1515         * configure.ac:
1516         * backend/ps/Makefile.am:
1517
1518         Remove gs stuff from ps backend.
1519         
1520 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * configure.ac:
1523         * backend/pdf/ev-poppler.cc:
1524
1525         Bump poppler requirement to 0.8.0.
1526         
1527 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1528
1529         * NEWS:
1530         * configure.ac:
1531
1532         Update for release 2.22.1.1
1533
1534 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * configure.ac:
1537
1538         Fix build (again) when poppler version is 0.6
1539         
1540 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * backend/djvu/djvu-links.c: (build_tree):
1543
1544         Make sure link title is a valid utf8 string. Fixes bug #526517.
1545         
1546 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * configure.ac:
1549
1550         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1551         #526799.
1552         
1553 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1554
1555         * configure.ac:
1556         
1557         Update for release 2.22.1.
1558
1559 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * NEWS:
1562
1563         Update for upcoming release.
1564
1565 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * configure.ac:
1568         * backend/dvi/dvidocument.evince-backend.in:
1569
1570         Add compressed dvi to the list of supported mime types. Patch by
1571         Ed Catmur. Fixes bug #307087.
1572
1573 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1576
1577         Fix a crash when printing a range that doesn't specify the start or
1578         end page. Fixes bug #524288.
1579
1580 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * shell/ev-window.c: (ev_window_cmd_continuous),
1583         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1584         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1585         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1586         (ev_window_run_presentation), (ev_window_stop_presentation),
1587         (ev_window_cmd_view_presentation),
1588         (ev_window_cmd_leave_fullscreen),
1589         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1590
1591         Do not unfullscreen and fullscreen again the window when changing
1592         from fullscreen to presentation mode and vice versa. Fixes bug
1593         #524112.
1594         
1595 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1598
1599         Do not crash when thumbnail failed to render in PS backend. Fixes
1600         bug #525015.
1601         
1602 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1605         (ev_window_load_file_remote), (ev_window_open_uri):
1606
1607         Handle errors when opening remote files.
1608         
1609 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1612
1613         Only grab the focus for the current visible proxy widget. Fixes
1614         bug #521224.
1615         
1616 2008-03-30  Emil Soleyman  <emil@nishra.com>
1617
1618         * shell/ev-window.c: (launch_external_uri):
1619         
1620         Reuse g_app_info_launch_default_for_uri to
1621         save some code and fix bug #525009.
1622
1623 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1624
1625         * shell/ev-window.c (image_save_dialog_response_cb):
1626
1627         Use g_str_has_suffix. See bug #523069.
1628
1629 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * configure.ac:
1632
1633         Add a configure option to enable/diable DBus. Patch by Rémi
1634         Cardona. Fixes bug 521797.
1635
1636 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1639
1640         Fix printing in documents with rotated pages. Patch by Eugen
1641         Dedu. Fixes bug #512648.
1642         
1643 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1646         (ev_link_from_action):
1647
1648         Fix warning messages.
1649         
1650 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * shell/ev-window.c: (image_save_dialog_response_cb):
1653
1654         Do not append the extension to filename when saving an image
1655         if the filename alredy contains the extension. Fixes bug #523069.
1656         
1657 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * shell/ev-view.[ch]: (ev_view_find_cancel):
1660         * shell/ev-window.c: (find_bar_close_cb):
1661
1662         Cancel the find operation when the find bar is closed. Fixes bug
1663         #508845.
1664         
1665 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * backend/ps/psdocument.evince-backend.in:
1668
1669         Make ps backend module resident. Fixes bug #520607.
1670         
1671 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * shell/ev-jobs.c: (ev_job_print_run):
1674
1675         Invert collate action in order to work as expected, fix reverse
1676         printing so that it doesn't start with a blank page and fix number
1677         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1678         
1679 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1682
1683         Fix build with poppler <= 0.7.2
1684         
1685 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * libdocument/ev-document-misc.c:
1688         (ev_document_misc_surface_from_pixbuf):
1689
1690         Fix selections with poppler-splash.
1691         
1692 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * configure.ac:
1695         * backend/pdf/ev-poppler.cc:
1696
1697         Fix build with poppler >= 0.7.2
1698         
1699 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1700
1701         * configure.ac:
1702         
1703         Update for release 2.22.0
1704
1705 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * NEWS:
1708
1709         Update for upcoming release.
1710
1711 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1712
1713         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1714
1715         Bug 495107 – Handle print dialog responses correctly
1716
1717         Correctly handle print dialog response. Properly fixes
1718         the above mentioned bug.
1719
1720 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1723
1724         Make sure print job is only run when the print button is
1725         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1726         
1727 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * backend/pdf/pdfdocument.evince-backend.in:
1730         * libdocument/ev-backends-manager.c:
1731         (ev_backends_manager_load_backend),
1732         (ev_backends_manager_get_document):
1733         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1734
1735         Allow making backend modules resident. This is needed only for
1736         some backends like pdf to avoid registering glib types more than
1737         once.
1738         
1739 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1740
1741         * backend/comics/comics-document.c:
1742         * backend/djvu/djvu-document.c:
1743         * backend/impress/impress-document.c:
1744         * backend/pdf/ev-poppler.cc:
1745         * backend/pixbuf/pixbuf-document.c:
1746         * backend/ps/ev-spectre.c:
1747         * backend/ps/ps-document.c:
1748         * backend/tiff/tiff-document.c:
1749         * libdocument/ev-document.h:
1750         * properties/ev-properties-main.c:
1751
1752         Use g_type_module_add_interface instead of
1753         g_type_add_interface_static. Fixes bug #519679.
1754         
1755 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1756
1757         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1758         Added. Returns whether the animation has everything necessary to run.
1759         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1760         is ready just because it's been created. Fixes #519106.
1761         (draw_one_page): Do not show the "Loading..." text in presentation
1762         mode, there was a slim probability that this could happen.
1763
1764 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1767
1768         Duplicate mime_type string before freeing it so that it doesn't
1769         always fail when getting mime type from uri. Fixes bug #518874.
1770         
1771 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1772
1773         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1774
1775         Fix a crash when a choice form field doesn't have any item
1776         selected. Fixes bug #518831
1777         
1778 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1779
1780         * shell/ev-window.c (ev_window_clear_temp_file):
1781         Use g_file_has_prefix instead of renamed
1782         g_file_contains_file.
1783
1784         * configure.ac:
1785         Require new glib for above change.
1786         
1787 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * libdocument/ev-image.c: (ev_image_finalize),
1790         (ev_image_save_tmp):
1791
1792         Return a real uri instead of a filename when saving an
1793         image. Fixes images drag an drop from evince to nautilus. 
1794         
1795 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * backend/pdf/ev-poppler.cc:
1798         (pdf_document_images_get_image_mapping):
1799
1800         Return the image list in the right order. Fixes bug #516237.
1801         
1802 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1803
1804         * backend/impress/impress-document.c:
1805         (impress_document_thumbnails_get_thumbnail):
1806
1807         Remove unused variable to avoid a compiler warning.
1808
1809 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1810
1811         * configure.ac:
1812         
1813         Update for release 2.21.91.
1814
1815 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * configure.ac:
1818         * shell/Makefile.am:
1819         * shell/ev-application.[ch]:
1820         * shell/ev-sidebar-links.c:
1821         * shell/ev-utils.[ch]:
1822         * shell/ev-window.[ch]:
1823
1824         Remove libgnomeprint support. Fixes bug #512370.
1825         
1826 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1827
1828         * thumbnailer/evince-thumbnailer.c: (main):
1829
1830         Initialize glib type system before using it. Fixes bug #513934.
1831         
1832 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * properties/ev-properties-main.c:
1835
1836         Add missing #include.
1837         
1838 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * configure.ac:
1841         * backend/djvu/djvu-document.c: (djvu_document_render):
1842         * backend/tiff/tiff-document.c: (tiff_document_render):
1843
1844         Use the new cairo function cairo_format_stride_for_width when
1845         available. Fixes bug #482720.
1846
1847 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1850         (get_mime_type_from_data), (get_document_from_uri):
1851
1852         Use g_content_type_guess() only when slow is true in
1853         get_document_from_uri(). Fix several memory leaks.
1854         
1855 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1856
1857         * libdocument/ev-document-factory.c:
1858         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1859         (get_document_from_uri):
1860
1861         Use g_content_type_guess () to get mimetype for files.
1862         Bug #510401.
1863
1864 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * thumbnailer/Makefile.am:
1867
1868         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1869         
1870 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * configure.ac:
1873
1874         Fix build with --without-libgnome. Fixes bug #512771.
1875         
1876 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1877
1878         * backend/dvi/Makefile.am: Install only dvi
1879         module. Fixes bug #512718.
1880
1881 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1882
1883         * properties/ev-properties-main.c: (nautilus_module_initialize):
1884         
1885         Initialize backends in properties tab. Fixes bug
1886         #512720.
1887
1888 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1889
1890         * properties/Makefile.am: No need to link with 
1891         libraries. Fixes bug #512719.
1892
1893 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1894
1895         * NEWS:
1896         * configure.ac:
1897         
1898         Update for release 2.21.90.
1899
1900 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * shell/ev-window.c: (ev_window_cmd_escape):
1903
1904         Fix compile warning.
1905         
1906 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1909
1910         Fix printing in dvi backend when filename contains white
1911         espaces. Fixes bug #502839.
1912         
1913 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1914
1915         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1916         (screensaver_disable_x11):
1917         * shell/Makefile.am:
1918         * shell/xdg-user-dir-lookup.c: Removed
1919         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1920         * shell/ev-view.c: (ev_view_presentation_transition_start):
1921         * shell/ev-window.c: (ev_window_cmd_file_open),
1922         (ev_window_cmd_save_as), (presentation_set_timeout):
1923
1924         Remove #ifdefs that are no longer needed.
1925         
1926 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * shell/ev-view.[ch]: (ev_view_button_release_event),
1929         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1930         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1931         (ev_window_cmd_escape):
1932
1933         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1934         
1935 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1936
1937         * configure.ac:
1938         * backend/comics/comics-document.c: (comics_document_load):
1939         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1940         (ev_attachment_set_property), (ev_attachment_init),
1941         (ev_attachment_save), (ev_attachment_launch_app),
1942         (ev_attachment_open):
1943         * libdocument/ev-document-factory.c: (get_document_from_uri):
1944         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1945         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1946         * shell/ev-jobs.c:
1947         * shell/ev-password.c: (ev_password_dialog_set_property),
1948         (ev_password_dialog_save_password):
1949         * shell/ev-sidebar-attachments.c:
1950         (ev_sidebar_attachments_drag_data_get):
1951         * shell/ev-window-title.c: (get_filename_from_uri):
1952         * shell/ev-window.c: (ev_window_clear_temp_file),
1953         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1954         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1955         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1956         (launch_external_uri), (image_save_dialog_response_cb),
1957         (attachment_save_dialog_response_cb):
1958         * shell/main.c: (load_files), (load_files_remote), (main):
1959         * thumbnailer/evince-thumbnailer.c: (main):
1960
1961         Port to gio and drop gnome-vfs dependency. Fixes bug
1962         #510401. Based on patch by Cosimo Cecchi.
1963         
1964 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1965
1966         * NEWS:
1967
1968         Fixed formatting inconsistencies (spaces vs. tabs)
1969
1970 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1971
1972         * shell/ev-window.c:
1973
1974         Use top/up/bottom/down arrows instead of
1975         first/left/last/right in the toolbar and menu actions.
1976         This fixes issues with RTL languages and is visually
1977         consistent with the page view. Fixes bug #170081.
1978
1979 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1980
1981         * NEWS:
1982
1983         Fixed some inaccuracies pointed out by Carlos Garcia
1984         Campos.
1985
1986 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1987
1988         * NEWS:
1989         * data/evince.schemas.in:
1990         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1991
1992         Override PDF restrictions by default. Fixes bug #382700.
1993
1994 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1995
1996         * NEWS: Updated for upcoming release
1997
1998 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2001
2002         Fix memory leak.
2003         
2004 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2005
2006         * shell/ev-window.c: (register_custom_actions):
2007         
2008         Added comment for translators
2009
2010 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * shell/ev-view.c: (ev_view_button_release_event):
2013
2014         Do not create the idle function for kinetic scrolling if we are
2015         not in a drag operation.
2016
2017 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2020         (ev_view_button_press_event), (ev_view_motion_notify_event),
2021         (ev_view_button_release_event):
2022
2023         Restore cursor after autoscrolling. Fixes bug #509958.
2024
2025 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * configure.ac:
2028         * backend/pdf/ev-poppler.cc:
2029         (pdf_document_images_get_image_mapping),
2030         (pdf_document_images_get_image),
2031         (pdf_document_document_images_iface_init):
2032         * libdocument/ev-document-images.[ch]:
2033         (ev_document_images_get_image_mapping),
2034         (ev_document_images_get_image):
2035         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2036         (ev_image_get_id), (ev_image_save_tmp):
2037         * shell/ev-jobs.c: (ev_job_render_run):
2038         * shell/ev-view.c: (ev_view_drag_data_get):
2039         * shell/ev-window.c: (image_save_dialog_response_cb),
2040         (ev_view_popup_cmd_copy_image):
2041
2042         Do not render images when rendering the page but on demand. It
2043         reduces the memory comsumption.
2044         
2045 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2046
2047         * configure.a:
2048         * shell/ev-password.c:
2049
2050         Make gnome-keyring optional. Fixes bug #509676.
2051         
2052 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2053
2054         * shell/ev-pixbuf-cache.c: (add_job):
2055
2056         Initialize include_images variable as FALSE instead of TRUE.
2057         
2058 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2059
2060         * configure.ac:
2061         * cut-n-paste/Makefile.am:
2062         * cut-n-paste/fileformatchooser/Makefile.am:
2063         * cut-n-paste/fileformatchooser/egg-macros.h:
2064         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2065         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2066         * shell/Makefile.am:
2067         * shell/ev-utils.c:
2068         (file_chooser_dialog_add_writable_pixbuf_formats),
2069         (get_gdk_pixbuf_format_by_extension):
2070         * shell/ev-utils.h:
2071         * shell/ev-window.c: (ev_window_error_message),
2072         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2073         
2074         Simplify image format selection on save.
2075
2076 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2077
2078         * shell/ev-view.c: (ev_view_scroll_event):
2079         
2080         Repair gorizontal scrolling with shift. Fixes
2081         bug #483412.
2082
2083 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2084         
2085         * MAINTAINERS:
2086
2087         Fix formatting issues.
2088         
2089 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2090
2091         * backend/comics/comics-document.c: (comics_regex_quote):
2092         
2093         Don't overquote special chars except of '. See bug 
2094         502500. Thanks to Tom Parker.
2095
2096 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2097
2098         * MAINTAINERS:
2099         
2100         Added Nickolay and Carlos, since they're doing most of
2101         the releases nowadays.
2102
2103 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2104
2105         * properties/Makefile.am:
2106
2107         Get the nautilus extension dir properly instead of using
2108         a hack. Fixes bug #505359.
2109
2110 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2111
2112         * properties/Makefile.am:
2113         
2114         Install nautilus extension into new place. See bug
2115         #505359. Thanks to Matthias Clasen, Brian Pepple and
2116         Damien Carbery.
2117
2118 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2119
2120         * shell/ev-window.c: (ev_window_get_recent_file_label):
2121         
2122         RTL marker in recent file list. See bug #509076.
2123
2124 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2127         * shell/ev-window.c: (image_save_dialog_response_cb):
2128
2129         Fix compile warnings due to unused variables.
2130         
2131 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * configure.ac:
2134         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2135         * backend/ps/ev-spectre.c: (ps_document_render):
2136
2137         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2138
2139 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2140
2141         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2142         (ev_transition_animation_paint): Implement "fade" effect.
2143
2144 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2145
2146         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2147         (ev_transition_animation_paint): Implement "uncover" effect.
2148
2149 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2150
2151         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2152         (ev_transition_animation_paint): Implement "cover" effect.
2153
2154 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2155
2156         * shell/ev-transition-animation.c (ev_transition_animation_push)
2157         (ev_transition_animation_paint): Implement "push" effect.
2158
2159 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2160
2161         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2162         (ev_transition_animation_paint): Implement "dissolve" effect.
2163
2164 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2165
2166         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2167         (ev_transition_animation_paint): Implement "wipe" effect.
2168
2169 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2170
2171         * shell/ev-transition-animation.c (ev_transition_animation_box)
2172         (ev_transition_animation_paint): Implement "box" effect.
2173
2174 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2175
2176         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2177         (ev_transition_animation_paint): Implement "blinds" effect.
2178
2179 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2180
2181         * shell/ev-transition-animation.c (ev_transition_animation_split)
2182         (ev_transition_animation_paint): Implement "split" effect.
2183
2184 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2185
2186         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2187         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2188         (ev_view_transition_animation_start) 
2189         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2190         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2191         (ev_view_next_page) (ev_view_previous_page):
2192         
2193         Use EvTransitionAnimation to drive page changes in the presentation
2194         mode, the animation will wait to start until both the origin and 
2195         destination page surfaces are available. Fixes #458460.
2196
2197         (draw_loading_text):
2198
2199         Remove workaround for bug #320352, it's now fixed properly.
2200
2201
2202 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2203
2204         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2205         will contain the implementations for page transition animations, at
2206         the moment it just has the "replace" effect.
2207         * shell/Makefile.am: Added these files to build.
2208
2209 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2210
2211         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2212         animations.
2213         * shell/Makefile.am: Added these files to build.
2214
2215 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2216
2217         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2218         implementation to get_effect() in EvDocumentTransitionIface.
2219
2220 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2221
2222         * libdocument/ev-transition-effect.[ch]: New files, define a page
2223         transition effect, at the moment it maps PopplerPageTransition to a
2224         GObject.
2225         * libdocument/Makefile.am: Added these files to build.
2226         * libdocument/ev-document-transition.[ch]
2227         (ev_document_transition_get_effect): New method, gets the
2228         EvTransitionEffect returned by the interface implementation, with
2229         fallback to the "replace" effect.
2230
2231 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2232
2233         * configure.ac:
2234         * cut-n-paste/Makefile.am:
2235         * cut-n-paste/fileformatchooser/Makefile.am:
2236         * cut-n-paste/fileformatchooser/egg-macros.h:
2237         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2238         * shell/Makefile.am:
2239         * shell/ev-window.c: (image_save_dialog_response_cb),
2240         (ev_view_popup_cmd_save_image_as):
2241
2242         Allow exporting images in any format supported by
2243         GdkPixbuf. Fixes bug #500209.
2244         
2245 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2246
2247         * backend/pixbuf/pixbuf-document.c:
2248
2249         More warnings fixed.
2250         
2251 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2254         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2255         * backend/djvu/djvu-text.h:
2256         * backend/tiff/tiff-document.c: (tiff_document_render):
2257
2258         Fix compile warnings.
2259         
2260 2007-12-28  Christian Persch  <chpe@gnome.org>
2261
2262         * **/*.c: Include config.h. Bug #504721.
2263
2264 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2265
2266         * configure.ac:
2267         * Makefile.am:
2268         * po/POTFILES.in:
2269         * backend/comics/Makefile.am:
2270         * backend/comics/comics-document.[ch]:
2271         * backend/comics/comicsdocument.evince-backend.in:
2272         * backend/djvu/Makefile.am:
2273         * backend/djvu/djvu-document.[ch]:
2274         * backend/djvu/djvudocument.evince-backend.in:
2275         * backend/dvi/Makefile.am:
2276         * backend/dvi/dvi-document.[c]:
2277         * backend/dvi/dvidocument.evince-backend.in:
2278         * backend/impress/Makefile.am:
2279         * backend/impress/impress-document.[ch]:
2280         * backend/impress/impressdocument.evince-backend.in:
2281         * backend/pdf/Makefile.am:
2282         * backend/pdf/ev-poppler.cc:
2283         * backend/pdf/ev-poppler.h:
2284         * backend/pdf/pdfdocument.evince-backend.in:
2285         * backend/pixbuf/Makefile.am:
2286         * backend/pixbuf/pixbuf-document.[ch]:
2287         * backend/pixbuf/pixbufdocument.evince-backend.in:
2288         * backend/ps/Makefile.am:
2289         * backend/ps/ev-spectre.[ch]:
2290         * backend/ps/ps-document.[ch]:
2291         * backend/ps/psdocument.evince-backend.in:
2292         * backend/tiff/Makefile.am:
2293         * backend/tiff/tiff-document.[ch]:
2294         * backend/tiff/tiffdocument.evince-backend.in:
2295         * libdocument/Makefile.am:
2296         * libdocument/ev-backends-manager.[ch]:
2297         * libdocument/ev-module.[ch]:
2298         * libdocument/ev-document.h:
2299         * libdocument/ev-document-factory.[ch]:
2300         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2301         (get_compression_from_mime_type), (get_document_from_uri),
2302         (ev_document_factory_get_document), (file_filter_add_mime_types),
2303         (ev_document_factory_add_filters):
2304         * shell/Makefile.am:
2305         * shell/ev-window-title.c: (get_filename_from_uri):
2306         * shell/main.c: (main):
2307         * thumbnailer/Makefile.am:
2308         * thumbnailer/evince-thumbnailer.c: (main):
2309
2310         Plugin system for backends. Fixes bug #351348.
2311         
2312 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2313
2314         * shell/ev-view-private.h:
2315         * shell/ev-view.c: (ev_view_drag_update_momentum),
2316         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2317         (ev_view_button_release_event), (ev_view_destroy):
2318         
2319         Kinetic scrolling implemented as requested in
2320         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2321
2322 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2323
2324         * data/evince-toolbar.xml:
2325         * data/evince-ui.xml:
2326         * shell/ev-view-private.h:
2327         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2328         (ev_view_button_press_event), (ev_view_motion_notify_event),
2329         (ev_view_button_release_event), (ev_view_init),
2330         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2331         (ev_view_set_cursor):
2332         * shell/ev-view.h:
2333         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2334         (ev_window_cmd_view_autoscroll):
2335         
2336         Autoscroll feature with the context menu. Fixes bug 
2337         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2338
2339 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2342
2343         Disconnect also page-ready signal when removing a job because the
2344         page size has changed. Thanks to kripken
2345         <kripkensteiner@gmail.com>.
2346
2347 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2348
2349         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2350         
2351         Scroll pages in page entry with mouse wheel. Fixes bug
2352         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2353
2354 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * backend/dvi/Makefile.am:
2357         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2358         (mdvi_cairo_device_init):
2359         * backend/dvi/mdvi-lib/common.h:
2360         * backend/dvi/mdvi-lib/mdvi.h:
2361         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2362         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2363         (mdvi_build_path_from_cwd):
2364
2365         Add ps specials support in dvi backend when libspectre is
2366         present. Fixes bug #386005.
2367         
2368 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * configure.ac:
2371         * backend/ps/Makefile.am:
2372         * backend/ps/ev-spectre.[ch]:
2373         
2374         Use libspectre, if available, for the ps backend. Fixes bugs
2375         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2376
2377 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2378         
2379         * backend/comics/comics-document.c: (comics_document_load):
2380         
2381         Cygwin build issue fix.
2382
2383 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * shell/ev-view.c: (ev_view_set_zoom):
2386
2387         Do not limit the minimum zoom factor when sizing mode is best bit
2388         or fit width. Fixes bug #503805.
2389         
2390 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2393         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2394         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2395         (ev_link_dest_get_property), (ev_link_dest_set_property),
2396         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2397         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2398         (ev_link_dest_new_fitr):
2399         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2400         (goto_fith_dest), (goto_xyz_dest):
2401
2402         Do not change left, top and zoom values when they are null in PDF
2403         destinations. Fixes bug #460658.
2404         
2405 2007-12-10  Christian Persch  <chpe@gnome.org>
2406
2407         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2408         (ev_view_accessible_class_init),
2409         (ev_view_accessible_idle_do_action),
2410         (ev_view_accessible_action_do_action),
2411         (ev_view_accessible_action_get_description),
2412         (ev_view_accessible_action_set_description),
2413         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2414         (ev_view_accessible_factory_init),
2415         (ev_view_accessible_factory_get_accessible_type):
2416         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2417         private data, and G_DEFINE_TYPE. Bug #502843.
2418
2419 2007-12-08  Christian Persch  <chpe@gnome.org>
2420
2421         * shell/ev-metadata-manager.c: (item_free),
2422         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2423         (value_free), (parse_value), (parseItem),
2424         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2425         (save_values): Use GSlice to allocate small amounts of memory. Bug
2426         #475972.
2427
2428 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2429
2430         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2431
2432         Restore cursor to normal after a drag operation. Fixes bug
2433         #501603.
2434         
2435 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2436
2437         * NEWS:
2438         * configure.ac:
2439         
2440         Update for release 2.21.1
2441
2442 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2443
2444         * configure.ac:
2445         * cut-n-paste/gedit-message-area/Makefile.am:
2446         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2447         * shell/Makefile.am:
2448         * shell/ev-message-area.[ch]:
2449         * shell/ev-window.c: (ev_window_set_message_area),
2450         (ev_window_error_message_response_cb), (ev_window_error_message),
2451         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2452         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2453         (ev_attachment_popup_cmd_open_attachment),
2454         (attachment_save_dialog_response_cb), (ev_window_set_document),
2455         (ev_window_init):
2456
2457         Use a message area instead of a popup dialog for error
2458         notifications. Fixes bug #337495.
2459         
2460 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2463         (ev_window_run_fullscreen):
2464
2465         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2466         
2467 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * ev-sidebar-thumbnails.c: (update_visible_range),
2470         (ev_sidebar_thumbnails_refresh),
2471         (ev_sidebar_thumbnails_set_document),
2472         (ev_sidebar_thumbnails_support_document):
2473
2474         Show thumbnails for documents with one page. Fixes bug #358751.
2475         
2476 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * shell/ev-window.c:
2479         (ev_window_load_print_settings_from_metadata),
2480         (ev_window_save_print_settings), (ev_window_print_finished),
2481         (ev_window_print_range):
2482
2483         Print settings that are specific to the document are now saved per
2484         document in the metadata file. Fixes bug #488806.
2485         
2486 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2487
2488         * backend/tiff/tiff-document.c: (tiff_document_render):
2489
2490         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2491         
2492 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * shell/ev-application.[ch]: (get_find_string_from_args),
2495         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2496         (ev_application_open_uri_list):
2497         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2498         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2499         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2500         (ev_window_cmd_recent_file_activate),
2501         (ev_window_open_recent_action_item_activated),
2502         (ev_window_print_send), (open_remote_link):
2503         * shell/main.c: (arguments_parse):
2504
2505         Add a command line option for search. Fixes bug #497710.
2506         
2507 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2508
2509         * shell/ev-jobs.c: (ev_job_print_new):
2510
2511         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2512         
2513 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2514
2515         * data/evince-toolbar.xml:
2516         * shell/Makefile.am:
2517         * shell/ev-application.c: (ev_application_init):
2518         * shell/ev-open-recent-action.[ch]:
2519         * shell/ev-window.c:
2520         (ev_window_open_recent_action_item_activated),
2521         (register_custom_actions):
2522
2523         Add an expander to the open toolbar item which pops up a dropdown
2524         menu with the recently used documents. Fixes bug #487215.
2525         
2526 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * shell/ev-window.c: (ev_window_open_uri),
2529         (ev_window_cmd_view_reload):
2530
2531         Do not jump to the first page when reloading by running evince
2532         from the command line. Fixes bug #490847.
2533         
2534 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2535
2536         * shell/ev-window.c: (ev_window_cmd_help_contents):
2537
2538         Plugged memory leak when help file is not found. Fixes bug
2539         #490762.
2540         
2541 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * configure.ac:
2544
2545         Enable djvu, dvi and comics backends by default. Fixes bug
2546         #437121.
2547         
2548 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * configure.ac:
2551         * cut-n-paste/Makefile.am:
2552         * cut-n-paste/recent-files/*: Removed
2553         * help/reference/Makefile.am:
2554         * shell/Makefile.am:
2555         * shell/ev-application.[ch]: (ev_application_shutdown),
2556         (ev_application_init):
2557         * shell/ev-window.c: (ev_window_add_recent),
2558         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2559
2560         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2561         
2562 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2563
2564         * shell/ev-window.c: (launch_external_uri):
2565
2566         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2567         and report error if the URL is not supported (#489910).
2568
2569 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2572         (pdf_document_file_exporter_begin_page),
2573         (pdf_document_file_exporter_end_page):
2574
2575         Fix printing with poppler splash backend. Fixes bug #489774.
2576         
2577 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2580         * shell/ev-print-job.c: (ev_print_job_class_init):
2581
2582         Fix a crash when printing with the gnome-print dialog. Fixes bug
2583         #488939.
2584         
2585 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2586
2587         * backend/pixbuf/pixbuf-document.c:
2588
2589         Fix an implicit function definition warning (#487655)
2590
2591 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2592
2593         * shell/ev-window.c:
2594
2595         Fix conflicting shortcut for view sade pane and presentation.
2596         
2597 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * backend/pdf/ev-poppler.cc:
2600         (pdf_document_file_exporter_begin_page),
2601         (pdf_document_file_exporter_do_page),
2602         (pdf_document_file_exporter_end_page),
2603         (pdf_document_file_exporter_iface_init):
2604         * libdocument/ev-file-exporter.[ch]:
2605         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2606         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2607         (ev_job_print_run):
2608
2609         When printing multiple pages per sheet in reverse option, do not
2610         invert the order of the pages in every sheet, but the order of the
2611         sheets. Do not print blank pages when page range is invalid. Fixes
2612         bugs #484857 and #485521.
2613         
2614 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2615
2616         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2617         (ev_job_print_run):
2618         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2619
2620         Respect ranges order when printing more than one range in random
2621         order.
2622         
2623 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2624
2625         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2626         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2627
2628         Rotate also the window icon when document is rotated. Fixes bug
2629         #474681.
2630         
2631 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2632
2633         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2634         (pdf_document_forms_get_form_fields):
2635
2636         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2637         Matthias Drochner.
2638         
2639 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * configure.ac:
2642         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2643
2644         Use poppler_page_render_for_printing() instead of
2645         poppler_page_render() if available when exporting to a ps or pdf
2646         file. Fixes bug #476627.
2647         
2648 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2649
2650         * shell/ev-window.c: (ev_window_run_fullscreen):
2651
2652         Do not show the toolbar in fullscreen mode if the main toolbar is
2653         not visible. Fixes bug #483048.
2654         
2655 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * shell/ev-view.c: (ev_view_button_press_event):
2658
2659         Give priority to form fields over images when deciding whether a
2660         button press event is over an image or form field. It allows edit
2661         form fields when they are over a background image. Fixes bug
2662         #477841.
2663         
2664 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2665
2666         * NEWS:
2667         * configure.ac:
2668         
2669         Update for release 2.20.0
2670
2671 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2672
2673         * backend/pdf/ev-poppler.cc:
2674
2675         Remove #ifdef HAVE_FORMS, so that forms support works again.
2676
2677 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2678
2679         * configure.ac:
2680         * data/evince.desktop.in.in:
2681         
2682         Fixes desktop file issues. See bug #473471.
2683
2684 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2687         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2688         (ev_job_queue_remove_job):
2689         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2690         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2691         * shell/ev-window.c: (ev_window_clear_save_job),
2692         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2693         (ev_window_dispose):
2694
2695         Move save a copy task to its own job so that it's carried out in a
2696         thread avoiding another lock in the main thread. Use
2697         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2698         can be saved to a pathin another file system. Fixes bug #456891.
2699         
2700 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2701
2702         * NEWS:
2703         * configure.ac:
2704         
2705         Update for release 2.19.92
2706
2707 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2708
2709         * configure.ac:
2710         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2711         (pdf_selection_get_selection_region),
2712         (pdf_selection_get_selection_map),
2713         (ev_form_field_from_poppler_field):
2714
2715         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2716         and triple click selections are enabled again now.
2717
2718 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * shell/ev-window.c: (ev_window_add_history):
2721
2722         Make sure not to use the history with documents not supporting
2723         links. Fixes bug #468954.
2724
2725 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-window.c: (ev_window_load_job_cb):
2728
2729         Restart the search when reloading a document with the find bar
2730         visible. Fixes bug #461962.
2731
2732 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2733
2734         * shell/ev-window.c: (setup_document_from_metadata),
2735         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2736
2737         Do not jump to the first page when reloading a document from the
2738         last page.
2739
2740 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * shell/ev-window.c: (update_chrome_flag),
2743         (setup_sidebar_from_metadata),
2744         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2745         (ev_window_cmd_edit_find_next),
2746         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2747         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2748         (find_bar_close_cb), (view_actions_focus_in_cb):
2749
2750         Do not update visibility when changing a chrome flag so that it's
2751         possible to update several flags and update visibility only once
2752         for all of them.
2753
2754 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2757
2758         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2759         supported by gtk+. Fixes bug #460907.
2760
2761 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * shell/ev-view.c: (view_update_range_and_current_page):
2764
2765         Make sure current-page <= end-page in continuous mode. Fixes bug
2766         #454950.
2767
2768 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * backend/pdf/ev-poppler.cc: (build_tree):
2771
2772         Ignore outline items without a title. Fixes bug #453913.
2773
2774 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2777         (ev_view_button_release_event), (ev_view_leave_notify_event):
2778
2779         Use always drag mouse cursor during a drag operation. Fixes bug
2780         #470564.
2781
2782 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2785         (pdf_selection_get_selection_region),
2786         (pdf_selection_get_selection_map):
2787
2788         Temporarily disable double and triple selections since it depends on
2789         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2790         released and the update of the external dependency minimal version
2791         approved.
2792
2793 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2794
2795         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2796         (pdf_document_file_exporter_do_page):
2797         * libdocument/ev-file-exporter.h:
2798         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2799         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2800
2801         Actually fix printing regressions. Remove orientation from
2802         EvPrintContext since it's redundant.
2803
2804 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2807         * backend/impress/impress-document.c:
2808         (impress_document_document_iface_init):
2809         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2810         * backend/djvu/djvu-document.c:
2811         (djvu_document_document_iface_init),
2812         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2813         * backend/tiff/tiff-document.c:
2814         (tiff_document_document_iface_init):
2815         * backend/pixbuf/pixbuf-document.c:
2816         (pixbuf_document_document_iface_init):
2817         * backend/comics/comics-document.c:
2818         (comics_document_document_iface_init):
2819         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2820         (pdf_selection_render_selection),
2821         (pdf_selection_get_selected_text),
2822         (pdf_selection_get_selection_region),
2823         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2824         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2825         (ev_selection_get_selection_region),
2826         (ev_selection_get_selection_map):
2827         * libdocument/ev-document.[ch]:
2828         * shell/ev-pixbuf-cache.[ch]: (add_job),
2829         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2830         * shell/ev-view-private.h:
2831         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2832         (ev_job_render_run):
2833         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2834         * shell/ev-view.c: (start_selection_for_event),
2835         (ev_view_button_press_event), (ev_view_drag_data_get),
2836         (ev_view_drag_data_received), (ev_view_button_release_event),
2837         (compute_new_selection_text), (compute_selections),
2838         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2839         (ev_view_primary_get_cb):
2840
2841         Add support for double and triple click selections.
2842
2843 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2844
2845         * NEWS:
2846         * configure.ac:
2847
2848         Update for release 2.19.4
2849
2850 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2851
2852         * shell/ev-view-private.h:
2853         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2854         (ev_view_set_highlight_search):
2855         * shell/ev-view.h:
2856         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2857         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2858         (find_bar_visibility_changed_cb):
2859         
2860         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2861
2862 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2863
2864         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2865         (pdf_document_file_exporter_begin),
2866         (pdf_document_file_exporter_do_page):
2867         * shell/ev-jobs.c: (ev_job_print_run):
2868         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2869
2870         Create always a portrait cairo surface and rotate when needed for
2871         landscape. It fixes printing problems in real printers.
2872
2873 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2874
2875         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2876         * libdocument/ev-file-exporter.[ch]:
2877         (ev_file_exporter_get_capabilities):
2878         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2879         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2880
2881         Adjust number of pages per row according to page orientation when
2882         printing 2 or 6 pages per sheet.
2883
2884 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * shell/ev-window.c: (ev_window_print_send):
2887
2888         Reset also cups setting to 1 when printing multiple pages per
2889         sheet. Fixes bug #468853.
2890
2891 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * libdocument/ev-document-misc.c:
2894         (ev_document_misc_surface_rotate_and_scale):
2895
2896         Use directly cairo_surface_get_content() when creating a similar
2897         surface as suggested by Jeff Muizelaar. Thanks again.
2898
2899 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2900
2901         * backend/djvu/djvu-document.c: (djvu_document_render):
2902         * backend/tiff/tiff-document.c: (tiff_document_render):
2903         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2904         * libdocument/ev-document-misc.c:
2905         (ev_document_misc_surface_from_pixbuf),
2906         (ev_document_misc_surface_rotate_and_scale):
2907
2908         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2909         creating page surfaces. Fixes bug #453123. Thank you very much to
2910         Jeff Muizelaar <jeff@infidigm.net>.
2911
2912 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2913
2914         * shell/ev-page-cache.c: (ev_page_cache_new),
2915         (ev_page_cache_get_thumbnail_size):
2916         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2917         (ev_sidebar_thumbnails_set_loading_icon):
2918
2919         Also store in page-cache the dimensions of the thumbnails so that
2920         they can be used to create the correct loading icon in the side
2921         pane. Fixes bug #466857.
2922
2923 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * backend/pdf/ev-poppler.cc:
2926         (pdf_document_thumbnails_get_thumbnail):
2927
2928         Fix thumbnails rotation in pdf documents that include embedded 
2929         thumbnails.
2930
2931 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2932
2933         * backend/pdf/ev-poppler.cc:
2934
2935         Don't use #ifdef in macro expansion. Some compilers don't
2936         like that. Closes bug #467042.
2937
2938 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2939
2940         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2941         
2942         Fixes memory leak in djvu backend.
2943
2944 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2945
2946         * data/icons/32x32/Makefile.am:
2947         * data/icons/32x32/actions/Makefile.am:
2948         * data/icons/32x32/actions/view-page-cont.svg:
2949         * data/icons/32x32/actions/view-page-facing.svg:
2950         * data/icons/48x48/Makefile.am:
2951         * data/icons/48x48/actions/Makefile.am:
2952         * data/icons/48x48/actions/view-page-cont.svg:
2953         * data/icons/48x48/actions/view-page-facing.svg:
2954         
2955         Icons for a new sizes.
2956
2957 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2958
2959         * shell/ev-page-cache.c: (build_height_to_page),
2960         (ev_page_cache_get_height_to_page):
2961         
2962         Fixes invalid read, see bug #466401.
2963
2964 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2965
2966         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2967         (set_drag_cursor):
2968         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2969         (configure_item_cursor), (new_pixbuf_from_widget):
2970
2971         Fix multihead problems in toolbar editor. Fixes bug #382055.
2972
2973 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * shell/ev-window.c: (ev_window_cmd_file_open),
2976         (ev_window_cmd_save_as):
2977
2978         Use g_get_user_special_dir when available instead of
2979         xdg_user_dir_lookup.
2980
2981 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2982
2983         * MAINTAINERS:
2984         
2985         Updated according to request on desktop-devel.
2986
2987 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2990
2991         Do not use cairo_rectangle and cairo_clip since we are
2992         not using cairo_fill but cairo_paint. Use the same cairo context
2993         for every page in the same expose event.
2994
2995 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2996
2997         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2998         leak.
2999
3000 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3001
3002         * configure.ac:
3003         * NEWS:
3004
3005         Release 0.9.3
3006
3007 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * libdocument/ev-document-info.h:
3010         * libdocument/ev-document.h:
3011         * shell/ev-page-action.h:
3012         * shell/ev-sidebar-links.h:
3013
3014         Fix a headers problem with ev-link
3015         
3016         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3017         * shell/ev-view-private.h:
3018         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3019         (get_link_area), (ev_view_query_tooltip),
3020         (ev_view_leave_notify_event), (ev_view_destroy),
3021         (ev_view_class_init):
3022
3023         Use new gtk tooltips when available instead of ev-tooltip.
3024         
3025 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3026
3027         * shell/ev-window.c: (update_chrome_visibility),
3028         (ev_window_sidebar_visibility_changed_cb):
3029
3030         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3031         
3032 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3033
3034         * shell/ev-navigation-action.c:
3035         (ev_navigation_action_history_changed),
3036         (ev_navigation_action_set_history):
3037         * shell/ev-navigation-action-widget.c:
3038         (ev_navigation_action_widget_init):
3039         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3040
3041         Fix compile warnings.
3042         
3043 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3044
3045         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3046         (egg_editable_toolbar_dispose):
3047
3048         Fix memory leak.
3049         
3050 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3051
3052         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3053         (screensaver_disable_x11):
3054         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3055         * shell/ev-window.c: (presentation_set_timeout):
3056         * shell/ev-view.c: (ev_view_presentation_transition_start):
3057
3058         Use g_timeout_add_seconds instead of g_timeout_add when
3059         available.
3060         
3061 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3064
3065         Set horizontal scrollbar policy to AUTOMATIC instead of
3066         NEVER. Workaround for bug #449462.
3067         
3068 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * shell/ev-jobs.c: (ev_job_render_page_ready):
3071
3072         Add page_ready callback to main loop with high priority and hold
3073         a reference to job during idle.
3074         
3075 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * configure.ac:
3078         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3079         (pdf_document_file_exporter_begin),
3080         (pdf_document_file_exporter_do_page),
3081         (pdf_document_file_exporter_get_capabilities):
3082         * libdocument/ev-file-exporter.h:
3083         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3084         * shell/ev-window.c: (ev_window_print_send),
3085         (ev_window_print_dialog_response_cb):
3086
3087         Allow printing multiple pages per sheet. Fixes bug #395573.
3088         
3089 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3090
3091         * shell/ev-view.c: (tip_from_link):
3092         
3093         Check for NULL, fixes bug #460862.
3094
3095 2007-07-29  Christian Persch  <chpe@gnome.org>
3096
3097         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3098         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3099         (ev_window_cmd_preview_print):
3100         
3101         Fixes bug #437681 - blocks while enumerating printers.
3102
3103 2007-07-29  Christian Persch  <chpe@gnome.org>
3104
3105         * shell/ev-window.c: (ev_window_screen_changed):
3106         
3107         Don't use deprecated gtk+ function. See bug #460909.
3108
3109 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3110
3111         * shell/ev-utils.c: (get_num_monitors):
3112         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3113
3114         Do not use display before initializing it. Remove compile
3115         warnings.
3116
3117 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3118
3119         * shell/ev-view.c: (ev_view_class_init):
3120         
3121         Unix-like hjkl bindings added. See bug #458111.
3122
3123 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3124
3125         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3126         * shell/ev-utils.h:
3127         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3128         (ev_view_update_view_size):
3129         * shell/ev-view.h:
3130         * shell/ev-window.c: (ev_window_update_actions),
3131         (setup_view_from_metadata), (ev_window_screen_changed),
3132         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3133         (zoom_control_changed_cb):
3134         * shell/ev-window.h:
3135         
3136         Reorganizes utility functions.
3137
3138 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3139
3140         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3141         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3142         (add_job), (ev_pixbuf_cache_get_surface),
3143         (ev_pixbuf_cache_get_link_mapping),
3144         (ev_pixbuf_cache_get_image_mapping),
3145         (ev_pixbuf_cache_get_form_field_mapping),
3146         (ev_pixbuf_cache_get_text_mapping):
3147         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3148         (notify_page_ready), (ev_job_render_page_ready),
3149         (ev_job_render_run):
3150
3151         Add page_ready signal to notify that page is ready as soon as
3152         possible even if other page elements like links, forms, images or
3153         text mapping are not ready yet.
3154
3155 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3156
3157         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3158         (dvi_document_file_exporter_do_page),
3159         (dvi_document_file_exporter_get_capabilities),
3160         (dvi_document_file_exporter_iface_init):
3161         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3162         (ps_document_file_exporter_do_page),
3163         (ps_document_file_exporter_get_capabilities),
3164         (ps_document_file_exporter_iface_init):
3165         * backend/djvu/djvu-document.c:
3166         (djvu_document_file_exporter_begin),
3167         (djvu_document_file_exporter_end),
3168         (djvu_document_file_exporter_get_capabilities),
3169         (djvu_document_file_exporter_iface_init):
3170         * backend/tiff/tiff-document.c:
3171         (tiff_document_file_exporter_begin),
3172         (tiff_document_file_exporter_get_capabilities),
3173         (tiff_document_document_file_exporter_iface_init):
3174         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3175         (pdf_document_file_exporter_do_page),
3176         (pdf_document_file_exporter_get_capabilities),
3177         (pdf_document_file_exporter_iface_init):
3178         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3179         (ev_file_exporter_get_capabilities):
3180         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3181         (idle_print_handler), (ev_print_job_print):
3182         * shell/ev-jobs.c: (ev_job_print_run):
3183         * shell/ev-window.c: (ev_window_print_send),
3184         (ev_window_print_range):
3185
3186         Use capabilities to know which options should be offered by the
3187         print dialog depending on the document backend.
3188
3189 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3190
3191         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3192
3193         Give priority to forms over text to set the cursor.
3194
3195 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * shell/ev-view-private.h:
3198         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3199         (ev_view_leave_notify_event), (ev_view_finalize),
3200         (ev_view_get_property), (ev_view_class_init):
3201
3202         Use IBEAM cursor for text form fields and NORMAL cursor for read
3203         only fields. Remove unused status attribute.
3204
3205 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3206
3207         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3208
3209         Update region for current selected items also for checkbox
3210         buttons, since they can behave as radio buttons when they are in a
3211         set.
3212
3213 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * configure.ac:
3216         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3217
3218         Get max length of text form fields.
3219
3220 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3223         * libdocument/ev-form-field.h:
3224         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3225
3226         Fix build with current poppler cvs head.
3227
3228 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3229
3230         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3231         * shell/eggfindbar.c: (egg_find_bar_init):
3232
3233         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3234         deprecation. Fixes bug #455667
3235
3236 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3237
3238         * NEWS:
3239         * configure.ac:
3240         
3241         Update for release 0.9.2
3242
3243 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * shell/ev-view.c: (ev_view_form_field_text_save),
3246         (ev_view_form_field_choice_save):
3247
3248         Fix a crash when closing whith a form widget visible.
3249
3250 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3251
3252         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3253
3254         Update also the region of the current selected button when
3255         clicking on another button if they are radio buttons.
3256
3257 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3258
3259         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3260         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3261         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3262         (ev_pixbuf_cache_get_link_mapping),
3263         (ev_pixbuf_cache_get_image_mapping),
3264         (ev_pixbuf_cache_get_form_field_mapping),
3265         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3266         * shell/ev-view.c: (ev_view_form_field_get_region),
3267         (ev_view_form_field_button_create_widget),
3268         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3269         (job_finished_cb):
3270
3271         Redraw only form field region instead of the whole page when
3272         reloading a page to show changes on the form field.
3273
3274 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/ev-view.c: (ev_view_form_field_choice_save):
3277
3278         Fix selection of first item in list form fields.
3279
3280 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3283         (ev_pixbuf_cache_reload_page),
3284         (ev_pixbuf_cache_get_form_field_mapping):
3285
3286         Some refactoring to avoid duplicated code.
3287
3288 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3289
3290         * configure.ac:
3291         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3292         (ev_form_field_from_poppler_field),
3293         (pdf_document_forms_get_form_fields),
3294         (pdf_document_forms_form_field_text_get_text),
3295         (pdf_document_forms_form_field_text_set_text),
3296         (pdf_document_forms_form_field_button_set_state),
3297         (pdf_document_forms_form_field_button_get_state),
3298         (pdf_document_forms_form_field_choice_get_item),
3299         (pdf_document_forms_form_field_choice_get_n_items),
3300         (pdf_document_forms_form_field_choice_is_item_selected),
3301         (pdf_document_forms_form_field_choice_select_item),
3302         (pdf_document_forms_form_field_choice_toggle_item),
3303         (pdf_document_forms_form_field_choice_unselect_all),
3304         (pdf_document_forms_form_field_choice_set_text),
3305         (pdf_document_forms_form_field_choice_get_text),
3306         (pdf_document_document_forms_iface_init):
3307         * libdocument/Makefile.am:
3308         * libdocument/ev-form-field.[ch]:
3309         * libdocument/ev-document-forms.[ch]:
3310         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3311         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3312         (add_job), (ev_pixbuf_cache_reload_page),
3313         (ev_pixbuf_cache_get_form_field_mapping):
3314         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3315         * shell/ev-view-private.h:
3316         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3317         (ev_view_handle_cursor_over_xy),
3318         (ev_view_get_form_field_at_location),
3319         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3320         (ev_view_form_field_button_create_widget),
3321         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3322         (ev_view_form_field_text_create_widget),
3323         (ev_view_form_field_choice_save),
3324         (ev_view_form_field_choice_changed),
3325         (ev_view_form_field_choice_create_widget),
3326         (ev_view_handle_form_field), (ev_view_size_allocate),
3327         (ev_view_realize), (draw_end_presentation_page),
3328         (ev_view_button_press_event), (ev_view_remove_all),
3329         (ev_view_motion_notify_event), (ev_view_key_press_event),
3330         (ev_view_enter_notify_event), (highlight_find_results),
3331         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3332         (ev_view_class_init), (page_changed_cb),
3333         (on_adjustment_value_changed), (ev_view_set_presentation),
3334         (merge_selection_region), (ev_view_set_cursor),
3335         (ev_view_reset_presentation_state):
3336         
3337         Merge evince-forms branch.
3338
3339 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3340
3341         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3342
3343         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3344         This script also updates itself from libegg
3345
3346         * cut-n-paste/toolbar-editor/egg*:
3347         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3348         libegg
3349
3350 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3351
3352         * shell/ev-window.c:
3353         
3354         Adds a nice icon to page action during toolbar editing.
3355         See bug #452872.
3356
3357 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3358
3359         * data/evince-toolbar.xml:
3360         * shell/ev-window.c:
3361         
3362         Let user add a presentation and fullscreen icons on toolbar.
3363         See bug #449734.
3364
3365 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3366
3367         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3368
3369         new script to keep in sync with toolbareditor in libegg
3370
3371         * cut-n-paste/toolbar-editor/*: 
3372
3373         Run update-toolbareditor-from-libegg so we are in sync again. 
3374         Fixes bug #452850.
3375         
3376
3377 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * shell/ev-sidebar-links.c: (job_finished_callback):
3380
3381         Do not connect selection changed signal more than once. Fixes bug
3382         #349433.
3383
3384 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3385
3386         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3387
3388         Do not change sidebar chrome flag when pressing F9 key in
3389         presentation mode.
3390
3391 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * backend/pdf/ev-poppler.cc:
3394         (pdf_document_thumbnails_get_dimensions):
3395
3396         Make sure thumbnails width and height is not <= 0. Fixes a crash
3397         with some pdf documents which have really small pages.
3398
3399 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3400
3401         * shell/main.c: (main):
3402
3403         Fixes program description translation issue.
3404         Bug #450148.
3405
3406 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3407
3408         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3409
3410         Do not change current page when returning from black/white mode
3411         in presentation. Fixes bug #415032.
3412
3413 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3414
3415         * NEWS:
3416         * configure.ac:
3417         
3418         Update for release 0.9.1
3419
3420 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3421
3422         * backend/dvi/dvi-document.c:
3423         (dvi_document_finalize),
3424         (dvi_document_file_exporter_format_supported),
3425         (dvi_document_file_exporter_begin),
3426         (dvi_document_file_exporter_do_page),
3427         (dvi_document_file_exporter_end),
3428         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3429         
3430         PDF exporter for dvi documents. Fixes bug #441319.
3431
3432 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3433
3434         * shell/ev-window.c: (ev_window_clear_print_job):
3435
3436         Clear gtk print job when job has finished. Fixes bug #447612.
3437
3438 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * shell/ev-window.c: (ev_window_print_send),
3441         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3442
3443         Add preview button to print dialog. Fixes bug #445419.
3444
3445 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * backend/dvi/Makefile.am:
3448         * backend/dvi/pixbuf-device.[ch]: Removed
3449         * backend/dvi/cairo-device.[ch]: Added
3450         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3451         * backend/dvi/dvi-document.c: (dvi_document_load),
3452         (dvi_document_render), (dvi_document_finalize),
3453         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3454         (dvi_document_do_color_special):
3455         * libdocument/ev-document-misc.[ch]:
3456         (ev_document_misc_pixbuf_from_surface):
3457
3458         Port dvi backend to cairo and fix a problem with colors. 
3459
3460 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * shell/ev-view.c: (draw_one_page):
3463
3464         Draw only visible region.
3465
3466 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * backend/djvu/djvu-document.c: (djvu_document_render):
3469
3470         Fix rotation in djvu backend.
3471
3472 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3475         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3476         (ev_pixbuf_cache_get_image_mapping),
3477         (ev_pixbuf_cache_get_text_mapping):
3478
3479         Redraw view every time we have a new surface. Fixes bug #443587.
3480
3481 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * libdocument/ev-document.c: (ev_document_info_free):
3484
3485         Fix memory leaks.
3486
3487 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * backend/dvi/dvi-document.c: (dvi_document_render),
3490         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3491         * backend/impress/impress-document.c:
3492         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3493         (impress_document_render), (impress_document_document_iface_init),
3494         (impress_document_thumbnails_get_thumbnail):
3495         * backend/djvu/djvu-document-private.h:
3496         * backend/djvu/djvu-document.c: (djvu_document_render),
3497         (djvu_document_finalize), (djvu_document_document_iface_init),
3498         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3499         * backend/tiff/tiff-document.c: (tiff_document_render),
3500         (tiff_document_render_pixbuf),
3501         (tiff_document_document_iface_init):
3502         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3503         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3504         (pdf_selection_render_selection):
3505         * backend/comics/comics-document.c:
3506         (comics_document_render_pixbuf), (comics_document_render),
3507         (comics_document_document_iface_init):
3508         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3509         (pixbuf_document_document_iface_init):
3510         * libdocument/ev-document-misc.[ch]:
3511         (ev_document_misc_surface_from_pixbuf),
3512         (ev_document_misc_surface_rotate_and_scale):
3513         * libdocument/ev-document.[ch]: (ev_document_render):
3514         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3515         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3516         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3517         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3518         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3519         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3520         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3521         (render_finished_cb), (ev_job_render_run):
3522         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3523         (merge_selection_region):
3524
3525         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3526         and selections.
3527
3528 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3529
3530         * shell/ev-window-title.c: (ev_window_title_update):
3531
3532         Fix memory leak.
3533
3534 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * shell/ev-view.c: (draw_loading_text):
3537
3538         Show loading text centered. Fixes bug #433061
3539
3540 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * shell/ev-sidebar-thumbnails.c:
3543         (ev_sidebar_thumbnails_set_loading_icon):
3544
3545         Remove a mutex in the main thread that blocks the UI in heavy
3546         documents.
3547
3548 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3549
3550         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3551
3552         Set points_set to TRUE so that selections don't disappear after a
3553         zoom change.
3554
3555 2007-06-07  Michael Monreal  <infernux@web.de>
3556
3557         * data/icons/16x16/actions/Makefile.am:
3558         * data/icons/16x16/actions/zoom.svg:
3559         * data/icons/22x22/actions/Makefile.am:
3560         * data/icons/22x22/actions/zoom.svg:
3561         * data/icons/24x24/actions/Makefile.am:
3562         * shell/ev-stock-icons.c:
3563         * shell/ev-stock-icons.h:
3564         * shell/ev-window.c:
3565         
3566         Zoom icon artwork. See bug #444795.
3567
3568 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3569
3570         * shell/ev-metadata-manager.c: Remove extraneous function
3571         (Closes: #444386)
3572
3573 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3574
3575         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3576         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3577         (ev_metadata_manager_set), (ev_metadata_manager_save):
3578         Simplify the timeout, no need for modified anymore
3579
3580 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3581
3582         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3583         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3584         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3585         (ev_metadata_manager_save): Adapted patch from Arjan van de
3586         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3587         time, saves on power (Closes: #443851)
3588
3589 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * configure.ac:
3592         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3593         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3594
3595         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3596
3597 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3598
3599         * shell/ev-window.c: (ev_window_add_history):
3600
3601         Check if history is NULL
3602
3603 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3604
3605         * libdocument/ev-image.c: (ev_image_finalize):
3606         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3607         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3608         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3609         (ev_tmp_uri_unlink):
3610
3611         Add functions to delete temporary files created by evince in a safe
3612         way.
3613
3614         * shell/ev-window.c: (ev_window_clear_local_uri),
3615         (open_xfer_update_progress_callback),
3616         (save_xfer_update_progress_callback), (ev_window_save_remote),
3617         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3618         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3619         (attachment_save_dialog_response_cb),
3620         (ev_attachment_popup_cmd_save_attachment_as):
3621
3622         Allow saving a copy of a document, image or attachment to a remote
3623         location. Fixes bug #440754. 
3624
3625 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3626
3627         * configure.ac:
3628         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3629
3630         Fix build with current poppler from cvs head. 
3631
3632 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3633
3634         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3635
3636         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3637         directory exists.
3638
3639 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3640
3641         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3642         * shell/ev-window.c:
3643
3644         Change sidebar ordering. Fixes bug #439939.
3645
3646 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3647
3648         * backend/comics/Makefile.am:
3649         
3650         Fixes build with --without-libgnome.
3651
3652 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3653         
3654         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3655
3656         Update cursor and tooltip on page change and view scroll. Fixes bug
3657         #439217.
3658
3659 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3660
3661         * NEWS:
3662         * configure.ac:
3663         
3664         Update for release 0.9.0
3665
3666 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3667
3668         * backend/djvu/djvu-document-private.h:
3669         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3670         (djvu_document_finalize),
3671         (djvu_document_file_exporter_format_supported),
3672         (djvu_document_file_exporter_begin),
3673         (djvu_document_file_exporter_do_page),
3674         (djvu_document_file_exporter_end),
3675         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3676         
3677         Implemented printing with djvu. Bug #437998.
3678
3679 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3680
3681         * backend/impress/zip.c:
3682         Add missing ulong definition.
3683
3684         * backend/ps/ps-interpreter.c:
3685         Add missing headers.
3686
3687         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3688
3689 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3690
3691         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3692
3693         Add missing call to parent class dispose method. 
3694
3695 2007-05-12  Ross Burton  <ross@openedhand.com>
3696
3697         * shell/main.c:
3698         Sync keybindings manually when building without libgnome
3699         (#437925).
3700
3701 2007-05-12  Ross Burton  <ross@openedhand.com>
3702
3703         * shell/ev-window.c:
3704         Respect the screen when opening help (#437866).
3705
3706 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3707
3708         * data/evince-ui.xml:
3709         * shell/ev-application.[ch]: (get_print_settings_from_args),
3710         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3711         (ev_application_open_uri_list):
3712         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3713         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3714         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3715         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3716         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3717         (ev_window_dispose):
3718         * shell/main.c: (arguments_parse):
3719
3720         Add print button in preview mode. Fixes bug #396475. 
3721
3722 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3723
3724         * cut-n-paste/zoom-control/ephy-zoom.h:
3725         
3726         Fixes zoom level factors. See bug #408119 for details.
3727
3728 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3729
3730         * backend/comics/comics-document.c: (comics_regex_quote),
3731         (extract_argv):
3732         
3733         Correctly quote symbols. Fixes crash in the bug
3734         #415370.
3735
3736 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * shell/ev-navigation-action-widget.c:
3739         (ev_navigation_action_widget_init),
3740         (ev_navigation_action_widget_class_init),
3741         (ev_navigation_action_widget_button_press_event):
3742         
3743         Connect to button-press event on correct widget. Fixes
3744         bug #431988
3745
3746 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * shell/ev-application.c: (ev_application_open_window),
3749         (ev_application_add_icon_path_for_screen),
3750         (ev_application_open_uri_at_dest):
3751         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3752         * shell/ev-navigation-action.c: (build_menu):
3753         
3754         Add app-specific icons to our icon theme. Fixes bug
3755         #425508.
3756
3757 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3758
3759         * shell/ev-history.c: (ev_history_class_init),
3760         (ev_history_add_link):
3761         * shell/ev-history.h:
3762         * shell/ev-navigation-action.c:
3763         (ev_navigation_action_history_changed),
3764         (ev_navigation_action_set_history), (build_menu),
3765         (ev_navigation_action_finalize):
3766         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3767         
3768         Make navigation action unsensitive instead of showing
3769         menu with unsensitive word. Fixes bug #417392.
3770
3771 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3772
3773         * shell/ev-application.[ch]: (ev_application_shutdown),
3774         (ev_application_get_print_settings),
3775         (ev_application_set_print_settings):
3776         * shell/ev-window.c:
3777
3778         Remember print settings. Fixes bug #349102. 
3779
3780 2007-05-08  Christian Persch  <chpe@gnome.org>
3781
3782         * configure.ac:
3783         * properties/ev-properties-view.c:
3784
3785         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3786         Bug #382438.
3787
3788 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3789
3790         * configure.ac:
3791         * properties/ev-properties-view.c: (ev_regular_paper_size):
3792
3793         Use gtk+ builtin paper list to identify the document's paper size.
3794         Fixes bug #382438. 
3795
3796 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3797
3798         * configure.ac:
3799
3800         Fix build when compiling with thumbnailer and libgnome support. 
3801
3802 2007-05-04  Ross Burton  <ross@openedhand.com>
3803
3804         * configure.ac:
3805         Add --without-libgnome, check for libgnome and libgnomeui
3806         separately, and add them to the symbols as required.
3807
3808         * libdocument/ev-file-helpers.c:
3809         When building without libgnome, use g_get_user_config_dir instead
3810         of gnome_user_dir_get.
3811
3812         * shell/ev-application.c:
3813         When building without libgnome, don't use session management.
3814
3815         * shell/main.c:
3816         When building without libgnome, don't use GnomeProgram or
3817         initialise the authentication manager.
3818
3819         This fixes #328842.
3820
3821 2007-05-04  Ross Burton  <ross@openedhand.com>
3822
3823         * shell/ev-window.c:
3824         Don't use libgnome to open help, instead call Yelp directly.
3825
3826 2007-05-04  Ross Burton  <ross@openedhand.com>
3827
3828         * shell/ev-sidebar-attachments.c:
3829         Don't use libgnome to lookup icons for MIME types, instead copy
3830         code from GTK+ to do it manually.
3831
3832 2007-05-04  Ross Burton  <ross@openedhand.com>
3833
3834         * configure.ac:
3835         Add libxml to the dependencies for SHELL_CORE (#435818).
3836
3837 2007-05-02  Ross Burton  <ross@openedhand.com>
3838
3839         * configure.ac:
3840         * Makefile.am:
3841         Add --disable-thumbnailer (#434825)
3842
3843 2007-05-02  Ross Burton  <ross@openedhand.com>
3844
3845         * shell/ev-window.c:
3846         Add missing includes, fix indentation.
3847
3848         * shell/main.c:
3849         Fix indentation.
3850
3851 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3852
3853         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3854         ev_application_open_uri_at_dest instead of ev_application_open_uri
3855         preventing new document always being opened in a new window even if there
3856         is an empty window.
3857
3858 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3859
3860         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3861         (egg_recent_view_uimanager_finalize):
3862         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3863         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3864         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3865         (ev_pixbuf_cache_dispose):
3866         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3867         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3868         
3869         Add missing chain to parent class methods. Fixes
3870         bug #433128.
3871
3872 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3873
3874         * data/Makefile.am (update-icon-cache): Updates
3875         gtk-update-icon-cache in uninstall-hook.
3876
3877 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3878
3879         * shell/ev-window.c: (ev_window_setup_document),
3880         (ev_window_set_document), (ev_window_load_job_cb):
3881         * shell/ev-view.c: (setup_caches):
3882         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3883
3884         Start rendering pages before any other jobs. 
3885
3886 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3887
3888         * shell/ev-window.c: (ev_window_stop_fullscreen),
3889         (ev_window_stop_presentation):
3890
3891         Update chrome visibility before window unfullscreen. 
3892
3893 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * data/Makefile.am:
3896         * data/evince-ui.xml:
3897         * shell/ev-stock-icons.[ch]:
3898         * shell/ev-application.[ch]: (ev_application_shutdown),
3899         (ev_application_init), (ev_application_get_toolbars_model):
3900         * shell/ev-window.c: (update_chrome_visibility),
3901         (fullscreen_toolbar_setup_item_properties),
3902         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3903         (ev_window_run_presentation), (ev_window_stop_presentation),
3904         (ev_window_run_preview), (ev_window_screen_changed),
3905         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3906         (ev_window_dispose), (ev_window_init):
3907
3908         Make fullscreen toolbar always visible. Do not use egg toolbars for
3909         fullscreen and preview modes since such toolbars are not editables.
3910         Fixes bugs #300278, #338910 and #316188.  
3911
3912 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3913
3914         * shell/ev-application.c:
3915         * shell/ev-job-queue.c:
3916         * shell/ev-metadata-manager.c:
3917         * shell/ev-stock-icons.c:
3918         * shell/ev-window.c:
3919         * shell/main.c:
3920         
3921         Developers documentation updated.
3922
3923 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3924
3925         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3926
3927         Check whether uri is valid before launching it. Fixes bug #427664.
3928
3929 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3930
3931         * shell/ev-window.c:
3932
3933         Change key accelerator for Open a Copy menu entry which is in conflict
3934         with Close. Fixes bug #427321.
3935
3936 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3937
3938         * NEWS:
3939         * configure.ac:
3940         
3941         Update for release 0.8.1
3942
3943 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3944
3945         * shell/ev-window.c: (setup_size_from_metadata):
3946         
3947         Do not make window bigger than screen. Fixes bug 
3948         #388985.
3949
3950 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3951
3952         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3953         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3954
3955         Use default resolution when it's not provided by document. Fixes bug
3956         #408762.
3957
3958 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * configure.ac:
3961         * thumbnailer/Makefile.am:
3962         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3963         * thumbnailer/evince-thumbnailer.schemas.in:
3964         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3965
3966         Add support for ps, eps and compressed documents thumbnails. Do not
3967         ignore size parameter. 
3968
3969 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3970
3971         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3972         (dvi_document_do_color_special):
3973         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3974
3975         Implement font color specials in the DVI backend. Fixes bug #303651.
3976
3977 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3978
3979         Fixup the previous commit:
3980
3981         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3982         * shell/xdg-user-dir-lookup.c: Make the function non-static
3983         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3984
3985 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3986
3987         * shell/ev-window.c (file_open_dialog_response_cb): Use
3988         the xdg-user-dirs DOCUMENTS folder as default folder when
3989         opening a file chooser.  (#424858)
3990
3991         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3992         xdg-user-dirs.
3993
3994 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3995
3996         * shell/ev-window.c: (ev_window_load_job_cb):
3997
3998         Do not setup view from metadata on preview mode. 
3999
4000 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4001
4002         * shell/main.c:
4003
4004         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4005
4006 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4007
4008         * shell/ev-view.c: (ev_view_primary_get_cb):
4009
4010         Check pointer != NULL before using it. Fixes bug #416841. 
4011
4012 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4013
4014         * NEWS:
4015         * configure.ac:
4016         
4017         Release 0.8.0
4018
4019 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4020
4021         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4022
4023         Do not render thumbnails when sidebar thumbnail page is not visible
4024         at startup. Fixes bug #416447. 
4025
4026 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4027
4028         * data/evince.desktop.in.in:
4029
4030         "Application" is not a valid category in the freedesktop specification.
4031
4032 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4033
4034         * libdocument/ev-file-helpers.[ch]: (compression_run),
4035         (ev_file_uncompress), (ev_file_compress):
4036         * shell/ev-window.c: (file_save_dialog_response_cb):
4037
4038         Save document compressed when saving a copy of a compressed document.
4039         Fixes bug #334542.
4040
4041 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4044
4045         Allow deleting in goto window entry in presentation mode. 
4046
4047 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4048
4049         * Makefile.am: Dist MAINTAINERS.
4050
4051 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4052
4053         * shell/ev-window.c: (ev_window_update_actions):
4054
4055         Fix zoom shortcut keys when searching. Fixes bug #409828.
4056
4057 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4058
4059         * shell/ev-window.c: (ev_window_setup_document):
4060
4061         Fix crash when loading documents with only one page. 
4062
4063 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * backend/dvi/dvi-document.c:
4066         (dvi_document_thumbnails_get_dimensions),
4067         (dvi_document_thumbnails_get_thumbnail):
4068         * backend/impress/impress-document.c:
4069         (impress_document_thumbnails_get_thumbnail),
4070         (impress_document_thumbnails_get_dimensions):
4071         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4072         (ps_document_thumbnails_get_dimensions):
4073         * backend/djvu/djvu-document.c:
4074         (djvu_document_thumbnails_get_dimensions),
4075         (djvu_document_thumbnails_get_thumbnail):
4076         * backend/tiff/tiff-document.c:
4077         (tiff_document_thumbnails_get_thumbnail),
4078         (tiff_document_thumbnails_get_dimensions):
4079         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4080         (pdf_document_thumbnails_get_thumbnail),
4081         (pdf_document_thumbnails_get_dimensions):
4082         * backend/comics/comics-document.c:
4083         (comics_document_thumbnails_get_thumbnail),
4084         (comics_document_thumbnails_get_dimensions):
4085         * backend/pixbuf/pixbuf-document.c:
4086         (pixbuf_document_thumbnails_get_thumbnail),
4087         (pixbuf_document_thumbnails_get_dimensions):
4088         * libdocument/ev-document-thumbnails.[ch]:
4089         (ev_document_thumbnails_get_thumbnail),
4090         (ev_document_thumbnails_get_dimensions):
4091         * libdocument/ev-document-misc.[ch]:
4092         (ev_document_misc_get_thumbnail_frame):
4093         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4094         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4095         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4096         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4097         (ev_sidebar_thumbnails_refresh):
4098         * shell/ev-window.c: (ev_window_setup_document):
4099         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4100
4101         Use an EvRenderContext for rendering thumbnails instead of a suggested
4102         width, so that different sized pages get sized proportionally.
4103
4104 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4105
4106         * shell/ev-view.c: (ev_view_button_press_event),
4107         (ev_view_key_press_event):
4108
4109         Fix critical warnings when there is no document loaded. 
4110
4111 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * shell/ev-page-action-widget.c:
4114         * shell/ev-navigation-action.c:
4115         * shell/ev-window.c:
4116
4117         Fix compile warnings. 
4118
4119 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4120
4121         * backend/djvu/djvu-text.h:
4122         * backend/djvu/djvu-document.c:
4123         * backend/djvu/djvu-text-page.c:
4124         * backend/djvu/djvu-links.c:
4125         * backend/djvu/djvu-text-page.h:
4126         * backend/djvu/djvu-text.c:
4127         
4128         Fix build on Mac. Fixes bug #392186. Patch by
4129         <ephraim_owns@hotmail.com>
4130
4131 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4132
4133         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4134
4135         Restore cairo context before rendering every page when printing a PDF
4136         document into a PDF file. 
4137
4138 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4139
4140         * backend/ps/gstypes.h:
4141         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4142         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4143         (ps_document_thumbnails_get_thumbnail):
4144
4145         Handle PostScript page orientation. Fixes bug #318568.
4146
4147 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4148
4149         * backend/ps/Makefile.am:
4150         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4151         (document_load), (ps_document_load), (save_document),
4152         (save_page_list), (ps_document_get_n_pages),
4153         (ps_document_get_page_size), (ps_document_get_info),
4154         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4155         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4156         (ps_document_thumbnails_get_thumbnail),
4157         (ps_document_thumbnails_get_dimensions),
4158         (ps_document_document_thumbnails_iface_init):
4159         * backend/ps/ps.[ch]: (psgetpagebox):
4160         * backend/ps/ps-interpreter.[ch]:
4161
4162         Add support for thumbnails in ps backend. Fixes bug #164755. 
4163
4164 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4165
4166         * NEWS:
4167         * configure.ac:
4168         
4169         Release 0.7.2
4170
4171 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4174         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4175         (ev_window_dispose):
4176
4177         Use document thumbnail as window icon. Fixes bug #384442.
4178
4179 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4180
4181         * configure.ac:
4182
4183         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4184         duplicated adding application/x-bzpostscript instead. 
4185
4186 2007-02-11  Tom Parker  <palfrey@tevp.net>
4187
4188         * backend/ps/ps-document.c: (document_load):
4189
4190         Check return value of psscan before trying
4191         to use it. Fixes bug #372414.
4192
4193 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4194
4195         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4196
4197         Fix invalid free in ev-page-cache. Fixes bug #404745.
4198
4199 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4200
4201         * test/Makefile.am:
4202         * test/test3.py:
4203         
4204         Added reload test case.
4205
4206 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * po/POTFILES.in:
4209         * backend/djvu/djvu-document.c: (djvu_document_load):
4210
4211         Check whether there are missing files in indirect multipage djvu
4212         documents. Fixes bug #361683. 
4213
4214 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4215
4216         * test/Makefile.am:
4217         * test/test-mime.bin:
4218         * test/test3.py:
4219         
4220         Added test for slow mime type
4221
4222 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4223
4224         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4225
4226         Add some checks and call parent_class->finalize. Fixes bug #404745.
4227
4228 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4229
4230         * shell/ev-navigation-action.c: (connect_proxy):
4231         
4232         Fixes dropdown history menu. Thanks a lot Carlos!
4233
4234 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4237
4238         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4239         bug #373715.
4240
4241 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4242
4243         * backend/ps/ps.c: (psscan):
4244
4245         Fix memory leak. 
4246
4247 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * configure.ac:
4250         * libdocument/ev-file-helpers.c: 
4251
4252         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4253
4254 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4255
4256         * configure.ac:
4257         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4258         (ps_interpreter_start), (document_load), (save_document),
4259         (save_page_list):
4260         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4261         * libdocument/ev-document-factory.c:
4262         (ev_document_factory_get_from_mime), (get_document_from_uri),
4263         (free_uncompressed_uri), (ev_document_factory_get_document):
4264         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4265
4266         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4267
4268 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4269
4270         * libdocument/ev-document.h:
4271
4272         Fix typo in function name. 
4273
4274 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * backend/ps/ps-document.c: (ps_interpreter_finished),
4277         (ps_interpreter_start), (ps_interpreter_failed):
4278
4279         Handle ghostscript interpreter crashes. 
4280
4281 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4282
4283         * shell/ev-window.c: (ev_window_open_uri),
4284         (window_configure_event_cb):
4285
4286         Setup window size and position before showing it. Fixes bug #401711.
4287
4288 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4289
4290         * backend/ps/Makefile.am:
4291         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4292         (ps_document_dispose), (ps_document_class_init),
4293         (ps_interpreter_input), (ps_interpreter_output),
4294         (ps_interpreter_error), (setup_interpreter_env),
4295         (ps_interpreter_start), (ps_interpreter_stop),
4296         (ps_interpreter_failed), (ps_interpreter_is_ready),
4297         (check_filecompressed), (document_load), (ps_document_load),
4298         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4299         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4300         (render_page):
4301
4302         Rework ps-document. Code cleanups, remove deprecated code. 
4303
4304 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * shell/ev-view.c: (ev_view_button_press_event):
4307
4308         Do not start an image drag and drop operation when pointer is on 
4309         text, so that we can select text when the whole background is an
4310         image. 
4311
4312 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4313
4314         * shell/ev-window.c: (ev_window_update_actions): 
4315
4316         Disable all zoom related actions during presentation mode. 
4317
4318 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4319
4320         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4321
4322         Do not zoom in or out on presentation mode. Fixes bug #401305.
4323
4324 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4325
4326         * shell/ev-navigation-action.c: (connect_proxy),
4327         (create_menu_item), (ev_navigation_action_class_init):
4328         
4329         Correctly show menu and fix crash when navigaton 
4330         action is out of toolbar visible area.
4331
4332 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4333
4334         * data/Makefile.am:
4335         * data/evince.1:
4336         
4337         Added man file
4338
4339 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4340
4341         * help/reference/* :
4342         * configure.ac:
4343         
4344         Added gtk-doc based documentation for Evince.
4345         Still in initial state but I hope it will
4346         grow.
4347         
4348         * configure.ac:
4349         
4350         Lower dbus requirement to 0.70
4351
4352 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4353
4354         * shell/ev-window.c: (ev_window_add_history):
4355
4356         Fix memory leak. 
4357
4358 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4359
4360         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4361         * shell/ev-view.h:
4362         * shell/ev-window.c: (ev_window_add_history):
4363         
4364         Correctly handle named destination links
4365
4366 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4367
4368         * NOTES:
4369         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4370         * backend/pdf/ev-poppler.cc:
4371         * libdocument/ev-document-links.h:
4372         * libdocument/ev-link.c: (ev_link_get_page):
4373         * libdocument/ev-link.h:
4374         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4375         (ev_history_add_link):
4376         * shell/ev-history.h:
4377         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4378         (new_history_menu_item), (build_menu):
4379         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4380         * shell/ev-sidebar-links.c: (create_loading_model),
4381         (print_section_cb), (ev_sidebar_links_construct),
4382         (fill_page_labels), (update_page_callback_foreach),
4383         (update_page_callback), (job_finished_callback):
4384         * shell/ev-view.c: (ev_view_handle_link):
4385         * shell/ev-window.c: (ev_window_find_chapter),
4386         (ev_window_add_history), (view_handle_link_cb),
4387         (history_changed_cb):
4388         
4389         Implements another history variant
4390
4391 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4392
4393         * shell/ev-window.c: (view_external_link_cb):
4394         * shell/ev-view.c: (ev_view_button_release_event):
4395
4396         Open links in new window when clicking with middle button. 
4397
4398 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4399
4400         * shell/ev-navigation-action.c: (new_history_menu_item):
4401         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4402         * shell/ev-view.c: (ev_view_handle_link):
4403         * shell/ev-window.c:
4404         
4405         Store link before jump, not the destination. For me it 
4406         seems like more natural history behavior.
4407
4408 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4409
4410         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4411         (ev_navigation_action_class_init):
4412         * shell/ev-navigation-action.h:
4413         * shell/ev-page-action.c: (activate_cb):
4414         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4415         (ev_page_cache_set_current_page_history):
4416         * shell/ev-page-cache.h:
4417         * shell/ev-sidebar-thumbnails.c:
4418         (ev_sidebar_tree_selection_changed),
4419         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4420         * shell/ev-view-private.h:
4421         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4422         * shell/ev-view.h:
4423         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4424         (ev_window_setup_document), (ev_window_load_job_cb):
4425         * shell/ev-window.h:
4426         
4427         History finally works as expected.
4428
4429 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4430
4431         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4432
4433         Do not update links treeview if it doesn't have a model assigned yet. 
4434
4435 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4436
4437         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4438         (ev_sidebar_links_class_init), (update_page_callback):
4439
4440         Do not update links treeview when sidepane is not visible. 
4441
4442 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4443
4444         * shell/ev-marshal.list:
4445         * shell/ev-page-action.c: (activate_cb),
4446         (ev_page_action_class_init):
4447         * shell/ev-page-action.h:
4448         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4449         * shell/ev-window.c:
4450         
4451         Remove activate_link signal, not required.
4452
4453 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4454
4455         * shell/ev-navigation-action.c: (build_menu):
4456         
4457         Reorder menu items and build menu with fixed length.
4458
4459 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4460
4461         * shell/ev-view.c: (get_selected_text):
4462         
4463         Normalize text to fix ligatures problem. See bug
4464         #341947 for details.
4465
4466 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4467
4468         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4469
4470         Fix memory leak in ev-page-cache. 
4471
4472 2007-01-25  Tom Parker <palfrey@tevp.net>
4473
4474         * backend/impress/impress-document.c: (impress_document_load),
4475         (impress_document_finalize), (impress_document_init):
4476         * properties/ev-properties-main.c: (ev_properties_get_pages):
4477         
4478         Correctly handle impress document errors. Fixes nautilus
4479         crash in property page #370491.
4480
4481 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4482
4483         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4484         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4485         (ev_job_queue_remove_job):
4486         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4487         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4488         (ev_job_load_run):
4489         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4490         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4491         (ev_window_load_job_cb), (xfer_update_progress_callback),
4492         (ev_window_open_uri), (ev_window_dispose):
4493         * shell/main.c: (main):
4494
4495         Do file transfer asynchronously in the main thread instead of
4496         synchronously in the load thread. Fixes bugs #399694, #398307 and
4497         #343542.
4498
4499 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * shell/ev-jobs.c: (ev_job_xfer_run):
4502
4503         Load the document with the font-config lock held. 
4504
4505 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4506
4507         * backend/ps/ps-document.c: (start_interpreter):
4508
4509         Fix memory leaks in ps backend. 
4510
4511 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4512
4513         * backend/impress/impress-document.c:
4514         (impress_document_render_pixbuf):
4515
4516         Do not acquire fontconfig lock in impress backend, since it is using
4517         the main loop for rendering. 
4518
4519 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4520
4521         * po/POTFILES.in: 
4522
4523         Remove mdvi files that shouldn't be translated. 
4524
4525 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4526
4527         * shell/ev-view-private.h:
4528         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4529         (ev_view_set_zoom):
4530
4531         Render "loading..." text into a cairo surface instead of directly into
4532         the window so that fontconfig lock is only needed once and UI is not
4533         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4534
4535 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4536
4537         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4538         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4539
4540         Use icon theme associated with the window screen rather than default. 
4541
4542 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4543
4544         * configure.ac:
4545
4546         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4547
4548 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4549
4550         * data/icons/*/apps/evince.*:
4551
4552         Move Evince icons under new apps directory.
4553
4554         * data/icons/*/actions/*:
4555
4556         Add new custom themeable Evince icons: view-page-continuous, 
4557         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4558         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4559
4560         * configure.ac:
4561
4562         Add new directories to AC_CONFIG_FILES.
4563
4564         * shell/ev-stock-icons.c:
4565         * shell/ev-stock-icons.h:
4566
4567         Use new custom themeable icons.
4568
4569 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4570
4571         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4572
4573         Do not draw white background page in presentation mode. 
4574
4575 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4576
4577         * shell/ev-view.c: Remove unused gnome-vfs include.
4578
4579 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4580
4581         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4582         
4583         Format string is corrected, fixes bug #397129.
4584
4585 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4586
4587         * shell/ev-window.c: (ev_window_setup_recent):
4588
4589         Do not include in recent menu inexistent documents. Fixes
4590         bug #339171.
4591
4592 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4593
4594         * po/POTFILES.skip: 
4595
4596         Update POTFILES.skip file according to current source tree. 
4597
4598 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4599
4600         * shell/ev-window.c: (file_save_dialog_response_cb):
4601
4602         Do Save a copy in atomic way. Fixes bug #328266. 
4603
4604 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4605
4606         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4607
4608         Keep selected cell always visible in index treeview.
4609
4610 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4611         
4612         * shell/ev-view.c: (ev_view_size_allocate):
4613
4614         Restore horizontal scrollbar after switching to/from fullscreen
4615         or presentation mode. Fixes bug #331728.
4616
4617 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4618
4619         * shell/ev-view-private.h:
4620         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4621         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4622         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4623         (ev_view_can_zoom_out):
4624
4625         Use max and min scale values in the view iby taking dpi into account. 
4626
4627 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4628
4629         * configure.ac:
4630         * NEWS:
4631
4632         Release 0.7.1
4633
4634 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4635
4636         * shell/ev-window.c: (ev_window_print_send):
4637
4638         Send print job to printer with some settings set to default values,
4639         since we have already exported to a file according to such settings
4640         and they could be taken twice by some printers. 
4641
4642 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4643
4644         * shell/ev-jobs.c: (ev_job_xfer_run):
4645         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4646
4647         Show main window and load document with the font-config lock held. 
4648
4649 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * configure.ac:
4652         * shell/ev-application.c: (ev_application_register_service):
4653         * shell/main.c: (load_files_remote):
4654
4655         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4656
4657 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4658
4659         * doc/debugging.txt:
4660         
4661         Remove obsolete documentation.
4662
4663 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4664
4665         * Makefile.am:
4666         * backend/Makefile.am:
4667         * backend/comics/Makefile.am:
4668         * backend/djvu/Makefile.am:
4669         * backend/dvi/Makefile.am:
4670         * backend/ev-async-renderer.c:
4671         * backend/ev-async-renderer.h:
4672         * backend/ev-attachment.c:
4673         * backend/ev-attachment.h:
4674         * backend/ev-backend-marshal.c:
4675         * backend/ev-document-factory.c:
4676         * backend/ev-document-factory.h:
4677         * backend/ev-document-find.c:
4678         * backend/ev-document-find.h:
4679         * backend/ev-document-fonts.c:
4680         * backend/ev-document-fonts.h:
4681         * backend/ev-document-images.c:
4682         * backend/ev-document-images.h:
4683         * backend/ev-document-info.h:
4684         * backend/ev-document-links.c:
4685         * backend/ev-document-links.h:
4686         * backend/ev-document-misc.c:
4687         * backend/ev-document-misc.h:
4688         * backend/ev-document-security.c:
4689         * backend/ev-document-security.h:
4690         * backend/ev-document-thumbnails.c:
4691         * backend/ev-document-thumbnails.h:
4692         * backend/ev-document-transition.c:
4693         * backend/ev-document-transition.h:
4694         * backend/ev-document.c:
4695         * backend/ev-document.h:
4696         * backend/ev-file-exporter.c:
4697         * backend/ev-file-exporter.h:
4698         * backend/ev-image.c:
4699         * backend/ev-image.h:
4700         * backend/ev-link-action.c:
4701         * backend/ev-link-action.h:
4702         * backend/ev-link-dest.c:
4703         * backend/ev-link-dest.h:
4704         * backend/ev-link.c:
4705         * backend/ev-link.h:
4706         * backend/ev-render-context.c:
4707         * backend/ev-render-context.h:
4708         * backend/ev-selection.c:
4709         * backend/ev-selection.h:
4710         * backend/impress/Makefile.am:
4711         * backend/pdf/Makefile.am:
4712         * backend/pixbuf/Makefile.am:
4713         * backend/ps/Makefile.am:
4714         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4715         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4716         (start_interpreter), (stop_interpreter), (document_load),
4717         (ps_document_next_page), (render_page):
4718         * backend/tiff/Makefile.am:
4719         * comics/Makefile.am:
4720         * comics/comics-document.c:
4721         * comics/comics-document.h:
4722         * configure.ac:
4723         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4724         * djvu/Makefile.am:
4725         * djvu/djvu-document-private.h:
4726         * djvu/djvu-document.c:
4727         * djvu/djvu-document.h:
4728         * djvu/djvu-links.c:
4729         * djvu/djvu-links.h:
4730         * djvu/djvu-text-page.c:
4731         * djvu/djvu-text-page.h:
4732         * djvu/djvu-text.c:
4733         * djvu/djvu-text.h:
4734         * dvi/Makefile.am:
4735         * dvi/dvi-document.c:
4736         * dvi/dvi-document.h:
4737         * dvi/fonts.c:
4738         * dvi/fonts.h:
4739         * dvi/mdvi-lib/Makefile.am:
4740         * dvi/mdvi-lib/afmparse.c:
4741         * dvi/mdvi-lib/afmparse.h:
4742         * dvi/mdvi-lib/bitmap.c:
4743         * dvi/mdvi-lib/bitmap.h:
4744         * dvi/mdvi-lib/color.c:
4745         * dvi/mdvi-lib/color.h:
4746         * dvi/mdvi-lib/common.c:
4747         * dvi/mdvi-lib/common.h:
4748         * dvi/mdvi-lib/defaults.h:
4749         * dvi/mdvi-lib/dvimisc.c:
4750         * dvi/mdvi-lib/dviopcodes.h:
4751         * dvi/mdvi-lib/dviread.c:
4752         * dvi/mdvi-lib/files.c:
4753         * dvi/mdvi-lib/font.c:
4754         * dvi/mdvi-lib/fontmap.c:
4755         * dvi/mdvi-lib/fontmap.h:
4756         * dvi/mdvi-lib/fontsrch.c:
4757         * dvi/mdvi-lib/gf.c:
4758         * dvi/mdvi-lib/hash.c:
4759         * dvi/mdvi-lib/hash.h:
4760         * dvi/mdvi-lib/list.c:
4761         * dvi/mdvi-lib/mdvi.h:
4762         * dvi/mdvi-lib/pagesel.c:
4763         * dvi/mdvi-lib/paper.c:
4764         * dvi/mdvi-lib/paper.h:
4765         * dvi/mdvi-lib/pk.c:
4766         * dvi/mdvi-lib/private.h:
4767         * dvi/mdvi-lib/setup.c:
4768         * dvi/mdvi-lib/sp-epsf.c:
4769         * dvi/mdvi-lib/special.c:
4770         * dvi/mdvi-lib/sysdeps.h:
4771         * dvi/mdvi-lib/t1.c:
4772         * dvi/mdvi-lib/tfm.c:
4773         * dvi/mdvi-lib/tfmfile.c:
4774         * dvi/mdvi-lib/tt.c:
4775         * dvi/mdvi-lib/util.c:
4776         * dvi/mdvi-lib/vf.c:
4777         * dvi/pixbuf-device.c:
4778         * dvi/pixbuf-device.h:
4779         * impress/Makefile.am:
4780         * impress/common.h:
4781         * impress/document.c:
4782         * impress/f_oasis.c:
4783         * impress/f_oo13.c:
4784         * impress/iksemel.c:
4785         * impress/iksemel.h:
4786         * impress/imposter.h:
4787         * impress/impress-document.c:
4788         * impress/impress-document.h:
4789         * impress/internal.h:
4790         * impress/r_back.c:
4791         * impress/r_draw.c:
4792         * impress/r_geometry.c:
4793         * impress/r_gradient.c:
4794         * impress/r_style.c:
4795         * impress/r_text.c:
4796         * impress/render.c:
4797         * impress/render.h:
4798         * impress/zip.c:
4799         * impress/zip.h:
4800         * lib/Makefile.am:
4801         * lib/ev-debug.c:
4802         * lib/ev-debug.h:
4803         * lib/ev-file-helpers.c:
4804         * lib/ev-file-helpers.h:
4805         * lib/ev-gui.c:
4806         * lib/ev-gui.h:
4807         * lib/ev-tooltip.c:
4808         * lib/ev-tooltip.h:
4809         * libdocument/Makefile.am:
4810         * libdocument/ev-file-helpers.c:
4811         * pdf/Makefile.am:
4812         * pdf/ev-poppler.cc:
4813         * pdf/ev-poppler.h:
4814         * pixbuf/Makefile.am:
4815         * pixbuf/pixbuf-document.c:
4816         * pixbuf/pixbuf-document.h:
4817         * properties/Makefile.am:
4818         * ps/Makefile.am:
4819         * ps/gsdefaults.c:
4820         * ps/gsdefaults.h:
4821         * ps/gsio.c:
4822         * ps/gsio.h:
4823         * ps/gstypes.h:
4824         * ps/ps-document.c:
4825         * ps/ps-document.h:
4826         * ps/ps.c:
4827         * ps/ps.h:
4828         * shell/Makefile.am:
4829         * shell/ev-application.h:
4830         * shell/ev-sidebar-links.c:
4831         * shell/ev-sidebar-links.h:
4832         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4833         (ev_gui_menu_position_tree_selection):
4834         * shell/ev-utils.h:
4835         * shell/ev-view.c: (ev_view_finalize):
4836         * shell/ev-window.c:
4837         * shell/main.c: (main):
4838         * thumbnailer/Makefile.am:
4839         * tiff/Makefile.am:
4840         * tiff/tiff-document.c:
4841         * tiff/tiff-document.h:
4842         * tiff/tiff2ps.c:
4843         * tiff/tiff2ps.h:
4844         
4845         Reorganize source tree.
4846
4847 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4848
4849         * backend/ev-document-factory.c:
4850
4851         Do not include ev-poppler.h when pdf is disabled. 
4852
4853 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * configure.ac:
4856         * data/evince-ui.xml:
4857         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4858         (pdf_document_document_images_iface_init):
4859         * backend/Makefile.am:
4860         * backend/ev-document-images.[ch]:
4861         * backend/ev-image.[ch]:
4862         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4863         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4864         (ev_job_xfer_run):
4865         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4866         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4867         (ev_pixbuf_cache_get_image_mapping):
4868         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4869         (view_menu_popup_cb), (ev_window_dispose),
4870         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4871         (ev_view_popup_cmd_copy_image):
4872         * shell/ev-view-private.h:
4873         * shell/ev-view.c: (ev_view_get_image_at_location),
4874         (ev_view_do_popup_menu), (ev_view_popup_menu),
4875         (ev_view_button_press_event), (ev_view_drag_data_get),
4876         (ev_view_drag_motion), (ev_view_drag_data_received),
4877         (ev_view_motion_notify_event), (ev_view_button_release_event),
4878         (ev_view_finalize), (ev_view_class_init):
4879
4880         Add image handling support. Fixes bugs #310008 and #325047. Images
4881         selection is not supported yet. 
4882
4883 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4884
4885         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4886         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4887         (ev_view_init):
4888
4889         Move view drag and drop stuff to ev-view.
4890
4891 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4892
4893         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4894         * shell/ev-view.c: (clear_selection): 
4895
4896         Clear selection also in pixbuf cache.
4897
4898 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4899
4900         * data/evince.desktop.in.in:
4901         
4902         Change icon name in desktop file. See bug #390734
4903         for details.
4904
4905 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4906
4907         * thumbnailer/Makefile.am:
4908
4909         Use top_builddir instead top_srcdir for generated schema
4910         file installation. Fixes bug #390161.
4911
4912 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4913
4914         * configure.ac:
4915         * backend/Makefile.am:
4916         * backend/ev-document-transition.[ch]:
4917         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4918         (pdf_document_page_transition_iface_init):
4919         * shell/ev-view-private.h:
4920         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4921         (ev_view_set_presentation), (transition_next_page),
4922         (ev_view_presentation_transition_stop),
4923         (ev_view_presentation_transition_start), (ev_view_next_page):
4924
4925         Add page transition support in presentation mode. At the moment only
4926         page duration is supported, but not transition effects. Fixes bug
4927         #309815.
4928
4929 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4930
4931         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4932
4933         Run find_link_dest with document lock held, since it's called by links
4934         thread and main thread at the same time. 
4935
4936 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * shell/ev-view.c: (goto_dest):
4939
4940         Update page-cache when page is changed by the view, so that
4941         page-changed signal is emitted. 
4942
4943 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4944
4945         * test/test1.py:
4946         * test/test2.py:
4947
4948         Use C locale in tests. 
4949
4950 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4951
4952         * shell/ev-window.c: (ev_window_run_presentation):
4953         * shell/ev-view-private.h:
4954         * shell/ev-view.c: (ev_view_set_presentation):
4955
4956         Restore zoom settings when back from presentation mode. 
4957
4958 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4959
4960         * shell/ev-window.c: (ev_window_run_presentation):
4961
4962         Always use "best fit" zoom in presentation mode.
4963         Fixes bug #389195.
4964
4965 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4966
4967         * shell/ev-view.c: (ev_view_goto_window_create):
4968
4969         Show "Jump to page" label in the page jumping popup in
4970         presentation mode instead of just a GtkEntry.
4971
4972 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4973
4974         * shell/ev-window.c: (launch_external_uri):
4975
4976         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4977         #378085.
4978
4979 2006-12-22  Elijah Newren  <newren gmail com>
4980
4981         * configure.ac: explicitly check for libxml2.  Fixes #388795
4982
4983 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4984
4985         * shell/ev-view-private.h:
4986         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4987         (ev_view_goto_window_delete_event), (key_is_numeric),
4988         (ev_view_goto_window_key_press_event),
4989         (ev_view_goto_window_button_press_event),
4990         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4991         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4992         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4993
4994         Allow jumping to another page by typing a page number in presentation
4995         mode. It uses a popup window with an entry. Fixes bug #353625.
4996
4997 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4998
4999         * configure.ac:
5000         * properties/ev-properties-view.c: (ev_get_default_user_units),
5001         (ev_regular_paper_size):
5002         
5003         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5004         to Damien Carbery <damien.carbery@sun.com> and
5005         Yevgen Muntyan <muntyan@tamu.edu>.
5006
5007 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5008
5009         * shell/ev-window.c: (setup_document_from_metadata):
5010
5011         Make sure Evince doesn't restore the view on the last
5012         page when a document is reopened. Fixes bug #383381.
5013
5014 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5015
5016         * shell/ev-view.c: (draw_loading_text):
5017
5018         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5019
5020 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5021
5022         * configure.ac:
5023         * NEWS:
5024
5025         Release 0.7.0
5026
5027 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * configure.ac:
5030         * pdf/ev-poppler.cc: (pdf_print_context_free),
5031         (pdf_document_file_exporter_begin),
5032         (pdf_document_file_exporter_do_page):
5033
5034         Make cairo-pdf depedency optional. 
5035
5036 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5039
5040         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5041
5042 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5045         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5046         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5047         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5048         * shell/ev-view.c: (draw_loading_text):
5049         * shell/ev-window.c: (ev_window_cmd_file_properties):
5050
5051         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5052         related to using FontConfig from different threads.
5053         
5054 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5055
5056         * shell/ev-view.c: (draw_loading_text):
5057
5058         Acquire lock document when drawing "Loading..." text so that only one
5059         thread will use FontConfig at the same time. Fixes bug #374750.
5060
5061 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5062
5063         * shell/ev-page-action.[ch]: (activate_cb):
5064         * shell/ev-window.c: (activate_label_cb):
5065
5066         Check if text inserted in page entry is a valid page number when it
5067         doesn't match to any document page label. Fixes bug #383165.
5068
5069 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5070         * shell/ev-window.c:
5071
5072         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5073         available with GTK < 2.10. Added an ifdef to avoid compilation
5074         error.
5075
5076 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5077
5078         * configure.ac:
5079         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5080
5081         Fix ps backend in multihead systems.
5082
5083 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5084
5085         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5086         * shell/ev-window.c: (ev_window_get_screen_dpi),
5087         (ev_window_update_actions), (setup_view_from_metadata),
5088         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5089
5090         Take screen DPI into account when zooming. Fixes bug #318285.
5091
5092 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5093
5094         * data/Makefile.am:
5095
5096         Cleaned up/slightly refactored Makefile.am. Added GConf
5097         schemas uninstallation as well.
5098
5099 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5100
5101         * Makefile.am:
5102         * test/Makefile.am:
5103
5104         Fight with autotools to fix make check. Make distcheck
5105         works fine as well now!
5106
5107 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5108
5109         * shell/ev-view.c: (draw_end_presentation_page):
5110
5111         Corrected "end of presentation" string.
5112
5113 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5114
5115         * shell/ev-view.c: (ev_view_key_press_event):
5116
5117         Correctly propagate key press event so that up/down keys
5118         work as expected (correct behaviour was broken by
5119         black/white screen key bindings for presentations).
5120
5121 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5122
5123         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5124         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5125         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5126         (pdf_selection_get_selection_region),
5127         (pdf_selection_get_selection_map):
5128
5129         Add "static" to some private functions. 
5130
5131 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5132
5133         * lib/ev-tooltip.h:
5134         * properties/ev-properties-view.h:
5135         * shell/ev-jobs.h:
5136         * shell/ev-properties-dialog.h:
5137         * shell/ev-properties-fonts.h:
5138         * shell/ev-sidebar-links.h:
5139         * shell/ev-sidebar-thumbnails.h:
5140         * shell/ev-sidebar.h:
5141         * shell/ev-window.h:
5142         
5143         Fixes CHACK type in class casts. See bug #385343
5144         for details.
5145
5146 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * shell/ev-view-private.h:
5149         * shell/ev-view.c: (draw_end_presentation_page),
5150         (ev_view_expose_event), (ev_view_key_press_event),
5151         (ev_view_class_init), (ev_view_init):
5152
5153         Blank screen in presentation mode when pressing 'b' (filling with
5154         black) or 'w' (filling with white) keys. Fixes bug #358132.
5155
5156 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5157
5158         * data/evince-toolbar.xml:
5159         * shell/ev-window.c:
5160         
5161         Use stock icon for Select All action. Fixes
5162         bug #382652.
5163
5164 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5165
5166         * shell/ev-view.c: (get_doc_point_from_offset),
5167         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5168
5169         Add links support in rotated documents. Fixes bug #343733.
5170
5171 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5172
5173         * shell/ev-view-private.h:
5174         * shell/ev-view.c: (draw_end_presentation_page),
5175         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5176
5177         Show a blank page after the last page in presentation mode with a
5178         message indicating that presentation has finished and how to exit. 
5179
5180 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5181
5182         * shell/ev-window.c: (fullscreen_timeout_cb):
5183
5184         Hide cursor after a while in presentation mode. 
5185
5186 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5187
5188         * backend/ev-document-info.h:
5189         * data/evince-properties.glade:
5190         * pdf/ev-poppler.cc:
5191         * properties/ev-properties-view.c: (ev_regular_paper_size),
5192         (ev_properties_view_set_info):
5193         * ps/ps-document.c: (ps_document_get_info):
5194
5195         Adds a paper size field to the properties dialog. Fixes
5196         bug #307315. Patch by Kasper Svendsen (with some i18n
5197         changes done by me).
5198
5199 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5200
5201         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5202         (screensaver_init_dbus), (totem_scrsaver_new),
5203         (totem_scrsaver_init):
5204         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5205         * shell/ev-application.c: (ev_application_register_service),
5206         (ev_application_screensaver_enable),
5207         (ev_application_screensaver_disable):
5208         * shell/ev-application.h:
5209         * shell/ev-window.c: (ev_window_run_presentation),
5210         (ev_window_stop_presentation), (build_comments_string),
5211         (ev_window_init):
5212         
5213         Move screensaver handling to application. No more
5214         message on startup.
5215
5216 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5217
5218         * configure.ac:
5219         * backend/Makefile.am:
5220         * backend/ev-file-exporter.[ch]:
5221         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5222         * ps/ps-document.c: (ps_document_file_exporter_*):
5223         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5224         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5225         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5226         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5227
5228         Allow printing to PDF when suppoted by the backend.
5229         
5230 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5231
5232         * shell/ev-window.c: (build_comments_string):
5233
5234         Use always "Document Viewer" in about dialog. 
5235
5236 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5237
5238         * djvu/djvu-document.c: (djvu_document_get_page_size):
5239
5240         Display a warning message when get_pageinfo fails. 
5241
5242 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5243
5244         * Makefile.am:
5245         * backend/Makefile.am:
5246         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5247         * configure.ac:
5248         * shell/ev-window.c: (build_comments_string):
5249         
5250         Make pdf compilation optional. See bug #38007.
5251
5252 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5253
5254         * ps/ps.c: (get_next_text):
5255
5256         Fix CVE-2006-5864.
5257
5258 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5259
5260         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5261         * shell/ev-navigation-action.c: (connect_proxy),
5262         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5263         
5264         Do not call g_type_class_peek_parent twice.
5265
5266 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5267
5268         * configure.ac:
5269         * data/icons/24x24/.cvsignore:
5270         * data/icons/24x24/Makefile.am:
5271         * data/icons/24x24/evince.png:
5272         * data/icons/Makefile.am:
5273         
5274         Add 24x24 icon. Thanks to 
5275         Michael Monreal <infernux@web.de>.
5276
5277 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5278
5279         * configure.ac: Fix typo in configure.ac. Thanks
5280         to dmacks@netspace.org for notification.
5281
5282 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5283
5284         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5285         
5286         Drop dbus include, fixes compilation with older dbus.
5287
5288 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5289
5290         * configure.ac:
5291         * cut-n-paste/Makefile.am:
5292         * cut-n-paste/totem-screensaver/.cvsignore
5293         * cut-n-paste/totem-screensaver/Makefile.am:
5294         * cut-n-paste/totem-screensaver/README:
5295         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5296         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5297         * shell/Makefile.am:
5298         * shell/ev-window.c: (ev_window_run_presentation),
5299         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5300         (ev_window_init):
5301
5302         Implemented screensaver enabling/disabling for
5303         presentation mode (not fullscreen mode). Code stolen
5304         from Totem (with some minor tweaks). Fixes bug #338889.
5305
5306 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5307
5308         * configure.ac:
5309
5310         Bump gnome-icon-theme requirements. We use the rotation
5311         icons that appeared recently.
5312
5313 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5314
5315         * shell/ev-history.c: (ev_history_add_page):
5316         * shell/ev-history.h:
5317         * shell/ev-window.c: (page_changed_cb):
5318         
5319         Use page labels instead of numbers.
5320
5321 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5322
5323         * data/evince-toolbar.xml:
5324         * po/POTFILES.in:
5325         * shell/Makefile.am:
5326         * shell/ev-navigation-action-widget.c:
5327         (ev_navigation_action_widget_init),
5328         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5329         (menu_detacher), (ev_navigation_action_widget_set_menu),
5330         (menu_position_func), (popup_menu_under_arrow),
5331         (ev_navigation_action_widget_toggled),
5332         (ev_navigation_action_widget_button_press_event):
5333         * shell/ev-navigation-action-widget.h:
5334         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5335         (ev_navigation_action_set_window), (activate_menu_item_cb),
5336         (new_history_menu_item), (new_empty_history_menu_item),
5337         (build_menu), (menu_activated_cb), (connect_proxy),
5338         (create_tool_item), (ev_navigation_action_init),
5339         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5340         * shell/ev-navigation-action.h:
5341         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5342         (ev_page_action_widget_set_page_cache),
5343         (ev_page_action_widget_finalize),
5344         (ev_page_action_widget_class_init), (match_selected_cb),
5345         (display_completion_text), (match_completion), (build_new_tree_cb),
5346         (get_filter_model_from_model),
5347         (ev_page_action_widget_update_model):
5348         * shell/ev-page-action-widget.h:
5349         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5350         (connect_proxy):
5351         * shell/ev-page-action.h:
5352         * shell/ev-stock-icons.c:
5353         * shell/ev-stock-icons.h:
5354         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5355         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5356         (register_custom_actions):
5357         * shell/main.c:
5358         
5359         Preliminary history implementation
5360
5361 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5362
5363         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5364         (dvi_document_class_init), (dvi_document_init_params):
5365         * dvi/mdvi-lib/font.c: (font_reference):
5366         
5367         Add reference to subfont. Fixes bug #374277.
5368
5369 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5370
5371         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5372         (ev_window_cmd_file_open_copy_at_dest):
5373
5374         Fix a race condition when creating symlink. Increase the counter
5375         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5376         Mathias Hasselmann).
5377
5378 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5379
5380         * backend/Makefile.am:
5381         * backend/ev-attachment.c: (ev_attachment_open):
5382         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5383         (ev_tmp_dir), (ev_tmp_filename):
5384         * shell/ev-sidebar-attachments.c:
5385         (ev_sidebar_attachments_drag_data_get):
5386         * shell/ev-window.c: (ev_window_clear_temp_file):
5387
5388         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5389         in ensure_dir_exists. Abort without crashing when we can't create
5390         user's directory.
5391
5392 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5393
5394         * data/evince-ui.xml:
5395         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5396         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5397         (ev_window_cmd_file_open_copy_at_dest),
5398         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5399         (ev_view_popup_cmd_open_link_new_window):
5400
5401         Allow opening a copy of the current document in a new window. Fixes bug
5402         #357472
5403
5404 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * data/evince-toolbar.xml:
5407         
5408         Add rotate right and rotate left to available items for toolbar.
5409         
5410         * data/evince-ui.xml:
5411         * shell/ev-window.c: (ev_window_init):
5412         
5413         Customize toolbar with right click. Fixes bug #372451.
5414
5415 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5416
5417         * shell/ev-window.c: 
5418         
5419         Use "object-rotate-{left,right}" stock icons. Fixes 
5420         bug #373863.
5421
5422 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5423
5424         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5425         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5426         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5427         (ev_window_open_uri):
5428         * shell/main.c: (arguments_parse):
5429
5430         Remove temp file created when evince is used by GTK+ in
5431         preview mode. Fixes bug #365282. 
5432
5433 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5434
5435         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5436         
5437         Fixes bug #372474 - Side pane disabled when entering 
5438         and leaving fullscreen mode.
5439
5440 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5441
5442         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5443         * data/Makefile.am:
5444         * data/evince-preview-toolbar.xml:
5445         * data/evince-toolbar.xml:
5446         * shell/ev-application.c: (ev_application_shutdown),
5447         (ev_application_init), (ev_application_get_toolbars_model):
5448         * shell/ev-application.h:
5449         * shell/ev-window.c: (update_chrome_visibility),
5450         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5451         (ev_window_cmd_edit_toolbar), (ev_window_init):
5452         
5453         Fixes bug #364364 - toolbar editor shows zoom actions again.
5454
5455 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5456
5457         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5458
5459         Do not take margins into consideration for paper size when printing.
5460         Really fixes bug #350491.
5461
5462 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5463
5464         * data/evince-ui.xml:
5465         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5466         (ev_window_cmd_file_print_setup),
5467         (ev_window_print_dialog_response_cb),
5468         (ev_window_setup_action_sensitivity):
5469
5470         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5471
5472 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5473
5474         * shell/ev-window.c: (ev_window_print_range):
5475
5476         Revert my previuos commit, since printing to PDF is not supported by
5477         evince yet. 
5478
5479 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5480
5481         * shell/ev-window.c: (ev_window_print_range):
5482
5483         Enable print to a PDF. Fixes bug #332121.
5484
5485 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5486
5487         * shell/ev-application-service.xml:
5488         * shell/ev-application.[ch]: (ev_application_open_window),
5489         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5490         (ev_application_open_uri), (ev_application_open_uri_list):
5491         * shell/ev-window.c: (file_open_dialog_response_cb),
5492         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5493         (drag_data_received_cb), (open_remote_link):
5494         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5495
5496         Add support for multiscreen systems. Fixes bug #316206.
5497
5498 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5499
5500         * shell/ev-jobs.[ch]: (ev_job_print_new),
5501         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5502         (ev_job_print_do_page):
5503         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5504
5505         Allow printing only odd/even pages. Fixes bug #367289.
5506
5507 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5508
5509         * test/test1.py:
5510         * test/test2.py:
5511
5512         Re-add locale settings to test files.
5513
5514 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5515
5516         * data/evince-ui.xml:
5517         * shell/ev-window.c: (set_action_properties):
5518         
5519         Removed garbage from code and ui.
5520
5521 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5522
5523         * shell/ev-window.c: (ev_window_cmd_help_about):
5524
5525         Shamelessly add my name to the list of contributors.
5526
5527 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5528
5529         * test/test1.py:
5530         * test/test2.py:
5531
5532         Cleaned up the dogtail scripts.
5533
5534 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5535
5536         * shell/ev-view.c: (draw_loading_text): Don't render
5537         "loading..." text in presentation mode. Temporary
5538         workaround for bug #320352.
5539
5540 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5541
5542         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5543         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5544
5545         Use print settings scale, copies, collate and reverse which were
5546         ignored. Fixes bug #359032.
5547
5548 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5549
5550         * configure.ac:
5551         * data/evince-password.glade:
5552         * test/Makefile.am:
5553         * test/test-encrypt.pdf:
5554         * test/test-links.pdf:
5555         * test/test1.py:
5556         * test/test2.py:
5557
5558         Add automated UI tests for evince with dogtail. See
5559         bug #300948.    
5560
5561 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5562
5563         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5564
5565         Hide fullscreen toolbar when switching to another desktop workspace.
5566         Fixes bug #338871
5567
5568 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5569
5570         * shell/ev-window-title.c: 
5571         
5572         Test for .dvi in title of pdf documents.
5573
5574 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5575
5576         * shell/ev-view.c: (ev_view_scroll):
5577
5578         Page Up/Down should do page jumps in "Best fit" mode.
5579         If a user has explicitly chosen to view exactly one page
5580         at a time, scrolling just a part of the page when
5581         pressing Page Up/Down is not right. Fixes bug #323107.
5582
5583 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5584
5585         * NEWS:
5586         * configure.ac:
5587         
5588         Update for 0.6.1
5589
5590 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5591
5592         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5593         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5594         
5595         Correctly disconnect from job signals on destroy.
5596
5597 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5598
5599         * shell/ev-view-private.h:
5600         * shell/ev-view.c: (view_set_adjustment_values),
5601         (view_update_range_and_current_page),
5602         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5603         
5604         Fixes bug #343199, current page now follows find page.
5605
5606 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5607
5608         * backend/ev-document-factory.c:
5609         * configure.ac:
5610         Assigned OpenDocument presenation MIME type to the
5611         Impress backend. Added some missing (but harmless)
5612         #ifdefs in the document factory as well to make things
5613         consistent again. Fixes bug #360658.
5614
5615 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5616
5617         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5618         * backend/ev-document-find.c: (ev_document_find_get_type):
5619         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5620         * backend/ev-document-links.c: (ev_document_links_get_type):
5621         * backend/ev-document-security.c: (ev_document_security_get_type):
5622         * backend/ev-document-thumbnails.c:
5623         (ev_document_thumbnails_get_type):
5624         * backend/ev-document.c: (ev_document_get_type):
5625         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5626         * backend/ev-selection.c: (ev_selection_get_type):
5627         * cut-n-paste/recent-files/egg-recent-model.c:
5628         (egg_recent_model_get_type):
5629         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5630         (egg_recent_view_uimanager_get_type):
5631         * cut-n-paste/recent-files/egg-recent-view.c:
5632         (egg_recent_view_get_type):
5633         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5634         (egg_editable_toolbar_get_type):
5635         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5636         (egg_toolbar_editor_get_type):
5637         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5638         (egg_toolbars_model_get_type):
5639         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5640         (egg_tree_multi_drag_source_get_type):
5641         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5642         (ephy_zoom_action_get_type):
5643         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5644         (ephy_zoom_control_get_type):
5645         * impress/r_back.c: (_imp_fill_back):
5646         * properties/ev-properties-main.c:
5647         (ev_properties_plugin_register_type):
5648         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5649         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5650         (ev_view_accessible_factory_get_type):
5651
5652         Reduce relocations. Bug #360616.
5653
5654 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5655
5656         * backend/ev-document-factory.c:
5657         (ev_document_factory_get_document):
5658         
5659         Load document even if extension is wrong.
5660
5661 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5662
5663         * shell/ev-metadata-manager.c: (save_values):
5664         * shell/ev-window.c: (setup_size_from_metadata),
5665         (setup_view_from_metadata), (ev_window_setup_document),
5666         (ev_window_xfer_job_cb), (window_configure_event_cb):
5667         
5668         Set size according to the document size/page size ratio.
5669         That should correct rather wierd behaviour of the previous
5670         commit.
5671
5672 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5673
5674         * shell/ev-window.c: (setup_view_from_metadata):
5675         
5676         Set size for new windows from previous window size.
5677         See bugs #354968 and #168450 for details. Thanks
5678         to Meik Hellmund.
5679
5680 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5681
5682         * djvu/djvu-links.c: (build_tree):
5683
5684         Fix memory leak.
5685
5686 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5687
5688         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5689         
5690         Don't make sidebar close button insensitive. Fixes
5691         bug #357871.
5692
5693 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5694
5695         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5696         (ev_window_set_view_accels_sensitivity):
5697         
5698         Don't enable Slash on documents which don't support
5699         find. Fixes bug #358648.
5700
5701 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5702
5703         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5704         open dialog fall back to the current document uri if the
5705         filechooser hasn't been used before. Fixes bug #356980.
5706
5707 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5708
5709         * shell/ev-window.c: (ev_window_setup_recent), 
5710         (ev_window_get_recent_file_label):
5711
5712         Escape underscores in filenames of recent file items.
5713
5714 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5715
5716         * configure.ac:
5717         
5718         Bumped poppler requirements, really 0.5.3 is very 
5719         buggy, now we require 0.5.4.
5720
5721 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5722
5723         * djvu/Makefile.am:
5724         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5725         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5726         (djvu_document_document_links_iface_init):
5727         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5728         (number_from_string_10), (get_djvu_link_dest),
5729         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5730         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5731         (djvu_links_get_links), (djvu_links_find_link_dest),
5732         (djvu_links_get_links_model):
5733         * djvu/djvu-links.h:
5734         
5735         Add support for links and bookmarks in djvu documents. Thanks
5736         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5737         patch.
5738
5739 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5740
5741         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5742         
5743         Reopen should reload document. Fixes 
5744         bug 327951.
5745
5746 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5747
5748         * configure.ac:
5749         * data/Makefile.am:
5750         * data/evince-16.png:
5751         * data/evince-22.png:
5752         * data/evince.png:
5753         * data/evince.svg:
5754         * data/icons/16x16/Makefile.am:
5755         * data/icons/16x16/evince.png:
5756         * data/icons/22x22/Makefile.am:
5757         * data/icons/22x22/evince.png:
5758         * data/icons/48x48/Makefile.am:
5759         * data/icons/48x48/evince.png:
5760         * data/icons/Makefile.am:
5761         * data/icons/scalable/Makefile.am:
5762         * data/icons/scalable/evince.svg:
5763         
5764         Install icons with correct names. Fixes
5765         bug #354429.
5766
5767 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5768
5769         * shell/ev-view.c: (ev_view_button_release_event):
5770
5771         Don't open links with middle mouse button. Fixes bug #353649
5772
5773 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5774
5775         * NEWS:
5776         * configure.ac:
5777         
5778         Update for release 0.6.0
5779
5780 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5781
5782         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5783         Implement Close named action. Patch by Carlos Garcia Campos.
5784
5785 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5786
5787         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5788         
5789         Don't clear link mapping on copy_job_to_job_info. Fixes
5790         bug 346168.
5791
5792 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5793
5794         * shell/main.c: (main):
5795
5796         Revert my previous commit, gnome_program_init owns the option context.
5797         Fix another memory leak in main. Both caught by Christian Persch. 
5798
5799 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5800
5801         * shell/main.c: (main):
5802
5803         Fix memory leak.
5804
5805 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5806
5807         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5808
5809         Fix crash when opening a pdf with password protection. 
5810
5811 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5812
5813         * pdf/ev-poppler.cc: (pdf_document_search_free):
5814
5815         Fix memory leak. 
5816
5817 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5818
5819         * backend/ev-document-factory.c:
5820         (ev_document_factory_get_document):
5821         * tiff/tiff-document.c: (tiff_document_finalize):
5822         
5823         More correct handling of document loading. Fixes
5824         bug #349043.
5825
5826 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5827
5828         * backend/ev-attachment.c: (ev_attachment_save):
5829
5830         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5831         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5832
5833 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5834         
5835         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5836         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5837
5838 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5839
5840         * shell/ev-sidebar-thumbnails.c:
5841
5842         Do not render thumbnails unless thumbnails page is active in the
5843         sidebar.
5844
5845 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5846
5847         * shell/ev-properties-dialog.c:
5848
5849         Fix dialogue spacing. Bug #351370.
5850
5851 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5852
5853         * configure.ac:
5854
5855         Use lowercase gettext catalog file names (evince.mo
5856         instead of Evince.mo)
5857
5858 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5859
5860         * shell/ev-sidebar-attachments.c:
5861
5862         GtkIconTheme is now screen safe too. Fixes bug #350878
5863
5864 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5865
5866         * shell/ev-window.c:
5867
5868         GtkRecent manager is now screen safe. Fixes bug #350145
5869
5870 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5871
5872         * shell/ev-sidebar.c: (ev_sidebar_init):
5873         
5874         Make sidebar close icon smaller. Fix for bug 350177.
5875         See also bugs 350176 and 165770.
5876
5877 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5878
5879         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5880
5881         Ignore zoom for xyz destinations when it's <= 1, keeping user
5882         preferences instead. Set correct sizing-mode for fith and fitv
5883         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5884
5885 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5886
5887         * NEWS:
5888         * configure.ac:
5889         
5890         Update for release 0.5.5
5891
5892 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5893         
5894         * shell/ev-window.c: (ev_window_cmd_escape)
5895
5896         Escape unfocus page entry. Fixes bug #345809.
5897
5898 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5899
5900         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5901         (build_tree), (pdf_document_links_get_links),
5902         (pdf_document_links_find_link_dest):
5903         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5904         (goto_xyz_dest):
5905
5906         Convert from PDF style coordinates to X style coordinates in the
5907         backend rather than in the view. Fixes bug #338440
5908
5909 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5910
5911         * shell/ev-window.c:
5912         
5913         Remove Ctrl+Shift+T shortcut for toolbars. See
5914         the bug #350098.
5915
5916 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5917
5918         * configure.ac:
5919
5920         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5921         of this. 
5922
5923 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5924
5925         * configure.ac:
5926         * cut-n-paste/Makefile.am:
5927         * data/evince-ui.xml:
5928         * shell/Makefile.am:
5929         * shell/ev-application.[ch]:
5930         * shell/ev-window.c:
5931
5932         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5933         #349273
5934
5935 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5936
5937         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5938         findbar code: s/help/search/
5939
5940 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5941
5942         * shell/ev-window.c: (setup_document_from_metadata),
5943         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5944         (setup_view_from_metadata):
5945         
5946         Fix memory leaks.
5947
5948 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5949
5950         * autogen.sh, configure.ac: 
5951         
5952         Update automake usage. See bug 349292.
5953
5954 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5955
5956         * shell/eggfindbar.c: (egg_find_bar_class_init),
5957         (entry_activate_callback), (egg_find_bar_init),
5958         (egg_find_bar_set_status_text):
5959         * shell/eggfindbar.h:
5960         
5961         Unify Evince findbar with Epiphany. Nice patch
5962         from Fabricio Silva <silva@crans.org> and
5963         Frederic Peters <fpeters@entrouvert.com>. See
5964         bug #339966 for details.
5965
5966 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5967
5968         * data/evince.desktop.in.in:
5969         
5970         Correct information for bugzilla. Thanks to
5971         Olaf Vitters, see bug #348855.
5972
5973 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5974
5975         * shell/ev-jobs.[ch]:
5976         * shell/ev-sidebar-links.c:
5977         * shell/ev-window.[ch]:
5978
5979         GtkPrintJob doesn't support print ranges or current page, so we export
5980         to a ps file now when printing ranges or current page.
5981
5982 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5983
5984         * pdf/ev-poppler.cc:
5985         * shell/ev-window.c: (do_action_named):
5986
5987         We should be more clear about bugzilla. See the
5988         poppler bug #7623.
5989
5990 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5991
5992         * configure.ac:
5993         * shell/Makefile.am:
5994         * shell/ev-job-queue.c:
5995         * shell/ev-jobs.[ch]:
5996         * shell/ev-sidebar-links.c:
5997         * shell/ev-window.[ch]:
5998         
5999         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6000         #348422
6001
6002 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6003
6004         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6005         * shell/ev-application-service.xml:
6006         * shell/ev-application.[ch]:
6007         * shell/ev-jobs.[ch]:
6008         * shell/ev-window.[ch]: (ev_window_run_preview):
6009         * shell/main.c: 
6010
6011         Add preview mode to use evince as a printing previewer. It also adds
6012         other command line options for fullscreen and presentation modes.
6013         Fixes bugs #347822, #317031
6014
6015 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * NEWS:
6018         * configure.ac:
6019         
6020         Update for release 0.5.4
6021
6022 2006-07-11  Bastien Nocera <hadess@hadess.net>
6023
6024         * Makefile.am:
6025         * backend/Makefile.am:
6026         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6027         * backend/ev-document-factory.h:
6028         * configure.ac:
6029         * impress/.cvsignore:
6030         * impress/Makefile.am:
6031         * impress/common.h:
6032         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6033         (imp_get_page), (imp_next_page), (imp_prev_page),
6034         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6035         * impress/f_oasis.c: (render_object), (render_page),
6036         (get_geometry), (_imp_oasis_load):
6037         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6038         (_imp_oo13_load):
6039         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6040         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6041         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6042         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6043         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6044         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6045         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6046         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6047         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6048         (iks_new_within), (iks_insert), (iks_insert_cdata),
6049         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6050         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6051         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6052         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6053         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6054         (iks_cdata), (iks_cdata_size), (iks_has_children),
6055         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6056         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6057         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6058         (iks_tree), (iks_load), (iks_save):
6059         * impress/iksemel.h:
6060         * impress/imposter.h:
6061         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6062         (imp_render_draw_bezier_real), (imp_render_get_size),
6063         (imp_render_set_fg_color), (imp_render_draw_line),
6064         (imp_render_draw_rect), (imp_render_draw_polygon),
6065         (imp_render_draw_arc), (imp_render_draw_bezier),
6066         (imp_render_open_image), (imp_render_get_image_size),
6067         (imp_render_scale_image), (imp_render_draw_image),
6068         (imp_render_close_image), (imp_render_markup),
6069         (imp_render_get_text_size), (imp_render_draw_text),
6070         (impress_document_load), (impress_document_save),
6071         (impress_document_get_n_pages), (impress_document_get_page_size),
6072         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6073         (impress_document_finalize), (impress_document_class_init),
6074         (impress_document_can_get_text), (impress_document_get_info),
6075         (impress_document_document_iface_init),
6076         (impress_document_thumbnails_get_thumbnail),
6077         (impress_document_thumbnails_get_dimensions),
6078         (impress_document_document_thumbnails_iface_init),
6079         (impress_document_init):
6080         * impress/impress-document.h:
6081         * impress/internal.h:
6082         * impress/r_back.c: (_imp_fill_back):
6083         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6084         (_imp_draw_image), (_imp_tile_image):
6085         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6086         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6087         (r_polyline):
6088         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6089         (r_draw_gradient_complex), (r_draw_gradient):
6090         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6091         (r_get_bullet):
6092         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6093         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6094         (r_text):
6095         * impress/render.c: (imp_create_context), (imp_context_set_page),
6096         (imp_context_set_step), (imp_render), (imp_delete_context):
6097         * impress/render.h:
6098         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6099         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6100         (zip_load_xml), (zip_get_size), (zip_load):
6101         * impress/zip.h:
6102         * shell/ev-utils.c:
6103         
6104         New backend to support impress slides. Fixes bug #30867.
6105
6106 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6107
6108         * shell/ev-utils.c: (using_postscript_printer):
6109         
6110         Fixes crash when print using PAPI backend,
6111         bug #345012.
6112
6113 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6114
6115         * shell/ev-jobs.c: (ev_job_xfer_run):
6116         * shell/ev-window.c: (password_dialog_response),
6117         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6118         (ev_window_dispose):
6119         Fixes bug #344160: if the xfer job doesn't complete
6120         because a password is required, reload the existing
6121         instance instead of creating a new one.
6122
6123 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6124
6125         * shell/main.c: (main): Call gdk_threads_init. Thus
6126         we'll avoid errors in auth dialog. Fix for the bug
6127         #343347.
6128
6129 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6130
6131         * configure.ac: Advertise pixbuf support, fix
6132         for the bug 343317.
6133
6134 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6137         (ev_sidebar_thumbnails_set_document):
6138         
6139         Update sidebar thumbnails after reloading.
6140
6141 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6142
6143         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6144         * shell/ev-jobs.h:
6145         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6146         (ev_window_cmd_view_reload), (ev_window_init):
6147         
6148         Don't crash on reload. Fix for the bug #343167.
6149
6150 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6151
6152         * shell/ev-jobs.c: (ev_job_render_run):
6153         
6154         Check for document links.
6155
6156 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6157
6158         * backend/ev-attachment.c: (ev_attachment_save),
6159         (ev_attachment_launch_app), (ev_attachment_open):
6160         * backend/ev-document-factory.c: (get_document_from_uri):
6161         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6162         (egg_recent_view_uimanager_set_list):
6163         * ps/ps-document.c: (check_filecompressed), (document_load),
6164         (ps_document_load):
6165         * shell/ev-metadata-manager.c: (load_values):
6166         * shell/ev-password.c: (ev_password_dialog_set_property):
6167         * shell/ev-view.c: (tip_from_link):
6168         * shell/ev-window.c: (file_save_dialog_response_cb),
6169         (ev_window_print_dialog_response_cb):
6170         
6171         Use consistent quoting style. Fix for the bug #320285.
6172
6173 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6174
6175         * shell/ev-jobs.c: (ev_job_xfer_run):
6176         * shell/main.c: (load_files):
6177                 
6178         Open links with anchors. Fix for the bug #339836.
6179
6180 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6181
6182         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6183         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6184         (ev_link_dest_set_property), (ev_link_dest_finalize),
6185         (ev_link_dest_class_init), (ev_link_dest_new_named),
6186         (ev_link_dest_new_page_label):
6187         * backend/ev-link-dest.h:
6188         * shell/ev-application.c: (ev_application_open_uri):
6189         * shell/ev-view.c: (goto_dest):
6190         * shell/ev-window.c:
6191         * shell/ev-window.h:
6192         
6193         Fix page-label command line option. Bug #342070.
6194
6195 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6196
6197         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6198         
6199         Don't show highlight rects if page can't be showed. Fix for 
6200         the bug #342076
6201
6202 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6203
6204         * shell/ev-window.c: (setup_sidebar_from_metadata),
6205         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6206         
6207         Setup sidebar from metadata even if there is no document
6208         loaded. Fix for the bug #342807.
6209
6210 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6211
6212         * cut-n-paste/toolbar-editor/Makefile.am:
6213         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6214         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6215         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6216         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6217         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6218         (popup_context_menu_cb), (button_press_event_cb),
6219         (configure_item_sensitivity), (configure_item_cursor),
6220         (configure_item_tooltip), (connect_widget_signals),
6221         (action_sensitive_cb), (create_item_from_action),
6222         (create_item_from_position), (toolbar_drag_data_received_cb),
6223         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6224         (toolbar_drag_leave_cb), (configure_drag_dest),
6225         (toggled_visibility_cb), (toolbar_visibility_refresh),
6226         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6227         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6228         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6229         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6230         (egg_editable_toolbar_dispose),
6231         (egg_editable_toolbar_set_ui_manager),
6232         (egg_editable_toolbar_get_selected),
6233         (egg_editable_toolbar_set_selected), (set_edit_mode),
6234         (egg_editable_toolbar_set_property),
6235         (egg_editable_toolbar_get_property),
6236         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6237         (egg_editable_toolbar_new_with_model),
6238         (egg_editable_toolbar_get_edit_mode),
6239         (egg_editable_toolbar_set_edit_mode),
6240         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6241         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6242         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6243         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6244         (item_added_or_removed_cb), (toolbar_removed_cb),
6245         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6246         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6247         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6248         (editor_create_item_from_name), (append_table),
6249         (update_editor_sheet), (egg_toolbar_editor_init):
6250         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6251         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6252         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6253         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6254         (toolbar_node_free), (egg_toolbars_model_get_flags),
6255         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6256         (egg_toolbars_model_get_name), (impl_add_item),
6257         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6258         (parse_data_list), (parse_item_list), (parse_toolbars),
6259         (egg_toolbars_model_load_toolbars), (parse_available_list),
6260         (parse_names), (egg_toolbars_model_load_names),
6261         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6262         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6263         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6264         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6265         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6266         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6267         (egg_toolbars_model_set_types), (fill_avail_array),
6268         (egg_toolbars_model_get_name_avail),
6269         (egg_toolbars_model_get_name_flags),
6270         (egg_toolbars_model_set_name_flags):
6271         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6272         * cut-n-paste/toolbar-editor/eggintl.h:
6273         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6274         (egg_tree_multi_drag_source_get_type),
6275         (egg_tree_multi_drag_source_row_draggable),
6276         (egg_tree_multi_drag_source_drag_data_delete),
6277         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6278         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6279         (path_list_free), (set_context_data), (get_context_data),
6280         (get_info), (egg_tree_multi_drag_drag_data_get),
6281         (egg_tree_multi_drag_motion_event),
6282         (egg_tree_multi_drag_button_press_event),
6283         (egg_tree_multi_drag_add_drag_support):
6284         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6285         * shell/ev-application.c: (ev_application_init),
6286         (ev_application_save_toolbars_model):
6287         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6288         (ev_window_cmd_edit_toolbar), (ev_window_init):
6289         
6290         Sync toolbareditor with epiphany and libegg
6291
6292 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6293
6294         * configure.ac: 
6295
6296         Depend on poppler 0.5.2
6297
6298 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * shell/ev-jobs.c: (ev_job_render_run):
6301         
6302         Check if document supports links iterface.
6303
6304 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6305
6306         * NEWS:
6307         * configure.ac:
6308         
6309         Update for release 0.5.3
6310
6311 2006-05-13  Michael Plump  <plumpy@skylab.org>
6312
6313         * configure.ac:
6314         * shell/Makefile.am:
6315         * shell/main.c: (main):
6316         
6317         Port to GOption command line parsing. Fix for the 
6318         bug #327518
6319
6320 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6321
6322         * shell/ev-window.c: (ev_window_cmd_help_about):
6323         
6324         Do not wrap license. Fix for the bug #309460.
6325
6326 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6327
6328         * configure.ac:
6329         * properties/ev-properties-main.c: (ev_properties_get_pages):
6330         * shell/ev-application.c: (ev_application_open_window),
6331         (ev_application_open_uri_at_dest):
6332         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6333         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6334         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6335         * shell/ev-utils.c: (save_print_config_to_file):
6336         * shell/ev-window.c: (ev_window_cmd_save_as),
6337         (ev_attachment_popup_cmd_save_attachment_as):
6338         * shell/main.c: (load_files_remote):
6339         
6340         Bump requirements to gtk 2.8 and drop all ifdefs used.
6341
6342 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6343
6344         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6345         * shell/ev-window.c: (ev_window_init):
6346         
6347         Show attachments page.
6348
6349 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6350
6351         * po/POTFILES.in:
6352         * shell/ev-attachment-bar.c:
6353         * shell/ev-attachment-bar.h:
6354         * shell/ev-sidebar-attachments.c:
6355         (ev_sidebar_attachments_icon_cache_add),
6356         (icon_theme_get_pixbuf_from_mime_type),
6357         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6358         (ev_sidebar_attachments_icon_cache_refresh),
6359         (ev_sidebar_attachments_get_attachment_at_pos),
6360         (ev_sidebar_attachments_popup_menu_show),
6361         (ev_sidebar_attachments_popup_menu),
6362         (ev_sidebar_attachments_button_press),
6363         (ev_sidebar_attachments_update_icons),
6364         (ev_sidebar_attachments_drag_data_get),
6365         (ev_sidebar_attachments_get_property),
6366         (ev_sidebar_attachments_destroy),
6367         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6368         (ev_sidebar_attachments_new),
6369         (ev_sidebar_attachments_set_document),
6370         (ev_sidebar_attachments_support_document),
6371         (ev_sidebar_attachments_get_label),
6372         (ev_sidebar_attachments_page_iface_init):
6373         * shell/ev-sidebar-attachments.h:
6374         * shell/ev-window.c: (update_chrome_visibility),
6375         (setup_sidebar_from_metadata), (ev_window_setup_document),
6376         (ev_window_sidebar_current_page_changed_cb),
6377         (attachment_bar_menu_popup_cb), (ev_window_init):
6378         
6379         Move attachments bar to sidebar.
6380
6381 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6382
6383         * pdf/ev-poppler.cc:
6384         * shell/ev-application.[ch]:
6385         * shell/main.c:
6386
6387         Fix some memory leaks.
6388
6389 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6390
6391         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6392
6393         Change the properties dialog response to
6394         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6395         will make the dialog go away when the user presses
6396         enter. With gtk+ >= 2.9 this will happen anyway, but for
6397         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6398         escape by default. Fixes bug #340539. See also bug
6399         #101293 for the gtk+ part.
6400
6401 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6402
6403         * shell/ev-view.c (tip_from_action_named): Replace some strings
6404         that were wrong. Closes #340970.
6405
6406 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6407
6408         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6409
6410         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6411         #341049
6412
6413 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6414
6415         * djvu/Makefile.am:
6416         * dvi/Makefile.am:
6417         * dvi/mdvi-lib/Makefile.am:
6418         * properties/Makefile.am:
6419         * ps/Makefile.am:
6420         * shell/Makefile.am:
6421         * thumbnailer/Makefile.am:
6422         
6423         Due to broken libtool that is unable to track dependencies
6424         of noinst libraries we are forced to explicitely point
6425         libraries for binary. Fix for the bug #333334.
6426
6427 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6428
6429         * data/evince.desktop.in.in:
6430         * shell/ev-view.c: (view_update_range_and_current_page),
6431         (ev_view_next_page), (ev_view_previous_page):
6432         * shell/ev-window.c: (update_chrome_visibility),
6433         (setup_sidebar_from_metadata), (ev_window_setup_document),
6434         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6435         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6436         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6437         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6438         (ev_window_stop_presentation), (ev_window_focus_in_event),
6439         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6440         (ev_window_init):
6441         * thumbnailer/Makefile.am:
6442         
6443         Update fullscreen and presentation timeout handling. Hide
6444         cursor in presentation after timeout. Fix for the bugs
6445         #136359 and #336981.
6446
6447 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6448
6449         * backend/ev-link-action.[ch]:
6450         * pdf/ev-poppler.cc: (ev_link_from_action):
6451         * shell/ev-view-private.h:
6452         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6453         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6454
6455         Add support for Named Action links
6456
6457 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6458
6459         * backend/Makefile.am:
6460         * backend/ev-document-links.[ch]:
6461         * backend/ev-document.[ch]:
6462         * backend/ev-link-action.[ch]:
6463         * backend/ev-link-dest.[ch]:
6464         * backend/ev-link.[ch]:
6465         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6466         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6467         * shell/ev-page-action.c: (build_new_tree_cb):
6468         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6469         (links_page_num_func), (update_page_callback):
6470         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6471         (tip_from_link):
6472         * shell/ev-jobs.c:
6473         * shell/ev-window.[ch]: (ev_window_open_uri),
6474         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6475         * shell/ev-application.[ch]: (ev_application_open_window),
6476         (ev_application_open_uri):
6477
6478         Rework links system, it adds support for remote links now and it makes
6479         easier to add new kinds of actions and destinations. Fixes bug #317292
6480
6481 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * data/Makefile.am:
6484         * data/evince.png:
6485         * data/evince-16.png:
6486         * data/evince-22.png:
6487         * data/evince.svg:
6488         * shell/main.c: (main):
6489         
6490         Evince use it's own icon. Fix for the bug #313392.
6491
6492         * shell/ev-window.c: (fullscreen_timeout_cb),
6493         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6494         (ev_window_cmd_help_about), (ev_window_dispose):
6495         
6496         Simplify fullscreen timeout code.
6497
6498 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6499
6500         * backend/ev-attachment.c: 
6501         * shell/ev-attachment-bar.c:
6502         * shell/ev-window.c:
6503
6504         Allow multiple selection of attachments
6505
6506 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6507
6508         * shell/ev-view.c: (view_update_range_and_current_page),
6509         (ev_view_scroll):
6510         
6511         Fix for the bug #312573 – Optimal selection of current 
6512         page among visible pages.
6513
6514 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6515
6516         * configure.ac:
6517         * djvu/Makefile.am:
6518         * djvu/djvu-text.h:
6519         
6520         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6521         for the bug 339868.
6522
6523 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6524
6525         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6526
6527 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6528
6529         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6530         dictated by the GNOME HIG. Fixes bug #339235.
6531
6532 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6533
6534         * data/evince-ui.xml:
6535         * shell/ev-view.c: (ev_view_can_find_previous):
6536         * shell/ev-view.h:
6537         * shell/ev-window.c: (ev_window_update_actions),
6538         (ev_window_cmd_edit_find_previous):
6539
6540         Add support for "Find Previous" as dictated by the GNOME HIG. A
6541         menu item is added and some glue code to make it all work is added
6542         to various files.
6543
6544 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6545
6546         * configure.ac: Award myself the "useless use of cat" award.
6547
6548 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6549
6550         * po/LINGUAS: New file listing all supported languages.
6551
6552         * configure.in: Use po/LINGUAS instead of including all languages
6553         directly in this file. See the wiki for more information:
6554         http://live.gnome.org/GnomeGoals/PoLinguas
6555
6556 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6557
6558         * backend/ev-document-factory.c:
6559
6560         Do not load the document twice when there isn't errors
6561
6562 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6563
6564         * backend/ev-attachment.c: 
6565
6566         Fix a crash when there isn't a default application to open an
6567         attachment
6568
6569 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6570
6571         * backend/ev-attachment.[ch]:
6572         * shell/ev-attachment-bar.[ch]:
6573
6574         Added missing files. 
6575
6576 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6577
6578         * backend/Makefile.am:
6579         * data/evince-ui.xml:
6580         * backend/ev-attachment.[ch]:
6581         * backend/ev-document.[ch]: (ev_document_has_attachments),
6582         (ev_document_get_attachments):
6583         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6584         (attachment_save_to_buffer), (pdf_document_get_attachments),
6585         (pdf_document_document_iface_init):
6586         * shell/Makefile.am:
6587         * shell/ev-attachment-bar.[ch]:
6588         * shell/ev-window.c:
6589
6590         Add support for PDF attachments. Fixes bug #325143
6591
6592 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6593
6594         * backend/ev-document-factory.c: (get_document_from_uri),
6595         (ev_document_factory_get_document):
6596         * backend/ev-document-factory.h:
6597         * properties/ev-properties-main.c: (ev_properties_get_pages):
6598         * shell/Makefile.am:
6599         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6600         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6601         (ev_job_queue_remove_job):
6602         * shell/ev-job-queue.h:
6603         * shell/ev-job-xfer.c:
6604         * shell/ev-job-xfer.h:
6605         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6606         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6607         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6608         (ev_job_xfer_run):
6609         * shell/ev-jobs.h:
6610         * shell/ev-window.c: (ev_window_is_empty),
6611         (password_dialog_response), (ev_window_clear_xfer_job),
6612         (ev_window_xfer_job_cb), (ev_window_open_uri),
6613         (ev_window_cmd_focus_page_selector),
6614         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6615         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6616         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6617         (ev_window_dispose):
6618         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6619         
6620         * Cleanup mime type detection on document load. Fix for the
6621         bug #336448.
6622
6623 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6624
6625         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6626         
6627         Fix crash on exit, described in the bug #336825.
6628
6629 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6630
6631         * backend/ev-document-factory.c:
6632         (ev_document_factory_get_from_mime),
6633         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6634         (ev_document_factory_get_document),
6635         (file_filter_add_mime_list_and_free),
6636         (ev_document_factory_add_filters):
6637         * backend/ev-document-factory.h:
6638         * properties/ev-properties-main.c: (ev_properties_get_pages):
6639         * shell/Makefile.am:
6640         * shell/ev-application.c:
6641         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6642         * shell/ev-window.c: (ev_window_cmd_file_open),
6643         (ev_window_cmd_save_as):
6644         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6645         
6646         Rework factory functions so they are placed now in a single 
6647         file ev-document-factory.c
6648
6649 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6650
6651         * shell/ev-window.c: (update_chrome_visibility):
6652         
6653         Fix for the bug 166566 - don't show menubar in fullscreen
6654         mode.
6655
6656 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6657
6658         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6659
6660 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6661
6662         * shell/ev-view.c: (ev_view_expose_event):
6663         
6664         More correctly draw loading text when document
6665         is empty.
6666
6667 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * shell/ev-view.c: (ev_view_scroll):
6670         
6671         Fix for the bug #334854, page down and page up switch
6672         pages in presentation mode.
6673
6674 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * shell/ev-window.c: (ev_window_set_action_sensitive),
6677         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6678         (ev_window_set_view_accels_sensitivity),
6679         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6680         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6681         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6682         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6683         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6684         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6685         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6686         (view_actions_focus_in_cb), (ev_window_init):
6687         
6688         Fix for the bug #333902, now it's possible to search
6689         words with slash.
6690
6691 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6692
6693         * configure.ac: Added Breton translation.
6694         * po/br.po: Added Breton translation.
6695
6696 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6697
6698         * shell/ev-window-title (ev_window_title_update):
6699
6700         Fix memory leak in window title. Fixes bug #333944
6701
6702 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6703
6704         * shell/ev-metadata-manager.c (parseItem):
6705
6706         Fix memory leaks. Fixes bug #333945
6707
6708 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6709         
6710         * NEWS, configure.ac, TODO:
6711         
6712         Update for release 0.5.2.
6713
6714 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6715
6716         * shell/ev-view.c: (view_update_range_and_current_page),
6717         (page_changed_cb):
6718         
6719         Don't jump on scrolling, fix for the bug #333127.
6720
6721 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6722
6723         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6724         
6725         Scroll by one page in presentation mode. Fix for the bug
6726         #332993.
6727
6728 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6729
6730         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6731
6732 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6733
6734         * configure.ac  Added lv in ALL_LINGUAS line.
6735
6736 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6737         
6738         * NEWS, configure.ac:
6739         
6740         Update for release 0.5.1
6741
6742 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6743
6744         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6745         * backend/ev-document-misc.h:
6746         * shell/ev-view.c: (draw_one_page):
6747         
6748          Clairfy what page the toolbar page number applies to. Fix
6749          for the bug #328102.
6750
6751 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6752
6753         * shell/ev-view-private.h:
6754         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6755         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6756         (ev_view_search_changed):
6757         * shell/ev-view.h:
6758         * shell/ev-window.c: (find_bar_search_changed_cb):
6759         
6760         Dont't jump to find result if window was scrolled during search.
6761         Fix for the bug #313266.
6762
6763 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6764
6765         * shell/eggfindbar.c: (egg_find_bar_class_init):
6766         * shell/eggfindbar.h:
6767         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6768         * shell/ev-view-private.h:
6769         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6770         (ev_view_class_init), (ev_sizing_mode_get_type),
6771         (ev_scroll_type_get_type):
6772         * shell/ev-view.h:
6773         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6774         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6775         (ev_window_init):
6776         
6777         Fix for the bug 319133 - Find entry should allow text scroll.
6778
6779 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6780
6781         * shell/ev-view-private.h:
6782         * shell/ev-view.c: (view_update_range_and_current_page),
6783         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6784         (ev_view_set_document), (update_find_status_message),
6785         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6786         (ev_view_find_previous):
6787         
6788         Fix for the bug #319137. Search now takes account for scrolling.
6789
6790 2006-02-19  Michael Hofmann <mh21@piware.de>
6791
6792         * configure.ac:
6793         * djvu/Makefile.am:
6794         * djvu/djvu-document-private.h:
6795         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6796         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6797         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6798         (djvu_document_can_get_text), (djvu_document_get_text),
6799         (djvu_document_document_iface_init),
6800         (djvu_document_thumbnails_get_thumbnail),
6801         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6802         (djvu_document_find_get_result),
6803         (djvu_document_find_page_has_results),
6804         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6805         (djvu_document_find_iface_init):
6806         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6807         (djvu_text_page_selection), (djvu_text_page_limits_process),
6808         (djvu_text_page_limits), (djvu_text_page_copy),
6809         (djvu_text_page_position), (djvu_text_page_union),
6810         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6811         (djvu_text_page_box), (djvu_text_page_append_text),
6812         (djvu_text_page_search), (djvu_text_page_prepare_search),
6813         (djvu_text_page_new), (djvu_text_page_free):
6814         * djvu/djvu-text-page.h:
6815         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6816         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6817         (djvu_text_n_results), (djvu_text_has_results),
6818         (djvu_text_get_result), (djvu_text_get_progress):
6819         * djvu/djvu-text.h:
6820         
6821         Text search in djvu. Fix for the bug #303415.
6822
6823 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * configure.ac:
6826         * shell/ev-window.c: (ev_window_cmd_save_as):
6827         
6828         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6829         Thanks to Gary Coady <gary@lyranthe.org>
6830
6831 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6832
6833         * shell/ev-print-job.c: (idle_print_handler):
6834         
6835         Inverse order printing, bug #320919.
6836
6837 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6838
6839         * data/evince-toolbar.xml:
6840         * shell/ev-window.c:
6841         
6842         Allow to add sidebar checkbutton on toolbar. Fix
6843         for the bug #144577.
6844
6845 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6846
6847         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6848         
6849         Add checks that have sense for empty ps document.
6850
6851 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6852
6853         * configure.ac: Include PS in mime types list. 
6854
6855 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6856
6857         * configure.ac:
6858         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6859         * ps/gsdefaults.h:
6860         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6861         
6862         Runtime check for gs interpreter. Fix for the bug #320868.
6863         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6864
6865 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6866
6867         * shell/ev-application.c: 
6868
6869         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6870         dbus>=0.60, so that the request is not queued. 
6871
6872 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6873
6874         * configure.ac:
6875         * shell/Makefile.am:
6876         * shell/ev-sidebar-links.c: (print_section_cb):
6877         * shell/ev-utils.c:
6878         * shell/ev-utils.h:
6879         * shell/ev-window.c: (update_action_sensitivity),
6880         (ev_window_close_dialogs), (ev_window_print):
6881         * shell/ev-window.h:
6882         
6883         Make printing support optional. Patch from Eduardo de Barros Lima
6884         <eduardo.lima@indt.org.br> for the bug #330546.
6885
6886 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6887
6888         * shell/ev-view-private.h:
6889         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6890         (ev_view_set_document):
6891         * shell/ev-view.h:
6892         * shell/ev-window.c: (ev_window_load_job_cb),
6893         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6894         (ev_window_init):
6895
6896         Draw Loading message during xfer job. Fix for the bug #329495.
6897
6898 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6899
6900         * comics/comics-document.c: (comics_regex_quote),
6901         (comics_document_load), (extract_argv):
6902         
6903         Correcly quote regexp before passing it to unzip.
6904
6905 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6906
6907         * shell/ev-page-cache.c: (build_height_to_page),
6908         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6909         (ev_page_cache_get_dual_even_left):
6910         * shell/ev-page-cache.h:
6911         * shell/ev-view.c: (view_update_range_and_current_page),
6912         (get_page_y_offset), (get_page_extents):
6913         
6914         Place even pages to the left if document has less then
6915         two pages. Fix for the bug #328856.
6916
6917 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6918
6919         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6920         
6921         Correct comics scheme. This make evince create thumbnails
6922         for comic books. Fix for the bug 329088.
6923
6924 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6925
6926         * data/evince-password.glade: Don't explicitly set
6927         invisible_char to the current default value in case
6928         the default changes; let GTK+ do its magic.
6929
6930 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6931
6932         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6933         real filename to tmp filename since often document
6934         type is determined by extension.
6935
6936 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6937
6938         * shell/ev-view.c: (add_scroll_binding_keypad),
6939         (ev_view_binding_activated), (ev_view_class_init):
6940         
6941         Add keybindings for percision-scrolling of display area. 
6942         Fix for the bug #314072.
6943
6944 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * data/evince.desktop.in.in:
6947         
6948         Add GTK to the list of categories. Fix for the bug #328034.
6949
6950 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6951
6952         * shell/ev-application.c: (ev_application_shutdown),
6953         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6954         * shell/ev-application.h:
6955         * shell/ev-window.c: (file_open_dialog_response_cb),
6956         (ev_window_cmd_file_open):
6957         
6958         Save last uri in file chooser dialog. Fix for the bug #327950.
6959
6960 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6961
6962         * NEWS:
6963         * README:
6964         
6965         Final update for release 0.5.0
6966         
6967         * shell/Makefile.am:
6968         
6969         Remove disable deprecated until we'll require libgnome-2.13.7
6970         and port to GOption argument parsing. See bug 327518.
6971
6972 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6973
6974         * comics/comics-document.c: (comics_document_save):
6975         * djvu/djvu-document.c: (djvu_document_save):
6976         * dvi/dvi-document.c: (dvi_document_save):
6977         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6978         * lib/ev-file-helpers.h:
6979         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6980         * tiff/tiff-document.c: (tiff_document_save):
6981         
6982         Use common save function for backends.
6983
6984 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6985
6986         * backend/ev-document-types.c:
6987         
6988         Fix crash on saving pixbuf.
6989
6990 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6991
6992         * cut-n-paste/recent-files/egg-recent-item.c:
6993         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6994         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6995         (parse_info_free), (valid_element), (start_element_handler),
6996         (end_element_handler), (text_handler), (egg_recent_model_filter),
6997         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6998         (egg_recent_model_monitor), (egg_recent_model_read),
6999         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7000         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7001         (egg_recent_model_set_property), (egg_recent_model_class_init),
7002         (egg_recent_model_init), (egg_recent_model_add_full),
7003         (egg_recent_model_delete), (egg_recent_model_get_list),
7004         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7005         (egg_recent_model_set_filter_mime_types),
7006         (egg_recent_model_clear_group_filter),
7007         (egg_recent_model_set_filter_groups),
7008         (egg_recent_model_clear_scheme_filter),
7009         (egg_recent_model_set_filter_uri_schemes),
7010         (egg_recent_model_remove_expired):
7011         * cut-n-paste/recent-files/egg-recent-util.c:
7012         (egg_recent_util_get_icon):
7013         * cut-n-paste/recent-files/egg-recent-util.h:
7014         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7015         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7016         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7017         (egg_recent_view_uimanager_set_property),
7018         (egg_recent_view_uimanager_get_property),
7019         (egg_recent_view_uimanager_class_init),
7020         (egg_recent_view_uimanager_init),
7021         (egg_recent_view_uimanager_set_label_width),
7022         (egg_recent_view_uimanager_get_label_width):
7023         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7024         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7025         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7026         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7027         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7028         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7029         
7030         Update from libegg.
7031
7032 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7033
7034         * shell/ev-page-cache.c: (build_height_to_page),
7035         (ev_page_cache_get_height_to_page):
7036         * shell/ev-page-cache.h:
7037         * shell/ev-view.c: (view_update_range_and_current_page),
7038         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7039         (ev_view_previous_page):
7040         
7041         Dual mode places even pages to the left. Fix for the bug #309393.
7042
7043         * shell/ev-view.h:
7044         * shell/ev-window.c: (update_action_sensitivity),
7045         (setup_view_from_metadata), (view_menu_popup_cb):
7046         
7047         Don't restore presentation in empty windows, more intelligent
7048         next page behaviour in dual mode.
7049
7050         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7051         (ev_pixbuf_cache_clear_job_sizes):
7052         
7053         Cleanup job callback on removal. Fix for the bug #325886.
7054
7055 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7056
7057         * ps/ps.c: (psscan):
7058         
7059         Commit workaround Mozilla problem. Fix for the bug #325919
7060         
7061         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7062         (save_item):
7063         
7064         Fix for year 2038 problem.
7065
7066 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * shell/ev-window.c: (setup_document_from_metadata),
7069         (ev_window_cmd_view_reload):
7070
7071         Clamp page recieved from metadata in valid values. Fix
7072         for the bug #325986.
7073
7074 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7075
7076         * MAINTAINERS: 
7077         Add MAINTAINERS as requested on desktop-devel-list.
7078
7079 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7082         (mime_type_supported_by_gdk_pixbuf),
7083         (ev_document_factory_get_mime_types),
7084         (ev_document_factory_get_all_mime_types):
7085         
7086         Don't add pixbuf mime types if pixbuf backend is disabled.
7087         
7088         * shell/ev-application.c: (ev_application_get_uri_window):
7089         
7090         Fix for the bug 325815 - unhandled MIME type message doesn't 
7091         appear a second time. 
7092         
7093         * shell/ev-document-types.c: (ev_document_types_add_filters):
7094         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7095         (password_dialog_response), (ev_window_popup_password_dialog),
7096         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7097         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7098         (ev_window_run_presentation), (ev_window_stop_presentation),
7099         (save_sizing_mode), (ev_window_zoom_changed_cb),
7100         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7101         (ev_window_dual_mode_changed_cb),
7102         (ev_window_sidebar_current_page_changed_cb),
7103         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7104         (window_state_event_cb), (window_configure_event_cb):
7105         
7106         Cleanup additional uris holded by EvWindow.
7107
7108 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7111         (ev_view_can_previous_page), (ev_view_can_next_page):
7112         * shell/ev-view.h:
7113         * shell/ev-window.c: (update_action_sensitivity):
7114         
7115         Two page scrolling with Space and PageUp in dual mode. Second fix 
7116         for the bug #316608.
7117
7118 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7119
7120         * shell/ev-view.c: (scroll_to_current_page):
7121         
7122         Correctly clamp adjustment value. Fix for the bug
7123         #325808.
7124
7125 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7126
7127         * shell/ev-sidebar-links.c: (print_section_cb):
7128         * shell/ev-window.c: (ev_window_get_uri),
7129         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7130         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7131         (ev_window_dispose):
7132         
7133         Make print dialog non-modal. Fix for the bug #325622.
7134
7135 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7136
7137         * shell/ev-metadata-manager.c:
7138         * shell/ev-utils.c: (using_pdf_printer),
7139         (using_postscript_printer), (load_print_config_from_file),
7140         (save_print_config_to_file):
7141         * shell/ev-utils.h:
7142         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7143         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7144         (setup_view_from_metadata), (ev_window_setup_document),
7145         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7146         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7147         (ev_window_run_presentation), (ev_window_stop_presentation),
7148         (save_sizing_mode), (ev_window_zoom_changed_cb),
7149         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7150         (ev_window_dual_mode_changed_cb),
7151         (ev_window_sidebar_current_page_changed_cb),
7152         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7153         (window_state_event_cb), (window_configure_event_cb),
7154         (ev_window_init):
7155         
7156         Setting saving behaviour fixes.
7157
7158 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7159
7160         * configure.ac:
7161         
7162         Make antialiasing gs options better and allow
7163         to change them during configure. Fix for the 
7164         bug #319049.
7165
7166 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7167
7168         * shell/ev-window.c: (setup_view_from_metadata):
7169         
7170         Remember if last window was maximized. Fix for the
7171         bug #323797.
7172
7173 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7174
7175         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7176
7177 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7178
7179         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7180         * shell/ev-page-action.c: (build_new_tree_cb):
7181         * shell/ev-sidebar-links.c: (links_page_num_func),
7182         (update_page_callback_foreach), (update_page_callback):
7183         * shell/ev-view.c: (scroll_to_current_page):
7184         
7185         Fix for the bug #325067 with more intelligent selection
7186         of current link in sidebar. Make sidebar handle links
7187         of FITR-like type more correctly.
7188
7189         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7190         (dvi_pixbuf_put_pixel):
7191         
7192         Fix memory consumtion with disabled alpha channel.
7193
7194 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7195
7196         * data/evince-ui.xml:
7197         * shell/ev-window.c: (view_menu_popup_cb),
7198         (ev_popup_cmd_open_link), (ev_window_init):
7199         
7200         Update context menu for internal links. Fix for the bug
7201         #325066.
7202
7203 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7204
7205         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7206         
7207         Bind context menu to keyboard also. Fix for the bug
7208         #325065.
7209
7210 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7211
7212         * shell/ev-view.c: (selection_scroll_timeout_cb):
7213         
7214         Horizontal scroll on selection also.
7215
7216 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218         * shell/ev-metadata-manager.c: (parse_value):
7219         * shell/ev-view.c: (goto_xyz_link):
7220         
7221         Correct zoom setup and metadata save broken in 
7222         some locales.
7223
7224 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7225
7226         * shell/ev-view-private.h:
7227         * shell/ev-view.c: (scroll_to_current_page),
7228         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7229         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7230         (page_changed_cb), (ev_view_set_continuous),
7231         (ev_view_set_dual_page), (ev_view_set_presentation):
7232         
7233         Delay scroll until allocation to correctly position page. Fix
7234         for the bug #317334.
7235
7236 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7237
7238         * NEWS:
7239         * configure.ac:
7240         
7241         Update NEWS and require poppler 0.5.0.
7242
7243 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7244         
7245         * data/evince-ui.xml:
7246         * shell/ev-view-private.h:
7247         * shell/ev-view.c: (ev_view_get_link_at_location),
7248         (handle_link_over_xy), (ev_view_button_press_event),
7249         (ev_view_button_release_event), (ev_view_class_init):
7250         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7251         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7252         (ev_window_init):
7253         
7254         Implement right-click context menu.
7255
7256 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7257
7258         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7259         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7260         (mdvi_pixbuf_device_render):
7261         * pdf/ev-poppler.cc:
7262
7263         Don't generate thumbnails with alpha. See bug #324077.
7264         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7265
7266 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7267
7268         * shell/ev-window.c: (setup_chrome_from_metadata):
7269         
7270         Fix typo that was hiding toolbar.
7271
7272 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * shell/ev-view-private.h:
7275         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7276         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7277         (ev_view_button_release_event), (ev_view_destroy):
7278         
7279         Small cleanup and autoscrolling during selection. Thanks to 
7280         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7281
7282 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7283
7284         * configure.ac:
7285         
7286         Correctly check for comics option.
7287
7288 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7289         * Makefile.am:
7290         * configure.ac:
7291         * backend/Makefile.am:
7292         * backend/ev-document-factory.c:
7293         * shell/ev-document-types.c:
7294
7295         Included option in configure to make ps backend 
7296         compilation optional with --disable-ps.
7297
7298 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7299
7300         * backend/ev-document-factory.c:
7301         * comics/Makefile.am:
7302         * comics/comics-document.c: (comics_document_load):
7303         * comics/ev-cbr-mime.xml:
7304         * configure.ac:
7305         
7306         Comics mime types are added to shared-mime-info CVS. Now
7307         we don't need to install our own mime types.
7308
7309 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7310
7311         * shell/ev-window.c:
7312         
7313         Add shortcut for "save a copy" menu entry. Fix for
7314         the bug #324582.
7315
7316 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7317
7318         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7319         (job_finished_cb), (new_selection_pixbuf_needed),
7320         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7321         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7322         
7323         Rework selection job info logic and fix critical warning.
7324
7325 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7326
7327         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7328
7329 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7330
7331         * data/evince-ui.xml:
7332         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7333         
7334         Enter as shortcut key for next page. Fix for the bug
7335         #321394.
7336
7337 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7338
7339         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7340
7341 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7342
7343         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7344         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7345         (new_selection_pixbuf_needed),
7346         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7347         (clear_job_selection):
7348         
7349         Too early for 0.5. Pixbuf cache code cleaned a bit.
7350
7351 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7352
7353         * NEWS:
7354         * configure.ac:
7355         
7356         Release 0.5.0 preparation
7357
7358 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7359
7360         * comics/Makefile.am:
7361         * configure.ac:
7362         * shell/ev-document-types.c: (ev_document_types_add_filters):
7363         
7364         More advanced handling of custom mime type installation.
7365
7366 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7367
7368         * data/evince.schemas.in:
7369         * shell/ev-metadata-manager.c: (value_free),
7370         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7371         (ev_metadata_manager_get), (ev_metadata_manager_set):
7372         * shell/ev-metadata-manager.h:
7373         * shell/ev-window.c: (update_chrome_flag),
7374         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7375         (setup_document_from_metadata), (setup_chrome_from_metadata),
7376         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7377         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7378         (ev_window_view_toolbar_cb),
7379         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7380         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7381         
7382         Save last document settings and reuse them for new documents.
7383
7384 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7385
7386         * Makefile.am:
7387         * backend/Makefile.am:
7388         * backend/ev-document-factory.c:
7389         * backend/ev-document-factory.h:
7390         * comics/Makefile.am:
7391         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7392         (comics_document_load), (comics_document_save),
7393         (comics_document_get_n_pages), (comics_document_get_page_size),
7394         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7395         (comics_document_class_init), (comics_document_can_get_text),
7396         (comics_document_get_info), (comics_document_document_iface_init),
7397         (comics_document_init), (get_supported_image_extensions),
7398         (comics_document_thumbnails_get_geometry),
7399         (comics_document_thumbnails_get_thumbnail),
7400         (comics_document_thumbnails_get_dimensions),
7401         (comics_document_document_thumbnails_iface_init), (extract_argv):
7402         * comics/comics-document.h:
7403         * comics/ev-cbr-mime.xml:
7404         * configure.ac:
7405         * po/POTFILES.in:
7406         * shell/ev-application.c: (ev_application_register_service):
7407         * shell/ev-document-types.c: (ev_document_types_add_filters):
7408         * thumbnailer/Makefile.am:
7409         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7410         
7411         New CBR/CBZ backend for comic books.
7412
7413 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7414
7415         * shell/main.c: (load_files_remote):
7416
7417         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7418         warning on startup of second instance is fixed. It
7419         is bug #320353.
7420
7421 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * shell/ev-window.c: (ev_window_finalize):
7424         
7425         Fix double free that cause crash.
7426
7427 2005-10-29  Bastien Nocera <hadess@hadess.net>
7428
7429         * tiff/tiff-document.c: (tiff_document_load):
7430         
7431         Fix memory leak.
7432
7433 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7434
7435         * po/POTFILES.in:
7436         * shell/Makefile.am:
7437         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7438         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7439         (ev_view_accessible_get_text),
7440         (ev_view_accessible_get_character_at_offset),
7441         (ev_view_accessible_get_text_before_offset),
7442         (ev_view_accessible_get_text_at_offset),
7443         (ev_view_accessible_get_text_after_offset),
7444         (ev_view_accessible_get_character_count),
7445         (ev_view_accessible_get_caret_offset),
7446         (ev_view_accessible_set_caret_offset),
7447         (ev_view_accessible_get_run_attributes),
7448         (ev_view_accessible_get_default_attributes),
7449         (ev_view_accessible_get_character_extents),
7450         (ev_view_accessible_get_offset_at_point),
7451         (ev_view_accessible_get_n_selections),
7452         (ev_view_accessible_get_selection),
7453         (ev_view_accessible_add_selection),
7454         (ev_view_accessible_remove_selection),
7455         (ev_view_accessible_set_selection),
7456         (ev_view_accessible_text_iface_init),
7457         (ev_view_accessible_idle_do_action),
7458         (ev_view_accessible_action_do_action),
7459         (ev_view_accessible_action_get_n_actions),
7460         (ev_view_accessible_action_get_description),
7461         (ev_view_accessible_action_get_name),
7462         (ev_view_accessible_action_set_description),
7463         (ev_view_accessible_action_iface_init),
7464         (ev_view_accessible_get_type), (ev_view_accessible_new),
7465         (ev_view_accessible_factory_get_accessible_type),
7466         (ev_view_accessible_factory_create_accessible),
7467         (ev_view_accessible_factory_class_init),
7468         (ev_view_accessible_factory_get_type):
7469         * shell/ev-view-accessible.h:
7470         * shell/ev-view-private.h:
7471         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7472         * shell/ev-view.h:
7473         
7474         Initial accessibility support.
7475
7476 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7477
7478         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7479
7480 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7481
7482         * shell/ev-print-job.c: (idle_print_handler):
7483         
7484         Fix for bug Bug 318916: Printing multiple pages.
7485
7486 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7487
7488         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7489
7490 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7491
7492         * pdf/ev-poppler.cc:
7493         
7494         Thumnail dimensions unified with other backends.
7495         
7496         * shell/ev-window-title.c: (ev_window_title_update):
7497         
7498         Fix warning.
7499
7500 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7501
7502         * data/ev-stock-zoom-fit-width.png:
7503         
7504         Remove unused file.
7505
7506 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7507
7508         * configure.ac:
7509         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7510         (djvu_document_finalize):
7511         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7512         (dvi_document_finalize):
7513         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7514         (pixbuf_document_save), (pixbuf_document_finalize):
7515         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7516         (tiff_document_finalize):
7517         
7518         Save a copy implemented for various backends.
7519
7520 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7521
7522         * configure.ac:
7523         
7524         Don't link with ltiff if tiff is disabled.
7525
7526 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * pdf/GDKSplashOutputDev.cc:
7529         * pdf/GDKSplashOutputDev.h:
7530         * pdf/Thumb.cc:
7531         * pdf/Thumb.h:
7532         * pdf/pdf-document.cc:
7533         * pdf/pdf-document.h:
7534         * pdf/test-gdk-output-dev.cc:
7535         
7536         Remove old unused files.
7537
7538 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7539
7540         * shell/ev-window.c: (ev_window_setup_document):
7541         
7542         Fixed warnings on reload and probably crash reason.
7543
7544 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7545
7546         * properties/ev-properties-view.c:
7547         (ev_properties_view_format_date):
7548         
7549         Check if date is invalid. Fix for bug 318134.
7550
7551 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7552
7553         * shell/ev-window-title.c:
7554         
7555         Add .indd files (Adobe Indesign) to the list of "bad
7556         extensions".
7557
7558 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7559
7560         * data/evince-ui.xml:
7561         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7562         
7563         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7564
7565 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7566
7567         * shell/ev-window.c: (launch_link), (launch_external_uri),
7568         (view_external_link_cb):
7569
7570         URL-escape link before passing it to gnome_vfs_url_show.
7571
7572 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7573
7574         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7575         there isn't text selected.
7576
7577 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7578
7579         * shell/ev-view.c: (handle_link_over_xy):
7580
7581         Check tooltip is valid utf8 before showing it
7582
7583 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7584
7585         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7586
7587 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7588
7589         * shell/ev-window-title.c: (ev_window_title_update):
7590
7591         Guard against using g_strstrip on NULL. Fixes bug #317291.
7592
7593 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7594
7595         * pdf/ev-poppler.cc:
7596
7597         Show title even for unknown links
7598
7599 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7600
7601         * shell/ev-window-title.c: (ev_window_title_update):
7602
7603         Strip the title string
7604
7605 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7606
7607         * shell/ev-window-title.c:
7608
7609         Add .rtf to the bad extensions list
7610
7611 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7612
7613         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7614         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7615
7616         Ignore link coordinates if they are outside page bounds
7617
7618 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7619
7620         * backend/ev-link.c: (ev_link_type_get_type),
7621         (ev_link_get_filename), (ev_link_get_params),
7622         (ev_link_get_property), (ev_link_set_property),
7623         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7624         * backend/ev-link.h:
7625         * pdf/ev-poppler.cc:
7626         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7627         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7628         (ev_window_init):
7629
7630         Implement launch links. Delegate external link opening to
7631         the window.
7632
7633 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7634
7635         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7636         (ev_link_get_right), (ev_link_get_property),
7637         (ev_link_set_property), (ev_link_class_init),
7638         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7639         * backend/ev-link.h:
7640         * pdf/ev-poppler.cc:
7641         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7642
7643         Implement fitr links
7644
7645 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7646
7647         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7648         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7649         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7650         (ev_view_size_request_continuous),
7651         (ev_view_size_request_dual_page),
7652         (ev_view_size_request_single_page), (ev_view_size_allocate),
7653         (ev_view_zoom_for_size_continuous_and_dual_page),
7654         (ev_view_zoom_for_size_continuous),
7655         (ev_view_zoom_for_size_dual_page),
7656         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7657         (ev_sizing_mode_get_type):
7658         * shell/ev-view.h:
7659         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7660
7661         Do not use modes for link, we need to calculate size ad hoc.
7662         Still not perfect because of the usual scrollbar issues grrr.
7663
7664 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7665
7666         * backend/ev-link.c: (ev_link_type_get_type),
7667         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7668         * backend/ev-link.h:
7669         * pdf/ev-poppler.cc:
7670         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7671         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7672         (ev_view_size_request_continuous),
7673         (ev_view_size_request_dual_page),
7674         (ev_view_size_request_single_page), (ev_view_size_allocate),
7675         (zoom_for_size_fit_height),
7676         (ev_view_zoom_for_size_continuous_and_dual_page),
7677         (ev_view_zoom_for_size_continuous),
7678         (ev_view_zoom_for_size_dual_page),
7679         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7680         (ev_sizing_mode_get_type):
7681         * shell/ev-view.h:
7682         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7683
7684         Implement FIT_HEIGHT mode (only for links).
7685         Implement FITH links
7686
7687 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7688
7689         * shell/ev-window-title.c: (get_filename_from_uri),
7690         (ev_window_title_sanitize_extension), (ev_window_title_update),
7691         (ev_window_title_set_document), (ev_window_title_set_uri),
7692         (ev_window_title_free):
7693         * shell/ev-window-title.h:
7694         * shell/ev-window.c: (ev_window_setup_document),
7695         (ev_window_popup_password_dialog):
7696
7697         Refactor window title building while fixing it for
7698         password documents.
7699
7700 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7701
7702         * pdf/ev-poppler.cc:
7703
7704         Escape link title before setting it in the model
7705
7706 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7707
7708         * shell/ev-application.c: (removed_from_session), (save_session),
7709         (init_session), (ev_application_get_empty_window),
7710         (ev_application_init), (ev_application_get_windows):
7711         * shell/ev-application.h:
7712         * shell/ev-window.c: (ev_window_finalize):
7713
7714         Add a function to retrieve window list and share it where
7715         necessary.
7716         Implement session handling, works pretty well thanks to the
7717         metadata system.
7718
7719 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7720
7721         * shell/ev-password.c: (ev_password_item_created_callback),
7722         (ev_password_dialog_save_password):
7723         
7724         Fix for bug 316972. Use async gnome-keyring API.
7725
7726 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7727
7728         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7729         Remove unused unrealize handler. Add scroll handling to
7730         ev_view_scroll_event for presentation mode (bug #316708),
7731         and fix the event state checks there.
7732
7733 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7734
7735         * shell/ev-page-action.c: (page_changed_cb):
7736
7737         "marco, maybe we should be crazy and jump right to 6! :)"
7738
7739         Bryan Clark, Sep 2005
7740
7741 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7742
7743         * ps/ps-document.c: (save_document), (ps_document_save),
7744         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7745         (ps_document_ps_export_end):
7746
7747         Fix unstructured documents save and print
7748
7749 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7750
7751         * shell/ev-application.c: (ev_application_open_uri):
7752
7753         Fix window size persistance
7754
7755 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * shell/ev-view.c: (ev_view_button_release_event):
7758
7759         Based on a patch from carlosgc@gnome.org. Mouse buttons
7760         switch pages in presentation mode.
7761
7762 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7763
7764         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7765
7766         Dont cast to int before scaling
7767
7768 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7769
7770         * backend/ev-link.c: (ev_link_type_get_type),
7771         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7772         (ev_link_new_page_fith):
7773         * backend/ev-link.h:
7774         * pdf/ev-poppler.cc:
7775         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7776
7777         Implement FIT and FITH links
7778
7779 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7780
7781         * pdf/ev-poppler.cc:
7782
7783         Return 0 results when search is not in progress.
7784
7785         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7786         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7787
7788         Update menu sensitivity when cancelling search
7789
7790 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7791
7792         * shell/ev-view.c: (ev_view_can_find_next):
7793
7794         Take all pages in consideration, not just current one
7795
7796 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7797
7798         * shell/ev-page-cache.c:
7799         * shell/ev-page-cache.h:
7800         * shell/ev-view.c: (ev_view_binding_activated),
7801         (ev_view_next_page), (ev_view_previous_page),
7802         (ev_sizing_mode_get_type):
7803         * shell/ev-view.h:
7804         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7805         (ev_window_cmd_go_next_page):
7806
7807         Move page next/previous functions from page chace to
7808         view and change it to move by 2 page steps in dual mode.
7809
7810 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7811
7812         * shell/ev-window.c: (update_sidebar_visibility),
7813         (setup_sidebar_from_metadata), (ev_window_setup_document),
7814         (setup_view_from_metadata):
7815
7816         Show the index by default when there is one     
7817
7818 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7819
7820         * shell/ev-window-title.c: (ev_window_title_set_document):
7821
7822         Missing null check
7823
7824 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7825
7826         * shell/ev-view.c: (view_update_range_and_current_page):
7827         
7828         Allow display of last odd page in dual view. Fix for 316347.
7829
7830 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7831
7832         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7833         
7834         Make close button default. Fix for 316383.
7835
7836 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7837
7838         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7839         
7840         Mark close button as default. Fix for 316381.
7841
7842 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7843
7844         * backend/ev-link.c: (ev_link_class_init):
7845
7846         Allow negative doubles in left/top properties
7847
7848 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * shell/ev-window.c:
7851
7852         Remove a bunch of strings that was used only
7853         by the statusbar.
7854
7855 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7856
7857         * shell/ev-window-title.c: (get_filename_from_uri),
7858         (ev_window_title_set_document):
7859
7860         When title has a confusing extension, show also
7861         the document filename inside ()
7862
7863 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7864
7865         * shell/Makefile.am:
7866         * shell/ev-window-title.c: (ev_window_title_new),
7867         (ev_window_title_update), (ev_window_title_set_type),
7868         (ev_window_title_set_document), (ev_window_title_free):
7869         * shell/ev-window-title.h:
7870         * shell/ev-window.c: (ev_window_setup_document),
7871         (password_dialog_response), (ev_window_popup_password_dialog),
7872         (ev_window_dispose), (ev_window_init):
7873
7874         Factor out and cleanup window title code
7875
7876 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7877
7878         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7879         (unable_to_load):
7880
7881         Make dialog transient so it doesnt block other windows
7882
7883 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7884
7885         * pdf/ev-poppler.cc:
7886         
7887         Fix pdf thumbnails rendering.
7888
7889 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7890
7891         * shell/ev-window.c: (fullscreen_set_timeout):
7892         
7893         Increase timeout to hide full screen popup. Bug 
7894         316123. 
7895
7896 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7897
7898         * data/evince.schemas.in:
7899         * shell/ev-window.c: (update_action_sensitivity):
7900
7901         Allow the user to override document restrictions. Fix for bug
7902         305818.
7903
7904 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7905
7906         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7907         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7908         (ev_window_class_init): Fix multihead behaviour of fullscreen
7909         toolbar popup. Fixes bug #315451.
7910
7911 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7912
7913         * configure.ac:
7914         * data/evince-password.glade:
7915         * shell/ev-password.c: (ev_password_dialog_set_property),
7916         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7917         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7918         (ev_password_dialog_entry_changed_cb),
7919         (ev_password_dialog_entry_activated_cb),
7920         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7921         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7922         (ev_password_dialog_set_bad_pass):
7923         * shell/ev-password.h:
7924         * shell/ev-window.c: (password_dialog_response),
7925         (ev_window_popup_password_dialog):
7926         
7927         Support for gnome-keyring for encrypted PDF's.
7928
7929 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7930
7931         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7932         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7933         (ev_view_enter_notify_event), (ev_view_class_init):
7934         
7935         More precise handling of enter_notify/leave_notify events
7936         in EvView. Fix for bug 315470.
7937
7938 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7939
7940         * shell/ev-window.c: (fullscreen_timeout_cb),
7941         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7942         (ev_window_dispose):
7943
7944         leak fix: unref fullscreen_timeout_source before clearing it
7945
7946 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7947
7948         * configure.ac, dvi/mdvi/Makefile.am: 
7949         
7950         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7951
7952 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7953
7954         * backend/ev-link.c: (ev_link_new_page_xyz):
7955         * pdf/ev-poppler.cc:
7956         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7957
7958         Fix some bugs with xyz links, respect zoom
7959
7960 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * shell/ev-window.c: (page_changed_cb),
7963         (setup_document_from_metadata), (update_sidebar_visibility),
7964         (setup_view_from_metadata), (ev_window_run_fullscreen),
7965         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7966         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7967         (ev_window_dual_mode_changed_cb),
7968         (ev_window_sidebar_current_page_changed_cb):
7969
7970         null check uri before setting and getting metadata
7971
7972 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7973
7974         * dvi/Makefile.am:
7975         * properties/Makefile.am:
7976         * shell/Makefile.am:
7977         * thumbnailer/Makefile.am:
7978
7979         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7980
7981 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7982
7983         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7984         (selection_changed_callback):
7985         * shell/ev-sidebar-links.h:
7986
7987         Add a signal for link activation.
7988
7989         * shell/ev-view.c: (ev_view_goto_link),
7990         (ev_view_button_release_event):
7991         * shell/ev-view.h:
7992         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7993         (ev_window_init):
7994
7995         Implement the signal so that we can handle all link types.
7996
7997         * shell/ev-page-cache.c:
7998
7999         Remove unused set_link function
8000
8001 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8002
8003         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8004
8005         Add some space from the cursor, hardcoded but I couldnt
8006         find a better way.
8007
8008 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8009
8010         * lib/ev-tooltip.c:
8011
8012         Use mozilla style vs gtk style, way better for links.
8013
8014         * shell/ev-view.c: (ev_view_motion_notify_event),
8015         (ev_view_destroy), (ev_view_init):
8016
8017         Deactive tooltip when the link hovered is changed.
8018
8019 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8020
8021         * backend/ev-document.h:
8022         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8023         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8024         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8025         (ev_link_new_page), (ev_link_new_page_xyz):
8026         * backend/ev-link.h:
8027         * pdf/ev-poppler.cc:
8028         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8029         (go_to_link), (tip_from_link):
8030
8031         Implement xyz links, still not functional. Links are a total
8032         mess, will need to refactor and bugfix a lot :(
8033
8034 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8035
8036         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8037
8038 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8039
8040         * data/evince-ui.xml:
8041         * data/evince.schemas.in:
8042         * shell/Makefile.am:
8043         * shell/ev-window.c: (update_chrome_visibility),
8044         (password_dialog_response), (ev_window_load_job_cb),
8045         (ev_window_xfer_job_cb), (ev_window_open_uri),
8046         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8047         (ev_window_init):
8048
8049         Remove the statusbar. This regress loading feedback, need to
8050         check with Bryan what we want to do there...
8051
8052 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8053
8054         * lib/ev-tooltip.c: (ev_tooltip_init):
8055
8056         Fix tooltip border and size handling
8057
8058 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8059
8060         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8061         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8062         (ev_tooltip_timeout), (ev_tooltip_activate),
8063         (ev_tooltip_deactivate):
8064         * lib/ev-tooltip.h:
8065         * shell/ev-view.c: (ev_view_motion_notify_event):
8066
8067         Delay popup showing. Mirror gtk logic/times.
8068
8069 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8070
8071         * lib/Makefile.am:
8072         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8073         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8074         (ev_tooltip_set_text), (ev_tooltip_set_position):
8075         * lib/ev-tooltip.h:
8076
8077         Simple widget to show tooltips at a custom position
8078
8079         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8080         (ev_view_destroy):
8081
8082         Use it for links. First go, needs work
8083
8084 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8085
8086         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8087         HIG fixes.  Use title capitalization for window title. Use 12 
8088         pixels of space between the dialog's vbox and action area.
8089
8090 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8091
8092         * shell/ev-window.c: (file_open_dialog_response_cb),
8093         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8094         (ev_window_cmd_save_as):
8095
8096         Make file pickers not modal and refactor code some
8097
8098 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8099
8100         * shell/ev-sidebar.h:
8101         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8102         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8103         (ev_sidebar_class_init), (ev_sidebar_select_page),
8104         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8105         (ev_sidebar_set_page):
8106
8107         Add a current page property and allow to get/set it
8108
8109         * shell/ev-window.c: (setup_view_from_metadata),
8110         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8111
8112         Persist current sidebar page per document
8113
8114 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8115
8116         * data/evince.schemas.in:
8117         * shell/ev-window.c: (update_chrome_visibility),
8118         (setup_document_from_metadata), (update_sidebar_visibility),
8119         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8120         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8121         (ev_window_run_presentation), (ev_window_stop_presentation),
8122         (ev_window_view_sidebar_cb),
8123         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8124         (load_chrome), (ev_window_init):
8125
8126         Persist size/visibility of sidebar per document
8127
8128 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8129
8130         * shell/ev-view.c (draw_loading_text): Draw loading text.
8131
8132 2005-09-02  Dan Damian  <dand@gnome.ro>
8133
8134         * configure.in: Added "ro" to ALL_LINGUAS.
8135
8136 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8137
8138         * shell/ev-view.c: (clear_caches):
8139
8140         ev_page_cache_get doesnt return a reference,
8141         dont try to unref it.
8142
8143 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8144
8145         * shell/main.c: (load_files_remote):
8146
8147         Fix timestamp parameter with dbus <= 0.33
8148
8149 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8150
8151         * data/evince.schemas.in:
8152
8153         Add missing full stop
8154
8155 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8156
8157         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8158         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8159
8160         Plug some memory leaks
8161
8162 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8163
8164         * configure.ac:
8165         * lib/ev-debug.c: (trap_handler):
8166
8167         Check for execinfo.h and use it only if it exists.
8168         Ported from Epiphany (bug #314776).
8169
8170 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8171
8172         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8173
8174 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8175
8176         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8177         * po/id.po      : Added Indonesian translation
8178
8179 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8180
8181         * shell/main.c:
8182         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8183         * NEWS: Release 0.4.0
8184
8185 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8186
8187         * configure.ac: catch another gtk+-2.8ism
8188         * shell/main.c: Make work with gtk+-2.6
8189
8190 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8191
8192         * shell/ev-application-service.xml: Add 'timestamp' argument to
8193           ev_application_open_window and ev_application_open_uri methods.
8194
8195         * shell/ev-application.h: Add 'timestamp' argument to
8196           ev_application_open_window, ev_application_open_uri,
8197           and ev_application_open_uri_list functions.
8198
8199         * shell/ev-application.c (ev_application_open_window,
8200           ev_application_open_uri, ev_application_open_uri_list): Change
8201           functions that show/present windows to use a timestamp if one
8202           is passed in.
8203
8204         * shell/ev-window.c (ev_window_cmd_file_open,
8205           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8206         * shell/main.c (load_files): Modify calls to ev_application to
8207           include GDK_CURRENT_TIME as timestamp.
8208
8209         * shell/main.c (load_files_remote): Obtain timestamp for client
8210           instance from GDK and pass to server instance so new windows are
8211           focused properly.  Fix dbus_g_proxy_call() calls by including second
8212           G_TYPE_INVALID.
8213           
8214         Closes bug #314475.
8215
8216 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8217
8218         * shell/ev-window.c (ev_window_finalize): Check for
8219         avail. EvWindows when quiting to handle the finalize better,
8220         #314497
8221
8222 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8223         
8224         * properties/ev-properties-view.c: 
8225         
8226         Set textdomain to libglade. Fixes translation problem in property page.
8227
8228 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8229
8230         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8231         * dvi/Makefile.am:
8232         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8233         * dvi/mdvi-lib/Makefile.am:
8234         
8235         Fix rotation of thumbnails, ported to new API. Moved library
8236         dependencies earlier, probably it will fix linkage problem.
8237
8238 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8239
8240         * backend/ev-document-misc.c:
8241         (ev_document_misc_get_thumbnail_frame):
8242         * backend/ev-document-misc.h:
8243         * configure.ac:
8244         * pdf/ev-poppler.cc:
8245         * shell/Makefile.am:
8246         * shell/ev-sidebar-thumbnails.c: (add_range),
8247         (ev_sidebar_thumbnails_set_loading_icon),
8248         (ev_sidebar_thumbnails_refresh),
8249         (ev_sidebar_thumbnails_set_document):
8250         * shell/ev-sidebar-thumbnails.h:
8251         * shell/ev-view.c: (ev_view_motion_notify_event),
8252         (ev_view_set_property), (ev_view_get_property),
8253         (ev_view_class_init), (ev_view_set_rotation):
8254         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8255         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8256         (ev_window_init):
8257         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8258         Redo rotation (again).  prepare for 0.4.0
8259
8260 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8261
8262         * configure.ac: Bump poppler requirement to 0.4.1.
8263
8264         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8265         argument to poppler_page_render_selection() call.
8266
8267 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8268
8269         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8270         (djvu_document_thumbnails_get_thumbnail):
8271         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8272         (dvi_document_thumbnails_get_thumbnail):
8273         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8274         (pixbuf_document_thumbnails_get_thumbnail):
8275         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8276         
8277         Update rotation direction of backends to fit with pdf and ps.
8278
8279 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8280
8281         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8282         * backend/ev-async-renderer.h:
8283         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8284         (setup_page), (ps_document_get_page_size),
8285         (ps_async_renderer_render_pixbuf):
8286         * ps/ps-document.h:
8287         * shell/ev-jobs.c: (ev_job_render_run):
8288
8289         Fix orientation in the postscript document
8290
8291 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8292
8293         * pdf/ev-poppler.cc:
8294         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8295         * shell/ev-view.c: (highlight_find_results):
8296
8297         Adapt to the new poppler rotation API. Fix text maps on landscape
8298         documents.
8299
8300 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8301
8302         * shell/ev-view.c (compute_new_selection_text): get the correct
8303         region when selecting in modes other than continuous.
8304
8305 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8306
8307         * shell/main.c (main): remove redundant g_warnings.
8308
8309 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8310
8311         * shell/Makefile.am: Don't include autogenerated
8312         file ev-application-service.h into distribution, since
8313         it causes dbus crash. Fix for bugs 313724 and 313443. 
8314
8315 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8316
8317         * configure.ac: Fix sed expression for FreeBSD. Thanks
8318         to Joe Marcus Clark <marcus@freebsd.org>
8319         
8320         * shell/eggfindbar.c: (entry_activate_callback),
8321         (entry_changed_callback), (egg_find_bar_init),
8322         (egg_find_bar_set_search_string):
8323         
8324         Made findbar buttons unsensitive if there is no text in
8325         entry. Fix for the bug 313285.
8326
8327 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8328
8329         * ps/ps-document.c: Use g_filename_display_name for displaying
8330         filenames and revert string freeze breackage
8331
8332 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8333
8334         * NEWS:
8335         * configure.ac:
8336
8337         Update for 0.3.4
8338
8339         * shell/Makefile.am:
8340
8341         Add ev-application-service.xml to extra dist
8342
8343         * shell/ev-view.c: (find_page_at_location):
8344
8345         Remove unused function (fix warning)
8346
8347 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8348
8349         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8350         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8351         
8352         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8353         bug 313623.
8354
8355 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8356
8357         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8358         * shell/ev-window.c:
8359         Fix build warnings
8360
8361 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8362
8363         * configure.ac: Update script to get dbus version.
8364         Fix for the bug #313443.
8365
8366 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8367
8368         * shell/ev-window.c: (ev_window_cmd_escape):
8369         
8370         Return focus back to view on escape. Fix for bug 313295.
8371
8372 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8373
8374         * shell/ev-window.c: (update_window_title),
8375         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8376         (ev_window_cmd_save_as):
8377         
8378         Correct conversion from uri to displayable string. Fix for
8379         bug 313296.
8380
8381 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8382
8383         * ps/ps-document.c: convert filename to utf8 when there is an error
8384         loading document. Fixes #309915
8385
8386 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8387
8388         * configure.ac:
8389
8390         We depend on poppler 0.4.0
8391
8392 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8393
8394         * configure.ac:
8395         * NEWS: Release 0.3.3.
8396         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8397
8398 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8399
8400         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8401         add a couple missing mnemonics to menu items, use title 
8402         capitalization for menu items and window titles, and add 
8403         ellipsis to open menu item.     
8404
8405 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8406
8407         * pdf/ev-poppler.cc:
8408         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8409         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8410         (ev_view_get_rotation):
8411         * shell/ev-view.h:
8412         * shell/ev-window.c: (setup_view_from_metadata),
8413         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8414         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8415         disk.
8416
8417 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8418
8419         * configure.ac: Added tr to ALL_LINGUAS
8420
8421 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8422
8423         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8424         requires several clicks to find word. Thanks to 
8425         Colin Slater <kiltedtaco@gmail.com>.
8426
8427 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8428
8429         * data/evince.desktop.in.in: Hide menu entry and
8430         rename it to "Document Viewer". Fix for bug 
8431         #312399.
8432
8433 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8434
8435         * shell/ev-page-action.c (ev_page_action_class_init): 
8436
8437         Point to the correct function in constructor of the
8438         activate_label signal
8439
8440 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8441
8442         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8443         * shell/ev-jobs.h: Make thread safe.
8444
8445 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8446
8447         * shell/ev-view.c: (view_update_range_and_current_page):
8448         Don't update page range if we are scrolling to some document
8449         point.
8450
8451 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8452
8453         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8454         when getting max_page_width, fix drawing in dual mode.
8455
8456 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8457
8458         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8459         getting the area for select_all.
8460
8461 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8462
8463         * backend/ev-selection.c: (ev_selection_render_selection):
8464         * backend/ev-selection.h:
8465         * pdf/ev-poppler.cc:
8466         * shell/ev-jobs.c: (ev_job_render_new):
8467         * shell/ev-jobs.h:
8468         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8469         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8470         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8471         (ev_view_class_init):
8472
8473         Change selection color on focus in and focus out events.  Also,
8474         poppler now uses GdkColor for specifying the selection colors, so
8475         drop some awkward conversion code.
8476
8477 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8478
8479         * configure.ac: Added Hebrew translation
8480
8481 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8482
8483         * NOTES:
8484         * backend/ev-selection.c: (ev_selection_render_selection):
8485         * backend/ev-selection.h:
8486         * pdf/ev-poppler.cc:
8487         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8488         (ev_job_render_run):
8489         * shell/ev-jobs.h:
8490         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8491         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8492         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8493         (ev_pixbuf_cache_style_changed),
8494         (ev_pixbuf_cache_get_selection_pixbuf),
8495         (ev_pixbuf_cache_set_selection_list),
8496         (ev_pixbuf_cache_get_selection_list):
8497         * shell/ev-pixbuf-cache.h:
8498         * shell/ev-utils.c: (ev_print_region_contents):
8499         * shell/ev-utils.h:
8500         * shell/ev-view.c: (ev_view_queue_draw_page),
8501         (selection_update_idle_cb), (ev_view_motion_notify_event),
8502         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8503         (setup_caches), (ev_view_find_next), (merge_selection_region),
8504         (selection_free):
8505         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8506
8507         Clean up selection to be much smoother!
8508
8509 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8510
8511         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8512         to poppler_page_render_selection().
8513
8514 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8515
8516         * ps/ps-document.c: (save_page_list): Use
8517         unzipped document when printing. Thanks to 
8518         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8519         311016.
8520
8521 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8522
8523         * shell/ev-window.c: (update_action_sensitivity):
8524         
8525         Disable print and save respect to lockdown gconf keys. Fix
8526         for 312342.
8527
8528 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8529
8530         * configure.ac:
8531         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8532         (write_to_temp_file), (ev_file_set_contents):
8533         * shell/ev-utils.h:
8534         * shell/ev-window.c: (save_print_config_to_file):
8535         
8536         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8537         Fix for bug 312238
8538
8539 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8540
8541         * shell/ev-window.c: (load_print_config_from_file),
8542         (save_print_config_to_file), (ev_window_print_range):
8543
8544         Persist the print settings. Fixes bug #311578.
8545
8546 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8547
8548         * djvu/djvu-document.c: (djvu_document_get_page_size),
8549         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8550         (djvu_document_thumbnails_get_thumbnail):
8551         * dvi/dvi-document.c: (dvi_document_get_page_size),
8552         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8553         (dvi_document_thumbnails_get_dimensions),
8554         (dvi_document_thumbnails_get_thumbnail):
8555         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8556         (pixbuf_document_render_pixbuf),
8557         (pixbuf_document_document_iface_init),
8558         (pixbuf_document_thumbnails_get_thumbnail):
8559         
8560         Update backends to make them build with new rotation system.
8561
8562 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8563
8564         * help/C/figures/evince_start_window.png:
8565         
8566         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8567
8568 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8569
8570         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8571         * shell/ev-pixbuf-cache.h:
8572         * shell/ev-sidebar-thumbnails.c:
8573         (ev_sidebar_thumbnails_get_property), (add_range),
8574         (adjustment_changed_cb):
8575         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8576         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8577         we were thumbnailing the entire docment on startup, slowing us
8578         down hugely. 
8579
8580 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8581
8582         * shell/ev-page-cache.c: (ev_page_cache_new):
8583         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8584         == 0, fixes #310306.
8585
8586 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8587
8588         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8589         (ev_view_rotate_left):
8590
8591         Account rotation in doc_rect_to_view_rect.
8592         Ensure rotation doesnt go out of bounds.
8593
8594 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8595
8596         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8597
8598         Correct and cleanup w/h swapping
8599
8600 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * backend/ev-document-thumbnails.c:
8603         (ev_document_thumbnails_get_thumbnail):
8604         * backend/ev-document-thumbnails.h:
8605         * backend/ev-document.c:
8606         * backend/ev-document.h:
8607         * backend/ev-render-context.c: (ev_render_context_new),
8608         (ev_render_context_set_rotation):
8609         * backend/ev-render-context.h:
8610         * pdf/ev-poppler.cc:
8611         * ps/ps-document.c: (ps_document_document_iface_init):
8612         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8613         * shell/ev-jobs.h:
8614         * shell/ev-page-cache.c: (build_height_to_page),
8615         (ev_page_cache_new), (ev_page_cache_get_size),
8616         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8617         (ev_page_cache_get_height_to_page):
8618         * shell/ev-page-cache.h:
8619         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8620         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8621         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8622         (ev_pixbuf_cache_get_selection_pixbuf):
8623         * shell/ev-pixbuf-cache.h:
8624         * shell/ev-print-job.c: (idle_print_handler):
8625         * shell/ev-sidebar-thumbnails.c: (add_range):
8626         * shell/ev-view.c: (view_update_range_and_current_page),
8627         (get_page_y_offset), (get_page_extents),
8628         (ev_view_size_request_continuous_dual_page),
8629         (ev_view_size_request_continuous),
8630         (ev_view_size_request_dual_page),
8631         (ev_view_size_request_single_page), (draw_one_page),
8632         (ev_view_set_rotation), (ev_view_rotate_right),
8633         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8634         (ev_view_zoom_for_size_continuous_and_dual_page),
8635         (ev_view_zoom_for_size_continuous),
8636         (ev_view_zoom_for_size_dual_page),
8637         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8638         (ev_view_select_all):
8639         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8640         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8641         (tiff_document_document_iface_init),
8642         (tiff_document_thumbnails_get_thumbnail):
8643
8644         Use rotation rather than orientation. It's easier and enough
8645         for our needs.
8646
8647 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8648
8649         * shell/ev-page-cache.c: (build_height_to_page),
8650         (ev_page_cache_new), (ev_page_cache_get_size),
8651         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8652         (ev_page_cache_get_height_to_page):
8653         * shell/ev-page-cache.h:
8654         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8655         (ev_view_size_request_continuous_dual_page),
8656         (ev_view_size_request_continuous),
8657         (ev_view_zoom_for_size_continuous_and_dual_page),
8658         (ev_view_zoom_for_size_continuous):
8659
8660         Make the page cache aware of page orientation.
8661
8662 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8663
8664         * backend/ev-document-thumbnails.c:
8665         (ev_document_thumbnails_get_thumbnail):
8666         * backend/ev-document-thumbnails.h:
8667         * backend/ev-document.c:
8668         * backend/ev-document.h:
8669         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8670         * backend/ev-ps-exporter.h:
8671         * pdf/ev-poppler.cc:
8672         * ps/ps-document.c: (ps_document_document_iface_init),
8673         (ps_document_ps_export_do_page):
8674         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8675         * shell/ev-jobs.h:
8676         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8677         (ev_page_cache_get):
8678         * shell/ev-page-cache.h:
8679         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8680         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8681         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8682         * shell/ev-pixbuf-cache.h:
8683         * shell/ev-print-job.c: (idle_print_handler):
8684         * shell/ev-sidebar-thumbnails.c: (add_range):
8685         * shell/ev-view.c: (view_update_range_and_current_page),
8686         (get_page_extents), (ev_view_size_request_dual_page),
8687         (ev_view_size_request_single_page), (draw_one_page),
8688         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8689         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8690         (ev_view_zoom_for_size_dual_page),
8691         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8692         (ev_view_select_all):
8693         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8694         * tiff/tiff-document.c: (tiff_document_get_page_size),
8695         (tiff_document_get_orientation), (rotate_pixbuf),
8696         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8697         (tiff_document_thumbnails_get_thumbnail),
8698         (tiff_document_ps_export_do_page), (tiff_document_init):
8699
8700         Really make use of the orientation bit of the render context.
8701         Use the render context in a few more places in the backend API.
8702         This regress orientation, but now it's done right. Will try to
8703         fix it up asap...
8704
8705 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8706
8707         * shell/ev-view.c: (ensure_rectangle_is_visible):
8708
8709         Patch by Nickolay V. Shmyrev to fix find flickering
8710
8711 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8712
8713         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8714         duplex parameters to ::begin.
8715
8716         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8717         * shell/ev-print-job.c (idle_print_handler): 
8718         * ps/ps-document.c (ps_document_ps_export_begin): 
8719         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8720         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8721         implementations. Poppler backend needs poppler cvs. Rest has
8722         unchanged behavior.
8723
8724 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8725
8726         * shell/ev-window.c (using_pdf_printer): new function.
8727         (ev_window_print_range): print a less techy message if someone
8728         tries to print to PDF.
8729
8730 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8731
8732         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8733         from "unknown font" string. Bug #311431
8734
8735 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8736
8737         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8738
8739 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8740
8741         Bug #311280
8742         
8743         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8744         name for PopplerFontTypes
8745         (pdf_document_fonts_fill_model): add font type to the detail column
8746
8747         * backend/ev-document-fonts.h: added
8748         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8749
8750         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8751         font name and font details, add a little markup.
8752         (ev_properties_fonts_init): use the new cell data func, specify ypad
8753         property for the cell renderer.
8754         (ev_properties_fonts_set_document): add the details column.
8755
8756 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8757
8758         * configure.ac: Added "pl" to ALL_LINGUAS.
8759
8760 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8761
8762         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8763
8764 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8765
8766         * help/ChangeLog: Started this for translations of manual.
8767         * configure.ac, autogen.sh, .cvsignore: Migrated to
8768         gnome-doc-utils. Patch in bug #311222.
8769
8770 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8771
8772         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8773         #ifdef this away to fix an unused-function warning.
8774
8775 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8776
8777         * configure.ac: Added 'gl' to ALL_LINGUAS.
8778
8779 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8780
8781         * configure.ac: Added ne in ALL_LINGUAS
8782         
8783 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8784
8785         * shell/ev-view.c: (ev_view_leave_notify_event):
8786         
8787         Clear status message when pointer leaves view. Fix for bug
8788         #310818 
8789
8790 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8791
8792         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8793
8794 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8795
8796         * shell/ev-view.c: (ev_view_leave_notify_event),
8797         (ev_view_class_init):
8798         
8799         Set cursor to normal then leaving view.
8800
8801 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8802
8803         * configure.ac:
8804         
8805         Fix required djvulibre version.
8806
8807 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8808
8809         *configure.ac: Hindi (hi) language added
8810
8811 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8812
8813         *configure.ac: Punjabi (pa) Language added
8814
8815 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8816
8817         * data/evince-ui.xml, shell/ev-window.c:
8818         
8819         Add keypad accelerators for zooming. Fix for bug 308128.
8820
8821 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8822
8823         * Makefile.am:
8824         * backend/Makefile.am:
8825         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8826         * configure.ac:
8827         * shell/ev-document-types.c: (ev_document_types_add_filters):
8828
8829         Allow to enable/disable the pixbuf backend.
8830         Default to off for now. If we want it enabled we should
8831         really put mime types in the desktop, implement properties etc.
8832
8833         * properties/evince-properties.c:
8834
8835         Initialize error to NULL.
8836         Check error is not NULL before freeing.
8837
8838 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8839
8840         * shell/ev-window.c:
8841
8842         Use F5 as presentation accell
8843
8844 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * shell/ev-window.c: (update_chrome_visibility),
8847         (ev_window_create_fullscreen_popup), (ev_window_init):
8848
8849         Do not leak the fullscreen toolbar
8850
8851 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8852
8853         * shell/ev-window.c: (view_actions_focus_in_cb),
8854         (view_actions_focus_out_cb):
8855
8856         These has a return value! Fix totally random focus
8857         issues we was seeing.
8858
8859 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8860
8861         * shell/main.c: (load_files_remote):
8862
8863         Allow open more than one file
8864
8865 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8866
8867         * shell/main.c: (load_files_remote):
8868
8869         Fix for dbus 0.33. bug #309975
8870
8871 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8872
8873         * properties/ev-properties-main.c: (ev_properties_get_pages):
8874
8875         Actually return NULL for types we dont support
8876
8877 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8878
8879         * po/POTFILES.in:
8880
8881         Remove empty lines.
8882
8883 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8884
8885         * backend/ev-document-factory.c:
8886         (ev_document_factory_get_document):
8887
8888         Do not try to create the object if type
8889         is invalid.
8890
8891 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8892
8893         * ps/ps-document.c: (ps_document_dispose),
8894         (ps_async_renderer_render_pixbuf):
8895         * ps/ps-document.h:
8896
8897         Do not leak the target window
8898
8899 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8900
8901         * shell/ev-application.c: (ev_application_init):
8902
8903         Let tbe check file existence for us.
8904         Add a comment about eggrecent mime filter.
8905
8906 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8907
8908         * data/evince-ui.xml:
8909         * shell/ev-application.c: (ev_application_shutdown),
8910         (ev_application_init), (ev_application_get_toolbars_model),
8911         (ev_application_get_recent_model),
8912         (ev_application_save_toolbars_model):
8913         * shell/ev-application.h:
8914         * shell/ev-window.c: (ev_window_add_recent),
8915         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8916         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8917         (ev_window_init):
8918
8919         Use common toolbar and recent models for all windows.
8920         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8921
8922 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8923
8924         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8925         successfully check for gtk_icon_view_get_visible_range.
8926
8927 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8928
8929         * djvu/Makefile.am:
8930         * dvi/Makefile.am:
8931         
8932         Fix djvu and dvi backend build.
8933
8934 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8935
8936         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8937         (new_separator_pixbuf):
8938
8939         Don't leak windows.
8940
8941 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8942
8943         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8944
8945         HIGification of toolbar editor dialogue.
8946
8947 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8948
8949         * configure.ac:
8950         * shell/Makefile.am:
8951
8952         Ever build metadata manager since it's just
8953         disabled at runtime now.
8954
8955 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8956
8957         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8958         (ev_metadata_manager_get), (ev_metadata_manager_set):
8959         * shell/ev-metadata-manager.h:
8960
8961         Add an _init functions that enabled metadata management
8962         at runtime.
8963
8964         * shell/ev-window.c: (page_changed_cb),
8965         (setup_document_from_metadata), (ev_window_setup_document),
8966         (setup_view_from_metadata), (ev_window_open_uri),
8967         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8968         (ev_window_run_presentation), (ev_window_stop_presentation),
8969         (save_sizing_mode), (ev_window_zoom_changed_cb),
8970         (ev_window_continuous_changed_cb),
8971         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8972         (window_configure_event_cb):
8973
8974         Remove all ugly metadata define since we deal with it
8975         at runtime now.
8976
8977         * shell/main.c: (load_files_remote), (main):
8978
8979         Add support for dbus cvs head. Hopefully didnt break one
8980         of the other versions now!
8981
8982         If we dont get a response from the dbus server just
8983         give up with it and not enable metadata.
8984
8985 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8986
8987         * Makefile.am:
8988         * backend/Makefile.am:
8989         * configure.ac:
8990         * cut-n-paste/recent-files/Makefile.am:
8991         * cut-n-paste/toolbar-editor/Makefile.am:
8992         * cut-n-paste/zoom-control/Makefile.am:
8993         * lib/Makefile.am:
8994         * pdf/Makefile.am:
8995         * pixbuf/Makefile.am:
8996         * properties/Makefile.am:
8997         * ps/Makefile.am:
8998         * shell/Makefile.am:
8999         * thumbnailer/Makefile.am:
9000         * tiff/Makefile.am:
9001
9002         Make frontends depend on just libev.
9003         Rework and group CFLAGS/LIBS definitions.
9004         Cleanups.
9005
9006 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9007
9008         * shell/ev-window:
9009
9010         do not unnecessarily save zoom
9011
9012         * configure.ac:
9013         * lib/ev-file-helpers.c: (ev_dot_dir):
9014         * shell/Makefile.am:
9015         * shell/dummy.cc:
9016
9017         Some cleanups
9018
9019 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9020
9021         * configure.ac:
9022         
9023         Remove unnecessary dependencies
9024
9025 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9026
9027         * properties/Makefile.am:
9028         * thumbnailer/Makefile.am:
9029         * tiff/Makefile.am:
9030
9031         Some more cleanups. Was really necessary
9032         but I probably introduced bugs, feel free
9033         to flame :)
9034
9035 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9036
9037         * backend/Makefile.am:
9038         * configure.ac:
9039         * cut-n-paste/recent-files/Makefile.am:
9040         * cut-n-paste/toolbar-editor/Makefile.am:
9041         * cut-n-paste/zoom-control/Makefile.am:
9042         * lib/Makefile.am:
9043         * pdf/Makefile.am:
9044         * pixbuf/Makefile.am:
9045         * properties/Makefile.am:
9046         * ps/Makefile.am:
9047         * shell/Makefile.am:
9048         * thumbnailer/Makefile.am:
9049         * tiff/Makefile.am:
9050
9051         Use gnome-common macros when possible.
9052         Cleanup dependencies.
9053         Actually disable deprecated where possible.
9054
9055 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9056
9057         * Makefile.am:
9058         * backend/Makefile.am:
9059         * properties/Makefile.am:
9060         * shell/Makefile.am:
9061         * thumbnailer/Makefile.am:
9062
9063         This should solve the circular dep without
9064         requiring dir reorg!
9065
9066         * shell/ev-window.c: (setup_view_from_metadata):
9067
9068         Never restore window size/position when the
9069         window is already visible.
9070
9071 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9072
9073         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9074
9075         Return a boolean from timeout func. Fix ported from gedit.
9076
9077 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9078
9079         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9080
9081 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9082
9083         * shell/ev-document-types.c: set "All Documents" as default filter in
9084         open dialog
9085
9086 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9087
9088         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9089         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9090         (ev_metadata_manager_set_boolean): fix value/val thinko.
9091
9092 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9093
9094         * shell/ev-window.c: (setup_view_from_metadata),
9095         (window_state_event_cb), (window_configure_event_cb),
9096         (ev_window_init):
9097
9098         Remember window position and maximized state
9099
9100 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9101
9102         * configure.ac:
9103
9104         Fix DBUS configure checks.
9105
9106         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9107         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9108         (ev_metadata_manager_set_boolean):
9109
9110         Plug mem leaks.
9111
9112         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9113         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9114         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9115         (ev_window_continuous_changed_cb),
9116         (ev_window_dual_mode_changed_cb), (ev_window_new):
9117
9118         Fix the build without DBUS.
9119
9120 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9121
9122         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9123         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9124         (ev_metadata_manager_set_string),
9125         (ev_metadata_manager_set_boolean):
9126         * shell/ev-metadata-manager.h:
9127
9128         Add support for some more types
9129
9130         * shell/ev-view.c: (scroll_to_current_page),
9131         (ev_view_get_continuous), (ev_view_set_continuous),
9132         (ev_view_get_dual_page):
9133         * shell/ev-view.h:
9134         * shell/ev-window.c: (page_changed_cb),
9135         (setup_document_from_metadata), (ev_window_setup_document),
9136         (setup_view_from_metadata), (ev_window_open_uri),
9137         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9138         (ev_window_run_presentation), (ev_window_stop_presentation),
9139         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9140         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9141         (ev_window_update_dual_page_action),
9142         (ev_window_continuous_changed_cb),
9143         (ev_window_dual_mode_changed_cb), (ev_window_init):
9144
9145         Remember a bunch of view/document properties. Prolly some
9146         are still missing but it's getting interesting.
9147
9148 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9149
9150         * configure.ac: check if dbus-binding-tool is installed. Not the
9151         case on current Ubuntu breezy, it seems.
9152
9153 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9154
9155         * data/evince.desktop.in.in:
9156         
9157         Allow open uri lists and add TryExec field.
9158
9159 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9160
9161         * configure.ac:
9162
9163         Enable dbus when available, do not require a configure
9164         option.
9165
9166 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9167
9168         * configure.ac:
9169
9170         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9171         disabled.
9172
9173 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9174         Marco Pesenti Gritti  <mpg@redhat.com>
9175
9176         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9177         
9178         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9179         functions to the format required by dbus
9180
9181         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9182         errors. Use the RPC parameters in the expected way
9183
9184 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9185
9186         * Makefile.am:
9187         * properties/Makefile.am:
9188         * properties/ev-properties-main.c: (ev_properties_get_pages):
9189
9190         Support all mime types
9191
9192         * shell/Makefile.am:
9193         * thumbnailer/Makefile.am:
9194         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9195         (evince_thumbnail_pngenc_get):
9196
9197         Use the document factory
9198
9199 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9200
9201         * backend/Makefile.am:
9202         * backend/ev-document-factory.c:
9203         (mime_type_supported_by_gdk_pixbuf),
9204         (ev_document_type_get_from_mime),
9205         (ev_document_factory_get_document),
9206         (ev_document_factory_get_backend),
9207         (ev_document_factory_get_mime_types),
9208         (ev_document_factory_get_all_mime_types):
9209         * backend/ev-document-factory.h:
9210         * shell/Makefile.am:
9211         * shell/ev-document-types.c: (get_document_from_uri),
9212         (ev_document_types_get_document),
9213         (file_filter_add_mime_list_and_free),
9214         (ev_document_types_add_filters):
9215         * shell/ev-document-types.h:
9216         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9217         * shell/ev-properties-dialog.c:
9218         (ev_properties_dialog_set_document):
9219         * shell/ev-window.c: (ev_window_cmd_file_open),
9220         (ev_window_cmd_save_as):
9221         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9222
9223         Rework document types managing to avoid code duplication
9224         and actually abstract from backend implementations.
9225         Also provide a minimal factory api that can be used by
9226         thumbnailer/properties.
9227
9228 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9229
9230         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9231         Plug a mem leak.
9232         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9233         HIG spacings.
9234
9235 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9236
9237         * shell/ev-properties-dialog.c
9238         (ev_properties_dialog_set_document): only call
9239         ev_properties_fonts_set_document() if the document implements the
9240         fonts interface
9241
9242 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9243
9244         * configure.ac:
9245         * properties/Makefile.am:
9246         * properties/ev-properties-view.c:
9247         (ev_properties_view_register_type):
9248         * properties/ev-properties-view.h:
9249         * properties/ev-properties-main.h:
9250
9251         Implement nautilus plugin for properties.
9252         Works only for pdf atm, I need to rework the
9253         document types stuff to get this to work
9254         for all backends...
9255
9256 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9257
9258         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9259         (ev_properties_fonts_set_document): use
9260         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9261
9262 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9263
9264         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9265         them
9266         (PlaceImage, tiff2ps_process_page): use
9267         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9268
9269
9270 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9271
9272         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9273         (main): to call gnome_authentication_manager_init. Should fix
9274         Bug #308510
9275
9276         * configure.ac: that requires libgnomeui 2.6.0.
9277
9278 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9279
9280         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9281         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9282         use the new tiff2ps interfaces
9283
9284         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9285         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9286
9287         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9288         structure instead of global variables.  Remove use of static
9289         variables in functions.
9290
9291 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9292
9293         * shell/ev-page-action.c: unref the completion after setting it to the
9294         entry
9295
9296 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9297
9298         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9299         postscript files
9300
9301 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9302
9303         * shell/ev-window.c (update_action_sensitivity): disable
9304         File->Print if the document does not implement the ps exporter
9305         interface
9306
9307 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9308
9309         * Makefile.am:
9310         * configure.ac:
9311         * data/evince-properties.glade:
9312         * properties/.cvsignore:
9313         * properties/Makefile.am:
9314         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9315         (ev_properties_view_class_init), (ev_properties_view_format_date),
9316         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9317         (ev_properties_view_init), (ev_properties_view_new):
9318         * properties/ev-properties-view.h:
9319         * shell/Makefile.am:
9320         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9321         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9322         (ev_properties_dialog_new):
9323         * shell/ev-properties-dialog.h:
9324         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9325         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9326         (update_progress_label), (job_fonts_finished_cb),
9327         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9328         * shell/ev-properties-fonts.h:
9329         * shell/ev-properties.c:
9330         * shell/ev-properties.h:
9331         * shell/ev-window.c: (ev_window_setup_document),
9332         (ev_window_cmd_file_properties):
9333
9334         Split the properties pages in two different objects, depend
9335         only on the backend where possible, use widgets instead
9336         of gobject for the glade part, reimplement the dialog
9337         itself with gtk.
9338         I need this to implement nautilus properties page.
9339
9340 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9341
9342         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9343         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9344         (tiff_document_document_ps_exporter_iface_init): implement the ps
9345         exporter interface for tiff documents
9346
9347         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9348         libtiff to implement TIFF postscript export
9349
9350         * tiff/tiff2ps.h: added a header file for external tiff2ps
9351         functions.
9352
9353         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9354         tiff2ps.h
9355
9356 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9357
9358         * shell/ev-view.c: (scroll_to_current_page),
9359         (ev_view_set_fullscreen), (ev_view_set_presentation):
9360         
9361         Scroll to current page when exit from presentation
9362
9363 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9364
9365         * shell/ev-window.c: (update_document_mode),
9366         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9367         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9368         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9369         
9370         Exit from fullscreen mode when switch to presentation. Fix for
9371         bug 309365
9372
9373 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9374
9375         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9376         return NULL if the document does not implement the selection
9377         interface.
9378
9379 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9380
9381         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9382         reported height by using the resolution aspect ratio
9383         (tiff_document_render_pixbuf): scale the pixbuf using the
9384         resolution aspect ratio
9385
9386 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9387
9388         * configure.ac:
9389         
9390         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9391         <kiltedaco@gmail.com>
9392         
9393         * djvu/djvu-document.c: (djvu_document_get_orientation),
9394         (djvu_document_set_orientation), (djvu_document_get_page_size),
9395         (rotate_pixbuf), (djvu_document_render_pixbuf),
9396         (djvu_document_document_iface_init):
9397         * dvi/dvi-document.c: (dvi_document_get_orientation),
9398         (dvi_document_set_orientation), (dvi_document_get_page_size),
9399         (rotate_pixbuf), (dvi_document_render_pixbuf),
9400         (dvi_document_document_iface_init):
9401         
9402         Dvi and djvu backends are ported to new API
9403
9404 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9405
9406         * backend/ev-selection.c: (ev_selection_get_selection_region),
9407         (ev_selection_get_selection_map):
9408         * backend/ev-selection.h:
9409         * pdf/ev-poppler.cc:
9410         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9411         * shell/ev-jobs.h:
9412         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9413         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9414         (ev_pixbuf_cache_get_text_mapping):
9415         * shell/ev-pixbuf-cache.h:
9416         * shell/ev-view.c: (location_in_text),
9417         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9418         support to EvView.  Now we can see where we can select!  Sweet!
9419
9420 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9421
9422         * shell/ev-view.c (ev_view_button_press_event): Fix
9423         event->y + view->scroll_x typo.
9424
9425 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9426
9427         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9428         sub-GdkPixbuf instead of passing dest_x and dest_y.
9429         
9430         * shell/ev-view.c: (view_point_to_doc_point),
9431         (view_rect_to_doc_rect), (ev_view_button_press_event),
9432         (ev_view_motion_notify_event), (compute_new_selection_rect),
9433         (gdk_rectangle_point_in), (compute_new_selection_text),
9434         (compute_selections): Update selection code to keep the selection
9435         around as two points and not as a normalized rectangle, and fix
9436         page level selection in two-column mode.
9437
9438 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9439
9440         * shell/ev-window.c: (window_configure_event_cb): 
9441         
9442         Fix compilation
9443         
9444 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9445
9446         * pdf/ev-poppler.cc:
9447
9448         Fix compilation
9449
9450 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9451
9452         * shell/Makefile.am:
9453         * shell/ev-metadata-manager.c: (item_free),
9454         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9455         (parse_value), (parseItem), (load_values),
9456         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9457         (save_values), (save_item), (get_oldest), (resize_items),
9458         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9459         * shell/ev-metadata-manager.h:
9460
9461         Metadata manager from gedit but modified to use GValue, so that
9462         we dont need to keep converting from strings.
9463
9464         * configure.ac:
9465
9466         ENABLE_METADATA conditional, on when dbus is on
9467
9468         * shell/ev-application.c: (ev_application_open_uri):
9469
9470         Show the window after load so that we can initialize
9471         window size before it's showed.
9472
9473         * shell/ev-window.c: (ev_window_setup_from_metadata),
9474         (ev_window_open_uri), (window_configure_event_cb),
9475         (ev_window_init):
9476
9477         Save and load metadata information about window size.
9478         Not yet keeping states in account.
9479
9480         * shell/main.c: (main):
9481
9482         Shutdown metadata manager.
9483
9484 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9485
9486         * shell/ev-application-service.xml:
9487         * configure.ac:
9488         * shell/Makefile.am:
9489         * shell/ev-application.c:
9490         * shell/ev-application.h:
9491         * shell/ev-window.c:
9492         * shell/ev-window.h:
9493         * shell/main.c:
9494
9495         Add an optional dbus interface (--enable-dbus).
9496         Rework application code, mainly to be easier to
9497         use "remotely".
9498         Do not open multiple windows with the same document,
9499         spatial evince!
9500
9501 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9502
9503         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9504         pixbuf iff it exists.
9505
9506 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9507
9508         * shell/*:
9509         * backend/ev-render-context.[ch]:
9510         * backend/ev-selection.[ch]:
9511
9512         Massive changes.  We now support text selection of pdfs, and not
9513         just rectangular selection.  This is pretty broken still, but I
9514         want to get something into CVS.
9515
9516 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9517
9518         * pdf/ev-poppler.cc:
9519         
9520         Fix for Bug 309080: crash on window close.
9521         
9522         * shell/ev-page-action.c: (page_changed_cb):
9523         
9524         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9525         jensgr@gmx.net (Jens Granseuer).
9526
9527 2005-06-25  Marcel Telka  <marcel@telka.sk>
9528
9529         * configure.in (ALL_LINGUAS): Added sk.
9530
9531 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9532
9533         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9534         not a document open
9535
9536 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9537
9538         * NEWS:
9539         * configure.ac:
9540
9541         Release 0.3.2
9542
9543         * cut-n-paste/recent-files/Makefile.am:
9544
9545         Fix make distcheck
9546
9547 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9548
9549         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9550         (pixbuf_document_set_orientation), (rotate_pixbuf),
9551         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9552         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9553
9554         Implement rotation and cleanup the code a bit.
9555
9556         * tiff/tiff-document.c: (tiff_document_get_page_size),
9557         (tiff_document_get_orientation), (tiff_document_set_orientation),
9558         (rotate_pixbuf), (tiff_document_render_pixbuf),
9559         (tiff_document_document_iface_init), (tiff_document_init):
9560
9561         Implement rotation. Was the quicker solution for the release
9562         but we really need to share this code in the shell.
9563
9564 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9565
9566         * pdf/ev-poppler.cc:
9567
9568         Enable rotation, require poppler cvs. Fix a leak.
9569
9570 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9571
9572         * shell/ev-window.c: (update_action_sensitivity):
9573         
9574         Make properties unsensitive if document backend doesn't provide
9575         any info
9576
9577 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9578
9579         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9580         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9581         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9582         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9583         (bitmap_flip_rotate_counter_clockwise):
9584         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9585         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9586         (buff_gets):
9587         * dvi/mdvi-lib/common.h:
9588         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9589         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9590         (opendvi), (mdvi_reload), (mdvi_init_context),
9591         (mdvi_destroy_context), (mdvi_dopage), (special):
9592         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9593         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9594         (file_hash_free), (register_encoding), (parse_spec),
9595         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9596         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9597         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9598         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9599         (mdvi_register_font_type), (mdvi_unregister_font_type),
9600         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9601         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9602         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9603         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9604         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9605         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9606         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9607         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9608         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9609         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9610         (mdvi_unregister_special), (mdvi_flush_specials):
9611         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9612         (t1_font_remove):
9613         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9614         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9615         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9616         (free_font_metrics), (flush_font_metrics):
9617         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9618         (tt_font_remove):
9619         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9620         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9621         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9622         (dstring_insert), (dstring_new), (dstring_reset):
9623         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9624         
9625         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9626         avoid conflict with libtool on FC4
9627         
9628         * shell/ev-window.c: (ev_window_cmd_help_about):
9629         
9630         Update copyright year. Fix for bug 308828.
9631
9632 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9633
9634         * shell/ev-view.c: (add_scroll_binding_keypad),
9635         (ev_view_binding_activated), (ev_view_class_init),
9636         (on_adjustment_value_changed):
9637         
9638         Bug 170874: Arrow keys switch pages in presentation mode
9639
9640 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9641
9642         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9643         
9644         Fix for Bug 308265: Sidebar dissappears coming out of 
9645         Presentation mode
9646
9647 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9648
9649         * shell/ev-application.c: (ev_application_open):
9650         * shell/ev-document-types.c: (ev_document_types_add_filters),
9651         (ev_document_types_add_filters_for_type):
9652         * shell/ev-document-types.h:
9653         * shell/ev-window.c: (ev_window_cmd_save_as):
9654         
9655         Suggest basename as template when saving, provide filters
9656         for save dialog. It's bug 308402
9657
9658 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9659
9660         * pdf/ev-poppler.cc:
9661         * shell/ev-sidebar-links.c: (job_finished_callback):
9662         * shell/ev-view.c: (update_find_status_message):
9663         
9664         Some leaks fixed
9665
9666 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9667
9668         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9669         (egg_recent_view_uimanager_set_list):
9670
9671         Fix buglet in !show_numbers case.
9672
9673 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9674
9675         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9676         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9677
9678         Use pango ellipsisation.
9679
9680         * pdf/ev-poppler.cc:
9681
9682         Fix refcount leak, from nsh.
9683
9684 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9685
9686         * cut-n-paste/recent-files/Makefile.am:
9687         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9688         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9689         
9690         Removed EggRecentViewGtk
9691         
9692         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9693         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9694         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9695         (ev_window_setup_recent):
9696         
9697         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9698         with other projects
9699
9700 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9701
9702         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9703         (egg_recent_view_gtk_finalize):
9704
9705         Fix memory leak
9706
9707         * cut-n-paste/toolbar-editor/Makefile.am:
9708         
9709         Fix location of cursor icon.
9710         
9711         * pdf/ev-poppler.cc:
9712         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9713         (display_completion_text), (match_completion):
9714         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9715         (selection_changed_callback), (create_loading_model),
9716         (print_section_cb), (links_page_num_func),
9717         (update_page_callback_foreach):
9718         * shell/ev-window.c: (ev_window_dispose):
9719         
9720         Small memory fixes. Links model now store objects instead
9721         of pointers to improve memory management. 
9722
9723 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9724
9725         * shell/ev-window.c: (zoom_control_changed_cb):
9726         
9727         Fix update of zoom control (bug 308268).
9728
9729 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9730
9731         * shell/ev-properties.c (set_property): escape the text correctly.
9732         Handles non-UTF-8 properties and escaped properties.  Also, sets
9733         the text to "<i>None</i>" if the property isn't set.
9734
9735         * data/evince-properties.glade: Change the label to be ellipsized,
9736         and give it a minimum size.
9737
9738 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9739
9740         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9741         * shell/ev-sidebar-links.c: (create_loading_model):
9742         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9743         * shell/ev-view.c: (ev_view_set_document):
9744         * shell/ev-window.c: (ev_window_dispose):
9745         
9746         Various small fixes, mostly memory leaks. Thanks to valgrind.
9747
9748 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9749
9750         * ps/ps-document.c: remove the locale.h include again ;-). And
9751         kill the (bogus) setlocale/savelocale business.
9752
9753 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9754
9755         * ps/ps-document.c:
9756         
9757         Include locale.h to fix build
9758         
9759         * shell/ev-sidebar.c:
9760         
9761         Remove unnecessary includes
9762
9763 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9764
9765         * dvi/dvi-document.c: (dvi_document_load):
9766         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9767         * po/POTFILES.in:
9768         
9769         Check for incorrect dvi files. Fix parsing dvi on AMD64
9770         platform. Thanks to tester@tester.ca (Olivier Crete).
9771
9772 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9773
9774         * shell/ev-page-action.c: (match_selected_cb),
9775         (display_completion_text), (match_completion), (update_model):
9776         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9777         (expand_open_links):
9778         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9779         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9780         (ev_sidebar_set_document):
9781         * shell/ev-window.c: (ev_window_xfer_job_cb),
9782         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9783         
9784         Fixed lot's of memory leaks, for example, memory leak on reload, 
9785         described in bug 307793.
9786
9787 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9788
9789         * pdf/ev-poppler.cc:
9790         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9791         (update_visible_range), (adjustment_changed_cb),
9792         (ev_sidebar_thumbnails_fill_model),
9793         (ev_sidebar_thumbnails_refresh),
9794         (ev_sidebar_tree_selection_changed),
9795         (ev_sidebar_icon_selection_changed),
9796         (ev_sidebar_thumbnails_use_icon_view),
9797         (ev_sidebar_thumbnails_set_document):
9798         * shell/ev-sidebar-thumbnails.h:
9799         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9800         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9801
9802         Refresh thumbnails when changing orientation. Not fully
9803         working yet becuase of a sidebar bug.
9804
9805         Set page orientation to poppler page everywhere. This sucks
9806         really need to fix poppler.
9807
9808 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9809
9810         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9811         (egg_recent_view_gtk_new_menu_item),
9812         (egg_recent_view_gtk_set_property),
9813         (egg_recent_view_gtk_get_property),
9814         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9815         (egg_recent_view_gtk_set_tooltip_func),
9816         (egg_recent_view_gtk_set_label_width),
9817         (egg_recent_view_gtk_get_label_width):
9818         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9819
9820         Sync with libegg (ellipsize labels)
9821
9822 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9823
9824         * data/evince-ui.xml:
9825         * shell/ev-window.c: (ev_window_cmd_go_forward),
9826         (ev_window_cmd_go_backward):
9827         
9828         Shift + PageUp moves 10 Pages. Fix for 306125
9829
9830 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9831
9832         * pdf/ev-poppler.cc:
9833
9834         Add a flag to check if orientation has been overriden
9835
9836 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9837
9838         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9839         field if necessary.
9840
9841         * ps/ps.h: add creator field to document.
9842
9843         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9844         set creator field.
9845
9846 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9847
9848         * data/evince-properties.glade:
9849         * shell/ev-properties.c: (ev_properties_set_document):
9850
9851         s/PDF Version/Format
9852
9853 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9854
9855         * shell/ev-properties.c: (ev_properties_set_document):
9856
9857         Remove unnecessary translations
9858
9859 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9860
9861         * cut-n-paste/toolbar-editor/Makefile.am:
9862
9863         Correct library name    
9864
9865 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9866
9867         * configure.ac:
9868         * cut-n-paste/recent-files/egg-recent-model.c:
9869         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9870         (egg_recent_model_unlock_file):
9871         * cut-n-paste/recent-files/egg-recent-util.c:
9872         (egg_recent_util_get_unique_id):
9873         * cut-n-paste/recent-files/update-from-egg.sh:
9874         * cut-n-paste/toolbar-editor/Makefile.am:
9875         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9876         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9877         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9878         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9879         (egg_toolbars_model_get_type):
9880         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9881
9882         Better makefile for toolbar editor and update everything
9883         to latest libegg.
9884
9885 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9886
9887         * shell/ev-window.c: (update_document_mode):
9888
9889         Prefer presentation mode when the document
9890         require fullscreen.
9891
9892 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9893
9894         * data/evince-ui.xml:
9895         * shell/ev-window.c:
9896
9897         Add control-equal for zooming
9898
9899 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9900
9901         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9902
9903 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9904
9905         * backend/ev-document.c: (ev_document_get_orientation):
9906         * backend/ev-document.h:
9907         * pdf/ev-poppler.cc:
9908         * ps/ps-document.c: (ps_document_get_orientation),
9909         (ps_document_set_orientation), (ps_document_document_iface_init):
9910
9911         Add a get_orientation api. Improve set_orientation.
9912
9913         * data/evince-ui.xml:
9914         * shell/ev-view.c: (ev_view_set_orientation),
9915         (ev_view_rotate_right), (ev_view_rotate_left):
9916         * shell/ev-view.h:
9917         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9918         (ev_window_cmd_edit_rotate_right):
9919
9920         Better ui for changing document orientation
9921
9922 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9923
9924         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9925         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9926         * shell/ev-sidebar-links.h:
9927         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9928         (ev_sidebar_page_iface_init):
9929         * shell/ev-sidebar-page.h:
9930         * shell/ev-sidebar-thumbnails.c:
9931         (ev_sidebar_thumbnails_get_property),
9932         (ev_sidebar_thumbnails_class_init),
9933         (ev_sidebar_thumbnails_set_document):
9934         * shell/ev-sidebar-thumbnails.h:
9935         * shell/ev-view.c: (ev_view_motion_notify_event):
9936         * shell/ev-window.c: (update_chrome_visibility),
9937         (ev_window_cmd_focus_page_selector),
9938         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9939         (sidebar_page_main_widget_update_cb), (ev_window_init):
9940         
9941         Autoraise toolbar on GoToPage binding and fix bindings in
9942         EvSidebarThumbnails page.
9943
9944 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9945
9946         * shell/ev-properties.c: (update_progress_label):
9947
9948         Hide the progress label when finished; bug #307697.
9949
9950 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9951
9952         * pdf/ev-poppler.cc:
9953
9954         Enable is_open for links, you will need poppler cvs
9955
9956         * shell/ev-properties.c: (job_fonts_finished_cb):
9957
9958         Get a lock on the document when filling the tree view
9959
9960 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9961
9962         * backend/ev-document-links.h:
9963         * pdf/ev-poppler.cc:
9964         * shell/ev-sidebar-links.c: (create_loading_model),
9965         (expand_open_links), (job_finished_callback):
9966
9967         Expand links when specified by the document.
9968         Depend on a poppler api (defined out for now)
9969
9970 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9971
9972         * shell/ev-properties.c: (ev_properties_dispose),
9973         (ev_properties_class_init), (dialog_destroy_cb),
9974         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9975         (ev_properties_set_document), (ev_properties_new),
9976         (ev_properties_show):
9977         * shell/ev-properties.h:
9978
9979         Make it an object, cleanup the code, api to show it as transient
9980         and to set the document.
9981
9982         * shell/ev-window.c: (ev_window_setup_document),
9983         (ev_window_cmd_file_properties):
9984
9985         Adapt to EvProperties changes, do not show multiple
9986         times, update it when document changes.
9987
9988 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9989
9990         * ps/gstypes.h:
9991         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9992         (ps_document_set_orientation), (ps_document_document_iface_init):
9993         * ps/ps-document.h:
9994
9995         Implement orientation here too
9996
9997         * shell/ev-properties.c: (ev_properties_new):
9998         * data/evince-properties.glade:
9999
10000         Hide the fonts page for backends that doesnt
10001         support it.     
10002
10003 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10004
10005         * backend/ev-document.c: (ev_document_set_orientation):
10006         * backend/ev-document.h:
10007         * pdf/ev-poppler.cc:
10008
10009         Add orientation api. Currently poppler api is not optimal,
10010         we need to set orientation every time we _get a page.
10011         I will try to fix that at some point.
10012
10013         * data/evince-ui.xml:
10014         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10015         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10016
10017         Add orientation menu items
10018
10019         * shell/ev-page-cache.c: (ev_page_cache_clear):
10020         * shell/ev-page-cache.h:
10021
10022         Add api to clear the cache
10023
10024         * shell/ev-view.c: (setup_caches), (clear_caches),
10025         (ev_view_set_document), (ev_view_zoom_out),
10026         (ev_view_set_orientation):
10027         * shell/ev-view.h:
10028
10029         Implement orientation changing
10030
10031 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10032
10033         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10034         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10035         * backend/ev-document-fonts.h:
10036
10037         Separate scan and fill so that we can incrementally fill from
10038         the main thread. Add a progress api.
10039
10040         * data/evince-properties.glade:
10041         * pdf/ev-poppler.cc:
10042         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10043         * shell/ev-jobs.h:
10044         * shell/ev-properties.c: (update_progress_label),
10045         (job_fonts_finished_cb), (setup_fonts_view):
10046
10047         Incrementally feel the list and show the progress
10048         percentage in a label like acrobat does.
10049
10050         You are going to need poppler cvs
10051
10052 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10053
10054         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10055         * backend/ev-document-fonts.h:
10056         * pdf/ev-poppler.cc:
10057
10058         Make fonts model fill incrementally.
10059
10060         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10061         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10062         (ev_job_queue_remove_job):
10063         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10064         (ev_job_fonts_new), (ev_job_fonts_run):
10065         * shell/ev-jobs.h:
10066
10067         New job for fonts scanning
10068
10069         * shell/ev-properties.c: (job_fonts_finished_cb),
10070         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10071         * shell/ev-properties.h:
10072         * shell/ev-window.c: (ev_window_cmd_file_properties):
10073
10074         Incrementally feel the treeview using the new job. Show Loading...
10075         message until scanning is completed.
10076
10077         Hopefully I didnt break the build without the poppler patch.
10078
10079 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10080
10081         * shell/ev-application.c: (ev_application_open):
10082         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10083         (ev_document_type_get_type), (ev_document_type_lookup):
10084         * shell/ev-document-types.h:
10085         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10086         * shell/ev-job-xfer.h:
10087         * shell/ev-window.c: (ev_window_clear_local_uri),
10088         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10089         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10090         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10091         
10092         Transfer remote documents to tmp directory to display them later.
10093
10094 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10095
10096         * backend/ev-document-info.h:
10097         * shell/ev-properties.c: (ev_properties_new):
10098
10099         s/GTime*/GTime. Not sure why we was using a pointer
10100         at all there!
10101
10102 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10103
10104         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10105         situations.  That situation is that you're using GTK+-HEAD with
10106         the patch at #306726 is applied, and you have a document with <
10107         1500 pages in it.  It's not quite as uniformly nice as the
10108         TreeView, but should be better in the long run.
10109
10110         I'm pretty sure I guarded against breaking compilation with
10111         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10112         I missed some.
10113
10114         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10115         widget yet, so I commented that code out
10116         enable_view_actions_for_widget() for now.  Need to figure this
10117         out.
10118
10119         * shell/ev-page-action.c (match_selected_cb): emit the right
10120         signals.  Our cool C-l completion now works.
10121
10122 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10123
10124         * backend/Makefile.am:
10125         * backend/ev-document-fonts.c:
10126         * backend/ev-document-links.c:
10127         * backend/ev-document.c: (ev_document_load):
10128         * backend/ev-document.h:
10129         * backend/ev-job-queue.c:
10130         * backend/ev-job-queue.h:
10131         * backend/ev-jobs.c:
10132         * backend/ev-jobs.h:
10133         * backend/ev-page-cache.c:
10134         * backend/ev-page-cache.h:
10135
10136         EvPageCache and EvJobs are moved to shell.
10137
10138         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10139         (ev_tmp_filename):
10140         * lib/ev-file-helpers.h:
10141         
10142         New helper to work with temporary files
10143         
10144         * shell/Makefile.am:
10145         * shell/ev-application.c: (ev_application_open):
10146         * shell/ev-application.h:
10147         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10148         (remove_job_from_async_queue), (add_job_to_async_queue),
10149         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10150         (handle_job), (search_for_jobs_unlocked),
10151         (no_jobs_available_unlocked), (ev_render_thread),
10152         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10153         (ev_job_queue_add_job), (move_job_async), (move_job),
10154         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10155         * shell/ev-job-queue.h:
10156         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10157         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10158         * shell/ev-job-xfer.h:
10159         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10160         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10161         (ev_job_links_class_init), (ev_job_render_init),
10162         (ev_job_render_dispose), (ev_job_render_class_init),
10163         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10164         (ev_job_thumbnail_class_init), (ev_job_load_init),
10165         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10166         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10167         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10168         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10169         * shell/ev-jobs.h:
10170         * shell/ev-page-action.c: (ev_page_action_set_document):
10171         * shell/ev-page-cache.c: (ev_page_cache_init),
10172         (ev_page_cache_class_init), (ev_page_cache_finalize),
10173         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10174         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10175         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10176         (ev_page_cache_get_title), (ev_page_cache_get_size),
10177         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10178         (ev_page_cache_get_height_to_page),
10179         (ev_page_cache_get_max_label_chars),
10180         (ev_page_cache_get_page_label),
10181         (ev_page_cache_has_nonnumeric_page_labels),
10182         (ev_page_cache_get_info), (ev_page_cache_next_page),
10183         (ev_page_cache_prev_page), (ev_page_cache_get):
10184         * shell/ev-page-cache.h:
10185         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10186         (ev_pixbuf_cache_clear_job_sizes),
10187         (ev_pixbuf_cache_add_jobs_if_needed),
10188         (ev_pixbuf_cache_set_page_range):
10189         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10190         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10191         * shell/ev-sidebar-thumbnails.c:
10192         (ev_sidebar_tree_selection_changed),
10193         (ev_sidebar_thumbnails_set_document):
10194         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10195         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10196         (ev_statusbar_get_context_id), (ev_statusbar_push),
10197         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10198         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10199         (ev_statusbar_set_progress):
10200         * shell/ev-statusbar.h:
10201         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10202         (ev_view_find_previous):
10203         * shell/ev-window.c: (ev_window_is_empty),
10204         (ev_window_setup_document), (password_dialog_response),
10205         (ev_window_clear_jobs), (ev_window_load_job_cb),
10206         (ev_window_xfer_job_cb), (ev_window_open_uri),
10207         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10208         (ev_window_print), (ev_window_print_range),
10209         (ev_window_state_event), (ev_window_cmd_view_reload),
10210         (menu_item_select_cb), (menu_item_deselect_cb),
10211         (view_status_changed_cb), (ev_window_dispose),
10212         (drag_data_received_cb), (ev_window_init):
10213         * shell/ev-window.h:
10214         * shell/main.c: (load_files):
10215         
10216         New statusbar to show progress on idle. Two new jobs - 
10217         xfer job and load job to load document in background. And update
10218         of page_cache clients to new location of code.
10219
10220 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10221
10222         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10223         selection in open dialog. It also remembers the last visited directory 
10224         in the current session.
10225
10226 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10227
10228         * shell/ev-properties.c: (ev_properties_new):
10229         * shell/ev-properties.h:
10230         * shell/ev-window.c: (ev_window_cmd_file_properties):
10231         
10232         Get document info from page cache instead of document itself.
10233         This should fix crash related to race conditions described in
10234         bug 306545.
10235
10236 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10237
10238         * ps/ps-document.c: (ps_document_init),
10239         (send_ps), (get_page_box), (output), (catchPipe), (input),
10240         (stop_interpreter), (file_length), (file_readable),
10241         (check_filecompressedb), (ps_document_enable_interpreter),
10242         (document_load), (ps_async_renderer_render_pixbuf):
10243         * ps/ps-document.h:
10244
10245         Big cleanup of the ps code
10246
10247 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10248
10249         * backend/Makefile.am:
10250         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10251         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10252         * backend/ev-async-renderer.h:
10253
10254         Add an async renderer interface (method + callback) which
10255         is useful for backends like ps.
10256
10257         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10258         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10259         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10260         (ev_job_queue_add_job), (move_job_async), (move_job),
10261         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10262
10263         Add queues for async renderer, these are executed on the
10264         main thread.
10265
10266         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10267         (ev_job_render_run):
10268         * backend/ev-jobs.h:
10269
10270         If the backend support async renderer interface use it.
10271
10272         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10273         (setup_pixmap), (ps_document_get_type),
10274         (ps_async_renderer_render_pixbuf),
10275         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10276
10277         Implement async renderer interface.
10278
10279 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10280
10281         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10282
10283         Cleanup links job on exit.
10284
10285 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10286
10287         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10288         (drag_data_get_cb), (drag_data_received_cb):
10289         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10290         (drag_data_get_cb), (parse_item_list),
10291         (egg_toolbar_editor_load_actions):
10292         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10293         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10294         (parse_item_list), (parse_toolbars):
10295         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10296         (dvi_pixbuf_put_pixel):
10297         
10298         Fix gcc 4.0 warnings
10299
10300 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10301
10302         * ps/ps-document.c: (start_interpreter):
10303
10304         Fix warning when loading ps
10305
10306 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10307
10308         * ps/ps-document.c: (output):
10309
10310         Fix crash when priting gs error messages.
10311
10312 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10313
10314         * backend/ev-page-cache.c: (_ev_page_cache_new):
10315         * backend/ev-page-cache.h:
10316
10317         Use a const to return title so that we dont double
10318         free it. Small cleanup and fix a leak.
10319
10320         * shell/ev-window.c: (update_window_title):
10321
10322         strdup value from get_title.
10323
10324 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10325
10326         * shell/ev-sidebar-links.c: (job_finished_callback),
10327         (ev_sidebar_links_set_document):
10328
10329         Cleanup the old job when changing document
10330
10331 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10332
10333         * shell/ev-stock-icons.c:
10334         * shell/ev-stock-icons.h:
10335         * shell/ev-window.c:
10336         
10337         Add stock icons for actions that can appear in toolbar. Fix for
10338         bug 306566.
10339
10340 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10341
10342         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10343         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10344         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10345         * backend/ev-page-cache.h:
10346         * shell/ev-view.c: (scroll_to_current_page),
10347         (view_update_range_and_current_page), (get_page_y_offset),
10348         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10349         (ev_view_size_request_continuous),
10350         (ev_view_zoom_for_size_continuous_and_dual_page),
10351         (ev_view_zoom_for_size_continuous):
10352         
10353         More compact EvView layout in document with pages of different size.
10354
10355 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10356
10357         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10358         compilation.
10359
10360 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10361
10362         * shell/ev-view.c: (view_set_adjustment_values):
10363         * shell/ev-window.c: (ev_window_cmd_file_properties):
10364         
10365         A bit different fix for rounding problem but it has no
10366         problems on startup. Make properties window transient to parent.
10367
10368 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10369
10370         * pdf/ev-poppler.cc:
10371         
10372         More commenting of font stuff.
10373
10374 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10375
10376         * pdf/ev-poppler.cc:
10377
10378         Comment out some more fonts stuff. Should really
10379         work without the poppler patch now.
10380
10381 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10382
10383         * pdf/ev-poppler.cc:
10384
10385         Adapt to api change
10386
10387 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10388
10389         * data/evince-properties.glade:
10390         * pdf/ev-poppler.cc:
10391         * shell/ev-properties.c: (setup_fonts_view):
10392
10393         Set the column title. Show the dialog only
10394         once everything is setup.
10395         Getting font info can be very slow... will
10396         prolly need to make this threaded too.
10397
10398 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10399
10400         * backend/Makefile.am:
10401         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10402         (ev_document_fonts_get_fonts_model):
10403         * backend/ev-document-fonts.h:
10404         * data/evince-properties.glade:
10405         * pdf/ev-poppler.cc:
10406         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10407         * shell/ev-properties.h:
10408         * shell/ev-window.c: (ev_window_cmd_file_properties):
10409
10410         Implement fonts list. Defined out for now, since it depends
10411         on a not yet committed poppler patch.
10412
10413 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10414
10415         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10416         page + 1.
10417
10418         * shell/ev-window.c: Make sure we add the timeout when we get a
10419         focus-in event.
10420
10421         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10422         adjustment->value before calculating the zoom factor to average
10423         out all of our rounding errors.  The page no longer 'drifts' when
10424         resizing.
10425
10426 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10427
10428         * data/evince-properties.glade:
10429         * shell/ev-properties.c: (ev_properties_format_date),
10430         (set_property):
10431         
10432         Labels don't expand when the dialogue is resized.
10433         strftime result needs to be converted to UTF-8. Thanks
10434         to Christian Persch <chpe@gnome.org>.
10435
10436 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10437
10438         * data/evince-properties.glade:
10439
10440         Hide the fonts tab
10441
10442 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * backend/ev-document-info.h:
10445         * backend/ev-document.c: (ev_document_info_free):
10446         * data/evince-properties.glade:
10447         * pdf/ev-poppler.cc:
10448         * ps/ps-document.c: (ps_document_get_info):
10449         * shell/ev-properties.c: (ev_properties_format_date),
10450         (set_property), (ev_properties_new):
10451         * shell/ev-properties.h:
10452         * shell/ev-window.c: (ev_window_cmd_file_properties):
10453
10454         Rework properties code to take only EvPropertyInfo
10455         in the constructor so that it can be useful for
10456         nautilus plugin too.
10457
10458         Deal with backends that doesnt support some properties.
10459         Make set property code generic.
10460
10461 2005-06-04  Christian Persch <chpe@gnome.org>
10462
10463         * data/evince-properties.glade:
10464
10465         fix spacings, make resizeable, and make data labels
10466         selectable + ellipsised
10467
10468 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10469
10470         * backend/ev-document-info.h:
10471         * data/Makefile.am:
10472         * data/evince-ui.xml:
10473         * pdf/ev-poppler.cc:
10474         * shell/Makefile.am:
10475         * shell/ev-window.c: (update_action_sensitivity),
10476         (ev_window_cmd_file_properties):
10477
10478         Initial go at file properties. Patch by
10479         Emil Soleyman-Zomalan <emil@soleyman.com>.
10480         Needs love see #169583
10481
10482 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10483
10484         * ps/ps-document.c: (output):
10485         * ps/ps.c: (psscan):
10486
10487         Try to render even if psscan fails.
10488
10489 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10490
10491         * ps/ps.c: (psscan), (pscopydoc):
10492
10493         Port buffered reading code from gv
10494
10495 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10496
10497         * ps/ps-document.c: (interpreter_message), (output):
10498
10499         Do not fail on interpreter messages
10500
10501 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * backend/ev-document-misc.c:
10504         (ev_document_misc_get_thumbnail_frame):
10505
10506         Pages can be 0 x 0, dont assert on this case
10507
10508 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10509
10510         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10511         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10512
10513         Correctly manage our reference on document. Finally the reload
10514         huge leak is gone...
10515
10516 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10517
10518         * ps/ps-document.c: (ps_document_dispose):
10519
10520         Forgot to chain it to the parent. Thanks chpe.
10521
10522 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10523
10524         * ps/ps-document.c: (ps_document_dispose),
10525         (ps_document_class_init), (stop_interpreter), (document_load):
10526
10527         Cleanup dispose a bit. Dont leak the whole pixmap.
10528
10529 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10530
10531         * pdf/ev-poppler.cc:
10532
10533         Release the poppler document on dispose
10534
10535 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10536
10537         * shell/ev-view.c: (ev_view_set_document):
10538
10539         Release ref on the pixbuf cache when changing
10540         document.
10541
10542 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10543
10544         * ps/ps-document.c: (ps_document_get_info):
10545
10546         Fix a double free
10547
10548 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10549
10550         * backend/ev-page-cache.c: (ev_page_cache_init),
10551         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10552         * backend/ev-page-cache.h:
10553         * shell/ev-page-action.c: (page_changed_cb):
10554         
10555         Set page action entry width depending on labels width. Fix
10556         for bug 305202.
10557
10558 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10559
10560         * backend/ev-link.c: (ev_link_class_init):
10561
10562         Allow -1 as page value (error)
10563
10564 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10565
10566         * shell/ev-sidebar-thumbnails.c:
10567         (ev_sidebar_thumbnails_set_document):
10568         * shell/ev-view.c: (scroll_to_current_page),
10569         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10570         (page_changed_cb), (on_adjustment_value_changed),
10571         (ev_view_set_document):
10572
10573         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10574         Fix bug 305377
10575
10576 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10577
10578         * configure.ac:
10579         * djvu/djvu-document.c: (djvu_document_get_page_size):
10580
10581         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10582         bug 301993.
10583
10584 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10585
10586         * shell/ev-view.c (draw_one_page): modify the expose handling to
10587         get the shadows.
10588
10589         * shell/ev-window.c (update_action_sensitivity): Respect
10590         permissions field.  Kowtow to the man.
10591
10592         * pdf/ev-poppler.cc: Get the permissions field.
10593
10594         * tiff/*c: Make a tiny bit more robust.
10595
10596 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10597
10598         * djvu/djvu-document.c:
10599         
10600         Pop messages from djvu context message queue.
10601
10602 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10603
10604         * configure.ac, Makefile.am, shell/Makefile.am:
10605         * tiff/Makefile.am, shell/ev-document-types.c:
10606         
10607         Cleanup tiff configure checks. Fix for bug 305218.
10608
10609 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10610
10611         * configure.ac: Added "uk" to ALL_LINGUAS.
10612
10613 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10614
10615         * cut-n-paste/zoom-control/ephy-zoom.c:
10616         (ephy_zoom_get_changed_zoom_level):
10617         * cut-n-paste/zoom-control/ephy-zoom.h:
10618         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10619         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10620         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10621         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10622         (zoom_control_changed_cb), (ev_window_init):
10623         
10624         Fix minor points related to moving best fit up. Introduce
10625         "zoom" property and make zoom control change it's value on
10626         notify::zoom signals. Fix for 305080.
10627
10628 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10629
10630         * data/evince-ui.xml:
10631         * shell/ev-window.c: (set_view_actions_sensitivity):
10632         
10633         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10634
10635 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10636
10637         * configure.ac:
10638
10639         Depends on poppler 0.3.2
10640
10641 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10642
10643         * cut-n-paste/recent-files/egg-recent-item.c:
10644         (egg_recent_item_get_short_name):
10645         * cut-n-paste/toolbar-editor/Makefile.am:
10646         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10647         (new_pixbuf_from_widget):
10648         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10649         * cut-n-paste/toolbar-editor/egg-marshal.c:
10650         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10651         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10652
10653         Sync
10654
10655 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10656
10657         * tiff/tiff-document.c: Rough TIFF backend.
10658
10659 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10660
10661         * NEWS:
10662         * configure.ac:
10663         * cut-n-paste/toolbar-editor/Makefile.am:
10664
10665         Release 0.3.1
10666
10667 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10668
10669         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10670         (ev_view_find_next), (ev_view_find_previous):
10671
10672         Remove the locks around get_n_results   
10673
10674 2005-05-21  Juerg Billeter  <j@bitron.ch>
10675
10676         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10677
10678         Pass correct number of pages to poppler.
10679
10680 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10681
10682         * configure.ac:
10683         * data/Makefile.am:
10684         * data/evince.desktop.in: 
10685         * data/evince.desktop.in.in:
10686         * po/POTFILES.in:
10687         
10688         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10689
10690 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10691
10692         * shell/ev-view.c: (view_update_adjustments),
10693         (view_set_adjustment_values): cast adjustmen->value to (int)
10694         before using it.  Otherwise, we get off by a pixel in some
10695         situations.
10696
10697         (draw_one_page): Draw the border on expose.
10698
10699 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10700
10701         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10702         adjustment when the mode changes, #304923
10703
10704 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10705
10706         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10707         flickering on resize but still use gdk_window_scroll on
10708         scrolling
10709
10710 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10711
10712         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10713         option, #170458
10714
10715 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10716
10717         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10718         second page on page_changed if possible, #304669
10719
10720 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10721
10722         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10723         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10724
10725 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10726
10727         * .cvsignore:
10728         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10729         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10730         (ev_view_zoom_for_size_presentation),
10731         (ev_view_zoom_for_size_continuous_and_dual_page),
10732         (ev_view_zoom_for_size_continuous),
10733         (ev_view_zoom_for_size_dual_page),
10734         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10735         * shell/ev-view.h:
10736         * shell/ev-window.c: (update_view_size),
10737         (ev_window_sizing_mode_changed_cb):
10738
10739         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10740         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10741         an infinite loop, #304769
10742
10743
10744 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10745
10746         * data/evince-ui.xml:
10747         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10748         * shell/ev-window.c: (set_view_actions_sensitivity):
10749
10750         Make PgUp/Down behave like Space
10751
10752 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10753
10754         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10755         * backend/ev-ps-exporter.h:
10756         * pdf/ev-poppler.cc:
10757         * ps/ps-document.c: (ps_document_ps_export_begin):
10758         * shell/ev-print-job.c: (idle_print_handler):
10759
10760         Adapt to new poppler api
10761
10762 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10763
10764         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10765         (ephy_zoom_control_init):
10766
10767         Translate zoom levels
10768
10769 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10770
10771         * cut-n-paste/zoom-control/ephy-zoom.c:
10772         (ephy_zoom_get_zoom_level_index):
10773
10774         Fix current zoom -> zoom control match
10775
10776 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10777
10778         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10779         rather than the scrolled_window that it's in. Fixes bug #304655.
10780
10781 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10782
10783         * shell/ev-view.c: (view_update_adjustments),
10784         (view_set_adjustment_values), (view_update_range_and_current_page),
10785         (view_scroll_to_page), (set_scroll_adjustment),
10786         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10787         (ev_view_scroll), (ev_view_scroll_view),
10788         (ensure_rectangle_is_visible), (find_page_at_location),
10789         (get_link_at_location), (go_to_link), (status_message_from_link),
10790         (ev_view_size_request_continuous_dual_page),
10791         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10792         (ev_view_unrealize), (ev_view_expose_event),
10793         (ev_view_button_press_event), (ev_view_motion_notify_event),
10794         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10795         (draw_rubberband), (highlight_find_results), (draw_one_page),
10796         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10797         (ev_view_init), (find_changed_cb), (page_changed_cb),
10798         (on_adjustment_value_changed), (ev_view_new),
10799         (ev_view_set_document), (ev_view_set_zoom),
10800         (ev_view_set_continuous), (ev_view_set_dual_page),
10801         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10802         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10803         (ev_view_zoom_for_size_presentation),
10804         (ev_view_zoom_for_size_continuous_dual_page),
10805         (ev_view_zoom_for_size_continuous),
10806         (ev_view_zoom_for_size_dual_page),
10807         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10808         (ev_view_get_status), (ev_view_set_status),
10809         (update_find_status_message), (ev_view_get_find_status),
10810         (ev_view_set_find_status), (jump_to_find_result),
10811         (jump_to_find_page), (compute_selections), (clear_selection),
10812         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10813         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10814         (ev_view_update_primary_selection),
10815         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10816         * shell/ev-view.h:
10817         * shell/ev-window.c: (ev_window_open_page_label),
10818         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10819         (ev_window_init):
10820         * shell/ev-window.h:
10821         * shell/main.c: (load_files):
10822
10823         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10824         when resizing.  Remove the bin_window().  Also, patch from James
10825         Bowes to fix command line page, #300641
10826         
10827 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10828
10829         * data/evince-ui.xml:
10830         * shell/ev-view.c:
10831         * shell/ev-view.h:
10832         * shell/ev-window.c: (update_action_sensitivity):
10833
10834         Get rid of View->Normal Size, it's just confusing
10835
10836 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10837
10838         * backend/ev-document-info.h:
10839         * backend/ev-document.c: (ev_document_info_free): Free the
10840         EvDocumentInfo.
10841
10842         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10843         (clear_range), (add_range), (update_visible_range),
10844         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10845         (ev_sidebar_thumbnails_set_document):
10846         * shell/ev-window.c: (ev_window_setup_document): Only render the
10847         visible thumbnails.  It takes an instant to render, but it uses
10848         much less memory.
10849
10850 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10851
10852         * shell/ev-sidebar-links.c: (popup_menu_cb):
10853
10854         Select first item
10855
10856 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10857
10858         * lib/Makefile.am:
10859         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10860         (button_press_cb), (ev_sidebar_links_construct):
10861
10862         Show the popup menu also on keybindings
10863
10864 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10865
10866         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10867         * shell/ev-window.h:
10868
10869         Expose api to print a range (with dialog). Make private _print use
10870         it.
10871
10872         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10873         (ev_sidebar_links_construct):
10874
10875         Show a print context menu on linkx, it prints the selected
10876         section.
10877
10878 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10879
10880         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10881         button.
10882
10883 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10884
10885         * AUTHORS:
10886
10887         Update
10888
10889         * shell/ev-window.c: (build_comments_string),
10890         (ev_window_cmd_help_about):
10891
10892         Show poppler version/backend and authors
10893
10894 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10895
10896         * cut-n-paste/zoom-control/ephy-zoom.c:
10897         (ephy_zoom_get_zoom_level_index):
10898         * cut-n-paste/zoom-control/ephy-zoom.h:
10899
10900         Move the best fit items at the top of the list
10901
10902 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10903
10904         * shell/ev-marshal.list:
10905         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10906         (activate_cb), (match_selected_cb), (activate_link_cb),
10907         (connect_proxy), (ev_page_action_class_init):
10908         * shell/ev-page-action.h:
10909
10910         Use signals to notify action activation. Hopefully
10911         I did not break completion since I cant test...
10912
10913         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10914         (register_custom_actions):
10915
10916         Connect to page selector actions and also grab focus on
10917         the view when activated.
10918
10919 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10920
10921         * pdf/ev-poppler.cc:
10922         * backend/ev-page-cache.c: make page size calculation consistent
10923         and set it to (int)( width * scale + 0.5).  This makes the weird
10924         line going through the middle of the page go away.
10925
10926         * shell/ev-view.c: move painting the background page after
10927         checking the expose area covers us.
10928
10929 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10930
10931         * data/evince-password.glade:
10932         
10933         Mark labels as not translatable. Fix for bug 302842.
10934
10935 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10936
10937         * configure.ac: Added "es" to ALL_LINGUAS.
10938
10939 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10940
10941         * data/evince-toolbar.xml:
10942         * shell/ev-window.c: (update_action_sensitivity),
10943         (ev_window_setup_document), (ev_window_set_page_mode),
10944         (ev_window_init):
10945
10946         Remove some leftover code from jrb first continous
10947         attempt. Use the new actions, we still need good icons
10948         though...
10949
10950 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10951
10952         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10953
10954         Update label when connecting proxy. Fix a warning with NULL
10955         page_cache.
10956
10957 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10958
10959         * data/evince-ui.xml:
10960         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10961         * shell/ev-page-action.h:
10962         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10963
10964         Add mnemonic for edit toolbar.
10965         ctrl+l focus the page entry.
10966
10967 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10968
10969         * lib/Makefile.am:
10970         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10971         (ev_window_init):
10972         * shell/main.c: (main):
10973
10974         Put the toolbar xml in evince own dot dir
10975
10976 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10977
10978         * shell/ev-window.c: (ev_window_init):
10979
10980         Make the toolbar not removable
10981
10982 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10983
10984         * data/evince-ui.xml:
10985         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10986         * shell/ev-sidebar-links.h:
10987         * shell/ev-sidebar-thumbnails.c:
10988         (ev_sidebar_thumbnails_get_treeview):
10989         * shell/ev-sidebar-thumbnails.h:
10990         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10991         (ev_view_class_init):
10992         * shell/ev-view.h:
10993         * shell/ev-window.c: (update_action_sensitivity),
10994         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10995         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10996         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10997         (ev_window_init):
10998
10999         This is evil... Make space/backspace global accelerators but
11000         enable them only for some widgets (sidebars and view).
11001         I dont like it, but I dont know a better way... :/
11002
11003 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11004
11005         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11006         (ev_page_action_widget_finalize),
11007         (ev_page_action_widget_class_init), (update_page_cache):
11008
11009         Keep a weak reference on proxy->page_cache so that we
11010         dont try to disconnect the signal if the object is already
11011         gone. Maybe there is a better way to cleanup reference handling
11012         in page action though...
11013
11014 2005-05-10  Juerg Billeter  <j@bitron.ch>
11015
11016         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11017         * backend/ev-ps-exporter.h:
11018         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11019         * ps/ps-document.c: (ps_document_ps_export_begin):
11020         
11021         Change api to pass print range to ps_exporter_begin. The pdf backend
11022         requires this information.
11023         
11024         * shell/ev-print-job.c: (idle_print_handler):
11025         
11026         Adapt to api change
11027
11028 2005-05-10  Juerg Billeter  <j@bitron.ch>
11029
11030         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11031         (idle_print_handler)
11032         * shell/ev-window.c: (ev_window_print):
11033
11034         Support printing page range, based on patch by Amaury Jacquot
11035
11036 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11037
11038         * data/evince-toolbar.xml:
11039
11040         Add zoom control to available items
11041
11042 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11043
11044         * shell/ev-window.c: (update_action_sensitivity):
11045
11046         Set slash action insensitive when appropriate
11047
11048 2005-05-10  Christian Persch <chpe@gnome.org>
11049
11050         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11051
11052         Fix warning on the overflow menu
11053
11054 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11055
11056         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11057
11058         Check for uri correctness/existence
11059
11060 2005-05-09  Juerg Billeter  <j@bitron.ch>
11061
11062         * shell/ev-window.c: (using_postscript_printer):
11063
11064         LPD printers use postscript, too
11065
11066 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11067
11068         * shell/ev-window.c: (register_custom_actions):
11069
11070         The zoom one is actually sort of useful,
11071         put it back
11072
11073 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11074
11075         * shell/ev-window.c: (register_custom_actions):
11076
11077         Hide page/zoom controls from overflow, they
11078         are useless.
11079
11080 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11081
11082         * cut-n-paste/update-from-egg.sh:
11083         
11084         Share it between all cut-n-paste subdirs
11085
11086         * cut-n-paste/recent-files/Makefile.am:
11087
11088         Fix to use "global" update-from-egg.sh
11089
11090         * cut-n-paste/recent-files/egg-recent-model.c:
11091         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11092         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11093         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11094         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11095
11096         Update from libegg
11097
11098         * cut-n-paste/toolbar-editor/Makefile.am:
11099
11100         Fix to use "global" update-from-egg.sh
11101
11102         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11103
11104         Update from libegg
11105
11106 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11107
11108         * configure.ac:
11109         * cut-n-paste/Makefile.am:
11110         * cut-n-paste/recent-files/Makefile.am:
11111         * cut-n-paste/toolbar-editor/.cvsignore:
11112         * cut-n-paste/toolbar-editor/Makefile.am:
11113         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11114         (egg_editable_toolbar_get_type), (get_toolbar_position),
11115         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11116         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11117         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11118         (set_item_drag_source), (create_item_from_action), (create_item),
11119         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11120         (popup_toolbar_context_menu_cb), (free_dragged_item),
11121         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11122         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11123         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11124         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11125         (item_added_cb), (item_removed_cb),
11126         (egg_editable_toolbar_construct),
11127         (egg_editable_toolbar_disconnect_model),
11128         (egg_editable_toolbar_deconstruct),
11129         (egg_editable_toolbar_set_model),
11130         (egg_editable_toolbar_set_ui_manager),
11131         (egg_editable_toolbar_set_property),
11132         (egg_editable_toolbar_get_property),
11133         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11134         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11135         (egg_editable_toolbar_new_with_model),
11136         (egg_editable_toolbar_get_edit_mode),
11137         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11138         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11139         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11140         (new_pixbuf_from_widget), (new_separator_pixbuf),
11141         (update_separator_image), (style_set_cb),
11142         (_egg_editable_toolbar_new_separator_image),
11143         (egg_editable_toolbar_get_model):
11144         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11145         * cut-n-paste/toolbar-editor/egg-marshal.c:
11146         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11147         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11148         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11149         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11150         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11151         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11152         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11153         (editor_drag_data_delete_cb), (drag_data_get_cb),
11154         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11155         (editor_create_item), (update_editor_sheet), (setup_editor),
11156         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11157         (parse_item_list), (model_has_action), (update_actions_list),
11158         (egg_toolbar_editor_load_actions):
11159         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11160         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11161         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11162         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11163         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11164         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11165         (egg_toolbars_model_add_separator), (impl_add_item),
11166         (parse_item_list), (egg_toolbars_model_add_toolbar),
11167         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11168         (impl_get_item_data), (impl_get_item_type),
11169         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11170         (egg_toolbars_model_init), (free_toolbar),
11171         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11172         (egg_toolbars_model_remove_toolbar),
11173         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11174         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11175         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11176         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11177         (egg_toolbars_model_get_item_data),
11178         (egg_toolbars_model_get_item_type):
11179         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11180         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11181         * data/Makefile.am:
11182         * data/evince-toolbar.xml:
11183         * data/evince-ui.xml:
11184         * data/hand-open.png:
11185         * po/POTFILES.in:
11186         * shell/Makefile.am:
11187         * shell/ev-window.c: (update_chrome_visibility),
11188         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11189         (ev_window_dispose), (ev_window_init):
11190
11191         Implement epiphany like toolbar editor. Based on patch by
11192         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11193
11194 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11195
11196         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11197
11198         Use set_cursor instead of set_selection, so that
11199         the keyboard focus moves too.
11200
11201 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11202
11203         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11204
11205         Fix infinite loop when loading Type1 fonts
11206
11207 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11208
11209         * data/evince-ui.xml:
11210         * shell/ev-window.c:
11211
11212         Slash -> Find
11213
11214 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11215
11216         * configure.ac:
11217
11218         Make --disable really disable
11219
11220 2005-05-07  Juerg Billeter  <j@bitron.ch>
11221
11222         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11223
11224         Compare page labels even without has_labels set, fixes setting page
11225         with entry
11226
11227 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11228
11229         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11230         (ev_view_set_cursor), (ev_view_button_press_event),
11231         (ev_view_motion_notify_event), (ev_view_button_release_event),
11232         (ev_view_init):
11233
11234         Implement middle button scrolling. Based on a patch
11235         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11236
11237 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11238
11239         * shell/ev-document-types.c: (get_slow_mime_type),
11240         (get_document_type_from_mime), (ev_document_type_lookup):
11241         * shell/ev-document-types.h:
11242
11243         Change api to lookup from uri. Do fast lookup first, if the
11244         type is unknown try with data sniffing.
11245
11246         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11247         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11248
11249         Adapt to api change
11250
11251 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11252
11253         * thumbnailer/Makefile.am:
11254
11255         Fix distcheck
11256
11257 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11258
11259         * NEWS:
11260         * configure.ac:
11261
11262         Release 0.3.0
11263
11264         * data/evince-ui.xml:
11265
11266         Hide presentation mode for now
11267
11268         * shell/ev-view.c: (highlight_find_results):
11269
11270         Show current find selection only on current page
11271
11272 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11273
11274         * shell/ev-view.c: (ev_view_select_all):
11275
11276         Compute size of the actual page, not of
11277         the current one.
11278
11279 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11280
11281         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11282         (view_rect_to_doc_rect), (compute_selections),
11283         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11284         (ev_view_copy), (ev_view_primary_get_cb),
11285         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11286         (ev_view_button_press_event), (ev_view_motion_notify_event),
11287         (ev_view_button_release_event), (page_changed_cb):
11288
11289         Fix text selection
11290
11291 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11292
11293         * shell/ev-view.c: (compute_border), (get_page_extents),
11294         (doc_rect_to_view_rect), (highlight_find_results),
11295         (ev_view_bin_expose), (ev_view_select_all),
11296         (ev_view_motion_notify_event), (update_find_status_message),
11297         (jump_to_find_result), (jump_to_find_page):
11298
11299         First go at fixing search, still buggy
11300
11301 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11302
11303         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11304         dropdown box and button at the top of the sidebar.
11305
11306 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11307
11308         * configure.ac: Output zoom-control Makefile.
11309         * cut-n-paste/Makefile.am: build zoom-control subdir.
11310         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11311         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11312         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11313         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11314         * cut-n-paste/zoom-control/ephy-zoom.c:
11315         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11316         from epiphany, and modified to add a separator into the menu.
11317         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11318         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11319         zoom-control action.
11320         * shell/Makefile.am: Include zoom-control flags.
11321         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11322         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11323         (ev_view_zoom_for_size_presentation),
11324         (ev_view_zoom_for_size_continuous_and_dual_page),
11325         (ev_view_zoom_for_size_continuous),
11326         (ev_view_zoom_for_size_dual_page),
11327         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11328         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11329         ev_view_get_zoom and ev_view_get_sizing_mode.
11330         * shell/ev-view.h:
11331         * shell/ev-window.c: (update_action_sensitivity),
11332         (update_sizing_buttons), (zoom_control_changed_cb),
11333         (register_custom_actions): Initialize and use the zoom-control 
11334         widget.
11335
11336 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11337
11338         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11339         preview cache back to 1.  Don't know when it got set to 0.
11340         
11341         * shell/ev-view.c: (compute_border), (ev_view_realize),
11342         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11343         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11344         (ev_view_get_fullscreen), (ev_view_set_presentation),
11345         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11346         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11347         * shell/ev-view.h:
11348         * shell/ev-window.c:
11349         (update_chrome_visibility),
11350         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11351         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11352         (update_document_mode), (ev_window_update_fullscreen_action),
11353         (ev_window_fullscreen), (ev_window_unfullscreen),
11354         (ev_window_cmd_view_fullscreen),
11355         (ev_window_update_presentation_action),
11356         (ev_window_run_presentation), (ev_window_stop_presentation),
11357         (ev_window_cmd_view_presentation), (ev_window_state_event),
11358         (ev_window_focus_in_event), (ev_window_focus_out_event),
11359         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11360         * data/evince-ui.xml: Initial presentation mode.  We should
11361         probably hide this until it's done, as it's quite rough.  Also,
11362         change full-screen to fullscreen and add two getters to EvView.
11363
11364 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11365
11366         * shell/ev-page-action.c: (update_page_cache),
11367         (ev_page_action_dispose):
11368         * shell/ev-window.c: (destroy_fullscreen_popup),
11369         (ev_window_create_fullscreen_popup):
11370
11371         Use connect_object rather than explicitly
11372         disconnect on dispose.
11373
11374 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11375
11376         * shell/ev-page-action.c: (update_page_cache),
11377         (ev_page_action_dispose):
11378
11379 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11380
11381         * backend/ev-page-cache.c: (_ev_page_cache_new),
11382         (ev_page_cache_set_page_label),
11383         (ev_page_cache_has_nonnumeric_page_labels):
11384         * backend/ev-page-cache.h:
11385         * shell/ev-page-action.c: (update_pages_label):
11386         
11387         If all page labels are numeric, fallback to default
11388         way to display number of pages. See bug 173185.
11389
11390 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11391
11392         * shell/ev-page-action.c: (ev_page_action_dispose):
11393         * shell/ev-view.c: (view_update_range_and_current_page):
11394         * shell/ev-window.c: (ev_window_dispose):
11395         
11396         Set page on scroll in continuous mode. Fixes bug 301986.
11397         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11398
11399 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11400
11401         * configure.ac:
11402
11403         Require poppler 0.3.0
11404
11405 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11406         
11407         * shell/Makefile.am, configure.ac: Fix build problems
11408         with t1lib. Bug 301996.
11409
11410 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11411
11412         * shell/ev-view.c: (ev_view_scroll_event):
11413         
11414         Scroll up increase zoom
11415
11416 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11417
11418         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11419         (ev_view_set_sizing_mode),
11420         (ev_view_zoom_for_size_continuous_and_dual_page),
11421         (ev_view_zoom_for_size_continuous):
11422         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11423         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11424         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11425         (ev_window_init):
11426
11427         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11428         Fix for 165473 and 165472.
11429
11430 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11431
11432         * po/POTFILES.in:
11433         * thumbnailer/Makefile.am:
11434         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11435         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11436         * thumbnailer/evince-thumbnailer.schemas.in:
11437         
11438         Make thumbnailer schemas translatable. Fix for bug 301773
11439         
11440         * thumbnailer/evince-thumbnailer-djvu.schemas:
11441         * thumbnailer/evince-thumbnailer-dvi.schemas:
11442         * thumbnailer/evince-thumbnailer.schemas:
11443
11444         Removed files
11445
11446 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11447
11448         * shell/ev-view.c (ev_view_init): forgot to set this.
11449
11450 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11451
11452         * shell/ev-view.c: (find_page_at_location),
11453         (get_link_at_location),
11454         (ev_view_set_show_border), (ev_view_set_spacing),
11455         (ev_view_zoom_for_size_continuous_and_dual_page),
11456         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11457         Also, add a quick fix measuring of widths.  Also, removed
11458         ev_view_set_spacing and ev_view_set_show_border.
11459         
11460         * shell/ev-window.c: (ev_window_unfullscreen),
11461         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11462
11463 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11464
11465         * shell/ev-view.c: (view_update_range_and_current_page),
11466         (page_changed_cb):
11467         
11468         Fix crash on exit and scrolling to page in continuous view.
11469
11470 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11471
11472         * TODO:
11473         * backend/ev-page-cache.c: (_ev_page_cache_new),
11474         (ev_page_cache_get_max_width_size),
11475         (ev_page_cache_get_max_height_size):
11476         * backend/ev-page-cache.h:
11477         * data/evince-ui.xml:
11478         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11479         * shell/ev-view.c: (view_update_adjustments),
11480         (view_update_range_and_current_page), (get_bounding_box_size),
11481         (ev_view_size_request_continuous_and_dual_page),
11482         (ev_view_size_request_continuous),
11483         (ev_view_size_request_dual_page),
11484         (ev_view_size_request_single_page), (ev_view_size_request),
11485         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11486         (ev_view_bin_expose), (ev_view_expose_event),
11487         (ev_view_set_property), (ev_view_get_property),
11488         (ev_view_class_init), (ev_view_init), (ev_view_new),
11489         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11490         (ev_view_set_dual_page), (ev_view_set_full_screen),
11491         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11492         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11493         (ev_view_zoom_out), (zoom_for_size_fit_width),
11494         (zoom_for_size_best_fit),
11495         (ev_view_zoom_for_size_continuous_and_dual_page),
11496         (ev_view_zoom_for_size_continuous),
11497         (ev_view_zoom_for_size_dual_page),
11498         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11499         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11500         * shell/ev-view.h:
11501         * shell/ev-window.c: (update_action_sensitivity),
11502         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11503         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11504         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11505         (ev_window_cmd_view_zoom_out), (update_view_size),
11506         (ev_window_set_sizing_mode), (ev_window_init):
11507
11508         Add Continuous and Dual page modes.
11509
11510 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11511
11512         * dvi/dvi-document.c: (dvi_document_load),
11513         (dvi_document_thumbnails_get_thumbnail),
11514         (dvi_document_init_params): Fix up some mixups between
11515         width and height to correct thumbnail rendering.
11516
11517 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11518
11519         * dvi/mdvi-lib/private.h:
11520         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11521         
11522         Suppess output for kpathsea during font generation. Thanks to
11523         James Bowes
11524
11525 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11526
11527         * NEWS:
11528         * configure.ac:
11529
11530         Release 0.2.1
11531
11532         * Makefile.am: fix distcheck.
11533
11534 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11535
11536         * shell/ev-sidebar-links.c: (selection_changed_callback),
11537         (update_page_callback), (row_activated_callback),
11538         (job_finished_callback), (ev_sidebar_links_set_document):
11539         
11540         Fix for bug #169901. Double click on links expands tree.
11541
11542 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11543
11544         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11545         hard-coded style. Fix for bug 170111
11546
11547 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11548
11549         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11550         locking.
11551
11552 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11553
11554         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11555
11556 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11557
11558         * pdf/ev-poppler.cc:
11559         * shell/ev-view.c: (highlight_find_results):
11560
11561         Fix find on single page documents
11562
11563 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11564
11565         * data/evince.schemas.in: fix for bug 301390
11566
11567 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11568
11569         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11570         (ev_view_zoom_out), (ev_view_zoom_normal):
11571         * shell/ev-view.h:
11572         * shell/ev-window.c: (update_action_sensitivity),
11573         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11574         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11575         (ev_window_cmd_view_normal_size):
11576
11577         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11578         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11579         better than oom. 
11580
11581 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11582
11583         * configure.ac:
11584
11585         Depend on 2.57, 2.59 doesnt seem to be necessary
11586
11587 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11588
11589         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11590         (create_tool_item):
11591
11592         Put back total number of pages as (1 of 1234)
11593
11594 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11595
11596         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11597         remove the job.
11598
11599         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11600         function.  This helps debugging.
11601
11602 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11603
11604         * djvu/djvu-document.c: (djvu_document_class_init),
11605         (djvu_document_get_info), (djvu_document_document_iface_init):
11606         * dvi/dvi-document.c: (dvi_document_class_init),
11607         (dvi_document_get_info), (dvi_document_document_iface_init):
11608
11609         Dummy implementation of get_info method for dvi and
11610         djvu. Fix crashes with those backends
11611
11612 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11613
11614         * data/evince.desktop.in:
11615
11616         Add application/x-gzpostscript
11617
11618 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11619
11620         * data/evince.schemas.in: Added real long descriptions, 
11621         closes bug 172496 
11622
11623         * README: Added actual text, closes bug 171869
11624
11625 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11626
11627         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11628
11629         Thumbnail page 0
11630
11631 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11632
11633         * backend/ev-document-info.h:
11634
11635         s/GDate */GDate so we can just use g_free
11636
11637 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11638
11639         * shell/ev-window.c: (update_document_mode),
11640         (ev_window_setup_document):
11641
11642         Show the window in fullscreen when specified by
11643         the document
11644
11645 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11646
11647         * backend/ev-document.c: (ev_document_class_init),
11648         (ev_document_get_info), (ev_document_render_pixbuf):
11649         * backend/ev-document.h:
11650         * backend/ev-page-cache.c: (_ev_page_cache_new):
11651         * pdf/ev-poppler.cc:
11652         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11653         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11654         * ps/ps-document.c: (ps_document_class_init), (document_load),
11655         (ps_document_get_info), (ps_document_document_iface_init):
11656
11657         Remove get_title from the interface, we can just use document info
11658
11659 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11660
11661         * backend/Makefile.am:
11662         * backend/ev-document.c: (ev_document_render_get_info):
11663         * backend/ev-document.h:
11664         * pdf/ev-poppler.cc:
11665
11666         Initial support for document info. Based on jrb patch.
11667
11668 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11669
11670         * shell/ev-window.c: (ev_window_state_event),
11671         (ev_window_class_init), (ev_window_init):
11672         
11673         Doesn't show resize grip when maximized. See bug #301053
11674
11675 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11676
11677         * po/POTFILES.in:
11678         
11679         ev-sidebar-thumbnails now has translatable labels
11680         
11681         * shell/Makefile.am:
11682         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11683         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11684         (ev_sidebar_links_page_iface_init):
11685         * shell/ev-sidebar-links.h:
11686         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11687         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11688         (ev_sidebar_page_get_label):
11689         * shell/ev-sidebar-page.h:
11690         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11691         (ev_sidebar_thumbnails_set_document),
11692         (ev_sidebar_thumbnails_support_document),
11693         (ev_sidebar_thumbnails_get_label),
11694         (ev_sidebar_thumbnails_page_iface_init):
11695         * shell/ev-sidebar-thumbnails.h:
11696         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11697         (ev_sidebar_set_document):
11698         * shell/ev-sidebar.h:
11699         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11700         
11701         Small rework of sidebar code. Now sidebar pages should implement
11702         EvSidebarPage interface. That makes page management in EvSidebar
11703         easier. See bug #164811 for details
11704
11705 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11706
11707         * shell/ev-application.c: (ev_application_open):
11708         * shell/ev-document-types.c:
11709         
11710         Fix build error and small problem with application exit
11711
11712 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11713
11714         * thumbnailer/Makefile.am:
11715         * thumbnailer/evince-thumbnailer-djvu.schemas:
11716         * thumbnailer/evince-thumbnailer-dvi.schemas:
11717         
11718         Conditionally install schemas for djvu/dvi thumbnailer
11719
11720 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11721
11722         * shell/ev-document-types.h: 
11723         * shell/ev-document-types.c: 
11724         New files, handling the mapping from mimetypes to backends
11725         
11726         * shell/ev-window.c: 
11727         * thumbnailer/evince-thumbnailer.c:     
11728         Use the ev-document-types code
11729         
11730         * shell/Makefile.am: 
11731         Added new convenience library libevbackendfactory_la, containing
11732         the new mimetype->backend logic; moved the backends into it.
11733
11734         * thumbnailer/Makefile.am:
11735         Make the thumbnailer link with the libevbackend.la convenience
11736         library, rather than having a duplicate of the backend logic here.
11737
11738 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11739
11740         * shell/ev-stock-icons.c: constify some vars.
11741         * shell/ev-window.c: ditto.
11742
11743 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11744
11745         * ps/ps-document.c (get_page_orientation):
11746
11747         Respect document orientation 
11748
11749 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11750
11751         * djvu/Makefile.am:
11752         * dvi/Makefile.am:
11753         * shell/Makefile.am:
11754         
11755         Move library dependencies to components.
11756         
11757         * shell/ev-window.c: (update_window_title),
11758         (start_loading_document):
11759         
11760         Fix display of uris with spaces. Bug 168358.
11761
11762 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11763
11764         * shell/ev-sidebar-links.c: (selection_changed_cb):
11765         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11766         (ev_view_button_release_event), (ev_view_set_document):
11767         * shell/ev-view.h:
11768         * shell/ev-window.c: (find_bar_search_changed_cb):
11769         * shell/ev-window.h: Minor cleanups removing some dead code.
11770
11771 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11772
11773         * backend/ev-page-cache.c: (_ev_page_cache_new):
11774         
11775         Set current page to 0 if document has pages.
11776
11777 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11778
11779         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11780
11781         Initialize GError to NULL, fix a crash when loading fails.
11782
11783 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11784
11785         * shell/ev-window.c: (update_view_size):
11786
11787         Calculate shadow size only when there is actually
11788         a shadow.
11789
11790 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11791
11792         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11793         * shell/ev-view.h:
11794
11795         Allow setting view spacing, default to 0
11796
11797         * shell/ev-window.c: (ev_window_unfullscreen),
11798         (ev_window_cmd_view_fullscreen), (ev_window_init):
11799
11800         Remove spacing in fullscreen mode
11801
11802 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11803
11804         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11805         (ev_view_size_request), (expose_bin_window),
11806         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11807         * shell/ev-view.h:
11808         * shell/ev-window.c: (ev_window_unfullscreen),
11809         (ev_window_cmd_view_fullscreen):
11810
11811         Do not draw the border in fulscreen
11812
11813 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11814
11815         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11816         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11817         (find_page_at_location), (page_changed_cb):
11818
11819         Rework border calculation, so that I can more easily disable it.
11820         Code somewhat cleaner too.
11821
11822 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11823
11824         * backend/ev-page-cache.c: (ev_page_cache_init),
11825         (_ev_page_cache_new):
11826
11827         Remove some assertions, documents can have 0 pages.
11828         Make initial current page -1.
11829
11830         * shell/ev-page-action.c: (page_changed_cb):
11831
11832         Show "" if current page is -1
11833
11834         * shell/ev-window.c: (update_action_sensitivity),
11835         (ev_window_setup_document):
11836
11837         When document has 0 pages do not set the view
11838         and make nearly everything insensitive.
11839
11840 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11841
11842         * shell/ev-page-view.c:
11843         * shell/ev-page-view.h:
11844
11845         Remove unused files.
11846         
11847         * shell/ev-sidebar-thumbnails.c:
11848         (ev_sidebar_thumbnails_set_document):
11849         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11850         (ev_sidebar_supports_document):
11851         * shell/ev-sidebar.h:
11852         * shell/ev-window.c: (ev_window_setup_document):
11853         
11854         Doesn't show thumbnails if document has 1 page. Make
11855         sidebar menu entries sensitive only if if they have 
11856         sense. Fix bug 164811. 
11857
11858 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11859
11860         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11861         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11862         (ev_view_zoom_out), (ev_view_set_size):
11863
11864         Rework sizing to deal with documents with not uniform page
11865         size.
11866
11867 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11868
11869         * backend/ev-page-cache.c: (_ev_page_cache_new):
11870
11871         Fix several page size caching bugs
11872
11873 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11874
11875         * shell/ev-window.c: (set_action_properties):
11876
11877         Make all toolbar items translatable
11878
11879 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11880
11881         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11882         (save_page_list), (ps_document_save),
11883         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11884         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11885         (ps_document_ps_exporter_iface_init):
11886         * ps/ps-document.h:
11887
11888         Based on a patch by J�rg Billeter <j@bitron.ch>
11889         
11890         Implement print and save a copy for the ps backend.
11891
11892 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11893
11894         * backend/ev-document.h:
11895         * djvu/djvu-document.c: (djvu_document_can_get_text),
11896         (djvu_document_document_iface_init):
11897         * dvi/dvi-document.c: (dvi_document_can_get_text),
11898         (dvi_document_document_iface_init):
11899         * pdf/ev-poppler.cc:
11900         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11901         (pixbuf_document_document_iface_init):
11902         * ps/ps-document.c: (ps_document_can_get_text),
11903         (ps_document_document_iface_init):
11904         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11905         * shell/ev-window.c: (update_action_sensitivity):
11906
11907         Fix the crash when trying to copy in backends that doesnt
11908         support it. We can implement a better solution once we
11909         do real text selection.
11910
11911 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11912
11913         * data/evince-ui.xml:
11914         * shell/ev-window.c: (ev_window_cmd_escape):
11915         
11916         Work around the Escape conflict (find bar and unfullscreen)
11917
11918 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11919
11920         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11921         
11922         Fix for #300233. Next page correctly handles document end.
11923         
11924         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11925         (ev_sidebar_thumbnails_class_init),
11926         (ev_sidebar_thumbnails_set_document),
11927         (ev_sidebar_thumbnails_clear_job),
11928         (ev_sidebar_thumbnails_clear_model):
11929         
11930         Cleanup thumbnail jobs on document changes.
11931         
11932         * shell/ev-view.c: (add_scroll_binding_keypad),
11933         (add_scroll_binding_shifted), (ev_view_class_init):
11934         
11935         Shift + Space scrolls up. Fix for #173184
11936         
11937         * shell/ev-window.c: (ev_window_open_page),
11938         (ev_window_cmd_view_reload):
11939         
11940         Fix reload (Bug #300094)
11941
11942 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11943
11944         
11945         * dvi/mdvi-lib/assoc.c:
11946         * dvi/mdvi-lib/assoc.h: Removed garbage files
11947         
11948         * dvi/mdvi-lib/bitmap.c:
11949         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11950         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11951         * dvi/mdvi-lib/color.h: Antialias of rules
11952         
11953         * dvi/mdvi-lib/common.h:
11954         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11955         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11956         * dvi/mdvi-lib/files.c:
11957         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11958         * dvi/mdvi-lib/mdvi.h:
11959         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11960         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11961         * dvi/mdvi-lib/util.c: Fix compile warnings
11962         
11963         * dvi/dvi-document.c:
11964         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11965         (dvi_document_thumbnails_get_thumbnail),
11966         (dvi_document_document_thumbnails_iface_init):
11967         * dvi/mdvi-lib/Makefile.am:
11968         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11969         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11970         
11971         Dvi backend now renders thumbnails
11972
11973 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11974
11975         * shell/main.c: (main): 
11976         
11977         Save accelerators on exit. Fixes bug #172095.
11978
11979 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11980
11981         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11982         update priority" comment.
11983
11984         * backend/ev-job-queue.c: Give a way to change priority.
11985
11986 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11987
11988         * shell/ev-page-action.c: Fix logic.
11989
11990 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11991
11992         * shell/ev-view.c: (ev_view_can_find_next):
11993         * shell/ev-window.c: (ev_window_setup_document):
11994
11995         Check that the document supports find
11996
11997 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11998
11999         * data/evince-ui.xml:
12000         * shell/ev-view.c: (ev_view_can_find_next):
12001         * shell/ev-view.h:
12002         * shell/ev-window.c: (update_action_sensitivity),
12003         (find_changed_cb), (ev_window_setup_document),
12004         (ev_window_cmd_edit_find_next):
12005
12006         Add Edit->Find Next
12007
12008 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12009
12010         * pdf/ev-poppler.cc:
12011         * shell/ev-print-job.c: (idle_print_handler):
12012
12013         Make printing work again
12014
12015 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12016
12017         * shell/ev-page-action.h:
12018         * shell/ev-page-action.c: (ev_page_action_widget_init),
12019         (ev_page_action_widget_class_init), (page_changed_cb),
12020         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12021         (get_filter_model_from_model), (match_selected_cb),
12022         (display_completion_text), (match_completion), (update_model),
12023         (connect_proxy), (ev_page_action_set_property),
12024         (ev_page_action_get_property), (ev_page_action_set_document),
12025         (ev_page_action_set_model), (ev_page_action_class_init): Big
12026         reworking to make completions work iff we have >= GTK-2.7.0
12027                 
12028         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12029         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12030         (job_finished_cb): We now have a 'model' property that is set when
12031         the links are loaded.  This can be caught with "notify::model"
12032
12033         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12034         listen for the model to be set, and propagate it to the action.
12035
12036 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12037
12038         * cut-n-paste/recent-files/egg-recent-item.c:
12039         (egg_recent_item_set_uri), (make_valid_utf8),
12040         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12041         * cut-n-paste/recent-files/egg-recent-item.h:
12042         
12043         Update egg-recent from libegg. This should fix long
12044         startup problem. For details see
12045         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12046
12047 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12048
12049         * cut-n-paste/recent-files/Makefile.am:
12050         * data/evince-ui.xml, shell/Makefile.am:
12051         * shell/ev-application.c, shell/ev-application.h:
12052         * shell/ev-window.c: Recent files support.
12053         
12054         * configure.ac: Added "ru" to ALL_LINGUAS.
12055         
12056         * dvju: new backend to support DJVU files.
12057         * dvi: new backend to support DVI.
12058
12059         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12060         * ev-application.c: Support for new backends.
12061         
12062         * help, ev-window.c, main.c shell/Makefile.am: 
12063         Evince user documentation.
12064
12065 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12066
12067         * po/POTFILES.in:
12068         * shell/ev-window.c:
12069         * thumbnailer/evince-thumbnailer.c:
12070
12071         s/pdf-document/ev-poppler
12072
12073 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12074
12075         * NEWS:
12076         * configure.ac:
12077
12078         Release 0.2.0
12079
12080         * ps/ps-document.c: (setup_pixmap):
12081
12082         Remove debug code
12083
12084 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12085
12086         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12087         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12088         (ev_window_cmd_go_first_page): Fix of by one errors.
12089
12090 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12091
12092         * ps/ps-document.c: (get_page_box):
12093
12094         Fix page size calculation
12095
12096 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12097
12098         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12099         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12100         (get_page_orientation), (setup_page), (document_load),
12101         (ps_document_get_page_size), (render_pixbuf_idle):
12102         * ps/ps-document.h:
12103
12104         More refactoring to adapt to EvDocument changes
12105
12106 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12107
12108         * ps/ps-document.c: (start_interpreter):
12109
12110         Actually add alpha args
12111
12112 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12113
12114         * pdf/ev-poppler.cc:
12115
12116         Make clipboard work again
12117
12118 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12119
12120         Make searching work again.
12121         
12122         * backend/ev-document.c:
12123         * backend/ev-document.h:
12124         * backend/ev-document-find.c:
12125         * backend/ev-document-find.h: Change EvDocumentIface so we no
12126         longer store the current page or zoom level in the document.  The
12127         consequence is that all calls that operate on the current page now
12128         instead take the page number as an extra argument, and all
12129         coordinates are now doubles in document coordinate system.
12130
12131         * pdf/ev-poppler.cc:
12132         * pixbuf/pixbuf-document.c:
12133         * ps/ps-document.c: Update backends accordingly.
12134
12135 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12136
12137         * autogen.sh:
12138
12139         Add required gettext version
12140
12141 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12142
12143         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12144         make F1 bring up non-existent help.
12145
12146         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12147         epiphany's find bar, #167477
12148
12149         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12150         <emil@nishra.com> to add space-bar scrolling, 
12151
12152         * shell/ev-window.c (static GtkActionEntry entries): add default
12153         keybinding for Help (F1)
12154         Fixes #171068
12155
12156         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12157         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12158         170110
12159
12160 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12161
12162         * Makefile.am: 
12163         * pixbuf/pixbuf-document.c: 
12164
12165         Got pixbuf backend working again
12166
12167 2005-04-01  Steve Murphy  <murf@e-tools.com>
12168
12169         * configure.in: Added "rw" to ALL_LINGUAS.
12170
12171 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12172
12173         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12174         model types, noticed by Martin Kretzschmar.
12175
12176 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12177
12178         * pdf/ev-poppler.cc: Implement search based on
12179         poppler_page_find_text().  Currently a bit crude since we remember
12180         all matches from all pages.  Also, we grab the big document lock
12181         when we search since searching changes the underlying stream and
12182         thus conflicts with the rendering thread.
12183         
12184         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12185         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12186         (ev_view_find_previous): Fix some page indexes to be 0 based,
12187         offset rubber band by view offset,
12188
12189 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12190
12191         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12192
12193 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12194
12195         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12196         completely because I didn't understand GtkActions.  I should
12197         read Marco's code more carefully in the future.
12198
12199         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12200         function
12201
12202 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12203
12204         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12205         PopplerRectangle change from poppler CVS.
12206
12207 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12208
12209         * backend/ev-document.c: (ev_document_get_page_label):
12210         * backend/ev-document.h:
12211         * backend/ev-page-cache.c: (_ev_page_cache_new),
12212         (ev_page_cache_get_page_label):
12213         * backend/ev-page-cache.h:
12214         * pdf/ev-poppler.cc:
12215         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12216         (links_page_num_func):
12217         * shell/ev-sidebar-thumbnails.c:
12218         (ev_sidebar_thumbnails_set_document):
12219         * shell/ev-view.c: (status_message_from_link),
12220         (ev_view_motion_notify_event):
12221         * shell/ev-window.c: (document_supports_sidebar): Add in page
12222         label support.  It's not perfect yet, but it's the first 'feature'
12223         in a while.
12224         Also, fix a bogus comment noticed by crispin. 
12225
12226 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12227
12228         * Makefile.am: Remove pixbuf backend for now
12229
12230         * configure.ac: Require poppler-glib instead of just poppler.
12231
12232         * backend/ev-document-thumbnails.h: Add a comment
12233
12234         * backend/ev-document.h:
12235         * backend/ev-document.c: (ev_document_class_init),
12236         (ev_document_load), (ev_document_get_link),
12237         (ev_document_get_links): Remove 3 methods and add get_links.
12238         Also, made 0 based.
12239
12240         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12241         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12242
12243         * backend/ev-link.c: (ev_link_set_title),
12244         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12245         (ev_link_mapping_find):
12246         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12247         
12248         * backend/ev-page-cache.c: (ev_page_cache_init),
12249         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12250         (ev_page_cache_get_size), (ev_page_cache_next_page),
12251         (ev_page_cache_prev_page): Fix to be 0 based.
12252
12253         * pdf/Makefile.am: 
12254         * pdf/ev-poppler.h:
12255         * pdf/ev-poppler.cc: New backend.
12256         
12257         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12258         (ps_document_get_page), (ps_document_document_iface_init):
12259
12260         * shell/ev-pixbuf-cache.h:
12261         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12262         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12263         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12264         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12265         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12266         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12267         based.
12268         
12269         * shell/ev-sidebar-thumbnails.c:
12270         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12271         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12272
12273         * shell/ev-view.c: (status_message_from_link),
12274         (find_page_at_location), (get_link_at_location),
12275         (ev_view_motion_notify_event), (ev_view_button_release_event),
12276         (ev_view_init): Use the new link code.  Fix to be 0 based.
12277
12278         * shell/ev-window.c: (update_action_sensitivity),
12279         (document_supports_sidebar): 0 based.
12280
12281 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12282
12283         * pdf/pdf-document.cc: Patch from Fernando Herrera
12284         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12285         *blush*
12286
12287 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12288
12289         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12290         1 to the page, as this seems to be 1 based.  I thought we has this
12291         fixed.  grump.
12292
12293 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12294
12295         * TODO:
12296         * backend/Makefile.am:
12297         * backend/ev-document-links.c:
12298         (ev_document_links_has_document_links),
12299         (ev_document_links_get_links_model):
12300         * backend/ev-document-links.h:
12301         * backend/ev-document.c: (ev_document_get_page_cache),
12302         (ev_document_get_doc_mutex), (ev_document_load),
12303         (ev_document_save), (ev_document_get_title),
12304         (ev_document_get_n_pages), (ev_document_set_page),
12305         (ev_document_get_page), (ev_document_set_target),
12306         (ev_document_set_scale), (ev_document_set_page_offset),
12307         (ev_document_get_page_size), (ev_document_get_text),
12308         (ev_document_get_link), (ev_document_render),
12309         (ev_document_render_pixbuf), (ev_document_scale_changed):
12310         * backend/ev-document.h:
12311         * backend/ev-job-queue.c: (remove_object_from_queue),
12312         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12313         (no_jobs_available_unlocked), (ev_render_thread),
12314         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12315         (ev_job_queue_remove_job):
12316         * backend/ev-job-queue.h:
12317         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12318         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12319         (ev_job_links_class_init), (ev_job_render_init),
12320         (ev_job_render_dispose), (ev_job_render_class_init),
12321         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12322         (ev_job_thumbnail_class_init), (ev_job_finished),
12323         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12324         (ev_job_render_run), (ev_job_thumbnail_new),
12325         (ev_job_thumbnail_run):
12326         * backend/ev-jobs.h:
12327         * backend/ev-link.c:
12328         * backend/ev-link.h:
12329         * backend/ev-page-cache.c: (ev_page_cache_init),
12330         (ev_page_cache_class_init), (ev_page_cache_finalize),
12331         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12332         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12333         (ev_page_cache_set_link), (ev_page_cache_get_title),
12334         (ev_page_cache_get_size), (ev_page_cache_next_page),
12335         (ev_page_cache_prev_page):
12336         * backend/ev-page-cache.h:
12337         * pdf/pdf-document.cc:
12338         * ps/gsdefaults.c:
12339         * ps/gsdefaults.h:
12340         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12341         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12342         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12343         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12344         (is_interpreter_ready), (output), (catchPipe), (input),
12345         (start_interpreter), (check_filecompressed), (compute_dimensions),
12346         (ps_document_enable_interpreter), (document_load),
12347         (ps_document_next_page), (render_page), (ps_document_set_page),
12348         (ps_document_set_scale), (render_pixbuf_idle),
12349         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12350         * ps/ps-document.h:
12351         * shell/Makefile.am:
12352         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12353         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12354         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12355         (ev_pixbuf_cache_new), (job_finished_cb),
12356         (check_job_size_and_unref), (move_one_job),
12357         (ev_pixbuf_cache_update_range), (find_job_cache),
12358         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12359         (ev_pixbuf_cache_add_jobs_if_needed),
12360         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12361         * shell/ev-pixbuf-cache.h:
12362         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12363         (idle_print_handler):
12364         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12365         (selection_changed_cb), (create_loading_model),
12366         (ev_sidebar_links_construct), (links_page_num_func),
12367         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12368         (update_page_callback), (job_finished_cb),
12369         (ev_sidebar_links_set_document):
12370         * shell/ev-sidebar-thumbnails.c:
12371         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12372         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12373         (page_changed_cb), (thumbnail_job_completed_callback),
12374         (ev_sidebar_thumbnails_set_document):
12375         * shell/ev-sidebar-thumbnails.h:
12376         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12377         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12378         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12379         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12380         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12381         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12382         (ev_view_button_release_event), (ev_view_scroll_view),
12383         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12384         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12385         (ev_view_new), (job_finished_cb), (page_changed_cb),
12386         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12387         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12388         (ev_view_find_previous):
12389         * shell/ev-view.h:
12390         * shell/ev-window.c: (update_action_sensitivity),
12391         (ev_window_open_page), (update_window_title), (update_total_pages),
12392         (page_changed_cb), (ev_window_setup_document),
12393         (password_dialog_response), (ev_window_cmd_save_as),
12394         (ev_window_print), (ev_window_cmd_go_previous_page),
12395         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12396         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12397         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12398         * shell/main.c: (main):
12399
12400         Merge evince-threads branch
12401
12402 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12403
12404         * configure.ac: Added "lt" to ALL_LINGUAS.
12405
12406 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12407
12408         * NEWS:
12409         * configure.ac:
12410
12411         Release 0.1.9
12412
12413 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12414
12415         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12416
12417         Fix here also the thumbnails 1-basedness :)
12418
12419 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12420
12421         * NEWS:
12422         * configure.ac:
12423
12424         Release 0.1.8
12425
12426 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12427
12428         * pdf/pdf-document.cc:
12429         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12430         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12431
12432         Fix the mess we did with thumbnails and 1-basedness
12433
12434 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12435
12436         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12437
12438 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12439
12440         * NEWS:
12441         * configure.ac:
12442
12443         Release 0.1.7
12444
12445 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12446
12447         * ps/Makefile.am:
12448         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12449         (gtk_gs_defaults_get_alpha_parameters),
12450         (gtk_gs_defaults_get_ungzip_cmd),
12451         (gtk_gs_defaults_get_unbzip2_cmd):
12452         * ps/gsdefaults.h:
12453         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12454         (ps_document_get_orientation), (document_load),
12455         (ps_document_goto_page), (ps_document_set_page_size):
12456         * ps/ps-document.h:
12457
12458         Some more sanitization of the ps backend. Remove a lot
12459         of unused code and do not base our defaults on ggv
12460         preferences (ugh!)
12461
12462 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12463
12464         * thumbnailer/evince-thumbnailer.schemas:
12465         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12466         (main): add -s option for thumbnail size.
12467
12468 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12469
12470         * configure.ac:
12471
12472         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12473         remove it.
12474
12475 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12476
12477         * pdf/pdf-document.cc:
12478
12479         Remove 4 pixels of useless border from the
12480         thumbnail.
12481
12482 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12483
12484         * backend/ev-document-thumbnails.c:
12485         (ev_document_thumbnails_get_thumbnail):
12486         * backend/ev-document-thumbnails.h:
12487
12488         Rework API a bit. Add a border flag and
12489         change sizing logic (now the size we specify
12490         applies to the bigger dimension).
12491
12492         * pdf/pdf-document.cc:
12493         * pixbuf/pixbuf-document.c:
12494         (pixbuf_document_thumbnails_get_thumbnail):
12495         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12496         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12497
12498         Adapt to the new API and do not draw a border for nautilus
12499         thumbnailer.
12500
12501 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12502
12503         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12504         take thumbnails from page "0" instead of "1". Added a copyright header.
12505
12506 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12507
12508         * ps/ps-document.c: (set_up_page), (start_interpreter):
12509
12510         Make it C89 compliant
12511
12512 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12513
12514         * Makefile.am:
12515         * configure.ac:
12516         * pdf/.cvsignore:
12517         * pdf/pdf-document.cc:
12518         * thumbnailer/Makefile.am:
12519         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12520         (main):
12521         * thumbnailer/evince-thumbnailer.schemas:
12522         * thumbnailer/pdf-icon.png:
12523
12524         Add a nautilus thumbnailer.
12525         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12526
12527 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12528
12529         * NEWS:
12530         * configure.ac:
12531         * po/POTFILES.in:
12532
12533         Release 0.1.6
12534
12535 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12536
12537         Use poppler instead of including xpdf source code.  Poppler is a
12538         fork of xpdf to build it as a shared library. See
12539         http://freedesktop.org/wiki/Software/poppler.
12540
12541         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12542         xpdf fork.
12543         
12544         * pdf/Makefile.am: Build libpdfdocument.a here.
12545         
12546         * pdf/GDKSplashOutputDev.cc:
12547         * pdf/GDKSplashOutputDev.h:
12548         * pdf/GnomeVFSStream.cc:
12549         * pdf/GnomeVFSStream.h:
12550         * pdf-document.cc:
12551         * pdf-document.h:
12552         * test-gdk-output-dev.cc
12553         * Thumb.cc:
12554         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12555         against poppler.
12556
12557 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12558
12559         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12560
12561         Clear idle stack before unsetting the document
12562
12563 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12564
12565         * ps/ps-document.c: (ps_document_widget_event),
12566         (ps_document_set_target), (ps_document_finalize),
12567         (ps_document_get_page):
12568
12569         Disconnect the widget event signal on finalize.
12570         Some code cleanups.
12571
12572 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12573
12574         * ps/ps-document.c: (set_up_page):
12575
12576         If there is no bpixmap create one, even if size
12577         is not changed.
12578
12579 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12580
12581         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12582         (set_up_page), (document_load), (ps_document_set_zoom):
12583
12584         Default page is 0. Calculate size even when we have no
12585         target yet.
12586
12587 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12588
12589         * shell/ev-sidebar.c: expand the selection widget to be always as
12590         wide as the sidebar
12591
12592 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12593
12594         * shell/ev-sidebar-thumbnails.c:
12595         (ev_sidebar_thumbnails_set_document):
12596
12597         Clear the list store when setting document
12598
12599 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12600
12601         * shell/ev-page-action.c: (update_entry), (sync_entry),
12602         (activate_cb), (entry_size_request_cb), (create_tool_item),
12603         (connect_proxy):
12604
12605         Use an entry for the page control instead of spinbuttons
12606
12607 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12608
12609         * data/evince.schemas.in:
12610
12611         Correct confusing string
12612
12613 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12614
12615         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12616         for real.  Gosh, how long has this been broken.
12617
12618         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12619         check for a NULL link.  We crash otherwise.
12620
12621 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12622
12623         * NEWS:
12624         * configure.ac:
12625
12626         Release 0.1.5
12627
12628 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12629
12630         * configure.ac: add the french translation.
12631
12632 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12633
12634         * shell/ev-window.c:
12635
12636         Remove unused header -> fix distcheck
12637
12638 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12639
12640         * shell/ev-window.c: (update_window_title),
12641         (ev_window_popup_password_dialog):
12642
12643         Unescape filename for display
12644
12645 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12646
12647         * pdf/xpdf/pdf-document.cc:
12648
12649         In get_page_size deal with rotation. Also
12650         cleanup the function a bit.
12651
12652 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12653
12654         * pdf/xpdf/pdf-document.cc:
12655
12656         Fix crash when opening in new window
12657
12658 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12659
12660         * configure.ac:
12661
12662         Check ghostscript >= 7
12663
12664 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12665
12666         * shell/ev-window.c:
12667
12668         Make page width the default sizing mode
12669
12670 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12671         Marco Pesenti Gritti <marco@gnome.org>
12672
12673         * shell/ev-window.c: Remember the sidebar size
12674
12675         * data/evince.schemas.in: Add a new gconf key to store the size of
12676         the sidebar
12677
12678 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12679
12680         * data/evince-ui.xml:
12681         * shell/ev-window.c: (update_action_sensitivity),
12682         (ev_window_cmd_view_reload):
12683         
12684         Add a "Reload" action and menu entry
12685
12686 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12687
12688         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12689         iff the type doesn't support thumbnailing and indexing.
12690
12691 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12692
12693         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12694
12695 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12696
12697         * pdf/splash/Splash.cc:
12698
12699         Port fix for a crasher from kde bug
12700         http://bugs.kde.org/show_bug.cgi?id=97131
12701
12702 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12703
12704         * pdf/xpdf/pdf-document.cc:
12705
12706         Return a link even if it's of an unrecognized
12707         type. Otherwise we go in an infinte cycle.
12708
12709 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12710
12711         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12712         (size_allocate_cb), (ev_window_set_sizing_mode):
12713
12714         Update size when switching mode
12715
12716 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12717
12718         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12719         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12720         (ev_window_cmd_view_normal_size):
12721
12722         Fix size toggle buttons behavior
12723
12724 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12725
12726         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12727         (doc_rect_to_view_rect), (ev_view_size_allocate),
12728         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12729         (scale_changed_callback):
12730
12731         Do not cache offsets in size_allocate.
12732
12733 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12734
12735         * shell/ev-view.c: (ev_view_size_allocate):
12736
12737         Calculate offsets before calling the parent
12738         class (which does a redraw)
12739
12740 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12741
12742         * pdf/xpdf/pdf-document.cc:
12743
12744         Fix a crasher on exit. Unused code, put a TODO
12745
12746 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12747
12748         * backend/ev-document.c: (ev_document_class_init),
12749         (ev_document_page_changed), (ev_document_scale_changed):
12750         * backend/ev-document.h:
12751
12752         Separate page/scale notifications
12753
12754         * pdf/xpdf/pdf-document.cc:
12755
12756         Emit the new signals.
12757         Do not display the pdf page in _render, do it
12758         when scale/page are requested.
12759
12760         * ps/ps-document.c: (ps_document_set_zoom),
12761         (ps_document_widget_event):
12762         * ps/ps-document.h:
12763
12764         Emit the new signals.
12765
12766         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12767         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12768         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12769         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12770         * shell/ev-view.h:
12771         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12772         (ev_window_cmd_view_page_width), (size_allocate_cb),
12773         (ev_window_set_sizing_mode):
12774
12775         Rework sizing to be pixel based.
12776         There are bugs but should be already way better.
12777
12778 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12779
12780         * shell/ev-window.c: (ev_window_init):
12781
12782         Do not allow to shrink sidebar smaller then
12783         child requisition
12784
12785 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12786
12787         * shell/ev-sidebar.[ch]
12788         * shell/ev-window.c:
12789
12790         Improved sidebar widget. Fixes #166683
12791
12792 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12793
12794         * shell/ev-view.c (update_find_status_message): Give translators
12795         more flexibility with ngettext plural handling.
12796
12797 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12798
12799         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12800         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12801         page when we get the page size.
12802
12803 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12804
12805         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12806
12807         ps pages are 0 based, convert 
12808
12809 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12810
12811         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12812
12813         Initialize correct parent class. Set GError on document load
12814
12815 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12816
12817         * pdf/xpdf/pdf-document.cc:
12818
12819         Fixup selection offset calculation
12820
12821         * shell/ev-view.c: (view_rect_to_doc_rect),
12822         (doc_rect_to_view_rect), (ev_view_size_allocate),
12823         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12824         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12825
12826         Store selection as document relative, so that zooming
12827         and offset changing doesnt break it.
12828
12829 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12830
12831         * shell/ev-view.c: (ev_view_best_fit):
12832
12833         Do not try to best fit if the view is not realized
12834
12835 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12836           
12837         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12838
12839 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12840
12841         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12842
12843 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12844
12845         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12846         the popup window.  That prevents it resizing when in full screen
12847         mode.
12848
12849         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12850         multiple rerenders.  This pretty much sucks.
12851
12852         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12853         rest of the toolbar.
12854
12855 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12856
12857         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12858
12859 2005-02-17  Alexander Shopov  <ash@contact.bg>
12860
12861         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12862
12863 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12864
12865         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12866
12867 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12868
12869         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12870         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12871         (set_document_page), (document_changed_callback),
12872         (ev_view_set_document), (ev_view_find_previous),
12873         (ev_view_hide_cursor), (ev_view_show_cursor):
12874         * shell/ev-view.h:
12875         * shell/ev-window.c: (update_chrome_visibility),
12876         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12877         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12878         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12879         (ev_window_unfullscreen):
12880         * shell/main.c: (main):
12881
12882         Automatically hide the fullscreen button.
12883         Patch by Kristian Høgsberg <krh@redhat.com>
12884
12885 2005-02-16  Vincent Noel  <vnoel@cox.net>
12886
12887         * shell/main.c (main): Specify an icon for the window. Patch by
12888         Jaap A. Haitsma. Fixes #166177.
12889
12890 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12891
12892         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12893
12894 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12895
12896         * backend/ev-document-misc.h:
12897         * backend/ev-document-misc.c:
12898         (ev_document_misc_get_page_border_size),
12899         (ev_document_misc_paint_one_page): New function to canonicalize
12900         sizing/painting a border.
12901
12902         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12903         used.
12904
12905         * pdf/xpdf/pdf-document.cc: use new function
12906
12907         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12908         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12909         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12910         shell/ev-window.c: (update_sizing_buttons),
12911         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12912         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12913         (ev_window_cmd_view_page_width), (size_allocate_cb),
12914         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12915         and "fit width" values act as toggle buttons so they stay
12916         toggled.  It's not 100% perfect, and it's a little slow, but it's
12917         good enough to commit I think.
12918
12919 2005-02-15  David Lodge  <dave@cirt.net>
12920
12921         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12922
12923 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12924
12925         * shell/ev-window.c (update_window_title): replace newlines in
12926         the title by spaces. Bug #166107.
12927
12928 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12929
12930         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12931         parameters providing allocation width and height without
12932         scrollbars and width of a possible vertical scrollbar. With this
12933         additional information the functions can work as
12934         intended. Unfortunately they're not idempotent. We should
12935         transform these commands to toggles. Fixes Bug #164976
12936         Initial patch by Stephane Loeuillet, then heavily modified.
12937
12938         * shell/ev-view.h: update prototypes.
12939
12940         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12941         (ev_window_cmd_view_page_width): provide EvView fit functions with
12942         all the information they need. Formulas to calculate this
12943         information taken from GtkScrolledWindow.
12944
12945 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12946
12947         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12948         created a thumbnail, the list store is updated to know
12949         that the thumbnail is set. Fixes bug #166792
12950
12951 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12952
12953         * shell/ev-window.c: fixed typo, closes bug 166897
12954
12955         * TODO: updated TODO with bug numbers that are relevant
12956
12957 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12958
12959         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12960
12961 2005-02-09  Vincent Noel  <vnoel@cox.net>
12962
12963         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12964         and "Next" toolbar buttons as important to make them stand out.
12965
12966 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12967
12968         * lib/ev-debug.c:
12969         * lib/ev-debug.h:
12970         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12971         (start_interpreter), (stop_interpreter), (document_load),
12972         (ps_document_next_page), (ps_document_goto_page),
12973         (ps_document_set_page_size), (ps_document_widget_event),
12974         (ps_document_render):
12975         * shell/ev-page-view.c: (ev_page_view_dispose):
12976         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12977
12978         Fix compilation on non-gcc platforms
12979
12980 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12981
12982         * NEWS:
12983         * configure.ac:
12984
12985         Release 0.1.4
12986
12987         * pdf/xpdf/Catalog.cc:
12988         * pdf/xpdf/XRef.cc:
12989
12990         Fix the fix for CAN-2004-0888
12991
12992 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12993
12994         * data/Makefile.am:
12995         * data/evince-ui.xml:
12996         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12997         * shell/ev-stock-icons.h:
12998         * shell/ev-window.c: (update_action_sensitivity),
12999         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13000         (set_action_properties):
13001
13002         Improve toolbar layout/icons
13003
13004 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13005
13006         * pdf/xpdf/pdf-document.cc:
13007
13008         Add warnings about unimplemented/unknown link
13009         types.
13010
13011 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13012
13013         * ps/ps-document.c: (set_up_page):
13014
13015         Log gs property
13016
13017 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13018
13019         * ps/ps-document.c: (start_interpreter):
13020
13021         Log gs env var
13022
13023 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13024
13025         * shell/ev-page-view.c: (ev_page_view_dispose):
13026         * shell/ev-view.c: (ev_view_finalize):
13027         * shell/ev-window.c: (ev_window_setup_document),
13028         (ev_window_dispose), (ev_window_init):
13029
13030         Solve more refs issues.
13031
13032         I commented out the page_view initialization for now:
13033         it was never destroyed (because it's never added
13034         to a container). Because of that we was leaking
13035         gs processes. Couldnt think to a clean fix.
13036         We need to figure this out, password view has the
13037         same issue probably.
13038
13039 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13040
13041         * ps/ps-document.c: (ps_document_finalize),
13042         (ps_document_get_n_pages), (ps_document_get_page):
13043
13044         Some cleanups, stop the interpreter on finalize
13045
13046         * shell/ev-page-view.c: (ev_page_view_dispose),
13047         (ev_page_view_class_init):
13048
13049         Release our reference on the document
13050
13051 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13052
13053         * Makefile.am:
13054         * configure.ac:
13055         * doc/debugging.txt:
13056         * lib/.cvsignore:
13057         * lib/Makefile.am:
13058         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13059         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13060         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13061         * lib/ev-debug.h:
13062
13063         Add debugging helpers
13064
13065         * ps/Makefile.am:
13066         * ps/ps-document.c: (set_up_page), (start_interpreter),
13067         (stop_interpreter), (document_load), (ps_document_next_page),
13068         (ps_document_goto_page), (ps_document_set_page_size),
13069         (ps_document_widget_event), (ps_document_render):
13070         * shell/Makefile.am:
13071         * shell/ev-view.c: (expose_bin_window):
13072         * shell/main.c: (main):
13073
13074         Add some logs
13075         
13076 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13077
13078         * ps/ps-document.c: (ps_document_widget_event):
13079
13080         Initialize message_window, this should make ps
13081         rendering really work! (Never noticed because I was
13082         testing with a ps that is causing gs to exit every time!)
13083
13084 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13085
13086         * data/evince.schemas.in: updated simple error in applyto closing tag
13087
13088 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13089
13090         * Makefile.am:
13091         * configure.ac:
13092         * data/.cvsignore:
13093         * data/Makefile.am:
13094         * data/evince-ui.xml:
13095         A data/evince.schemas.in:
13096         * po/POTFILES.in:
13097         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13098         * shell/ev-stock-icons.h:
13099         * shell/ev-window.c: (update_chrome_visibility),
13100         (update_chrome_flag), (ev_window_cmd_edit_find),
13101         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13102         (ev_window_unfullscreen), (ev_window_focus_in_event),
13103         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13104         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13105         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13106         (ev_window_dispose), (ev_window_class_init),
13107         (set_action_properties), (set_chrome_actions), (load_chrome),
13108         (ev_window_init):
13109
13110         Implement fullscreen mode changes from bug #164776.
13111         Also implement persistent chrome toggles.
13112
13113 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13114
13115         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13116
13117 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13118
13119         * NEWS:
13120         * configure.ac:
13121         * shell/ev-view.c:
13122
13123         Add another check for find interface
13124
13125         Release 0.1.3
13126
13127 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13128
13129         * shell/ev-application.c: (ev_application_open):
13130         * shell/ev-window.c: (ev_window_open):
13131
13132         Open gzipped ps documents
13133
13134 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13135
13136         * TODO:
13137         * shell/ev-view.c: (set_document_page):
13138
13139         Clamp page number, dont try to move to
13140         not existant pages.
13141
13142 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13143
13144         * backend/ev-document-find.c: (ev_document_find_changed):
13145         * backend/ev-document-find.h:
13146         * pdf/xpdf/pdf-document.cc:
13147         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13148         * shell/ev-window.c: (find_bar_search_changed_cb):
13149
13150         Fix several bugs with find
13151
13152 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13153
13154         * shell/ev-sidebar-thumbnails.c
13155         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13156         document. Prevents warning from scroll_to_cell.
13157
13158 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13159
13160         * configure.ac: Add «nb» to ALL_LINGUAS too.
13161
13162 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13163
13164         * NOTES: New file with some random thoughts.
13165
13166         * TODO: Update.
13167
13168         * backend/ev-document-misc.c:
13169         (ev_document_misc_get_page_border_size): New function to
13170         canonicalize shadow drawing sizes.  Possibly goofy.
13171
13172         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13173         (ev_view_best_fit), (ev_view_fit_width):
13174         * pdf/xpdf/pdf-document.cc:
13175         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13176         * ps/ps-document.c: (ps_document_get_page_size):
13177         * backend/ev-document-misc.h:
13178         * backend/ev-document.c: (ev_document_get_page_size):
13179         * backend/ev-document.h: get_page_size now takes a page number
13180         parameter.  Made all the backends/frontends honor it.
13181
13182         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13183         see.  Doesn't work yet.
13184
13185         * shell/Makefile.am:
13186         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13187         Doesn't do anything yet.
13188
13189         * shell/ev-sidebar-thumbnails.c:
13190         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13191         [0..n_pages-1]
13192
13193         * shell/ev-window.c: (update_action_sensitivity),
13194         (ev_window_setup_document), (ev_window_set_page_mode),
13195         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13196         view-swapping code a bit so we can have multiple views on a
13197         document.  Add the multi-page view, though it can't be turned on
13198         yet.
13199
13200 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13201
13202         * shell/ev-application.c: (ev_application_open):
13203         * shell/ev-view.c: (expose_bin_window):
13204         * shell/ev-window.c: (ev_window_open):
13205
13206         Support eps and check document supports find
13207         before drawing highlightings in expose.
13208
13209 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13210
13211         * pixbuf/pixbuf-document.c:
13212         (pixbuf_document_thumbnails_get_dimensions),
13213         (pixbuf_document_document_thumbnails_iface_init):
13214
13215         implement get_dimensions
13216
13217 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13218
13219         * NEWS:
13220         * configure.ac:
13221
13222         Release 0.1.2
13223
13224 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * shell/ev-view.c: (set_document_page):
13227
13228         Scroll at the top of the page when changing page
13229
13230 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * shell/ev-view.c: (ev_view_motion_notify_event):
13233
13234         Do not redraw unnecessarily
13235
13236 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13237
13238         * pdf/xpdf/pdf-document.cc:
13239         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13240         (expose_bin_window), (find_changed_cb):
13241
13242         Yay! find works now... Now to find bugs...
13243
13244 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13245
13246         * backend/ev-document-find.c: (ev_document_find_base_init),
13247         (ev_document_find_changed):
13248         * backend/ev-document-find.h:
13249         * pdf/xpdf/pdf-document.cc:
13250         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13251         (expose_bin_window), (ev_view_init), (set_document_page),
13252         (ensure_rectangle_is_visible), (jump_to_find_result),
13253         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13254         (ev_view_find_next), (ev_view_find_previous):
13255         * shell/ev-view.h:
13256         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13257
13258         More work on find implementation, mostly there now
13259
13260 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13261
13262         * backend/ev-backend-marshalers.list:
13263         * backend/ev-document-find.c: (ev_document_find_base_init),
13264         (ev_document_find_cancel), (ev_document_find_page_has_results),
13265         (ev_document_find_get_n_results), (ev_document_find_get_result),
13266         (ev_document_find_get_progress), (ev_document_find_changed):
13267         * backend/ev-document-find.h:
13268
13269         Enanche the find interface to be really able to do
13270         multi page find.
13271
13272         * pdf/xpdf/pdf-document.cc:
13273
13274         Implement
13275
13276         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13277         (expose_bin_window), (ev_view_init),
13278         (ev_view_get_find_status_message), (find_changed_cb),
13279         (ev_view_set_document), (set_document_page):
13280
13281         Adapt to the new interface. A few things are regressed sorry,
13282         I will finish it soon.
13283
13284 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13285
13286         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13287         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13288         ev_sidebar_thumbnails_parent_class variable, don't define another
13289         parent_class variable.
13290
13291         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13292         (ev_page_action_class_init): ditto.
13293
13294         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13295         (pixbuf_document_class_init): ditto.
13296
13297         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13298         ditto.
13299
13300         * .cvsignore: ignore various valgrind output files.
13301
13302 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13303
13304         * data/evince-ui.xml:
13305         * shell/Makefile.am:
13306         * shell/ev-history.c:
13307         * shell/ev-history.h:
13308         * shell/ev-navigation-action.c:
13309         * shell/ev-navigation-action.h:
13310         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13311         (ev_view_set_page), (ev_view_fit_width):
13312         * shell/ev-view.h:
13313         * shell/ev-window.c: (update_action_sensitivity),
13314         (ev_window_setup_document), (register_custom_actions):
13315
13316         Kill session history
13317
13318 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13319
13320         * shell/ev-window.c: (update_action_sensitivity):
13321
13322         Fix inverted up/down buttons
13323
13324 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13325
13326         * shell/ev-sidebar-thumbnails.c
13327         (ev_sidebar_thumbnails_select_page): make sure the selected
13328         thumbnail stays visible.
13329
13330 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13331
13332         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13333         scrolled window for Federico.
13334
13335 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13336
13337         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13338
13339 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13340
13341         * configure.ac:
13342         * pdf/splash/SplashFTFontEngine.cc:
13343
13344         Fix CID fonts with freetype 2.1.9
13345
13346 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13347
13348         * TODO: added item for desktop icon thumbnailer
13349
13350 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13351
13352         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13353         unloaded docs when the title is accessed.
13354
13355         * shell/ev-password-view.[hc]: New widget for displaying password
13356         state.
13357
13358         * shell/ev-window.[ch]: Refactor password handling code to handle
13359         the new view.
13360
13361 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13362
13363         * NEWS:
13364         * configure.ac:
13365         * data/Makefile.am:
13366
13367         Release 0.1.1
13368
13369 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13370
13371         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13372         ignore page offset here, to make search results independent of it,
13373
13374         * shell/ev-view.c (expose_bin_window): but take offsets into
13375         account here. Bug #164932
13376
13377         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13378         scale at the right time. Bug #164996
13379
13380 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13381
13382         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13383         fix the problem. Now I just removed the Adobe font names and hope
13384         that the URW fonts are always in outline format. Bug #164934
13385
13386         * shell/ev-window.c (update_window_title): empty titles are
13387         useless, use filename in that case too.
13388
13389         * NEWS: Add some content.
13390
13391 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13392
13393         * TODO: added one more TODO item and a TODONE section :)
13394
13395 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13396
13397         * ps/ps-document.h: add page_[xy]_offset fields.
13398
13399         * ps/ps-document.c (ps_document_set_page_offset)
13400         (ps_document_render): Keep offset in consideration in a few
13401         places. Bug #164752 "postscript documents are not centered in
13402         window"
13403
13404         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13405         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13406
13407         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13408         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13409         stub out missing methods for complete EvDocument implementation.
13410         Fixes segfaults with Save A Copy and Copy actions.
13411
13412         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13413         (ps_document_document_iface_init): ditto.
13414         
13415 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13416
13417         * data/.cvsignore:
13418         * data/Makefile.am:
13419         * data/evince.desktop.in:
13420
13421         Add desktop file
13422
13423 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * shell/ev-view.c: (ev_view_button_press_event),
13426         (ev_view_motion_notify_event):
13427
13428         Make selection work in any direction
13429
13430 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13431
13432         * TODO:
13433         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13434
13435         Use shorter labels for some of the toolbars items
13436
13437 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13438
13439         * pdf/xpdf/pdf-document.cc:
13440
13441         Check the links info is initialized before
13442         using it. Should fix a crash on startup.
13443
13444 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13445
13446         * pixbuf/pixbuf-document.c
13447         (pixbuf_document_thumbnails_get_dimensions): force floating point
13448         division to calculate page_ratio. Fixes crash with landscape
13449         format pixbufs.
13450
13451 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13452
13453         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13454
13455 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13456
13457         * shell/ev-view.c (set_document_page): unset has_selection when
13458         the page changes.
13459         (set_document_page): handle paper size changes when the page
13460         changes (test with Free Culture, page 2).
13461
13462 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13463
13464         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13465         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13466
13467         Use normal style color for the widget background and
13468         draw a black box around the page.
13469
13470 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13471
13472         * pdf/xpdf/pdf-document.cc:
13473
13474         Keep offset in consideration in a few places
13475
13476         * shell/ev-view.c: (expose_bin_window):
13477
13478         Set the offsets so that the document is ever centered
13479
13480 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13481
13482         * TODO: Added TODO items and finished off the first todo item
13483
13484         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13485         reflect current authors
13486
13487 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13488
13489         * pdf/xpdf/pdf-document.cc:
13490         * shell/ev-view.c: (ev_view_set_cursor),
13491         (ev_view_motion_notify_event), (document_changed_callback),
13492         (set_document_page):
13493
13494         Show a wait cursor while the page is rendering
13495
13496 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13497
13498         * shell/ev-sidebar-thumbnails.c:
13499         (ev_sidebar_tree_selection_changed),
13500         (ev_sidebar_thumbnails_select_page):
13501         * shell/ev-sidebar-thumbnails.h:
13502         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13503         (ev_view_can_go_forward):
13504         * shell/ev-window.c: (ev_window_open_page),
13505         (ev_window_setup_document), (update_current_page),
13506         (view_page_changed_cb), (ev_window_init):
13507         * shell/ev-window.h:
13508
13509         Ensure thumbnails selection, toolbar page control and
13510         current page are in sync.
13511
13512 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13513
13514         * pdf/xpdf/XRef.cc:
13515
13516         Fix CAN-2005-0064
13517
13518 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13519
13520         * backend/Makefile.am:
13521         * backend/ev-document-links.h:
13522         * backend/ev-document-security.c: (ev_document_security_get_type),
13523         (ev_document_security_has_document_security),
13524         (ev_document_security_set_password):
13525         * backend/ev-document-security.h:
13526         * backend/ev-document.c: (ev_document_error_quark):
13527         * backend/ev-document.h:
13528         * data/Makefile.am:
13529         * data/evince-password.glade:
13530         * pdf/xpdf/pdf-document.cc:
13531         * shell/Makefile.am:
13532         * shell/ev-password.c: (ev_password_set_bad_password_label),
13533         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13534         (ev_password_dialog_get_password),
13535         (ev_password_dialog_set_bad_pass):
13536         * shell/ev-password.h:
13537         * shell/ev-window.c: (ev_window_get_attribute),
13538         (ev_window_set_property), (update_action_sensitivity),
13539         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13540         (ev_window_setup_document), (ev_window_get_password),
13541         (ev_window_open), (ev_window_cmd_save_as),
13542         (using_postscript_printer), (ev_window_print),
13543         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13544         (update_fullscreen_popup), (ev_window_fullscreen),
13545         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13546         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13547         (menu_item_select_cb), (find_bar_search_changed_cb),
13548         (ev_window_dispose), (ev_window_init):
13549
13550         Add initial support for password-supported dialogs.  This could be
13551         a lot cooler, but it'll do for now.
13552
13553 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13554
13555         * pdf/xpdf/pdf-document.cc:
13556         * shell/ev-view.c: (status_message_from_link),
13557         (ev_view_set_status), (ev_view_set_cursor),
13558         (ev_view_motion_notify_event), (ev_view_init):
13559         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13560
13561         Fix bugs in the links implementation and change cursor
13562         when hovering a link.
13563
13564 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13565
13566         * viewer/.cvsignore: added cvsignore file for viewer directory
13567
13568         * TODO: created TODO document
13569
13570 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13571
13572         * shell/ev-view.h:
13573         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13574         new functions to help with implementation of sensitivity code
13575         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13576         of all actions that might require it.  Fixes a crash when you
13577         click on the Zoom actions in a window lacking a document.
13578
13579 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13580
13581         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13582         of the Find action
13583
13584 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13585
13586         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13587         (pixbuf_document_document_iface_init):
13588         * ps/ps-document.c: (ps_document_get_link),
13589         (ps_document_document_iface_init):
13590         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13591         (status_message_from_link), (ev_view_set_status),
13592         (ev_view_set_find_status), (ev_view_motion_notify_event),
13593         (ev_view_button_release_event), (ev_view_set_property),
13594         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13595         (ev_view_get_find_status_message), (update_find_results),
13596         (ev_view_get_status), (ev_view_get_find_status):
13597         * shell/ev-view.h:
13598         * shell/ev-window.c: (view_status_changed_cb),
13599         (view_find_status_changed_cb), (ev_window_init):
13600
13601         View status message support, use it to show the links.
13602         Needs work...
13603
13604 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13605
13606         * backend/ev-document.c: (ev_document_get_link):
13607         * backend/ev-document.h:
13608         * pdf/xpdf/pdf-document.cc:
13609         * shell/ev-application.c: (ev_application_open):
13610         * shell/ev-application.h:
13611         * shell/ev-sidebar-links.c: (selection_changed_cb):
13612         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13613         (ev_view_go_to_link):
13614
13615         Add support for document links
13616
13617 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13618
13619         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13620         (create_tool_item):
13621         Set the spin button limits correctly.
13622         
13623         * shell/ev-sidebar-thumbnails.c:
13624         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13625         Support changing pages by clicking on the thumbnails.
13626         
13627 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13628
13629         * pixbuf/pixbuf-document.c:
13630         (pixbuf_document_thumbnails_get_dimensions),
13631         (pixbuf_document_document_thumbnails_iface_init):
13632
13633         implement get_dimensions
13634
13635 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13636
13637         * ps/ps-document.c: (ps_document_goto_page):
13638
13639         Fix page switching on multipage documents
13640
13641 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13642
13643         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13644         
13645         check for NULL before assigning to width and height parameters
13646
13647 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13648
13649         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13650         (pixbuf_document_set_property), (pixbuf_document_get_property):
13651
13652         implement get/set properties
13653
13654 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13655
13656         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13657         
13658         return NULL instead of "Unknown", letting the title get set to
13659         the filename when the pdf has no title.
13660
13661 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13662
13663         * ps/ps-document.c: (ps_document_get_page_count),
13664         (ps_document_goto_page):
13665
13666 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13667
13668         * shell/ev-history.c: (ev_history_get_property),
13669         (ev_history_set_property), (ev_history_class_init),
13670         (ev_history_add_page), (ev_history_set_current_index):
13671         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13672         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13673         (ev_navigation_action_finalize):
13674         * shell/ev-navigation-action.h:
13675         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13676         (ev_view_go_forward), (ev_view_get_find_status_message),
13677         (history_index_changed_cb), (ev_view_set_history):
13678         * shell/ev-view.h:
13679         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13680         (update_current_page), (register_custom_actions):
13681
13682         Implement history dropdowns
13683
13684 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13685
13686         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13687         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13688         (ev_view_go_forward):
13689         * shell/ev-window.c: (register_custom_actions):
13690
13691         Fix several history bugs
13692
13693 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13694
13695         * configure.ac: Add «nb» to ALL_LINGUAS.
13696
13697 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13698
13699         * backend/Makefile.am:
13700         * backend/ev-bookmark.c:
13701         * backend/ev-bookmark.h:
13702         * backend/ev-document-bookmarks.c:
13703         * backend/ev-document-bookmarks.h:
13704         * backend/ev-document-links.c: (ev_document_links_get_type),
13705         (ev_document_links_has_document_links),
13706         (ev_document_links_begin_read), (ev_document_links_get_link),
13707         (ev_document_links_get_child), (ev_document_links_next),
13708         (ev_document_links_free_iter):
13709         * backend/ev-document-links.h:
13710         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13711         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13712         (ev_link_get_link_type), (ev_link_set_link_type),
13713         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13714         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13715         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13716         (ev_link_new_external):
13717         * backend/ev-link.h:
13718         * pdf/xpdf/pdf-document.cc:
13719         * shell/Makefile.am:
13720         * shell/ev-application.c: (ev_application_open_link):
13721         * shell/ev-application.h:
13722         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13723         (ev_history_get_link_nth):
13724         * shell/ev-history.h:
13725         * shell/ev-sidebar-bookmarks.c:
13726         * shell/ev-sidebar-bookmarks.h:
13727         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13728         (ev_sidebar_links_class_init), (selection_changed_cb),
13729         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13730         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13731         (do_one_iteration), (populate_links_idle),
13732         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13733         * shell/ev-sidebar-links.h:
13734         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13735         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13736         (go_to_index):
13737         * shell/ev-view.h:
13738         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13739         * shell/ev-window.h:
13740
13741         Rename bookmark to link, and use "Index" for the sidebar panel.
13742
13743 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13744
13745         * shell/Makefile.am:
13746         * shell/ev-application.c: (ev_application_open_bookmark):
13747         * shell/ev-application.h:
13748         * shell/ev-history.c: (ev_history_init), (free_links_list),
13749         (ev_history_finalize), (ev_history_class_init),
13750         (ev_history_add_link), (ev_history_add_page),
13751         (ev_history_get_link_nth), (ev_history_get_n_links),
13752         (ev_history_get_current_index), (ev_history_set_current_index),
13753         (ev_history_new):
13754         * shell/ev-history.h:
13755         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13756         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13757         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13758         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13759         (ev_view_set_page):
13760         * shell/ev-view.h:
13761         * shell/ev-window.c: (ev_window_open_bookmark),
13762         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13763         (goto_page_cb), (register_custom_actions):
13764         * shell/ev-window.h:
13765
13766         Initial history implementation. Needs work.
13767
13768 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13769
13770         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13771
13772 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13773
13774         * cut-n-paste/recent-files/egg-recent-item.c:
13775         * cut-n-paste/recent-files/egg-recent-item.h:
13776         * cut-n-paste/recent-files/egg-recent-model.c:
13777         * cut-n-paste/recent-files/egg-recent-util.c:
13778         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13779         * cut-n-paste/recent-files/egg-recent-view.c:
13780
13781         Update
13782
13783 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13784
13785         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13786         (fillGlyph, fillImageMask, drawImage):
13787         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13788         pdf/splash/SplashTypes.h:
13789         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13790         packed mode for Splash.
13791
13792         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13793         RGB8 packed mode, eliminates the pixbuf data creation loop.
13794
13795         * shell/ev-print-job.c (ev_print_job_finalize)
13796         (ev_print_job_set_property, ev_print_job_get_property)
13797         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13798         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13799         (print_closure_finalize, ev_print_job_print): implement
13800         printing (for backends with EvPsExporter)
13801
13802         * shell/ev_print_job.h: update prototypes.
13803
13804         * shell/ev-window.c (ev_window_print): unref print job after
13805         printing.
13806
13807         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13808         unless the document implements the EvDocumentFind interface.
13809
13810 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13811
13812         * configure.ac: Added ja to ALL_LINGUAS.
13813
13814 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13815
13816         * pdf/xpdf/pdf-document.cc:
13817
13818         add a FIXME. We should probably not allocate
13819         a bookmark object every time
13820
13821 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13822
13823         * shell/ev-application.c: (ev_application_open),
13824         (ev_application_open_bookmark):
13825         * shell/ev-application.h:
13826         
13827         Add a way to open bookmarks
13828
13829         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13830         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13831         (ev_bookmark_set_property), (ev_bookmark_class_init),
13832         (ev_bookmark_new_title), (ev_bookmark_new_link),
13833         (ev_bookmark_new_external):
13834
13835         Support for external uris, better constructors.
13836
13837         * backend/ev-bookmark.h:
13838         * pdf/xpdf/pdf-document.cc:
13839         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13840
13841         Handle external uris
13842
13843 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13844
13845         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13846         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13847
13848         Hook up bookmarks navigation
13849
13850 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13851
13852         * backend/Makefile.am:
13853         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13854         (ev_bookmark_get_title), (ev_bookmark_set_title),
13855         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13856         (ev_bookmark_get_page), (ev_bookmark_set_page),
13857         (ev_bookmark_get_property), (ev_bookmark_set_property),
13858         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13859         (ev_bookmark_new):
13860         * backend/ev-bookmark.h:
13861         * backend/ev-document-bookmarks.c:
13862         (ev_document_bookmarks_get_bookmark):
13863         * backend/ev-document-bookmarks.h:
13864         * pdf/xpdf/pdf-document.cc:
13865         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13866
13867         Add a bookmark object to the backend and use it instead of get_values
13868
13869 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13870
13871         * data/evince-ui.xml:
13872
13873         Cleanup and add select all.
13874
13875         * shell/ev-view.c: (ev_view_select_all),
13876         (ev_view_button_press_event):
13877         * shell/ev-view.h:
13878         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13879
13880         Add select all.
13881         Clear selection on click.
13882
13883 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13884
13885         * shell/ev-sidebar-thumbnails.c
13886         (ev_sidebar_thumbnails_set_document): forgot to unref the
13887         loading_icon.
13888
13889 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13890
13891         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13892         at the visible page, not just linearly.  This makes it look fast.
13893
13894 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13895
13896         * backend/ev-document-misc.c
13897         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13898         white.
13899         * backend/ev-document-thumbnails.h: New interface to get the size
13900         of a page.
13901
13902 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13903
13904         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13905         make dist works
13906
13907 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13908
13909         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13910         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13911         things up a bit.
13912
13913         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13914
13915 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13916
13917         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13918         fonts. Should fix font problems on systems that have the base
13919         fonts in bitmap format. Reported by James Henstridge
13920         <james@jamesh.id.au>.
13921
13922 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13923
13924         * pdf/xpdf/Gfx.cc:
13925         * pdf/xpdf/GfxState.cc:
13926
13927         Fix for CAN-2004-1125
13928
13929 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13930
13931         * shell/ev-view.c: (ev_view_copy):
13932         * shell/ev-view.h:
13933         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13934
13935         Implement Edit->Copy
13936
13937 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13938
13939         * backend/ev-document.c: (ev_document_get_text):
13940         * backend/ev-document.h:
13941         * pdf/xpdf/pdf-document.cc:
13942         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13943         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13944         (ev_view_update_primary_selection), (ev_view_button_press_event),
13945         (ev_view_motion_notify_event), (ev_view_button_release_event):
13946
13947         Beginnings of clipboard support. Incomplete but primary sort
13948         of work.
13949
13950 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13951
13952         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13953         (expose_bin_window):
13954
13955         Nicer rubberband drawing, from GtkIconView.
13956
13957 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13958
13959         * backend/ev-document.c: (ev_document_save):
13960         * backend/ev-document.h:
13961         * data/evince-ui.xml:
13962         * pdf/xpdf/pdf-document.cc:
13963         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13964
13965         Implement "Save a copy..." menu item
13966
13967 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13968
13969         * shell/ev-view.c: (ev_view_zoom):
13970
13971         Queue a resize when zoom changes
13972
13973 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13974
13975         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13976         shadows.
13977
13978         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13979         thumbnails..
13980
13981 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13982
13983         * pdf/xpdf/pdf-document.cc
13984         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13985
13986 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13987
13988         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13989         It's slow, but I'll speed it up next!
13990
13991 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13992
13993         * shell/main.c (load_files):
13994
13995         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13996         from the command line and because it seems more appropriate.
13997
13998 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13999
14000         * data/evince-ui.xml:
14001         * shell/ev-window.c: (update_action_sensitivity),
14002         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14003
14004         s/next page/page down
14005         s/previous page/page up
14006
14007 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14008
14009         * data/evince-ui.xml:
14010
14011         Change the layout to match clarkbw design.
14012
14013         * shell/Makefile.am:
14014         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14015         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14016         (ev_navigation_action_finalize),
14017         (ev_navigation_action_set_property),
14018         (ev_navigation_action_get_property),
14019         (ev_navigation_action_class_init):
14020         * shell/ev-navigation-action.h:
14021
14022         Implement clarkbw toolbar navigation controls (incomplete)
14023
14024         * shell/ev-page-action.c: (update_label), (update_spin),
14025         (value_changed_cb), (create_tool_item), (connect_proxy),
14026         (ev_page_action_init), (ev_page_action_finalize),
14027         (ev_page_action_set_property), (ev_page_action_get_property),
14028         (ev_page_action_set_current_page),
14029         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14030         * shell/ev-page-action.h:
14031
14032         Implement a page switcher in the toolbar
14033
14034         * shell/ev-view.c: (ev_view_scroll_view):
14035         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14036         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14037         (register_custom_actions), (ev_window_init):
14038
14039         Change page on PageUp/Down.
14040
14041 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14042
14043         * pdf/xpdf/pdf-document.cc
14044         (pdf_document_thumbnails_get_thumbnail): initial stab at
14045         implementing thumbnail support for pdfs.  It only does documents
14046         with precached pdfs now.
14047
14048 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14049
14050         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14051         thumbnail code into a time-based idle as well.  Also, turn off the
14052         shadow temporarily as it's really slow.
14053
14054 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14055
14056         * backend/ev-document.c: (ev_document_class_init):
14057         * pdf/xpdf/pdf-document.cc:
14058         * shell/ev-window.c: (ev_window_open):
14059
14060         Fix document title bugs and fallback to
14061         filename when not available.
14062
14063 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14064
14065         * backend/ev-document.c: (ev_document_get_type),
14066         (ev_document_class_init), (ev_document_load),
14067         (ev_document_get_title):
14068         * backend/ev-document.h:
14069         * pdf/xpdf/pdf-document.cc:
14070         * ps/ps-document.c: (ps_document_set_property),
14071         (ps_document_get_property), (ps_document_class_init),
14072         (document_load):
14073         * ps/ps-document.h:
14074         * ps/ps.h:
14075         * shell/ev-window.c: (update_window_title), (ev_window_open),
14076         (ev_window_init):
14077
14078         Initial support for document title. Not working yet.
14079
14080 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14081
14082         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14083
14084         Grab focus on the view when clicking it
14085
14086 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14087
14088         * shell/ev-marshal.list:
14089         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14090         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14091
14092         Add key bindings to the view. Now if the focus would work
14093         right...
14094
14095 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14096
14097         * Makefile.am:
14098         * backend/Makefile.am:
14099         * data/Makefile.am:
14100         * dvi/Makefile.am:
14101         * dvi/dvilib/Makefile.am:
14102         * pdf/xpdf/Makefile.am:
14103         * po/POTFILES.in:
14104         * ps/Makefile.am:
14105
14106         Fix distcheck
14107
14108 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14109
14110         * shell/ev-view.c: (ev_view_realize):
14111
14112         Fix mouse wheel scrolling
14113
14114 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14115
14116         * ps/Makefile.am:
14117         * ps/gstypes.h:
14118         * ps/gtkgs.c:
14119         * ps/gtkgs.h:
14120         * ps/ps-document.c: (catchPipe), (ps_document_init),
14121         (ps_document_class_init), (ps_document_cleanup),
14122         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14123         (set_up_page), (close_pipe), (is_interpreter_ready),
14124         (interpreter_failed), (output), (input), (start_interpreter),
14125         (stop_interpreter), (file_length), (file_readable),
14126         (check_filecompressed), (check_pdf), (compute_xdpi),
14127         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14128         (ps_document_get_type), (ps_document_emit_error_msg),
14129         (document_load), (ps_document_next_page),
14130         (ps_document_get_current_page), (ps_document_get_page_count),
14131         (ps_document_goto_page), (ps_document_set_page_size),
14132         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14133         (ps_document_load), (ps_document_get_n_pages),
14134         (ps_document_set_page), (ps_document_get_page),
14135         (ps_document_widget_event), (ps_document_set_target),
14136         (ps_document_set_scale), (ps_document_set_page_offset),
14137         (ps_document_get_page_size), (ps_document_render),
14138         (ps_document_document_iface_init):
14139         * ps/ps-document.h:
14140         * ps/ps.c:
14141         * shell/ev-window.c: (ev_window_open):
14142
14143         Rename GtkGS to PSDocument
14144
14145 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14146
14147         * ps/gtkgs.c: (gtk_gs_class_init):
14148         * ps/gtkgs.h:
14149
14150         Some more leftover...
14151
14152 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14153
14154         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14155         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14156         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14157         * ps/gtkgs.h:
14158
14159         Remove unused code and make a lot of stuff private
14160
14161 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14162
14163         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14164         (gtk_gs_defaults_changed):
14165         * ps/gsdefaults.h:
14166         * ps/gtkgs.c:
14167         * ps/gtkgs.h:
14168         * ps/ps.h:
14169
14170         Cleanup headers dependencies
14171
14172 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14173
14174         * ps/Makefile.am:
14175         * ps/ggvutils.c:
14176         * ps/ggvutils.h:
14177         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14178         * ps/gsdefaults.h:
14179         * ps/gtkgs.c: (file_length), (file_readable),
14180         (check_filecompressed), (check_pdf), (gtk_gs_load),
14181         (gtk_gs_get_postscript):
14182
14183         Get rid of ggvutils
14184
14185 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14186
14187         * ps/ggvutils.c:
14188         * ps/ggvutils.h:
14189         * ps/gsio.h:
14190         * ps/gtkgs.c: (gtk_gs_set_zoom):
14191
14192         Cleanups
14193
14194 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14195
14196         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14197
14198         Ensure the page is rerendered when changing zoom
14199
14200 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14201
14202         * backend/ev-document.c: (ev_document_base_init),
14203         (ev_document_changed):
14204         * backend/ev-document.h:
14205
14206         Add a changed event that is emitted when the page content
14207         changes. This is necessary to deal with the fact that
14208         in ps backend rendering happen asycrounously.
14209         This makes the ps backend mostly work.
14210
14211         * pdf/xpdf/pdf-document.cc:
14212
14213         Emit changed event
14214
14215         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14216         (ps_document_set_target):
14217
14218         Emit changed event
14219
14220         * shell/ev-view.c: (document_changed_callback),
14221         (ev_view_set_document), (ev_view_set_page):
14222
14223         Redraw on the changed signal
14224
14225 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14226
14227         * configure.ac: Added pt_BR to ALL_LINGUAS.
14228
14229 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14230
14231         * backend/ev-document-bookmarks.c:
14232         (ev_document_bookmarks_get_child): *
14233         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14234         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14235         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14236         (ev_sidebar_bookmarks_destroy),
14237         (ev_sidebar_bookmarks_class_init),
14238         (ev_sidebar_bookmarks_construct), (stack_data_free),
14239         (do_one_iteration), (populate_bookmarks_idle),
14240         (ev_sidebar_bookmarks_clear_document),
14241         (ev_sidebar_bookmarks_set_document): *
14242         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14243         (ev_sidebar_add_page),
14244         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14245         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14246         it displays both the topics and the page numbers.
14247
14248 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14249
14250         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14251         toggle.
14252         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14253         visible.
14254
14255 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14256
14257         * configure.ac: Added en_CA to ALL_LINGUAS.
14258
14259 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14260
14261         * ChangeLog: replace bottom of this ChangeLog (merged history of
14262         ggv and gpdf; where all paths were wrong and most of the files are
14263         not even in this tree) with ChangeLog (from arch) of the shell
14264         code.
14265
14266 2004-12-23  Havoc Pennington  <hp@redhat.com>
14267
14268         * shell/ev-window.c: hook up potentially-questionable "find
14269         results status text" feature - something involving the sidebar or
14270         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14271         might be better in the end.
14272
14273         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14274         with corresponding signal when it should be updated
14275
14276         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14277
14278 2004-12-22  Havoc Pennington  <hp@redhat.com>
14279
14280         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14281         find stuff on other pages, sort of (only returns one result on
14282         invisible pages, to show they have results; updates full results
14283         for a page when you view it). Currently repaints the current page
14284         every time a new result is found on any page, which isn't so nice.
14285
14286 2004-12-22  Havoc Pennington  <hp@redhat.com>
14287
14288         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14289         the document doesn't support find (better ideas?)
14290         (find_bar_search_changed_cb): handle missing document or document
14291         that doesn't support find
14292
14293         * pdf/xpdf/pdf-document.cc: port to implement the new
14294         EvDocumentFindIface
14295
14296         * backend/ev-document-find.c: create a new interface for searching
14297
14298         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14299
14300 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14301
14302         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14303         libevbackend.la.
14304
14305         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14306         EvPrintJob constructor arguments.
14307
14308         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14309         for documents that can export PostScript (page by page).
14310
14311         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14312         
14313         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14314         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14315         (pdf_document_ps_exporter_iface_init:
14316         Implement EvPSExporter.
14317
14318         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14319
14320 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14321
14322         * backend/Makefile.am:
14323         * backend/ev-document-thumbnails.c:
14324         (ev_document_thumbnails_get_type),
14325         (ev_document_thumbnails_get_thumbnail):
14326         * backend/ev-document-thumbnails.h:
14327         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14328         (pixbuf_document_thumbnails_get_thumbnail),
14329         (pixbuf_document_document_thumbnails_iface_init):
14330         * shell/Makefile.am:
14331         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14332         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14333         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14334         * shell/ev-sidebar-thumbnails.h:
14335         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14336         (ev_sidebar_set_document):
14337         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14338         (create_shadow), (ev_pixbuf_add_shadow):
14339         * shell/ev-utils.h:
14340         Add thumbnail support.
14341         
14342 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14343
14344         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14345         (using_postscript_printer): Set up a print dialog for "PostScript
14346         injection" method.
14347
14348         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14349         EvPrintJob.
14350
14351         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14352
14353 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14354
14355         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14356         (ps_document_set_target), (ps_document_get_page_size),
14357         (ps_document_render):
14358         * ps/gtkgs.h:
14359
14360         Fix a few bugs
14361
14362 2004-12-22  Christian Rose  <menthos@menthos.com>
14363
14364         * configure.ac: Added "sv" to ALL_LINGUAS.
14365
14366 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14367
14368         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14369         document supports bookmarks.
14370
14371 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14372
14373         * ps/ggvutils.c: (ggv_file_readable):
14374         * ps/ggvutils.h:
14375         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14376         (gtk_gs_get_postscript):
14377
14378         Remove unused utils
14379
14380 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14381
14382         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14383         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14384         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14385         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14386         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14387         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14388         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14389         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14390         (gtk_gs_set_antialiasing), (ps_document_load),
14391         (ps_document_render):
14392         * ps/gtkgs.h:
14393
14394         Another check point for the ps backend. Now I can get it to show
14395         pages!
14396
14397 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14398
14399         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14400         document setting code.
14401
14402 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14403
14404         * shell/eggfindbar.c: (entry_activate_callback):
14405         Animate the next button when activate is pressed.
14406         
14407 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14408
14409         * shell/ev-window.c: (ev_window_cmd_edit_find),
14410         (update_fullscreen_popup), (ev_window_fullscreen),
14411         (ev_window_unfullscreen), (ev_window_state_event_cb),
14412         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14413         Fix bugs in fullscreen code.
14414         
14415 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14416
14417         * Makefile.am:
14418         * configure.ac:
14419         * pixbuf/Makefile.am:
14420         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14421         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14422         (pixbuf_document_set_page), (pixbuf_document_get_page),
14423         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14424         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14425         (pixbuf_document_render), (pixbuf_document_begin_find),
14426         (pixbuf_document_end_find), (pixbuf_document_finalize),
14427         (pixbuf_document_class_init),
14428         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14429         * pixbuf/pixbuf-document.h:
14430         * shell/Makefile.am:
14431         * shell/ev-application.c: (ev_application_open):
14432         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14433         (ev_window_open):
14434         Add pixbuf backend.
14435         
14436 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14437
14438         * Makefile.am: 
14439         * dvi/dvilib/Makefile.am:
14440         * dvi/Makefile.am:
14441         * configure.ac: Auto*ify dvi and dvi/dvilib
14442
14443         * dvi/Makefile: Remove from CVS
14444         
14445         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14446         confusion.
14447
14448         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14449         
14450         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14451         
14452 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14453
14454         * ps/Makefile.am:
14455         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14456         (gtk_gs_value_adjustment_changed), (compute_size),
14457         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14458         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14459         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14460         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14461         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14462         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14463         (ps_document_load), (ps_document_get_n_pages),
14464         (ps_document_set_page), (ps_document_get_page),
14465         (ps_document_set_target), (ps_document_set_scale),
14466         (ps_document_set_page_offset), (ps_document_get_page_size),
14467         (ps_document_render), (ps_document_begin_find),
14468         (ps_document_end_find), (ps_document_document_iface_init):
14469         * ps/gtkgs.h:
14470         * shell/Makefile.am:
14471         * shell/ev-window.c: (ev_window_open):
14472
14473         Some work to integrate gtkgs with EvDocument
14474
14475 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14476
14477         * shell/ev-window.c: (update_fullscreen_popup),
14478         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14479         (exit_fullscreen_button_clicked_cb),
14480         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14481         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14482         (ev_window_state_event_cb), (ev_window_init):
14483         Add fullscreen support from Epiphany.
14484         
14485 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14486
14487         * data/ev-stock-zoom-fit-width.png: fit-width
14488         stock icon from gpdf.
14489         
14490         * shell/ev-stock-icons.[ch]: copied from gpdf.
14491         
14492         * shell/main.c: (main): init stock icons.
14493         
14494         * shell/ev-window.c: use the fit-width icon.
14495         
14496         * data/evince-ui.xml: add zooming toolbar items.
14497
14498 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14499
14500         * shell/ev-view.c: 
14501         (ev_view_best_fit), (ev_view_fit_width): because
14502         get_page_size() returns the scaled page size, we
14503         need to calculate the scale factor relative to
14504         the previous scale factor. Should really just
14505         add get_real_page_size().
14506
14507 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14508
14509         * shell/ev-view.[ch]:
14510         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14511         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14512         add zooming.
14513         
14514         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14515         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14516         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14517         hook it up.
14518         
14519         * pdf/xpdf/pdf-document.cc:
14520         (pdf_document_begin_find),
14521         (pdf_document_end_find): make static.
14522
14523 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14524
14525         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14526
14527         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14528         names to fontconfig patterns.
14529         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14530
14531         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14532         setupBaseFontsFc.
14533
14534 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14535
14536         * Makefile.am:
14537         * configure.ac:
14538         * ps/Makefile.am:
14539         * ps/ggvutils.c:
14540         * ps/ggvutils.h:
14541         * ps/gsdefaults.c:
14542         * ps/gsdefaults.h:
14543         * ps/gsio.c:
14544         * ps/gsio.h:
14545         * ps/gtkgs.c:
14546         * ps/gtkgs.h:
14547         * ps/ps.c:
14548         * ps/ps.h:
14549
14550         Import ggv backend. Not hooked up yet.
14551
14552 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14553
14554         * shell/main.c: (load_files), (main): load files
14555         from the command line.
14556
14557 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14558
14559         * configure.ac: don't require bonobo.
14560         
14561         * cut-n-paste/recent-files/*: kill bonobo recent
14562         view.
14563
14564         * shell/ev-window.c:
14565         (ev_window_is_empty): upd.
14566         (unable_to_load), (ev_window_open): load backend
14567         based on the mime type.
14568
14569 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14570
14571         * backend/.cvsignore: ignore generated marshalers source.
14572
14573         * shell/main.c (main): this is not epiphany.
14574
14575 2004-12-22  Havoc Pennington  <hp@redhat.com>
14576
14577         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14578         (expose_bin_window): draw find highlights
14579
14580         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14581         
14582         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14583         (pdf_document_end_find): implement this interface
14584
14585         * backend/ev-document.c (ev_document_found): add this to emit
14586         signal
14587
14588 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14589
14590         * data/evince-ui.xml: Add a few more toolbar items.
14591
14592         * shell/ev-window.c: Hook up page navigation toolbar 
14593         items.
14594
14595         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14596         a page-changed signal.
14597
14598         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14599         Add ev_document_get_page().
14600
14601         * shell/ev-window.c: Sensitize/desensitize navigation
14602         actions.
14603
14604 2004-12-21  Havoc Pennington  <hp@redhat.com>
14605
14606         * backend/ev-backend-marshal.c,
14607         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14608         marshaler-generator thingy. I'm sure there's a better way to do
14609         this in the modern world.
14610
14611         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14612         end_find methods and "found" signal.
14613
14614         * configure.ac: find glib-genmarshal
14615
14616 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14617
14618         * shell/ev-sidebar.c: Construct an actual sidebar.
14619         * shell/ev-sidebar-bookmarks.[ch]:
14620         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14621
14622 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14623
14624         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14625         Redo size handling.
14626         
14627         * shell/ev-view.c: Track the size from the document.
14628
14629 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14630
14631         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14632         constructor assumes ownership of the string passed in.
14633         
14634         * shell/ev-window.c (ev_window_open): Destroy the error
14635         dialog once we've displayed it.
14636
14637 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14638
14639         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14640         a bit, it works! (sort of)
14641
14642         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14643         Move to .cc since we need to use C++ in the implementation.
14644
14645         * shell/dummy.cc: Add a CC file to force evince
14646         to be linked as a C++ program.
14647
14648 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14649
14650         * shell/ev-view.[ch]: Start of content-area widget.
14651
14652         * shell/ev-window.c: Create a EvView, update it
14653         as we change documents.
14654
14655         * shell/Makefile.am shell/ev-marshal.list: Add
14656         generated marshalers.
14657
14658 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14659
14660         * Makefile.am (SUBDIRS): move shell.
14661
14662 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14663
14664         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14665         .a to libtool convenience libraries.
14666
14667         * shell/ev-window.c (ev_window_open): Hard code loading
14668         a PDF document.
14669         
14670         * backend/ev-document.h: Add a boolean return to load(),
14671         fix GError * to GError **.
14672
14673         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14674         object for a PDF backend EvDocument.
14675
14676 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14677
14678         * dvi/*: New directory with the beginning of a .dvi backend.
14679
14680 2004-12-21  Havoc Pennington  <hp@redhat.com>
14681
14682         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14683         previous/next instead of back/forward
14684
14685 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14686
14687         * backend/ev-document.[ch]: Fix a couple of problems so
14688         it compile.
14689
14690 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14691
14692         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14693         to backend/ directory, rename EvViewer to EvDocument.
14694
14695 2004-12-21  Havoc Pennington  <hp@redhat.com>
14696
14697         * shell/ev-window.c: hook up the find bar widget; now we just need
14698         a document to find things in
14699
14700         * shell/eggfindbar.c: a find bar widget
14701
14702 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14703
14704         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14705
14706 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14707
14708         * pdf/**: Import of xpdf code from gpdf. 
14709
14710         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14711
14712         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14713         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14714         Fix FreeType includes.
14715
14716         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14717         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14718         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14719         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14720         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14721         Include xpdfconfig.h
14722         
14723 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14724
14725         * shell/ev-window.c (ev_window_dispose): dispose can be called
14726         multiple times.
14727
14728 2004-12-21  Havoc Pennington  <hp@redhat.com>
14729
14730         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14731         rather than Evince
14732
14733         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14734         items; really they should be synced with the strings, etc. from
14735         current gpdf, but just getting the boring typing out of the way 
14736
14737 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14738
14739         * po/POTFILES.in:
14740         * shell/ev-application.c: (window_destroy_cb):
14741         * shell/ev-window.c:
14742         * shell/main.c: (main):
14743
14744         Actually show the window...
14745
14746 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14747
14748         * Makefile.am:
14749         * shell/Makefile.am:
14750         * shell/ev-application.c: (ev_application_class_init):
14751         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14752
14753         Make it build again
14754
14755 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14756
14757         Import to gnome cvs.
14758         
14759         * Remove copies of gpdf and ggv trees.
14760         * Rip out all the recursive configure code.
14761         * Remove bonobo machinery.
14762         * viewer/*: GInterfaces that backends should/can implement.
14763
14764 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14765
14766         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14767         typo
14768
14769 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14770
14771         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14772         (ev_application_finalize, ev_application_class_init)
14773         (ev_application_init): use GType instance private data for priv.
14774
14775         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14776         (ev_window_finalize, ev_window_class_init)
14777         (ev_window_init): ditto.
14778
14779 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14780
14781         * shell/ev-application.c (ev_application_new_window): make public
14782         (ev_application_show_initial_window): kill.
14783
14784         * shell/ev-application.h: update prototypes.
14785
14786         * shell/main.cc (main): inline ev_application_show_initial_window.
14787
14788 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14789
14790         * shell/ev-application.c (ev_application_new_window): impl.
14791         (ev_application_show_initial_window): use it.
14792         (is_window_empty, ev_application_get_empty_window): returns an
14793         existing empty window or a new one.
14794         (ev_application_open): from ev_window_cmd_file_open.
14795
14796         * shell/ev-application.h: update prototypes
14797
14798         * shell/ev-window.c (ev_window_is_empty): impl.
14799         (ev_window_open): make public.
14800         (ev_window_cmd_file_open): use ev_application_open
14801
14802         * shell/ev-window.h: update prototypes, remove unused.
14803
14804 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14805
14806         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14807         move destroy handler out of here...
14808
14809         * shell/ev-application.c, shell/ev-application.h: ...into this new
14810         class. Also handles initial window creation.
14811
14812         * shell/main.cc (main): use EvApplication to create initial
14813         window.
14814
14815 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14816
14817         * Makefile.am (SUBDIRS): add cut-n-paste
14818
14819         * cut-n-paste/Makefile.am: add
14820
14821         * configure.ac: generate Makefiles in cut-n-paste
14822
14823 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14824
14825         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14826         (ev_window_class_init): install ev_window_dispose.
14827
14828 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14829
14830         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14831         char (gchar looks stupid).
14832
14833 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14834
14835         * po/de.po: updated German translation.
14836
14837 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14838
14839         * configure.ac: add more pkg-config library checks for gnome-vfs,
14840         bonobo etc.
14841
14842         * gpdf/configure.in: temporarily disable libpaper
14843         checks. Otherwise I'd have to add the checks for the shell, too.
14844
14845 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14846
14847         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14848         and * file filters to the file choose.
14849
14850 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14851
14852         * po/de.po: Updated German translation.
14853
14854 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14855
14856         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14857
14858 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14859
14860         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14861
14862         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14863         (ev_window_init): implement those menuitems.
14864
14865 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14866
14867         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14868
14869         * shell/ev-window.c (ev_window_init): use the toolbar.
14870
14871 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14872
14873         * shell/ev-window.c (ev_window_init): use menu translations
14874
14875 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14876
14877         * configure.ac: add "de" to ALL_LINGUAS.
14878
14879         * po/de.po: add German translation.
14880
14881 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14882
14883         * Makefile.am (SUBDIRS): add po
14884
14885         * configure.ac: check intltool, glib-gettext etc, generate
14886         po/Makefile.in
14887
14888         * po, po/POTFILES.in, po/POTFILES.skip: new.
14889
14890 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14891
14892         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14893         already use (#ifdef ENABLE_NLS)
14894
14895         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14896         pointer indirection thinko.
14897
14898         * shell/main.c: include gi18n.h for bindtextdomain etc.
14899
14900 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14901
14902         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14903         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14904         tooltips for menu items in the statusbar.
14905
14906 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14907
14908         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14909         pkgdatadir drop UIDIR
14910
14911 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14912
14913         * data/evince-ui.xml: Add File->Open menu item
14914
14915         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14916         chooser), hook it up in the ui manager.
14917
14918 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14919
14920         * shell/ev-window.c: fix Help->About tooltip.
14921
14922 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14923
14924         * configure.ac: set CFLAGS for libevprivate.
14925
14926         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14927         definitions, factory etc.
14928
14929         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14930
14931         * shell/Makefile.am: link against libevprivate.a.
14932
14933         * shell/ev-window.c (entries): add stock icon to Help->About.
14934
14935         * shell/main.c (main): init stock icon code.
14936
14937 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14938
14939         * lib/recent-files: egg recent files code
14940
14941         * lib/Makefile.am: add.
14942
14943         * Makefile.am: add lib subdir.
14944
14945         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14946         set CFLAGS for recent-files.
14947
14948 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14949
14950         * configure.ac: disable -ansi and -pedantic gcc flags. They
14951         disable POSIX stuff in stdio.h, but egg-recent uses them.
14952
14953 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14954
14955         * configure.ac: add --disable-deprecated flag (defaults to on in
14956         "cvs" builds).
14957
14958         * shell/Makefile.am (INCLUDES): use it.
14959
14960 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14961
14962         * shell/main.c: add missing #include.
14963
14964         * shell/ev-window.c: fix for pedantic gcc.
14965         (ev_window_cmd_help_about): split license into paragraphs for
14966         translators and pedantic compilers.
14967
14968 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14969
14970         * configure.ac: add more warning flags if compiling with gcc from
14971         cvs (or explicitly requested with --enable-more-warnings).
14972
14973 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14974
14975         * data/evince-ui.xml: add File and File->Close menu.
14976
14977         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14978         (ev_window_destroy): quit after destroy.
14979         (ev_window_class_init): override GtkObject::destroy.
14980         (entries): install close_window callback.
14981
14982 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14983
14984         * Makefile.am (SUBDIRS): add data subdir.
14985
14986         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14987         gtk+ 2.5.0 for GtkAboutDialog.
14988
14989         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14990         main window.
14991
14992         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14993
14994         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14995         manager.
14996         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14997
14998 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14999
15000         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15001
15002 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15003
15004         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15005
15006 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15007
15008         * shell/*: Added shell directory boilerplate, build it.
15009
15010 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15011
15012         * configure.ac, Makefile.am: Added top-level configure.ac and
15013         Makefile.am