]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix typo in error message. See bug #567910.
[evince.git] / ChangeLog
1 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (reload_remote_copy_ready_cb):
4
5         Fix typo in error message. See bug #567910.
6         
7 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-window.c: (ev_window_cmd_file_close_window):
10
11         Fix mnemonic conflict. Fixes bug #567937.
12         
13 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
14
15         * NEWS:
16         * configure.ac:
17
18         Update for release 2.25.4
19         
20 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
21
22         * configure.ac:
23         
24         GLib version requirement bumped to 2.18 due to g_set_error_literal.
25         Thanks to Christian Spurk.
26
27 2008-12-31  Hib Eris  <hib@hiberis.nl>
28         
29         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
30
31         Fix mime type handling.
32         
33 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * po/POTFILES.in:
36
37         Add ev-print-operation.c.
38         
39 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * shell/ev-window.c: (ev_window_clear_progress_idle),
42         (reset_progress_idle), (ev_window_show_progress_message),
43         (ev_window_reset_progress_cancellable),
44         (ev_window_progress_response_cb), (show_loading_progress),
45         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
46         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
47         (show_reloading_progress), (reload_remote_copy_ready_cb),
48         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
49         (show_saving_progress), (window_save_file_copy_ready_cb),
50         (window_save_file_copy_progress_cb), (ev_window_save_remote),
51         (ev_window_dispose):
52
53         Show progress information when loading/saving remote files. Fixes
54         bug #370958.
55         
56 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
57
58         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
59
60         Show better warning message when temp file cannot be deleted.
61         
62 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * shell/ev-window.c: (image_save_dialog_response_cb):
65
66         Fix saving images to remote locations.
67         
68 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * shell/ev-application.[ch]: (ev_application_shutdown),
71         (ev_application_get_print_settings_file),
72         (ev_application_save_print_settings),
73         (ev_application_get_print_settings),
74         (ev_application_set_print_settings),
75         (ev_application_get_page_setup), (ev_application_set_page_setup):
76         * shell/ev-window.c: (ev_window_save_print_page_setup),
77         (ev_window_load_print_page_setup_from_metadata),
78         (ev_window_print_page_setup_done_cb),
79         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
80         (ev_window_cmd_preview_print):
81
82         Remember page setup options too. Paper size is globally remembered
83         while page margins are stored per document in metadata file. Fixes
84         bugs #525185 and #349102.
85         
86 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
87
88         * shell/ev-print-operation.c:
89         (ev_print_operation_export_print_dialog_response_cb):
90
91         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
92         
93 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
94
95         * shell/ev-print-operation.c: (export_cancel),
96         (export_job_cancelled), (ev_print_operation_export_begin),
97         (ev_print_operation_export_cancel):
98         * shell/ev-window.c: (ev_window_print_cancel),
99         (ev_window_print_update_pending_jobs_message),
100         (ev_window_print_operation_done),
101         (ev_window_print_operation_status_changed),
102         (print_jobs_confirmation_dialog_response),
103         (ev_window_cmd_file_close_window):
104
105         Show a confirmation dialog when there are pending print jobs while
106         closing the main window. Fixes bug #480964.
107         
108 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
111         (ev_print_operation_get_job_name),
112         (ev_print_operation_get_status),
113         (ev_print_operation_get_progress),
114         (ev_print_operation_update_status),
115         (ev_print_operation_export_get_job_name), (clamp_ranges),
116         (get_first_and_last_page), (ev_print_operation_export_run_next),
117         (print_job_finished), (export_print_done), (export_job_cancelled),
118         (update_progress), (export_print_page),
119         (ev_print_operation_export_begin),
120         (ev_print_operation_export_print_dialog_response_cb),
121         (ev_print_operation_export_run),
122         (ev_print_operation_export_cancel),
123         (ev_print_operation_export_class_init):
124         * shell/ev-window.c:
125         (ev_window_print_update_pending_jobs_message),
126         (ev_window_print_operation_done),
127         (ev_window_print_progress_response_cb),
128         (ev_window_print_operation_status_changed),
129         (ev_window_print_operation_begin_print), (ev_window_print_range),
130         (ev_window_dispose):
131
132         Show progress information when printing. Fixes bug #482770.
133         
134 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
135
136         * shell/Makefile.am:
137         * shell/ev-progress-message-area.[ch]:
138         * shell/ev-message-area.[ch]: (ev_message_area_init),
139         (ev_message_area_set_image_from_stock):
140
141         Add EvProgressMessageArea derived from EvMessageArea to show
142         progress information in the message area. 
143         
144 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
147
148         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
149         close button. Add a function to get the contents of the message
150         area.
151         
152 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * shell/Makefile.am:
155         * shell/ev-print-operation.[ch]:
156         * shell/ev-jobs.[ch]: (ev_job_export_init),
157         (ev_job_export_dispose), (ev_job_export_run),
158         (ev_job_export_class_init), (ev_job_export_new),
159         (ev_job_export_set_page):
160         * shell/ev-window.c: (ev_window_print_operation_done),
161         (ev_window_print_range), (ev_window_dispose):
162
163         First step of the printing system rework. EvJobPrint has been
164         replaced by EvJobExport so that every page is scheduled to be
165         exported in a thread instead of scheduling the whole printing
166         process. This way the gui is responsive during printing.
167         
168 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * shell/ev-window.c: (setup_size_from_metadata),
171         (ev_window_load_print_settings_from_metadata):
172
173         Fix memory leaks.
174         
175 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * libdocument/ev-document.c: (ev_document_get_type):
178
179         Add GObject type as prerequisite to EvDocument interface so that
180         document instances can be used as GObjects.
181         
182 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
183
184         * shell/ev-view.c: (jump_to_find_result):
185
186         Only jump the the location of the find result for the first match
187         when searching. It drastically improves the performance when
188         searching. Bug catched and fixed by Michael Hunold. Fixes bug
189         #564774.
190         
191 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * properties/ev-properties-main.c: (ev_properties_get_pages):
194         * properties/ev-properties-view.[ch]:
195         (ev_properties_view_dispose), (ev_properties_view_class_init),
196         (ev_properties_view_set_info), (ev_properties_view_new):
197         * shell/ev-properties-dialog.[ch]:
198         (ev_properties_dialog_set_document):
199         * shell/ev-window.c: (ev_window_setup_document),
200         (ev_window_cmd_file_properties):
201
202         Add document URI to properties page. Fixes bug #555376.
203         
204 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
205
206         * configure.ac:
207         * data/Makefile.am:
208         * data/evince-password.glade: Removed
209         * data/evince-properties.glade: Removed
210         * properties/ev-properties-view.c:
211         (ev_properties_view_class_init), (set_property),
212         (ev_properties_view_set_info), (ev_properties_view_init):
213         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
214         (font_cell_data_func), (ev_properties_fonts_init):
215
216         Remove Glade dependency.
217         
218 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * backend/comics/comics-document.c: (comics_document_load):
221
222         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
223         
224 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
225
226         * NEWS:
227         * configure.ac:
228
229         Update for release 2.25.2
230         
231 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
232
233         * configure.ac:
234         * shell/Makefile.am:
235         * shell/ev-keyring.[ch]:
236         * shell/ev-password.[ch]: Removed
237         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
238         (ev_password_view_class_init), (ev_password_view_clicked_cb),
239         (ev_password_view_init), (ev_password_view_set_uri),
240         (ev_password_dialog_got_response),
241         (ev_password_dialog_remember_button_toggled),
242         (ev_password_dialog_entry_changed_cb),
243         (ev_password_dialog_entry_activated_cb),
244         (ev_password_view_ask_password), (ev_password_view_get_password),
245         (ev_password_view_get_password_save_flags),
246         (ev_password_view_new):
247         * shell/ev-window.c: (ev_window_password_view_unlock),
248         (ev_window_load_job_cb), (ev_window_close_dialogs),
249         (ev_window_init):
250
251         Rework the password view. When the password is in the keyring it's
252         used automatically without showing the password dialog and it's  
253         only stored in the keyring when we are sure it's correct. The
254         password dialog has been reworked too, in order to make it
255         more hig compliant and consistent with the GTK+ dialog used in
256         gtkmountoperation. Fixes bug #562496. 
257         
258 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * backend/comics/comics-document.c: (comics_document_load):
261
262         Do not trust file extensions when getting the command needed to
263         uncompress comic documents. Fixes bug #562143.
264         
265 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * libdocument/ev-document-factory.c: (get_document_from_uri),
268         (ev_document_factory_get_document):
269         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
270         (get_mime_type_from_data), (ev_file_get_mime_type):
271
272         Move mime-type functions from document-facrory to file-helpers so
273         that it can be reused.
274         
275 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
276
277         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
278         (window_open_file_copy_ready_cb), (ev_window_reload_local),
279         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
280         (ev_window_reload_remote), (ev_window_reload_document):
281
282         Add support for reloading remote documents. Fixes bug #555399.
283         
284 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-view.c: (ev_view_find_previous):
287
288         Make sure find_result is never < 0 which causes a crash while
289         searching. Fixes bug #558377.
290         
291 2008-11-19  Marek Kašík <mkasik@redhat.com>
292
293         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
294         (ev_pixbuf_cache_get_selection_surface):
295         
296         Fixes crash on fast scrolling with simultaneous text selection.
297
298 2008-11-19  Marek Kašík <mkasik@redhat.com>
299
300         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
301         * shell/ev-window.c (launch_external_uri):
302         
303         Fixes assertion fail on selecting text. See bug #561393.
304
305 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * shell/Makefile.am:
308         * shell/ev-jobs.[ch]: (ev_job_layers_init),
309         (ev_job_layers_dispose), (ev_job_layers_run),
310         (ev_job_layers_class_init), (ev_job_layers_new):
311         * shell/ev-sidebar-layers.[ch]:
312         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
313         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
314         (ev_view_reload_page), (ev_view_reload):
315         * shell/ev-window.c: (setup_sidebar_from_metadata),
316         (ev_window_sidebar_current_page_changed_cb),
317         (sidebar_layers_visibility_changed), (ev_window_init):
318
319         Add layers support.
320         
321 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * data/icons/22x22/actions/Makefile.am:
324         * data/icons/22x22/actions/eye.png:
325         * shell/ev-stock-icons.[ch]:
326         
327         Add eye icon from gimp to hide/show layers.
328         
329 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
330
331         * configure.ac:
332         * cut-n-paste/Makefile.am:
333         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
334         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
335         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
336
337         Add GimpCellRendererToggle from gimp slightly modified to fit our
338         needs. 
339         
340 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * configure.ac:
343         * backend/pdf/ev-poppler.cc:
344
345         Implement layers interface in PDF backend.
346         
347 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * libdocument/Makefile.am:
350         * libdocument/ev-document-layers.[ch]:
351         * libdocument/ev-layer.[ch]:
352
353         Add optional content (layers) interface.
354         
355 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
356
357         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
358         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
359
360         Removes unused code.
361
362 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * NEWS:
365         * configure.ac:
366
367         Update for 2.25.1 release
368
369 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * shell/ev-window.c:
372
373         Fix build with GTK+ < 2.14
374
375 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
376
377         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
378         
379         Makes menu label translatable. Fixes bug #559129.
380
381 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
382
383         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
384         (t1_transform_font):
385         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
386         
387         More renames of warning to mdvi_warning in follow up to the
388         fix of the bug #553369. Fix for the bug #559257 by
389         Tuxce <tuxce.net@gmail.com>.
390         
391 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * shell/ev-application.c: (ev_application_init_session):
394         * shell/main.c: (main):
395
396         Move the egg_set_desktop_file() call to main and remove
397         gtk_window_set_default_icon_name() since it's already called by
398         egg_set_desktop_file()
399         
400 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
401
402         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
403
404         Initialize GError to NULL.
405         
406 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * shell/ev-window.c: (window_save_file_copy_ready_cb),
409         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
410         (ev_window_preview_print_finished), (launch_action):
411
412         Do not use popup dialogs to show error messages anymore, use the
413         message area instead.
414         
415 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * shell/ev-window.c: (ev_window_error_message),
418         (ev_window_warning_message), (ev_window_set_document),
419         (ev_window_load_job_cb), (ev_window_load_remote_failed),
420         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
421         (ev_window_cmd_help_contents), (launch_external_uri),
422         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
423         (ev_attachment_popup_cmd_open_attachment),
424         (attachment_save_dialog_response_cb):
425
426         Use a message format (with printf()-style) in
427         ev_window_error_message and ev_window_warning_message.
428
429 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * shell/ev-window.c: (ev_window_error_message),
432         (ev_window_warning_message), (ev_window_set_document),
433         (ev_window_load_job_cb), (ev_window_load_remote_failed),
434         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
435         (ev_window_cmd_help_contents), (launch_external_uri),
436         (image_save_dialog_response_cb),
437         (ev_attachment_popup_cmd_open_attachment),
438         (attachment_save_dialog_response_cb):
439
440         Change ev_window_error_message and ev_window_warning_message to
441         receive a EvWindow instead of a GtkWindow. It's more consistent
442         and avoids unneeded casts.
443         
444 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * shell/ev-window.c: (ev_window_cmd_help_contents):
447
448         Use gtk_show_uri() when availale to display help contents.
449         
450 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * configure.ac:
453         * backend/pdf/ev-poppler.cc:
454         * properties/ev-properties-view.c:
455         * shell/Makefile.am:
456         * shell/ev-tooltip.[ch]: Removed
457         * shell/ev-view-private.h
458         * shell/eggfindbar.c:
459         * shell/ev-application.c:
460         * shell/ev-open-recent-action.c:
461         * shell/ev-sidebar-thumbnails.c:
462         * shell/ev-view.c:
463         * shell/ev-window.c:
464
465         Bump GTK+ requirement to 2.12.
466         
467 2008-10-27 Christian Persch <chpe@gnome.org>
468
469         * backend/djvu/djvu-document.c
470         * backend/dvi/cairo-device.c
471         * cut-n-paste/evmountoperation/ev-mount-operation.h
472         * cut-n-paste/gedit-message-area/gedit-message-area.h
473         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
474         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
475         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
476         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
477         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
478         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
479         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
480         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
481         * cut-n-paste/zoom-control/ephy-zoom-action.c
482         * cut-n-paste/zoom-control/ephy-zoom-action.h
483         * cut-n-paste/zoom-control/ephy-zoom-control.c
484         * cut-n-paste/zoom-control/ephy-zoom-control.h
485         * libdocument/ev-async-renderer.h
486         * libdocument/ev-document-factory.c
487         * libdocument/ev-document-misc.h
488         * libdocument/ev-image.h
489         * libdocument/ev-selection.h
490         * shell/ev-properties-fonts.h
491         * shell/ev-stock-icons.h
492         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
493         directly. Bug #558064.
494
495 2008-10-27 Christian Persch <chpe@gnome.org>
496
497         * cut-and-paste/smclient/*: Update from libegg.
498
499 2008-10-27 Christian Persch <chpe@gnome.org>
500
501         * backend/djvu/djvu-document.c
502         * backend/ps/ev-spectre.c
503         * shell/ev-jobs.c: Use printf safely. Bug #558066.
504
505 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
506
507         * shell/ev-view.c (ev_view_change_page),
508         (ev_view_transition_animation_finish),
509         (ev_view_transition_animation_cancel), (page_changed_cb),
510         (ev_view_set_presentation), (ev_view_next_page),
511         (ev_view_previous_page):
512         
513         Cancel the animation without scheduling transition start
514         and proceed to the next page to fix bug #516749.
515
516 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * NEWS:
519         * configure.ac:
520
521         Update for release 2.24.1
522         
523 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * shell/ev-window.c: (ev_window_cmd_view_presentation):
526
527         Disable toggle function of F5 when in presentation mode. Patch by
528         Dave Neary. Fixes bug #556162.
529         
530 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
533         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
534         (ev_sidebar_thumbnails_fill_model),
535         (ev_sidebar_thumbnails_refresh),
536         (ev_sidebar_thumbnails_set_document):
537
538         Instead of using only one loading icon for thumbnails based on the
539         size of the first page, create an icon for every different page
540         size. Fixes bug #556264.
541         
542 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * shell/ev-page-cache.c: (ev_page_cache_finalize):
545
546         Fix memory leak.
547         
548 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
549
550         * shell/ev-window-title.c (ev_window_title_sanitize_title):
551
552         Removes bad prefixes from window title. Patch by 
553         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
554         
555 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * shell/ev-window.c: (launch_external_uri):
558
559         Do not consider mailto links as http uris. Fixes bug #555801.
560         
561 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * shell/ev-view.c: (merge_selection_region), (clear_selection):
564
565         Fix memory leak. Fixes bug #555134.
566         
567 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
570
571         Emit the job finished signal when the job is handled before the
572         page_ready callback.
573         
574 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * shell/ev-window.c: (launch_action):
577
578         Use GdkAppLaunchContext when available to launch external
579         applications.
580         
581 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * shell/ev-window.c: (launch_action):
584
585         Fix launching external applications for launch actions which seems
586         to be broken since the gio port. Fixes bug #554500.
587         
588 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * backend/dvi/Makefile.am:
591         * backend/dvi/cairo-device.c:
592         * backend/dvi/dvi-document.c:
593         * backend/dvi/mdvi-lib/Makefile.am:
594
595         Fix several compile warnings in the dvi backend.
596         
597 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
598
599         * backend/dvi/mdvi-lib/common.h:
600         * backend/dvi/mdvi-lib/dviread.c:
601         * backend/dvi/mdvi-lib/font.c:
602         * backend/dvi/mdvi-lib/fontmap.c:
603         * backend/dvi/mdvi-lib/fontsrch.c:
604         * backend/dvi/mdvi-lib/gf.c:
605         * backend/dvi/mdvi-lib/pagesel.c:
606         * backend/dvi/mdvi-lib/pk.c:
607         * backend/dvi/mdvi-lib/sp-epsf.c:
608         * backend/dvi/mdvi-lib/special.c:
609         * backend/dvi/mdvi-lib/tfm.c:
610         * backend/dvi/mdvi-lib/tfmfile.c:
611         * backend/dvi/mdvi-lib/util.c:
612         * backend/dvi/mdvi-lib/vf.c:
613
614         Rename error as mdvi_error to avoid symbol conflicts with the libc
615         error. Rename also message, crash, fatal and warning for
616         consistency. Fixes bug #553369.
617         
618 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * backend/dvi/dvi-document.c: (dvi_document_load):
621
622         Fix memory leak.
623         
624 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * backend/dvi/dvi-document.c:
627
628         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
629         G_IMPLEMENT_INTERFACE.
630         
631 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
634
635         Make sure copy_job_page_and_selection_to_job_info is always called
636         before copy_job_to_job_info. Fixes bug #552382.
637         
638 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
639
640         * NEWS:
641         * configure.ac:
642
643         Update for release 2.24.0
644         
645 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/ev-window.c: (launch_external_uri):
648
649         Use GdkAppLaunchContext when available to launch external uris.
650         
651 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * shell/ev-window.c: (launch_external_uri):
654
655         Use the message area to show errors when lauching external uris
656         instead of a popup window.
657         
658 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
659
660         * shell/ev-window.c: (launch_external_uri):
661
662         Assume invalid uris are http uris. Fixes bug #552071.
663         
664 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * NEWS:
667         * configure.ac:
668
669         Update for release 2.23.92.
670         
671 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
672
673         * shell/eggfindbar.c: (egg_find_bar_class_init):
674
675         Allow page scrolling with PageUp/PageDown keys when find bar is
676         active. Fixes bug #529833.
677         
678 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * shell/ev-view-private.h:
681         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
682         (ev_view_scroll), (ev_view_class_init):
683         * shell/ev-view-accessible.c:
684         (ev_view_accessible_action_do_action):
685         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
686         (ev_window_cmd_scroll_backward):
687
688         Use GtkScrollType instead of EvScrollType.
689         
690 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
691
692         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
693         
694         Patch for case unsensitive page label match by Michael Lee.
695         See bug #550136.
696         
697         * shell/ev-page-action.c (create_tool_item):    
698         * test/Makefile.am:
699         * test/test1.py:
700         * test/test4.py:
701         * test/test5.py:
702         
703         Added test for the above and updated other tests.
704
705 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * shell/ev-window.c: (image_save_dialog_response_cb):
708
709         Do not append the file extension twice when saving an image.
710         
711 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
714
715         Remove an invalid ifdef.
716         
717 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
718
719         * shell/ev-view.c: (ev_view_motion_notify_event):
720
721         Make sure the cursor is correctly restored after showing the right
722         click menu.
723         
724 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
725
726         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
727         (ev_attachment_open):
728         * shell/ev-sidebar-attachments.c:
729         (ev_sidebar_attachments_button_press):
730         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
731
732         Use GdkAppLaunchContext when available to open attachments.
733         
734 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
735
736         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
737
738         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
739         by Eric Piel.
740         
741 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * shell/ev-application.c: (ev_application_get_media_keys):
744         * shell/ev-media-player-keys.[ch]:
745         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
746         (ev_media_player_keys_grab_keys),
747         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
748         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
749         * shell/ev-window.[ch]: (ev_window_dispose),
750         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
751         (ev_window_init):
752
753         Clean up the media player keys stuff.
754         
755 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * NEWS:
758         * configure.ac:
759
760         Update for release 2.23.91.
761         
762 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * cut-n-paste/smclient/eggsmclient-xsmp.c:
765         (sm_client_xsmp_set_initial_properties):
766
767         Fix memory leak.
768         
769 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * shell/ev-application.c: (ev_application_open_window),
772         (ev_application_open_uri_at_dest):
773
774         Make sure evince starts up in the right workspace when resuming a
775         previous session.
776         
777 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * shell/ev-application.[ch]: (ev_application_open_window),
780         (ev_application_add_icon_path_for_screen),
781         (ev_application_open_uri_at_dest):
782
783         Fix window manager warnings shown in ~/.xsession-errors
784         
785 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * configure.ac:
788         * cut-n-paste/Makefile.am:
789         * cut-n-paste/smclient/Makefile.am:
790         * cut-n-paste/smclient/eggdesktopfile.[ch]:
791         * cut-n-paste/smclient/eggsmclient-private.h:
792         * cut-n-paste/smclient/eggsmclient-xsmp.c:
793         * cut-n-paste/smclient/eggsmclient.[ch]:
794
795         EggSMClient copied from libegg
796
797         * libdocument/ev-file-helpers.c: (ev_dot_dir):
798         * shell/Makefile.am:
799         * shell/ev-application.[ch]: (ev_application_load_session),
800         (smclient_save_state_cb), (smclient_quit_cb),
801         (ev_application_init_session), (ev_application_shutdown),
802         (ev_application_init):
803         * shell/main.c: (main):
804
805         Use EggSMClient instead of gnome-client and remove libgnome and
806         libgnomeui dependencies.
807         
808 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/main.c: (main):
811
812         Remove gnome_authentication_manager_init.
813         
814 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * shell/ev-view.c: (ev_view_goto_window_create):
817
818         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
819         since it's now deprecated.
820         
821 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * backend/djvu/Makefile.am:
824         * backend/djvu/djvu-document-private.h:
825         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
826         (djvu_document_find_iface_init):
827         * backend/djvu/djvu-text-page.[ch]:
828         * backend/djvu/djvu-text.[ch]: Removed
829         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
830         (pdf_document_find_iface_init):
831         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
832         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
833         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
834         (ev_job_find_get_n_results), (ev_job_find_get_progress),
835         (ev_job_find_has_results), (ev_job_find_get_results):
836         * shell/ev-view-private.h:
837         * shell/ev-view.[ch]: (ev_view_expose_event),
838         (highlight_find_results), (ev_view_finalize),
839         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
840         (ev_view_set_document), (ev_view_find_get_n_results),
841         (ev_view_find_get_result), (jump_to_find_result),
842         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
843         (ev_view_find_previous), (ev_view_find_search_changed),
844         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
845         * shell/ev-window.c: (ev_window_update_actions),
846         (page_changed_cb), (ev_window_setup_document),
847         (ev_window_update_find_status_message),
848         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
849         (ev_window_clear_find_job), (find_bar_close_cb),
850         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
851         (ev_window_dispose), (ev_window_init):
852
853         Rework find interface. The find logic has been moved from backends
854         to the shell avoiding a lot of duplicated code in the backends and
855         making easier to implement the find interface in the backends.
856         
857 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * backend/pdf/ev-poppler.cc:
860         (pdf_document_thumbnails_get_dimensions):
861
862         Make sure thumbnail size returned by the PDF is actually
863         valid. Fixes bug #548462.
864         
865 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * shell/ev-window.c: (ev_window_setup_document),
868         (ev_window_set_document), (ev_window_dispose):
869
870         Remove the idle function for setting the document up when the
871         window is destroyed. Fixes bug #549163.
872         
873 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
876         (ev_job_attachments_dispose), (ev_job_attachments_run),
877         (ev_job_attachments_class_init), (ev_job_attachments_new):
878         * shell/ev-sidebar-attachments.c:
879         (ev_sidebar_attachments_set_document):
880
881         Add a new job to get the attachments in a thread with the document
882         lock held. Fixes bug #548653.
883         
884 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
887         (tiff_document_document_iface_init):
888
889         Implement document_get_page_label in tiff backend.
890         
891 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * backend/tiff/tiff-document.c: (tiff_document_render):
894
895         Handle document orientation in tiff backend. Fixes bug #548444.
896         
897 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
900
901         Do not crash when adjustment page size is 0. Fixes bug #547440.
902         
903 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * cut-n-paste/evmountoperation/ev-mount-operation.c:
906
907         Sync with current GTK+.
908         
909 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
910
911         * configure.ac:
912         
913         Update for release 2.23.6.
914
915 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
918         (ev_job_load_set_password):
919         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
920         * shell/ev-window.c: (password_dialog_response),
921         (ev_window_load_job_cb):
922
923         Fix loading encrypted documents since I broke it with the jobs
924         rework.
925         
926 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * NEWS:
929
930         Update NEWS for 2.23.6 release.
931         
932 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
933
934         * backend/impress/impress-document.c:
935         * backend/impress/render.h:
936         * libdocument/ev-document-factory.c:
937         * libdocument/ev-document-factory.h:
938         * libdocument/ev-document-links.h:
939         * libdocument/ev-document-misc.c:
940         * libdocument/ev-document-misc.h:
941         * properties/ev-properties-main.c:
942         * properties/ev-properties-view.c:
943         * properties/ev-properties-view.h:
944         * shell/eggfindbar.c:
945         * shell/eggfindbar.h:
946         * shell/ev-application.c:
947         * shell/ev-application.h:
948         * shell/ev-jobs.h:
949         * shell/ev-message-area.h:
950         * shell/ev-navigation-action.c:
951         * shell/ev-navigation-action.h:
952         * shell/ev-open-recent-action.c:
953         * shell/ev-open-recent-action.h:
954         * shell/ev-page-action-widget.c:
955         * shell/ev-page-action.c:
956         * shell/ev-page-action.h:
957         * shell/ev-page-cache.h:
958         * shell/ev-password-view.h:
959         * shell/ev-password.h:
960         * shell/ev-pixbuf-cache.h:
961         * shell/ev-properties-fonts.c:
962         * shell/ev-sidebar-attachments.c:
963         * shell/ev-sidebar-links.c:
964         * shell/ev-sidebar-links.h:
965         * shell/ev-sidebar-thumbnails.c:
966         * shell/ev-sidebar-thumbnails.h:
967         * shell/ev-sidebar.c:
968         * shell/ev-sidebar.h:
969         * shell/ev-stock-icons.c:
970         * shell/ev-tooltip.h:
971         * shell/ev-view.c:
972         * shell/ev-view.h:
973         * shell/ev-window.c:
974         * shell/ev-window.h:
975         * shell/main.c:
976
977         More #include cleanups. Again: reordering, single gtk.h
978         includes and other stuff.
979
980 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
981
982         * shell/eggfindbar.c:
983         * shell/ev-application.c:
984         * shell/ev-message-area.c:
985         * shell/ev-navigation-action.c:
986         * shell/ev-open-recent-action.c:
987         * shell/ev-page-action-widget.c:
988         * shell/ev-page-action.c:
989         * shell/ev-password-view.c:
990         * shell/ev-properties-dialog.c:
991         * shell/ev-properties-fonts.c:
992         * shell/ev-sidebar-attachments.c:
993         * shell/ev-sidebar-page.c:
994         * shell/ev-sidebar-thumbnails.c:
995         * shell/ev-stock-icons.c:
996         * shell/ev-tooltip.c:
997         * shell/ev-view.c:
998         * shell/ev-window.c:
999         * shell/main.c:
1000
1001         Cleanup many #include statements: reorder so that a
1002         generic-to-specific order is used, use single gtk.h
1003         includes, and some other cleanups.
1004
1005 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * shell/ev-jobs.h:
1008
1009         Add gio header.
1010         
1011 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1014         (ev_document_fc_mutex_trylock):
1015         * shell/Makefile.am:
1016         * shell/ev-job-queue.[ch]:
1017         * shell/ev-job-scheduler.[ch]:
1018         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1019         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1020         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1021         (ev_job_failed_from_error), (ev_job_succeeded),
1022         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1023         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1024         (ev_job_links_class_init), (ev_job_render_init),
1025         (notify_page_ready), (ev_job_render_page_ready),
1026         (ev_job_render_run), (ev_job_render_class_init),
1027         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1028         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1029         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1030         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1031         (ev_job_save_dispose), (ev_job_save_run),
1032         (ev_job_save_class_init), (ev_job_print_init),
1033         (ev_job_print_dispose), (ev_job_print_run),
1034         (ev_job_print_class_init):
1035         * shell/ev-page-cache.c:
1036         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1037         (check_job_size_and_unref), (move_one_job),
1038         (copy_job_to_job_info), (add_job),
1039         (ev_pixbuf_cache_add_jobs_if_needed):
1040         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1041         (job_fonts_finished_cb), (job_fonts_updated_cb),
1042         (ev_properties_fonts_set_document):
1043         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1044         (ev_sidebar_links_set_document):
1045         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1046         (ev_sidebar_thumbnails_set_document),
1047         (ev_sidebar_thumbnails_clear_job):
1048         * shell/ev-view-private.h:
1049         * shell/ev-view.c:
1050         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1051         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1052         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1053         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1054         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1055         (ev_window_reload_document), (ev_window_clear_save_job),
1056         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1057         (ev_window_clear_print_job), (ev_window_print_job_cb),
1058         (ev_window_print_dialog_response_cb):
1059         * shell/main.c: (main):
1060
1061         Rework the jobs system in order to make it simpler and more
1062         extensible. It allows to run jobs in the main loop instead of
1063         using a thread when it's appropriate like the fonts job. Now it's
1064         also possible to cancel jobs that are currently running. 
1065         
1066 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1067
1068         * libdocument/ev-debug.c: (profile_init):
1069
1070         Create the hash table also when profiling service is enabled for
1071         all sections.
1072         
1073 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1076         (ev_profiler_stop):
1077         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1078         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1079         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1080         (ev_job_print_run):
1081         * shell/main.c: (main):
1082
1083         Add a profile mode available when debug is enabled. Add profilers
1084         in ev-jobs.
1085         
1086 2008-07-23  Götz Waschk <waschk@mandriva.org>
1087
1088         * configure.ac: Correctly build desktop file. Fixes
1089         bug #544237.
1090
1091 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1092
1093         * configure.ac:
1094         
1095         Update for release 2.23.5.
1096
1097 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * NEWS:
1100
1101         Update NEWS for 2.23.5 release.
1102         
1103 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * shell/ev-window.c: (ev_window_state_event),
1106         (ev_window_class_init):
1107
1108         Intercept window manager's fullscreen request in order to run/stop
1109         fullscreen mode. Fixes bug #493541.
1110         
1111 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1114
1115         Restart the job search when the find bar is opened for the second
1116         time. Fixes bug #531956.
1117         
1118 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1121         (get_document_from_uri):
1122
1123         Make sure we always return a valid error struct when
1124         get_document_from_uri fails. Fixes nautilus crash, see bug
1125         #542548.
1126         
1127 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1128
1129         * libdocument/ev-transition-effect.c
1130         (ev_transition_effect_type_get_type),
1131         (ev_transition_effect_alignment_get_type),
1132         (ev_transition_effect_direction_get_type):
1133         
1134         Fixes bug #542924. Makes enums static to fix Solaris build.
1135
1136 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * shell/ev-view.c: (ev_view_key_press_event):
1139
1140         Add '.' keybinding for blanking the screen in presentation
1141         mode. Fixes bug #542001.
1142         
1143 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * libdocument/ev-document-misc.c:
1146         (ev_document_misc_pixbuf_from_surface):
1147
1148         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1149         #540950.
1150         
1151 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1152
1153         * backend/comics/comics-document.c (comics_document_load):
1154         * backend/comics/comicsdocument.evince-backend.in:
1155         * configure.ac:
1156         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1157         
1158         Added support for 7-zip based cb7 comic book. Patch by
1159         Kartik Rustagi. Fixes bug #532312.
1160
1161 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1162
1163         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1164         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1165         Fixes bug #539972.
1166
1167 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1168
1169         * shell/Makefile.am:
1170         * shell/ev-application.c (ev_application_init),
1171         (ev_application_get_media_keys):
1172         * shell/ev-application.h:
1173         * shell/ev-marshal.list:
1174         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1175         (proxy_destroy), (on_media_player_key_pressed),
1176         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1177         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1178         * shell/ev-media-player-keys.h:
1179         * shell/ev-window.c (ev_window_go_previous_page),
1180         (ev_window_go_next_page), (ev_window_go_first_page),
1181         (ev_window_go_last_page), (ev_window_start_presentation),
1182         (ev_window_dispose), (view_actions_focus_in_cb):
1183         * shell/ev-window.h: When building with D-Bus support, listen
1184         for multimedia key events from gnome-settings-daemon. This allows
1185         to go to the next/previous/first/last pages using, respectively,
1186         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1187         a presentation. Fixes bug #539971.
1188
1189 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1190
1191         * configure.ac:
1192         
1193         Update for release 2.23.4.
1194
1195 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * NEWS:
1198
1199         Update news for 2.23.4 release.
1200         
1201 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1204         * shell/ev-sidebar-thumbnails.c:
1205         (ev_sidebar_thumbnails_set_loading_icon),
1206         (ev_sidebar_thumbnails_refresh):
1207         * shell/ev-window.c: (ev_window_error_message),
1208         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1209         (ev_window_set_document):
1210
1211         Do not crash opening documents with no pages and show a warning
1212         message in the message area. Fixes bugs #537574 and #171588.
1213         
1214 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * shell/Makefile.am:
1217         * shell/ev-file-monitor.[ch]:
1218         * shell/ev-window.c: (ev_window_document_changed),
1219         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1220         (ev_window_reload_job_cb), (ev_window_open_uri),
1221         (ev_window_reload_document), (ev_window_cmd_view_reload),
1222         (ev_window_dispose):
1223
1224         Automaticly reload the document when the file has changed on
1225         disk. Bug #304249.
1226         
1227 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1228
1229         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1230         * libdocument/ev-image.c: (ev_image_save_tmp):
1231         * libdocument/ev-module.c: (ev_module_load):
1232         * shell/ev-application.c: (ev_application_shutdown),
1233         (ev_application_get_print_settings):
1234         * shell/ev-sidebar-attachments.c:
1235         (ev_sidebar_attachments_button_press),
1236         (ev_sidebar_attachments_drag_data_get):
1237         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1238         (ev_window_print_finished), (ev_window_print_send),
1239         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1240         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1241         (ev_window_cmd_preview_print):
1242         * shell/main.c: (load_files_remote):
1243         Fix some build warnings under GCC 4.3.0. (#537535).
1244
1245 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1246
1247         * shell/ev-jobs.c: (ev_job_render_dispose):
1248
1249         Fix a crash in debug mode. Patch by Daniel M German.
1250         
1251 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * shell/ev-window.c:
1254
1255         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1256         
1257 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * shell/ev-window.c: (ev_window_print_send),
1260         (ev_window_do_preview_print):
1261
1262         Use the window title as print job name instead of just
1263         "evince-print". Fixes bug #534493.
1264         
1265 2008-05-19  Frederic Peters  <fpeters@0d.be>
1266
1267         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1268         Bug #533897.
1269
1270 2008-05-19  Frederic Peters  <fpeters@0d.be>
1271
1272         * help/reference/Makefile.am: added missing libevmountoperation to
1273         gtkdoc-scanobj libraries.  Bug #533896.
1274
1275 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1276
1277         * properties/ev-properties-view.c (get_default_user_units):
1278         Fixes check for default units string translation. Bug #533323.
1279
1280 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1281
1282         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1283         be an iks_free(). Fix an array overflow in the XML parser that
1284         would occur whenever the number of attributes in a tag was greater
1285         than 0 and divisible by 6. Fixes GNOME bug #530852.
1286
1287 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * backend/djvu/djvu-document-private.h:
1290         * backend/djvu/djvu-links.c:
1291         * backend/djvu/djvu-text.c:
1292         * backend/djvu/djvu-document.c: (djvu_handle_events),
1293         (djvu_wait_for_message), (djvu_document_load),
1294         (document_get_page_size), (djvu_document_render),
1295         (djvu_document_thumbnails_get_thumbnail),
1296         (djvu_document_file_exporter_end):
1297
1298         Make sure load job doesn't finish successfully when the document
1299         is not successfully decoded by libdjvu. Fixes bug #530202.
1300         
1301 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * configure.ac:
1304         * libdocument/Makefile.am:
1305         * libdocument/ev-debug.[ch]:
1306         * libdocument/ev-document.c:
1307         * shell/ev-jobs.c: (ev_job_links_dispose),
1308         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1309         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1310         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1311         (ev_job_render_page_ready), (ev_job_render_run),
1312         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1313         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1314         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1315         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1316         (ev_job_print_new), (ev_job_print_run):
1317         * shell/main.c: (main):
1318
1319         Add debug mode based on gedit code. Add debug messages in
1320         ev-jobs.
1321         
1322 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * libdocument/ev-document-factory.c: (get_document_from_uri):
1325
1326         Fix memory leak.
1327         
1328 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1329
1330         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1331         (get_mime_type_from_data), (get_document_from_uri),
1332         (ev_document_factory_get_document):
1333         
1334         Improved error message about file opening failture.
1335         Bug #529129.
1336
1337 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1338
1339         * data/evince-toolbar.xml:
1340         
1341         Allow to add SaveAs to toolbar.
1342
1343 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * shell/ev-view-private.h:
1346         * shell/ev-view.[ch]: (ev_view_button_release_event),
1347         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1348         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1349         (ev_view_update_primary_selection), (clear_link_selected),
1350         (ev_view_copy_link_address):
1351         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1352
1353         Update also the primary selection when copying a link
1354         address. Fixes bug #520855.
1355         
1356 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * libdocument/ev-document-factory.c: (get_document_from_uri):
1359
1360         Use the pixbuf backend only when the mime type is not supported by
1361         any of the other backend so that tiff documents, for instance, are
1362         handled by the tiff backend instead of the pixbuf backend. fixes
1363         bug #520290.
1364         
1365 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * cut-n-paste/Makefile.am:
1368
1369         Add evmountoperation to subdirs list.
1370         
1371 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * configure.ac:
1374
1375         Fix libspectre check in configure script. Fixes bug #528549.
1376         
1377 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * configure.ac:
1380         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1381         * shell/Makefile.am:
1382         * shell/ev-window.c: (ev_window_load_remote_failed),
1383         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1384
1385         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1386         open documents in remote locations that are not mounted.
1387         
1388 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1391         (bitmap_convert_msb8):
1392         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1393         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1394
1395         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1396         
1397 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1400         (ev_job_render_new), (ev_job_render_set_selection_info),
1401         (ev_job_render_run):
1402         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1403         (check_job_size_and_unref),
1404         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1405         (add_job), (ev_pixbuf_cache_get_selection_surface):
1406
1407         Create the render context needed for rendering a page in the render
1408         thread so that we don't block the main thread. Simplify
1409         EvJobRender API.
1410         
1411 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * libdocument/Makefile.am:
1414         * libdocument/ev-page.[ch]:
1415         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1416         (ev_render_context_new), (ev_render_context_set_page):
1417         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1418         (ev_form_field_finalize), (ev_form_field_class_init):
1419         * libdocument/ev-document-forms.[ch]:
1420         (ev_document_forms_get_form_fields):
1421         * libdocument/ev-document.[ch]: (ev_document_get_page),
1422         (ev_document_get_page_size), (ev_document_get_page_label):
1423         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1424         (ev_job_render_run), (ev_job_thumbnail_new),
1425         (ev_job_thumbnail_run), (ev_job_print_run):
1426         * shell/ev-page-cache.c: (ev_page_cache_new):
1427         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1428         (check_job_size_and_unref), (add_job):
1429         * shell/ev-sidebar-thumbnails.c: (add_range):
1430         * shell/ev-view.c: (ev_view_form_field_get_region),
1431         (ev_view_form_field_button_create_widget),
1432         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1433         (ev_view_handle_form_field), (ev_view_size_allocate),
1434         (get_selected_text):
1435         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1436         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1437         (pdf_document_get_page), (pdf_document_get_page_label),
1438         (pdf_document_render), (pdf_document_get_info),
1439         (pdf_document_document_iface_init),
1440         (pdf_document_thumbnails_get_thumbnail),
1441         (pdf_document_thumbnails_get_dimensions),
1442         (pdf_document_file_exporter_do_page),
1443         (pdf_selection_render_selection),
1444         (pdf_selection_get_selected_text),
1445         (pdf_selection_get_selection_region),
1446         (pdf_selection_get_selection_map),
1447         (pdf_document_forms_get_form_fields),
1448         (pdf_document_forms_form_field_text_get_text),
1449         (pdf_document_forms_form_field_text_set_text),
1450         (pdf_document_forms_form_field_button_set_state),
1451         (pdf_document_forms_form_field_button_get_state),
1452         (pdf_document_forms_form_field_choice_get_item),
1453         (pdf_document_forms_form_field_choice_get_n_items),
1454         (pdf_document_forms_form_field_choice_is_item_selected),
1455         (pdf_document_forms_form_field_choice_select_item),
1456         (pdf_document_forms_form_field_choice_toggle_item),
1457         (pdf_document_forms_form_field_choice_unselect_all),
1458         (pdf_document_forms_form_field_choice_set_text),
1459         (pdf_document_forms_form_field_choice_get_text):
1460         * backend/ps/ev-spectre.c: (ps_document_get_page),
1461         (ps_document_get_page_size), (ps_document_get_page_label),
1462         (ps_document_render), (ps_document_document_iface_init),
1463         (ps_document_file_exporter_do_page):
1464         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1465         (tiff_document_render), (tiff_document_render_pixbuf),
1466         (tiff_document_file_exporter_do_page):
1467         * backend/pixbuf/pixbuf-document.c:
1468         (pixbuf_document_get_page_size):
1469         * backend/comics/comics-document.c:
1470         (comics_document_get_page_size), (comics_document_render_pixbuf):
1471         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1472         (djvu_document_render), (djvu_selection_get_selected_text),
1473         (djvu_document_thumbnails_get_thumbnail),
1474         (djvu_document_file_exporter_do_page),
1475         (djvu_document_find_get_result):
1476         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1477         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1478         (dvi_document_thumbnails_get_thumbnail),
1479         (dvi_document_file_exporter_do_page):
1480         * backend/impress/impress-document.c:
1481         (impress_document_get_page_size),
1482         (impress_document_render_pixbuf):
1483         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1484
1485         Add EvPage so that we can hold a reference to the backend
1486         page. Form fields keep now a reference to the poppler page
1487         improving performance since we don't have to create/destroy the
1488         poppler field for every form operation. This will be needed for
1489         annotations too.
1490         
1491 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1492
1493         * data/evince-ui.xml:
1494         * shell/ev-window.c:
1495
1496         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1497         
1498 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1499
1500         * configure.ac:
1501         * backend/ps/Makefile.am:
1502
1503         Remove gs stuff from ps backend.
1504         
1505 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1506
1507         * configure.ac:
1508         * backend/pdf/ev-poppler.cc:
1509
1510         Bump poppler requirement to 0.8.0.
1511         
1512 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1513
1514         * NEWS:
1515         * configure.ac:
1516
1517         Update for release 2.22.1.1
1518
1519 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * configure.ac:
1522
1523         Fix build (again) when poppler version is 0.6
1524         
1525 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * backend/djvu/djvu-links.c: (build_tree):
1528
1529         Make sure link title is a valid utf8 string. Fixes bug #526517.
1530         
1531 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * configure.ac:
1534
1535         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1536         #526799.
1537         
1538 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1539
1540         * configure.ac:
1541         
1542         Update for release 2.22.1.
1543
1544 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1545
1546         * NEWS:
1547
1548         Update for upcoming release.
1549
1550 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * configure.ac:
1553         * backend/dvi/dvidocument.evince-backend.in:
1554
1555         Add compressed dvi to the list of supported mime types. Patch by
1556         Ed Catmur. Fixes bug #307087.
1557
1558 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1561
1562         Fix a crash when printing a range that doesn't specify the start or
1563         end page. Fixes bug #524288.
1564
1565 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * shell/ev-window.c: (ev_window_cmd_continuous),
1568         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1569         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1570         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1571         (ev_window_run_presentation), (ev_window_stop_presentation),
1572         (ev_window_cmd_view_presentation),
1573         (ev_window_cmd_leave_fullscreen),
1574         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1575
1576         Do not unfullscreen and fullscreen again the window when changing
1577         from fullscreen to presentation mode and vice versa. Fixes bug
1578         #524112.
1579         
1580 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1583
1584         Do not crash when thumbnail failed to render in PS backend. Fixes
1585         bug #525015.
1586         
1587 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1590         (ev_window_load_file_remote), (ev_window_open_uri):
1591
1592         Handle errors when opening remote files.
1593         
1594 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1597
1598         Only grab the focus for the current visible proxy widget. Fixes
1599         bug #521224.
1600         
1601 2008-03-30  Emil Soleyman  <emil@nishra.com>
1602
1603         * shell/ev-window.c: (launch_external_uri):
1604         
1605         Reuse g_app_info_launch_default_for_uri to
1606         save some code and fix bug #525009.
1607
1608 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1609
1610         * shell/ev-window.c (image_save_dialog_response_cb):
1611
1612         Use g_str_has_suffix. See bug #523069.
1613
1614 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * configure.ac:
1617
1618         Add a configure option to enable/diable DBus. Patch by Rémi
1619         Cardona. Fixes bug 521797.
1620
1621 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1624
1625         Fix printing in documents with rotated pages. Patch by Eugen
1626         Dedu. Fixes bug #512648.
1627         
1628 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1631         (ev_link_from_action):
1632
1633         Fix warning messages.
1634         
1635 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * shell/ev-window.c: (image_save_dialog_response_cb):
1638
1639         Do not append the extension to filename when saving an image
1640         if the filename alredy contains the extension. Fixes bug #523069.
1641         
1642 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * shell/ev-view.[ch]: (ev_view_find_cancel):
1645         * shell/ev-window.c: (find_bar_close_cb):
1646
1647         Cancel the find operation when the find bar is closed. Fixes bug
1648         #508845.
1649         
1650 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * backend/ps/psdocument.evince-backend.in:
1653
1654         Make ps backend module resident. Fixes bug #520607.
1655         
1656 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * shell/ev-jobs.c: (ev_job_print_run):
1659
1660         Invert collate action in order to work as expected, fix reverse
1661         printing so that it doesn't start with a blank page and fix number
1662         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1663         
1664 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1667
1668         Fix build with poppler <= 0.7.2
1669         
1670 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * libdocument/ev-document-misc.c:
1673         (ev_document_misc_surface_from_pixbuf):
1674
1675         Fix selections with poppler-splash.
1676         
1677 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * configure.ac:
1680         * backend/pdf/ev-poppler.cc:
1681
1682         Fix build with poppler >= 0.7.2
1683         
1684 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1685
1686         * configure.ac:
1687         
1688         Update for release 2.22.0
1689
1690 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * NEWS:
1693
1694         Update for upcoming release.
1695
1696 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1697
1698         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1699
1700         Bug 495107 – Handle print dialog responses correctly
1701
1702         Correctly handle print dialog response. Properly fixes
1703         the above mentioned bug.
1704
1705 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1708
1709         Make sure print job is only run when the print button is
1710         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1711         
1712 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * backend/pdf/pdfdocument.evince-backend.in:
1715         * libdocument/ev-backends-manager.c:
1716         (ev_backends_manager_load_backend),
1717         (ev_backends_manager_get_document):
1718         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1719
1720         Allow making backend modules resident. This is needed only for
1721         some backends like pdf to avoid registering glib types more than
1722         once.
1723         
1724 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * backend/comics/comics-document.c:
1727         * backend/djvu/djvu-document.c:
1728         * backend/impress/impress-document.c:
1729         * backend/pdf/ev-poppler.cc:
1730         * backend/pixbuf/pixbuf-document.c:
1731         * backend/ps/ev-spectre.c:
1732         * backend/ps/ps-document.c:
1733         * backend/tiff/tiff-document.c:
1734         * libdocument/ev-document.h:
1735         * properties/ev-properties-main.c:
1736
1737         Use g_type_module_add_interface instead of
1738         g_type_add_interface_static. Fixes bug #519679.
1739         
1740 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1741
1742         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1743         Added. Returns whether the animation has everything necessary to run.
1744         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1745         is ready just because it's been created. Fixes #519106.
1746         (draw_one_page): Do not show the "Loading..." text in presentation
1747         mode, there was a slim probability that this could happen.
1748
1749 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1752
1753         Duplicate mime_type string before freeing it so that it doesn't
1754         always fail when getting mime type from uri. Fixes bug #518874.
1755         
1756 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1759
1760         Fix a crash when a choice form field doesn't have any item
1761         selected. Fixes bug #518831
1762         
1763 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1764
1765         * shell/ev-window.c (ev_window_clear_temp_file):
1766         Use g_file_has_prefix instead of renamed
1767         g_file_contains_file.
1768
1769         * configure.ac:
1770         Require new glib for above change.
1771         
1772 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * libdocument/ev-image.c: (ev_image_finalize),
1775         (ev_image_save_tmp):
1776
1777         Return a real uri instead of a filename when saving an
1778         image. Fixes images drag an drop from evince to nautilus. 
1779         
1780 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * backend/pdf/ev-poppler.cc:
1783         (pdf_document_images_get_image_mapping):
1784
1785         Return the image list in the right order. Fixes bug #516237.
1786         
1787 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1788
1789         * backend/impress/impress-document.c:
1790         (impress_document_thumbnails_get_thumbnail):
1791
1792         Remove unused variable to avoid a compiler warning.
1793
1794 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1795
1796         * configure.ac:
1797         
1798         Update for release 2.21.91.
1799
1800 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * configure.ac:
1803         * shell/Makefile.am:
1804         * shell/ev-application.[ch]:
1805         * shell/ev-sidebar-links.c:
1806         * shell/ev-utils.[ch]:
1807         * shell/ev-window.[ch]:
1808
1809         Remove libgnomeprint support. Fixes bug #512370.
1810         
1811 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1812
1813         * thumbnailer/evince-thumbnailer.c: (main):
1814
1815         Initialize glib type system before using it. Fixes bug #513934.
1816         
1817 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * properties/ev-properties-main.c:
1820
1821         Add missing #include.
1822         
1823 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * configure.ac:
1826         * backend/djvu/djvu-document.c: (djvu_document_render):
1827         * backend/tiff/tiff-document.c: (tiff_document_render):
1828
1829         Use the new cairo function cairo_format_stride_for_width when
1830         available. Fixes bug #482720.
1831
1832 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1835         (get_mime_type_from_data), (get_document_from_uri):
1836
1837         Use g_content_type_guess() only when slow is true in
1838         get_document_from_uri(). Fix several memory leaks.
1839         
1840 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1841
1842         * libdocument/ev-document-factory.c:
1843         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1844         (get_document_from_uri):
1845
1846         Use g_content_type_guess () to get mimetype for files.
1847         Bug #510401.
1848
1849 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * thumbnailer/Makefile.am:
1852
1853         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1854         
1855 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * configure.ac:
1858
1859         Fix build with --without-libgnome. Fixes bug #512771.
1860         
1861 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1862
1863         * backend/dvi/Makefile.am: Install only dvi
1864         module. Fixes bug #512718.
1865
1866 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1867
1868         * properties/ev-properties-main.c: (nautilus_module_initialize):
1869         
1870         Initialize backends in properties tab. Fixes bug
1871         #512720.
1872
1873 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1874
1875         * properties/Makefile.am: No need to link with 
1876         libraries. Fixes bug #512719.
1877
1878 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1879
1880         * NEWS:
1881         * configure.ac:
1882         
1883         Update for release 2.21.90.
1884
1885 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * shell/ev-window.c: (ev_window_cmd_escape):
1888
1889         Fix compile warning.
1890         
1891 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1892
1893         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1894
1895         Fix printing in dvi backend when filename contains white
1896         espaces. Fixes bug #502839.
1897         
1898 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1901         (screensaver_disable_x11):
1902         * shell/Makefile.am:
1903         * shell/xdg-user-dir-lookup.c: Removed
1904         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1905         * shell/ev-view.c: (ev_view_presentation_transition_start):
1906         * shell/ev-window.c: (ev_window_cmd_file_open),
1907         (ev_window_cmd_save_as), (presentation_set_timeout):
1908
1909         Remove #ifdefs that are no longer needed.
1910         
1911 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * shell/ev-view.[ch]: (ev_view_button_release_event),
1914         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1915         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1916         (ev_window_cmd_escape):
1917
1918         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1919         
1920 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1921
1922         * configure.ac:
1923         * backend/comics/comics-document.c: (comics_document_load):
1924         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1925         (ev_attachment_set_property), (ev_attachment_init),
1926         (ev_attachment_save), (ev_attachment_launch_app),
1927         (ev_attachment_open):
1928         * libdocument/ev-document-factory.c: (get_document_from_uri):
1929         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1930         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1931         * shell/ev-jobs.c:
1932         * shell/ev-password.c: (ev_password_dialog_set_property),
1933         (ev_password_dialog_save_password):
1934         * shell/ev-sidebar-attachments.c:
1935         (ev_sidebar_attachments_drag_data_get):
1936         * shell/ev-window-title.c: (get_filename_from_uri):
1937         * shell/ev-window.c: (ev_window_clear_temp_file),
1938         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1939         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1940         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1941         (launch_external_uri), (image_save_dialog_response_cb),
1942         (attachment_save_dialog_response_cb):
1943         * shell/main.c: (load_files), (load_files_remote), (main):
1944         * thumbnailer/evince-thumbnailer.c: (main):
1945
1946         Port to gio and drop gnome-vfs dependency. Fixes bug
1947         #510401. Based on patch by Cosimo Cecchi.
1948         
1949 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1950
1951         * NEWS:
1952
1953         Fixed formatting inconsistencies (spaces vs. tabs)
1954
1955 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1956
1957         * shell/ev-window.c:
1958
1959         Use top/up/bottom/down arrows instead of
1960         first/left/last/right in the toolbar and menu actions.
1961         This fixes issues with RTL languages and is visually
1962         consistent with the page view. Fixes bug #170081.
1963
1964 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1965
1966         * NEWS:
1967
1968         Fixed some inaccuracies pointed out by Carlos Garcia
1969         Campos.
1970
1971 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1972
1973         * NEWS:
1974         * data/evince.schemas.in:
1975         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1976
1977         Override PDF restrictions by default. Fixes bug #382700.
1978
1979 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1980
1981         * NEWS: Updated for upcoming release
1982
1983 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1984
1985         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1986
1987         Fix memory leak.
1988         
1989 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1990
1991         * shell/ev-window.c: (register_custom_actions):
1992         
1993         Added comment for translators
1994
1995 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * shell/ev-view.c: (ev_view_button_release_event):
1998
1999         Do not create the idle function for kinetic scrolling if we are
2000         not in a drag operation.
2001
2002 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2005         (ev_view_button_press_event), (ev_view_motion_notify_event),
2006         (ev_view_button_release_event):
2007
2008         Restore cursor after autoscrolling. Fixes bug #509958.
2009
2010 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * configure.ac:
2013         * backend/pdf/ev-poppler.cc:
2014         (pdf_document_images_get_image_mapping),
2015         (pdf_document_images_get_image),
2016         (pdf_document_document_images_iface_init):
2017         * libdocument/ev-document-images.[ch]:
2018         (ev_document_images_get_image_mapping),
2019         (ev_document_images_get_image):
2020         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2021         (ev_image_get_id), (ev_image_save_tmp):
2022         * shell/ev-jobs.c: (ev_job_render_run):
2023         * shell/ev-view.c: (ev_view_drag_data_get):
2024         * shell/ev-window.c: (image_save_dialog_response_cb),
2025         (ev_view_popup_cmd_copy_image):
2026
2027         Do not render images when rendering the page but on demand. It
2028         reduces the memory comsumption.
2029         
2030 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2031
2032         * configure.a:
2033         * shell/ev-password.c:
2034
2035         Make gnome-keyring optional. Fixes bug #509676.
2036         
2037 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2038
2039         * shell/ev-pixbuf-cache.c: (add_job):
2040
2041         Initialize include_images variable as FALSE instead of TRUE.
2042         
2043 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2044
2045         * configure.ac:
2046         * cut-n-paste/Makefile.am:
2047         * cut-n-paste/fileformatchooser/Makefile.am:
2048         * cut-n-paste/fileformatchooser/egg-macros.h:
2049         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2050         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2051         * shell/Makefile.am:
2052         * shell/ev-utils.c:
2053         (file_chooser_dialog_add_writable_pixbuf_formats),
2054         (get_gdk_pixbuf_format_by_extension):
2055         * shell/ev-utils.h:
2056         * shell/ev-window.c: (ev_window_error_message),
2057         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2058         
2059         Simplify image format selection on save.
2060
2061 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2062
2063         * shell/ev-view.c: (ev_view_scroll_event):
2064         
2065         Repair gorizontal scrolling with shift. Fixes
2066         bug #483412.
2067
2068 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2069         
2070         * MAINTAINERS:
2071
2072         Fix formatting issues.
2073         
2074 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2075
2076         * backend/comics/comics-document.c: (comics_regex_quote):
2077         
2078         Don't overquote special chars except of '. See bug 
2079         502500. Thanks to Tom Parker.
2080
2081 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2082
2083         * MAINTAINERS:
2084         
2085         Added Nickolay and Carlos, since they're doing most of
2086         the releases nowadays.
2087
2088 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2089
2090         * properties/Makefile.am:
2091
2092         Get the nautilus extension dir properly instead of using
2093         a hack. Fixes bug #505359.
2094
2095 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2096
2097         * properties/Makefile.am:
2098         
2099         Install nautilus extension into new place. See bug
2100         #505359. Thanks to Matthias Clasen, Brian Pepple and
2101         Damien Carbery.
2102
2103 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2104
2105         * shell/ev-window.c: (ev_window_get_recent_file_label):
2106         
2107         RTL marker in recent file list. See bug #509076.
2108
2109 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2112         * shell/ev-window.c: (image_save_dialog_response_cb):
2113
2114         Fix compile warnings due to unused variables.
2115         
2116 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * configure.ac:
2119         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2120         * backend/ps/ev-spectre.c: (ps_document_render):
2121
2122         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2123
2124 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2125
2126         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2127         (ev_transition_animation_paint): Implement "fade" effect.
2128
2129 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2130
2131         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2132         (ev_transition_animation_paint): Implement "uncover" effect.
2133
2134 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2135
2136         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2137         (ev_transition_animation_paint): Implement "cover" effect.
2138
2139 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2140
2141         * shell/ev-transition-animation.c (ev_transition_animation_push)
2142         (ev_transition_animation_paint): Implement "push" effect.
2143
2144 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2145
2146         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2147         (ev_transition_animation_paint): Implement "dissolve" effect.
2148
2149 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2150
2151         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2152         (ev_transition_animation_paint): Implement "wipe" effect.
2153
2154 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2155
2156         * shell/ev-transition-animation.c (ev_transition_animation_box)
2157         (ev_transition_animation_paint): Implement "box" effect.
2158
2159 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2160
2161         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2162         (ev_transition_animation_paint): Implement "blinds" effect.
2163
2164 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2165
2166         * shell/ev-transition-animation.c (ev_transition_animation_split)
2167         (ev_transition_animation_paint): Implement "split" effect.
2168
2169 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2170
2171         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2172         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2173         (ev_view_transition_animation_start) 
2174         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2175         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2176         (ev_view_next_page) (ev_view_previous_page):
2177         
2178         Use EvTransitionAnimation to drive page changes in the presentation
2179         mode, the animation will wait to start until both the origin and 
2180         destination page surfaces are available. Fixes #458460.
2181
2182         (draw_loading_text):
2183
2184         Remove workaround for bug #320352, it's now fixed properly.
2185
2186
2187 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2188
2189         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2190         will contain the implementations for page transition animations, at
2191         the moment it just has the "replace" effect.
2192         * shell/Makefile.am: Added these files to build.
2193
2194 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2195
2196         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2197         animations.
2198         * shell/Makefile.am: Added these files to build.
2199
2200 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2201
2202         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2203         implementation to get_effect() in EvDocumentTransitionIface.
2204
2205 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2206
2207         * libdocument/ev-transition-effect.[ch]: New files, define a page
2208         transition effect, at the moment it maps PopplerPageTransition to a
2209         GObject.
2210         * libdocument/Makefile.am: Added these files to build.
2211         * libdocument/ev-document-transition.[ch]
2212         (ev_document_transition_get_effect): New method, gets the
2213         EvTransitionEffect returned by the interface implementation, with
2214         fallback to the "replace" effect.
2215
2216 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2217
2218         * configure.ac:
2219         * cut-n-paste/Makefile.am:
2220         * cut-n-paste/fileformatchooser/Makefile.am:
2221         * cut-n-paste/fileformatchooser/egg-macros.h:
2222         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2223         * shell/Makefile.am:
2224         * shell/ev-window.c: (image_save_dialog_response_cb),
2225         (ev_view_popup_cmd_save_image_as):
2226
2227         Allow exporting images in any format supported by
2228         GdkPixbuf. Fixes bug #500209.
2229         
2230 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * backend/pixbuf/pixbuf-document.c:
2233
2234         More warnings fixed.
2235         
2236 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2239         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2240         * backend/djvu/djvu-text.h:
2241         * backend/tiff/tiff-document.c: (tiff_document_render):
2242
2243         Fix compile warnings.
2244         
2245 2007-12-28  Christian Persch  <chpe@gnome.org>
2246
2247         * **/*.c: Include config.h. Bug #504721.
2248
2249 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * configure.ac:
2252         * Makefile.am:
2253         * po/POTFILES.in:
2254         * backend/comics/Makefile.am:
2255         * backend/comics/comics-document.[ch]:
2256         * backend/comics/comicsdocument.evince-backend.in:
2257         * backend/djvu/Makefile.am:
2258         * backend/djvu/djvu-document.[ch]:
2259         * backend/djvu/djvudocument.evince-backend.in:
2260         * backend/dvi/Makefile.am:
2261         * backend/dvi/dvi-document.[c]:
2262         * backend/dvi/dvidocument.evince-backend.in:
2263         * backend/impress/Makefile.am:
2264         * backend/impress/impress-document.[ch]:
2265         * backend/impress/impressdocument.evince-backend.in:
2266         * backend/pdf/Makefile.am:
2267         * backend/pdf/ev-poppler.cc:
2268         * backend/pdf/ev-poppler.h:
2269         * backend/pdf/pdfdocument.evince-backend.in:
2270         * backend/pixbuf/Makefile.am:
2271         * backend/pixbuf/pixbuf-document.[ch]:
2272         * backend/pixbuf/pixbufdocument.evince-backend.in:
2273         * backend/ps/Makefile.am:
2274         * backend/ps/ev-spectre.[ch]:
2275         * backend/ps/ps-document.[ch]:
2276         * backend/ps/psdocument.evince-backend.in:
2277         * backend/tiff/Makefile.am:
2278         * backend/tiff/tiff-document.[ch]:
2279         * backend/tiff/tiffdocument.evince-backend.in:
2280         * libdocument/Makefile.am:
2281         * libdocument/ev-backends-manager.[ch]:
2282         * libdocument/ev-module.[ch]:
2283         * libdocument/ev-document.h:
2284         * libdocument/ev-document-factory.[ch]:
2285         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2286         (get_compression_from_mime_type), (get_document_from_uri),
2287         (ev_document_factory_get_document), (file_filter_add_mime_types),
2288         (ev_document_factory_add_filters):
2289         * shell/Makefile.am:
2290         * shell/ev-window-title.c: (get_filename_from_uri):
2291         * shell/main.c: (main):
2292         * thumbnailer/Makefile.am:
2293         * thumbnailer/evince-thumbnailer.c: (main):
2294
2295         Plugin system for backends. Fixes bug #351348.
2296         
2297 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2298
2299         * shell/ev-view-private.h:
2300         * shell/ev-view.c: (ev_view_drag_update_momentum),
2301         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2302         (ev_view_button_release_event), (ev_view_destroy):
2303         
2304         Kinetic scrolling implemented as requested in
2305         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2306
2307 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2308
2309         * data/evince-toolbar.xml:
2310         * data/evince-ui.xml:
2311         * shell/ev-view-private.h:
2312         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2313         (ev_view_button_press_event), (ev_view_motion_notify_event),
2314         (ev_view_button_release_event), (ev_view_init),
2315         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2316         (ev_view_set_cursor):
2317         * shell/ev-view.h:
2318         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2319         (ev_window_cmd_view_autoscroll):
2320         
2321         Autoscroll feature with the context menu. Fixes bug 
2322         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2323
2324 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2325
2326         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2327
2328         Disconnect also page-ready signal when removing a job because the
2329         page size has changed. Thanks to kripken
2330         <kripkensteiner@gmail.com>.
2331
2332 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2333
2334         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2335         
2336         Scroll pages in page entry with mouse wheel. Fixes bug
2337         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2338
2339 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * backend/dvi/Makefile.am:
2342         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2343         (mdvi_cairo_device_init):
2344         * backend/dvi/mdvi-lib/common.h:
2345         * backend/dvi/mdvi-lib/mdvi.h:
2346         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2347         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2348         (mdvi_build_path_from_cwd):
2349
2350         Add ps specials support in dvi backend when libspectre is
2351         present. Fixes bug #386005.
2352         
2353 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * configure.ac:
2356         * backend/ps/Makefile.am:
2357         * backend/ps/ev-spectre.[ch]:
2358         
2359         Use libspectre, if available, for the ps backend. Fixes bugs
2360         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2361
2362 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2363         
2364         * backend/comics/comics-document.c: (comics_document_load):
2365         
2366         Cygwin build issue fix.
2367
2368 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * shell/ev-view.c: (ev_view_set_zoom):
2371
2372         Do not limit the minimum zoom factor when sizing mode is best bit
2373         or fit width. Fixes bug #503805.
2374         
2375 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2378         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2379         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2380         (ev_link_dest_get_property), (ev_link_dest_set_property),
2381         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2382         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2383         (ev_link_dest_new_fitr):
2384         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2385         (goto_fith_dest), (goto_xyz_dest):
2386
2387         Do not change left, top and zoom values when they are null in PDF
2388         destinations. Fixes bug #460658.
2389         
2390 2007-12-10  Christian Persch  <chpe@gnome.org>
2391
2392         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2393         (ev_view_accessible_class_init),
2394         (ev_view_accessible_idle_do_action),
2395         (ev_view_accessible_action_do_action),
2396         (ev_view_accessible_action_get_description),
2397         (ev_view_accessible_action_set_description),
2398         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2399         (ev_view_accessible_factory_init),
2400         (ev_view_accessible_factory_get_accessible_type):
2401         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2402         private data, and G_DEFINE_TYPE. Bug #502843.
2403
2404 2007-12-08  Christian Persch  <chpe@gnome.org>
2405
2406         * shell/ev-metadata-manager.c: (item_free),
2407         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2408         (value_free), (parse_value), (parseItem),
2409         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2410         (save_values): Use GSlice to allocate small amounts of memory. Bug
2411         #475972.
2412
2413 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2416
2417         Restore cursor to normal after a drag operation. Fixes bug
2418         #501603.
2419         
2420 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2421
2422         * NEWS:
2423         * configure.ac:
2424         
2425         Update for release 2.21.1
2426
2427 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2428
2429         * configure.ac:
2430         * cut-n-paste/gedit-message-area/Makefile.am:
2431         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2432         * shell/Makefile.am:
2433         * shell/ev-message-area.[ch]:
2434         * shell/ev-window.c: (ev_window_set_message_area),
2435         (ev_window_error_message_response_cb), (ev_window_error_message),
2436         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2437         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2438         (ev_attachment_popup_cmd_open_attachment),
2439         (attachment_save_dialog_response_cb), (ev_window_set_document),
2440         (ev_window_init):
2441
2442         Use a message area instead of a popup dialog for error
2443         notifications. Fixes bug #337495.
2444         
2445 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2448         (ev_window_run_fullscreen):
2449
2450         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2451         
2452 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * ev-sidebar-thumbnails.c: (update_visible_range),
2455         (ev_sidebar_thumbnails_refresh),
2456         (ev_sidebar_thumbnails_set_document),
2457         (ev_sidebar_thumbnails_support_document):
2458
2459         Show thumbnails for documents with one page. Fixes bug #358751.
2460         
2461 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * shell/ev-window.c:
2464         (ev_window_load_print_settings_from_metadata),
2465         (ev_window_save_print_settings), (ev_window_print_finished),
2466         (ev_window_print_range):
2467
2468         Print settings that are specific to the document are now saved per
2469         document in the metadata file. Fixes bug #488806.
2470         
2471 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2472
2473         * backend/tiff/tiff-document.c: (tiff_document_render):
2474
2475         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2476         
2477 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * shell/ev-application.[ch]: (get_find_string_from_args),
2480         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2481         (ev_application_open_uri_list):
2482         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2483         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2484         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2485         (ev_window_cmd_recent_file_activate),
2486         (ev_window_open_recent_action_item_activated),
2487         (ev_window_print_send), (open_remote_link):
2488         * shell/main.c: (arguments_parse):
2489
2490         Add a command line option for search. Fixes bug #497710.
2491         
2492 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2493
2494         * shell/ev-jobs.c: (ev_job_print_new):
2495
2496         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2497         
2498 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * data/evince-toolbar.xml:
2501         * shell/Makefile.am:
2502         * shell/ev-application.c: (ev_application_init):
2503         * shell/ev-open-recent-action.[ch]:
2504         * shell/ev-window.c:
2505         (ev_window_open_recent_action_item_activated),
2506         (register_custom_actions):
2507
2508         Add an expander to the open toolbar item which pops up a dropdown
2509         menu with the recently used documents. Fixes bug #487215.
2510         
2511 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * shell/ev-window.c: (ev_window_open_uri),
2514         (ev_window_cmd_view_reload):
2515
2516         Do not jump to the first page when reloading by running evince
2517         from the command line. Fixes bug #490847.
2518         
2519 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2520
2521         * shell/ev-window.c: (ev_window_cmd_help_contents):
2522
2523         Plugged memory leak when help file is not found. Fixes bug
2524         #490762.
2525         
2526 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * configure.ac:
2529
2530         Enable djvu, dvi and comics backends by default. Fixes bug
2531         #437121.
2532         
2533 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * configure.ac:
2536         * cut-n-paste/Makefile.am:
2537         * cut-n-paste/recent-files/*: Removed
2538         * help/reference/Makefile.am:
2539         * shell/Makefile.am:
2540         * shell/ev-application.[ch]: (ev_application_shutdown),
2541         (ev_application_init):
2542         * shell/ev-window.c: (ev_window_add_recent),
2543         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2544
2545         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2546         
2547 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2548
2549         * shell/ev-window.c: (launch_external_uri):
2550
2551         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2552         and report error if the URL is not supported (#489910).
2553
2554 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2555
2556         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2557         (pdf_document_file_exporter_begin_page),
2558         (pdf_document_file_exporter_end_page):
2559
2560         Fix printing with poppler splash backend. Fixes bug #489774.
2561         
2562 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2565         * shell/ev-print-job.c: (ev_print_job_class_init):
2566
2567         Fix a crash when printing with the gnome-print dialog. Fixes bug
2568         #488939.
2569         
2570 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2571
2572         * backend/pixbuf/pixbuf-document.c:
2573
2574         Fix an implicit function definition warning (#487655)
2575
2576 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2577
2578         * shell/ev-window.c:
2579
2580         Fix conflicting shortcut for view sade pane and presentation.
2581         
2582 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * backend/pdf/ev-poppler.cc:
2585         (pdf_document_file_exporter_begin_page),
2586         (pdf_document_file_exporter_do_page),
2587         (pdf_document_file_exporter_end_page),
2588         (pdf_document_file_exporter_iface_init):
2589         * libdocument/ev-file-exporter.[ch]:
2590         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2591         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2592         (ev_job_print_run):
2593
2594         When printing multiple pages per sheet in reverse option, do not
2595         invert the order of the pages in every sheet, but the order of the
2596         sheets. Do not print blank pages when page range is invalid. Fixes
2597         bugs #484857 and #485521.
2598         
2599 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2602         (ev_job_print_run):
2603         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2604
2605         Respect ranges order when printing more than one range in random
2606         order.
2607         
2608 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2609
2610         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2611         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2612
2613         Rotate also the window icon when document is rotated. Fixes bug
2614         #474681.
2615         
2616 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2617
2618         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2619         (pdf_document_forms_get_form_fields):
2620
2621         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2622         Matthias Drochner.
2623         
2624 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * configure.ac:
2627         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2628
2629         Use poppler_page_render_for_printing() instead of
2630         poppler_page_render() if available when exporting to a ps or pdf
2631         file. Fixes bug #476627.
2632         
2633 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * shell/ev-window.c: (ev_window_run_fullscreen):
2636
2637         Do not show the toolbar in fullscreen mode if the main toolbar is
2638         not visible. Fixes bug #483048.
2639         
2640 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * shell/ev-view.c: (ev_view_button_press_event):
2643
2644         Give priority to form fields over images when deciding whether a
2645         button press event is over an image or form field. It allows edit
2646         form fields when they are over a background image. Fixes bug
2647         #477841.
2648         
2649 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2650
2651         * NEWS:
2652         * configure.ac:
2653         
2654         Update for release 2.20.0
2655
2656 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * backend/pdf/ev-poppler.cc:
2659
2660         Remove #ifdef HAVE_FORMS, so that forms support works again.
2661
2662 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2663
2664         * configure.ac:
2665         * data/evince.desktop.in.in:
2666         
2667         Fixes desktop file issues. See bug #473471.
2668
2669 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2672         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2673         (ev_job_queue_remove_job):
2674         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2675         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2676         * shell/ev-window.c: (ev_window_clear_save_job),
2677         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2678         (ev_window_dispose):
2679
2680         Move save a copy task to its own job so that it's carried out in a
2681         thread avoiding another lock in the main thread. Use
2682         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2683         can be saved to a pathin another file system. Fixes bug #456891.
2684         
2685 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2686
2687         * NEWS:
2688         * configure.ac:
2689         
2690         Update for release 2.19.92
2691
2692 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2693
2694         * configure.ac:
2695         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2696         (pdf_selection_get_selection_region),
2697         (pdf_selection_get_selection_map),
2698         (ev_form_field_from_poppler_field):
2699
2700         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2701         and triple click selections are enabled again now.
2702
2703 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2704
2705         * shell/ev-window.c: (ev_window_add_history):
2706
2707         Make sure not to use the history with documents not supporting
2708         links. Fixes bug #468954.
2709
2710 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * shell/ev-window.c: (ev_window_load_job_cb):
2713
2714         Restart the search when reloading a document with the find bar
2715         visible. Fixes bug #461962.
2716
2717 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * shell/ev-window.c: (setup_document_from_metadata),
2720         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2721
2722         Do not jump to the first page when reloading a document from the
2723         last page.
2724
2725 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-window.c: (update_chrome_flag),
2728         (setup_sidebar_from_metadata),
2729         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2730         (ev_window_cmd_edit_find_next),
2731         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2732         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2733         (find_bar_close_cb), (view_actions_focus_in_cb):
2734
2735         Do not update visibility when changing a chrome flag so that it's
2736         possible to update several flags and update visibility only once
2737         for all of them.
2738
2739 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2740
2741         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2742
2743         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2744         supported by gtk+. Fixes bug #460907.
2745
2746 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * shell/ev-view.c: (view_update_range_and_current_page):
2749
2750         Make sure current-page <= end-page in continuous mode. Fixes bug
2751         #454950.
2752
2753 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * backend/pdf/ev-poppler.cc: (build_tree):
2756
2757         Ignore outline items without a title. Fixes bug #453913.
2758
2759 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2760
2761         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2762         (ev_view_button_release_event), (ev_view_leave_notify_event):
2763
2764         Use always drag mouse cursor during a drag operation. Fixes bug
2765         #470564.
2766
2767 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2770         (pdf_selection_get_selection_region),
2771         (pdf_selection_get_selection_map):
2772
2773         Temporarily disable double and triple selections since it depends on
2774         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2775         released and the update of the external dependency minimal version
2776         approved.
2777
2778 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2779
2780         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2781         (pdf_document_file_exporter_do_page):
2782         * libdocument/ev-file-exporter.h:
2783         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2784         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2785
2786         Actually fix printing regressions. Remove orientation from
2787         EvPrintContext since it's redundant.
2788
2789 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2792         * backend/impress/impress-document.c:
2793         (impress_document_document_iface_init):
2794         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2795         * backend/djvu/djvu-document.c:
2796         (djvu_document_document_iface_init),
2797         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2798         * backend/tiff/tiff-document.c:
2799         (tiff_document_document_iface_init):
2800         * backend/pixbuf/pixbuf-document.c:
2801         (pixbuf_document_document_iface_init):
2802         * backend/comics/comics-document.c:
2803         (comics_document_document_iface_init):
2804         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2805         (pdf_selection_render_selection),
2806         (pdf_selection_get_selected_text),
2807         (pdf_selection_get_selection_region),
2808         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2809         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2810         (ev_selection_get_selection_region),
2811         (ev_selection_get_selection_map):
2812         * libdocument/ev-document.[ch]:
2813         * shell/ev-pixbuf-cache.[ch]: (add_job),
2814         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2815         * shell/ev-view-private.h:
2816         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2817         (ev_job_render_run):
2818         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2819         * shell/ev-view.c: (start_selection_for_event),
2820         (ev_view_button_press_event), (ev_view_drag_data_get),
2821         (ev_view_drag_data_received), (ev_view_button_release_event),
2822         (compute_new_selection_text), (compute_selections),
2823         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2824         (ev_view_primary_get_cb):
2825
2826         Add support for double and triple click selections.
2827
2828 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2829
2830         * NEWS:
2831         * configure.ac:
2832
2833         Update for release 2.19.4
2834
2835 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2836
2837         * shell/ev-view-private.h:
2838         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2839         (ev_view_set_highlight_search):
2840         * shell/ev-view.h:
2841         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2842         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2843         (find_bar_visibility_changed_cb):
2844         
2845         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2846
2847 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2848
2849         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2850         (pdf_document_file_exporter_begin),
2851         (pdf_document_file_exporter_do_page):
2852         * shell/ev-jobs.c: (ev_job_print_run):
2853         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2854
2855         Create always a portrait cairo surface and rotate when needed for
2856         landscape. It fixes printing problems in real printers.
2857
2858 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2861         * libdocument/ev-file-exporter.[ch]:
2862         (ev_file_exporter_get_capabilities):
2863         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2864         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2865
2866         Adjust number of pages per row according to page orientation when
2867         printing 2 or 6 pages per sheet.
2868
2869 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * shell/ev-window.c: (ev_window_print_send):
2872
2873         Reset also cups setting to 1 when printing multiple pages per
2874         sheet. Fixes bug #468853.
2875
2876 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * libdocument/ev-document-misc.c:
2879         (ev_document_misc_surface_rotate_and_scale):
2880
2881         Use directly cairo_surface_get_content() when creating a similar
2882         surface as suggested by Jeff Muizelaar. Thanks again.
2883
2884 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * backend/djvu/djvu-document.c: (djvu_document_render):
2887         * backend/tiff/tiff-document.c: (tiff_document_render):
2888         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2889         * libdocument/ev-document-misc.c:
2890         (ev_document_misc_surface_from_pixbuf),
2891         (ev_document_misc_surface_rotate_and_scale):
2892
2893         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2894         creating page surfaces. Fixes bug #453123. Thank you very much to
2895         Jeff Muizelaar <jeff@infidigm.net>.
2896
2897 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * shell/ev-page-cache.c: (ev_page_cache_new),
2900         (ev_page_cache_get_thumbnail_size):
2901         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2902         (ev_sidebar_thumbnails_set_loading_icon):
2903
2904         Also store in page-cache the dimensions of the thumbnails so that
2905         they can be used to create the correct loading icon in the side
2906         pane. Fixes bug #466857.
2907
2908 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * backend/pdf/ev-poppler.cc:
2911         (pdf_document_thumbnails_get_thumbnail):
2912
2913         Fix thumbnails rotation in pdf documents that include embedded 
2914         thumbnails.
2915
2916 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2917
2918         * backend/pdf/ev-poppler.cc:
2919
2920         Don't use #ifdef in macro expansion. Some compilers don't
2921         like that. Closes bug #467042.
2922
2923 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2924
2925         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2926         
2927         Fixes memory leak in djvu backend.
2928
2929 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2930
2931         * data/icons/32x32/Makefile.am:
2932         * data/icons/32x32/actions/Makefile.am:
2933         * data/icons/32x32/actions/view-page-cont.svg:
2934         * data/icons/32x32/actions/view-page-facing.svg:
2935         * data/icons/48x48/Makefile.am:
2936         * data/icons/48x48/actions/Makefile.am:
2937         * data/icons/48x48/actions/view-page-cont.svg:
2938         * data/icons/48x48/actions/view-page-facing.svg:
2939         
2940         Icons for a new sizes.
2941
2942 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2943
2944         * shell/ev-page-cache.c: (build_height_to_page),
2945         (ev_page_cache_get_height_to_page):
2946         
2947         Fixes invalid read, see bug #466401.
2948
2949 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2950
2951         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2952         (set_drag_cursor):
2953         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2954         (configure_item_cursor), (new_pixbuf_from_widget):
2955
2956         Fix multihead problems in toolbar editor. Fixes bug #382055.
2957
2958 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2959
2960         * shell/ev-window.c: (ev_window_cmd_file_open),
2961         (ev_window_cmd_save_as):
2962
2963         Use g_get_user_special_dir when available instead of
2964         xdg_user_dir_lookup.
2965
2966 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2967
2968         * MAINTAINERS:
2969         
2970         Updated according to request on desktop-devel.
2971
2972 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2975
2976         Do not use cairo_rectangle and cairo_clip since we are
2977         not using cairo_fill but cairo_paint. Use the same cairo context
2978         for every page in the same expose event.
2979
2980 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2981
2982         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2983         leak.
2984
2985 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * configure.ac:
2988         * NEWS:
2989
2990         Release 0.9.3
2991
2992 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2993
2994         * libdocument/ev-document-info.h:
2995         * libdocument/ev-document.h:
2996         * shell/ev-page-action.h:
2997         * shell/ev-sidebar-links.h:
2998
2999         Fix a headers problem with ev-link
3000         
3001         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3002         * shell/ev-view-private.h:
3003         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3004         (get_link_area), (ev_view_query_tooltip),
3005         (ev_view_leave_notify_event), (ev_view_destroy),
3006         (ev_view_class_init):
3007
3008         Use new gtk tooltips when available instead of ev-tooltip.
3009         
3010 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3011
3012         * shell/ev-window.c: (update_chrome_visibility),
3013         (ev_window_sidebar_visibility_changed_cb):
3014
3015         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3016         
3017 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3018
3019         * shell/ev-navigation-action.c:
3020         (ev_navigation_action_history_changed),
3021         (ev_navigation_action_set_history):
3022         * shell/ev-navigation-action-widget.c:
3023         (ev_navigation_action_widget_init):
3024         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3025
3026         Fix compile warnings.
3027         
3028 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3031         (egg_editable_toolbar_dispose):
3032
3033         Fix memory leak.
3034         
3035 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3036
3037         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3038         (screensaver_disable_x11):
3039         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3040         * shell/ev-window.c: (presentation_set_timeout):
3041         * shell/ev-view.c: (ev_view_presentation_transition_start):
3042
3043         Use g_timeout_add_seconds instead of g_timeout_add when
3044         available.
3045         
3046 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3049
3050         Set horizontal scrollbar policy to AUTOMATIC instead of
3051         NEVER. Workaround for bug #449462.
3052         
3053 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * shell/ev-jobs.c: (ev_job_render_page_ready):
3056
3057         Add page_ready callback to main loop with high priority and hold
3058         a reference to job during idle.
3059         
3060 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3061
3062         * configure.ac:
3063         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3064         (pdf_document_file_exporter_begin),
3065         (pdf_document_file_exporter_do_page),
3066         (pdf_document_file_exporter_get_capabilities):
3067         * libdocument/ev-file-exporter.h:
3068         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3069         * shell/ev-window.c: (ev_window_print_send),
3070         (ev_window_print_dialog_response_cb):
3071
3072         Allow printing multiple pages per sheet. Fixes bug #395573.
3073         
3074 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3075
3076         * shell/ev-view.c: (tip_from_link):
3077         
3078         Check for NULL, fixes bug #460862.
3079
3080 2007-07-29  Christian Persch  <chpe@gnome.org>
3081
3082         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3083         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3084         (ev_window_cmd_preview_print):
3085         
3086         Fixes bug #437681 - blocks while enumerating printers.
3087
3088 2007-07-29  Christian Persch  <chpe@gnome.org>
3089
3090         * shell/ev-window.c: (ev_window_screen_changed):
3091         
3092         Don't use deprecated gtk+ function. See bug #460909.
3093
3094 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * shell/ev-utils.c: (get_num_monitors):
3097         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3098
3099         Do not use display before initializing it. Remove compile
3100         warnings.
3101
3102 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3103
3104         * shell/ev-view.c: (ev_view_class_init):
3105         
3106         Unix-like hjkl bindings added. See bug #458111.
3107
3108 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3109
3110         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3111         * shell/ev-utils.h:
3112         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3113         (ev_view_update_view_size):
3114         * shell/ev-view.h:
3115         * shell/ev-window.c: (ev_window_update_actions),
3116         (setup_view_from_metadata), (ev_window_screen_changed),
3117         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3118         (zoom_control_changed_cb):
3119         * shell/ev-window.h:
3120         
3121         Reorganizes utility functions.
3122
3123 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3126         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3127         (add_job), (ev_pixbuf_cache_get_surface),
3128         (ev_pixbuf_cache_get_link_mapping),
3129         (ev_pixbuf_cache_get_image_mapping),
3130         (ev_pixbuf_cache_get_form_field_mapping),
3131         (ev_pixbuf_cache_get_text_mapping):
3132         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3133         (notify_page_ready), (ev_job_render_page_ready),
3134         (ev_job_render_run):
3135
3136         Add page_ready signal to notify that page is ready as soon as
3137         possible even if other page elements like links, forms, images or
3138         text mapping are not ready yet.
3139
3140 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3143         (dvi_document_file_exporter_do_page),
3144         (dvi_document_file_exporter_get_capabilities),
3145         (dvi_document_file_exporter_iface_init):
3146         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3147         (ps_document_file_exporter_do_page),
3148         (ps_document_file_exporter_get_capabilities),
3149         (ps_document_file_exporter_iface_init):
3150         * backend/djvu/djvu-document.c:
3151         (djvu_document_file_exporter_begin),
3152         (djvu_document_file_exporter_end),
3153         (djvu_document_file_exporter_get_capabilities),
3154         (djvu_document_file_exporter_iface_init):
3155         * backend/tiff/tiff-document.c:
3156         (tiff_document_file_exporter_begin),
3157         (tiff_document_file_exporter_get_capabilities),
3158         (tiff_document_document_file_exporter_iface_init):
3159         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3160         (pdf_document_file_exporter_do_page),
3161         (pdf_document_file_exporter_get_capabilities),
3162         (pdf_document_file_exporter_iface_init):
3163         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3164         (ev_file_exporter_get_capabilities):
3165         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3166         (idle_print_handler), (ev_print_job_print):
3167         * shell/ev-jobs.c: (ev_job_print_run):
3168         * shell/ev-window.c: (ev_window_print_send),
3169         (ev_window_print_range):
3170
3171         Use capabilities to know which options should be offered by the
3172         print dialog depending on the document backend.
3173
3174 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3177
3178         Give priority to forms over text to set the cursor.
3179
3180 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3181
3182         * shell/ev-view-private.h:
3183         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3184         (ev_view_leave_notify_event), (ev_view_finalize),
3185         (ev_view_get_property), (ev_view_class_init):
3186
3187         Use IBEAM cursor for text form fields and NORMAL cursor for read
3188         only fields. Remove unused status attribute.
3189
3190 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3191
3192         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3193
3194         Update region for current selected items also for checkbox
3195         buttons, since they can behave as radio buttons when they are in a
3196         set.
3197
3198 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3199
3200         * configure.ac:
3201         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3202
3203         Get max length of text form fields.
3204
3205 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3206
3207         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3208         * libdocument/ev-form-field.h:
3209         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3210
3211         Fix build with current poppler cvs head.
3212
3213 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3216         * shell/eggfindbar.c: (egg_find_bar_init):
3217
3218         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3219         deprecation. Fixes bug #455667
3220
3221 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3222
3223         * NEWS:
3224         * configure.ac:
3225         
3226         Update for release 0.9.2
3227
3228 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3229
3230         * shell/ev-view.c: (ev_view_form_field_text_save),
3231         (ev_view_form_field_choice_save):
3232
3233         Fix a crash when closing whith a form widget visible.
3234
3235 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3238
3239         Update also the region of the current selected button when
3240         clicking on another button if they are radio buttons.
3241
3242 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3245         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3246         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3247         (ev_pixbuf_cache_get_link_mapping),
3248         (ev_pixbuf_cache_get_image_mapping),
3249         (ev_pixbuf_cache_get_form_field_mapping),
3250         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3251         * shell/ev-view.c: (ev_view_form_field_get_region),
3252         (ev_view_form_field_button_create_widget),
3253         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3254         (job_finished_cb):
3255
3256         Redraw only form field region instead of the whole page when
3257         reloading a page to show changes on the form field.
3258
3259 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * shell/ev-view.c: (ev_view_form_field_choice_save):
3262
3263         Fix selection of first item in list form fields.
3264
3265 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3268         (ev_pixbuf_cache_reload_page),
3269         (ev_pixbuf_cache_get_form_field_mapping):
3270
3271         Some refactoring to avoid duplicated code.
3272
3273 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3274
3275         * configure.ac:
3276         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3277         (ev_form_field_from_poppler_field),
3278         (pdf_document_forms_get_form_fields),
3279         (pdf_document_forms_form_field_text_get_text),
3280         (pdf_document_forms_form_field_text_set_text),
3281         (pdf_document_forms_form_field_button_set_state),
3282         (pdf_document_forms_form_field_button_get_state),
3283         (pdf_document_forms_form_field_choice_get_item),
3284         (pdf_document_forms_form_field_choice_get_n_items),
3285         (pdf_document_forms_form_field_choice_is_item_selected),
3286         (pdf_document_forms_form_field_choice_select_item),
3287         (pdf_document_forms_form_field_choice_toggle_item),
3288         (pdf_document_forms_form_field_choice_unselect_all),
3289         (pdf_document_forms_form_field_choice_set_text),
3290         (pdf_document_forms_form_field_choice_get_text),
3291         (pdf_document_document_forms_iface_init):
3292         * libdocument/Makefile.am:
3293         * libdocument/ev-form-field.[ch]:
3294         * libdocument/ev-document-forms.[ch]:
3295         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3296         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3297         (add_job), (ev_pixbuf_cache_reload_page),
3298         (ev_pixbuf_cache_get_form_field_mapping):
3299         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3300         * shell/ev-view-private.h:
3301         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3302         (ev_view_handle_cursor_over_xy),
3303         (ev_view_get_form_field_at_location),
3304         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3305         (ev_view_form_field_button_create_widget),
3306         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3307         (ev_view_form_field_text_create_widget),
3308         (ev_view_form_field_choice_save),
3309         (ev_view_form_field_choice_changed),
3310         (ev_view_form_field_choice_create_widget),
3311         (ev_view_handle_form_field), (ev_view_size_allocate),
3312         (ev_view_realize), (draw_end_presentation_page),
3313         (ev_view_button_press_event), (ev_view_remove_all),
3314         (ev_view_motion_notify_event), (ev_view_key_press_event),
3315         (ev_view_enter_notify_event), (highlight_find_results),
3316         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3317         (ev_view_class_init), (page_changed_cb),
3318         (on_adjustment_value_changed), (ev_view_set_presentation),
3319         (merge_selection_region), (ev_view_set_cursor),
3320         (ev_view_reset_presentation_state):
3321         
3322         Merge evince-forms branch.
3323
3324 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3325
3326         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3327
3328         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3329         This script also updates itself from libegg
3330
3331         * cut-n-paste/toolbar-editor/egg*:
3332         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3333         libegg
3334
3335 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3336
3337         * shell/ev-window.c:
3338         
3339         Adds a nice icon to page action during toolbar editing.
3340         See bug #452872.
3341
3342 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3343
3344         * data/evince-toolbar.xml:
3345         * shell/ev-window.c:
3346         
3347         Let user add a presentation and fullscreen icons on toolbar.
3348         See bug #449734.
3349
3350 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3351
3352         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3353
3354         new script to keep in sync with toolbareditor in libegg
3355
3356         * cut-n-paste/toolbar-editor/*: 
3357
3358         Run update-toolbareditor-from-libegg so we are in sync again. 
3359         Fixes bug #452850.
3360         
3361
3362 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * shell/ev-sidebar-links.c: (job_finished_callback):
3365
3366         Do not connect selection changed signal more than once. Fixes bug
3367         #349433.
3368
3369 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3370
3371         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3372
3373         Do not change sidebar chrome flag when pressing F9 key in
3374         presentation mode.
3375
3376 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * backend/pdf/ev-poppler.cc:
3379         (pdf_document_thumbnails_get_dimensions):
3380
3381         Make sure thumbnails width and height is not <= 0. Fixes a crash
3382         with some pdf documents which have really small pages.
3383
3384 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3385
3386         * shell/main.c: (main):
3387
3388         Fixes program description translation issue.
3389         Bug #450148.
3390
3391 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3392
3393         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3394
3395         Do not change current page when returning from black/white mode
3396         in presentation. Fixes bug #415032.
3397
3398 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3399
3400         * NEWS:
3401         * configure.ac:
3402         
3403         Update for release 0.9.1
3404
3405 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3406
3407         * backend/dvi/dvi-document.c:
3408         (dvi_document_finalize),
3409         (dvi_document_file_exporter_format_supported),
3410         (dvi_document_file_exporter_begin),
3411         (dvi_document_file_exporter_do_page),
3412         (dvi_document_file_exporter_end),
3413         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3414         
3415         PDF exporter for dvi documents. Fixes bug #441319.
3416
3417 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * shell/ev-window.c: (ev_window_clear_print_job):
3420
3421         Clear gtk print job when job has finished. Fixes bug #447612.
3422
3423 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * shell/ev-window.c: (ev_window_print_send),
3426         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3427
3428         Add preview button to print dialog. Fixes bug #445419.
3429
3430 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * backend/dvi/Makefile.am:
3433         * backend/dvi/pixbuf-device.[ch]: Removed
3434         * backend/dvi/cairo-device.[ch]: Added
3435         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3436         * backend/dvi/dvi-document.c: (dvi_document_load),
3437         (dvi_document_render), (dvi_document_finalize),
3438         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3439         (dvi_document_do_color_special):
3440         * libdocument/ev-document-misc.[ch]:
3441         (ev_document_misc_pixbuf_from_surface):
3442
3443         Port dvi backend to cairo and fix a problem with colors. 
3444
3445 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * shell/ev-view.c: (draw_one_page):
3448
3449         Draw only visible region.
3450
3451 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * backend/djvu/djvu-document.c: (djvu_document_render):
3454
3455         Fix rotation in djvu backend.
3456
3457 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3460         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3461         (ev_pixbuf_cache_get_image_mapping),
3462         (ev_pixbuf_cache_get_text_mapping):
3463
3464         Redraw view every time we have a new surface. Fixes bug #443587.
3465
3466 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * libdocument/ev-document.c: (ev_document_info_free):
3469
3470         Fix memory leaks.
3471
3472 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * backend/dvi/dvi-document.c: (dvi_document_render),
3475         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3476         * backend/impress/impress-document.c:
3477         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3478         (impress_document_render), (impress_document_document_iface_init),
3479         (impress_document_thumbnails_get_thumbnail):
3480         * backend/djvu/djvu-document-private.h:
3481         * backend/djvu/djvu-document.c: (djvu_document_render),
3482         (djvu_document_finalize), (djvu_document_document_iface_init),
3483         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3484         * backend/tiff/tiff-document.c: (tiff_document_render),
3485         (tiff_document_render_pixbuf),
3486         (tiff_document_document_iface_init):
3487         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3488         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3489         (pdf_selection_render_selection):
3490         * backend/comics/comics-document.c:
3491         (comics_document_render_pixbuf), (comics_document_render),
3492         (comics_document_document_iface_init):
3493         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3494         (pixbuf_document_document_iface_init):
3495         * libdocument/ev-document-misc.[ch]:
3496         (ev_document_misc_surface_from_pixbuf),
3497         (ev_document_misc_surface_rotate_and_scale):
3498         * libdocument/ev-document.[ch]: (ev_document_render):
3499         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3500         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3501         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3502         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3503         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3504         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3505         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3506         (render_finished_cb), (ev_job_render_run):
3507         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3508         (merge_selection_region):
3509
3510         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3511         and selections.
3512
3513 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3514
3515         * shell/ev-window-title.c: (ev_window_title_update):
3516
3517         Fix memory leak.
3518
3519 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3520
3521         * shell/ev-view.c: (draw_loading_text):
3522
3523         Show loading text centered. Fixes bug #433061
3524
3525 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3526
3527         * shell/ev-sidebar-thumbnails.c:
3528         (ev_sidebar_thumbnails_set_loading_icon):
3529
3530         Remove a mutex in the main thread that blocks the UI in heavy
3531         documents.
3532
3533 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3534
3535         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3536
3537         Set points_set to TRUE so that selections don't disappear after a
3538         zoom change.
3539
3540 2007-06-07  Michael Monreal  <infernux@web.de>
3541
3542         * data/icons/16x16/actions/Makefile.am:
3543         * data/icons/16x16/actions/zoom.svg:
3544         * data/icons/22x22/actions/Makefile.am:
3545         * data/icons/22x22/actions/zoom.svg:
3546         * data/icons/24x24/actions/Makefile.am:
3547         * shell/ev-stock-icons.c:
3548         * shell/ev-stock-icons.h:
3549         * shell/ev-window.c:
3550         
3551         Zoom icon artwork. See bug #444795.
3552
3553 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3554
3555         * shell/ev-metadata-manager.c: Remove extraneous function
3556         (Closes: #444386)
3557
3558 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3559
3560         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3561         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3562         (ev_metadata_manager_set), (ev_metadata_manager_save):
3563         Simplify the timeout, no need for modified anymore
3564
3565 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3566
3567         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3568         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3569         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3570         (ev_metadata_manager_save): Adapted patch from Arjan van de
3571         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3572         time, saves on power (Closes: #443851)
3573
3574 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * configure.ac:
3577         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3578         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3579
3580         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3581
3582 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3583
3584         * shell/ev-window.c: (ev_window_add_history):
3585
3586         Check if history is NULL
3587
3588 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * libdocument/ev-image.c: (ev_image_finalize):
3591         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3592         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3593         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3594         (ev_tmp_uri_unlink):
3595
3596         Add functions to delete temporary files created by evince in a safe
3597         way.
3598
3599         * shell/ev-window.c: (ev_window_clear_local_uri),
3600         (open_xfer_update_progress_callback),
3601         (save_xfer_update_progress_callback), (ev_window_save_remote),
3602         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3603         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3604         (attachment_save_dialog_response_cb),
3605         (ev_attachment_popup_cmd_save_attachment_as):
3606
3607         Allow saving a copy of a document, image or attachment to a remote
3608         location. Fixes bug #440754. 
3609
3610 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3611
3612         * configure.ac:
3613         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3614
3615         Fix build with current poppler from cvs head. 
3616
3617 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3618
3619         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3620
3621         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3622         directory exists.
3623
3624 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3625
3626         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3627         * shell/ev-window.c:
3628
3629         Change sidebar ordering. Fixes bug #439939.
3630
3631 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3632
3633         * backend/comics/Makefile.am:
3634         
3635         Fixes build with --without-libgnome.
3636
3637 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3638         
3639         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3640
3641         Update cursor and tooltip on page change and view scroll. Fixes bug
3642         #439217.
3643
3644 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3645
3646         * NEWS:
3647         * configure.ac:
3648         
3649         Update for release 0.9.0
3650
3651 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3652
3653         * backend/djvu/djvu-document-private.h:
3654         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3655         (djvu_document_finalize),
3656         (djvu_document_file_exporter_format_supported),
3657         (djvu_document_file_exporter_begin),
3658         (djvu_document_file_exporter_do_page),
3659         (djvu_document_file_exporter_end),
3660         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3661         
3662         Implemented printing with djvu. Bug #437998.
3663
3664 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * backend/impress/zip.c:
3667         Add missing ulong definition.
3668
3669         * backend/ps/ps-interpreter.c:
3670         Add missing headers.
3671
3672         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3673
3674 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3677
3678         Add missing call to parent class dispose method. 
3679
3680 2007-05-12  Ross Burton  <ross@openedhand.com>
3681
3682         * shell/main.c:
3683         Sync keybindings manually when building without libgnome
3684         (#437925).
3685
3686 2007-05-12  Ross Burton  <ross@openedhand.com>
3687
3688         * shell/ev-window.c:
3689         Respect the screen when opening help (#437866).
3690
3691 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * data/evince-ui.xml:
3694         * shell/ev-application.[ch]: (get_print_settings_from_args),
3695         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3696         (ev_application_open_uri_list):
3697         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3698         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3699         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3700         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3701         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3702         (ev_window_dispose):
3703         * shell/main.c: (arguments_parse):
3704
3705         Add print button in preview mode. Fixes bug #396475. 
3706
3707 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3708
3709         * cut-n-paste/zoom-control/ephy-zoom.h:
3710         
3711         Fixes zoom level factors. See bug #408119 for details.
3712
3713 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3714
3715         * backend/comics/comics-document.c: (comics_regex_quote),
3716         (extract_argv):
3717         
3718         Correctly quote symbols. Fixes crash in the bug
3719         #415370.
3720
3721 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3722
3723         * shell/ev-navigation-action-widget.c:
3724         (ev_navigation_action_widget_init),
3725         (ev_navigation_action_widget_class_init),
3726         (ev_navigation_action_widget_button_press_event):
3727         
3728         Connect to button-press event on correct widget. Fixes
3729         bug #431988
3730
3731 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3732
3733         * shell/ev-application.c: (ev_application_open_window),
3734         (ev_application_add_icon_path_for_screen),
3735         (ev_application_open_uri_at_dest):
3736         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3737         * shell/ev-navigation-action.c: (build_menu):
3738         
3739         Add app-specific icons to our icon theme. Fixes bug
3740         #425508.
3741
3742 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3743
3744         * shell/ev-history.c: (ev_history_class_init),
3745         (ev_history_add_link):
3746         * shell/ev-history.h:
3747         * shell/ev-navigation-action.c:
3748         (ev_navigation_action_history_changed),
3749         (ev_navigation_action_set_history), (build_menu),
3750         (ev_navigation_action_finalize):
3751         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3752         
3753         Make navigation action unsensitive instead of showing
3754         menu with unsensitive word. Fixes bug #417392.
3755
3756 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3757
3758         * shell/ev-application.[ch]: (ev_application_shutdown),
3759         (ev_application_get_print_settings),
3760         (ev_application_set_print_settings):
3761         * shell/ev-window.c:
3762
3763         Remember print settings. Fixes bug #349102. 
3764
3765 2007-05-08  Christian Persch  <chpe@gnome.org>
3766
3767         * configure.ac:
3768         * properties/ev-properties-view.c:
3769
3770         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3771         Bug #382438.
3772
3773 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3774
3775         * configure.ac:
3776         * properties/ev-properties-view.c: (ev_regular_paper_size):
3777
3778         Use gtk+ builtin paper list to identify the document's paper size.
3779         Fixes bug #382438. 
3780
3781 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * configure.ac:
3784
3785         Fix build when compiling with thumbnailer and libgnome support. 
3786
3787 2007-05-04  Ross Burton  <ross@openedhand.com>
3788
3789         * configure.ac:
3790         Add --without-libgnome, check for libgnome and libgnomeui
3791         separately, and add them to the symbols as required.
3792
3793         * libdocument/ev-file-helpers.c:
3794         When building without libgnome, use g_get_user_config_dir instead
3795         of gnome_user_dir_get.
3796
3797         * shell/ev-application.c:
3798         When building without libgnome, don't use session management.
3799
3800         * shell/main.c:
3801         When building without libgnome, don't use GnomeProgram or
3802         initialise the authentication manager.
3803
3804         This fixes #328842.
3805
3806 2007-05-04  Ross Burton  <ross@openedhand.com>
3807
3808         * shell/ev-window.c:
3809         Don't use libgnome to open help, instead call Yelp directly.
3810
3811 2007-05-04  Ross Burton  <ross@openedhand.com>
3812
3813         * shell/ev-sidebar-attachments.c:
3814         Don't use libgnome to lookup icons for MIME types, instead copy
3815         code from GTK+ to do it manually.
3816
3817 2007-05-04  Ross Burton  <ross@openedhand.com>
3818
3819         * configure.ac:
3820         Add libxml to the dependencies for SHELL_CORE (#435818).
3821
3822 2007-05-02  Ross Burton  <ross@openedhand.com>
3823
3824         * configure.ac:
3825         * Makefile.am:
3826         Add --disable-thumbnailer (#434825)
3827
3828 2007-05-02  Ross Burton  <ross@openedhand.com>
3829
3830         * shell/ev-window.c:
3831         Add missing includes, fix indentation.
3832
3833         * shell/main.c:
3834         Fix indentation.
3835
3836 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3837
3838         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3839         ev_application_open_uri_at_dest instead of ev_application_open_uri
3840         preventing new document always being opened in a new window even if there
3841         is an empty window.
3842
3843 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3844
3845         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3846         (egg_recent_view_uimanager_finalize):
3847         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3848         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3849         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3850         (ev_pixbuf_cache_dispose):
3851         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3852         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3853         
3854         Add missing chain to parent class methods. Fixes
3855         bug #433128.
3856
3857 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3858
3859         * data/Makefile.am (update-icon-cache): Updates
3860         gtk-update-icon-cache in uninstall-hook.
3861
3862 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3863
3864         * shell/ev-window.c: (ev_window_setup_document),
3865         (ev_window_set_document), (ev_window_load_job_cb):
3866         * shell/ev-view.c: (setup_caches):
3867         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3868
3869         Start rendering pages before any other jobs. 
3870
3871 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3872
3873         * shell/ev-window.c: (ev_window_stop_fullscreen),
3874         (ev_window_stop_presentation):
3875
3876         Update chrome visibility before window unfullscreen. 
3877
3878 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * data/Makefile.am:
3881         * data/evince-ui.xml:
3882         * shell/ev-stock-icons.[ch]:
3883         * shell/ev-application.[ch]: (ev_application_shutdown),
3884         (ev_application_init), (ev_application_get_toolbars_model):
3885         * shell/ev-window.c: (update_chrome_visibility),
3886         (fullscreen_toolbar_setup_item_properties),
3887         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3888         (ev_window_run_presentation), (ev_window_stop_presentation),
3889         (ev_window_run_preview), (ev_window_screen_changed),
3890         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3891         (ev_window_dispose), (ev_window_init):
3892
3893         Make fullscreen toolbar always visible. Do not use egg toolbars for
3894         fullscreen and preview modes since such toolbars are not editables.
3895         Fixes bugs #300278, #338910 and #316188.  
3896
3897 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3898
3899         * shell/ev-application.c:
3900         * shell/ev-job-queue.c:
3901         * shell/ev-metadata-manager.c:
3902         * shell/ev-stock-icons.c:
3903         * shell/ev-window.c:
3904         * shell/main.c:
3905         
3906         Developers documentation updated.
3907
3908 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3909
3910         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3911
3912         Check whether uri is valid before launching it. Fixes bug #427664.
3913
3914 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3915
3916         * shell/ev-window.c:
3917
3918         Change key accelerator for Open a Copy menu entry which is in conflict
3919         with Close. Fixes bug #427321.
3920
3921 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3922
3923         * NEWS:
3924         * configure.ac:
3925         
3926         Update for release 0.8.1
3927
3928 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3929
3930         * shell/ev-window.c: (setup_size_from_metadata):
3931         
3932         Do not make window bigger than screen. Fixes bug 
3933         #388985.
3934
3935 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3936
3937         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3938         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3939
3940         Use default resolution when it's not provided by document. Fixes bug
3941         #408762.
3942
3943 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3944
3945         * configure.ac:
3946         * thumbnailer/Makefile.am:
3947         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3948         * thumbnailer/evince-thumbnailer.schemas.in:
3949         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3950
3951         Add support for ps, eps and compressed documents thumbnails. Do not
3952         ignore size parameter. 
3953
3954 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3955
3956         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3957         (dvi_document_do_color_special):
3958         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3959
3960         Implement font color specials in the DVI backend. Fixes bug #303651.
3961
3962 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3963
3964         Fixup the previous commit:
3965
3966         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3967         * shell/xdg-user-dir-lookup.c: Make the function non-static
3968         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3969
3970 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3971
3972         * shell/ev-window.c (file_open_dialog_response_cb): Use
3973         the xdg-user-dirs DOCUMENTS folder as default folder when
3974         opening a file chooser.  (#424858)
3975
3976         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3977         xdg-user-dirs.
3978
3979 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3980
3981         * shell/ev-window.c: (ev_window_load_job_cb):
3982
3983         Do not setup view from metadata on preview mode. 
3984
3985 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3986
3987         * shell/main.c:
3988
3989         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3990
3991 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3992
3993         * shell/ev-view.c: (ev_view_primary_get_cb):
3994
3995         Check pointer != NULL before using it. Fixes bug #416841. 
3996
3997 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3998
3999         * NEWS:
4000         * configure.ac:
4001         
4002         Release 0.8.0
4003
4004 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4007
4008         Do not render thumbnails when sidebar thumbnail page is not visible
4009         at startup. Fixes bug #416447. 
4010
4011 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4012
4013         * data/evince.desktop.in.in:
4014
4015         "Application" is not a valid category in the freedesktop specification.
4016
4017 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4018
4019         * libdocument/ev-file-helpers.[ch]: (compression_run),
4020         (ev_file_uncompress), (ev_file_compress):
4021         * shell/ev-window.c: (file_save_dialog_response_cb):
4022
4023         Save document compressed when saving a copy of a compressed document.
4024         Fixes bug #334542.
4025
4026 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4027
4028         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4029
4030         Allow deleting in goto window entry in presentation mode. 
4031
4032 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4033
4034         * Makefile.am: Dist MAINTAINERS.
4035
4036 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * shell/ev-window.c: (ev_window_update_actions):
4039
4040         Fix zoom shortcut keys when searching. Fixes bug #409828.
4041
4042 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4043
4044         * shell/ev-window.c: (ev_window_setup_document):
4045
4046         Fix crash when loading documents with only one page. 
4047
4048 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4049
4050         * backend/dvi/dvi-document.c:
4051         (dvi_document_thumbnails_get_dimensions),
4052         (dvi_document_thumbnails_get_thumbnail):
4053         * backend/impress/impress-document.c:
4054         (impress_document_thumbnails_get_thumbnail),
4055         (impress_document_thumbnails_get_dimensions):
4056         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4057         (ps_document_thumbnails_get_dimensions):
4058         * backend/djvu/djvu-document.c:
4059         (djvu_document_thumbnails_get_dimensions),
4060         (djvu_document_thumbnails_get_thumbnail):
4061         * backend/tiff/tiff-document.c:
4062         (tiff_document_thumbnails_get_thumbnail),
4063         (tiff_document_thumbnails_get_dimensions):
4064         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4065         (pdf_document_thumbnails_get_thumbnail),
4066         (pdf_document_thumbnails_get_dimensions):
4067         * backend/comics/comics-document.c:
4068         (comics_document_thumbnails_get_thumbnail),
4069         (comics_document_thumbnails_get_dimensions):
4070         * backend/pixbuf/pixbuf-document.c:
4071         (pixbuf_document_thumbnails_get_thumbnail),
4072         (pixbuf_document_thumbnails_get_dimensions):
4073         * libdocument/ev-document-thumbnails.[ch]:
4074         (ev_document_thumbnails_get_thumbnail),
4075         (ev_document_thumbnails_get_dimensions):
4076         * libdocument/ev-document-misc.[ch]:
4077         (ev_document_misc_get_thumbnail_frame):
4078         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4079         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4080         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4081         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4082         (ev_sidebar_thumbnails_refresh):
4083         * shell/ev-window.c: (ev_window_setup_document):
4084         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4085
4086         Use an EvRenderContext for rendering thumbnails instead of a suggested
4087         width, so that different sized pages get sized proportionally.
4088
4089 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4090
4091         * shell/ev-view.c: (ev_view_button_press_event),
4092         (ev_view_key_press_event):
4093
4094         Fix critical warnings when there is no document loaded. 
4095
4096 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4097
4098         * shell/ev-page-action-widget.c:
4099         * shell/ev-navigation-action.c:
4100         * shell/ev-window.c:
4101
4102         Fix compile warnings. 
4103
4104 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4105
4106         * backend/djvu/djvu-text.h:
4107         * backend/djvu/djvu-document.c:
4108         * backend/djvu/djvu-text-page.c:
4109         * backend/djvu/djvu-links.c:
4110         * backend/djvu/djvu-text-page.h:
4111         * backend/djvu/djvu-text.c:
4112         
4113         Fix build on Mac. Fixes bug #392186. Patch by
4114         <ephraim_owns@hotmail.com>
4115
4116 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4117
4118         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4119
4120         Restore cairo context before rendering every page when printing a PDF
4121         document into a PDF file. 
4122
4123 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4124
4125         * backend/ps/gstypes.h:
4126         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4127         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4128         (ps_document_thumbnails_get_thumbnail):
4129
4130         Handle PostScript page orientation. Fixes bug #318568.
4131
4132 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4133
4134         * backend/ps/Makefile.am:
4135         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4136         (document_load), (ps_document_load), (save_document),
4137         (save_page_list), (ps_document_get_n_pages),
4138         (ps_document_get_page_size), (ps_document_get_info),
4139         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4140         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4141         (ps_document_thumbnails_get_thumbnail),
4142         (ps_document_thumbnails_get_dimensions),
4143         (ps_document_document_thumbnails_iface_init):
4144         * backend/ps/ps.[ch]: (psgetpagebox):
4145         * backend/ps/ps-interpreter.[ch]:
4146
4147         Add support for thumbnails in ps backend. Fixes bug #164755. 
4148
4149 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4150
4151         * NEWS:
4152         * configure.ac:
4153         
4154         Release 0.7.2
4155
4156 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4159         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4160         (ev_window_dispose):
4161
4162         Use document thumbnail as window icon. Fixes bug #384442.
4163
4164 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4165
4166         * configure.ac:
4167
4168         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4169         duplicated adding application/x-bzpostscript instead. 
4170
4171 2007-02-11  Tom Parker  <palfrey@tevp.net>
4172
4173         * backend/ps/ps-document.c: (document_load):
4174
4175         Check return value of psscan before trying
4176         to use it. Fixes bug #372414.
4177
4178 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4179
4180         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4181
4182         Fix invalid free in ev-page-cache. Fixes bug #404745.
4183
4184 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4185
4186         * test/Makefile.am:
4187         * test/test3.py:
4188         
4189         Added reload test case.
4190
4191 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4192
4193         * po/POTFILES.in:
4194         * backend/djvu/djvu-document.c: (djvu_document_load):
4195
4196         Check whether there are missing files in indirect multipage djvu
4197         documents. Fixes bug #361683. 
4198
4199 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4200
4201         * test/Makefile.am:
4202         * test/test-mime.bin:
4203         * test/test3.py:
4204         
4205         Added test for slow mime type
4206
4207 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4210
4211         Add some checks and call parent_class->finalize. Fixes bug #404745.
4212
4213 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4214
4215         * shell/ev-navigation-action.c: (connect_proxy):
4216         
4217         Fixes dropdown history menu. Thanks a lot Carlos!
4218
4219 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4220
4221         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4222
4223         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4224         bug #373715.
4225
4226 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * backend/ps/ps.c: (psscan):
4229
4230         Fix memory leak. 
4231
4232 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4233
4234         * configure.ac:
4235         * libdocument/ev-file-helpers.c: 
4236
4237         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4238
4239 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * configure.ac:
4242         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4243         (ps_interpreter_start), (document_load), (save_document),
4244         (save_page_list):
4245         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4246         * libdocument/ev-document-factory.c:
4247         (ev_document_factory_get_from_mime), (get_document_from_uri),
4248         (free_uncompressed_uri), (ev_document_factory_get_document):
4249         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4250
4251         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4252
4253 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * libdocument/ev-document.h:
4256
4257         Fix typo in function name. 
4258
4259 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4260
4261         * backend/ps/ps-document.c: (ps_interpreter_finished),
4262         (ps_interpreter_start), (ps_interpreter_failed):
4263
4264         Handle ghostscript interpreter crashes. 
4265
4266 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4267
4268         * shell/ev-window.c: (ev_window_open_uri),
4269         (window_configure_event_cb):
4270
4271         Setup window size and position before showing it. Fixes bug #401711.
4272
4273 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4274
4275         * backend/ps/Makefile.am:
4276         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4277         (ps_document_dispose), (ps_document_class_init),
4278         (ps_interpreter_input), (ps_interpreter_output),
4279         (ps_interpreter_error), (setup_interpreter_env),
4280         (ps_interpreter_start), (ps_interpreter_stop),
4281         (ps_interpreter_failed), (ps_interpreter_is_ready),
4282         (check_filecompressed), (document_load), (ps_document_load),
4283         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4284         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4285         (render_page):
4286
4287         Rework ps-document. Code cleanups, remove deprecated code. 
4288
4289 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4290
4291         * shell/ev-view.c: (ev_view_button_press_event):
4292
4293         Do not start an image drag and drop operation when pointer is on 
4294         text, so that we can select text when the whole background is an
4295         image. 
4296
4297 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * shell/ev-window.c: (ev_window_update_actions): 
4300
4301         Disable all zoom related actions during presentation mode. 
4302
4303 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4304
4305         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4306
4307         Do not zoom in or out on presentation mode. Fixes bug #401305.
4308
4309 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4310
4311         * shell/ev-navigation-action.c: (connect_proxy),
4312         (create_menu_item), (ev_navigation_action_class_init):
4313         
4314         Correctly show menu and fix crash when navigaton 
4315         action is out of toolbar visible area.
4316
4317 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4318
4319         * data/Makefile.am:
4320         * data/evince.1:
4321         
4322         Added man file
4323
4324 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4325
4326         * help/reference/* :
4327         * configure.ac:
4328         
4329         Added gtk-doc based documentation for Evince.
4330         Still in initial state but I hope it will
4331         grow.
4332         
4333         * configure.ac:
4334         
4335         Lower dbus requirement to 0.70
4336
4337 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * shell/ev-window.c: (ev_window_add_history):
4340
4341         Fix memory leak. 
4342
4343 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4344
4345         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4346         * shell/ev-view.h:
4347         * shell/ev-window.c: (ev_window_add_history):
4348         
4349         Correctly handle named destination links
4350
4351 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4352
4353         * NOTES:
4354         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4355         * backend/pdf/ev-poppler.cc:
4356         * libdocument/ev-document-links.h:
4357         * libdocument/ev-link.c: (ev_link_get_page):
4358         * libdocument/ev-link.h:
4359         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4360         (ev_history_add_link):
4361         * shell/ev-history.h:
4362         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4363         (new_history_menu_item), (build_menu):
4364         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4365         * shell/ev-sidebar-links.c: (create_loading_model),
4366         (print_section_cb), (ev_sidebar_links_construct),
4367         (fill_page_labels), (update_page_callback_foreach),
4368         (update_page_callback), (job_finished_callback):
4369         * shell/ev-view.c: (ev_view_handle_link):
4370         * shell/ev-window.c: (ev_window_find_chapter),
4371         (ev_window_add_history), (view_handle_link_cb),
4372         (history_changed_cb):
4373         
4374         Implements another history variant
4375
4376 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4377
4378         * shell/ev-window.c: (view_external_link_cb):
4379         * shell/ev-view.c: (ev_view_button_release_event):
4380
4381         Open links in new window when clicking with middle button. 
4382
4383 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4384
4385         * shell/ev-navigation-action.c: (new_history_menu_item):
4386         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4387         * shell/ev-view.c: (ev_view_handle_link):
4388         * shell/ev-window.c:
4389         
4390         Store link before jump, not the destination. For me it 
4391         seems like more natural history behavior.
4392
4393 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4394
4395         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4396         (ev_navigation_action_class_init):
4397         * shell/ev-navigation-action.h:
4398         * shell/ev-page-action.c: (activate_cb):
4399         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4400         (ev_page_cache_set_current_page_history):
4401         * shell/ev-page-cache.h:
4402         * shell/ev-sidebar-thumbnails.c:
4403         (ev_sidebar_tree_selection_changed),
4404         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4405         * shell/ev-view-private.h:
4406         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4407         * shell/ev-view.h:
4408         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4409         (ev_window_setup_document), (ev_window_load_job_cb):
4410         * shell/ev-window.h:
4411         
4412         History finally works as expected.
4413
4414 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4415
4416         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4417
4418         Do not update links treeview if it doesn't have a model assigned yet. 
4419
4420 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4421
4422         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4423         (ev_sidebar_links_class_init), (update_page_callback):
4424
4425         Do not update links treeview when sidepane is not visible. 
4426
4427 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4428
4429         * shell/ev-marshal.list:
4430         * shell/ev-page-action.c: (activate_cb),
4431         (ev_page_action_class_init):
4432         * shell/ev-page-action.h:
4433         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4434         * shell/ev-window.c:
4435         
4436         Remove activate_link signal, not required.
4437
4438 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4439
4440         * shell/ev-navigation-action.c: (build_menu):
4441         
4442         Reorder menu items and build menu with fixed length.
4443
4444 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4445
4446         * shell/ev-view.c: (get_selected_text):
4447         
4448         Normalize text to fix ligatures problem. See bug
4449         #341947 for details.
4450
4451 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4452
4453         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4454
4455         Fix memory leak in ev-page-cache. 
4456
4457 2007-01-25  Tom Parker <palfrey@tevp.net>
4458
4459         * backend/impress/impress-document.c: (impress_document_load),
4460         (impress_document_finalize), (impress_document_init):
4461         * properties/ev-properties-main.c: (ev_properties_get_pages):
4462         
4463         Correctly handle impress document errors. Fixes nautilus
4464         crash in property page #370491.
4465
4466 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4467
4468         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4469         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4470         (ev_job_queue_remove_job):
4471         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4472         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4473         (ev_job_load_run):
4474         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4475         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4476         (ev_window_load_job_cb), (xfer_update_progress_callback),
4477         (ev_window_open_uri), (ev_window_dispose):
4478         * shell/main.c: (main):
4479
4480         Do file transfer asynchronously in the main thread instead of
4481         synchronously in the load thread. Fixes bugs #399694, #398307 and
4482         #343542.
4483
4484 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4485
4486         * shell/ev-jobs.c: (ev_job_xfer_run):
4487
4488         Load the document with the font-config lock held. 
4489
4490 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4491
4492         * backend/ps/ps-document.c: (start_interpreter):
4493
4494         Fix memory leaks in ps backend. 
4495
4496 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4497
4498         * backend/impress/impress-document.c:
4499         (impress_document_render_pixbuf):
4500
4501         Do not acquire fontconfig lock in impress backend, since it is using
4502         the main loop for rendering. 
4503
4504 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4505
4506         * po/POTFILES.in: 
4507
4508         Remove mdvi files that shouldn't be translated. 
4509
4510 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4511
4512         * shell/ev-view-private.h:
4513         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4514         (ev_view_set_zoom):
4515
4516         Render "loading..." text into a cairo surface instead of directly into
4517         the window so that fontconfig lock is only needed once and UI is not
4518         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4519
4520 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4521
4522         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4523         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4524
4525         Use icon theme associated with the window screen rather than default. 
4526
4527 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4528
4529         * configure.ac:
4530
4531         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4532
4533 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4534
4535         * data/icons/*/apps/evince.*:
4536
4537         Move Evince icons under new apps directory.
4538
4539         * data/icons/*/actions/*:
4540
4541         Add new custom themeable Evince icons: view-page-continuous, 
4542         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4543         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4544
4545         * configure.ac:
4546
4547         Add new directories to AC_CONFIG_FILES.
4548
4549         * shell/ev-stock-icons.c:
4550         * shell/ev-stock-icons.h:
4551
4552         Use new custom themeable icons.
4553
4554 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4557
4558         Do not draw white background page in presentation mode. 
4559
4560 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4561
4562         * shell/ev-view.c: Remove unused gnome-vfs include.
4563
4564 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4565
4566         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4567         
4568         Format string is corrected, fixes bug #397129.
4569
4570 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4571
4572         * shell/ev-window.c: (ev_window_setup_recent):
4573
4574         Do not include in recent menu inexistent documents. Fixes
4575         bug #339171.
4576
4577 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4578
4579         * po/POTFILES.skip: 
4580
4581         Update POTFILES.skip file according to current source tree. 
4582
4583 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4584
4585         * shell/ev-window.c: (file_save_dialog_response_cb):
4586
4587         Do Save a copy in atomic way. Fixes bug #328266. 
4588
4589 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4590
4591         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4592
4593         Keep selected cell always visible in index treeview.
4594
4595 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4596         
4597         * shell/ev-view.c: (ev_view_size_allocate):
4598
4599         Restore horizontal scrollbar after switching to/from fullscreen
4600         or presentation mode. Fixes bug #331728.
4601
4602 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * shell/ev-view-private.h:
4605         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4606         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4607         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4608         (ev_view_can_zoom_out):
4609
4610         Use max and min scale values in the view iby taking dpi into account. 
4611
4612 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4613
4614         * configure.ac:
4615         * NEWS:
4616
4617         Release 0.7.1
4618
4619 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4620
4621         * shell/ev-window.c: (ev_window_print_send):
4622
4623         Send print job to printer with some settings set to default values,
4624         since we have already exported to a file according to such settings
4625         and they could be taken twice by some printers. 
4626
4627 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4628
4629         * shell/ev-jobs.c: (ev_job_xfer_run):
4630         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4631
4632         Show main window and load document with the font-config lock held. 
4633
4634 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4635
4636         * configure.ac:
4637         * shell/ev-application.c: (ev_application_register_service):
4638         * shell/main.c: (load_files_remote):
4639
4640         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4641
4642 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * doc/debugging.txt:
4645         
4646         Remove obsolete documentation.
4647
4648 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4649
4650         * Makefile.am:
4651         * backend/Makefile.am:
4652         * backend/comics/Makefile.am:
4653         * backend/djvu/Makefile.am:
4654         * backend/dvi/Makefile.am:
4655         * backend/ev-async-renderer.c:
4656         * backend/ev-async-renderer.h:
4657         * backend/ev-attachment.c:
4658         * backend/ev-attachment.h:
4659         * backend/ev-backend-marshal.c:
4660         * backend/ev-document-factory.c:
4661         * backend/ev-document-factory.h:
4662         * backend/ev-document-find.c:
4663         * backend/ev-document-find.h:
4664         * backend/ev-document-fonts.c:
4665         * backend/ev-document-fonts.h:
4666         * backend/ev-document-images.c:
4667         * backend/ev-document-images.h:
4668         * backend/ev-document-info.h:
4669         * backend/ev-document-links.c:
4670         * backend/ev-document-links.h:
4671         * backend/ev-document-misc.c:
4672         * backend/ev-document-misc.h:
4673         * backend/ev-document-security.c:
4674         * backend/ev-document-security.h:
4675         * backend/ev-document-thumbnails.c:
4676         * backend/ev-document-thumbnails.h:
4677         * backend/ev-document-transition.c:
4678         * backend/ev-document-transition.h:
4679         * backend/ev-document.c:
4680         * backend/ev-document.h:
4681         * backend/ev-file-exporter.c:
4682         * backend/ev-file-exporter.h:
4683         * backend/ev-image.c:
4684         * backend/ev-image.h:
4685         * backend/ev-link-action.c:
4686         * backend/ev-link-action.h:
4687         * backend/ev-link-dest.c:
4688         * backend/ev-link-dest.h:
4689         * backend/ev-link.c:
4690         * backend/ev-link.h:
4691         * backend/ev-render-context.c:
4692         * backend/ev-render-context.h:
4693         * backend/ev-selection.c:
4694         * backend/ev-selection.h:
4695         * backend/impress/Makefile.am:
4696         * backend/pdf/Makefile.am:
4697         * backend/pixbuf/Makefile.am:
4698         * backend/ps/Makefile.am:
4699         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4700         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4701         (start_interpreter), (stop_interpreter), (document_load),
4702         (ps_document_next_page), (render_page):
4703         * backend/tiff/Makefile.am:
4704         * comics/Makefile.am:
4705         * comics/comics-document.c:
4706         * comics/comics-document.h:
4707         * configure.ac:
4708         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4709         * djvu/Makefile.am:
4710         * djvu/djvu-document-private.h:
4711         * djvu/djvu-document.c:
4712         * djvu/djvu-document.h:
4713         * djvu/djvu-links.c:
4714         * djvu/djvu-links.h:
4715         * djvu/djvu-text-page.c:
4716         * djvu/djvu-text-page.h:
4717         * djvu/djvu-text.c:
4718         * djvu/djvu-text.h:
4719         * dvi/Makefile.am:
4720         * dvi/dvi-document.c:
4721         * dvi/dvi-document.h:
4722         * dvi/fonts.c:
4723         * dvi/fonts.h:
4724         * dvi/mdvi-lib/Makefile.am:
4725         * dvi/mdvi-lib/afmparse.c:
4726         * dvi/mdvi-lib/afmparse.h:
4727         * dvi/mdvi-lib/bitmap.c:
4728         * dvi/mdvi-lib/bitmap.h:
4729         * dvi/mdvi-lib/color.c:
4730         * dvi/mdvi-lib/color.h:
4731         * dvi/mdvi-lib/common.c:
4732         * dvi/mdvi-lib/common.h:
4733         * dvi/mdvi-lib/defaults.h:
4734         * dvi/mdvi-lib/dvimisc.c:
4735         * dvi/mdvi-lib/dviopcodes.h:
4736         * dvi/mdvi-lib/dviread.c:
4737         * dvi/mdvi-lib/files.c:
4738         * dvi/mdvi-lib/font.c:
4739         * dvi/mdvi-lib/fontmap.c:
4740         * dvi/mdvi-lib/fontmap.h:
4741         * dvi/mdvi-lib/fontsrch.c:
4742         * dvi/mdvi-lib/gf.c:
4743         * dvi/mdvi-lib/hash.c:
4744         * dvi/mdvi-lib/hash.h:
4745         * dvi/mdvi-lib/list.c:
4746         * dvi/mdvi-lib/mdvi.h:
4747         * dvi/mdvi-lib/pagesel.c:
4748         * dvi/mdvi-lib/paper.c:
4749         * dvi/mdvi-lib/paper.h:
4750         * dvi/mdvi-lib/pk.c:
4751         * dvi/mdvi-lib/private.h:
4752         * dvi/mdvi-lib/setup.c:
4753         * dvi/mdvi-lib/sp-epsf.c:
4754         * dvi/mdvi-lib/special.c:
4755         * dvi/mdvi-lib/sysdeps.h:
4756         * dvi/mdvi-lib/t1.c:
4757         * dvi/mdvi-lib/tfm.c:
4758         * dvi/mdvi-lib/tfmfile.c:
4759         * dvi/mdvi-lib/tt.c:
4760         * dvi/mdvi-lib/util.c:
4761         * dvi/mdvi-lib/vf.c:
4762         * dvi/pixbuf-device.c:
4763         * dvi/pixbuf-device.h:
4764         * impress/Makefile.am:
4765         * impress/common.h:
4766         * impress/document.c:
4767         * impress/f_oasis.c:
4768         * impress/f_oo13.c:
4769         * impress/iksemel.c:
4770         * impress/iksemel.h:
4771         * impress/imposter.h:
4772         * impress/impress-document.c:
4773         * impress/impress-document.h:
4774         * impress/internal.h:
4775         * impress/r_back.c:
4776         * impress/r_draw.c:
4777         * impress/r_geometry.c:
4778         * impress/r_gradient.c:
4779         * impress/r_style.c:
4780         * impress/r_text.c:
4781         * impress/render.c:
4782         * impress/render.h:
4783         * impress/zip.c:
4784         * impress/zip.h:
4785         * lib/Makefile.am:
4786         * lib/ev-debug.c:
4787         * lib/ev-debug.h:
4788         * lib/ev-file-helpers.c:
4789         * lib/ev-file-helpers.h:
4790         * lib/ev-gui.c:
4791         * lib/ev-gui.h:
4792         * lib/ev-tooltip.c:
4793         * lib/ev-tooltip.h:
4794         * libdocument/Makefile.am:
4795         * libdocument/ev-file-helpers.c:
4796         * pdf/Makefile.am:
4797         * pdf/ev-poppler.cc:
4798         * pdf/ev-poppler.h:
4799         * pixbuf/Makefile.am:
4800         * pixbuf/pixbuf-document.c:
4801         * pixbuf/pixbuf-document.h:
4802         * properties/Makefile.am:
4803         * ps/Makefile.am:
4804         * ps/gsdefaults.c:
4805         * ps/gsdefaults.h:
4806         * ps/gsio.c:
4807         * ps/gsio.h:
4808         * ps/gstypes.h:
4809         * ps/ps-document.c:
4810         * ps/ps-document.h:
4811         * ps/ps.c:
4812         * ps/ps.h:
4813         * shell/Makefile.am:
4814         * shell/ev-application.h:
4815         * shell/ev-sidebar-links.c:
4816         * shell/ev-sidebar-links.h:
4817         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4818         (ev_gui_menu_position_tree_selection):
4819         * shell/ev-utils.h:
4820         * shell/ev-view.c: (ev_view_finalize):
4821         * shell/ev-window.c:
4822         * shell/main.c: (main):
4823         * thumbnailer/Makefile.am:
4824         * tiff/Makefile.am:
4825         * tiff/tiff-document.c:
4826         * tiff/tiff-document.h:
4827         * tiff/tiff2ps.c:
4828         * tiff/tiff2ps.h:
4829         
4830         Reorganize source tree.
4831
4832 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4833
4834         * backend/ev-document-factory.c:
4835
4836         Do not include ev-poppler.h when pdf is disabled. 
4837
4838 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4839
4840         * configure.ac:
4841         * data/evince-ui.xml:
4842         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4843         (pdf_document_document_images_iface_init):
4844         * backend/Makefile.am:
4845         * backend/ev-document-images.[ch]:
4846         * backend/ev-image.[ch]:
4847         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4848         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4849         (ev_job_xfer_run):
4850         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4851         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4852         (ev_pixbuf_cache_get_image_mapping):
4853         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4854         (view_menu_popup_cb), (ev_window_dispose),
4855         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4856         (ev_view_popup_cmd_copy_image):
4857         * shell/ev-view-private.h:
4858         * shell/ev-view.c: (ev_view_get_image_at_location),
4859         (ev_view_do_popup_menu), (ev_view_popup_menu),
4860         (ev_view_button_press_event), (ev_view_drag_data_get),
4861         (ev_view_drag_motion), (ev_view_drag_data_received),
4862         (ev_view_motion_notify_event), (ev_view_button_release_event),
4863         (ev_view_finalize), (ev_view_class_init):
4864
4865         Add image handling support. Fixes bugs #310008 and #325047. Images
4866         selection is not supported yet. 
4867
4868 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4869
4870         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4871         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4872         (ev_view_init):
4873
4874         Move view drag and drop stuff to ev-view.
4875
4876 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4877
4878         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4879         * shell/ev-view.c: (clear_selection): 
4880
4881         Clear selection also in pixbuf cache.
4882
4883 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4884
4885         * data/evince.desktop.in.in:
4886         
4887         Change icon name in desktop file. See bug #390734
4888         for details.
4889
4890 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4891
4892         * thumbnailer/Makefile.am:
4893
4894         Use top_builddir instead top_srcdir for generated schema
4895         file installation. Fixes bug #390161.
4896
4897 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4898
4899         * configure.ac:
4900         * backend/Makefile.am:
4901         * backend/ev-document-transition.[ch]:
4902         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4903         (pdf_document_page_transition_iface_init):
4904         * shell/ev-view-private.h:
4905         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4906         (ev_view_set_presentation), (transition_next_page),
4907         (ev_view_presentation_transition_stop),
4908         (ev_view_presentation_transition_start), (ev_view_next_page):
4909
4910         Add page transition support in presentation mode. At the moment only
4911         page duration is supported, but not transition effects. Fixes bug
4912         #309815.
4913
4914 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4915
4916         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4917
4918         Run find_link_dest with document lock held, since it's called by links
4919         thread and main thread at the same time. 
4920
4921 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4922
4923         * shell/ev-view.c: (goto_dest):
4924
4925         Update page-cache when page is changed by the view, so that
4926         page-changed signal is emitted. 
4927
4928 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4929
4930         * test/test1.py:
4931         * test/test2.py:
4932
4933         Use C locale in tests. 
4934
4935 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4936
4937         * shell/ev-window.c: (ev_window_run_presentation):
4938         * shell/ev-view-private.h:
4939         * shell/ev-view.c: (ev_view_set_presentation):
4940
4941         Restore zoom settings when back from presentation mode. 
4942
4943 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4944
4945         * shell/ev-window.c: (ev_window_run_presentation):
4946
4947         Always use "best fit" zoom in presentation mode.
4948         Fixes bug #389195.
4949
4950 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4951
4952         * shell/ev-view.c: (ev_view_goto_window_create):
4953
4954         Show "Jump to page" label in the page jumping popup in
4955         presentation mode instead of just a GtkEntry.
4956
4957 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4958
4959         * shell/ev-window.c: (launch_external_uri):
4960
4961         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4962         #378085.
4963
4964 2006-12-22  Elijah Newren  <newren gmail com>
4965
4966         * configure.ac: explicitly check for libxml2.  Fixes #388795
4967
4968 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4969
4970         * shell/ev-view-private.h:
4971         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4972         (ev_view_goto_window_delete_event), (key_is_numeric),
4973         (ev_view_goto_window_key_press_event),
4974         (ev_view_goto_window_button_press_event),
4975         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4976         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4977         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4978
4979         Allow jumping to another page by typing a page number in presentation
4980         mode. It uses a popup window with an entry. Fixes bug #353625.
4981
4982 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * configure.ac:
4985         * properties/ev-properties-view.c: (ev_get_default_user_units),
4986         (ev_regular_paper_size):
4987         
4988         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4989         to Damien Carbery <damien.carbery@sun.com> and
4990         Yevgen Muntyan <muntyan@tamu.edu>.
4991
4992 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4993
4994         * shell/ev-window.c: (setup_document_from_metadata):
4995
4996         Make sure Evince doesn't restore the view on the last
4997         page when a document is reopened. Fixes bug #383381.
4998
4999 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5000
5001         * shell/ev-view.c: (draw_loading_text):
5002
5003         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5004
5005 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5006
5007         * configure.ac:
5008         * NEWS:
5009
5010         Release 0.7.0
5011
5012 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * configure.ac:
5015         * pdf/ev-poppler.cc: (pdf_print_context_free),
5016         (pdf_document_file_exporter_begin),
5017         (pdf_document_file_exporter_do_page):
5018
5019         Make cairo-pdf depedency optional. 
5020
5021 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5022
5023         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5024
5025         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5026
5027 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5030         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5031         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5032         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5033         * shell/ev-view.c: (draw_loading_text):
5034         * shell/ev-window.c: (ev_window_cmd_file_properties):
5035
5036         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5037         related to using FontConfig from different threads.
5038         
5039 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5040
5041         * shell/ev-view.c: (draw_loading_text):
5042
5043         Acquire lock document when drawing "Loading..." text so that only one
5044         thread will use FontConfig at the same time. Fixes bug #374750.
5045
5046 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5047
5048         * shell/ev-page-action.[ch]: (activate_cb):
5049         * shell/ev-window.c: (activate_label_cb):
5050
5051         Check if text inserted in page entry is a valid page number when it
5052         doesn't match to any document page label. Fixes bug #383165.
5053
5054 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5055         * shell/ev-window.c:
5056
5057         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5058         available with GTK < 2.10. Added an ifdef to avoid compilation
5059         error.
5060
5061 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5062
5063         * configure.ac:
5064         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5065
5066         Fix ps backend in multihead systems.
5067
5068 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5069
5070         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5071         * shell/ev-window.c: (ev_window_get_screen_dpi),
5072         (ev_window_update_actions), (setup_view_from_metadata),
5073         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5074
5075         Take screen DPI into account when zooming. Fixes bug #318285.
5076
5077 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5078
5079         * data/Makefile.am:
5080
5081         Cleaned up/slightly refactored Makefile.am. Added GConf
5082         schemas uninstallation as well.
5083
5084 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5085
5086         * Makefile.am:
5087         * test/Makefile.am:
5088
5089         Fight with autotools to fix make check. Make distcheck
5090         works fine as well now!
5091
5092 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5093
5094         * shell/ev-view.c: (draw_end_presentation_page):
5095
5096         Corrected "end of presentation" string.
5097
5098 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5099
5100         * shell/ev-view.c: (ev_view_key_press_event):
5101
5102         Correctly propagate key press event so that up/down keys
5103         work as expected (correct behaviour was broken by
5104         black/white screen key bindings for presentations).
5105
5106 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5107
5108         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5109         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5110         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5111         (pdf_selection_get_selection_region),
5112         (pdf_selection_get_selection_map):
5113
5114         Add "static" to some private functions. 
5115
5116 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5117
5118         * lib/ev-tooltip.h:
5119         * properties/ev-properties-view.h:
5120         * shell/ev-jobs.h:
5121         * shell/ev-properties-dialog.h:
5122         * shell/ev-properties-fonts.h:
5123         * shell/ev-sidebar-links.h:
5124         * shell/ev-sidebar-thumbnails.h:
5125         * shell/ev-sidebar.h:
5126         * shell/ev-window.h:
5127         
5128         Fixes CHACK type in class casts. See bug #385343
5129         for details.
5130
5131 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5132
5133         * shell/ev-view-private.h:
5134         * shell/ev-view.c: (draw_end_presentation_page),
5135         (ev_view_expose_event), (ev_view_key_press_event),
5136         (ev_view_class_init), (ev_view_init):
5137
5138         Blank screen in presentation mode when pressing 'b' (filling with
5139         black) or 'w' (filling with white) keys. Fixes bug #358132.
5140
5141 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5142
5143         * data/evince-toolbar.xml:
5144         * shell/ev-window.c:
5145         
5146         Use stock icon for Select All action. Fixes
5147         bug #382652.
5148
5149 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5150
5151         * shell/ev-view.c: (get_doc_point_from_offset),
5152         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5153
5154         Add links support in rotated documents. Fixes bug #343733.
5155
5156 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5157
5158         * shell/ev-view-private.h:
5159         * shell/ev-view.c: (draw_end_presentation_page),
5160         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5161
5162         Show a blank page after the last page in presentation mode with a
5163         message indicating that presentation has finished and how to exit. 
5164
5165 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5166
5167         * shell/ev-window.c: (fullscreen_timeout_cb):
5168
5169         Hide cursor after a while in presentation mode. 
5170
5171 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5172
5173         * backend/ev-document-info.h:
5174         * data/evince-properties.glade:
5175         * pdf/ev-poppler.cc:
5176         * properties/ev-properties-view.c: (ev_regular_paper_size),
5177         (ev_properties_view_set_info):
5178         * ps/ps-document.c: (ps_document_get_info):
5179
5180         Adds a paper size field to the properties dialog. Fixes
5181         bug #307315. Patch by Kasper Svendsen (with some i18n
5182         changes done by me).
5183
5184 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5185
5186         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5187         (screensaver_init_dbus), (totem_scrsaver_new),
5188         (totem_scrsaver_init):
5189         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5190         * shell/ev-application.c: (ev_application_register_service),
5191         (ev_application_screensaver_enable),
5192         (ev_application_screensaver_disable):
5193         * shell/ev-application.h:
5194         * shell/ev-window.c: (ev_window_run_presentation),
5195         (ev_window_stop_presentation), (build_comments_string),
5196         (ev_window_init):
5197         
5198         Move screensaver handling to application. No more
5199         message on startup.
5200
5201 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5202
5203         * configure.ac:
5204         * backend/Makefile.am:
5205         * backend/ev-file-exporter.[ch]:
5206         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5207         * ps/ps-document.c: (ps_document_file_exporter_*):
5208         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5209         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5210         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5211         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5212
5213         Allow printing to PDF when suppoted by the backend.
5214         
5215 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5216
5217         * shell/ev-window.c: (build_comments_string):
5218
5219         Use always "Document Viewer" in about dialog. 
5220
5221 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5222
5223         * djvu/djvu-document.c: (djvu_document_get_page_size):
5224
5225         Display a warning message when get_pageinfo fails. 
5226
5227 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5228
5229         * Makefile.am:
5230         * backend/Makefile.am:
5231         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5232         * configure.ac:
5233         * shell/ev-window.c: (build_comments_string):
5234         
5235         Make pdf compilation optional. See bug #38007.
5236
5237 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5238
5239         * ps/ps.c: (get_next_text):
5240
5241         Fix CVE-2006-5864.
5242
5243 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5244
5245         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5246         * shell/ev-navigation-action.c: (connect_proxy),
5247         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5248         
5249         Do not call g_type_class_peek_parent twice.
5250
5251 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5252
5253         * configure.ac:
5254         * data/icons/24x24/.cvsignore:
5255         * data/icons/24x24/Makefile.am:
5256         * data/icons/24x24/evince.png:
5257         * data/icons/Makefile.am:
5258         
5259         Add 24x24 icon. Thanks to 
5260         Michael Monreal <infernux@web.de>.
5261
5262 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5263
5264         * configure.ac: Fix typo in configure.ac. Thanks
5265         to dmacks@netspace.org for notification.
5266
5267 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5268
5269         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5270         
5271         Drop dbus include, fixes compilation with older dbus.
5272
5273 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5274
5275         * configure.ac:
5276         * cut-n-paste/Makefile.am:
5277         * cut-n-paste/totem-screensaver/.cvsignore
5278         * cut-n-paste/totem-screensaver/Makefile.am:
5279         * cut-n-paste/totem-screensaver/README:
5280         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5281         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5282         * shell/Makefile.am:
5283         * shell/ev-window.c: (ev_window_run_presentation),
5284         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5285         (ev_window_init):
5286
5287         Implemented screensaver enabling/disabling for
5288         presentation mode (not fullscreen mode). Code stolen
5289         from Totem (with some minor tweaks). Fixes bug #338889.
5290
5291 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5292
5293         * configure.ac:
5294
5295         Bump gnome-icon-theme requirements. We use the rotation
5296         icons that appeared recently.
5297
5298 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5299
5300         * shell/ev-history.c: (ev_history_add_page):
5301         * shell/ev-history.h:
5302         * shell/ev-window.c: (page_changed_cb):
5303         
5304         Use page labels instead of numbers.
5305
5306 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * data/evince-toolbar.xml:
5309         * po/POTFILES.in:
5310         * shell/Makefile.am:
5311         * shell/ev-navigation-action-widget.c:
5312         (ev_navigation_action_widget_init),
5313         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5314         (menu_detacher), (ev_navigation_action_widget_set_menu),
5315         (menu_position_func), (popup_menu_under_arrow),
5316         (ev_navigation_action_widget_toggled),
5317         (ev_navigation_action_widget_button_press_event):
5318         * shell/ev-navigation-action-widget.h:
5319         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5320         (ev_navigation_action_set_window), (activate_menu_item_cb),
5321         (new_history_menu_item), (new_empty_history_menu_item),
5322         (build_menu), (menu_activated_cb), (connect_proxy),
5323         (create_tool_item), (ev_navigation_action_init),
5324         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5325         * shell/ev-navigation-action.h:
5326         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5327         (ev_page_action_widget_set_page_cache),
5328         (ev_page_action_widget_finalize),
5329         (ev_page_action_widget_class_init), (match_selected_cb),
5330         (display_completion_text), (match_completion), (build_new_tree_cb),
5331         (get_filter_model_from_model),
5332         (ev_page_action_widget_update_model):
5333         * shell/ev-page-action-widget.h:
5334         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5335         (connect_proxy):
5336         * shell/ev-page-action.h:
5337         * shell/ev-stock-icons.c:
5338         * shell/ev-stock-icons.h:
5339         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5340         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5341         (register_custom_actions):
5342         * shell/main.c:
5343         
5344         Preliminary history implementation
5345
5346 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5347
5348         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5349         (dvi_document_class_init), (dvi_document_init_params):
5350         * dvi/mdvi-lib/font.c: (font_reference):
5351         
5352         Add reference to subfont. Fixes bug #374277.
5353
5354 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5355
5356         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5357         (ev_window_cmd_file_open_copy_at_dest):
5358
5359         Fix a race condition when creating symlink. Increase the counter
5360         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5361         Mathias Hasselmann).
5362
5363 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5364
5365         * backend/Makefile.am:
5366         * backend/ev-attachment.c: (ev_attachment_open):
5367         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5368         (ev_tmp_dir), (ev_tmp_filename):
5369         * shell/ev-sidebar-attachments.c:
5370         (ev_sidebar_attachments_drag_data_get):
5371         * shell/ev-window.c: (ev_window_clear_temp_file):
5372
5373         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5374         in ensure_dir_exists. Abort without crashing when we can't create
5375         user's directory.
5376
5377 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5378
5379         * data/evince-ui.xml:
5380         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5381         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5382         (ev_window_cmd_file_open_copy_at_dest),
5383         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5384         (ev_view_popup_cmd_open_link_new_window):
5385
5386         Allow opening a copy of the current document in a new window. Fixes bug
5387         #357472
5388
5389 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5390
5391         * data/evince-toolbar.xml:
5392         
5393         Add rotate right and rotate left to available items for toolbar.
5394         
5395         * data/evince-ui.xml:
5396         * shell/ev-window.c: (ev_window_init):
5397         
5398         Customize toolbar with right click. Fixes bug #372451.
5399
5400 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5401
5402         * shell/ev-window.c: 
5403         
5404         Use "object-rotate-{left,right}" stock icons. Fixes 
5405         bug #373863.
5406
5407 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5408
5409         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5410         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5411         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5412         (ev_window_open_uri):
5413         * shell/main.c: (arguments_parse):
5414
5415         Remove temp file created when evince is used by GTK+ in
5416         preview mode. Fixes bug #365282. 
5417
5418 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5419
5420         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5421         
5422         Fixes bug #372474 - Side pane disabled when entering 
5423         and leaving fullscreen mode.
5424
5425 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5428         * data/Makefile.am:
5429         * data/evince-preview-toolbar.xml:
5430         * data/evince-toolbar.xml:
5431         * shell/ev-application.c: (ev_application_shutdown),
5432         (ev_application_init), (ev_application_get_toolbars_model):
5433         * shell/ev-application.h:
5434         * shell/ev-window.c: (update_chrome_visibility),
5435         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5436         (ev_window_cmd_edit_toolbar), (ev_window_init):
5437         
5438         Fixes bug #364364 - toolbar editor shows zoom actions again.
5439
5440 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5441
5442         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5443
5444         Do not take margins into consideration for paper size when printing.
5445         Really fixes bug #350491.
5446
5447 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5448
5449         * data/evince-ui.xml:
5450         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5451         (ev_window_cmd_file_print_setup),
5452         (ev_window_print_dialog_response_cb),
5453         (ev_window_setup_action_sensitivity):
5454
5455         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5456
5457 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5458
5459         * shell/ev-window.c: (ev_window_print_range):
5460
5461         Revert my previuos commit, since printing to PDF is not supported by
5462         evince yet. 
5463
5464 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5465
5466         * shell/ev-window.c: (ev_window_print_range):
5467
5468         Enable print to a PDF. Fixes bug #332121.
5469
5470 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5471
5472         * shell/ev-application-service.xml:
5473         * shell/ev-application.[ch]: (ev_application_open_window),
5474         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5475         (ev_application_open_uri), (ev_application_open_uri_list):
5476         * shell/ev-window.c: (file_open_dialog_response_cb),
5477         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5478         (drag_data_received_cb), (open_remote_link):
5479         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5480
5481         Add support for multiscreen systems. Fixes bug #316206.
5482
5483 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5484
5485         * shell/ev-jobs.[ch]: (ev_job_print_new),
5486         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5487         (ev_job_print_do_page):
5488         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5489
5490         Allow printing only odd/even pages. Fixes bug #367289.
5491
5492 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5493
5494         * test/test1.py:
5495         * test/test2.py:
5496
5497         Re-add locale settings to test files.
5498
5499 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5500
5501         * data/evince-ui.xml:
5502         * shell/ev-window.c: (set_action_properties):
5503         
5504         Removed garbage from code and ui.
5505
5506 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5507
5508         * shell/ev-window.c: (ev_window_cmd_help_about):
5509
5510         Shamelessly add my name to the list of contributors.
5511
5512 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5513
5514         * test/test1.py:
5515         * test/test2.py:
5516
5517         Cleaned up the dogtail scripts.
5518
5519 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5520
5521         * shell/ev-view.c: (draw_loading_text): Don't render
5522         "loading..." text in presentation mode. Temporary
5523         workaround for bug #320352.
5524
5525 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5526
5527         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5528         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5529
5530         Use print settings scale, copies, collate and reverse which were
5531         ignored. Fixes bug #359032.
5532
5533 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5534
5535         * configure.ac:
5536         * data/evince-password.glade:
5537         * test/Makefile.am:
5538         * test/test-encrypt.pdf:
5539         * test/test-links.pdf:
5540         * test/test1.py:
5541         * test/test2.py:
5542
5543         Add automated UI tests for evince with dogtail. See
5544         bug #300948.    
5545
5546 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5547
5548         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5549
5550         Hide fullscreen toolbar when switching to another desktop workspace.
5551         Fixes bug #338871
5552
5553 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5554
5555         * shell/ev-window-title.c: 
5556         
5557         Test for .dvi in title of pdf documents.
5558
5559 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5560
5561         * shell/ev-view.c: (ev_view_scroll):
5562
5563         Page Up/Down should do page jumps in "Best fit" mode.
5564         If a user has explicitly chosen to view exactly one page
5565         at a time, scrolling just a part of the page when
5566         pressing Page Up/Down is not right. Fixes bug #323107.
5567
5568 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5569
5570         * NEWS:
5571         * configure.ac:
5572         
5573         Update for 0.6.1
5574
5575 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5576
5577         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5578         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5579         
5580         Correctly disconnect from job signals on destroy.
5581
5582 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5583
5584         * shell/ev-view-private.h:
5585         * shell/ev-view.c: (view_set_adjustment_values),
5586         (view_update_range_and_current_page),
5587         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5588         
5589         Fixes bug #343199, current page now follows find page.
5590
5591 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5592
5593         * backend/ev-document-factory.c:
5594         * configure.ac:
5595         Assigned OpenDocument presenation MIME type to the
5596         Impress backend. Added some missing (but harmless)
5597         #ifdefs in the document factory as well to make things
5598         consistent again. Fixes bug #360658.
5599
5600 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5601
5602         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5603         * backend/ev-document-find.c: (ev_document_find_get_type):
5604         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5605         * backend/ev-document-links.c: (ev_document_links_get_type):
5606         * backend/ev-document-security.c: (ev_document_security_get_type):
5607         * backend/ev-document-thumbnails.c:
5608         (ev_document_thumbnails_get_type):
5609         * backend/ev-document.c: (ev_document_get_type):
5610         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5611         * backend/ev-selection.c: (ev_selection_get_type):
5612         * cut-n-paste/recent-files/egg-recent-model.c:
5613         (egg_recent_model_get_type):
5614         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5615         (egg_recent_view_uimanager_get_type):
5616         * cut-n-paste/recent-files/egg-recent-view.c:
5617         (egg_recent_view_get_type):
5618         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5619         (egg_editable_toolbar_get_type):
5620         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5621         (egg_toolbar_editor_get_type):
5622         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5623         (egg_toolbars_model_get_type):
5624         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5625         (egg_tree_multi_drag_source_get_type):
5626         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5627         (ephy_zoom_action_get_type):
5628         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5629         (ephy_zoom_control_get_type):
5630         * impress/r_back.c: (_imp_fill_back):
5631         * properties/ev-properties-main.c:
5632         (ev_properties_plugin_register_type):
5633         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5634         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5635         (ev_view_accessible_factory_get_type):
5636
5637         Reduce relocations. Bug #360616.
5638
5639 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5640
5641         * backend/ev-document-factory.c:
5642         (ev_document_factory_get_document):
5643         
5644         Load document even if extension is wrong.
5645
5646 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * shell/ev-metadata-manager.c: (save_values):
5649         * shell/ev-window.c: (setup_size_from_metadata),
5650         (setup_view_from_metadata), (ev_window_setup_document),
5651         (ev_window_xfer_job_cb), (window_configure_event_cb):
5652         
5653         Set size according to the document size/page size ratio.
5654         That should correct rather wierd behaviour of the previous
5655         commit.
5656
5657 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5658
5659         * shell/ev-window.c: (setup_view_from_metadata):
5660         
5661         Set size for new windows from previous window size.
5662         See bugs #354968 and #168450 for details. Thanks
5663         to Meik Hellmund.
5664
5665 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5666
5667         * djvu/djvu-links.c: (build_tree):
5668
5669         Fix memory leak.
5670
5671 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5672
5673         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5674         
5675         Don't make sidebar close button insensitive. Fixes
5676         bug #357871.
5677
5678 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5679
5680         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5681         (ev_window_set_view_accels_sensitivity):
5682         
5683         Don't enable Slash on documents which don't support
5684         find. Fixes bug #358648.
5685
5686 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5687
5688         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5689         open dialog fall back to the current document uri if the
5690         filechooser hasn't been used before. Fixes bug #356980.
5691
5692 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5693
5694         * shell/ev-window.c: (ev_window_setup_recent), 
5695         (ev_window_get_recent_file_label):
5696
5697         Escape underscores in filenames of recent file items.
5698
5699 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5700
5701         * configure.ac:
5702         
5703         Bumped poppler requirements, really 0.5.3 is very 
5704         buggy, now we require 0.5.4.
5705
5706 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5707
5708         * djvu/Makefile.am:
5709         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5710         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5711         (djvu_document_document_links_iface_init):
5712         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5713         (number_from_string_10), (get_djvu_link_dest),
5714         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5715         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5716         (djvu_links_get_links), (djvu_links_find_link_dest),
5717         (djvu_links_get_links_model):
5718         * djvu/djvu-links.h:
5719         
5720         Add support for links and bookmarks in djvu documents. Thanks
5721         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5722         patch.
5723
5724 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5725
5726         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5727         
5728         Reopen should reload document. Fixes 
5729         bug 327951.
5730
5731 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5732
5733         * configure.ac:
5734         * data/Makefile.am:
5735         * data/evince-16.png:
5736         * data/evince-22.png:
5737         * data/evince.png:
5738         * data/evince.svg:
5739         * data/icons/16x16/Makefile.am:
5740         * data/icons/16x16/evince.png:
5741         * data/icons/22x22/Makefile.am:
5742         * data/icons/22x22/evince.png:
5743         * data/icons/48x48/Makefile.am:
5744         * data/icons/48x48/evince.png:
5745         * data/icons/Makefile.am:
5746         * data/icons/scalable/Makefile.am:
5747         * data/icons/scalable/evince.svg:
5748         
5749         Install icons with correct names. Fixes
5750         bug #354429.
5751
5752 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5753
5754         * shell/ev-view.c: (ev_view_button_release_event):
5755
5756         Don't open links with middle mouse button. Fixes bug #353649
5757
5758 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5759
5760         * NEWS:
5761         * configure.ac:
5762         
5763         Update for release 0.6.0
5764
5765 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5766
5767         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5768         Implement Close named action. Patch by Carlos Garcia Campos.
5769
5770 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5771
5772         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5773         
5774         Don't clear link mapping on copy_job_to_job_info. Fixes
5775         bug 346168.
5776
5777 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5778
5779         * shell/main.c: (main):
5780
5781         Revert my previous commit, gnome_program_init owns the option context.
5782         Fix another memory leak in main. Both caught by Christian Persch. 
5783
5784 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5785
5786         * shell/main.c: (main):
5787
5788         Fix memory leak.
5789
5790 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5791
5792         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5793
5794         Fix crash when opening a pdf with password protection. 
5795
5796 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5797
5798         * pdf/ev-poppler.cc: (pdf_document_search_free):
5799
5800         Fix memory leak. 
5801
5802 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5803
5804         * backend/ev-document-factory.c:
5805         (ev_document_factory_get_document):
5806         * tiff/tiff-document.c: (tiff_document_finalize):
5807         
5808         More correct handling of document loading. Fixes
5809         bug #349043.
5810
5811 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5812
5813         * backend/ev-attachment.c: (ev_attachment_save):
5814
5815         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5816         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5817
5818 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5819         
5820         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5821         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5822
5823 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5824
5825         * shell/ev-sidebar-thumbnails.c:
5826
5827         Do not render thumbnails unless thumbnails page is active in the
5828         sidebar.
5829
5830 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5831
5832         * shell/ev-properties-dialog.c:
5833
5834         Fix dialogue spacing. Bug #351370.
5835
5836 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5837
5838         * configure.ac:
5839
5840         Use lowercase gettext catalog file names (evince.mo
5841         instead of Evince.mo)
5842
5843 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5844
5845         * shell/ev-sidebar-attachments.c:
5846
5847         GtkIconTheme is now screen safe too. Fixes bug #350878
5848
5849 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5850
5851         * shell/ev-window.c:
5852
5853         GtkRecent manager is now screen safe. Fixes bug #350145
5854
5855 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * shell/ev-sidebar.c: (ev_sidebar_init):
5858         
5859         Make sidebar close icon smaller. Fix for bug 350177.
5860         See also bugs 350176 and 165770.
5861
5862 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5863
5864         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5865
5866         Ignore zoom for xyz destinations when it's <= 1, keeping user
5867         preferences instead. Set correct sizing-mode for fith and fitv
5868         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5869
5870 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5871
5872         * NEWS:
5873         * configure.ac:
5874         
5875         Update for release 0.5.5
5876
5877 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5878         
5879         * shell/ev-window.c: (ev_window_cmd_escape)
5880
5881         Escape unfocus page entry. Fixes bug #345809.
5882
5883 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5884
5885         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5886         (build_tree), (pdf_document_links_get_links),
5887         (pdf_document_links_find_link_dest):
5888         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5889         (goto_xyz_dest):
5890
5891         Convert from PDF style coordinates to X style coordinates in the
5892         backend rather than in the view. Fixes bug #338440
5893
5894 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5895
5896         * shell/ev-window.c:
5897         
5898         Remove Ctrl+Shift+T shortcut for toolbars. See
5899         the bug #350098.
5900
5901 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5902
5903         * configure.ac:
5904
5905         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5906         of this. 
5907
5908 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5909
5910         * configure.ac:
5911         * cut-n-paste/Makefile.am:
5912         * data/evince-ui.xml:
5913         * shell/Makefile.am:
5914         * shell/ev-application.[ch]:
5915         * shell/ev-window.c:
5916
5917         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5918         #349273
5919
5920 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5921
5922         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5923         findbar code: s/help/search/
5924
5925 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5926
5927         * shell/ev-window.c: (setup_document_from_metadata),
5928         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5929         (setup_view_from_metadata):
5930         
5931         Fix memory leaks.
5932
5933 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5934
5935         * autogen.sh, configure.ac: 
5936         
5937         Update automake usage. See bug 349292.
5938
5939 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5940
5941         * shell/eggfindbar.c: (egg_find_bar_class_init),
5942         (entry_activate_callback), (egg_find_bar_init),
5943         (egg_find_bar_set_status_text):
5944         * shell/eggfindbar.h:
5945         
5946         Unify Evince findbar with Epiphany. Nice patch
5947         from Fabricio Silva <silva@crans.org> and
5948         Frederic Peters <fpeters@entrouvert.com>. See
5949         bug #339966 for details.
5950
5951 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5952
5953         * data/evince.desktop.in.in:
5954         
5955         Correct information for bugzilla. Thanks to
5956         Olaf Vitters, see bug #348855.
5957
5958 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5959
5960         * shell/ev-jobs.[ch]:
5961         * shell/ev-sidebar-links.c:
5962         * shell/ev-window.[ch]:
5963
5964         GtkPrintJob doesn't support print ranges or current page, so we export
5965         to a ps file now when printing ranges or current page.
5966
5967 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5968
5969         * pdf/ev-poppler.cc:
5970         * shell/ev-window.c: (do_action_named):
5971
5972         We should be more clear about bugzilla. See the
5973         poppler bug #7623.
5974
5975 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5976
5977         * configure.ac:
5978         * shell/Makefile.am:
5979         * shell/ev-job-queue.c:
5980         * shell/ev-jobs.[ch]:
5981         * shell/ev-sidebar-links.c:
5982         * shell/ev-window.[ch]:
5983         
5984         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5985         #348422
5986
5987 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5988
5989         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5990         * shell/ev-application-service.xml:
5991         * shell/ev-application.[ch]:
5992         * shell/ev-jobs.[ch]:
5993         * shell/ev-window.[ch]: (ev_window_run_preview):
5994         * shell/main.c: 
5995
5996         Add preview mode to use evince as a printing previewer. It also adds
5997         other command line options for fullscreen and presentation modes.
5998         Fixes bugs #347822, #317031
5999
6000 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6001
6002         * NEWS:
6003         * configure.ac:
6004         
6005         Update for release 0.5.4
6006
6007 2006-07-11  Bastien Nocera <hadess@hadess.net>
6008
6009         * Makefile.am:
6010         * backend/Makefile.am:
6011         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6012         * backend/ev-document-factory.h:
6013         * configure.ac:
6014         * impress/.cvsignore:
6015         * impress/Makefile.am:
6016         * impress/common.h:
6017         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6018         (imp_get_page), (imp_next_page), (imp_prev_page),
6019         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6020         * impress/f_oasis.c: (render_object), (render_page),
6021         (get_geometry), (_imp_oasis_load):
6022         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6023         (_imp_oo13_load):
6024         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6025         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6026         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6027         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6028         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6029         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6030         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6031         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6032         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6033         (iks_new_within), (iks_insert), (iks_insert_cdata),
6034         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6035         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6036         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6037         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6038         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6039         (iks_cdata), (iks_cdata_size), (iks_has_children),
6040         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6041         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6042         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6043         (iks_tree), (iks_load), (iks_save):
6044         * impress/iksemel.h:
6045         * impress/imposter.h:
6046         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6047         (imp_render_draw_bezier_real), (imp_render_get_size),
6048         (imp_render_set_fg_color), (imp_render_draw_line),
6049         (imp_render_draw_rect), (imp_render_draw_polygon),
6050         (imp_render_draw_arc), (imp_render_draw_bezier),
6051         (imp_render_open_image), (imp_render_get_image_size),
6052         (imp_render_scale_image), (imp_render_draw_image),
6053         (imp_render_close_image), (imp_render_markup),
6054         (imp_render_get_text_size), (imp_render_draw_text),
6055         (impress_document_load), (impress_document_save),
6056         (impress_document_get_n_pages), (impress_document_get_page_size),
6057         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6058         (impress_document_finalize), (impress_document_class_init),
6059         (impress_document_can_get_text), (impress_document_get_info),
6060         (impress_document_document_iface_init),
6061         (impress_document_thumbnails_get_thumbnail),
6062         (impress_document_thumbnails_get_dimensions),
6063         (impress_document_document_thumbnails_iface_init),
6064         (impress_document_init):
6065         * impress/impress-document.h:
6066         * impress/internal.h:
6067         * impress/r_back.c: (_imp_fill_back):
6068         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6069         (_imp_draw_image), (_imp_tile_image):
6070         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6071         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6072         (r_polyline):
6073         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6074         (r_draw_gradient_complex), (r_draw_gradient):
6075         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6076         (r_get_bullet):
6077         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6078         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6079         (r_text):
6080         * impress/render.c: (imp_create_context), (imp_context_set_page),
6081         (imp_context_set_step), (imp_render), (imp_delete_context):
6082         * impress/render.h:
6083         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6084         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6085         (zip_load_xml), (zip_get_size), (zip_load):
6086         * impress/zip.h:
6087         * shell/ev-utils.c:
6088         
6089         New backend to support impress slides. Fixes bug #30867.
6090
6091 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6092
6093         * shell/ev-utils.c: (using_postscript_printer):
6094         
6095         Fixes crash when print using PAPI backend,
6096         bug #345012.
6097
6098 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6099
6100         * shell/ev-jobs.c: (ev_job_xfer_run):
6101         * shell/ev-window.c: (password_dialog_response),
6102         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6103         (ev_window_dispose):
6104         Fixes bug #344160: if the xfer job doesn't complete
6105         because a password is required, reload the existing
6106         instance instead of creating a new one.
6107
6108 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6109
6110         * shell/main.c: (main): Call gdk_threads_init. Thus
6111         we'll avoid errors in auth dialog. Fix for the bug
6112         #343347.
6113
6114 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6115
6116         * configure.ac: Advertise pixbuf support, fix
6117         for the bug 343317.
6118
6119 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6120
6121         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6122         (ev_sidebar_thumbnails_set_document):
6123         
6124         Update sidebar thumbnails after reloading.
6125
6126 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6127
6128         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6129         * shell/ev-jobs.h:
6130         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6131         (ev_window_cmd_view_reload), (ev_window_init):
6132         
6133         Don't crash on reload. Fix for the bug #343167.
6134
6135 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6136
6137         * shell/ev-jobs.c: (ev_job_render_run):
6138         
6139         Check for document links.
6140
6141 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6142
6143         * backend/ev-attachment.c: (ev_attachment_save),
6144         (ev_attachment_launch_app), (ev_attachment_open):
6145         * backend/ev-document-factory.c: (get_document_from_uri):
6146         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6147         (egg_recent_view_uimanager_set_list):
6148         * ps/ps-document.c: (check_filecompressed), (document_load),
6149         (ps_document_load):
6150         * shell/ev-metadata-manager.c: (load_values):
6151         * shell/ev-password.c: (ev_password_dialog_set_property):
6152         * shell/ev-view.c: (tip_from_link):
6153         * shell/ev-window.c: (file_save_dialog_response_cb),
6154         (ev_window_print_dialog_response_cb):
6155         
6156         Use consistent quoting style. Fix for the bug #320285.
6157
6158 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6159
6160         * shell/ev-jobs.c: (ev_job_xfer_run):
6161         * shell/main.c: (load_files):
6162                 
6163         Open links with anchors. Fix for the bug #339836.
6164
6165 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6168         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6169         (ev_link_dest_set_property), (ev_link_dest_finalize),
6170         (ev_link_dest_class_init), (ev_link_dest_new_named),
6171         (ev_link_dest_new_page_label):
6172         * backend/ev-link-dest.h:
6173         * shell/ev-application.c: (ev_application_open_uri):
6174         * shell/ev-view.c: (goto_dest):
6175         * shell/ev-window.c:
6176         * shell/ev-window.h:
6177         
6178         Fix page-label command line option. Bug #342070.
6179
6180 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6181
6182         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6183         
6184         Don't show highlight rects if page can't be showed. Fix for 
6185         the bug #342076
6186
6187 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6188
6189         * shell/ev-window.c: (setup_sidebar_from_metadata),
6190         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6191         
6192         Setup sidebar from metadata even if there is no document
6193         loaded. Fix for the bug #342807.
6194
6195 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * cut-n-paste/toolbar-editor/Makefile.am:
6198         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6199         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6200         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6201         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6202         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6203         (popup_context_menu_cb), (button_press_event_cb),
6204         (configure_item_sensitivity), (configure_item_cursor),
6205         (configure_item_tooltip), (connect_widget_signals),
6206         (action_sensitive_cb), (create_item_from_action),
6207         (create_item_from_position), (toolbar_drag_data_received_cb),
6208         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6209         (toolbar_drag_leave_cb), (configure_drag_dest),
6210         (toggled_visibility_cb), (toolbar_visibility_refresh),
6211         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6212         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6213         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6214         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6215         (egg_editable_toolbar_dispose),
6216         (egg_editable_toolbar_set_ui_manager),
6217         (egg_editable_toolbar_get_selected),
6218         (egg_editable_toolbar_set_selected), (set_edit_mode),
6219         (egg_editable_toolbar_set_property),
6220         (egg_editable_toolbar_get_property),
6221         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6222         (egg_editable_toolbar_new_with_model),
6223         (egg_editable_toolbar_get_edit_mode),
6224         (egg_editable_toolbar_set_edit_mode),
6225         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6226         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6227         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6228         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6229         (item_added_or_removed_cb), (toolbar_removed_cb),
6230         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6231         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6232         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6233         (editor_create_item_from_name), (append_table),
6234         (update_editor_sheet), (egg_toolbar_editor_init):
6235         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6236         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6237         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6238         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6239         (toolbar_node_free), (egg_toolbars_model_get_flags),
6240         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6241         (egg_toolbars_model_get_name), (impl_add_item),
6242         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6243         (parse_data_list), (parse_item_list), (parse_toolbars),
6244         (egg_toolbars_model_load_toolbars), (parse_available_list),
6245         (parse_names), (egg_toolbars_model_load_names),
6246         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6247         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6248         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6249         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6250         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6251         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6252         (egg_toolbars_model_set_types), (fill_avail_array),
6253         (egg_toolbars_model_get_name_avail),
6254         (egg_toolbars_model_get_name_flags),
6255         (egg_toolbars_model_set_name_flags):
6256         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6257         * cut-n-paste/toolbar-editor/eggintl.h:
6258         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6259         (egg_tree_multi_drag_source_get_type),
6260         (egg_tree_multi_drag_source_row_draggable),
6261         (egg_tree_multi_drag_source_drag_data_delete),
6262         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6263         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6264         (path_list_free), (set_context_data), (get_context_data),
6265         (get_info), (egg_tree_multi_drag_drag_data_get),
6266         (egg_tree_multi_drag_motion_event),
6267         (egg_tree_multi_drag_button_press_event),
6268         (egg_tree_multi_drag_add_drag_support):
6269         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6270         * shell/ev-application.c: (ev_application_init),
6271         (ev_application_save_toolbars_model):
6272         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6273         (ev_window_cmd_edit_toolbar), (ev_window_init):
6274         
6275         Sync toolbareditor with epiphany and libegg
6276
6277 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6278
6279         * configure.ac: 
6280
6281         Depend on poppler 0.5.2
6282
6283 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6284
6285         * shell/ev-jobs.c: (ev_job_render_run):
6286         
6287         Check if document supports links iterface.
6288
6289 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6290
6291         * NEWS:
6292         * configure.ac:
6293         
6294         Update for release 0.5.3
6295
6296 2006-05-13  Michael Plump  <plumpy@skylab.org>
6297
6298         * configure.ac:
6299         * shell/Makefile.am:
6300         * shell/main.c: (main):
6301         
6302         Port to GOption command line parsing. Fix for the 
6303         bug #327518
6304
6305 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6306
6307         * shell/ev-window.c: (ev_window_cmd_help_about):
6308         
6309         Do not wrap license. Fix for the bug #309460.
6310
6311 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6312
6313         * configure.ac:
6314         * properties/ev-properties-main.c: (ev_properties_get_pages):
6315         * shell/ev-application.c: (ev_application_open_window),
6316         (ev_application_open_uri_at_dest):
6317         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6318         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6319         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6320         * shell/ev-utils.c: (save_print_config_to_file):
6321         * shell/ev-window.c: (ev_window_cmd_save_as),
6322         (ev_attachment_popup_cmd_save_attachment_as):
6323         * shell/main.c: (load_files_remote):
6324         
6325         Bump requirements to gtk 2.8 and drop all ifdefs used.
6326
6327 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6328
6329         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6330         * shell/ev-window.c: (ev_window_init):
6331         
6332         Show attachments page.
6333
6334 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6335
6336         * po/POTFILES.in:
6337         * shell/ev-attachment-bar.c:
6338         * shell/ev-attachment-bar.h:
6339         * shell/ev-sidebar-attachments.c:
6340         (ev_sidebar_attachments_icon_cache_add),
6341         (icon_theme_get_pixbuf_from_mime_type),
6342         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6343         (ev_sidebar_attachments_icon_cache_refresh),
6344         (ev_sidebar_attachments_get_attachment_at_pos),
6345         (ev_sidebar_attachments_popup_menu_show),
6346         (ev_sidebar_attachments_popup_menu),
6347         (ev_sidebar_attachments_button_press),
6348         (ev_sidebar_attachments_update_icons),
6349         (ev_sidebar_attachments_drag_data_get),
6350         (ev_sidebar_attachments_get_property),
6351         (ev_sidebar_attachments_destroy),
6352         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6353         (ev_sidebar_attachments_new),
6354         (ev_sidebar_attachments_set_document),
6355         (ev_sidebar_attachments_support_document),
6356         (ev_sidebar_attachments_get_label),
6357         (ev_sidebar_attachments_page_iface_init):
6358         * shell/ev-sidebar-attachments.h:
6359         * shell/ev-window.c: (update_chrome_visibility),
6360         (setup_sidebar_from_metadata), (ev_window_setup_document),
6361         (ev_window_sidebar_current_page_changed_cb),
6362         (attachment_bar_menu_popup_cb), (ev_window_init):
6363         
6364         Move attachments bar to sidebar.
6365
6366 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6367
6368         * pdf/ev-poppler.cc:
6369         * shell/ev-application.[ch]:
6370         * shell/main.c:
6371
6372         Fix some memory leaks.
6373
6374 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6375
6376         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6377
6378         Change the properties dialog response to
6379         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6380         will make the dialog go away when the user presses
6381         enter. With gtk+ >= 2.9 this will happen anyway, but for
6382         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6383         escape by default. Fixes bug #340539. See also bug
6384         #101293 for the gtk+ part.
6385
6386 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6387
6388         * shell/ev-view.c (tip_from_action_named): Replace some strings
6389         that were wrong. Closes #340970.
6390
6391 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6392
6393         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6394
6395         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6396         #341049
6397
6398 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6399
6400         * djvu/Makefile.am:
6401         * dvi/Makefile.am:
6402         * dvi/mdvi-lib/Makefile.am:
6403         * properties/Makefile.am:
6404         * ps/Makefile.am:
6405         * shell/Makefile.am:
6406         * thumbnailer/Makefile.am:
6407         
6408         Due to broken libtool that is unable to track dependencies
6409         of noinst libraries we are forced to explicitely point
6410         libraries for binary. Fix for the bug #333334.
6411
6412 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * data/evince.desktop.in.in:
6415         * shell/ev-view.c: (view_update_range_and_current_page),
6416         (ev_view_next_page), (ev_view_previous_page):
6417         * shell/ev-window.c: (update_chrome_visibility),
6418         (setup_sidebar_from_metadata), (ev_window_setup_document),
6419         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6420         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6421         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6422         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6423         (ev_window_stop_presentation), (ev_window_focus_in_event),
6424         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6425         (ev_window_init):
6426         * thumbnailer/Makefile.am:
6427         
6428         Update fullscreen and presentation timeout handling. Hide
6429         cursor in presentation after timeout. Fix for the bugs
6430         #136359 and #336981.
6431
6432 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6433
6434         * backend/ev-link-action.[ch]:
6435         * pdf/ev-poppler.cc: (ev_link_from_action):
6436         * shell/ev-view-private.h:
6437         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6438         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6439
6440         Add support for Named Action links
6441
6442 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6443
6444         * backend/Makefile.am:
6445         * backend/ev-document-links.[ch]:
6446         * backend/ev-document.[ch]:
6447         * backend/ev-link-action.[ch]:
6448         * backend/ev-link-dest.[ch]:
6449         * backend/ev-link.[ch]:
6450         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6451         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6452         * shell/ev-page-action.c: (build_new_tree_cb):
6453         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6454         (links_page_num_func), (update_page_callback):
6455         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6456         (tip_from_link):
6457         * shell/ev-jobs.c:
6458         * shell/ev-window.[ch]: (ev_window_open_uri),
6459         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6460         * shell/ev-application.[ch]: (ev_application_open_window),
6461         (ev_application_open_uri):
6462
6463         Rework links system, it adds support for remote links now and it makes
6464         easier to add new kinds of actions and destinations. Fixes bug #317292
6465
6466 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6467
6468         * data/Makefile.am:
6469         * data/evince.png:
6470         * data/evince-16.png:
6471         * data/evince-22.png:
6472         * data/evince.svg:
6473         * shell/main.c: (main):
6474         
6475         Evince use it's own icon. Fix for the bug #313392.
6476
6477         * shell/ev-window.c: (fullscreen_timeout_cb),
6478         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6479         (ev_window_cmd_help_about), (ev_window_dispose):
6480         
6481         Simplify fullscreen timeout code.
6482
6483 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6484
6485         * backend/ev-attachment.c: 
6486         * shell/ev-attachment-bar.c:
6487         * shell/ev-window.c:
6488
6489         Allow multiple selection of attachments
6490
6491 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6492
6493         * shell/ev-view.c: (view_update_range_and_current_page),
6494         (ev_view_scroll):
6495         
6496         Fix for the bug #312573 – Optimal selection of current 
6497         page among visible pages.
6498
6499 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6500
6501         * configure.ac:
6502         * djvu/Makefile.am:
6503         * djvu/djvu-text.h:
6504         
6505         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6506         for the bug 339868.
6507
6508 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6509
6510         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6511
6512 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6513
6514         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6515         dictated by the GNOME HIG. Fixes bug #339235.
6516
6517 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6518
6519         * data/evince-ui.xml:
6520         * shell/ev-view.c: (ev_view_can_find_previous):
6521         * shell/ev-view.h:
6522         * shell/ev-window.c: (ev_window_update_actions),
6523         (ev_window_cmd_edit_find_previous):
6524
6525         Add support for "Find Previous" as dictated by the GNOME HIG. A
6526         menu item is added and some glue code to make it all work is added
6527         to various files.
6528
6529 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6530
6531         * configure.ac: Award myself the "useless use of cat" award.
6532
6533 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6534
6535         * po/LINGUAS: New file listing all supported languages.
6536
6537         * configure.in: Use po/LINGUAS instead of including all languages
6538         directly in this file. See the wiki for more information:
6539         http://live.gnome.org/GnomeGoals/PoLinguas
6540
6541 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6542
6543         * backend/ev-document-factory.c:
6544
6545         Do not load the document twice when there isn't errors
6546
6547 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6548
6549         * backend/ev-attachment.c: 
6550
6551         Fix a crash when there isn't a default application to open an
6552         attachment
6553
6554 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6555
6556         * backend/ev-attachment.[ch]:
6557         * shell/ev-attachment-bar.[ch]:
6558
6559         Added missing files. 
6560
6561 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6562
6563         * backend/Makefile.am:
6564         * data/evince-ui.xml:
6565         * backend/ev-attachment.[ch]:
6566         * backend/ev-document.[ch]: (ev_document_has_attachments),
6567         (ev_document_get_attachments):
6568         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6569         (attachment_save_to_buffer), (pdf_document_get_attachments),
6570         (pdf_document_document_iface_init):
6571         * shell/Makefile.am:
6572         * shell/ev-attachment-bar.[ch]:
6573         * shell/ev-window.c:
6574
6575         Add support for PDF attachments. Fixes bug #325143
6576
6577 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6578
6579         * backend/ev-document-factory.c: (get_document_from_uri),
6580         (ev_document_factory_get_document):
6581         * backend/ev-document-factory.h:
6582         * properties/ev-properties-main.c: (ev_properties_get_pages):
6583         * shell/Makefile.am:
6584         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6585         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6586         (ev_job_queue_remove_job):
6587         * shell/ev-job-queue.h:
6588         * shell/ev-job-xfer.c:
6589         * shell/ev-job-xfer.h:
6590         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6591         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6592         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6593         (ev_job_xfer_run):
6594         * shell/ev-jobs.h:
6595         * shell/ev-window.c: (ev_window_is_empty),
6596         (password_dialog_response), (ev_window_clear_xfer_job),
6597         (ev_window_xfer_job_cb), (ev_window_open_uri),
6598         (ev_window_cmd_focus_page_selector),
6599         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6600         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6601         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6602         (ev_window_dispose):
6603         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6604         
6605         * Cleanup mime type detection on document load. Fix for the
6606         bug #336448.
6607
6608 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6609
6610         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6611         
6612         Fix crash on exit, described in the bug #336825.
6613
6614 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * backend/ev-document-factory.c:
6617         (ev_document_factory_get_from_mime),
6618         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6619         (ev_document_factory_get_document),
6620         (file_filter_add_mime_list_and_free),
6621         (ev_document_factory_add_filters):
6622         * backend/ev-document-factory.h:
6623         * properties/ev-properties-main.c: (ev_properties_get_pages):
6624         * shell/Makefile.am:
6625         * shell/ev-application.c:
6626         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6627         * shell/ev-window.c: (ev_window_cmd_file_open),
6628         (ev_window_cmd_save_as):
6629         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6630         
6631         Rework factory functions so they are placed now in a single 
6632         file ev-document-factory.c
6633
6634 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6635
6636         * shell/ev-window.c: (update_chrome_visibility):
6637         
6638         Fix for the bug 166566 - don't show menubar in fullscreen
6639         mode.
6640
6641 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6642
6643         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6644
6645 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6646
6647         * shell/ev-view.c: (ev_view_expose_event):
6648         
6649         More correctly draw loading text when document
6650         is empty.
6651
6652 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6653
6654         * shell/ev-view.c: (ev_view_scroll):
6655         
6656         Fix for the bug #334854, page down and page up switch
6657         pages in presentation mode.
6658
6659 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6660
6661         * shell/ev-window.c: (ev_window_set_action_sensitive),
6662         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6663         (ev_window_set_view_accels_sensitivity),
6664         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6665         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6666         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6667         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6668         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6669         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6670         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6671         (view_actions_focus_in_cb), (ev_window_init):
6672         
6673         Fix for the bug #333902, now it's possible to search
6674         words with slash.
6675
6676 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6677
6678         * configure.ac: Added Breton translation.
6679         * po/br.po: Added Breton translation.
6680
6681 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6682
6683         * shell/ev-window-title (ev_window_title_update):
6684
6685         Fix memory leak in window title. Fixes bug #333944
6686
6687 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6688
6689         * shell/ev-metadata-manager.c (parseItem):
6690
6691         Fix memory leaks. Fixes bug #333945
6692
6693 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6694         
6695         * NEWS, configure.ac, TODO:
6696         
6697         Update for release 0.5.2.
6698
6699 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * shell/ev-view.c: (view_update_range_and_current_page),
6702         (page_changed_cb):
6703         
6704         Don't jump on scrolling, fix for the bug #333127.
6705
6706 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6707
6708         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6709         
6710         Scroll by one page in presentation mode. Fix for the bug
6711         #332993.
6712
6713 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6714
6715         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6716
6717 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6718
6719         * configure.ac  Added lv in ALL_LINGUAS line.
6720
6721 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6722         
6723         * NEWS, configure.ac:
6724         
6725         Update for release 0.5.1
6726
6727 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6728
6729         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6730         * backend/ev-document-misc.h:
6731         * shell/ev-view.c: (draw_one_page):
6732         
6733          Clairfy what page the toolbar page number applies to. Fix
6734          for the bug #328102.
6735
6736 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6737
6738         * shell/ev-view-private.h:
6739         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6740         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6741         (ev_view_search_changed):
6742         * shell/ev-view.h:
6743         * shell/ev-window.c: (find_bar_search_changed_cb):
6744         
6745         Dont't jump to find result if window was scrolled during search.
6746         Fix for the bug #313266.
6747
6748 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6749
6750         * shell/eggfindbar.c: (egg_find_bar_class_init):
6751         * shell/eggfindbar.h:
6752         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6753         * shell/ev-view-private.h:
6754         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6755         (ev_view_class_init), (ev_sizing_mode_get_type),
6756         (ev_scroll_type_get_type):
6757         * shell/ev-view.h:
6758         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6759         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6760         (ev_window_init):
6761         
6762         Fix for the bug 319133 - Find entry should allow text scroll.
6763
6764 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6765
6766         * shell/ev-view-private.h:
6767         * shell/ev-view.c: (view_update_range_and_current_page),
6768         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6769         (ev_view_set_document), (update_find_status_message),
6770         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6771         (ev_view_find_previous):
6772         
6773         Fix for the bug #319137. Search now takes account for scrolling.
6774
6775 2006-02-19  Michael Hofmann <mh21@piware.de>
6776
6777         * configure.ac:
6778         * djvu/Makefile.am:
6779         * djvu/djvu-document-private.h:
6780         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6781         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6782         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6783         (djvu_document_can_get_text), (djvu_document_get_text),
6784         (djvu_document_document_iface_init),
6785         (djvu_document_thumbnails_get_thumbnail),
6786         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6787         (djvu_document_find_get_result),
6788         (djvu_document_find_page_has_results),
6789         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6790         (djvu_document_find_iface_init):
6791         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6792         (djvu_text_page_selection), (djvu_text_page_limits_process),
6793         (djvu_text_page_limits), (djvu_text_page_copy),
6794         (djvu_text_page_position), (djvu_text_page_union),
6795         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6796         (djvu_text_page_box), (djvu_text_page_append_text),
6797         (djvu_text_page_search), (djvu_text_page_prepare_search),
6798         (djvu_text_page_new), (djvu_text_page_free):
6799         * djvu/djvu-text-page.h:
6800         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6801         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6802         (djvu_text_n_results), (djvu_text_has_results),
6803         (djvu_text_get_result), (djvu_text_get_progress):
6804         * djvu/djvu-text.h:
6805         
6806         Text search in djvu. Fix for the bug #303415.
6807
6808 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * configure.ac:
6811         * shell/ev-window.c: (ev_window_cmd_save_as):
6812         
6813         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6814         Thanks to Gary Coady <gary@lyranthe.org>
6815
6816 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6817
6818         * shell/ev-print-job.c: (idle_print_handler):
6819         
6820         Inverse order printing, bug #320919.
6821
6822 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6823
6824         * data/evince-toolbar.xml:
6825         * shell/ev-window.c:
6826         
6827         Allow to add sidebar checkbutton on toolbar. Fix
6828         for the bug #144577.
6829
6830 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6831
6832         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6833         
6834         Add checks that have sense for empty ps document.
6835
6836 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6837
6838         * configure.ac: Include PS in mime types list. 
6839
6840 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6841
6842         * configure.ac:
6843         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6844         * ps/gsdefaults.h:
6845         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6846         
6847         Runtime check for gs interpreter. Fix for the bug #320868.
6848         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6849
6850 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6851
6852         * shell/ev-application.c: 
6853
6854         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6855         dbus>=0.60, so that the request is not queued. 
6856
6857 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * configure.ac:
6860         * shell/Makefile.am:
6861         * shell/ev-sidebar-links.c: (print_section_cb):
6862         * shell/ev-utils.c:
6863         * shell/ev-utils.h:
6864         * shell/ev-window.c: (update_action_sensitivity),
6865         (ev_window_close_dialogs), (ev_window_print):
6866         * shell/ev-window.h:
6867         
6868         Make printing support optional. Patch from Eduardo de Barros Lima
6869         <eduardo.lima@indt.org.br> for the bug #330546.
6870
6871 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * shell/ev-view-private.h:
6874         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6875         (ev_view_set_document):
6876         * shell/ev-view.h:
6877         * shell/ev-window.c: (ev_window_load_job_cb),
6878         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6879         (ev_window_init):
6880
6881         Draw Loading message during xfer job. Fix for the bug #329495.
6882
6883 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6884
6885         * comics/comics-document.c: (comics_regex_quote),
6886         (comics_document_load), (extract_argv):
6887         
6888         Correcly quote regexp before passing it to unzip.
6889
6890 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * shell/ev-page-cache.c: (build_height_to_page),
6893         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6894         (ev_page_cache_get_dual_even_left):
6895         * shell/ev-page-cache.h:
6896         * shell/ev-view.c: (view_update_range_and_current_page),
6897         (get_page_y_offset), (get_page_extents):
6898         
6899         Place even pages to the left if document has less then
6900         two pages. Fix for the bug #328856.
6901
6902 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6903
6904         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6905         
6906         Correct comics scheme. This make evince create thumbnails
6907         for comic books. Fix for the bug 329088.
6908
6909 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6910
6911         * data/evince-password.glade: Don't explicitly set
6912         invisible_char to the current default value in case
6913         the default changes; let GTK+ do its magic.
6914
6915 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6916
6917         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6918         real filename to tmp filename since often document
6919         type is determined by extension.
6920
6921 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6922
6923         * shell/ev-view.c: (add_scroll_binding_keypad),
6924         (ev_view_binding_activated), (ev_view_class_init):
6925         
6926         Add keybindings for percision-scrolling of display area. 
6927         Fix for the bug #314072.
6928
6929 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6930
6931         * data/evince.desktop.in.in:
6932         
6933         Add GTK to the list of categories. Fix for the bug #328034.
6934
6935 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6936
6937         * shell/ev-application.c: (ev_application_shutdown),
6938         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6939         * shell/ev-application.h:
6940         * shell/ev-window.c: (file_open_dialog_response_cb),
6941         (ev_window_cmd_file_open):
6942         
6943         Save last uri in file chooser dialog. Fix for the bug #327950.
6944
6945 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6946
6947         * NEWS:
6948         * README:
6949         
6950         Final update for release 0.5.0
6951         
6952         * shell/Makefile.am:
6953         
6954         Remove disable deprecated until we'll require libgnome-2.13.7
6955         and port to GOption argument parsing. See bug 327518.
6956
6957 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6958
6959         * comics/comics-document.c: (comics_document_save):
6960         * djvu/djvu-document.c: (djvu_document_save):
6961         * dvi/dvi-document.c: (dvi_document_save):
6962         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6963         * lib/ev-file-helpers.h:
6964         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6965         * tiff/tiff-document.c: (tiff_document_save):
6966         
6967         Use common save function for backends.
6968
6969 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6970
6971         * backend/ev-document-types.c:
6972         
6973         Fix crash on saving pixbuf.
6974
6975 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6976
6977         * cut-n-paste/recent-files/egg-recent-item.c:
6978         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6979         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6980         (parse_info_free), (valid_element), (start_element_handler),
6981         (end_element_handler), (text_handler), (egg_recent_model_filter),
6982         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6983         (egg_recent_model_monitor), (egg_recent_model_read),
6984         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6985         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6986         (egg_recent_model_set_property), (egg_recent_model_class_init),
6987         (egg_recent_model_init), (egg_recent_model_add_full),
6988         (egg_recent_model_delete), (egg_recent_model_get_list),
6989         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6990         (egg_recent_model_set_filter_mime_types),
6991         (egg_recent_model_clear_group_filter),
6992         (egg_recent_model_set_filter_groups),
6993         (egg_recent_model_clear_scheme_filter),
6994         (egg_recent_model_set_filter_uri_schemes),
6995         (egg_recent_model_remove_expired):
6996         * cut-n-paste/recent-files/egg-recent-util.c:
6997         (egg_recent_util_get_icon):
6998         * cut-n-paste/recent-files/egg-recent-util.h:
6999         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7000         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7001         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7002         (egg_recent_view_uimanager_set_property),
7003         (egg_recent_view_uimanager_get_property),
7004         (egg_recent_view_uimanager_class_init),
7005         (egg_recent_view_uimanager_init),
7006         (egg_recent_view_uimanager_set_label_width),
7007         (egg_recent_view_uimanager_get_label_width):
7008         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7009         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7010         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7011         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7012         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7013         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7014         
7015         Update from libegg.
7016
7017 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7018
7019         * shell/ev-page-cache.c: (build_height_to_page),
7020         (ev_page_cache_get_height_to_page):
7021         * shell/ev-page-cache.h:
7022         * shell/ev-view.c: (view_update_range_and_current_page),
7023         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7024         (ev_view_previous_page):
7025         
7026         Dual mode places even pages to the left. Fix for the bug #309393.
7027
7028         * shell/ev-view.h:
7029         * shell/ev-window.c: (update_action_sensitivity),
7030         (setup_view_from_metadata), (view_menu_popup_cb):
7031         
7032         Don't restore presentation in empty windows, more intelligent
7033         next page behaviour in dual mode.
7034
7035         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7036         (ev_pixbuf_cache_clear_job_sizes):
7037         
7038         Cleanup job callback on removal. Fix for the bug #325886.
7039
7040 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7041
7042         * ps/ps.c: (psscan):
7043         
7044         Commit workaround Mozilla problem. Fix for the bug #325919
7045         
7046         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7047         (save_item):
7048         
7049         Fix for year 2038 problem.
7050
7051 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7052
7053         * shell/ev-window.c: (setup_document_from_metadata),
7054         (ev_window_cmd_view_reload):
7055
7056         Clamp page recieved from metadata in valid values. Fix
7057         for the bug #325986.
7058
7059 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7060
7061         * MAINTAINERS: 
7062         Add MAINTAINERS as requested on desktop-devel-list.
7063
7064 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7065
7066         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7067         (mime_type_supported_by_gdk_pixbuf),
7068         (ev_document_factory_get_mime_types),
7069         (ev_document_factory_get_all_mime_types):
7070         
7071         Don't add pixbuf mime types if pixbuf backend is disabled.
7072         
7073         * shell/ev-application.c: (ev_application_get_uri_window):
7074         
7075         Fix for the bug 325815 - unhandled MIME type message doesn't 
7076         appear a second time. 
7077         
7078         * shell/ev-document-types.c: (ev_document_types_add_filters):
7079         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7080         (password_dialog_response), (ev_window_popup_password_dialog),
7081         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7082         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7083         (ev_window_run_presentation), (ev_window_stop_presentation),
7084         (save_sizing_mode), (ev_window_zoom_changed_cb),
7085         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7086         (ev_window_dual_mode_changed_cb),
7087         (ev_window_sidebar_current_page_changed_cb),
7088         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7089         (window_state_event_cb), (window_configure_event_cb):
7090         
7091         Cleanup additional uris holded by EvWindow.
7092
7093 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7094
7095         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7096         (ev_view_can_previous_page), (ev_view_can_next_page):
7097         * shell/ev-view.h:
7098         * shell/ev-window.c: (update_action_sensitivity):
7099         
7100         Two page scrolling with Space and PageUp in dual mode. Second fix 
7101         for the bug #316608.
7102
7103 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * shell/ev-view.c: (scroll_to_current_page):
7106         
7107         Correctly clamp adjustment value. Fix for the bug
7108         #325808.
7109
7110 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * shell/ev-sidebar-links.c: (print_section_cb):
7113         * shell/ev-window.c: (ev_window_get_uri),
7114         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7115         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7116         (ev_window_dispose):
7117         
7118         Make print dialog non-modal. Fix for the bug #325622.
7119
7120 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7121
7122         * shell/ev-metadata-manager.c:
7123         * shell/ev-utils.c: (using_pdf_printer),
7124         (using_postscript_printer), (load_print_config_from_file),
7125         (save_print_config_to_file):
7126         * shell/ev-utils.h:
7127         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7128         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7129         (setup_view_from_metadata), (ev_window_setup_document),
7130         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7131         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7132         (ev_window_run_presentation), (ev_window_stop_presentation),
7133         (save_sizing_mode), (ev_window_zoom_changed_cb),
7134         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7135         (ev_window_dual_mode_changed_cb),
7136         (ev_window_sidebar_current_page_changed_cb),
7137         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7138         (window_state_event_cb), (window_configure_event_cb),
7139         (ev_window_init):
7140         
7141         Setting saving behaviour fixes.
7142
7143 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7144
7145         * configure.ac:
7146         
7147         Make antialiasing gs options better and allow
7148         to change them during configure. Fix for the 
7149         bug #319049.
7150
7151 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7152
7153         * shell/ev-window.c: (setup_view_from_metadata):
7154         
7155         Remember if last window was maximized. Fix for the
7156         bug #323797.
7157
7158 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7159
7160         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7161
7162 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7163
7164         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7165         * shell/ev-page-action.c: (build_new_tree_cb):
7166         * shell/ev-sidebar-links.c: (links_page_num_func),
7167         (update_page_callback_foreach), (update_page_callback):
7168         * shell/ev-view.c: (scroll_to_current_page):
7169         
7170         Fix for the bug #325067 with more intelligent selection
7171         of current link in sidebar. Make sidebar handle links
7172         of FITR-like type more correctly.
7173
7174         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7175         (dvi_pixbuf_put_pixel):
7176         
7177         Fix memory consumtion with disabled alpha channel.
7178
7179 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7180
7181         * data/evince-ui.xml:
7182         * shell/ev-window.c: (view_menu_popup_cb),
7183         (ev_popup_cmd_open_link), (ev_window_init):
7184         
7185         Update context menu for internal links. Fix for the bug
7186         #325066.
7187
7188 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7189
7190         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7191         
7192         Bind context menu to keyboard also. Fix for the bug
7193         #325065.
7194
7195 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * shell/ev-view.c: (selection_scroll_timeout_cb):
7198         
7199         Horizontal scroll on selection also.
7200
7201 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * shell/ev-metadata-manager.c: (parse_value):
7204         * shell/ev-view.c: (goto_xyz_link):
7205         
7206         Correct zoom setup and metadata save broken in 
7207         some locales.
7208
7209 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7210
7211         * shell/ev-view-private.h:
7212         * shell/ev-view.c: (scroll_to_current_page),
7213         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7214         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7215         (page_changed_cb), (ev_view_set_continuous),
7216         (ev_view_set_dual_page), (ev_view_set_presentation):
7217         
7218         Delay scroll until allocation to correctly position page. Fix
7219         for the bug #317334.
7220
7221 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7222
7223         * NEWS:
7224         * configure.ac:
7225         
7226         Update NEWS and require poppler 0.5.0.
7227
7228 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7229         
7230         * data/evince-ui.xml:
7231         * shell/ev-view-private.h:
7232         * shell/ev-view.c: (ev_view_get_link_at_location),
7233         (handle_link_over_xy), (ev_view_button_press_event),
7234         (ev_view_button_release_event), (ev_view_class_init):
7235         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7236         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7237         (ev_window_init):
7238         
7239         Implement right-click context menu.
7240
7241 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7242
7243         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7244         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7245         (mdvi_pixbuf_device_render):
7246         * pdf/ev-poppler.cc:
7247
7248         Don't generate thumbnails with alpha. See bug #324077.
7249         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7250
7251 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7252
7253         * shell/ev-window.c: (setup_chrome_from_metadata):
7254         
7255         Fix typo that was hiding toolbar.
7256
7257 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * shell/ev-view-private.h:
7260         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7261         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7262         (ev_view_button_release_event), (ev_view_destroy):
7263         
7264         Small cleanup and autoscrolling during selection. Thanks to 
7265         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7266
7267 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7268
7269         * configure.ac:
7270         
7271         Correctly check for comics option.
7272
7273 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7274         * Makefile.am:
7275         * configure.ac:
7276         * backend/Makefile.am:
7277         * backend/ev-document-factory.c:
7278         * shell/ev-document-types.c:
7279
7280         Included option in configure to make ps backend 
7281         compilation optional with --disable-ps.
7282
7283 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7284
7285         * backend/ev-document-factory.c:
7286         * comics/Makefile.am:
7287         * comics/comics-document.c: (comics_document_load):
7288         * comics/ev-cbr-mime.xml:
7289         * configure.ac:
7290         
7291         Comics mime types are added to shared-mime-info CVS. Now
7292         we don't need to install our own mime types.
7293
7294 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7295
7296         * shell/ev-window.c:
7297         
7298         Add shortcut for "save a copy" menu entry. Fix for
7299         the bug #324582.
7300
7301 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7302
7303         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7304         (job_finished_cb), (new_selection_pixbuf_needed),
7305         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7306         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7307         
7308         Rework selection job info logic and fix critical warning.
7309
7310 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7311
7312         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7313
7314 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7315
7316         * data/evince-ui.xml:
7317         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7318         
7319         Enter as shortcut key for next page. Fix for the bug
7320         #321394.
7321
7322 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7323
7324         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7325
7326 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7327
7328         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7329         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7330         (new_selection_pixbuf_needed),
7331         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7332         (clear_job_selection):
7333         
7334         Too early for 0.5. Pixbuf cache code cleaned a bit.
7335
7336 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7337
7338         * NEWS:
7339         * configure.ac:
7340         
7341         Release 0.5.0 preparation
7342
7343 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7344
7345         * comics/Makefile.am:
7346         * configure.ac:
7347         * shell/ev-document-types.c: (ev_document_types_add_filters):
7348         
7349         More advanced handling of custom mime type installation.
7350
7351 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7352
7353         * data/evince.schemas.in:
7354         * shell/ev-metadata-manager.c: (value_free),
7355         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7356         (ev_metadata_manager_get), (ev_metadata_manager_set):
7357         * shell/ev-metadata-manager.h:
7358         * shell/ev-window.c: (update_chrome_flag),
7359         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7360         (setup_document_from_metadata), (setup_chrome_from_metadata),
7361         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7362         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7363         (ev_window_view_toolbar_cb),
7364         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7365         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7366         
7367         Save last document settings and reuse them for new documents.
7368
7369 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7370
7371         * Makefile.am:
7372         * backend/Makefile.am:
7373         * backend/ev-document-factory.c:
7374         * backend/ev-document-factory.h:
7375         * comics/Makefile.am:
7376         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7377         (comics_document_load), (comics_document_save),
7378         (comics_document_get_n_pages), (comics_document_get_page_size),
7379         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7380         (comics_document_class_init), (comics_document_can_get_text),
7381         (comics_document_get_info), (comics_document_document_iface_init),
7382         (comics_document_init), (get_supported_image_extensions),
7383         (comics_document_thumbnails_get_geometry),
7384         (comics_document_thumbnails_get_thumbnail),
7385         (comics_document_thumbnails_get_dimensions),
7386         (comics_document_document_thumbnails_iface_init), (extract_argv):
7387         * comics/comics-document.h:
7388         * comics/ev-cbr-mime.xml:
7389         * configure.ac:
7390         * po/POTFILES.in:
7391         * shell/ev-application.c: (ev_application_register_service):
7392         * shell/ev-document-types.c: (ev_document_types_add_filters):
7393         * thumbnailer/Makefile.am:
7394         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7395         
7396         New CBR/CBZ backend for comic books.
7397
7398 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7399
7400         * shell/main.c: (load_files_remote):
7401
7402         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7403         warning on startup of second instance is fixed. It
7404         is bug #320353.
7405
7406 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7407
7408         * shell/ev-window.c: (ev_window_finalize):
7409         
7410         Fix double free that cause crash.
7411
7412 2005-10-29  Bastien Nocera <hadess@hadess.net>
7413
7414         * tiff/tiff-document.c: (tiff_document_load):
7415         
7416         Fix memory leak.
7417
7418 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7419
7420         * po/POTFILES.in:
7421         * shell/Makefile.am:
7422         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7423         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7424         (ev_view_accessible_get_text),
7425         (ev_view_accessible_get_character_at_offset),
7426         (ev_view_accessible_get_text_before_offset),
7427         (ev_view_accessible_get_text_at_offset),
7428         (ev_view_accessible_get_text_after_offset),
7429         (ev_view_accessible_get_character_count),
7430         (ev_view_accessible_get_caret_offset),
7431         (ev_view_accessible_set_caret_offset),
7432         (ev_view_accessible_get_run_attributes),
7433         (ev_view_accessible_get_default_attributes),
7434         (ev_view_accessible_get_character_extents),
7435         (ev_view_accessible_get_offset_at_point),
7436         (ev_view_accessible_get_n_selections),
7437         (ev_view_accessible_get_selection),
7438         (ev_view_accessible_add_selection),
7439         (ev_view_accessible_remove_selection),
7440         (ev_view_accessible_set_selection),
7441         (ev_view_accessible_text_iface_init),
7442         (ev_view_accessible_idle_do_action),
7443         (ev_view_accessible_action_do_action),
7444         (ev_view_accessible_action_get_n_actions),
7445         (ev_view_accessible_action_get_description),
7446         (ev_view_accessible_action_get_name),
7447         (ev_view_accessible_action_set_description),
7448         (ev_view_accessible_action_iface_init),
7449         (ev_view_accessible_get_type), (ev_view_accessible_new),
7450         (ev_view_accessible_factory_get_accessible_type),
7451         (ev_view_accessible_factory_create_accessible),
7452         (ev_view_accessible_factory_class_init),
7453         (ev_view_accessible_factory_get_type):
7454         * shell/ev-view-accessible.h:
7455         * shell/ev-view-private.h:
7456         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7457         * shell/ev-view.h:
7458         
7459         Initial accessibility support.
7460
7461 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7462
7463         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7464
7465 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7466
7467         * shell/ev-print-job.c: (idle_print_handler):
7468         
7469         Fix for bug Bug 318916: Printing multiple pages.
7470
7471 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7472
7473         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7474
7475 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7476
7477         * pdf/ev-poppler.cc:
7478         
7479         Thumnail dimensions unified with other backends.
7480         
7481         * shell/ev-window-title.c: (ev_window_title_update):
7482         
7483         Fix warning.
7484
7485 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7486
7487         * data/ev-stock-zoom-fit-width.png:
7488         
7489         Remove unused file.
7490
7491 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * configure.ac:
7494         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7495         (djvu_document_finalize):
7496         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7497         (dvi_document_finalize):
7498         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7499         (pixbuf_document_save), (pixbuf_document_finalize):
7500         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7501         (tiff_document_finalize):
7502         
7503         Save a copy implemented for various backends.
7504
7505 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7506
7507         * configure.ac:
7508         
7509         Don't link with ltiff if tiff is disabled.
7510
7511 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7512
7513         * pdf/GDKSplashOutputDev.cc:
7514         * pdf/GDKSplashOutputDev.h:
7515         * pdf/Thumb.cc:
7516         * pdf/Thumb.h:
7517         * pdf/pdf-document.cc:
7518         * pdf/pdf-document.h:
7519         * pdf/test-gdk-output-dev.cc:
7520         
7521         Remove old unused files.
7522
7523 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7524
7525         * shell/ev-window.c: (ev_window_setup_document):
7526         
7527         Fixed warnings on reload and probably crash reason.
7528
7529 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7530
7531         * properties/ev-properties-view.c:
7532         (ev_properties_view_format_date):
7533         
7534         Check if date is invalid. Fix for bug 318134.
7535
7536 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7537
7538         * shell/ev-window-title.c:
7539         
7540         Add .indd files (Adobe Indesign) to the list of "bad
7541         extensions".
7542
7543 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7544
7545         * data/evince-ui.xml:
7546         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7547         
7548         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7549
7550 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7551
7552         * shell/ev-window.c: (launch_link), (launch_external_uri),
7553         (view_external_link_cb):
7554
7555         URL-escape link before passing it to gnome_vfs_url_show.
7556
7557 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7558
7559         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7560         there isn't text selected.
7561
7562 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7563
7564         * shell/ev-view.c: (handle_link_over_xy):
7565
7566         Check tooltip is valid utf8 before showing it
7567
7568 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7569
7570         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7571
7572 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7573
7574         * shell/ev-window-title.c: (ev_window_title_update):
7575
7576         Guard against using g_strstrip on NULL. Fixes bug #317291.
7577
7578 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7579
7580         * pdf/ev-poppler.cc:
7581
7582         Show title even for unknown links
7583
7584 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7585
7586         * shell/ev-window-title.c: (ev_window_title_update):
7587
7588         Strip the title string
7589
7590 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7591
7592         * shell/ev-window-title.c:
7593
7594         Add .rtf to the bad extensions list
7595
7596 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7597
7598         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7599         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7600
7601         Ignore link coordinates if they are outside page bounds
7602
7603 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7604
7605         * backend/ev-link.c: (ev_link_type_get_type),
7606         (ev_link_get_filename), (ev_link_get_params),
7607         (ev_link_get_property), (ev_link_set_property),
7608         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7609         * backend/ev-link.h:
7610         * pdf/ev-poppler.cc:
7611         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7612         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7613         (ev_window_init):
7614
7615         Implement launch links. Delegate external link opening to
7616         the window.
7617
7618 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7619
7620         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7621         (ev_link_get_right), (ev_link_get_property),
7622         (ev_link_set_property), (ev_link_class_init),
7623         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7624         * backend/ev-link.h:
7625         * pdf/ev-poppler.cc:
7626         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7627
7628         Implement fitr links
7629
7630 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7631
7632         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7633         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7634         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7635         (ev_view_size_request_continuous),
7636         (ev_view_size_request_dual_page),
7637         (ev_view_size_request_single_page), (ev_view_size_allocate),
7638         (ev_view_zoom_for_size_continuous_and_dual_page),
7639         (ev_view_zoom_for_size_continuous),
7640         (ev_view_zoom_for_size_dual_page),
7641         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7642         (ev_sizing_mode_get_type):
7643         * shell/ev-view.h:
7644         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7645
7646         Do not use modes for link, we need to calculate size ad hoc.
7647         Still not perfect because of the usual scrollbar issues grrr.
7648
7649 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7650
7651         * backend/ev-link.c: (ev_link_type_get_type),
7652         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7653         * backend/ev-link.h:
7654         * pdf/ev-poppler.cc:
7655         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7656         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7657         (ev_view_size_request_continuous),
7658         (ev_view_size_request_dual_page),
7659         (ev_view_size_request_single_page), (ev_view_size_allocate),
7660         (zoom_for_size_fit_height),
7661         (ev_view_zoom_for_size_continuous_and_dual_page),
7662         (ev_view_zoom_for_size_continuous),
7663         (ev_view_zoom_for_size_dual_page),
7664         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7665         (ev_sizing_mode_get_type):
7666         * shell/ev-view.h:
7667         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7668
7669         Implement FIT_HEIGHT mode (only for links).
7670         Implement FITH links
7671
7672 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7673
7674         * shell/ev-window-title.c: (get_filename_from_uri),
7675         (ev_window_title_sanitize_extension), (ev_window_title_update),
7676         (ev_window_title_set_document), (ev_window_title_set_uri),
7677         (ev_window_title_free):
7678         * shell/ev-window-title.h:
7679         * shell/ev-window.c: (ev_window_setup_document),
7680         (ev_window_popup_password_dialog):
7681
7682         Refactor window title building while fixing it for
7683         password documents.
7684
7685 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7686
7687         * pdf/ev-poppler.cc:
7688
7689         Escape link title before setting it in the model
7690
7691 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7692
7693         * shell/ev-application.c: (removed_from_session), (save_session),
7694         (init_session), (ev_application_get_empty_window),
7695         (ev_application_init), (ev_application_get_windows):
7696         * shell/ev-application.h:
7697         * shell/ev-window.c: (ev_window_finalize):
7698
7699         Add a function to retrieve window list and share it where
7700         necessary.
7701         Implement session handling, works pretty well thanks to the
7702         metadata system.
7703
7704 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7705
7706         * shell/ev-password.c: (ev_password_item_created_callback),
7707         (ev_password_dialog_save_password):
7708         
7709         Fix for bug 316972. Use async gnome-keyring API.
7710
7711 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7712
7713         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7714         Remove unused unrealize handler. Add scroll handling to
7715         ev_view_scroll_event for presentation mode (bug #316708),
7716         and fix the event state checks there.
7717
7718 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7719
7720         * shell/ev-page-action.c: (page_changed_cb):
7721
7722         "marco, maybe we should be crazy and jump right to 6! :)"
7723
7724         Bryan Clark, Sep 2005
7725
7726 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7727
7728         * ps/ps-document.c: (save_document), (ps_document_save),
7729         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7730         (ps_document_ps_export_end):
7731
7732         Fix unstructured documents save and print
7733
7734 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7735
7736         * shell/ev-application.c: (ev_application_open_uri):
7737
7738         Fix window size persistance
7739
7740 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * shell/ev-view.c: (ev_view_button_release_event):
7743
7744         Based on a patch from carlosgc@gnome.org. Mouse buttons
7745         switch pages in presentation mode.
7746
7747 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7748
7749         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7750
7751         Dont cast to int before scaling
7752
7753 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7754
7755         * backend/ev-link.c: (ev_link_type_get_type),
7756         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7757         (ev_link_new_page_fith):
7758         * backend/ev-link.h:
7759         * pdf/ev-poppler.cc:
7760         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7761
7762         Implement FIT and FITH links
7763
7764 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7765
7766         * pdf/ev-poppler.cc:
7767
7768         Return 0 results when search is not in progress.
7769
7770         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7771         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7772
7773         Update menu sensitivity when cancelling search
7774
7775 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7776
7777         * shell/ev-view.c: (ev_view_can_find_next):
7778
7779         Take all pages in consideration, not just current one
7780
7781 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7782
7783         * shell/ev-page-cache.c:
7784         * shell/ev-page-cache.h:
7785         * shell/ev-view.c: (ev_view_binding_activated),
7786         (ev_view_next_page), (ev_view_previous_page),
7787         (ev_sizing_mode_get_type):
7788         * shell/ev-view.h:
7789         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7790         (ev_window_cmd_go_next_page):
7791
7792         Move page next/previous functions from page chace to
7793         view and change it to move by 2 page steps in dual mode.
7794
7795 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7796
7797         * shell/ev-window.c: (update_sidebar_visibility),
7798         (setup_sidebar_from_metadata), (ev_window_setup_document),
7799         (setup_view_from_metadata):
7800
7801         Show the index by default when there is one     
7802
7803 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7804
7805         * shell/ev-window-title.c: (ev_window_title_set_document):
7806
7807         Missing null check
7808
7809 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7810
7811         * shell/ev-view.c: (view_update_range_and_current_page):
7812         
7813         Allow display of last odd page in dual view. Fix for 316347.
7814
7815 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7816
7817         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7818         
7819         Make close button default. Fix for 316383.
7820
7821 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7822
7823         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7824         
7825         Mark close button as default. Fix for 316381.
7826
7827 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7828
7829         * backend/ev-link.c: (ev_link_class_init):
7830
7831         Allow negative doubles in left/top properties
7832
7833 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7834
7835         * shell/ev-window.c:
7836
7837         Remove a bunch of strings that was used only
7838         by the statusbar.
7839
7840 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7841
7842         * shell/ev-window-title.c: (get_filename_from_uri),
7843         (ev_window_title_set_document):
7844
7845         When title has a confusing extension, show also
7846         the document filename inside ()
7847
7848 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * shell/Makefile.am:
7851         * shell/ev-window-title.c: (ev_window_title_new),
7852         (ev_window_title_update), (ev_window_title_set_type),
7853         (ev_window_title_set_document), (ev_window_title_free):
7854         * shell/ev-window-title.h:
7855         * shell/ev-window.c: (ev_window_setup_document),
7856         (password_dialog_response), (ev_window_popup_password_dialog),
7857         (ev_window_dispose), (ev_window_init):
7858
7859         Factor out and cleanup window title code
7860
7861 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7862
7863         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7864         (unable_to_load):
7865
7866         Make dialog transient so it doesnt block other windows
7867
7868 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * pdf/ev-poppler.cc:
7871         
7872         Fix pdf thumbnails rendering.
7873
7874 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7875
7876         * shell/ev-window.c: (fullscreen_set_timeout):
7877         
7878         Increase timeout to hide full screen popup. Bug 
7879         316123. 
7880
7881 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7882
7883         * data/evince.schemas.in:
7884         * shell/ev-window.c: (update_action_sensitivity):
7885
7886         Allow the user to override document restrictions. Fix for bug
7887         305818.
7888
7889 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7890
7891         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7892         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7893         (ev_window_class_init): Fix multihead behaviour of fullscreen
7894         toolbar popup. Fixes bug #315451.
7895
7896 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7897
7898         * configure.ac:
7899         * data/evince-password.glade:
7900         * shell/ev-password.c: (ev_password_dialog_set_property),
7901         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7902         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7903         (ev_password_dialog_entry_changed_cb),
7904         (ev_password_dialog_entry_activated_cb),
7905         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7906         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7907         (ev_password_dialog_set_bad_pass):
7908         * shell/ev-password.h:
7909         * shell/ev-window.c: (password_dialog_response),
7910         (ev_window_popup_password_dialog):
7911         
7912         Support for gnome-keyring for encrypted PDF's.
7913
7914 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7917         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7918         (ev_view_enter_notify_event), (ev_view_class_init):
7919         
7920         More precise handling of enter_notify/leave_notify events
7921         in EvView. Fix for bug 315470.
7922
7923 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7924
7925         * shell/ev-window.c: (fullscreen_timeout_cb),
7926         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7927         (ev_window_dispose):
7928
7929         leak fix: unref fullscreen_timeout_source before clearing it
7930
7931 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7932
7933         * configure.ac, dvi/mdvi/Makefile.am: 
7934         
7935         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7936
7937 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7938
7939         * backend/ev-link.c: (ev_link_new_page_xyz):
7940         * pdf/ev-poppler.cc:
7941         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7942
7943         Fix some bugs with xyz links, respect zoom
7944
7945 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7946
7947         * shell/ev-window.c: (page_changed_cb),
7948         (setup_document_from_metadata), (update_sidebar_visibility),
7949         (setup_view_from_metadata), (ev_window_run_fullscreen),
7950         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7951         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7952         (ev_window_dual_mode_changed_cb),
7953         (ev_window_sidebar_current_page_changed_cb):
7954
7955         null check uri before setting and getting metadata
7956
7957 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7958
7959         * dvi/Makefile.am:
7960         * properties/Makefile.am:
7961         * shell/Makefile.am:
7962         * thumbnailer/Makefile.am:
7963
7964         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7965
7966 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7967
7968         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7969         (selection_changed_callback):
7970         * shell/ev-sidebar-links.h:
7971
7972         Add a signal for link activation.
7973
7974         * shell/ev-view.c: (ev_view_goto_link),
7975         (ev_view_button_release_event):
7976         * shell/ev-view.h:
7977         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7978         (ev_window_init):
7979
7980         Implement the signal so that we can handle all link types.
7981
7982         * shell/ev-page-cache.c:
7983
7984         Remove unused set_link function
7985
7986 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7987
7988         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7989
7990         Add some space from the cursor, hardcoded but I couldnt
7991         find a better way.
7992
7993 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7994
7995         * lib/ev-tooltip.c:
7996
7997         Use mozilla style vs gtk style, way better for links.
7998
7999         * shell/ev-view.c: (ev_view_motion_notify_event),
8000         (ev_view_destroy), (ev_view_init):
8001
8002         Deactive tooltip when the link hovered is changed.
8003
8004 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8005
8006         * backend/ev-document.h:
8007         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8008         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8009         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8010         (ev_link_new_page), (ev_link_new_page_xyz):
8011         * backend/ev-link.h:
8012         * pdf/ev-poppler.cc:
8013         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8014         (go_to_link), (tip_from_link):
8015
8016         Implement xyz links, still not functional. Links are a total
8017         mess, will need to refactor and bugfix a lot :(
8018
8019 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8020
8021         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8022
8023 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8024
8025         * data/evince-ui.xml:
8026         * data/evince.schemas.in:
8027         * shell/Makefile.am:
8028         * shell/ev-window.c: (update_chrome_visibility),
8029         (password_dialog_response), (ev_window_load_job_cb),
8030         (ev_window_xfer_job_cb), (ev_window_open_uri),
8031         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8032         (ev_window_init):
8033
8034         Remove the statusbar. This regress loading feedback, need to
8035         check with Bryan what we want to do there...
8036
8037 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8038
8039         * lib/ev-tooltip.c: (ev_tooltip_init):
8040
8041         Fix tooltip border and size handling
8042
8043 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8044
8045         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8046         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8047         (ev_tooltip_timeout), (ev_tooltip_activate),
8048         (ev_tooltip_deactivate):
8049         * lib/ev-tooltip.h:
8050         * shell/ev-view.c: (ev_view_motion_notify_event):
8051
8052         Delay popup showing. Mirror gtk logic/times.
8053
8054 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8055
8056         * lib/Makefile.am:
8057         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8058         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8059         (ev_tooltip_set_text), (ev_tooltip_set_position):
8060         * lib/ev-tooltip.h:
8061
8062         Simple widget to show tooltips at a custom position
8063
8064         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8065         (ev_view_destroy):
8066
8067         Use it for links. First go, needs work
8068
8069 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8070
8071         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8072         HIG fixes.  Use title capitalization for window title. Use 12 
8073         pixels of space between the dialog's vbox and action area.
8074
8075 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8076
8077         * shell/ev-window.c: (file_open_dialog_response_cb),
8078         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8079         (ev_window_cmd_save_as):
8080
8081         Make file pickers not modal and refactor code some
8082
8083 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * shell/ev-sidebar.h:
8086         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8087         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8088         (ev_sidebar_class_init), (ev_sidebar_select_page),
8089         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8090         (ev_sidebar_set_page):
8091
8092         Add a current page property and allow to get/set it
8093
8094         * shell/ev-window.c: (setup_view_from_metadata),
8095         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8096
8097         Persist current sidebar page per document
8098
8099 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8100
8101         * data/evince.schemas.in:
8102         * shell/ev-window.c: (update_chrome_visibility),
8103         (setup_document_from_metadata), (update_sidebar_visibility),
8104         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8105         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8106         (ev_window_run_presentation), (ev_window_stop_presentation),
8107         (ev_window_view_sidebar_cb),
8108         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8109         (load_chrome), (ev_window_init):
8110
8111         Persist size/visibility of sidebar per document
8112
8113 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8114
8115         * shell/ev-view.c (draw_loading_text): Draw loading text.
8116
8117 2005-09-02  Dan Damian  <dand@gnome.ro>
8118
8119         * configure.in: Added "ro" to ALL_LINGUAS.
8120
8121 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8122
8123         * shell/ev-view.c: (clear_caches):
8124
8125         ev_page_cache_get doesnt return a reference,
8126         dont try to unref it.
8127
8128 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8129
8130         * shell/main.c: (load_files_remote):
8131
8132         Fix timestamp parameter with dbus <= 0.33
8133
8134 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8135
8136         * data/evince.schemas.in:
8137
8138         Add missing full stop
8139
8140 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8141
8142         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8143         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8144
8145         Plug some memory leaks
8146
8147 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8148
8149         * configure.ac:
8150         * lib/ev-debug.c: (trap_handler):
8151
8152         Check for execinfo.h and use it only if it exists.
8153         Ported from Epiphany (bug #314776).
8154
8155 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8156
8157         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8158
8159 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8160
8161         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8162         * po/id.po      : Added Indonesian translation
8163
8164 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8165
8166         * shell/main.c:
8167         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8168         * NEWS: Release 0.4.0
8169
8170 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8171
8172         * configure.ac: catch another gtk+-2.8ism
8173         * shell/main.c: Make work with gtk+-2.6
8174
8175 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8176
8177         * shell/ev-application-service.xml: Add 'timestamp' argument to
8178           ev_application_open_window and ev_application_open_uri methods.
8179
8180         * shell/ev-application.h: Add 'timestamp' argument to
8181           ev_application_open_window, ev_application_open_uri,
8182           and ev_application_open_uri_list functions.
8183
8184         * shell/ev-application.c (ev_application_open_window,
8185           ev_application_open_uri, ev_application_open_uri_list): Change
8186           functions that show/present windows to use a timestamp if one
8187           is passed in.
8188
8189         * shell/ev-window.c (ev_window_cmd_file_open,
8190           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8191         * shell/main.c (load_files): Modify calls to ev_application to
8192           include GDK_CURRENT_TIME as timestamp.
8193
8194         * shell/main.c (load_files_remote): Obtain timestamp for client
8195           instance from GDK and pass to server instance so new windows are
8196           focused properly.  Fix dbus_g_proxy_call() calls by including second
8197           G_TYPE_INVALID.
8198           
8199         Closes bug #314475.
8200
8201 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8202
8203         * shell/ev-window.c (ev_window_finalize): Check for
8204         avail. EvWindows when quiting to handle the finalize better,
8205         #314497
8206
8207 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8208         
8209         * properties/ev-properties-view.c: 
8210         
8211         Set textdomain to libglade. Fixes translation problem in property page.
8212
8213 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8214
8215         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8216         * dvi/Makefile.am:
8217         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8218         * dvi/mdvi-lib/Makefile.am:
8219         
8220         Fix rotation of thumbnails, ported to new API. Moved library
8221         dependencies earlier, probably it will fix linkage problem.
8222
8223 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8224
8225         * backend/ev-document-misc.c:
8226         (ev_document_misc_get_thumbnail_frame):
8227         * backend/ev-document-misc.h:
8228         * configure.ac:
8229         * pdf/ev-poppler.cc:
8230         * shell/Makefile.am:
8231         * shell/ev-sidebar-thumbnails.c: (add_range),
8232         (ev_sidebar_thumbnails_set_loading_icon),
8233         (ev_sidebar_thumbnails_refresh),
8234         (ev_sidebar_thumbnails_set_document):
8235         * shell/ev-sidebar-thumbnails.h:
8236         * shell/ev-view.c: (ev_view_motion_notify_event),
8237         (ev_view_set_property), (ev_view_get_property),
8238         (ev_view_class_init), (ev_view_set_rotation):
8239         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8240         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8241         (ev_window_init):
8242         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8243         Redo rotation (again).  prepare for 0.4.0
8244
8245 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8246
8247         * configure.ac: Bump poppler requirement to 0.4.1.
8248
8249         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8250         argument to poppler_page_render_selection() call.
8251
8252 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8253
8254         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8255         (djvu_document_thumbnails_get_thumbnail):
8256         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8257         (dvi_document_thumbnails_get_thumbnail):
8258         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8259         (pixbuf_document_thumbnails_get_thumbnail):
8260         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8261         
8262         Update rotation direction of backends to fit with pdf and ps.
8263
8264 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8267         * backend/ev-async-renderer.h:
8268         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8269         (setup_page), (ps_document_get_page_size),
8270         (ps_async_renderer_render_pixbuf):
8271         * ps/ps-document.h:
8272         * shell/ev-jobs.c: (ev_job_render_run):
8273
8274         Fix orientation in the postscript document
8275
8276 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8277
8278         * pdf/ev-poppler.cc:
8279         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8280         * shell/ev-view.c: (highlight_find_results):
8281
8282         Adapt to the new poppler rotation API. Fix text maps on landscape
8283         documents.
8284
8285 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8286
8287         * shell/ev-view.c (compute_new_selection_text): get the correct
8288         region when selecting in modes other than continuous.
8289
8290 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8291
8292         * shell/main.c (main): remove redundant g_warnings.
8293
8294 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8295
8296         * shell/Makefile.am: Don't include autogenerated
8297         file ev-application-service.h into distribution, since
8298         it causes dbus crash. Fix for bugs 313724 and 313443. 
8299
8300 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8301
8302         * configure.ac: Fix sed expression for FreeBSD. Thanks
8303         to Joe Marcus Clark <marcus@freebsd.org>
8304         
8305         * shell/eggfindbar.c: (entry_activate_callback),
8306         (entry_changed_callback), (egg_find_bar_init),
8307         (egg_find_bar_set_search_string):
8308         
8309         Made findbar buttons unsensitive if there is no text in
8310         entry. Fix for the bug 313285.
8311
8312 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8313
8314         * ps/ps-document.c: Use g_filename_display_name for displaying
8315         filenames and revert string freeze breackage
8316
8317 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8318
8319         * NEWS:
8320         * configure.ac:
8321
8322         Update for 0.3.4
8323
8324         * shell/Makefile.am:
8325
8326         Add ev-application-service.xml to extra dist
8327
8328         * shell/ev-view.c: (find_page_at_location):
8329
8330         Remove unused function (fix warning)
8331
8332 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8333
8334         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8335         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8336         
8337         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8338         bug 313623.
8339
8340 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8341
8342         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8343         * shell/ev-window.c:
8344         Fix build warnings
8345
8346 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8347
8348         * configure.ac: Update script to get dbus version.
8349         Fix for the bug #313443.
8350
8351 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8352
8353         * shell/ev-window.c: (ev_window_cmd_escape):
8354         
8355         Return focus back to view on escape. Fix for bug 313295.
8356
8357 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8358
8359         * shell/ev-window.c: (update_window_title),
8360         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8361         (ev_window_cmd_save_as):
8362         
8363         Correct conversion from uri to displayable string. Fix for
8364         bug 313296.
8365
8366 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8367
8368         * ps/ps-document.c: convert filename to utf8 when there is an error
8369         loading document. Fixes #309915
8370
8371 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8372
8373         * configure.ac:
8374
8375         We depend on poppler 0.4.0
8376
8377 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8378
8379         * configure.ac:
8380         * NEWS: Release 0.3.3.
8381         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8382
8383 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8384
8385         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8386         add a couple missing mnemonics to menu items, use title 
8387         capitalization for menu items and window titles, and add 
8388         ellipsis to open menu item.     
8389
8390 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8391
8392         * pdf/ev-poppler.cc:
8393         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8394         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8395         (ev_view_get_rotation):
8396         * shell/ev-view.h:
8397         * shell/ev-window.c: (setup_view_from_metadata),
8398         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8399         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8400         disk.
8401
8402 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8403
8404         * configure.ac: Added tr to ALL_LINGUAS
8405
8406 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8407
8408         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8409         requires several clicks to find word. Thanks to 
8410         Colin Slater <kiltedtaco@gmail.com>.
8411
8412 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8413
8414         * data/evince.desktop.in.in: Hide menu entry and
8415         rename it to "Document Viewer". Fix for bug 
8416         #312399.
8417
8418 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8419
8420         * shell/ev-page-action.c (ev_page_action_class_init): 
8421
8422         Point to the correct function in constructor of the
8423         activate_label signal
8424
8425 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8426
8427         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8428         * shell/ev-jobs.h: Make thread safe.
8429
8430 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8431
8432         * shell/ev-view.c: (view_update_range_and_current_page):
8433         Don't update page range if we are scrolling to some document
8434         point.
8435
8436 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8437
8438         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8439         when getting max_page_width, fix drawing in dual mode.
8440
8441 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8442
8443         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8444         getting the area for select_all.
8445
8446 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8447
8448         * backend/ev-selection.c: (ev_selection_render_selection):
8449         * backend/ev-selection.h:
8450         * pdf/ev-poppler.cc:
8451         * shell/ev-jobs.c: (ev_job_render_new):
8452         * shell/ev-jobs.h:
8453         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8454         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8455         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8456         (ev_view_class_init):
8457
8458         Change selection color on focus in and focus out events.  Also,
8459         poppler now uses GdkColor for specifying the selection colors, so
8460         drop some awkward conversion code.
8461
8462 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8463
8464         * configure.ac: Added Hebrew translation
8465
8466 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8467
8468         * NOTES:
8469         * backend/ev-selection.c: (ev_selection_render_selection):
8470         * backend/ev-selection.h:
8471         * pdf/ev-poppler.cc:
8472         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8473         (ev_job_render_run):
8474         * shell/ev-jobs.h:
8475         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8476         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8477         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8478         (ev_pixbuf_cache_style_changed),
8479         (ev_pixbuf_cache_get_selection_pixbuf),
8480         (ev_pixbuf_cache_set_selection_list),
8481         (ev_pixbuf_cache_get_selection_list):
8482         * shell/ev-pixbuf-cache.h:
8483         * shell/ev-utils.c: (ev_print_region_contents):
8484         * shell/ev-utils.h:
8485         * shell/ev-view.c: (ev_view_queue_draw_page),
8486         (selection_update_idle_cb), (ev_view_motion_notify_event),
8487         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8488         (setup_caches), (ev_view_find_next), (merge_selection_region),
8489         (selection_free):
8490         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8491
8492         Clean up selection to be much smoother!
8493
8494 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8495
8496         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8497         to poppler_page_render_selection().
8498
8499 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8500
8501         * ps/ps-document.c: (save_page_list): Use
8502         unzipped document when printing. Thanks to 
8503         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8504         311016.
8505
8506 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8507
8508         * shell/ev-window.c: (update_action_sensitivity):
8509         
8510         Disable print and save respect to lockdown gconf keys. Fix
8511         for 312342.
8512
8513 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8514
8515         * configure.ac:
8516         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8517         (write_to_temp_file), (ev_file_set_contents):
8518         * shell/ev-utils.h:
8519         * shell/ev-window.c: (save_print_config_to_file):
8520         
8521         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8522         Fix for bug 312238
8523
8524 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8525
8526         * shell/ev-window.c: (load_print_config_from_file),
8527         (save_print_config_to_file), (ev_window_print_range):
8528
8529         Persist the print settings. Fixes bug #311578.
8530
8531 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8532
8533         * djvu/djvu-document.c: (djvu_document_get_page_size),
8534         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8535         (djvu_document_thumbnails_get_thumbnail):
8536         * dvi/dvi-document.c: (dvi_document_get_page_size),
8537         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8538         (dvi_document_thumbnails_get_dimensions),
8539         (dvi_document_thumbnails_get_thumbnail):
8540         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8541         (pixbuf_document_render_pixbuf),
8542         (pixbuf_document_document_iface_init),
8543         (pixbuf_document_thumbnails_get_thumbnail):
8544         
8545         Update backends to make them build with new rotation system.
8546
8547 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8548
8549         * help/C/figures/evince_start_window.png:
8550         
8551         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8552
8553 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8554
8555         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8556         * shell/ev-pixbuf-cache.h:
8557         * shell/ev-sidebar-thumbnails.c:
8558         (ev_sidebar_thumbnails_get_property), (add_range),
8559         (adjustment_changed_cb):
8560         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8561         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8562         we were thumbnailing the entire docment on startup, slowing us
8563         down hugely. 
8564
8565 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8566
8567         * shell/ev-page-cache.c: (ev_page_cache_new):
8568         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8569         == 0, fixes #310306.
8570
8571 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8572
8573         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8574         (ev_view_rotate_left):
8575
8576         Account rotation in doc_rect_to_view_rect.
8577         Ensure rotation doesnt go out of bounds.
8578
8579 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8582
8583         Correct and cleanup w/h swapping
8584
8585 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8586
8587         * backend/ev-document-thumbnails.c:
8588         (ev_document_thumbnails_get_thumbnail):
8589         * backend/ev-document-thumbnails.h:
8590         * backend/ev-document.c:
8591         * backend/ev-document.h:
8592         * backend/ev-render-context.c: (ev_render_context_new),
8593         (ev_render_context_set_rotation):
8594         * backend/ev-render-context.h:
8595         * pdf/ev-poppler.cc:
8596         * ps/ps-document.c: (ps_document_document_iface_init):
8597         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8598         * shell/ev-jobs.h:
8599         * shell/ev-page-cache.c: (build_height_to_page),
8600         (ev_page_cache_new), (ev_page_cache_get_size),
8601         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8602         (ev_page_cache_get_height_to_page):
8603         * shell/ev-page-cache.h:
8604         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8605         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8606         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8607         (ev_pixbuf_cache_get_selection_pixbuf):
8608         * shell/ev-pixbuf-cache.h:
8609         * shell/ev-print-job.c: (idle_print_handler):
8610         * shell/ev-sidebar-thumbnails.c: (add_range):
8611         * shell/ev-view.c: (view_update_range_and_current_page),
8612         (get_page_y_offset), (get_page_extents),
8613         (ev_view_size_request_continuous_dual_page),
8614         (ev_view_size_request_continuous),
8615         (ev_view_size_request_dual_page),
8616         (ev_view_size_request_single_page), (draw_one_page),
8617         (ev_view_set_rotation), (ev_view_rotate_right),
8618         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8619         (ev_view_zoom_for_size_continuous_and_dual_page),
8620         (ev_view_zoom_for_size_continuous),
8621         (ev_view_zoom_for_size_dual_page),
8622         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8623         (ev_view_select_all):
8624         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8625         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8626         (tiff_document_document_iface_init),
8627         (tiff_document_thumbnails_get_thumbnail):
8628
8629         Use rotation rather than orientation. It's easier and enough
8630         for our needs.
8631
8632 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8633
8634         * shell/ev-page-cache.c: (build_height_to_page),
8635         (ev_page_cache_new), (ev_page_cache_get_size),
8636         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8637         (ev_page_cache_get_height_to_page):
8638         * shell/ev-page-cache.h:
8639         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8640         (ev_view_size_request_continuous_dual_page),
8641         (ev_view_size_request_continuous),
8642         (ev_view_zoom_for_size_continuous_and_dual_page),
8643         (ev_view_zoom_for_size_continuous):
8644
8645         Make the page cache aware of page orientation.
8646
8647 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8648
8649         * backend/ev-document-thumbnails.c:
8650         (ev_document_thumbnails_get_thumbnail):
8651         * backend/ev-document-thumbnails.h:
8652         * backend/ev-document.c:
8653         * backend/ev-document.h:
8654         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8655         * backend/ev-ps-exporter.h:
8656         * pdf/ev-poppler.cc:
8657         * ps/ps-document.c: (ps_document_document_iface_init),
8658         (ps_document_ps_export_do_page):
8659         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8660         * shell/ev-jobs.h:
8661         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8662         (ev_page_cache_get):
8663         * shell/ev-page-cache.h:
8664         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8665         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8666         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8667         * shell/ev-pixbuf-cache.h:
8668         * shell/ev-print-job.c: (idle_print_handler):
8669         * shell/ev-sidebar-thumbnails.c: (add_range):
8670         * shell/ev-view.c: (view_update_range_and_current_page),
8671         (get_page_extents), (ev_view_size_request_dual_page),
8672         (ev_view_size_request_single_page), (draw_one_page),
8673         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8674         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8675         (ev_view_zoom_for_size_dual_page),
8676         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8677         (ev_view_select_all):
8678         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8679         * tiff/tiff-document.c: (tiff_document_get_page_size),
8680         (tiff_document_get_orientation), (rotate_pixbuf),
8681         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8682         (tiff_document_thumbnails_get_thumbnail),
8683         (tiff_document_ps_export_do_page), (tiff_document_init):
8684
8685         Really make use of the orientation bit of the render context.
8686         Use the render context in a few more places in the backend API.
8687         This regress orientation, but now it's done right. Will try to
8688         fix it up asap...
8689
8690 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8691
8692         * shell/ev-view.c: (ensure_rectangle_is_visible):
8693
8694         Patch by Nickolay V. Shmyrev to fix find flickering
8695
8696 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8697
8698         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8699         duplex parameters to ::begin.
8700
8701         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8702         * shell/ev-print-job.c (idle_print_handler): 
8703         * ps/ps-document.c (ps_document_ps_export_begin): 
8704         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8705         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8706         implementations. Poppler backend needs poppler cvs. Rest has
8707         unchanged behavior.
8708
8709 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8710
8711         * shell/ev-window.c (using_pdf_printer): new function.
8712         (ev_window_print_range): print a less techy message if someone
8713         tries to print to PDF.
8714
8715 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8716
8717         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8718         from "unknown font" string. Bug #311431
8719
8720 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8721
8722         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8723
8724 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8725
8726         Bug #311280
8727         
8728         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8729         name for PopplerFontTypes
8730         (pdf_document_fonts_fill_model): add font type to the detail column
8731
8732         * backend/ev-document-fonts.h: added
8733         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8734
8735         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8736         font name and font details, add a little markup.
8737         (ev_properties_fonts_init): use the new cell data func, specify ypad
8738         property for the cell renderer.
8739         (ev_properties_fonts_set_document): add the details column.
8740
8741 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8742
8743         * configure.ac: Added "pl" to ALL_LINGUAS.
8744
8745 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8746
8747         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8748
8749 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8750
8751         * help/ChangeLog: Started this for translations of manual.
8752         * configure.ac, autogen.sh, .cvsignore: Migrated to
8753         gnome-doc-utils. Patch in bug #311222.
8754
8755 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8756
8757         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8758         #ifdef this away to fix an unused-function warning.
8759
8760 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8761
8762         * configure.ac: Added 'gl' to ALL_LINGUAS.
8763
8764 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8765
8766         * configure.ac: Added ne in ALL_LINGUAS
8767         
8768 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8769
8770         * shell/ev-view.c: (ev_view_leave_notify_event):
8771         
8772         Clear status message when pointer leaves view. Fix for bug
8773         #310818 
8774
8775 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8776
8777         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8778
8779 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8780
8781         * shell/ev-view.c: (ev_view_leave_notify_event),
8782         (ev_view_class_init):
8783         
8784         Set cursor to normal then leaving view.
8785
8786 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8787
8788         * configure.ac:
8789         
8790         Fix required djvulibre version.
8791
8792 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8793
8794         *configure.ac: Hindi (hi) language added
8795
8796 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8797
8798         *configure.ac: Punjabi (pa) Language added
8799
8800 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8801
8802         * data/evince-ui.xml, shell/ev-window.c:
8803         
8804         Add keypad accelerators for zooming. Fix for bug 308128.
8805
8806 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8807
8808         * Makefile.am:
8809         * backend/Makefile.am:
8810         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8811         * configure.ac:
8812         * shell/ev-document-types.c: (ev_document_types_add_filters):
8813
8814         Allow to enable/disable the pixbuf backend.
8815         Default to off for now. If we want it enabled we should
8816         really put mime types in the desktop, implement properties etc.
8817
8818         * properties/evince-properties.c:
8819
8820         Initialize error to NULL.
8821         Check error is not NULL before freeing.
8822
8823 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8824
8825         * shell/ev-window.c:
8826
8827         Use F5 as presentation accell
8828
8829 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8830
8831         * shell/ev-window.c: (update_chrome_visibility),
8832         (ev_window_create_fullscreen_popup), (ev_window_init):
8833
8834         Do not leak the fullscreen toolbar
8835
8836 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8837
8838         * shell/ev-window.c: (view_actions_focus_in_cb),
8839         (view_actions_focus_out_cb):
8840
8841         These has a return value! Fix totally random focus
8842         issues we was seeing.
8843
8844 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8845
8846         * shell/main.c: (load_files_remote):
8847
8848         Allow open more than one file
8849
8850 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8851
8852         * shell/main.c: (load_files_remote):
8853
8854         Fix for dbus 0.33. bug #309975
8855
8856 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8857
8858         * properties/ev-properties-main.c: (ev_properties_get_pages):
8859
8860         Actually return NULL for types we dont support
8861
8862 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8863
8864         * po/POTFILES.in:
8865
8866         Remove empty lines.
8867
8868 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8869
8870         * backend/ev-document-factory.c:
8871         (ev_document_factory_get_document):
8872
8873         Do not try to create the object if type
8874         is invalid.
8875
8876 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8877
8878         * ps/ps-document.c: (ps_document_dispose),
8879         (ps_async_renderer_render_pixbuf):
8880         * ps/ps-document.h:
8881
8882         Do not leak the target window
8883
8884 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8885
8886         * shell/ev-application.c: (ev_application_init):
8887
8888         Let tbe check file existence for us.
8889         Add a comment about eggrecent mime filter.
8890
8891 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8892
8893         * data/evince-ui.xml:
8894         * shell/ev-application.c: (ev_application_shutdown),
8895         (ev_application_init), (ev_application_get_toolbars_model),
8896         (ev_application_get_recent_model),
8897         (ev_application_save_toolbars_model):
8898         * shell/ev-application.h:
8899         * shell/ev-window.c: (ev_window_add_recent),
8900         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8901         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8902         (ev_window_init):
8903
8904         Use common toolbar and recent models for all windows.
8905         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8906
8907 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8908
8909         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8910         successfully check for gtk_icon_view_get_visible_range.
8911
8912 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8913
8914         * djvu/Makefile.am:
8915         * dvi/Makefile.am:
8916         
8917         Fix djvu and dvi backend build.
8918
8919 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8920
8921         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8922         (new_separator_pixbuf):
8923
8924         Don't leak windows.
8925
8926 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8927
8928         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8929
8930         HIGification of toolbar editor dialogue.
8931
8932 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8933
8934         * configure.ac:
8935         * shell/Makefile.am:
8936
8937         Ever build metadata manager since it's just
8938         disabled at runtime now.
8939
8940 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8941
8942         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8943         (ev_metadata_manager_get), (ev_metadata_manager_set):
8944         * shell/ev-metadata-manager.h:
8945
8946         Add an _init functions that enabled metadata management
8947         at runtime.
8948
8949         * shell/ev-window.c: (page_changed_cb),
8950         (setup_document_from_metadata), (ev_window_setup_document),
8951         (setup_view_from_metadata), (ev_window_open_uri),
8952         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8953         (ev_window_run_presentation), (ev_window_stop_presentation),
8954         (save_sizing_mode), (ev_window_zoom_changed_cb),
8955         (ev_window_continuous_changed_cb),
8956         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8957         (window_configure_event_cb):
8958
8959         Remove all ugly metadata define since we deal with it
8960         at runtime now.
8961
8962         * shell/main.c: (load_files_remote), (main):
8963
8964         Add support for dbus cvs head. Hopefully didnt break one
8965         of the other versions now!
8966
8967         If we dont get a response from the dbus server just
8968         give up with it and not enable metadata.
8969
8970 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8971
8972         * Makefile.am:
8973         * backend/Makefile.am:
8974         * configure.ac:
8975         * cut-n-paste/recent-files/Makefile.am:
8976         * cut-n-paste/toolbar-editor/Makefile.am:
8977         * cut-n-paste/zoom-control/Makefile.am:
8978         * lib/Makefile.am:
8979         * pdf/Makefile.am:
8980         * pixbuf/Makefile.am:
8981         * properties/Makefile.am:
8982         * ps/Makefile.am:
8983         * shell/Makefile.am:
8984         * thumbnailer/Makefile.am:
8985         * tiff/Makefile.am:
8986
8987         Make frontends depend on just libev.
8988         Rework and group CFLAGS/LIBS definitions.
8989         Cleanups.
8990
8991 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8992
8993         * shell/ev-window:
8994
8995         do not unnecessarily save zoom
8996
8997         * configure.ac:
8998         * lib/ev-file-helpers.c: (ev_dot_dir):
8999         * shell/Makefile.am:
9000         * shell/dummy.cc:
9001
9002         Some cleanups
9003
9004 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9005
9006         * configure.ac:
9007         
9008         Remove unnecessary dependencies
9009
9010 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9011
9012         * properties/Makefile.am:
9013         * thumbnailer/Makefile.am:
9014         * tiff/Makefile.am:
9015
9016         Some more cleanups. Was really necessary
9017         but I probably introduced bugs, feel free
9018         to flame :)
9019
9020 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9021
9022         * backend/Makefile.am:
9023         * configure.ac:
9024         * cut-n-paste/recent-files/Makefile.am:
9025         * cut-n-paste/toolbar-editor/Makefile.am:
9026         * cut-n-paste/zoom-control/Makefile.am:
9027         * lib/Makefile.am:
9028         * pdf/Makefile.am:
9029         * pixbuf/Makefile.am:
9030         * properties/Makefile.am:
9031         * ps/Makefile.am:
9032         * shell/Makefile.am:
9033         * thumbnailer/Makefile.am:
9034         * tiff/Makefile.am:
9035
9036         Use gnome-common macros when possible.
9037         Cleanup dependencies.
9038         Actually disable deprecated where possible.
9039
9040 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9041
9042         * Makefile.am:
9043         * backend/Makefile.am:
9044         * properties/Makefile.am:
9045         * shell/Makefile.am:
9046         * thumbnailer/Makefile.am:
9047
9048         This should solve the circular dep without
9049         requiring dir reorg!
9050
9051         * shell/ev-window.c: (setup_view_from_metadata):
9052
9053         Never restore window size/position when the
9054         window is already visible.
9055
9056 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9057
9058         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9059
9060         Return a boolean from timeout func. Fix ported from gedit.
9061
9062 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9063
9064         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9065
9066 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9067
9068         * shell/ev-document-types.c: set "All Documents" as default filter in
9069         open dialog
9070
9071 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9072
9073         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9074         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9075         (ev_metadata_manager_set_boolean): fix value/val thinko.
9076
9077 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9078
9079         * shell/ev-window.c: (setup_view_from_metadata),
9080         (window_state_event_cb), (window_configure_event_cb),
9081         (ev_window_init):
9082
9083         Remember window position and maximized state
9084
9085 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9086
9087         * configure.ac:
9088
9089         Fix DBUS configure checks.
9090
9091         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9092         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9093         (ev_metadata_manager_set_boolean):
9094
9095         Plug mem leaks.
9096
9097         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9098         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9099         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9100         (ev_window_continuous_changed_cb),
9101         (ev_window_dual_mode_changed_cb), (ev_window_new):
9102
9103         Fix the build without DBUS.
9104
9105 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9106
9107         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9108         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9109         (ev_metadata_manager_set_string),
9110         (ev_metadata_manager_set_boolean):
9111         * shell/ev-metadata-manager.h:
9112
9113         Add support for some more types
9114
9115         * shell/ev-view.c: (scroll_to_current_page),
9116         (ev_view_get_continuous), (ev_view_set_continuous),
9117         (ev_view_get_dual_page):
9118         * shell/ev-view.h:
9119         * shell/ev-window.c: (page_changed_cb),
9120         (setup_document_from_metadata), (ev_window_setup_document),
9121         (setup_view_from_metadata), (ev_window_open_uri),
9122         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9123         (ev_window_run_presentation), (ev_window_stop_presentation),
9124         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9125         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9126         (ev_window_update_dual_page_action),
9127         (ev_window_continuous_changed_cb),
9128         (ev_window_dual_mode_changed_cb), (ev_window_init):
9129
9130         Remember a bunch of view/document properties. Prolly some
9131         are still missing but it's getting interesting.
9132
9133 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9134
9135         * configure.ac: check if dbus-binding-tool is installed. Not the
9136         case on current Ubuntu breezy, it seems.
9137
9138 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9139
9140         * data/evince.desktop.in.in:
9141         
9142         Allow open uri lists and add TryExec field.
9143
9144 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9145
9146         * configure.ac:
9147
9148         Enable dbus when available, do not require a configure
9149         option.
9150
9151 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9152
9153         * configure.ac:
9154
9155         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9156         disabled.
9157
9158 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9159         Marco Pesenti Gritti  <mpg@redhat.com>
9160
9161         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9162         
9163         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9164         functions to the format required by dbus
9165
9166         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9167         errors. Use the RPC parameters in the expected way
9168
9169 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9170
9171         * Makefile.am:
9172         * properties/Makefile.am:
9173         * properties/ev-properties-main.c: (ev_properties_get_pages):
9174
9175         Support all mime types
9176
9177         * shell/Makefile.am:
9178         * thumbnailer/Makefile.am:
9179         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9180         (evince_thumbnail_pngenc_get):
9181
9182         Use the document factory
9183
9184 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9185
9186         * backend/Makefile.am:
9187         * backend/ev-document-factory.c:
9188         (mime_type_supported_by_gdk_pixbuf),
9189         (ev_document_type_get_from_mime),
9190         (ev_document_factory_get_document),
9191         (ev_document_factory_get_backend),
9192         (ev_document_factory_get_mime_types),
9193         (ev_document_factory_get_all_mime_types):
9194         * backend/ev-document-factory.h:
9195         * shell/Makefile.am:
9196         * shell/ev-document-types.c: (get_document_from_uri),
9197         (ev_document_types_get_document),
9198         (file_filter_add_mime_list_and_free),
9199         (ev_document_types_add_filters):
9200         * shell/ev-document-types.h:
9201         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9202         * shell/ev-properties-dialog.c:
9203         (ev_properties_dialog_set_document):
9204         * shell/ev-window.c: (ev_window_cmd_file_open),
9205         (ev_window_cmd_save_as):
9206         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9207
9208         Rework document types managing to avoid code duplication
9209         and actually abstract from backend implementations.
9210         Also provide a minimal factory api that can be used by
9211         thumbnailer/properties.
9212
9213 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9214
9215         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9216         Plug a mem leak.
9217         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9218         HIG spacings.
9219
9220 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9221
9222         * shell/ev-properties-dialog.c
9223         (ev_properties_dialog_set_document): only call
9224         ev_properties_fonts_set_document() if the document implements the
9225         fonts interface
9226
9227 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9228
9229         * configure.ac:
9230         * properties/Makefile.am:
9231         * properties/ev-properties-view.c:
9232         (ev_properties_view_register_type):
9233         * properties/ev-properties-view.h:
9234         * properties/ev-properties-main.h:
9235
9236         Implement nautilus plugin for properties.
9237         Works only for pdf atm, I need to rework the
9238         document types stuff to get this to work
9239         for all backends...
9240
9241 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9242
9243         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9244         (ev_properties_fonts_set_document): use
9245         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9246
9247 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9248
9249         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9250         them
9251         (PlaceImage, tiff2ps_process_page): use
9252         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9253
9254
9255 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9256
9257         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9258         (main): to call gnome_authentication_manager_init. Should fix
9259         Bug #308510
9260
9261         * configure.ac: that requires libgnomeui 2.6.0.
9262
9263 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9264
9265         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9266         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9267         use the new tiff2ps interfaces
9268
9269         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9270         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9271
9272         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9273         structure instead of global variables.  Remove use of static
9274         variables in functions.
9275
9276 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9277
9278         * shell/ev-page-action.c: unref the completion after setting it to the
9279         entry
9280
9281 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9282
9283         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9284         postscript files
9285
9286 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9287
9288         * shell/ev-window.c (update_action_sensitivity): disable
9289         File->Print if the document does not implement the ps exporter
9290         interface
9291
9292 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9293
9294         * Makefile.am:
9295         * configure.ac:
9296         * data/evince-properties.glade:
9297         * properties/.cvsignore:
9298         * properties/Makefile.am:
9299         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9300         (ev_properties_view_class_init), (ev_properties_view_format_date),
9301         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9302         (ev_properties_view_init), (ev_properties_view_new):
9303         * properties/ev-properties-view.h:
9304         * shell/Makefile.am:
9305         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9306         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9307         (ev_properties_dialog_new):
9308         * shell/ev-properties-dialog.h:
9309         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9310         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9311         (update_progress_label), (job_fonts_finished_cb),
9312         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9313         * shell/ev-properties-fonts.h:
9314         * shell/ev-properties.c:
9315         * shell/ev-properties.h:
9316         * shell/ev-window.c: (ev_window_setup_document),
9317         (ev_window_cmd_file_properties):
9318
9319         Split the properties pages in two different objects, depend
9320         only on the backend where possible, use widgets instead
9321         of gobject for the glade part, reimplement the dialog
9322         itself with gtk.
9323         I need this to implement nautilus properties page.
9324
9325 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9326
9327         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9328         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9329         (tiff_document_document_ps_exporter_iface_init): implement the ps
9330         exporter interface for tiff documents
9331
9332         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9333         libtiff to implement TIFF postscript export
9334
9335         * tiff/tiff2ps.h: added a header file for external tiff2ps
9336         functions.
9337
9338         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9339         tiff2ps.h
9340
9341 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9342
9343         * shell/ev-view.c: (scroll_to_current_page),
9344         (ev_view_set_fullscreen), (ev_view_set_presentation):
9345         
9346         Scroll to current page when exit from presentation
9347
9348 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9349
9350         * shell/ev-window.c: (update_document_mode),
9351         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9352         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9353         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9354         
9355         Exit from fullscreen mode when switch to presentation. Fix for
9356         bug 309365
9357
9358 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9359
9360         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9361         return NULL if the document does not implement the selection
9362         interface.
9363
9364 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9365
9366         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9367         reported height by using the resolution aspect ratio
9368         (tiff_document_render_pixbuf): scale the pixbuf using the
9369         resolution aspect ratio
9370
9371 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9372
9373         * configure.ac:
9374         
9375         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9376         <kiltedaco@gmail.com>
9377         
9378         * djvu/djvu-document.c: (djvu_document_get_orientation),
9379         (djvu_document_set_orientation), (djvu_document_get_page_size),
9380         (rotate_pixbuf), (djvu_document_render_pixbuf),
9381         (djvu_document_document_iface_init):
9382         * dvi/dvi-document.c: (dvi_document_get_orientation),
9383         (dvi_document_set_orientation), (dvi_document_get_page_size),
9384         (rotate_pixbuf), (dvi_document_render_pixbuf),
9385         (dvi_document_document_iface_init):
9386         
9387         Dvi and djvu backends are ported to new API
9388
9389 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9390
9391         * backend/ev-selection.c: (ev_selection_get_selection_region),
9392         (ev_selection_get_selection_map):
9393         * backend/ev-selection.h:
9394         * pdf/ev-poppler.cc:
9395         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9396         * shell/ev-jobs.h:
9397         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9398         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9399         (ev_pixbuf_cache_get_text_mapping):
9400         * shell/ev-pixbuf-cache.h:
9401         * shell/ev-view.c: (location_in_text),
9402         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9403         support to EvView.  Now we can see where we can select!  Sweet!
9404
9405 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9406
9407         * shell/ev-view.c (ev_view_button_press_event): Fix
9408         event->y + view->scroll_x typo.
9409
9410 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9411
9412         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9413         sub-GdkPixbuf instead of passing dest_x and dest_y.
9414         
9415         * shell/ev-view.c: (view_point_to_doc_point),
9416         (view_rect_to_doc_rect), (ev_view_button_press_event),
9417         (ev_view_motion_notify_event), (compute_new_selection_rect),
9418         (gdk_rectangle_point_in), (compute_new_selection_text),
9419         (compute_selections): Update selection code to keep the selection
9420         around as two points and not as a normalized rectangle, and fix
9421         page level selection in two-column mode.
9422
9423 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9424
9425         * shell/ev-window.c: (window_configure_event_cb): 
9426         
9427         Fix compilation
9428         
9429 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9430
9431         * pdf/ev-poppler.cc:
9432
9433         Fix compilation
9434
9435 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9436
9437         * shell/Makefile.am:
9438         * shell/ev-metadata-manager.c: (item_free),
9439         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9440         (parse_value), (parseItem), (load_values),
9441         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9442         (save_values), (save_item), (get_oldest), (resize_items),
9443         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9444         * shell/ev-metadata-manager.h:
9445
9446         Metadata manager from gedit but modified to use GValue, so that
9447         we dont need to keep converting from strings.
9448
9449         * configure.ac:
9450
9451         ENABLE_METADATA conditional, on when dbus is on
9452
9453         * shell/ev-application.c: (ev_application_open_uri):
9454
9455         Show the window after load so that we can initialize
9456         window size before it's showed.
9457
9458         * shell/ev-window.c: (ev_window_setup_from_metadata),
9459         (ev_window_open_uri), (window_configure_event_cb),
9460         (ev_window_init):
9461
9462         Save and load metadata information about window size.
9463         Not yet keeping states in account.
9464
9465         * shell/main.c: (main):
9466
9467         Shutdown metadata manager.
9468
9469 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9470
9471         * shell/ev-application-service.xml:
9472         * configure.ac:
9473         * shell/Makefile.am:
9474         * shell/ev-application.c:
9475         * shell/ev-application.h:
9476         * shell/ev-window.c:
9477         * shell/ev-window.h:
9478         * shell/main.c:
9479
9480         Add an optional dbus interface (--enable-dbus).
9481         Rework application code, mainly to be easier to
9482         use "remotely".
9483         Do not open multiple windows with the same document,
9484         spatial evince!
9485
9486 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9487
9488         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9489         pixbuf iff it exists.
9490
9491 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9492
9493         * shell/*:
9494         * backend/ev-render-context.[ch]:
9495         * backend/ev-selection.[ch]:
9496
9497         Massive changes.  We now support text selection of pdfs, and not
9498         just rectangular selection.  This is pretty broken still, but I
9499         want to get something into CVS.
9500
9501 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9502
9503         * pdf/ev-poppler.cc:
9504         
9505         Fix for Bug 309080: crash on window close.
9506         
9507         * shell/ev-page-action.c: (page_changed_cb):
9508         
9509         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9510         jensgr@gmx.net (Jens Granseuer).
9511
9512 2005-06-25  Marcel Telka  <marcel@telka.sk>
9513
9514         * configure.in (ALL_LINGUAS): Added sk.
9515
9516 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9517
9518         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9519         not a document open
9520
9521 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9522
9523         * NEWS:
9524         * configure.ac:
9525
9526         Release 0.3.2
9527
9528         * cut-n-paste/recent-files/Makefile.am:
9529
9530         Fix make distcheck
9531
9532 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9533
9534         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9535         (pixbuf_document_set_orientation), (rotate_pixbuf),
9536         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9537         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9538
9539         Implement rotation and cleanup the code a bit.
9540
9541         * tiff/tiff-document.c: (tiff_document_get_page_size),
9542         (tiff_document_get_orientation), (tiff_document_set_orientation),
9543         (rotate_pixbuf), (tiff_document_render_pixbuf),
9544         (tiff_document_document_iface_init), (tiff_document_init):
9545
9546         Implement rotation. Was the quicker solution for the release
9547         but we really need to share this code in the shell.
9548
9549 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9550
9551         * pdf/ev-poppler.cc:
9552
9553         Enable rotation, require poppler cvs. Fix a leak.
9554
9555 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9556
9557         * shell/ev-window.c: (update_action_sensitivity):
9558         
9559         Make properties unsensitive if document backend doesn't provide
9560         any info
9561
9562 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9563
9564         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9565         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9566         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9567         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9568         (bitmap_flip_rotate_counter_clockwise):
9569         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9570         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9571         (buff_gets):
9572         * dvi/mdvi-lib/common.h:
9573         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9574         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9575         (opendvi), (mdvi_reload), (mdvi_init_context),
9576         (mdvi_destroy_context), (mdvi_dopage), (special):
9577         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9578         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9579         (file_hash_free), (register_encoding), (parse_spec),
9580         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9581         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9582         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9583         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9584         (mdvi_register_font_type), (mdvi_unregister_font_type),
9585         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9586         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9587         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9588         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9589         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9590         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9591         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9592         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9593         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9594         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9595         (mdvi_unregister_special), (mdvi_flush_specials):
9596         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9597         (t1_font_remove):
9598         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9599         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9600         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9601         (free_font_metrics), (flush_font_metrics):
9602         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9603         (tt_font_remove):
9604         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9605         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9606         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9607         (dstring_insert), (dstring_new), (dstring_reset):
9608         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9609         
9610         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9611         avoid conflict with libtool on FC4
9612         
9613         * shell/ev-window.c: (ev_window_cmd_help_about):
9614         
9615         Update copyright year. Fix for bug 308828.
9616
9617 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9618
9619         * shell/ev-view.c: (add_scroll_binding_keypad),
9620         (ev_view_binding_activated), (ev_view_class_init),
9621         (on_adjustment_value_changed):
9622         
9623         Bug 170874: Arrow keys switch pages in presentation mode
9624
9625 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9626
9627         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9628         
9629         Fix for Bug 308265: Sidebar dissappears coming out of 
9630         Presentation mode
9631
9632 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9633
9634         * shell/ev-application.c: (ev_application_open):
9635         * shell/ev-document-types.c: (ev_document_types_add_filters),
9636         (ev_document_types_add_filters_for_type):
9637         * shell/ev-document-types.h:
9638         * shell/ev-window.c: (ev_window_cmd_save_as):
9639         
9640         Suggest basename as template when saving, provide filters
9641         for save dialog. It's bug 308402
9642
9643 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9644
9645         * pdf/ev-poppler.cc:
9646         * shell/ev-sidebar-links.c: (job_finished_callback):
9647         * shell/ev-view.c: (update_find_status_message):
9648         
9649         Some leaks fixed
9650
9651 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9652
9653         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9654         (egg_recent_view_uimanager_set_list):
9655
9656         Fix buglet in !show_numbers case.
9657
9658 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9659
9660         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9661         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9662
9663         Use pango ellipsisation.
9664
9665         * pdf/ev-poppler.cc:
9666
9667         Fix refcount leak, from nsh.
9668
9669 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9670
9671         * cut-n-paste/recent-files/Makefile.am:
9672         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9673         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9674         
9675         Removed EggRecentViewGtk
9676         
9677         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9678         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9679         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9680         (ev_window_setup_recent):
9681         
9682         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9683         with other projects
9684
9685 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9686
9687         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9688         (egg_recent_view_gtk_finalize):
9689
9690         Fix memory leak
9691
9692         * cut-n-paste/toolbar-editor/Makefile.am:
9693         
9694         Fix location of cursor icon.
9695         
9696         * pdf/ev-poppler.cc:
9697         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9698         (display_completion_text), (match_completion):
9699         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9700         (selection_changed_callback), (create_loading_model),
9701         (print_section_cb), (links_page_num_func),
9702         (update_page_callback_foreach):
9703         * shell/ev-window.c: (ev_window_dispose):
9704         
9705         Small memory fixes. Links model now store objects instead
9706         of pointers to improve memory management. 
9707
9708 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9709
9710         * shell/ev-window.c: (zoom_control_changed_cb):
9711         
9712         Fix update of zoom control (bug 308268).
9713
9714 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9715
9716         * shell/ev-properties.c (set_property): escape the text correctly.
9717         Handles non-UTF-8 properties and escaped properties.  Also, sets
9718         the text to "<i>None</i>" if the property isn't set.
9719
9720         * data/evince-properties.glade: Change the label to be ellipsized,
9721         and give it a minimum size.
9722
9723 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9724
9725         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9726         * shell/ev-sidebar-links.c: (create_loading_model):
9727         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9728         * shell/ev-view.c: (ev_view_set_document):
9729         * shell/ev-window.c: (ev_window_dispose):
9730         
9731         Various small fixes, mostly memory leaks. Thanks to valgrind.
9732
9733 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9734
9735         * ps/ps-document.c: remove the locale.h include again ;-). And
9736         kill the (bogus) setlocale/savelocale business.
9737
9738 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9739
9740         * ps/ps-document.c:
9741         
9742         Include locale.h to fix build
9743         
9744         * shell/ev-sidebar.c:
9745         
9746         Remove unnecessary includes
9747
9748 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9749
9750         * dvi/dvi-document.c: (dvi_document_load):
9751         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9752         * po/POTFILES.in:
9753         
9754         Check for incorrect dvi files. Fix parsing dvi on AMD64
9755         platform. Thanks to tester@tester.ca (Olivier Crete).
9756
9757 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9758
9759         * shell/ev-page-action.c: (match_selected_cb),
9760         (display_completion_text), (match_completion), (update_model):
9761         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9762         (expand_open_links):
9763         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9764         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9765         (ev_sidebar_set_document):
9766         * shell/ev-window.c: (ev_window_xfer_job_cb),
9767         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9768         
9769         Fixed lot's of memory leaks, for example, memory leak on reload, 
9770         described in bug 307793.
9771
9772 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9773
9774         * pdf/ev-poppler.cc:
9775         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9776         (update_visible_range), (adjustment_changed_cb),
9777         (ev_sidebar_thumbnails_fill_model),
9778         (ev_sidebar_thumbnails_refresh),
9779         (ev_sidebar_tree_selection_changed),
9780         (ev_sidebar_icon_selection_changed),
9781         (ev_sidebar_thumbnails_use_icon_view),
9782         (ev_sidebar_thumbnails_set_document):
9783         * shell/ev-sidebar-thumbnails.h:
9784         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9785         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9786
9787         Refresh thumbnails when changing orientation. Not fully
9788         working yet becuase of a sidebar bug.
9789
9790         Set page orientation to poppler page everywhere. This sucks
9791         really need to fix poppler.
9792
9793 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9794
9795         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9796         (egg_recent_view_gtk_new_menu_item),
9797         (egg_recent_view_gtk_set_property),
9798         (egg_recent_view_gtk_get_property),
9799         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9800         (egg_recent_view_gtk_set_tooltip_func),
9801         (egg_recent_view_gtk_set_label_width),
9802         (egg_recent_view_gtk_get_label_width):
9803         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9804
9805         Sync with libegg (ellipsize labels)
9806
9807 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9808
9809         * data/evince-ui.xml:
9810         * shell/ev-window.c: (ev_window_cmd_go_forward),
9811         (ev_window_cmd_go_backward):
9812         
9813         Shift + PageUp moves 10 Pages. Fix for 306125
9814
9815 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9816
9817         * pdf/ev-poppler.cc:
9818
9819         Add a flag to check if orientation has been overriden
9820
9821 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9822
9823         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9824         field if necessary.
9825
9826         * ps/ps.h: add creator field to document.
9827
9828         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9829         set creator field.
9830
9831 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9832
9833         * data/evince-properties.glade:
9834         * shell/ev-properties.c: (ev_properties_set_document):
9835
9836         s/PDF Version/Format
9837
9838 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9839
9840         * shell/ev-properties.c: (ev_properties_set_document):
9841
9842         Remove unnecessary translations
9843
9844 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9845
9846         * cut-n-paste/toolbar-editor/Makefile.am:
9847
9848         Correct library name    
9849
9850 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9851
9852         * configure.ac:
9853         * cut-n-paste/recent-files/egg-recent-model.c:
9854         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9855         (egg_recent_model_unlock_file):
9856         * cut-n-paste/recent-files/egg-recent-util.c:
9857         (egg_recent_util_get_unique_id):
9858         * cut-n-paste/recent-files/update-from-egg.sh:
9859         * cut-n-paste/toolbar-editor/Makefile.am:
9860         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9861         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9862         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9863         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9864         (egg_toolbars_model_get_type):
9865         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9866
9867         Better makefile for toolbar editor and update everything
9868         to latest libegg.
9869
9870 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9871
9872         * shell/ev-window.c: (update_document_mode):
9873
9874         Prefer presentation mode when the document
9875         require fullscreen.
9876
9877 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9878
9879         * data/evince-ui.xml:
9880         * shell/ev-window.c:
9881
9882         Add control-equal for zooming
9883
9884 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9885
9886         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9887
9888 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9889
9890         * backend/ev-document.c: (ev_document_get_orientation):
9891         * backend/ev-document.h:
9892         * pdf/ev-poppler.cc:
9893         * ps/ps-document.c: (ps_document_get_orientation),
9894         (ps_document_set_orientation), (ps_document_document_iface_init):
9895
9896         Add a get_orientation api. Improve set_orientation.
9897
9898         * data/evince-ui.xml:
9899         * shell/ev-view.c: (ev_view_set_orientation),
9900         (ev_view_rotate_right), (ev_view_rotate_left):
9901         * shell/ev-view.h:
9902         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9903         (ev_window_cmd_edit_rotate_right):
9904
9905         Better ui for changing document orientation
9906
9907 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9908
9909         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9910         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9911         * shell/ev-sidebar-links.h:
9912         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9913         (ev_sidebar_page_iface_init):
9914         * shell/ev-sidebar-page.h:
9915         * shell/ev-sidebar-thumbnails.c:
9916         (ev_sidebar_thumbnails_get_property),
9917         (ev_sidebar_thumbnails_class_init),
9918         (ev_sidebar_thumbnails_set_document):
9919         * shell/ev-sidebar-thumbnails.h:
9920         * shell/ev-view.c: (ev_view_motion_notify_event):
9921         * shell/ev-window.c: (update_chrome_visibility),
9922         (ev_window_cmd_focus_page_selector),
9923         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9924         (sidebar_page_main_widget_update_cb), (ev_window_init):
9925         
9926         Autoraise toolbar on GoToPage binding and fix bindings in
9927         EvSidebarThumbnails page.
9928
9929 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9930
9931         * shell/ev-properties.c: (update_progress_label):
9932
9933         Hide the progress label when finished; bug #307697.
9934
9935 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9936
9937         * pdf/ev-poppler.cc:
9938
9939         Enable is_open for links, you will need poppler cvs
9940
9941         * shell/ev-properties.c: (job_fonts_finished_cb):
9942
9943         Get a lock on the document when filling the tree view
9944
9945 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9946
9947         * backend/ev-document-links.h:
9948         * pdf/ev-poppler.cc:
9949         * shell/ev-sidebar-links.c: (create_loading_model),
9950         (expand_open_links), (job_finished_callback):
9951
9952         Expand links when specified by the document.
9953         Depend on a poppler api (defined out for now)
9954
9955 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9956
9957         * shell/ev-properties.c: (ev_properties_dispose),
9958         (ev_properties_class_init), (dialog_destroy_cb),
9959         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9960         (ev_properties_set_document), (ev_properties_new),
9961         (ev_properties_show):
9962         * shell/ev-properties.h:
9963
9964         Make it an object, cleanup the code, api to show it as transient
9965         and to set the document.
9966
9967         * shell/ev-window.c: (ev_window_setup_document),
9968         (ev_window_cmd_file_properties):
9969
9970         Adapt to EvProperties changes, do not show multiple
9971         times, update it when document changes.
9972
9973 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9974
9975         * ps/gstypes.h:
9976         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9977         (ps_document_set_orientation), (ps_document_document_iface_init):
9978         * ps/ps-document.h:
9979
9980         Implement orientation here too
9981
9982         * shell/ev-properties.c: (ev_properties_new):
9983         * data/evince-properties.glade:
9984
9985         Hide the fonts page for backends that doesnt
9986         support it.     
9987
9988 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9989
9990         * backend/ev-document.c: (ev_document_set_orientation):
9991         * backend/ev-document.h:
9992         * pdf/ev-poppler.cc:
9993
9994         Add orientation api. Currently poppler api is not optimal,
9995         we need to set orientation every time we _get a page.
9996         I will try to fix that at some point.
9997
9998         * data/evince-ui.xml:
9999         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10000         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10001
10002         Add orientation menu items
10003
10004         * shell/ev-page-cache.c: (ev_page_cache_clear):
10005         * shell/ev-page-cache.h:
10006
10007         Add api to clear the cache
10008
10009         * shell/ev-view.c: (setup_caches), (clear_caches),
10010         (ev_view_set_document), (ev_view_zoom_out),
10011         (ev_view_set_orientation):
10012         * shell/ev-view.h:
10013
10014         Implement orientation changing
10015
10016 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10017
10018         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10019         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10020         * backend/ev-document-fonts.h:
10021
10022         Separate scan and fill so that we can incrementally fill from
10023         the main thread. Add a progress api.
10024
10025         * data/evince-properties.glade:
10026         * pdf/ev-poppler.cc:
10027         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10028         * shell/ev-jobs.h:
10029         * shell/ev-properties.c: (update_progress_label),
10030         (job_fonts_finished_cb), (setup_fonts_view):
10031
10032         Incrementally feel the list and show the progress
10033         percentage in a label like acrobat does.
10034
10035         You are going to need poppler cvs
10036
10037 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10038
10039         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10040         * backend/ev-document-fonts.h:
10041         * pdf/ev-poppler.cc:
10042
10043         Make fonts model fill incrementally.
10044
10045         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10046         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10047         (ev_job_queue_remove_job):
10048         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10049         (ev_job_fonts_new), (ev_job_fonts_run):
10050         * shell/ev-jobs.h:
10051
10052         New job for fonts scanning
10053
10054         * shell/ev-properties.c: (job_fonts_finished_cb),
10055         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10056         * shell/ev-properties.h:
10057         * shell/ev-window.c: (ev_window_cmd_file_properties):
10058
10059         Incrementally feel the treeview using the new job. Show Loading...
10060         message until scanning is completed.
10061
10062         Hopefully I didnt break the build without the poppler patch.
10063
10064 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10065
10066         * shell/ev-application.c: (ev_application_open):
10067         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10068         (ev_document_type_get_type), (ev_document_type_lookup):
10069         * shell/ev-document-types.h:
10070         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10071         * shell/ev-job-xfer.h:
10072         * shell/ev-window.c: (ev_window_clear_local_uri),
10073         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10074         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10075         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10076         
10077         Transfer remote documents to tmp directory to display them later.
10078
10079 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10080
10081         * backend/ev-document-info.h:
10082         * shell/ev-properties.c: (ev_properties_new):
10083
10084         s/GTime*/GTime. Not sure why we was using a pointer
10085         at all there!
10086
10087 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10088
10089         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10090         situations.  That situation is that you're using GTK+-HEAD with
10091         the patch at #306726 is applied, and you have a document with <
10092         1500 pages in it.  It's not quite as uniformly nice as the
10093         TreeView, but should be better in the long run.
10094
10095         I'm pretty sure I guarded against breaking compilation with
10096         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10097         I missed some.
10098
10099         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10100         widget yet, so I commented that code out
10101         enable_view_actions_for_widget() for now.  Need to figure this
10102         out.
10103
10104         * shell/ev-page-action.c (match_selected_cb): emit the right
10105         signals.  Our cool C-l completion now works.
10106
10107 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10108
10109         * backend/Makefile.am:
10110         * backend/ev-document-fonts.c:
10111         * backend/ev-document-links.c:
10112         * backend/ev-document.c: (ev_document_load):
10113         * backend/ev-document.h:
10114         * backend/ev-job-queue.c:
10115         * backend/ev-job-queue.h:
10116         * backend/ev-jobs.c:
10117         * backend/ev-jobs.h:
10118         * backend/ev-page-cache.c:
10119         * backend/ev-page-cache.h:
10120
10121         EvPageCache and EvJobs are moved to shell.
10122
10123         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10124         (ev_tmp_filename):
10125         * lib/ev-file-helpers.h:
10126         
10127         New helper to work with temporary files
10128         
10129         * shell/Makefile.am:
10130         * shell/ev-application.c: (ev_application_open):
10131         * shell/ev-application.h:
10132         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10133         (remove_job_from_async_queue), (add_job_to_async_queue),
10134         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10135         (handle_job), (search_for_jobs_unlocked),
10136         (no_jobs_available_unlocked), (ev_render_thread),
10137         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10138         (ev_job_queue_add_job), (move_job_async), (move_job),
10139         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10140         * shell/ev-job-queue.h:
10141         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10142         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10143         * shell/ev-job-xfer.h:
10144         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10145         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10146         (ev_job_links_class_init), (ev_job_render_init),
10147         (ev_job_render_dispose), (ev_job_render_class_init),
10148         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10149         (ev_job_thumbnail_class_init), (ev_job_load_init),
10150         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10151         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10152         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10153         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10154         * shell/ev-jobs.h:
10155         * shell/ev-page-action.c: (ev_page_action_set_document):
10156         * shell/ev-page-cache.c: (ev_page_cache_init),
10157         (ev_page_cache_class_init), (ev_page_cache_finalize),
10158         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10159         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10160         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10161         (ev_page_cache_get_title), (ev_page_cache_get_size),
10162         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10163         (ev_page_cache_get_height_to_page),
10164         (ev_page_cache_get_max_label_chars),
10165         (ev_page_cache_get_page_label),
10166         (ev_page_cache_has_nonnumeric_page_labels),
10167         (ev_page_cache_get_info), (ev_page_cache_next_page),
10168         (ev_page_cache_prev_page), (ev_page_cache_get):
10169         * shell/ev-page-cache.h:
10170         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10171         (ev_pixbuf_cache_clear_job_sizes),
10172         (ev_pixbuf_cache_add_jobs_if_needed),
10173         (ev_pixbuf_cache_set_page_range):
10174         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10175         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10176         * shell/ev-sidebar-thumbnails.c:
10177         (ev_sidebar_tree_selection_changed),
10178         (ev_sidebar_thumbnails_set_document):
10179         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10180         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10181         (ev_statusbar_get_context_id), (ev_statusbar_push),
10182         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10183         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10184         (ev_statusbar_set_progress):
10185         * shell/ev-statusbar.h:
10186         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10187         (ev_view_find_previous):
10188         * shell/ev-window.c: (ev_window_is_empty),
10189         (ev_window_setup_document), (password_dialog_response),
10190         (ev_window_clear_jobs), (ev_window_load_job_cb),
10191         (ev_window_xfer_job_cb), (ev_window_open_uri),
10192         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10193         (ev_window_print), (ev_window_print_range),
10194         (ev_window_state_event), (ev_window_cmd_view_reload),
10195         (menu_item_select_cb), (menu_item_deselect_cb),
10196         (view_status_changed_cb), (ev_window_dispose),
10197         (drag_data_received_cb), (ev_window_init):
10198         * shell/ev-window.h:
10199         * shell/main.c: (load_files):
10200         
10201         New statusbar to show progress on idle. Two new jobs - 
10202         xfer job and load job to load document in background. And update
10203         of page_cache clients to new location of code.
10204
10205 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10206
10207         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10208         selection in open dialog. It also remembers the last visited directory 
10209         in the current session.
10210
10211 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10212
10213         * shell/ev-properties.c: (ev_properties_new):
10214         * shell/ev-properties.h:
10215         * shell/ev-window.c: (ev_window_cmd_file_properties):
10216         
10217         Get document info from page cache instead of document itself.
10218         This should fix crash related to race conditions described in
10219         bug 306545.
10220
10221 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10222
10223         * ps/ps-document.c: (ps_document_init),
10224         (send_ps), (get_page_box), (output), (catchPipe), (input),
10225         (stop_interpreter), (file_length), (file_readable),
10226         (check_filecompressedb), (ps_document_enable_interpreter),
10227         (document_load), (ps_async_renderer_render_pixbuf):
10228         * ps/ps-document.h:
10229
10230         Big cleanup of the ps code
10231
10232 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10233
10234         * backend/Makefile.am:
10235         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10236         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10237         * backend/ev-async-renderer.h:
10238
10239         Add an async renderer interface (method + callback) which
10240         is useful for backends like ps.
10241
10242         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10243         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10244         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10245         (ev_job_queue_add_job), (move_job_async), (move_job),
10246         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10247
10248         Add queues for async renderer, these are executed on the
10249         main thread.
10250
10251         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10252         (ev_job_render_run):
10253         * backend/ev-jobs.h:
10254
10255         If the backend support async renderer interface use it.
10256
10257         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10258         (setup_pixmap), (ps_document_get_type),
10259         (ps_async_renderer_render_pixbuf),
10260         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10261
10262         Implement async renderer interface.
10263
10264 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10265
10266         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10267
10268         Cleanup links job on exit.
10269
10270 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10271
10272         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10273         (drag_data_get_cb), (drag_data_received_cb):
10274         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10275         (drag_data_get_cb), (parse_item_list),
10276         (egg_toolbar_editor_load_actions):
10277         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10278         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10279         (parse_item_list), (parse_toolbars):
10280         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10281         (dvi_pixbuf_put_pixel):
10282         
10283         Fix gcc 4.0 warnings
10284
10285 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10286
10287         * ps/ps-document.c: (start_interpreter):
10288
10289         Fix warning when loading ps
10290
10291 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10292
10293         * ps/ps-document.c: (output):
10294
10295         Fix crash when priting gs error messages.
10296
10297 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10298
10299         * backend/ev-page-cache.c: (_ev_page_cache_new):
10300         * backend/ev-page-cache.h:
10301
10302         Use a const to return title so that we dont double
10303         free it. Small cleanup and fix a leak.
10304
10305         * shell/ev-window.c: (update_window_title):
10306
10307         strdup value from get_title.
10308
10309 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10310
10311         * shell/ev-sidebar-links.c: (job_finished_callback),
10312         (ev_sidebar_links_set_document):
10313
10314         Cleanup the old job when changing document
10315
10316 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10317
10318         * shell/ev-stock-icons.c:
10319         * shell/ev-stock-icons.h:
10320         * shell/ev-window.c:
10321         
10322         Add stock icons for actions that can appear in toolbar. Fix for
10323         bug 306566.
10324
10325 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10326
10327         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10328         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10329         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10330         * backend/ev-page-cache.h:
10331         * shell/ev-view.c: (scroll_to_current_page),
10332         (view_update_range_and_current_page), (get_page_y_offset),
10333         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10334         (ev_view_size_request_continuous),
10335         (ev_view_zoom_for_size_continuous_and_dual_page),
10336         (ev_view_zoom_for_size_continuous):
10337         
10338         More compact EvView layout in document with pages of different size.
10339
10340 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10341
10342         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10343         compilation.
10344
10345 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10346
10347         * shell/ev-view.c: (view_set_adjustment_values):
10348         * shell/ev-window.c: (ev_window_cmd_file_properties):
10349         
10350         A bit different fix for rounding problem but it has no
10351         problems on startup. Make properties window transient to parent.
10352
10353 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10354
10355         * pdf/ev-poppler.cc:
10356         
10357         More commenting of font stuff.
10358
10359 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10360
10361         * pdf/ev-poppler.cc:
10362
10363         Comment out some more fonts stuff. Should really
10364         work without the poppler patch now.
10365
10366 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10367
10368         * pdf/ev-poppler.cc:
10369
10370         Adapt to api change
10371
10372 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10373
10374         * data/evince-properties.glade:
10375         * pdf/ev-poppler.cc:
10376         * shell/ev-properties.c: (setup_fonts_view):
10377
10378         Set the column title. Show the dialog only
10379         once everything is setup.
10380         Getting font info can be very slow... will
10381         prolly need to make this threaded too.
10382
10383 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10384
10385         * backend/Makefile.am:
10386         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10387         (ev_document_fonts_get_fonts_model):
10388         * backend/ev-document-fonts.h:
10389         * data/evince-properties.glade:
10390         * pdf/ev-poppler.cc:
10391         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10392         * shell/ev-properties.h:
10393         * shell/ev-window.c: (ev_window_cmd_file_properties):
10394
10395         Implement fonts list. Defined out for now, since it depends
10396         on a not yet committed poppler patch.
10397
10398 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10399
10400         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10401         page + 1.
10402
10403         * shell/ev-window.c: Make sure we add the timeout when we get a
10404         focus-in event.
10405
10406         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10407         adjustment->value before calculating the zoom factor to average
10408         out all of our rounding errors.  The page no longer 'drifts' when
10409         resizing.
10410
10411 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10412
10413         * data/evince-properties.glade:
10414         * shell/ev-properties.c: (ev_properties_format_date),
10415         (set_property):
10416         
10417         Labels don't expand when the dialogue is resized.
10418         strftime result needs to be converted to UTF-8. Thanks
10419         to Christian Persch <chpe@gnome.org>.
10420
10421 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10422
10423         * data/evince-properties.glade:
10424
10425         Hide the fonts tab
10426
10427 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10428
10429         * backend/ev-document-info.h:
10430         * backend/ev-document.c: (ev_document_info_free):
10431         * data/evince-properties.glade:
10432         * pdf/ev-poppler.cc:
10433         * ps/ps-document.c: (ps_document_get_info):
10434         * shell/ev-properties.c: (ev_properties_format_date),
10435         (set_property), (ev_properties_new):
10436         * shell/ev-properties.h:
10437         * shell/ev-window.c: (ev_window_cmd_file_properties):
10438
10439         Rework properties code to take only EvPropertyInfo
10440         in the constructor so that it can be useful for
10441         nautilus plugin too.
10442
10443         Deal with backends that doesnt support some properties.
10444         Make set property code generic.
10445
10446 2005-06-04  Christian Persch <chpe@gnome.org>
10447
10448         * data/evince-properties.glade:
10449
10450         fix spacings, make resizeable, and make data labels
10451         selectable + ellipsised
10452
10453 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10454
10455         * backend/ev-document-info.h:
10456         * data/Makefile.am:
10457         * data/evince-ui.xml:
10458         * pdf/ev-poppler.cc:
10459         * shell/Makefile.am:
10460         * shell/ev-window.c: (update_action_sensitivity),
10461         (ev_window_cmd_file_properties):
10462
10463         Initial go at file properties. Patch by
10464         Emil Soleyman-Zomalan <emil@soleyman.com>.
10465         Needs love see #169583
10466
10467 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10468
10469         * ps/ps-document.c: (output):
10470         * ps/ps.c: (psscan):
10471
10472         Try to render even if psscan fails.
10473
10474 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10475
10476         * ps/ps.c: (psscan), (pscopydoc):
10477
10478         Port buffered reading code from gv
10479
10480 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10481
10482         * ps/ps-document.c: (interpreter_message), (output):
10483
10484         Do not fail on interpreter messages
10485
10486 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10487
10488         * backend/ev-document-misc.c:
10489         (ev_document_misc_get_thumbnail_frame):
10490
10491         Pages can be 0 x 0, dont assert on this case
10492
10493 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10494
10495         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10496         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10497
10498         Correctly manage our reference on document. Finally the reload
10499         huge leak is gone...
10500
10501 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * ps/ps-document.c: (ps_document_dispose):
10504
10505         Forgot to chain it to the parent. Thanks chpe.
10506
10507 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10508
10509         * ps/ps-document.c: (ps_document_dispose),
10510         (ps_document_class_init), (stop_interpreter), (document_load):
10511
10512         Cleanup dispose a bit. Dont leak the whole pixmap.
10513
10514 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10515
10516         * pdf/ev-poppler.cc:
10517
10518         Release the poppler document on dispose
10519
10520 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10521
10522         * shell/ev-view.c: (ev_view_set_document):
10523
10524         Release ref on the pixbuf cache when changing
10525         document.
10526
10527 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10528
10529         * ps/ps-document.c: (ps_document_get_info):
10530
10531         Fix a double free
10532
10533 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10534
10535         * backend/ev-page-cache.c: (ev_page_cache_init),
10536         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10537         * backend/ev-page-cache.h:
10538         * shell/ev-page-action.c: (page_changed_cb):
10539         
10540         Set page action entry width depending on labels width. Fix
10541         for bug 305202.
10542
10543 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10544
10545         * backend/ev-link.c: (ev_link_class_init):
10546
10547         Allow -1 as page value (error)
10548
10549 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10550
10551         * shell/ev-sidebar-thumbnails.c:
10552         (ev_sidebar_thumbnails_set_document):
10553         * shell/ev-view.c: (scroll_to_current_page),
10554         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10555         (page_changed_cb), (on_adjustment_value_changed),
10556         (ev_view_set_document):
10557
10558         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10559         Fix bug 305377
10560
10561 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10562
10563         * configure.ac:
10564         * djvu/djvu-document.c: (djvu_document_get_page_size):
10565
10566         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10567         bug 301993.
10568
10569 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10570
10571         * shell/ev-view.c (draw_one_page): modify the expose handling to
10572         get the shadows.
10573
10574         * shell/ev-window.c (update_action_sensitivity): Respect
10575         permissions field.  Kowtow to the man.
10576
10577         * pdf/ev-poppler.cc: Get the permissions field.
10578
10579         * tiff/*c: Make a tiny bit more robust.
10580
10581 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10582
10583         * djvu/djvu-document.c:
10584         
10585         Pop messages from djvu context message queue.
10586
10587 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10588
10589         * configure.ac, Makefile.am, shell/Makefile.am:
10590         * tiff/Makefile.am, shell/ev-document-types.c:
10591         
10592         Cleanup tiff configure checks. Fix for bug 305218.
10593
10594 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10595
10596         * configure.ac: Added "uk" to ALL_LINGUAS.
10597
10598 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10599
10600         * cut-n-paste/zoom-control/ephy-zoom.c:
10601         (ephy_zoom_get_changed_zoom_level):
10602         * cut-n-paste/zoom-control/ephy-zoom.h:
10603         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10604         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10605         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10606         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10607         (zoom_control_changed_cb), (ev_window_init):
10608         
10609         Fix minor points related to moving best fit up. Introduce
10610         "zoom" property and make zoom control change it's value on
10611         notify::zoom signals. Fix for 305080.
10612
10613 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10614
10615         * data/evince-ui.xml:
10616         * shell/ev-window.c: (set_view_actions_sensitivity):
10617         
10618         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10619
10620 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10621
10622         * configure.ac:
10623
10624         Depends on poppler 0.3.2
10625
10626 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10627
10628         * cut-n-paste/recent-files/egg-recent-item.c:
10629         (egg_recent_item_get_short_name):
10630         * cut-n-paste/toolbar-editor/Makefile.am:
10631         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10632         (new_pixbuf_from_widget):
10633         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10634         * cut-n-paste/toolbar-editor/egg-marshal.c:
10635         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10636         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10637
10638         Sync
10639
10640 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10641
10642         * tiff/tiff-document.c: Rough TIFF backend.
10643
10644 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10645
10646         * NEWS:
10647         * configure.ac:
10648         * cut-n-paste/toolbar-editor/Makefile.am:
10649
10650         Release 0.3.1
10651
10652 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10653
10654         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10655         (ev_view_find_next), (ev_view_find_previous):
10656
10657         Remove the locks around get_n_results   
10658
10659 2005-05-21  Juerg Billeter  <j@bitron.ch>
10660
10661         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10662
10663         Pass correct number of pages to poppler.
10664
10665 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10666
10667         * configure.ac:
10668         * data/Makefile.am:
10669         * data/evince.desktop.in: 
10670         * data/evince.desktop.in.in:
10671         * po/POTFILES.in:
10672         
10673         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10674
10675 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10676
10677         * shell/ev-view.c: (view_update_adjustments),
10678         (view_set_adjustment_values): cast adjustmen->value to (int)
10679         before using it.  Otherwise, we get off by a pixel in some
10680         situations.
10681
10682         (draw_one_page): Draw the border on expose.
10683
10684 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10685
10686         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10687         adjustment when the mode changes, #304923
10688
10689 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10690
10691         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10692         flickering on resize but still use gdk_window_scroll on
10693         scrolling
10694
10695 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10696
10697         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10698         option, #170458
10699
10700 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10701
10702         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10703         second page on page_changed if possible, #304669
10704
10705 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10706
10707         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10708         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10709
10710 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10711
10712         * .cvsignore:
10713         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10714         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10715         (ev_view_zoom_for_size_presentation),
10716         (ev_view_zoom_for_size_continuous_and_dual_page),
10717         (ev_view_zoom_for_size_continuous),
10718         (ev_view_zoom_for_size_dual_page),
10719         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10720         * shell/ev-view.h:
10721         * shell/ev-window.c: (update_view_size),
10722         (ev_window_sizing_mode_changed_cb):
10723
10724         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10725         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10726         an infinite loop, #304769
10727
10728
10729 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10730
10731         * data/evince-ui.xml:
10732         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10733         * shell/ev-window.c: (set_view_actions_sensitivity):
10734
10735         Make PgUp/Down behave like Space
10736
10737 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10738
10739         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10740         * backend/ev-ps-exporter.h:
10741         * pdf/ev-poppler.cc:
10742         * ps/ps-document.c: (ps_document_ps_export_begin):
10743         * shell/ev-print-job.c: (idle_print_handler):
10744
10745         Adapt to new poppler api
10746
10747 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10748
10749         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10750         (ephy_zoom_control_init):
10751
10752         Translate zoom levels
10753
10754 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10755
10756         * cut-n-paste/zoom-control/ephy-zoom.c:
10757         (ephy_zoom_get_zoom_level_index):
10758
10759         Fix current zoom -> zoom control match
10760
10761 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10762
10763         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10764         rather than the scrolled_window that it's in. Fixes bug #304655.
10765
10766 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10767
10768         * shell/ev-view.c: (view_update_adjustments),
10769         (view_set_adjustment_values), (view_update_range_and_current_page),
10770         (view_scroll_to_page), (set_scroll_adjustment),
10771         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10772         (ev_view_scroll), (ev_view_scroll_view),
10773         (ensure_rectangle_is_visible), (find_page_at_location),
10774         (get_link_at_location), (go_to_link), (status_message_from_link),
10775         (ev_view_size_request_continuous_dual_page),
10776         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10777         (ev_view_unrealize), (ev_view_expose_event),
10778         (ev_view_button_press_event), (ev_view_motion_notify_event),
10779         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10780         (draw_rubberband), (highlight_find_results), (draw_one_page),
10781         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10782         (ev_view_init), (find_changed_cb), (page_changed_cb),
10783         (on_adjustment_value_changed), (ev_view_new),
10784         (ev_view_set_document), (ev_view_set_zoom),
10785         (ev_view_set_continuous), (ev_view_set_dual_page),
10786         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10787         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10788         (ev_view_zoom_for_size_presentation),
10789         (ev_view_zoom_for_size_continuous_dual_page),
10790         (ev_view_zoom_for_size_continuous),
10791         (ev_view_zoom_for_size_dual_page),
10792         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10793         (ev_view_get_status), (ev_view_set_status),
10794         (update_find_status_message), (ev_view_get_find_status),
10795         (ev_view_set_find_status), (jump_to_find_result),
10796         (jump_to_find_page), (compute_selections), (clear_selection),
10797         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10798         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10799         (ev_view_update_primary_selection),
10800         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10801         * shell/ev-view.h:
10802         * shell/ev-window.c: (ev_window_open_page_label),
10803         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10804         (ev_window_init):
10805         * shell/ev-window.h:
10806         * shell/main.c: (load_files):
10807
10808         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10809         when resizing.  Remove the bin_window().  Also, patch from James
10810         Bowes to fix command line page, #300641
10811         
10812 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10813
10814         * data/evince-ui.xml:
10815         * shell/ev-view.c:
10816         * shell/ev-view.h:
10817         * shell/ev-window.c: (update_action_sensitivity):
10818
10819         Get rid of View->Normal Size, it's just confusing
10820
10821 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10822
10823         * backend/ev-document-info.h:
10824         * backend/ev-document.c: (ev_document_info_free): Free the
10825         EvDocumentInfo.
10826
10827         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10828         (clear_range), (add_range), (update_visible_range),
10829         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10830         (ev_sidebar_thumbnails_set_document):
10831         * shell/ev-window.c: (ev_window_setup_document): Only render the
10832         visible thumbnails.  It takes an instant to render, but it uses
10833         much less memory.
10834
10835 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10836
10837         * shell/ev-sidebar-links.c: (popup_menu_cb):
10838
10839         Select first item
10840
10841 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10842
10843         * lib/Makefile.am:
10844         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10845         (button_press_cb), (ev_sidebar_links_construct):
10846
10847         Show the popup menu also on keybindings
10848
10849 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10850
10851         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10852         * shell/ev-window.h:
10853
10854         Expose api to print a range (with dialog). Make private _print use
10855         it.
10856
10857         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10858         (ev_sidebar_links_construct):
10859
10860         Show a print context menu on linkx, it prints the selected
10861         section.
10862
10863 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10864
10865         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10866         button.
10867
10868 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10869
10870         * AUTHORS:
10871
10872         Update
10873
10874         * shell/ev-window.c: (build_comments_string),
10875         (ev_window_cmd_help_about):
10876
10877         Show poppler version/backend and authors
10878
10879 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10880
10881         * cut-n-paste/zoom-control/ephy-zoom.c:
10882         (ephy_zoom_get_zoom_level_index):
10883         * cut-n-paste/zoom-control/ephy-zoom.h:
10884
10885         Move the best fit items at the top of the list
10886
10887 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10888
10889         * shell/ev-marshal.list:
10890         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10891         (activate_cb), (match_selected_cb), (activate_link_cb),
10892         (connect_proxy), (ev_page_action_class_init):
10893         * shell/ev-page-action.h:
10894
10895         Use signals to notify action activation. Hopefully
10896         I did not break completion since I cant test...
10897
10898         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10899         (register_custom_actions):
10900
10901         Connect to page selector actions and also grab focus on
10902         the view when activated.
10903
10904 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10905
10906         * pdf/ev-poppler.cc:
10907         * backend/ev-page-cache.c: make page size calculation consistent
10908         and set it to (int)( width * scale + 0.5).  This makes the weird
10909         line going through the middle of the page go away.
10910
10911         * shell/ev-view.c: move painting the background page after
10912         checking the expose area covers us.
10913
10914 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10915
10916         * data/evince-password.glade:
10917         
10918         Mark labels as not translatable. Fix for bug 302842.
10919
10920 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10921
10922         * configure.ac: Added "es" to ALL_LINGUAS.
10923
10924 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10925
10926         * data/evince-toolbar.xml:
10927         * shell/ev-window.c: (update_action_sensitivity),
10928         (ev_window_setup_document), (ev_window_set_page_mode),
10929         (ev_window_init):
10930
10931         Remove some leftover code from jrb first continous
10932         attempt. Use the new actions, we still need good icons
10933         though...
10934
10935 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10936
10937         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10938
10939         Update label when connecting proxy. Fix a warning with NULL
10940         page_cache.
10941
10942 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10943
10944         * data/evince-ui.xml:
10945         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10946         * shell/ev-page-action.h:
10947         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10948
10949         Add mnemonic for edit toolbar.
10950         ctrl+l focus the page entry.
10951
10952 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10953
10954         * lib/Makefile.am:
10955         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10956         (ev_window_init):
10957         * shell/main.c: (main):
10958
10959         Put the toolbar xml in evince own dot dir
10960
10961 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10962
10963         * shell/ev-window.c: (ev_window_init):
10964
10965         Make the toolbar not removable
10966
10967 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10968
10969         * data/evince-ui.xml:
10970         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10971         * shell/ev-sidebar-links.h:
10972         * shell/ev-sidebar-thumbnails.c:
10973         (ev_sidebar_thumbnails_get_treeview):
10974         * shell/ev-sidebar-thumbnails.h:
10975         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10976         (ev_view_class_init):
10977         * shell/ev-view.h:
10978         * shell/ev-window.c: (update_action_sensitivity),
10979         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10980         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10981         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10982         (ev_window_init):
10983
10984         This is evil... Make space/backspace global accelerators but
10985         enable them only for some widgets (sidebars and view).
10986         I dont like it, but I dont know a better way... :/
10987
10988 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10989
10990         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10991         (ev_page_action_widget_finalize),
10992         (ev_page_action_widget_class_init), (update_page_cache):
10993
10994         Keep a weak reference on proxy->page_cache so that we
10995         dont try to disconnect the signal if the object is already
10996         gone. Maybe there is a better way to cleanup reference handling
10997         in page action though...
10998
10999 2005-05-10  Juerg Billeter  <j@bitron.ch>
11000
11001         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11002         * backend/ev-ps-exporter.h:
11003         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11004         * ps/ps-document.c: (ps_document_ps_export_begin):
11005         
11006         Change api to pass print range to ps_exporter_begin. The pdf backend
11007         requires this information.
11008         
11009         * shell/ev-print-job.c: (idle_print_handler):
11010         
11011         Adapt to api change
11012
11013 2005-05-10  Juerg Billeter  <j@bitron.ch>
11014
11015         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11016         (idle_print_handler)
11017         * shell/ev-window.c: (ev_window_print):
11018
11019         Support printing page range, based on patch by Amaury Jacquot
11020
11021 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11022
11023         * data/evince-toolbar.xml:
11024
11025         Add zoom control to available items
11026
11027 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11028
11029         * shell/ev-window.c: (update_action_sensitivity):
11030
11031         Set slash action insensitive when appropriate
11032
11033 2005-05-10  Christian Persch <chpe@gnome.org>
11034
11035         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11036
11037         Fix warning on the overflow menu
11038
11039 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11040
11041         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11042
11043         Check for uri correctness/existence
11044
11045 2005-05-09  Juerg Billeter  <j@bitron.ch>
11046
11047         * shell/ev-window.c: (using_postscript_printer):
11048
11049         LPD printers use postscript, too
11050
11051 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11052
11053         * shell/ev-window.c: (register_custom_actions):
11054
11055         The zoom one is actually sort of useful,
11056         put it back
11057
11058 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11059
11060         * shell/ev-window.c: (register_custom_actions):
11061
11062         Hide page/zoom controls from overflow, they
11063         are useless.
11064
11065 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11066
11067         * cut-n-paste/update-from-egg.sh:
11068         
11069         Share it between all cut-n-paste subdirs
11070
11071         * cut-n-paste/recent-files/Makefile.am:
11072
11073         Fix to use "global" update-from-egg.sh
11074
11075         * cut-n-paste/recent-files/egg-recent-model.c:
11076         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11077         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11078         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11079         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11080
11081         Update from libegg
11082
11083         * cut-n-paste/toolbar-editor/Makefile.am:
11084
11085         Fix to use "global" update-from-egg.sh
11086
11087         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11088
11089         Update from libegg
11090
11091 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11092
11093         * configure.ac:
11094         * cut-n-paste/Makefile.am:
11095         * cut-n-paste/recent-files/Makefile.am:
11096         * cut-n-paste/toolbar-editor/.cvsignore:
11097         * cut-n-paste/toolbar-editor/Makefile.am:
11098         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11099         (egg_editable_toolbar_get_type), (get_toolbar_position),
11100         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11101         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11102         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11103         (set_item_drag_source), (create_item_from_action), (create_item),
11104         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11105         (popup_toolbar_context_menu_cb), (free_dragged_item),
11106         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11107         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11108         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11109         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11110         (item_added_cb), (item_removed_cb),
11111         (egg_editable_toolbar_construct),
11112         (egg_editable_toolbar_disconnect_model),
11113         (egg_editable_toolbar_deconstruct),
11114         (egg_editable_toolbar_set_model),
11115         (egg_editable_toolbar_set_ui_manager),
11116         (egg_editable_toolbar_set_property),
11117         (egg_editable_toolbar_get_property),
11118         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11119         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11120         (egg_editable_toolbar_new_with_model),
11121         (egg_editable_toolbar_get_edit_mode),
11122         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11123         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11124         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11125         (new_pixbuf_from_widget), (new_separator_pixbuf),
11126         (update_separator_image), (style_set_cb),
11127         (_egg_editable_toolbar_new_separator_image),
11128         (egg_editable_toolbar_get_model):
11129         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11130         * cut-n-paste/toolbar-editor/egg-marshal.c:
11131         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11132         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11133         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11134         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11135         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11136         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11137         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11138         (editor_drag_data_delete_cb), (drag_data_get_cb),
11139         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11140         (editor_create_item), (update_editor_sheet), (setup_editor),
11141         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11142         (parse_item_list), (model_has_action), (update_actions_list),
11143         (egg_toolbar_editor_load_actions):
11144         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11145         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11146         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11147         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11148         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11149         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11150         (egg_toolbars_model_add_separator), (impl_add_item),
11151         (parse_item_list), (egg_toolbars_model_add_toolbar),
11152         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11153         (impl_get_item_data), (impl_get_item_type),
11154         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11155         (egg_toolbars_model_init), (free_toolbar),
11156         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11157         (egg_toolbars_model_remove_toolbar),
11158         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11159         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11160         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11161         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11162         (egg_toolbars_model_get_item_data),
11163         (egg_toolbars_model_get_item_type):
11164         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11165         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11166         * data/Makefile.am:
11167         * data/evince-toolbar.xml:
11168         * data/evince-ui.xml:
11169         * data/hand-open.png:
11170         * po/POTFILES.in:
11171         * shell/Makefile.am:
11172         * shell/ev-window.c: (update_chrome_visibility),
11173         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11174         (ev_window_dispose), (ev_window_init):
11175
11176         Implement epiphany like toolbar editor. Based on patch by
11177         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11178
11179 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11180
11181         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11182
11183         Use set_cursor instead of set_selection, so that
11184         the keyboard focus moves too.
11185
11186 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11187
11188         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11189
11190         Fix infinite loop when loading Type1 fonts
11191
11192 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11193
11194         * data/evince-ui.xml:
11195         * shell/ev-window.c:
11196
11197         Slash -> Find
11198
11199 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11200
11201         * configure.ac:
11202
11203         Make --disable really disable
11204
11205 2005-05-07  Juerg Billeter  <j@bitron.ch>
11206
11207         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11208
11209         Compare page labels even without has_labels set, fixes setting page
11210         with entry
11211
11212 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11213
11214         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11215         (ev_view_set_cursor), (ev_view_button_press_event),
11216         (ev_view_motion_notify_event), (ev_view_button_release_event),
11217         (ev_view_init):
11218
11219         Implement middle button scrolling. Based on a patch
11220         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11221
11222 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11223
11224         * shell/ev-document-types.c: (get_slow_mime_type),
11225         (get_document_type_from_mime), (ev_document_type_lookup):
11226         * shell/ev-document-types.h:
11227
11228         Change api to lookup from uri. Do fast lookup first, if the
11229         type is unknown try with data sniffing.
11230
11231         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11232         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11233
11234         Adapt to api change
11235
11236 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11237
11238         * thumbnailer/Makefile.am:
11239
11240         Fix distcheck
11241
11242 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11243
11244         * NEWS:
11245         * configure.ac:
11246
11247         Release 0.3.0
11248
11249         * data/evince-ui.xml:
11250
11251         Hide presentation mode for now
11252
11253         * shell/ev-view.c: (highlight_find_results):
11254
11255         Show current find selection only on current page
11256
11257 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11258
11259         * shell/ev-view.c: (ev_view_select_all):
11260
11261         Compute size of the actual page, not of
11262         the current one.
11263
11264 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11265
11266         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11267         (view_rect_to_doc_rect), (compute_selections),
11268         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11269         (ev_view_copy), (ev_view_primary_get_cb),
11270         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11271         (ev_view_button_press_event), (ev_view_motion_notify_event),
11272         (ev_view_button_release_event), (page_changed_cb):
11273
11274         Fix text selection
11275
11276 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11277
11278         * shell/ev-view.c: (compute_border), (get_page_extents),
11279         (doc_rect_to_view_rect), (highlight_find_results),
11280         (ev_view_bin_expose), (ev_view_select_all),
11281         (ev_view_motion_notify_event), (update_find_status_message),
11282         (jump_to_find_result), (jump_to_find_page):
11283
11284         First go at fixing search, still buggy
11285
11286 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11287
11288         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11289         dropdown box and button at the top of the sidebar.
11290
11291 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11292
11293         * configure.ac: Output zoom-control Makefile.
11294         * cut-n-paste/Makefile.am: build zoom-control subdir.
11295         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11296         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11297         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11298         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11299         * cut-n-paste/zoom-control/ephy-zoom.c:
11300         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11301         from epiphany, and modified to add a separator into the menu.
11302         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11303         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11304         zoom-control action.
11305         * shell/Makefile.am: Include zoom-control flags.
11306         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11307         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11308         (ev_view_zoom_for_size_presentation),
11309         (ev_view_zoom_for_size_continuous_and_dual_page),
11310         (ev_view_zoom_for_size_continuous),
11311         (ev_view_zoom_for_size_dual_page),
11312         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11313         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11314         ev_view_get_zoom and ev_view_get_sizing_mode.
11315         * shell/ev-view.h:
11316         * shell/ev-window.c: (update_action_sensitivity),
11317         (update_sizing_buttons), (zoom_control_changed_cb),
11318         (register_custom_actions): Initialize and use the zoom-control 
11319         widget.
11320
11321 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11322
11323         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11324         preview cache back to 1.  Don't know when it got set to 0.
11325         
11326         * shell/ev-view.c: (compute_border), (ev_view_realize),
11327         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11328         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11329         (ev_view_get_fullscreen), (ev_view_set_presentation),
11330         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11331         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11332         * shell/ev-view.h:
11333         * shell/ev-window.c:
11334         (update_chrome_visibility),
11335         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11336         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11337         (update_document_mode), (ev_window_update_fullscreen_action),
11338         (ev_window_fullscreen), (ev_window_unfullscreen),
11339         (ev_window_cmd_view_fullscreen),
11340         (ev_window_update_presentation_action),
11341         (ev_window_run_presentation), (ev_window_stop_presentation),
11342         (ev_window_cmd_view_presentation), (ev_window_state_event),
11343         (ev_window_focus_in_event), (ev_window_focus_out_event),
11344         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11345         * data/evince-ui.xml: Initial presentation mode.  We should
11346         probably hide this until it's done, as it's quite rough.  Also,
11347         change full-screen to fullscreen and add two getters to EvView.
11348
11349 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11350
11351         * shell/ev-page-action.c: (update_page_cache),
11352         (ev_page_action_dispose):
11353         * shell/ev-window.c: (destroy_fullscreen_popup),
11354         (ev_window_create_fullscreen_popup):
11355
11356         Use connect_object rather than explicitly
11357         disconnect on dispose.
11358
11359 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11360
11361         * shell/ev-page-action.c: (update_page_cache),
11362         (ev_page_action_dispose):
11363
11364 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11365
11366         * backend/ev-page-cache.c: (_ev_page_cache_new),
11367         (ev_page_cache_set_page_label),
11368         (ev_page_cache_has_nonnumeric_page_labels):
11369         * backend/ev-page-cache.h:
11370         * shell/ev-page-action.c: (update_pages_label):
11371         
11372         If all page labels are numeric, fallback to default
11373         way to display number of pages. See bug 173185.
11374
11375 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11376
11377         * shell/ev-page-action.c: (ev_page_action_dispose):
11378         * shell/ev-view.c: (view_update_range_and_current_page):
11379         * shell/ev-window.c: (ev_window_dispose):
11380         
11381         Set page on scroll in continuous mode. Fixes bug 301986.
11382         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11383
11384 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11385
11386         * configure.ac:
11387
11388         Require poppler 0.3.0
11389
11390 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11391         
11392         * shell/Makefile.am, configure.ac: Fix build problems
11393         with t1lib. Bug 301996.
11394
11395 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11396
11397         * shell/ev-view.c: (ev_view_scroll_event):
11398         
11399         Scroll up increase zoom
11400
11401 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11402
11403         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11404         (ev_view_set_sizing_mode),
11405         (ev_view_zoom_for_size_continuous_and_dual_page),
11406         (ev_view_zoom_for_size_continuous):
11407         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11408         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11409         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11410         (ev_window_init):
11411
11412         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11413         Fix for 165473 and 165472.
11414
11415 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11416
11417         * po/POTFILES.in:
11418         * thumbnailer/Makefile.am:
11419         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11420         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11421         * thumbnailer/evince-thumbnailer.schemas.in:
11422         
11423         Make thumbnailer schemas translatable. Fix for bug 301773
11424         
11425         * thumbnailer/evince-thumbnailer-djvu.schemas:
11426         * thumbnailer/evince-thumbnailer-dvi.schemas:
11427         * thumbnailer/evince-thumbnailer.schemas:
11428
11429         Removed files
11430
11431 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11432
11433         * shell/ev-view.c (ev_view_init): forgot to set this.
11434
11435 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11436
11437         * shell/ev-view.c: (find_page_at_location),
11438         (get_link_at_location),
11439         (ev_view_set_show_border), (ev_view_set_spacing),
11440         (ev_view_zoom_for_size_continuous_and_dual_page),
11441         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11442         Also, add a quick fix measuring of widths.  Also, removed
11443         ev_view_set_spacing and ev_view_set_show_border.
11444         
11445         * shell/ev-window.c: (ev_window_unfullscreen),
11446         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11447
11448 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11449
11450         * shell/ev-view.c: (view_update_range_and_current_page),
11451         (page_changed_cb):
11452         
11453         Fix crash on exit and scrolling to page in continuous view.
11454
11455 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11456
11457         * TODO:
11458         * backend/ev-page-cache.c: (_ev_page_cache_new),
11459         (ev_page_cache_get_max_width_size),
11460         (ev_page_cache_get_max_height_size):
11461         * backend/ev-page-cache.h:
11462         * data/evince-ui.xml:
11463         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11464         * shell/ev-view.c: (view_update_adjustments),
11465         (view_update_range_and_current_page), (get_bounding_box_size),
11466         (ev_view_size_request_continuous_and_dual_page),
11467         (ev_view_size_request_continuous),
11468         (ev_view_size_request_dual_page),
11469         (ev_view_size_request_single_page), (ev_view_size_request),
11470         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11471         (ev_view_bin_expose), (ev_view_expose_event),
11472         (ev_view_set_property), (ev_view_get_property),
11473         (ev_view_class_init), (ev_view_init), (ev_view_new),
11474         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11475         (ev_view_set_dual_page), (ev_view_set_full_screen),
11476         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11477         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11478         (ev_view_zoom_out), (zoom_for_size_fit_width),
11479         (zoom_for_size_best_fit),
11480         (ev_view_zoom_for_size_continuous_and_dual_page),
11481         (ev_view_zoom_for_size_continuous),
11482         (ev_view_zoom_for_size_dual_page),
11483         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11484         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11485         * shell/ev-view.h:
11486         * shell/ev-window.c: (update_action_sensitivity),
11487         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11488         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11489         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11490         (ev_window_cmd_view_zoom_out), (update_view_size),
11491         (ev_window_set_sizing_mode), (ev_window_init):
11492
11493         Add Continuous and Dual page modes.
11494
11495 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11496
11497         * dvi/dvi-document.c: (dvi_document_load),
11498         (dvi_document_thumbnails_get_thumbnail),
11499         (dvi_document_init_params): Fix up some mixups between
11500         width and height to correct thumbnail rendering.
11501
11502 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11503
11504         * dvi/mdvi-lib/private.h:
11505         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11506         
11507         Suppess output for kpathsea during font generation. Thanks to
11508         James Bowes
11509
11510 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11511
11512         * NEWS:
11513         * configure.ac:
11514
11515         Release 0.2.1
11516
11517         * Makefile.am: fix distcheck.
11518
11519 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11520
11521         * shell/ev-sidebar-links.c: (selection_changed_callback),
11522         (update_page_callback), (row_activated_callback),
11523         (job_finished_callback), (ev_sidebar_links_set_document):
11524         
11525         Fix for bug #169901. Double click on links expands tree.
11526
11527 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11528
11529         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11530         hard-coded style. Fix for bug 170111
11531
11532 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11533
11534         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11535         locking.
11536
11537 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11538
11539         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11540
11541 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11542
11543         * pdf/ev-poppler.cc:
11544         * shell/ev-view.c: (highlight_find_results):
11545
11546         Fix find on single page documents
11547
11548 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11549
11550         * data/evince.schemas.in: fix for bug 301390
11551
11552 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11553
11554         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11555         (ev_view_zoom_out), (ev_view_zoom_normal):
11556         * shell/ev-view.h:
11557         * shell/ev-window.c: (update_action_sensitivity),
11558         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11559         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11560         (ev_window_cmd_view_normal_size):
11561
11562         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11563         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11564         better than oom. 
11565
11566 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11567
11568         * configure.ac:
11569
11570         Depend on 2.57, 2.59 doesnt seem to be necessary
11571
11572 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11573
11574         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11575         (create_tool_item):
11576
11577         Put back total number of pages as (1 of 1234)
11578
11579 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11580
11581         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11582         remove the job.
11583
11584         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11585         function.  This helps debugging.
11586
11587 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11588
11589         * djvu/djvu-document.c: (djvu_document_class_init),
11590         (djvu_document_get_info), (djvu_document_document_iface_init):
11591         * dvi/dvi-document.c: (dvi_document_class_init),
11592         (dvi_document_get_info), (dvi_document_document_iface_init):
11593
11594         Dummy implementation of get_info method for dvi and
11595         djvu. Fix crashes with those backends
11596
11597 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11598
11599         * data/evince.desktop.in:
11600
11601         Add application/x-gzpostscript
11602
11603 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11604
11605         * data/evince.schemas.in: Added real long descriptions, 
11606         closes bug 172496 
11607
11608         * README: Added actual text, closes bug 171869
11609
11610 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11611
11612         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11613
11614         Thumbnail page 0
11615
11616 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11617
11618         * backend/ev-document-info.h:
11619
11620         s/GDate */GDate so we can just use g_free
11621
11622 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11623
11624         * shell/ev-window.c: (update_document_mode),
11625         (ev_window_setup_document):
11626
11627         Show the window in fullscreen when specified by
11628         the document
11629
11630 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11631
11632         * backend/ev-document.c: (ev_document_class_init),
11633         (ev_document_get_info), (ev_document_render_pixbuf):
11634         * backend/ev-document.h:
11635         * backend/ev-page-cache.c: (_ev_page_cache_new):
11636         * pdf/ev-poppler.cc:
11637         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11638         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11639         * ps/ps-document.c: (ps_document_class_init), (document_load),
11640         (ps_document_get_info), (ps_document_document_iface_init):
11641
11642         Remove get_title from the interface, we can just use document info
11643
11644 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11645
11646         * backend/Makefile.am:
11647         * backend/ev-document.c: (ev_document_render_get_info):
11648         * backend/ev-document.h:
11649         * pdf/ev-poppler.cc:
11650
11651         Initial support for document info. Based on jrb patch.
11652
11653 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11654
11655         * shell/ev-window.c: (ev_window_state_event),
11656         (ev_window_class_init), (ev_window_init):
11657         
11658         Doesn't show resize grip when maximized. See bug #301053
11659
11660 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11661
11662         * po/POTFILES.in:
11663         
11664         ev-sidebar-thumbnails now has translatable labels
11665         
11666         * shell/Makefile.am:
11667         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11668         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11669         (ev_sidebar_links_page_iface_init):
11670         * shell/ev-sidebar-links.h:
11671         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11672         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11673         (ev_sidebar_page_get_label):
11674         * shell/ev-sidebar-page.h:
11675         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11676         (ev_sidebar_thumbnails_set_document),
11677         (ev_sidebar_thumbnails_support_document),
11678         (ev_sidebar_thumbnails_get_label),
11679         (ev_sidebar_thumbnails_page_iface_init):
11680         * shell/ev-sidebar-thumbnails.h:
11681         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11682         (ev_sidebar_set_document):
11683         * shell/ev-sidebar.h:
11684         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11685         
11686         Small rework of sidebar code. Now sidebar pages should implement
11687         EvSidebarPage interface. That makes page management in EvSidebar
11688         easier. See bug #164811 for details
11689
11690 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11691
11692         * shell/ev-application.c: (ev_application_open):
11693         * shell/ev-document-types.c:
11694         
11695         Fix build error and small problem with application exit
11696
11697 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11698
11699         * thumbnailer/Makefile.am:
11700         * thumbnailer/evince-thumbnailer-djvu.schemas:
11701         * thumbnailer/evince-thumbnailer-dvi.schemas:
11702         
11703         Conditionally install schemas for djvu/dvi thumbnailer
11704
11705 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11706
11707         * shell/ev-document-types.h: 
11708         * shell/ev-document-types.c: 
11709         New files, handling the mapping from mimetypes to backends
11710         
11711         * shell/ev-window.c: 
11712         * thumbnailer/evince-thumbnailer.c:     
11713         Use the ev-document-types code
11714         
11715         * shell/Makefile.am: 
11716         Added new convenience library libevbackendfactory_la, containing
11717         the new mimetype->backend logic; moved the backends into it.
11718
11719         * thumbnailer/Makefile.am:
11720         Make the thumbnailer link with the libevbackend.la convenience
11721         library, rather than having a duplicate of the backend logic here.
11722
11723 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11724
11725         * shell/ev-stock-icons.c: constify some vars.
11726         * shell/ev-window.c: ditto.
11727
11728 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11729
11730         * ps/ps-document.c (get_page_orientation):
11731
11732         Respect document orientation 
11733
11734 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11735
11736         * djvu/Makefile.am:
11737         * dvi/Makefile.am:
11738         * shell/Makefile.am:
11739         
11740         Move library dependencies to components.
11741         
11742         * shell/ev-window.c: (update_window_title),
11743         (start_loading_document):
11744         
11745         Fix display of uris with spaces. Bug 168358.
11746
11747 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11748
11749         * shell/ev-sidebar-links.c: (selection_changed_cb):
11750         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11751         (ev_view_button_release_event), (ev_view_set_document):
11752         * shell/ev-view.h:
11753         * shell/ev-window.c: (find_bar_search_changed_cb):
11754         * shell/ev-window.h: Minor cleanups removing some dead code.
11755
11756 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11757
11758         * backend/ev-page-cache.c: (_ev_page_cache_new):
11759         
11760         Set current page to 0 if document has pages.
11761
11762 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11763
11764         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11765
11766         Initialize GError to NULL, fix a crash when loading fails.
11767
11768 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11769
11770         * shell/ev-window.c: (update_view_size):
11771
11772         Calculate shadow size only when there is actually
11773         a shadow.
11774
11775 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11776
11777         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11778         * shell/ev-view.h:
11779
11780         Allow setting view spacing, default to 0
11781
11782         * shell/ev-window.c: (ev_window_unfullscreen),
11783         (ev_window_cmd_view_fullscreen), (ev_window_init):
11784
11785         Remove spacing in fullscreen mode
11786
11787 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11788
11789         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11790         (ev_view_size_request), (expose_bin_window),
11791         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11792         * shell/ev-view.h:
11793         * shell/ev-window.c: (ev_window_unfullscreen),
11794         (ev_window_cmd_view_fullscreen):
11795
11796         Do not draw the border in fulscreen
11797
11798 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11799
11800         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11801         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11802         (find_page_at_location), (page_changed_cb):
11803
11804         Rework border calculation, so that I can more easily disable it.
11805         Code somewhat cleaner too.
11806
11807 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11808
11809         * backend/ev-page-cache.c: (ev_page_cache_init),
11810         (_ev_page_cache_new):
11811
11812         Remove some assertions, documents can have 0 pages.
11813         Make initial current page -1.
11814
11815         * shell/ev-page-action.c: (page_changed_cb):
11816
11817         Show "" if current page is -1
11818
11819         * shell/ev-window.c: (update_action_sensitivity),
11820         (ev_window_setup_document):
11821
11822         When document has 0 pages do not set the view
11823         and make nearly everything insensitive.
11824
11825 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11826
11827         * shell/ev-page-view.c:
11828         * shell/ev-page-view.h:
11829
11830         Remove unused files.
11831         
11832         * shell/ev-sidebar-thumbnails.c:
11833         (ev_sidebar_thumbnails_set_document):
11834         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11835         (ev_sidebar_supports_document):
11836         * shell/ev-sidebar.h:
11837         * shell/ev-window.c: (ev_window_setup_document):
11838         
11839         Doesn't show thumbnails if document has 1 page. Make
11840         sidebar menu entries sensitive only if if they have 
11841         sense. Fix bug 164811. 
11842
11843 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11844
11845         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11846         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11847         (ev_view_zoom_out), (ev_view_set_size):
11848
11849         Rework sizing to deal with documents with not uniform page
11850         size.
11851
11852 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11853
11854         * backend/ev-page-cache.c: (_ev_page_cache_new):
11855
11856         Fix several page size caching bugs
11857
11858 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11859
11860         * shell/ev-window.c: (set_action_properties):
11861
11862         Make all toolbar items translatable
11863
11864 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11865
11866         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11867         (save_page_list), (ps_document_save),
11868         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11869         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11870         (ps_document_ps_exporter_iface_init):
11871         * ps/ps-document.h:
11872
11873         Based on a patch by J�rg Billeter <j@bitron.ch>
11874         
11875         Implement print and save a copy for the ps backend.
11876
11877 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11878
11879         * backend/ev-document.h:
11880         * djvu/djvu-document.c: (djvu_document_can_get_text),
11881         (djvu_document_document_iface_init):
11882         * dvi/dvi-document.c: (dvi_document_can_get_text),
11883         (dvi_document_document_iface_init):
11884         * pdf/ev-poppler.cc:
11885         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11886         (pixbuf_document_document_iface_init):
11887         * ps/ps-document.c: (ps_document_can_get_text),
11888         (ps_document_document_iface_init):
11889         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11890         * shell/ev-window.c: (update_action_sensitivity):
11891
11892         Fix the crash when trying to copy in backends that doesnt
11893         support it. We can implement a better solution once we
11894         do real text selection.
11895
11896 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11897
11898         * data/evince-ui.xml:
11899         * shell/ev-window.c: (ev_window_cmd_escape):
11900         
11901         Work around the Escape conflict (find bar and unfullscreen)
11902
11903 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11904
11905         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11906         
11907         Fix for #300233. Next page correctly handles document end.
11908         
11909         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11910         (ev_sidebar_thumbnails_class_init),
11911         (ev_sidebar_thumbnails_set_document),
11912         (ev_sidebar_thumbnails_clear_job),
11913         (ev_sidebar_thumbnails_clear_model):
11914         
11915         Cleanup thumbnail jobs on document changes.
11916         
11917         * shell/ev-view.c: (add_scroll_binding_keypad),
11918         (add_scroll_binding_shifted), (ev_view_class_init):
11919         
11920         Shift + Space scrolls up. Fix for #173184
11921         
11922         * shell/ev-window.c: (ev_window_open_page),
11923         (ev_window_cmd_view_reload):
11924         
11925         Fix reload (Bug #300094)
11926
11927 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11928
11929         
11930         * dvi/mdvi-lib/assoc.c:
11931         * dvi/mdvi-lib/assoc.h: Removed garbage files
11932         
11933         * dvi/mdvi-lib/bitmap.c:
11934         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11935         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11936         * dvi/mdvi-lib/color.h: Antialias of rules
11937         
11938         * dvi/mdvi-lib/common.h:
11939         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11940         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11941         * dvi/mdvi-lib/files.c:
11942         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11943         * dvi/mdvi-lib/mdvi.h:
11944         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11945         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11946         * dvi/mdvi-lib/util.c: Fix compile warnings
11947         
11948         * dvi/dvi-document.c:
11949         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11950         (dvi_document_thumbnails_get_thumbnail),
11951         (dvi_document_document_thumbnails_iface_init):
11952         * dvi/mdvi-lib/Makefile.am:
11953         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11954         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11955         
11956         Dvi backend now renders thumbnails
11957
11958 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11959
11960         * shell/main.c: (main): 
11961         
11962         Save accelerators on exit. Fixes bug #172095.
11963
11964 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11965
11966         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11967         update priority" comment.
11968
11969         * backend/ev-job-queue.c: Give a way to change priority.
11970
11971 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11972
11973         * shell/ev-page-action.c: Fix logic.
11974
11975 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11976
11977         * shell/ev-view.c: (ev_view_can_find_next):
11978         * shell/ev-window.c: (ev_window_setup_document):
11979
11980         Check that the document supports find
11981
11982 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11983
11984         * data/evince-ui.xml:
11985         * shell/ev-view.c: (ev_view_can_find_next):
11986         * shell/ev-view.h:
11987         * shell/ev-window.c: (update_action_sensitivity),
11988         (find_changed_cb), (ev_window_setup_document),
11989         (ev_window_cmd_edit_find_next):
11990
11991         Add Edit->Find Next
11992
11993 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11994
11995         * pdf/ev-poppler.cc:
11996         * shell/ev-print-job.c: (idle_print_handler):
11997
11998         Make printing work again
11999
12000 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12001
12002         * shell/ev-page-action.h:
12003         * shell/ev-page-action.c: (ev_page_action_widget_init),
12004         (ev_page_action_widget_class_init), (page_changed_cb),
12005         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12006         (get_filter_model_from_model), (match_selected_cb),
12007         (display_completion_text), (match_completion), (update_model),
12008         (connect_proxy), (ev_page_action_set_property),
12009         (ev_page_action_get_property), (ev_page_action_set_document),
12010         (ev_page_action_set_model), (ev_page_action_class_init): Big
12011         reworking to make completions work iff we have >= GTK-2.7.0
12012                 
12013         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12014         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12015         (job_finished_cb): We now have a 'model' property that is set when
12016         the links are loaded.  This can be caught with "notify::model"
12017
12018         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12019         listen for the model to be set, and propagate it to the action.
12020
12021 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12022
12023         * cut-n-paste/recent-files/egg-recent-item.c:
12024         (egg_recent_item_set_uri), (make_valid_utf8),
12025         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12026         * cut-n-paste/recent-files/egg-recent-item.h:
12027         
12028         Update egg-recent from libegg. This should fix long
12029         startup problem. For details see
12030         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12031
12032 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12033
12034         * cut-n-paste/recent-files/Makefile.am:
12035         * data/evince-ui.xml, shell/Makefile.am:
12036         * shell/ev-application.c, shell/ev-application.h:
12037         * shell/ev-window.c: Recent files support.
12038         
12039         * configure.ac: Added "ru" to ALL_LINGUAS.
12040         
12041         * dvju: new backend to support DJVU files.
12042         * dvi: new backend to support DVI.
12043
12044         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12045         * ev-application.c: Support for new backends.
12046         
12047         * help, ev-window.c, main.c shell/Makefile.am: 
12048         Evince user documentation.
12049
12050 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12051
12052         * po/POTFILES.in:
12053         * shell/ev-window.c:
12054         * thumbnailer/evince-thumbnailer.c:
12055
12056         s/pdf-document/ev-poppler
12057
12058 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12059
12060         * NEWS:
12061         * configure.ac:
12062
12063         Release 0.2.0
12064
12065         * ps/ps-document.c: (setup_pixmap):
12066
12067         Remove debug code
12068
12069 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12070
12071         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12072         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12073         (ev_window_cmd_go_first_page): Fix of by one errors.
12074
12075 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12076
12077         * ps/ps-document.c: (get_page_box):
12078
12079         Fix page size calculation
12080
12081 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12082
12083         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12084         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12085         (get_page_orientation), (setup_page), (document_load),
12086         (ps_document_get_page_size), (render_pixbuf_idle):
12087         * ps/ps-document.h:
12088
12089         More refactoring to adapt to EvDocument changes
12090
12091 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12092
12093         * ps/ps-document.c: (start_interpreter):
12094
12095         Actually add alpha args
12096
12097 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12098
12099         * pdf/ev-poppler.cc:
12100
12101         Make clipboard work again
12102
12103 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12104
12105         Make searching work again.
12106         
12107         * backend/ev-document.c:
12108         * backend/ev-document.h:
12109         * backend/ev-document-find.c:
12110         * backend/ev-document-find.h: Change EvDocumentIface so we no
12111         longer store the current page or zoom level in the document.  The
12112         consequence is that all calls that operate on the current page now
12113         instead take the page number as an extra argument, and all
12114         coordinates are now doubles in document coordinate system.
12115
12116         * pdf/ev-poppler.cc:
12117         * pixbuf/pixbuf-document.c:
12118         * ps/ps-document.c: Update backends accordingly.
12119
12120 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12121
12122         * autogen.sh:
12123
12124         Add required gettext version
12125
12126 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12127
12128         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12129         make F1 bring up non-existent help.
12130
12131         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12132         epiphany's find bar, #167477
12133
12134         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12135         <emil@nishra.com> to add space-bar scrolling, 
12136
12137         * shell/ev-window.c (static GtkActionEntry entries): add default
12138         keybinding for Help (F1)
12139         Fixes #171068
12140
12141         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12142         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12143         170110
12144
12145 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12146
12147         * Makefile.am: 
12148         * pixbuf/pixbuf-document.c: 
12149
12150         Got pixbuf backend working again
12151
12152 2005-04-01  Steve Murphy  <murf@e-tools.com>
12153
12154         * configure.in: Added "rw" to ALL_LINGUAS.
12155
12156 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12157
12158         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12159         model types, noticed by Martin Kretzschmar.
12160
12161 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12162
12163         * pdf/ev-poppler.cc: Implement search based on
12164         poppler_page_find_text().  Currently a bit crude since we remember
12165         all matches from all pages.  Also, we grab the big document lock
12166         when we search since searching changes the underlying stream and
12167         thus conflicts with the rendering thread.
12168         
12169         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12170         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12171         (ev_view_find_previous): Fix some page indexes to be 0 based,
12172         offset rubber band by view offset,
12173
12174 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12175
12176         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12177
12178 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12179
12180         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12181         completely because I didn't understand GtkActions.  I should
12182         read Marco's code more carefully in the future.
12183
12184         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12185         function
12186
12187 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12188
12189         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12190         PopplerRectangle change from poppler CVS.
12191
12192 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12193
12194         * backend/ev-document.c: (ev_document_get_page_label):
12195         * backend/ev-document.h:
12196         * backend/ev-page-cache.c: (_ev_page_cache_new),
12197         (ev_page_cache_get_page_label):
12198         * backend/ev-page-cache.h:
12199         * pdf/ev-poppler.cc:
12200         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12201         (links_page_num_func):
12202         * shell/ev-sidebar-thumbnails.c:
12203         (ev_sidebar_thumbnails_set_document):
12204         * shell/ev-view.c: (status_message_from_link),
12205         (ev_view_motion_notify_event):
12206         * shell/ev-window.c: (document_supports_sidebar): Add in page
12207         label support.  It's not perfect yet, but it's the first 'feature'
12208         in a while.
12209         Also, fix a bogus comment noticed by crispin. 
12210
12211 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12212
12213         * Makefile.am: Remove pixbuf backend for now
12214
12215         * configure.ac: Require poppler-glib instead of just poppler.
12216
12217         * backend/ev-document-thumbnails.h: Add a comment
12218
12219         * backend/ev-document.h:
12220         * backend/ev-document.c: (ev_document_class_init),
12221         (ev_document_load), (ev_document_get_link),
12222         (ev_document_get_links): Remove 3 methods and add get_links.
12223         Also, made 0 based.
12224
12225         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12226         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12227
12228         * backend/ev-link.c: (ev_link_set_title),
12229         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12230         (ev_link_mapping_find):
12231         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12232         
12233         * backend/ev-page-cache.c: (ev_page_cache_init),
12234         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12235         (ev_page_cache_get_size), (ev_page_cache_next_page),
12236         (ev_page_cache_prev_page): Fix to be 0 based.
12237
12238         * pdf/Makefile.am: 
12239         * pdf/ev-poppler.h:
12240         * pdf/ev-poppler.cc: New backend.
12241         
12242         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12243         (ps_document_get_page), (ps_document_document_iface_init):
12244
12245         * shell/ev-pixbuf-cache.h:
12246         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12247         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12248         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12249         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12250         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12251         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12252         based.
12253         
12254         * shell/ev-sidebar-thumbnails.c:
12255         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12256         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12257
12258         * shell/ev-view.c: (status_message_from_link),
12259         (find_page_at_location), (get_link_at_location),
12260         (ev_view_motion_notify_event), (ev_view_button_release_event),
12261         (ev_view_init): Use the new link code.  Fix to be 0 based.
12262
12263         * shell/ev-window.c: (update_action_sensitivity),
12264         (document_supports_sidebar): 0 based.
12265
12266 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12267
12268         * pdf/pdf-document.cc: Patch from Fernando Herrera
12269         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12270         *blush*
12271
12272 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12273
12274         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12275         1 to the page, as this seems to be 1 based.  I thought we has this
12276         fixed.  grump.
12277
12278 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12279
12280         * TODO:
12281         * backend/Makefile.am:
12282         * backend/ev-document-links.c:
12283         (ev_document_links_has_document_links),
12284         (ev_document_links_get_links_model):
12285         * backend/ev-document-links.h:
12286         * backend/ev-document.c: (ev_document_get_page_cache),
12287         (ev_document_get_doc_mutex), (ev_document_load),
12288         (ev_document_save), (ev_document_get_title),
12289         (ev_document_get_n_pages), (ev_document_set_page),
12290         (ev_document_get_page), (ev_document_set_target),
12291         (ev_document_set_scale), (ev_document_set_page_offset),
12292         (ev_document_get_page_size), (ev_document_get_text),
12293         (ev_document_get_link), (ev_document_render),
12294         (ev_document_render_pixbuf), (ev_document_scale_changed):
12295         * backend/ev-document.h:
12296         * backend/ev-job-queue.c: (remove_object_from_queue),
12297         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12298         (no_jobs_available_unlocked), (ev_render_thread),
12299         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12300         (ev_job_queue_remove_job):
12301         * backend/ev-job-queue.h:
12302         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12303         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12304         (ev_job_links_class_init), (ev_job_render_init),
12305         (ev_job_render_dispose), (ev_job_render_class_init),
12306         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12307         (ev_job_thumbnail_class_init), (ev_job_finished),
12308         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12309         (ev_job_render_run), (ev_job_thumbnail_new),
12310         (ev_job_thumbnail_run):
12311         * backend/ev-jobs.h:
12312         * backend/ev-link.c:
12313         * backend/ev-link.h:
12314         * backend/ev-page-cache.c: (ev_page_cache_init),
12315         (ev_page_cache_class_init), (ev_page_cache_finalize),
12316         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12317         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12318         (ev_page_cache_set_link), (ev_page_cache_get_title),
12319         (ev_page_cache_get_size), (ev_page_cache_next_page),
12320         (ev_page_cache_prev_page):
12321         * backend/ev-page-cache.h:
12322         * pdf/pdf-document.cc:
12323         * ps/gsdefaults.c:
12324         * ps/gsdefaults.h:
12325         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12326         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12327         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12328         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12329         (is_interpreter_ready), (output), (catchPipe), (input),
12330         (start_interpreter), (check_filecompressed), (compute_dimensions),
12331         (ps_document_enable_interpreter), (document_load),
12332         (ps_document_next_page), (render_page), (ps_document_set_page),
12333         (ps_document_set_scale), (render_pixbuf_idle),
12334         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12335         * ps/ps-document.h:
12336         * shell/Makefile.am:
12337         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12338         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12339         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12340         (ev_pixbuf_cache_new), (job_finished_cb),
12341         (check_job_size_and_unref), (move_one_job),
12342         (ev_pixbuf_cache_update_range), (find_job_cache),
12343         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12344         (ev_pixbuf_cache_add_jobs_if_needed),
12345         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12346         * shell/ev-pixbuf-cache.h:
12347         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12348         (idle_print_handler):
12349         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12350         (selection_changed_cb), (create_loading_model),
12351         (ev_sidebar_links_construct), (links_page_num_func),
12352         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12353         (update_page_callback), (job_finished_cb),
12354         (ev_sidebar_links_set_document):
12355         * shell/ev-sidebar-thumbnails.c:
12356         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12357         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12358         (page_changed_cb), (thumbnail_job_completed_callback),
12359         (ev_sidebar_thumbnails_set_document):
12360         * shell/ev-sidebar-thumbnails.h:
12361         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12362         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12363         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12364         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12365         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12366         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12367         (ev_view_button_release_event), (ev_view_scroll_view),
12368         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12369         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12370         (ev_view_new), (job_finished_cb), (page_changed_cb),
12371         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12372         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12373         (ev_view_find_previous):
12374         * shell/ev-view.h:
12375         * shell/ev-window.c: (update_action_sensitivity),
12376         (ev_window_open_page), (update_window_title), (update_total_pages),
12377         (page_changed_cb), (ev_window_setup_document),
12378         (password_dialog_response), (ev_window_cmd_save_as),
12379         (ev_window_print), (ev_window_cmd_go_previous_page),
12380         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12381         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12382         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12383         * shell/main.c: (main):
12384
12385         Merge evince-threads branch
12386
12387 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12388
12389         * configure.ac: Added "lt" to ALL_LINGUAS.
12390
12391 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12392
12393         * NEWS:
12394         * configure.ac:
12395
12396         Release 0.1.9
12397
12398 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12399
12400         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12401
12402         Fix here also the thumbnails 1-basedness :)
12403
12404 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * NEWS:
12407         * configure.ac:
12408
12409         Release 0.1.8
12410
12411 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12412
12413         * pdf/pdf-document.cc:
12414         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12415         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12416
12417         Fix the mess we did with thumbnails and 1-basedness
12418
12419 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12420
12421         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12422
12423 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12424
12425         * NEWS:
12426         * configure.ac:
12427
12428         Release 0.1.7
12429
12430 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12431
12432         * ps/Makefile.am:
12433         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12434         (gtk_gs_defaults_get_alpha_parameters),
12435         (gtk_gs_defaults_get_ungzip_cmd),
12436         (gtk_gs_defaults_get_unbzip2_cmd):
12437         * ps/gsdefaults.h:
12438         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12439         (ps_document_get_orientation), (document_load),
12440         (ps_document_goto_page), (ps_document_set_page_size):
12441         * ps/ps-document.h:
12442
12443         Some more sanitization of the ps backend. Remove a lot
12444         of unused code and do not base our defaults on ggv
12445         preferences (ugh!)
12446
12447 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12448
12449         * thumbnailer/evince-thumbnailer.schemas:
12450         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12451         (main): add -s option for thumbnail size.
12452
12453 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12454
12455         * configure.ac:
12456
12457         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12458         remove it.
12459
12460 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12461
12462         * pdf/pdf-document.cc:
12463
12464         Remove 4 pixels of useless border from the
12465         thumbnail.
12466
12467 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12468
12469         * backend/ev-document-thumbnails.c:
12470         (ev_document_thumbnails_get_thumbnail):
12471         * backend/ev-document-thumbnails.h:
12472
12473         Rework API a bit. Add a border flag and
12474         change sizing logic (now the size we specify
12475         applies to the bigger dimension).
12476
12477         * pdf/pdf-document.cc:
12478         * pixbuf/pixbuf-document.c:
12479         (pixbuf_document_thumbnails_get_thumbnail):
12480         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12481         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12482
12483         Adapt to the new API and do not draw a border for nautilus
12484         thumbnailer.
12485
12486 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12487
12488         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12489         take thumbnails from page "0" instead of "1". Added a copyright header.
12490
12491 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12492
12493         * ps/ps-document.c: (set_up_page), (start_interpreter):
12494
12495         Make it C89 compliant
12496
12497 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12498
12499         * Makefile.am:
12500         * configure.ac:
12501         * pdf/.cvsignore:
12502         * pdf/pdf-document.cc:
12503         * thumbnailer/Makefile.am:
12504         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12505         (main):
12506         * thumbnailer/evince-thumbnailer.schemas:
12507         * thumbnailer/pdf-icon.png:
12508
12509         Add a nautilus thumbnailer.
12510         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12511
12512 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12513
12514         * NEWS:
12515         * configure.ac:
12516         * po/POTFILES.in:
12517
12518         Release 0.1.6
12519
12520 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12521
12522         Use poppler instead of including xpdf source code.  Poppler is a
12523         fork of xpdf to build it as a shared library. See
12524         http://freedesktop.org/wiki/Software/poppler.
12525
12526         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12527         xpdf fork.
12528         
12529         * pdf/Makefile.am: Build libpdfdocument.a here.
12530         
12531         * pdf/GDKSplashOutputDev.cc:
12532         * pdf/GDKSplashOutputDev.h:
12533         * pdf/GnomeVFSStream.cc:
12534         * pdf/GnomeVFSStream.h:
12535         * pdf-document.cc:
12536         * pdf-document.h:
12537         * test-gdk-output-dev.cc
12538         * Thumb.cc:
12539         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12540         against poppler.
12541
12542 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12543
12544         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12545
12546         Clear idle stack before unsetting the document
12547
12548 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12549
12550         * ps/ps-document.c: (ps_document_widget_event),
12551         (ps_document_set_target), (ps_document_finalize),
12552         (ps_document_get_page):
12553
12554         Disconnect the widget event signal on finalize.
12555         Some code cleanups.
12556
12557 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12558
12559         * ps/ps-document.c: (set_up_page):
12560
12561         If there is no bpixmap create one, even if size
12562         is not changed.
12563
12564 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12565
12566         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12567         (set_up_page), (document_load), (ps_document_set_zoom):
12568
12569         Default page is 0. Calculate size even when we have no
12570         target yet.
12571
12572 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12573
12574         * shell/ev-sidebar.c: expand the selection widget to be always as
12575         wide as the sidebar
12576
12577 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12578
12579         * shell/ev-sidebar-thumbnails.c:
12580         (ev_sidebar_thumbnails_set_document):
12581
12582         Clear the list store when setting document
12583
12584 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12585
12586         * shell/ev-page-action.c: (update_entry), (sync_entry),
12587         (activate_cb), (entry_size_request_cb), (create_tool_item),
12588         (connect_proxy):
12589
12590         Use an entry for the page control instead of spinbuttons
12591
12592 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12593
12594         * data/evince.schemas.in:
12595
12596         Correct confusing string
12597
12598 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12599
12600         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12601         for real.  Gosh, how long has this been broken.
12602
12603         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12604         check for a NULL link.  We crash otherwise.
12605
12606 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12607
12608         * NEWS:
12609         * configure.ac:
12610
12611         Release 0.1.5
12612
12613 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12614
12615         * configure.ac: add the french translation.
12616
12617 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12618
12619         * shell/ev-window.c:
12620
12621         Remove unused header -> fix distcheck
12622
12623 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12624
12625         * shell/ev-window.c: (update_window_title),
12626         (ev_window_popup_password_dialog):
12627
12628         Unescape filename for display
12629
12630 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12631
12632         * pdf/xpdf/pdf-document.cc:
12633
12634         In get_page_size deal with rotation. Also
12635         cleanup the function a bit.
12636
12637 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12638
12639         * pdf/xpdf/pdf-document.cc:
12640
12641         Fix crash when opening in new window
12642
12643 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12644
12645         * configure.ac:
12646
12647         Check ghostscript >= 7
12648
12649 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12650
12651         * shell/ev-window.c:
12652
12653         Make page width the default sizing mode
12654
12655 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12656         Marco Pesenti Gritti <marco@gnome.org>
12657
12658         * shell/ev-window.c: Remember the sidebar size
12659
12660         * data/evince.schemas.in: Add a new gconf key to store the size of
12661         the sidebar
12662
12663 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12664
12665         * data/evince-ui.xml:
12666         * shell/ev-window.c: (update_action_sensitivity),
12667         (ev_window_cmd_view_reload):
12668         
12669         Add a "Reload" action and menu entry
12670
12671 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12672
12673         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12674         iff the type doesn't support thumbnailing and indexing.
12675
12676 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12677
12678         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12679
12680 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12681
12682         * pdf/splash/Splash.cc:
12683
12684         Port fix for a crasher from kde bug
12685         http://bugs.kde.org/show_bug.cgi?id=97131
12686
12687 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12688
12689         * pdf/xpdf/pdf-document.cc:
12690
12691         Return a link even if it's of an unrecognized
12692         type. Otherwise we go in an infinte cycle.
12693
12694 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12695
12696         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12697         (size_allocate_cb), (ev_window_set_sizing_mode):
12698
12699         Update size when switching mode
12700
12701 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12702
12703         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12704         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12705         (ev_window_cmd_view_normal_size):
12706
12707         Fix size toggle buttons behavior
12708
12709 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12710
12711         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12712         (doc_rect_to_view_rect), (ev_view_size_allocate),
12713         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12714         (scale_changed_callback):
12715
12716         Do not cache offsets in size_allocate.
12717
12718 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12719
12720         * shell/ev-view.c: (ev_view_size_allocate):
12721
12722         Calculate offsets before calling the parent
12723         class (which does a redraw)
12724
12725 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12726
12727         * pdf/xpdf/pdf-document.cc:
12728
12729         Fix a crasher on exit. Unused code, put a TODO
12730
12731 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12732
12733         * backend/ev-document.c: (ev_document_class_init),
12734         (ev_document_page_changed), (ev_document_scale_changed):
12735         * backend/ev-document.h:
12736
12737         Separate page/scale notifications
12738
12739         * pdf/xpdf/pdf-document.cc:
12740
12741         Emit the new signals.
12742         Do not display the pdf page in _render, do it
12743         when scale/page are requested.
12744
12745         * ps/ps-document.c: (ps_document_set_zoom),
12746         (ps_document_widget_event):
12747         * ps/ps-document.h:
12748
12749         Emit the new signals.
12750
12751         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12752         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12753         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12754         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12755         * shell/ev-view.h:
12756         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12757         (ev_window_cmd_view_page_width), (size_allocate_cb),
12758         (ev_window_set_sizing_mode):
12759
12760         Rework sizing to be pixel based.
12761         There are bugs but should be already way better.
12762
12763 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12764
12765         * shell/ev-window.c: (ev_window_init):
12766
12767         Do not allow to shrink sidebar smaller then
12768         child requisition
12769
12770 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12771
12772         * shell/ev-sidebar.[ch]
12773         * shell/ev-window.c:
12774
12775         Improved sidebar widget. Fixes #166683
12776
12777 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12778
12779         * shell/ev-view.c (update_find_status_message): Give translators
12780         more flexibility with ngettext plural handling.
12781
12782 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12783
12784         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12785         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12786         page when we get the page size.
12787
12788 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12789
12790         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12791
12792         ps pages are 0 based, convert 
12793
12794 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12795
12796         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12797
12798         Initialize correct parent class. Set GError on document load
12799
12800 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12801
12802         * pdf/xpdf/pdf-document.cc:
12803
12804         Fixup selection offset calculation
12805
12806         * shell/ev-view.c: (view_rect_to_doc_rect),
12807         (doc_rect_to_view_rect), (ev_view_size_allocate),
12808         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12809         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12810
12811         Store selection as document relative, so that zooming
12812         and offset changing doesnt break it.
12813
12814 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12815
12816         * shell/ev-view.c: (ev_view_best_fit):
12817
12818         Do not try to best fit if the view is not realized
12819
12820 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12821           
12822         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12823
12824 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12825
12826         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12827
12828 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12829
12830         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12831         the popup window.  That prevents it resizing when in full screen
12832         mode.
12833
12834         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12835         multiple rerenders.  This pretty much sucks.
12836
12837         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12838         rest of the toolbar.
12839
12840 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12841
12842         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12843
12844 2005-02-17  Alexander Shopov  <ash@contact.bg>
12845
12846         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12847
12848 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12849
12850         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12851
12852 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12853
12854         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12855         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12856         (set_document_page), (document_changed_callback),
12857         (ev_view_set_document), (ev_view_find_previous),
12858         (ev_view_hide_cursor), (ev_view_show_cursor):
12859         * shell/ev-view.h:
12860         * shell/ev-window.c: (update_chrome_visibility),
12861         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12862         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12863         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12864         (ev_window_unfullscreen):
12865         * shell/main.c: (main):
12866
12867         Automatically hide the fullscreen button.
12868         Patch by Kristian Høgsberg <krh@redhat.com>
12869
12870 2005-02-16  Vincent Noel  <vnoel@cox.net>
12871
12872         * shell/main.c (main): Specify an icon for the window. Patch by
12873         Jaap A. Haitsma. Fixes #166177.
12874
12875 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12876
12877         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12878
12879 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12880
12881         * backend/ev-document-misc.h:
12882         * backend/ev-document-misc.c:
12883         (ev_document_misc_get_page_border_size),
12884         (ev_document_misc_paint_one_page): New function to canonicalize
12885         sizing/painting a border.
12886
12887         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12888         used.
12889
12890         * pdf/xpdf/pdf-document.cc: use new function
12891
12892         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12893         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12894         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12895         shell/ev-window.c: (update_sizing_buttons),
12896         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12897         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12898         (ev_window_cmd_view_page_width), (size_allocate_cb),
12899         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12900         and "fit width" values act as toggle buttons so they stay
12901         toggled.  It's not 100% perfect, and it's a little slow, but it's
12902         good enough to commit I think.
12903
12904 2005-02-15  David Lodge  <dave@cirt.net>
12905
12906         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12907
12908 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12909
12910         * shell/ev-window.c (update_window_title): replace newlines in
12911         the title by spaces. Bug #166107.
12912
12913 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12914
12915         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12916         parameters providing allocation width and height without
12917         scrollbars and width of a possible vertical scrollbar. With this
12918         additional information the functions can work as
12919         intended. Unfortunately they're not idempotent. We should
12920         transform these commands to toggles. Fixes Bug #164976
12921         Initial patch by Stephane Loeuillet, then heavily modified.
12922
12923         * shell/ev-view.h: update prototypes.
12924
12925         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12926         (ev_window_cmd_view_page_width): provide EvView fit functions with
12927         all the information they need. Formulas to calculate this
12928         information taken from GtkScrolledWindow.
12929
12930 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12931
12932         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12933         created a thumbnail, the list store is updated to know
12934         that the thumbnail is set. Fixes bug #166792
12935
12936 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12937
12938         * shell/ev-window.c: fixed typo, closes bug 166897
12939
12940         * TODO: updated TODO with bug numbers that are relevant
12941
12942 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12943
12944         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12945
12946 2005-02-09  Vincent Noel  <vnoel@cox.net>
12947
12948         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12949         and "Next" toolbar buttons as important to make them stand out.
12950
12951 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12952
12953         * lib/ev-debug.c:
12954         * lib/ev-debug.h:
12955         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12956         (start_interpreter), (stop_interpreter), (document_load),
12957         (ps_document_next_page), (ps_document_goto_page),
12958         (ps_document_set_page_size), (ps_document_widget_event),
12959         (ps_document_render):
12960         * shell/ev-page-view.c: (ev_page_view_dispose):
12961         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12962
12963         Fix compilation on non-gcc platforms
12964
12965 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12966
12967         * NEWS:
12968         * configure.ac:
12969
12970         Release 0.1.4
12971
12972         * pdf/xpdf/Catalog.cc:
12973         * pdf/xpdf/XRef.cc:
12974
12975         Fix the fix for CAN-2004-0888
12976
12977 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12978
12979         * data/Makefile.am:
12980         * data/evince-ui.xml:
12981         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12982         * shell/ev-stock-icons.h:
12983         * shell/ev-window.c: (update_action_sensitivity),
12984         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12985         (set_action_properties):
12986
12987         Improve toolbar layout/icons
12988
12989 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12990
12991         * pdf/xpdf/pdf-document.cc:
12992
12993         Add warnings about unimplemented/unknown link
12994         types.
12995
12996 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12997
12998         * ps/ps-document.c: (set_up_page):
12999
13000         Log gs property
13001
13002 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13003
13004         * ps/ps-document.c: (start_interpreter):
13005
13006         Log gs env var
13007
13008 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13009
13010         * shell/ev-page-view.c: (ev_page_view_dispose):
13011         * shell/ev-view.c: (ev_view_finalize):
13012         * shell/ev-window.c: (ev_window_setup_document),
13013         (ev_window_dispose), (ev_window_init):
13014
13015         Solve more refs issues.
13016
13017         I commented out the page_view initialization for now:
13018         it was never destroyed (because it's never added
13019         to a container). Because of that we was leaking
13020         gs processes. Couldnt think to a clean fix.
13021         We need to figure this out, password view has the
13022         same issue probably.
13023
13024 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13025
13026         * ps/ps-document.c: (ps_document_finalize),
13027         (ps_document_get_n_pages), (ps_document_get_page):
13028
13029         Some cleanups, stop the interpreter on finalize
13030
13031         * shell/ev-page-view.c: (ev_page_view_dispose),
13032         (ev_page_view_class_init):
13033
13034         Release our reference on the document
13035
13036 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13037
13038         * Makefile.am:
13039         * configure.ac:
13040         * doc/debugging.txt:
13041         * lib/.cvsignore:
13042         * lib/Makefile.am:
13043         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13044         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13045         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13046         * lib/ev-debug.h:
13047
13048         Add debugging helpers
13049
13050         * ps/Makefile.am:
13051         * ps/ps-document.c: (set_up_page), (start_interpreter),
13052         (stop_interpreter), (document_load), (ps_document_next_page),
13053         (ps_document_goto_page), (ps_document_set_page_size),
13054         (ps_document_widget_event), (ps_document_render):
13055         * shell/Makefile.am:
13056         * shell/ev-view.c: (expose_bin_window):
13057         * shell/main.c: (main):
13058
13059         Add some logs
13060         
13061 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13062
13063         * ps/ps-document.c: (ps_document_widget_event):
13064
13065         Initialize message_window, this should make ps
13066         rendering really work! (Never noticed because I was
13067         testing with a ps that is causing gs to exit every time!)
13068
13069 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13070
13071         * data/evince.schemas.in: updated simple error in applyto closing tag
13072
13073 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13074
13075         * Makefile.am:
13076         * configure.ac:
13077         * data/.cvsignore:
13078         * data/Makefile.am:
13079         * data/evince-ui.xml:
13080         A data/evince.schemas.in:
13081         * po/POTFILES.in:
13082         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13083         * shell/ev-stock-icons.h:
13084         * shell/ev-window.c: (update_chrome_visibility),
13085         (update_chrome_flag), (ev_window_cmd_edit_find),
13086         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13087         (ev_window_unfullscreen), (ev_window_focus_in_event),
13088         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13089         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13090         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13091         (ev_window_dispose), (ev_window_class_init),
13092         (set_action_properties), (set_chrome_actions), (load_chrome),
13093         (ev_window_init):
13094
13095         Implement fullscreen mode changes from bug #164776.
13096         Also implement persistent chrome toggles.
13097
13098 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13099
13100         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13101
13102 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13103
13104         * NEWS:
13105         * configure.ac:
13106         * shell/ev-view.c:
13107
13108         Add another check for find interface
13109
13110         Release 0.1.3
13111
13112 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13113
13114         * shell/ev-application.c: (ev_application_open):
13115         * shell/ev-window.c: (ev_window_open):
13116
13117         Open gzipped ps documents
13118
13119 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13120
13121         * TODO:
13122         * shell/ev-view.c: (set_document_page):
13123
13124         Clamp page number, dont try to move to
13125         not existant pages.
13126
13127 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13128
13129         * backend/ev-document-find.c: (ev_document_find_changed):
13130         * backend/ev-document-find.h:
13131         * pdf/xpdf/pdf-document.cc:
13132         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13133         * shell/ev-window.c: (find_bar_search_changed_cb):
13134
13135         Fix several bugs with find
13136
13137 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13138
13139         * shell/ev-sidebar-thumbnails.c
13140         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13141         document. Prevents warning from scroll_to_cell.
13142
13143 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13144
13145         * configure.ac: Add «nb» to ALL_LINGUAS too.
13146
13147 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13148
13149         * NOTES: New file with some random thoughts.
13150
13151         * TODO: Update.
13152
13153         * backend/ev-document-misc.c:
13154         (ev_document_misc_get_page_border_size): New function to
13155         canonicalize shadow drawing sizes.  Possibly goofy.
13156
13157         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13158         (ev_view_best_fit), (ev_view_fit_width):
13159         * pdf/xpdf/pdf-document.cc:
13160         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13161         * ps/ps-document.c: (ps_document_get_page_size):
13162         * backend/ev-document-misc.h:
13163         * backend/ev-document.c: (ev_document_get_page_size):
13164         * backend/ev-document.h: get_page_size now takes a page number
13165         parameter.  Made all the backends/frontends honor it.
13166
13167         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13168         see.  Doesn't work yet.
13169
13170         * shell/Makefile.am:
13171         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13172         Doesn't do anything yet.
13173
13174         * shell/ev-sidebar-thumbnails.c:
13175         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13176         [0..n_pages-1]
13177
13178         * shell/ev-window.c: (update_action_sensitivity),
13179         (ev_window_setup_document), (ev_window_set_page_mode),
13180         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13181         view-swapping code a bit so we can have multiple views on a
13182         document.  Add the multi-page view, though it can't be turned on
13183         yet.
13184
13185 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13186
13187         * shell/ev-application.c: (ev_application_open):
13188         * shell/ev-view.c: (expose_bin_window):
13189         * shell/ev-window.c: (ev_window_open):
13190
13191         Support eps and check document supports find
13192         before drawing highlightings in expose.
13193
13194 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13195
13196         * pixbuf/pixbuf-document.c:
13197         (pixbuf_document_thumbnails_get_dimensions),
13198         (pixbuf_document_document_thumbnails_iface_init):
13199
13200         implement get_dimensions
13201
13202 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13203
13204         * NEWS:
13205         * configure.ac:
13206
13207         Release 0.1.2
13208
13209 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13210
13211         * shell/ev-view.c: (set_document_page):
13212
13213         Scroll at the top of the page when changing page
13214
13215 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * shell/ev-view.c: (ev_view_motion_notify_event):
13218
13219         Do not redraw unnecessarily
13220
13221 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13222
13223         * pdf/xpdf/pdf-document.cc:
13224         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13225         (expose_bin_window), (find_changed_cb):
13226
13227         Yay! find works now... Now to find bugs...
13228
13229 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13230
13231         * backend/ev-document-find.c: (ev_document_find_base_init),
13232         (ev_document_find_changed):
13233         * backend/ev-document-find.h:
13234         * pdf/xpdf/pdf-document.cc:
13235         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13236         (expose_bin_window), (ev_view_init), (set_document_page),
13237         (ensure_rectangle_is_visible), (jump_to_find_result),
13238         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13239         (ev_view_find_next), (ev_view_find_previous):
13240         * shell/ev-view.h:
13241         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13242
13243         More work on find implementation, mostly there now
13244
13245 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13246
13247         * backend/ev-backend-marshalers.list:
13248         * backend/ev-document-find.c: (ev_document_find_base_init),
13249         (ev_document_find_cancel), (ev_document_find_page_has_results),
13250         (ev_document_find_get_n_results), (ev_document_find_get_result),
13251         (ev_document_find_get_progress), (ev_document_find_changed):
13252         * backend/ev-document-find.h:
13253
13254         Enanche the find interface to be really able to do
13255         multi page find.
13256
13257         * pdf/xpdf/pdf-document.cc:
13258
13259         Implement
13260
13261         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13262         (expose_bin_window), (ev_view_init),
13263         (ev_view_get_find_status_message), (find_changed_cb),
13264         (ev_view_set_document), (set_document_page):
13265
13266         Adapt to the new interface. A few things are regressed sorry,
13267         I will finish it soon.
13268
13269 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13270
13271         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13272         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13273         ev_sidebar_thumbnails_parent_class variable, don't define another
13274         parent_class variable.
13275
13276         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13277         (ev_page_action_class_init): ditto.
13278
13279         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13280         (pixbuf_document_class_init): ditto.
13281
13282         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13283         ditto.
13284
13285         * .cvsignore: ignore various valgrind output files.
13286
13287 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13288
13289         * data/evince-ui.xml:
13290         * shell/Makefile.am:
13291         * shell/ev-history.c:
13292         * shell/ev-history.h:
13293         * shell/ev-navigation-action.c:
13294         * shell/ev-navigation-action.h:
13295         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13296         (ev_view_set_page), (ev_view_fit_width):
13297         * shell/ev-view.h:
13298         * shell/ev-window.c: (update_action_sensitivity),
13299         (ev_window_setup_document), (register_custom_actions):
13300
13301         Kill session history
13302
13303 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13304
13305         * shell/ev-window.c: (update_action_sensitivity):
13306
13307         Fix inverted up/down buttons
13308
13309 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13310
13311         * shell/ev-sidebar-thumbnails.c
13312         (ev_sidebar_thumbnails_select_page): make sure the selected
13313         thumbnail stays visible.
13314
13315 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13316
13317         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13318         scrolled window for Federico.
13319
13320 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13321
13322         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13323
13324 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13325
13326         * configure.ac:
13327         * pdf/splash/SplashFTFontEngine.cc:
13328
13329         Fix CID fonts with freetype 2.1.9
13330
13331 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13332
13333         * TODO: added item for desktop icon thumbnailer
13334
13335 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13336
13337         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13338         unloaded docs when the title is accessed.
13339
13340         * shell/ev-password-view.[hc]: New widget for displaying password
13341         state.
13342
13343         * shell/ev-window.[ch]: Refactor password handling code to handle
13344         the new view.
13345
13346 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * NEWS:
13349         * configure.ac:
13350         * data/Makefile.am:
13351
13352         Release 0.1.1
13353
13354 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13355
13356         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13357         ignore page offset here, to make search results independent of it,
13358
13359         * shell/ev-view.c (expose_bin_window): but take offsets into
13360         account here. Bug #164932
13361
13362         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13363         scale at the right time. Bug #164996
13364
13365 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13366
13367         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13368         fix the problem. Now I just removed the Adobe font names and hope
13369         that the URW fonts are always in outline format. Bug #164934
13370
13371         * shell/ev-window.c (update_window_title): empty titles are
13372         useless, use filename in that case too.
13373
13374         * NEWS: Add some content.
13375
13376 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13377
13378         * TODO: added one more TODO item and a TODONE section :)
13379
13380 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13381
13382         * ps/ps-document.h: add page_[xy]_offset fields.
13383
13384         * ps/ps-document.c (ps_document_set_page_offset)
13385         (ps_document_render): Keep offset in consideration in a few
13386         places. Bug #164752 "postscript documents are not centered in
13387         window"
13388
13389         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13390         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13391
13392         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13393         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13394         stub out missing methods for complete EvDocument implementation.
13395         Fixes segfaults with Save A Copy and Copy actions.
13396
13397         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13398         (ps_document_document_iface_init): ditto.
13399         
13400 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13401
13402         * data/.cvsignore:
13403         * data/Makefile.am:
13404         * data/evince.desktop.in:
13405
13406         Add desktop file
13407
13408 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13409
13410         * shell/ev-view.c: (ev_view_button_press_event),
13411         (ev_view_motion_notify_event):
13412
13413         Make selection work in any direction
13414
13415 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13416
13417         * TODO:
13418         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13419
13420         Use shorter labels for some of the toolbars items
13421
13422 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13423
13424         * pdf/xpdf/pdf-document.cc:
13425
13426         Check the links info is initialized before
13427         using it. Should fix a crash on startup.
13428
13429 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13430
13431         * pixbuf/pixbuf-document.c
13432         (pixbuf_document_thumbnails_get_dimensions): force floating point
13433         division to calculate page_ratio. Fixes crash with landscape
13434         format pixbufs.
13435
13436 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13437
13438         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13439
13440 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13441
13442         * shell/ev-view.c (set_document_page): unset has_selection when
13443         the page changes.
13444         (set_document_page): handle paper size changes when the page
13445         changes (test with Free Culture, page 2).
13446
13447 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13448
13449         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13450         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13451
13452         Use normal style color for the widget background and
13453         draw a black box around the page.
13454
13455 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13456
13457         * pdf/xpdf/pdf-document.cc:
13458
13459         Keep offset in consideration in a few places
13460
13461         * shell/ev-view.c: (expose_bin_window):
13462
13463         Set the offsets so that the document is ever centered
13464
13465 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13466
13467         * TODO: Added TODO items and finished off the first todo item
13468
13469         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13470         reflect current authors
13471
13472 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13473
13474         * pdf/xpdf/pdf-document.cc:
13475         * shell/ev-view.c: (ev_view_set_cursor),
13476         (ev_view_motion_notify_event), (document_changed_callback),
13477         (set_document_page):
13478
13479         Show a wait cursor while the page is rendering
13480
13481 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13482
13483         * shell/ev-sidebar-thumbnails.c:
13484         (ev_sidebar_tree_selection_changed),
13485         (ev_sidebar_thumbnails_select_page):
13486         * shell/ev-sidebar-thumbnails.h:
13487         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13488         (ev_view_can_go_forward):
13489         * shell/ev-window.c: (ev_window_open_page),
13490         (ev_window_setup_document), (update_current_page),
13491         (view_page_changed_cb), (ev_window_init):
13492         * shell/ev-window.h:
13493
13494         Ensure thumbnails selection, toolbar page control and
13495         current page are in sync.
13496
13497 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13498
13499         * pdf/xpdf/XRef.cc:
13500
13501         Fix CAN-2005-0064
13502
13503 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13504
13505         * backend/Makefile.am:
13506         * backend/ev-document-links.h:
13507         * backend/ev-document-security.c: (ev_document_security_get_type),
13508         (ev_document_security_has_document_security),
13509         (ev_document_security_set_password):
13510         * backend/ev-document-security.h:
13511         * backend/ev-document.c: (ev_document_error_quark):
13512         * backend/ev-document.h:
13513         * data/Makefile.am:
13514         * data/evince-password.glade:
13515         * pdf/xpdf/pdf-document.cc:
13516         * shell/Makefile.am:
13517         * shell/ev-password.c: (ev_password_set_bad_password_label),
13518         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13519         (ev_password_dialog_get_password),
13520         (ev_password_dialog_set_bad_pass):
13521         * shell/ev-password.h:
13522         * shell/ev-window.c: (ev_window_get_attribute),
13523         (ev_window_set_property), (update_action_sensitivity),
13524         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13525         (ev_window_setup_document), (ev_window_get_password),
13526         (ev_window_open), (ev_window_cmd_save_as),
13527         (using_postscript_printer), (ev_window_print),
13528         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13529         (update_fullscreen_popup), (ev_window_fullscreen),
13530         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13531         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13532         (menu_item_select_cb), (find_bar_search_changed_cb),
13533         (ev_window_dispose), (ev_window_init):
13534
13535         Add initial support for password-supported dialogs.  This could be
13536         a lot cooler, but it'll do for now.
13537
13538 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13539
13540         * pdf/xpdf/pdf-document.cc:
13541         * shell/ev-view.c: (status_message_from_link),
13542         (ev_view_set_status), (ev_view_set_cursor),
13543         (ev_view_motion_notify_event), (ev_view_init):
13544         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13545
13546         Fix bugs in the links implementation and change cursor
13547         when hovering a link.
13548
13549 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13550
13551         * viewer/.cvsignore: added cvsignore file for viewer directory
13552
13553         * TODO: created TODO document
13554
13555 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13556
13557         * shell/ev-view.h:
13558         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13559         new functions to help with implementation of sensitivity code
13560         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13561         of all actions that might require it.  Fixes a crash when you
13562         click on the Zoom actions in a window lacking a document.
13563
13564 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13565
13566         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13567         of the Find action
13568
13569 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13570
13571         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13572         (pixbuf_document_document_iface_init):
13573         * ps/ps-document.c: (ps_document_get_link),
13574         (ps_document_document_iface_init):
13575         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13576         (status_message_from_link), (ev_view_set_status),
13577         (ev_view_set_find_status), (ev_view_motion_notify_event),
13578         (ev_view_button_release_event), (ev_view_set_property),
13579         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13580         (ev_view_get_find_status_message), (update_find_results),
13581         (ev_view_get_status), (ev_view_get_find_status):
13582         * shell/ev-view.h:
13583         * shell/ev-window.c: (view_status_changed_cb),
13584         (view_find_status_changed_cb), (ev_window_init):
13585
13586         View status message support, use it to show the links.
13587         Needs work...
13588
13589 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13590
13591         * backend/ev-document.c: (ev_document_get_link):
13592         * backend/ev-document.h:
13593         * pdf/xpdf/pdf-document.cc:
13594         * shell/ev-application.c: (ev_application_open):
13595         * shell/ev-application.h:
13596         * shell/ev-sidebar-links.c: (selection_changed_cb):
13597         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13598         (ev_view_go_to_link):
13599
13600         Add support for document links
13601
13602 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13603
13604         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13605         (create_tool_item):
13606         Set the spin button limits correctly.
13607         
13608         * shell/ev-sidebar-thumbnails.c:
13609         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13610         Support changing pages by clicking on the thumbnails.
13611         
13612 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13613
13614         * pixbuf/pixbuf-document.c:
13615         (pixbuf_document_thumbnails_get_dimensions),
13616         (pixbuf_document_document_thumbnails_iface_init):
13617
13618         implement get_dimensions
13619
13620 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13621
13622         * ps/ps-document.c: (ps_document_goto_page):
13623
13624         Fix page switching on multipage documents
13625
13626 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13627
13628         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13629         
13630         check for NULL before assigning to width and height parameters
13631
13632 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13633
13634         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13635         (pixbuf_document_set_property), (pixbuf_document_get_property):
13636
13637         implement get/set properties
13638
13639 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13640
13641         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13642         
13643         return NULL instead of "Unknown", letting the title get set to
13644         the filename when the pdf has no title.
13645
13646 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13647
13648         * ps/ps-document.c: (ps_document_get_page_count),
13649         (ps_document_goto_page):
13650
13651 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13652
13653         * shell/ev-history.c: (ev_history_get_property),
13654         (ev_history_set_property), (ev_history_class_init),
13655         (ev_history_add_page), (ev_history_set_current_index):
13656         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13657         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13658         (ev_navigation_action_finalize):
13659         * shell/ev-navigation-action.h:
13660         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13661         (ev_view_go_forward), (ev_view_get_find_status_message),
13662         (history_index_changed_cb), (ev_view_set_history):
13663         * shell/ev-view.h:
13664         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13665         (update_current_page), (register_custom_actions):
13666
13667         Implement history dropdowns
13668
13669 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13670
13671         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13672         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13673         (ev_view_go_forward):
13674         * shell/ev-window.c: (register_custom_actions):
13675
13676         Fix several history bugs
13677
13678 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13679
13680         * configure.ac: Add «nb» to ALL_LINGUAS.
13681
13682 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13683
13684         * backend/Makefile.am:
13685         * backend/ev-bookmark.c:
13686         * backend/ev-bookmark.h:
13687         * backend/ev-document-bookmarks.c:
13688         * backend/ev-document-bookmarks.h:
13689         * backend/ev-document-links.c: (ev_document_links_get_type),
13690         (ev_document_links_has_document_links),
13691         (ev_document_links_begin_read), (ev_document_links_get_link),
13692         (ev_document_links_get_child), (ev_document_links_next),
13693         (ev_document_links_free_iter):
13694         * backend/ev-document-links.h:
13695         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13696         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13697         (ev_link_get_link_type), (ev_link_set_link_type),
13698         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13699         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13700         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13701         (ev_link_new_external):
13702         * backend/ev-link.h:
13703         * pdf/xpdf/pdf-document.cc:
13704         * shell/Makefile.am:
13705         * shell/ev-application.c: (ev_application_open_link):
13706         * shell/ev-application.h:
13707         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13708         (ev_history_get_link_nth):
13709         * shell/ev-history.h:
13710         * shell/ev-sidebar-bookmarks.c:
13711         * shell/ev-sidebar-bookmarks.h:
13712         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13713         (ev_sidebar_links_class_init), (selection_changed_cb),
13714         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13715         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13716         (do_one_iteration), (populate_links_idle),
13717         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13718         * shell/ev-sidebar-links.h:
13719         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13720         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13721         (go_to_index):
13722         * shell/ev-view.h:
13723         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13724         * shell/ev-window.h:
13725
13726         Rename bookmark to link, and use "Index" for the sidebar panel.
13727
13728 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13729
13730         * shell/Makefile.am:
13731         * shell/ev-application.c: (ev_application_open_bookmark):
13732         * shell/ev-application.h:
13733         * shell/ev-history.c: (ev_history_init), (free_links_list),
13734         (ev_history_finalize), (ev_history_class_init),
13735         (ev_history_add_link), (ev_history_add_page),
13736         (ev_history_get_link_nth), (ev_history_get_n_links),
13737         (ev_history_get_current_index), (ev_history_set_current_index),
13738         (ev_history_new):
13739         * shell/ev-history.h:
13740         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13741         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13742         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13743         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13744         (ev_view_set_page):
13745         * shell/ev-view.h:
13746         * shell/ev-window.c: (ev_window_open_bookmark),
13747         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13748         (goto_page_cb), (register_custom_actions):
13749         * shell/ev-window.h:
13750
13751         Initial history implementation. Needs work.
13752
13753 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13754
13755         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13756
13757 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13758
13759         * cut-n-paste/recent-files/egg-recent-item.c:
13760         * cut-n-paste/recent-files/egg-recent-item.h:
13761         * cut-n-paste/recent-files/egg-recent-model.c:
13762         * cut-n-paste/recent-files/egg-recent-util.c:
13763         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13764         * cut-n-paste/recent-files/egg-recent-view.c:
13765
13766         Update
13767
13768 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13769
13770         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13771         (fillGlyph, fillImageMask, drawImage):
13772         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13773         pdf/splash/SplashTypes.h:
13774         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13775         packed mode for Splash.
13776
13777         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13778         RGB8 packed mode, eliminates the pixbuf data creation loop.
13779
13780         * shell/ev-print-job.c (ev_print_job_finalize)
13781         (ev_print_job_set_property, ev_print_job_get_property)
13782         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13783         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13784         (print_closure_finalize, ev_print_job_print): implement
13785         printing (for backends with EvPsExporter)
13786
13787         * shell/ev_print_job.h: update prototypes.
13788
13789         * shell/ev-window.c (ev_window_print): unref print job after
13790         printing.
13791
13792         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13793         unless the document implements the EvDocumentFind interface.
13794
13795 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13796
13797         * configure.ac: Added ja to ALL_LINGUAS.
13798
13799 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13800
13801         * pdf/xpdf/pdf-document.cc:
13802
13803         add a FIXME. We should probably not allocate
13804         a bookmark object every time
13805
13806 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13807
13808         * shell/ev-application.c: (ev_application_open),
13809         (ev_application_open_bookmark):
13810         * shell/ev-application.h:
13811         
13812         Add a way to open bookmarks
13813
13814         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13815         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13816         (ev_bookmark_set_property), (ev_bookmark_class_init),
13817         (ev_bookmark_new_title), (ev_bookmark_new_link),
13818         (ev_bookmark_new_external):
13819
13820         Support for external uris, better constructors.
13821
13822         * backend/ev-bookmark.h:
13823         * pdf/xpdf/pdf-document.cc:
13824         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13825
13826         Handle external uris
13827
13828 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13829
13830         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13831         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13832
13833         Hook up bookmarks navigation
13834
13835 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13836
13837         * backend/Makefile.am:
13838         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13839         (ev_bookmark_get_title), (ev_bookmark_set_title),
13840         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13841         (ev_bookmark_get_page), (ev_bookmark_set_page),
13842         (ev_bookmark_get_property), (ev_bookmark_set_property),
13843         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13844         (ev_bookmark_new):
13845         * backend/ev-bookmark.h:
13846         * backend/ev-document-bookmarks.c:
13847         (ev_document_bookmarks_get_bookmark):
13848         * backend/ev-document-bookmarks.h:
13849         * pdf/xpdf/pdf-document.cc:
13850         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13851
13852         Add a bookmark object to the backend and use it instead of get_values
13853
13854 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13855
13856         * data/evince-ui.xml:
13857
13858         Cleanup and add select all.
13859
13860         * shell/ev-view.c: (ev_view_select_all),
13861         (ev_view_button_press_event):
13862         * shell/ev-view.h:
13863         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13864
13865         Add select all.
13866         Clear selection on click.
13867
13868 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13869
13870         * shell/ev-sidebar-thumbnails.c
13871         (ev_sidebar_thumbnails_set_document): forgot to unref the
13872         loading_icon.
13873
13874 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13875
13876         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13877         at the visible page, not just linearly.  This makes it look fast.
13878
13879 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13880
13881         * backend/ev-document-misc.c
13882         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13883         white.
13884         * backend/ev-document-thumbnails.h: New interface to get the size
13885         of a page.
13886
13887 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13888
13889         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13890         make dist works
13891
13892 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13893
13894         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13895         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13896         things up a bit.
13897
13898         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13899
13900 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13901
13902         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13903         fonts. Should fix font problems on systems that have the base
13904         fonts in bitmap format. Reported by James Henstridge
13905         <james@jamesh.id.au>.
13906
13907 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13908
13909         * pdf/xpdf/Gfx.cc:
13910         * pdf/xpdf/GfxState.cc:
13911
13912         Fix for CAN-2004-1125
13913
13914 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13915
13916         * shell/ev-view.c: (ev_view_copy):
13917         * shell/ev-view.h:
13918         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13919
13920         Implement Edit->Copy
13921
13922 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13923
13924         * backend/ev-document.c: (ev_document_get_text):
13925         * backend/ev-document.h:
13926         * pdf/xpdf/pdf-document.cc:
13927         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13928         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13929         (ev_view_update_primary_selection), (ev_view_button_press_event),
13930         (ev_view_motion_notify_event), (ev_view_button_release_event):
13931
13932         Beginnings of clipboard support. Incomplete but primary sort
13933         of work.
13934
13935 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13936
13937         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13938         (expose_bin_window):
13939
13940         Nicer rubberband drawing, from GtkIconView.
13941
13942 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13943
13944         * backend/ev-document.c: (ev_document_save):
13945         * backend/ev-document.h:
13946         * data/evince-ui.xml:
13947         * pdf/xpdf/pdf-document.cc:
13948         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13949
13950         Implement "Save a copy..." menu item
13951
13952 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13953
13954         * shell/ev-view.c: (ev_view_zoom):
13955
13956         Queue a resize when zoom changes
13957
13958 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13959
13960         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13961         shadows.
13962
13963         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13964         thumbnails..
13965
13966 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13967
13968         * pdf/xpdf/pdf-document.cc
13969         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13970
13971 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13972
13973         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13974         It's slow, but I'll speed it up next!
13975
13976 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13977
13978         * shell/main.c (load_files):
13979
13980         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13981         from the command line and because it seems more appropriate.
13982
13983 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13984
13985         * data/evince-ui.xml:
13986         * shell/ev-window.c: (update_action_sensitivity),
13987         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13988
13989         s/next page/page down
13990         s/previous page/page up
13991
13992 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13993
13994         * data/evince-ui.xml:
13995
13996         Change the layout to match clarkbw design.
13997
13998         * shell/Makefile.am:
13999         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14000         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14001         (ev_navigation_action_finalize),
14002         (ev_navigation_action_set_property),
14003         (ev_navigation_action_get_property),
14004         (ev_navigation_action_class_init):
14005         * shell/ev-navigation-action.h:
14006
14007         Implement clarkbw toolbar navigation controls (incomplete)
14008
14009         * shell/ev-page-action.c: (update_label), (update_spin),
14010         (value_changed_cb), (create_tool_item), (connect_proxy),
14011         (ev_page_action_init), (ev_page_action_finalize),
14012         (ev_page_action_set_property), (ev_page_action_get_property),
14013         (ev_page_action_set_current_page),
14014         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14015         * shell/ev-page-action.h:
14016
14017         Implement a page switcher in the toolbar
14018
14019         * shell/ev-view.c: (ev_view_scroll_view):
14020         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14021         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14022         (register_custom_actions), (ev_window_init):
14023
14024         Change page on PageUp/Down.
14025
14026 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14027
14028         * pdf/xpdf/pdf-document.cc
14029         (pdf_document_thumbnails_get_thumbnail): initial stab at
14030         implementing thumbnail support for pdfs.  It only does documents
14031         with precached pdfs now.
14032
14033 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14034
14035         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14036         thumbnail code into a time-based idle as well.  Also, turn off the
14037         shadow temporarily as it's really slow.
14038
14039 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14040
14041         * backend/ev-document.c: (ev_document_class_init):
14042         * pdf/xpdf/pdf-document.cc:
14043         * shell/ev-window.c: (ev_window_open):
14044
14045         Fix document title bugs and fallback to
14046         filename when not available.
14047
14048 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14049
14050         * backend/ev-document.c: (ev_document_get_type),
14051         (ev_document_class_init), (ev_document_load),
14052         (ev_document_get_title):
14053         * backend/ev-document.h:
14054         * pdf/xpdf/pdf-document.cc:
14055         * ps/ps-document.c: (ps_document_set_property),
14056         (ps_document_get_property), (ps_document_class_init),
14057         (document_load):
14058         * ps/ps-document.h:
14059         * ps/ps.h:
14060         * shell/ev-window.c: (update_window_title), (ev_window_open),
14061         (ev_window_init):
14062
14063         Initial support for document title. Not working yet.
14064
14065 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14066
14067         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14068
14069         Grab focus on the view when clicking it
14070
14071 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14072
14073         * shell/ev-marshal.list:
14074         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14075         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14076
14077         Add key bindings to the view. Now if the focus would work
14078         right...
14079
14080 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14081
14082         * Makefile.am:
14083         * backend/Makefile.am:
14084         * data/Makefile.am:
14085         * dvi/Makefile.am:
14086         * dvi/dvilib/Makefile.am:
14087         * pdf/xpdf/Makefile.am:
14088         * po/POTFILES.in:
14089         * ps/Makefile.am:
14090
14091         Fix distcheck
14092
14093 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14094
14095         * shell/ev-view.c: (ev_view_realize):
14096
14097         Fix mouse wheel scrolling
14098
14099 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14100
14101         * ps/Makefile.am:
14102         * ps/gstypes.h:
14103         * ps/gtkgs.c:
14104         * ps/gtkgs.h:
14105         * ps/ps-document.c: (catchPipe), (ps_document_init),
14106         (ps_document_class_init), (ps_document_cleanup),
14107         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14108         (set_up_page), (close_pipe), (is_interpreter_ready),
14109         (interpreter_failed), (output), (input), (start_interpreter),
14110         (stop_interpreter), (file_length), (file_readable),
14111         (check_filecompressed), (check_pdf), (compute_xdpi),
14112         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14113         (ps_document_get_type), (ps_document_emit_error_msg),
14114         (document_load), (ps_document_next_page),
14115         (ps_document_get_current_page), (ps_document_get_page_count),
14116         (ps_document_goto_page), (ps_document_set_page_size),
14117         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14118         (ps_document_load), (ps_document_get_n_pages),
14119         (ps_document_set_page), (ps_document_get_page),
14120         (ps_document_widget_event), (ps_document_set_target),
14121         (ps_document_set_scale), (ps_document_set_page_offset),
14122         (ps_document_get_page_size), (ps_document_render),
14123         (ps_document_document_iface_init):
14124         * ps/ps-document.h:
14125         * ps/ps.c:
14126         * shell/ev-window.c: (ev_window_open):
14127
14128         Rename GtkGS to PSDocument
14129
14130 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14131
14132         * ps/gtkgs.c: (gtk_gs_class_init):
14133         * ps/gtkgs.h:
14134
14135         Some more leftover...
14136
14137 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14138
14139         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14140         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14141         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14142         * ps/gtkgs.h:
14143
14144         Remove unused code and make a lot of stuff private
14145
14146 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14147
14148         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14149         (gtk_gs_defaults_changed):
14150         * ps/gsdefaults.h:
14151         * ps/gtkgs.c:
14152         * ps/gtkgs.h:
14153         * ps/ps.h:
14154
14155         Cleanup headers dependencies
14156
14157 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14158
14159         * ps/Makefile.am:
14160         * ps/ggvutils.c:
14161         * ps/ggvutils.h:
14162         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14163         * ps/gsdefaults.h:
14164         * ps/gtkgs.c: (file_length), (file_readable),
14165         (check_filecompressed), (check_pdf), (gtk_gs_load),
14166         (gtk_gs_get_postscript):
14167
14168         Get rid of ggvutils
14169
14170 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14171
14172         * ps/ggvutils.c:
14173         * ps/ggvutils.h:
14174         * ps/gsio.h:
14175         * ps/gtkgs.c: (gtk_gs_set_zoom):
14176
14177         Cleanups
14178
14179 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14180
14181         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14182
14183         Ensure the page is rerendered when changing zoom
14184
14185 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14186
14187         * backend/ev-document.c: (ev_document_base_init),
14188         (ev_document_changed):
14189         * backend/ev-document.h:
14190
14191         Add a changed event that is emitted when the page content
14192         changes. This is necessary to deal with the fact that
14193         in ps backend rendering happen asycrounously.
14194         This makes the ps backend mostly work.
14195
14196         * pdf/xpdf/pdf-document.cc:
14197
14198         Emit changed event
14199
14200         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14201         (ps_document_set_target):
14202
14203         Emit changed event
14204
14205         * shell/ev-view.c: (document_changed_callback),
14206         (ev_view_set_document), (ev_view_set_page):
14207
14208         Redraw on the changed signal
14209
14210 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14211
14212         * configure.ac: Added pt_BR to ALL_LINGUAS.
14213
14214 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14215
14216         * backend/ev-document-bookmarks.c:
14217         (ev_document_bookmarks_get_child): *
14218         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14219         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14220         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14221         (ev_sidebar_bookmarks_destroy),
14222         (ev_sidebar_bookmarks_class_init),
14223         (ev_sidebar_bookmarks_construct), (stack_data_free),
14224         (do_one_iteration), (populate_bookmarks_idle),
14225         (ev_sidebar_bookmarks_clear_document),
14226         (ev_sidebar_bookmarks_set_document): *
14227         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14228         (ev_sidebar_add_page),
14229         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14230         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14231         it displays both the topics and the page numbers.
14232
14233 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14234
14235         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14236         toggle.
14237         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14238         visible.
14239
14240 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14241
14242         * configure.ac: Added en_CA to ALL_LINGUAS.
14243
14244 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14245
14246         * ChangeLog: replace bottom of this ChangeLog (merged history of
14247         ggv and gpdf; where all paths were wrong and most of the files are
14248         not even in this tree) with ChangeLog (from arch) of the shell
14249         code.
14250
14251 2004-12-23  Havoc Pennington  <hp@redhat.com>
14252
14253         * shell/ev-window.c: hook up potentially-questionable "find
14254         results status text" feature - something involving the sidebar or
14255         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14256         might be better in the end.
14257
14258         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14259         with corresponding signal when it should be updated
14260
14261         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14262
14263 2004-12-22  Havoc Pennington  <hp@redhat.com>
14264
14265         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14266         find stuff on other pages, sort of (only returns one result on
14267         invisible pages, to show they have results; updates full results
14268         for a page when you view it). Currently repaints the current page
14269         every time a new result is found on any page, which isn't so nice.
14270
14271 2004-12-22  Havoc Pennington  <hp@redhat.com>
14272
14273         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14274         the document doesn't support find (better ideas?)
14275         (find_bar_search_changed_cb): handle missing document or document
14276         that doesn't support find
14277
14278         * pdf/xpdf/pdf-document.cc: port to implement the new
14279         EvDocumentFindIface
14280
14281         * backend/ev-document-find.c: create a new interface for searching
14282
14283         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14284
14285 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14286
14287         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14288         libevbackend.la.
14289
14290         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14291         EvPrintJob constructor arguments.
14292
14293         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14294         for documents that can export PostScript (page by page).
14295
14296         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14297         
14298         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14299         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14300         (pdf_document_ps_exporter_iface_init:
14301         Implement EvPSExporter.
14302
14303         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14304
14305 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14306
14307         * backend/Makefile.am:
14308         * backend/ev-document-thumbnails.c:
14309         (ev_document_thumbnails_get_type),
14310         (ev_document_thumbnails_get_thumbnail):
14311         * backend/ev-document-thumbnails.h:
14312         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14313         (pixbuf_document_thumbnails_get_thumbnail),
14314         (pixbuf_document_document_thumbnails_iface_init):
14315         * shell/Makefile.am:
14316         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14317         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14318         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14319         * shell/ev-sidebar-thumbnails.h:
14320         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14321         (ev_sidebar_set_document):
14322         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14323         (create_shadow), (ev_pixbuf_add_shadow):
14324         * shell/ev-utils.h:
14325         Add thumbnail support.
14326         
14327 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14328
14329         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14330         (using_postscript_printer): Set up a print dialog for "PostScript
14331         injection" method.
14332
14333         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14334         EvPrintJob.
14335
14336         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14337
14338 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14339
14340         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14341         (ps_document_set_target), (ps_document_get_page_size),
14342         (ps_document_render):
14343         * ps/gtkgs.h:
14344
14345         Fix a few bugs
14346
14347 2004-12-22  Christian Rose  <menthos@menthos.com>
14348
14349         * configure.ac: Added "sv" to ALL_LINGUAS.
14350
14351 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14352
14353         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14354         document supports bookmarks.
14355
14356 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14357
14358         * ps/ggvutils.c: (ggv_file_readable):
14359         * ps/ggvutils.h:
14360         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14361         (gtk_gs_get_postscript):
14362
14363         Remove unused utils
14364
14365 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14366
14367         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14368         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14369         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14370         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14371         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14372         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14373         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14374         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14375         (gtk_gs_set_antialiasing), (ps_document_load),
14376         (ps_document_render):
14377         * ps/gtkgs.h:
14378
14379         Another check point for the ps backend. Now I can get it to show
14380         pages!
14381
14382 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14383
14384         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14385         document setting code.
14386
14387 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14388
14389         * shell/eggfindbar.c: (entry_activate_callback):
14390         Animate the next button when activate is pressed.
14391         
14392 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14393
14394         * shell/ev-window.c: (ev_window_cmd_edit_find),
14395         (update_fullscreen_popup), (ev_window_fullscreen),
14396         (ev_window_unfullscreen), (ev_window_state_event_cb),
14397         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14398         Fix bugs in fullscreen code.
14399         
14400 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14401
14402         * Makefile.am:
14403         * configure.ac:
14404         * pixbuf/Makefile.am:
14405         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14406         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14407         (pixbuf_document_set_page), (pixbuf_document_get_page),
14408         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14409         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14410         (pixbuf_document_render), (pixbuf_document_begin_find),
14411         (pixbuf_document_end_find), (pixbuf_document_finalize),
14412         (pixbuf_document_class_init),
14413         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14414         * pixbuf/pixbuf-document.h:
14415         * shell/Makefile.am:
14416         * shell/ev-application.c: (ev_application_open):
14417         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14418         (ev_window_open):
14419         Add pixbuf backend.
14420         
14421 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14422
14423         * Makefile.am: 
14424         * dvi/dvilib/Makefile.am:
14425         * dvi/Makefile.am:
14426         * configure.ac: Auto*ify dvi and dvi/dvilib
14427
14428         * dvi/Makefile: Remove from CVS
14429         
14430         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14431         confusion.
14432
14433         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14434         
14435         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14436         
14437 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14438
14439         * ps/Makefile.am:
14440         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14441         (gtk_gs_value_adjustment_changed), (compute_size),
14442         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14443         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14444         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14445         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14446         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14447         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14448         (ps_document_load), (ps_document_get_n_pages),
14449         (ps_document_set_page), (ps_document_get_page),
14450         (ps_document_set_target), (ps_document_set_scale),
14451         (ps_document_set_page_offset), (ps_document_get_page_size),
14452         (ps_document_render), (ps_document_begin_find),
14453         (ps_document_end_find), (ps_document_document_iface_init):
14454         * ps/gtkgs.h:
14455         * shell/Makefile.am:
14456         * shell/ev-window.c: (ev_window_open):
14457
14458         Some work to integrate gtkgs with EvDocument
14459
14460 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14461
14462         * shell/ev-window.c: (update_fullscreen_popup),
14463         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14464         (exit_fullscreen_button_clicked_cb),
14465         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14466         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14467         (ev_window_state_event_cb), (ev_window_init):
14468         Add fullscreen support from Epiphany.
14469         
14470 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14471
14472         * data/ev-stock-zoom-fit-width.png: fit-width
14473         stock icon from gpdf.
14474         
14475         * shell/ev-stock-icons.[ch]: copied from gpdf.
14476         
14477         * shell/main.c: (main): init stock icons.
14478         
14479         * shell/ev-window.c: use the fit-width icon.
14480         
14481         * data/evince-ui.xml: add zooming toolbar items.
14482
14483 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14484
14485         * shell/ev-view.c: 
14486         (ev_view_best_fit), (ev_view_fit_width): because
14487         get_page_size() returns the scaled page size, we
14488         need to calculate the scale factor relative to
14489         the previous scale factor. Should really just
14490         add get_real_page_size().
14491
14492 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14493
14494         * shell/ev-view.[ch]:
14495         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14496         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14497         add zooming.
14498         
14499         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14500         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14501         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14502         hook it up.
14503         
14504         * pdf/xpdf/pdf-document.cc:
14505         (pdf_document_begin_find),
14506         (pdf_document_end_find): make static.
14507
14508 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14509
14510         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14511
14512         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14513         names to fontconfig patterns.
14514         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14515
14516         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14517         setupBaseFontsFc.
14518
14519 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14520
14521         * Makefile.am:
14522         * configure.ac:
14523         * ps/Makefile.am:
14524         * ps/ggvutils.c:
14525         * ps/ggvutils.h:
14526         * ps/gsdefaults.c:
14527         * ps/gsdefaults.h:
14528         * ps/gsio.c:
14529         * ps/gsio.h:
14530         * ps/gtkgs.c:
14531         * ps/gtkgs.h:
14532         * ps/ps.c:
14533         * ps/ps.h:
14534
14535         Import ggv backend. Not hooked up yet.
14536
14537 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14538
14539         * shell/main.c: (load_files), (main): load files
14540         from the command line.
14541
14542 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14543
14544         * configure.ac: don't require bonobo.
14545         
14546         * cut-n-paste/recent-files/*: kill bonobo recent
14547         view.
14548
14549         * shell/ev-window.c:
14550         (ev_window_is_empty): upd.
14551         (unable_to_load), (ev_window_open): load backend
14552         based on the mime type.
14553
14554 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14555
14556         * backend/.cvsignore: ignore generated marshalers source.
14557
14558         * shell/main.c (main): this is not epiphany.
14559
14560 2004-12-22  Havoc Pennington  <hp@redhat.com>
14561
14562         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14563         (expose_bin_window): draw find highlights
14564
14565         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14566         
14567         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14568         (pdf_document_end_find): implement this interface
14569
14570         * backend/ev-document.c (ev_document_found): add this to emit
14571         signal
14572
14573 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14574
14575         * data/evince-ui.xml: Add a few more toolbar items.
14576
14577         * shell/ev-window.c: Hook up page navigation toolbar 
14578         items.
14579
14580         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14581         a page-changed signal.
14582
14583         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14584         Add ev_document_get_page().
14585
14586         * shell/ev-window.c: Sensitize/desensitize navigation
14587         actions.
14588
14589 2004-12-21  Havoc Pennington  <hp@redhat.com>
14590
14591         * backend/ev-backend-marshal.c,
14592         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14593         marshaler-generator thingy. I'm sure there's a better way to do
14594         this in the modern world.
14595
14596         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14597         end_find methods and "found" signal.
14598
14599         * configure.ac: find glib-genmarshal
14600
14601 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14602
14603         * shell/ev-sidebar.c: Construct an actual sidebar.
14604         * shell/ev-sidebar-bookmarks.[ch]:
14605         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14606
14607 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14608
14609         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14610         Redo size handling.
14611         
14612         * shell/ev-view.c: Track the size from the document.
14613
14614 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14615
14616         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14617         constructor assumes ownership of the string passed in.
14618         
14619         * shell/ev-window.c (ev_window_open): Destroy the error
14620         dialog once we've displayed it.
14621
14622 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14623
14624         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14625         a bit, it works! (sort of)
14626
14627         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14628         Move to .cc since we need to use C++ in the implementation.
14629
14630         * shell/dummy.cc: Add a CC file to force evince
14631         to be linked as a C++ program.
14632
14633 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14634
14635         * shell/ev-view.[ch]: Start of content-area widget.
14636
14637         * shell/ev-window.c: Create a EvView, update it
14638         as we change documents.
14639
14640         * shell/Makefile.am shell/ev-marshal.list: Add
14641         generated marshalers.
14642
14643 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14644
14645         * Makefile.am (SUBDIRS): move shell.
14646
14647 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14648
14649         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14650         .a to libtool convenience libraries.
14651
14652         * shell/ev-window.c (ev_window_open): Hard code loading
14653         a PDF document.
14654         
14655         * backend/ev-document.h: Add a boolean return to load(),
14656         fix GError * to GError **.
14657
14658         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14659         object for a PDF backend EvDocument.
14660
14661 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14662
14663         * dvi/*: New directory with the beginning of a .dvi backend.
14664
14665 2004-12-21  Havoc Pennington  <hp@redhat.com>
14666
14667         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14668         previous/next instead of back/forward
14669
14670 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14671
14672         * backend/ev-document.[ch]: Fix a couple of problems so
14673         it compile.
14674
14675 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14676
14677         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14678         to backend/ directory, rename EvViewer to EvDocument.
14679
14680 2004-12-21  Havoc Pennington  <hp@redhat.com>
14681
14682         * shell/ev-window.c: hook up the find bar widget; now we just need
14683         a document to find things in
14684
14685         * shell/eggfindbar.c: a find bar widget
14686
14687 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14688
14689         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14690
14691 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14692
14693         * pdf/**: Import of xpdf code from gpdf. 
14694
14695         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14696
14697         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14698         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14699         Fix FreeType includes.
14700
14701         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14702         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14703         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14704         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14705         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14706         Include xpdfconfig.h
14707         
14708 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14709
14710         * shell/ev-window.c (ev_window_dispose): dispose can be called
14711         multiple times.
14712
14713 2004-12-21  Havoc Pennington  <hp@redhat.com>
14714
14715         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14716         rather than Evince
14717
14718         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14719         items; really they should be synced with the strings, etc. from
14720         current gpdf, but just getting the boring typing out of the way 
14721
14722 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14723
14724         * po/POTFILES.in:
14725         * shell/ev-application.c: (window_destroy_cb):
14726         * shell/ev-window.c:
14727         * shell/main.c: (main):
14728
14729         Actually show the window...
14730
14731 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14732
14733         * Makefile.am:
14734         * shell/Makefile.am:
14735         * shell/ev-application.c: (ev_application_class_init):
14736         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14737
14738         Make it build again
14739
14740 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14741
14742         Import to gnome cvs.
14743         
14744         * Remove copies of gpdf and ggv trees.
14745         * Rip out all the recursive configure code.
14746         * Remove bonobo machinery.
14747         * viewer/*: GInterfaces that backends should/can implement.
14748
14749 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14750
14751         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14752         typo
14753
14754 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14755
14756         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14757         (ev_application_finalize, ev_application_class_init)
14758         (ev_application_init): use GType instance private data for priv.
14759
14760         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14761         (ev_window_finalize, ev_window_class_init)
14762         (ev_window_init): ditto.
14763
14764 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14765
14766         * shell/ev-application.c (ev_application_new_window): make public
14767         (ev_application_show_initial_window): kill.
14768
14769         * shell/ev-application.h: update prototypes.
14770
14771         * shell/main.cc (main): inline ev_application_show_initial_window.
14772
14773 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14774
14775         * shell/ev-application.c (ev_application_new_window): impl.
14776         (ev_application_show_initial_window): use it.
14777         (is_window_empty, ev_application_get_empty_window): returns an
14778         existing empty window or a new one.
14779         (ev_application_open): from ev_window_cmd_file_open.
14780
14781         * shell/ev-application.h: update prototypes
14782
14783         * shell/ev-window.c (ev_window_is_empty): impl.
14784         (ev_window_open): make public.
14785         (ev_window_cmd_file_open): use ev_application_open
14786
14787         * shell/ev-window.h: update prototypes, remove unused.
14788
14789 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14790
14791         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14792         move destroy handler out of here...
14793
14794         * shell/ev-application.c, shell/ev-application.h: ...into this new
14795         class. Also handles initial window creation.
14796
14797         * shell/main.cc (main): use EvApplication to create initial
14798         window.
14799
14800 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14801
14802         * Makefile.am (SUBDIRS): add cut-n-paste
14803
14804         * cut-n-paste/Makefile.am: add
14805
14806         * configure.ac: generate Makefiles in cut-n-paste
14807
14808 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14809
14810         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14811         (ev_window_class_init): install ev_window_dispose.
14812
14813 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14814
14815         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14816         char (gchar looks stupid).
14817
14818 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14819
14820         * po/de.po: updated German translation.
14821
14822 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14823
14824         * configure.ac: add more pkg-config library checks for gnome-vfs,
14825         bonobo etc.
14826
14827         * gpdf/configure.in: temporarily disable libpaper
14828         checks. Otherwise I'd have to add the checks for the shell, too.
14829
14830 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14831
14832         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14833         and * file filters to the file choose.
14834
14835 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14836
14837         * po/de.po: Updated German translation.
14838
14839 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14840
14841         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14842
14843 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14844
14845         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14846
14847         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14848         (ev_window_init): implement those menuitems.
14849
14850 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14851
14852         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14853
14854         * shell/ev-window.c (ev_window_init): use the toolbar.
14855
14856 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14857
14858         * shell/ev-window.c (ev_window_init): use menu translations
14859
14860 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14861
14862         * configure.ac: add "de" to ALL_LINGUAS.
14863
14864         * po/de.po: add German translation.
14865
14866 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14867
14868         * Makefile.am (SUBDIRS): add po
14869
14870         * configure.ac: check intltool, glib-gettext etc, generate
14871         po/Makefile.in
14872
14873         * po, po/POTFILES.in, po/POTFILES.skip: new.
14874
14875 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14876
14877         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14878         already use (#ifdef ENABLE_NLS)
14879
14880         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14881         pointer indirection thinko.
14882
14883         * shell/main.c: include gi18n.h for bindtextdomain etc.
14884
14885 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14886
14887         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14888         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14889         tooltips for menu items in the statusbar.
14890
14891 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14892
14893         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14894         pkgdatadir drop UIDIR
14895
14896 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14897
14898         * data/evince-ui.xml: Add File->Open menu item
14899
14900         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14901         chooser), hook it up in the ui manager.
14902
14903 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14904
14905         * shell/ev-window.c: fix Help->About tooltip.
14906
14907 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14908
14909         * configure.ac: set CFLAGS for libevprivate.
14910
14911         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14912         definitions, factory etc.
14913
14914         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14915
14916         * shell/Makefile.am: link against libevprivate.a.
14917
14918         * shell/ev-window.c (entries): add stock icon to Help->About.
14919
14920         * shell/main.c (main): init stock icon code.
14921
14922 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14923
14924         * lib/recent-files: egg recent files code
14925
14926         * lib/Makefile.am: add.
14927
14928         * Makefile.am: add lib subdir.
14929
14930         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14931         set CFLAGS for recent-files.
14932
14933 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14934
14935         * configure.ac: disable -ansi and -pedantic gcc flags. They
14936         disable POSIX stuff in stdio.h, but egg-recent uses them.
14937
14938 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14939
14940         * configure.ac: add --disable-deprecated flag (defaults to on in
14941         "cvs" builds).
14942
14943         * shell/Makefile.am (INCLUDES): use it.
14944
14945 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14946
14947         * shell/main.c: add missing #include.
14948
14949         * shell/ev-window.c: fix for pedantic gcc.
14950         (ev_window_cmd_help_about): split license into paragraphs for
14951         translators and pedantic compilers.
14952
14953 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14954
14955         * configure.ac: add more warning flags if compiling with gcc from
14956         cvs (or explicitly requested with --enable-more-warnings).
14957
14958 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14959
14960         * data/evince-ui.xml: add File and File->Close menu.
14961
14962         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14963         (ev_window_destroy): quit after destroy.
14964         (ev_window_class_init): override GtkObject::destroy.
14965         (entries): install close_window callback.
14966
14967 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14968
14969         * Makefile.am (SUBDIRS): add data subdir.
14970
14971         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14972         gtk+ 2.5.0 for GtkAboutDialog.
14973
14974         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14975         main window.
14976
14977         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14978
14979         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14980         manager.
14981         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14982
14983 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14984
14985         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14986
14987 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14988
14989         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14990
14991 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14992
14993         * shell/*: Added shell directory boilerplate, build it.
14994
14995 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14996
14997         * configure.ac, Makefile.am: Added top-level configure.ac and
14998         Makefile.am