]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
3f3ff1409756ed144e4ed6d86d5add5640f6c7e4
[evince.git] / ChangeLog
1 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * po/POTFILES.in:
4
5         Add ev-print-operation.c.
6         
7 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-window.c: (ev_window_clear_progress_idle),
10         (reset_progress_idle), (ev_window_show_progress_message),
11         (ev_window_reset_progress_cancellable),
12         (ev_window_progress_response_cb), (show_loading_progress),
13         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
14         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
15         (show_reloading_progress), (reload_remote_copy_ready_cb),
16         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
17         (show_saving_progress), (window_save_file_copy_ready_cb),
18         (window_save_file_copy_progress_cb), (ev_window_save_remote),
19         (ev_window_dispose):
20
21         Show progress information when loading/saving remote files. Fixes
22         bug #370958.
23         
24 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
27
28         Show better warning message when temp file cannot be deleted.
29         
30 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
31
32         * shell/ev-window.c: (image_save_dialog_response_cb):
33
34         Fix saving images to remote locations.
35         
36 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
37
38         * shell/ev-application.[ch]: (ev_application_shutdown),
39         (ev_application_get_print_settings_file),
40         (ev_application_save_print_settings),
41         (ev_application_get_print_settings),
42         (ev_application_set_print_settings),
43         (ev_application_get_page_setup), (ev_application_set_page_setup):
44         * shell/ev-window.c: (ev_window_save_print_page_setup),
45         (ev_window_load_print_page_setup_from_metadata),
46         (ev_window_print_page_setup_done_cb),
47         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
48         (ev_window_cmd_preview_print):
49
50         Remember page setup options too. Paper size is globally remembered
51         while page margins are stored per document in metadata file. Fixes
52         bugs #525185 and #349102.
53         
54 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * shell/ev-print-operation.c:
57         (ev_print_operation_export_print_dialog_response_cb):
58
59         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
60         
61 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * shell/ev-print-operation.c: (export_cancel),
64         (export_job_cancelled), (ev_print_operation_export_begin),
65         (ev_print_operation_export_cancel):
66         * shell/ev-window.c: (ev_window_print_cancel),
67         (ev_window_print_update_pending_jobs_message),
68         (ev_window_print_operation_done),
69         (ev_window_print_operation_status_changed),
70         (print_jobs_confirmation_dialog_response),
71         (ev_window_cmd_file_close_window):
72
73         Show a confirmation dialog when there are pending print jobs while
74         closing the main window. Fixes bug #480964.
75         
76 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
79         (ev_print_operation_get_job_name),
80         (ev_print_operation_get_status),
81         (ev_print_operation_get_progress),
82         (ev_print_operation_update_status),
83         (ev_print_operation_export_get_job_name), (clamp_ranges),
84         (get_first_and_last_page), (ev_print_operation_export_run_next),
85         (print_job_finished), (export_print_done), (export_job_cancelled),
86         (update_progress), (export_print_page),
87         (ev_print_operation_export_begin),
88         (ev_print_operation_export_print_dialog_response_cb),
89         (ev_print_operation_export_run),
90         (ev_print_operation_export_cancel),
91         (ev_print_operation_export_class_init):
92         * shell/ev-window.c:
93         (ev_window_print_update_pending_jobs_message),
94         (ev_window_print_operation_done),
95         (ev_window_print_progress_response_cb),
96         (ev_window_print_operation_status_changed),
97         (ev_window_print_operation_begin_print), (ev_window_print_range),
98         (ev_window_dispose):
99
100         Show progress information when printing. Fixes bug #482770.
101         
102 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * shell/Makefile.am:
105         * shell/ev-progress-message-area.[ch]:
106         * shell/ev-message-area.[ch]: (ev_message_area_init),
107         (ev_message_area_set_image_from_stock):
108
109         Add EvProgressMessageArea derived from EvMessageArea to show
110         progress information in the message area. 
111         
112 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
113
114         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
115
116         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
117         close button. Add a function to get the contents of the message
118         area.
119         
120 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
121
122         * shell/Makefile.am:
123         * shell/ev-print-operation.[ch]:
124         * shell/ev-jobs.[ch]: (ev_job_export_init),
125         (ev_job_export_dispose), (ev_job_export_run),
126         (ev_job_export_class_init), (ev_job_export_new),
127         (ev_job_export_set_page):
128         * shell/ev-window.c: (ev_window_print_operation_done),
129         (ev_window_print_range), (ev_window_dispose):
130
131         First step of the printing system rework. EvJobPrint has been
132         replaced by EvJobExport so that every page is scheduled to be
133         exported in a thread instead of scheduling the whole printing
134         process. This way the gui is responsive during printing.
135         
136 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
137
138         * shell/ev-window.c: (setup_size_from_metadata),
139         (ev_window_load_print_settings_from_metadata):
140
141         Fix memory leaks.
142         
143 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * libdocument/ev-document.c: (ev_document_get_type):
146
147         Add GObject type as prerequisite to EvDocument interface so that
148         document instances can be used as GObjects.
149         
150 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * shell/ev-view.c: (jump_to_find_result):
153
154         Only jump the the location of the find result for the first match
155         when searching. It drastically improves the performance when
156         searching. Bug catched and fixed by Michael Hunold. Fixes bug
157         #564774.
158         
159 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
160
161         * properties/ev-properties-main.c: (ev_properties_get_pages):
162         * properties/ev-properties-view.[ch]:
163         (ev_properties_view_dispose), (ev_properties_view_class_init),
164         (ev_properties_view_set_info), (ev_properties_view_new):
165         * shell/ev-properties-dialog.[ch]:
166         (ev_properties_dialog_set_document):
167         * shell/ev-window.c: (ev_window_setup_document),
168         (ev_window_cmd_file_properties):
169
170         Add document URI to properties page. Fixes bug #555376.
171         
172 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * configure.ac:
175         * data/Makefile.am:
176         * data/evince-password.glade: Removed
177         * data/evince-properties.glade: Removed
178         * properties/ev-properties-view.c:
179         (ev_properties_view_class_init), (set_property),
180         (ev_properties_view_set_info), (ev_properties_view_init):
181         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
182         (font_cell_data_func), (ev_properties_fonts_init):
183
184         Remove Glade dependency.
185         
186 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
187
188         * backend/comics/comics-document.c: (comics_document_load):
189
190         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
191         
192 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * NEWS:
195         * configure.ac:
196
197         Update for release 2.25.2
198         
199 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * configure.ac:
202         * shell/Makefile.am:
203         * shell/ev-keyring.[ch]:
204         * shell/ev-password.[ch]: Removed
205         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
206         (ev_password_view_class_init), (ev_password_view_clicked_cb),
207         (ev_password_view_init), (ev_password_view_set_uri),
208         (ev_password_dialog_got_response),
209         (ev_password_dialog_remember_button_toggled),
210         (ev_password_dialog_entry_changed_cb),
211         (ev_password_dialog_entry_activated_cb),
212         (ev_password_view_ask_password), (ev_password_view_get_password),
213         (ev_password_view_get_password_save_flags),
214         (ev_password_view_new):
215         * shell/ev-window.c: (ev_window_password_view_unlock),
216         (ev_window_load_job_cb), (ev_window_close_dialogs),
217         (ev_window_init):
218
219         Rework the password view. When the password is in the keyring it's
220         used automatically without showing the password dialog and it's  
221         only stored in the keyring when we are sure it's correct. The
222         password dialog has been reworked too, in order to make it
223         more hig compliant and consistent with the GTK+ dialog used in
224         gtkmountoperation. Fixes bug #562496. 
225         
226 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * backend/comics/comics-document.c: (comics_document_load):
229
230         Do not trust file extensions when getting the command needed to
231         uncompress comic documents. Fixes bug #562143.
232         
233 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * libdocument/ev-document-factory.c: (get_document_from_uri),
236         (ev_document_factory_get_document):
237         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
238         (get_mime_type_from_data), (ev_file_get_mime_type):
239
240         Move mime-type functions from document-facrory to file-helpers so
241         that it can be reused.
242         
243 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
246         (window_open_file_copy_ready_cb), (ev_window_reload_local),
247         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
248         (ev_window_reload_remote), (ev_window_reload_document):
249
250         Add support for reloading remote documents. Fixes bug #555399.
251         
252 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * shell/ev-view.c: (ev_view_find_previous):
255
256         Make sure find_result is never < 0 which causes a crash while
257         searching. Fixes bug #558377.
258         
259 2008-11-19  Marek Kašík <mkasik@redhat.com>
260
261         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
262         (ev_pixbuf_cache_get_selection_surface):
263         
264         Fixes crash on fast scrolling with simultaneous text selection.
265
266 2008-11-19  Marek Kašík <mkasik@redhat.com>
267
268         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
269         * shell/ev-window.c (launch_external_uri):
270         
271         Fixes assertion fail on selecting text. See bug #561393.
272
273 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * shell/Makefile.am:
276         * shell/ev-jobs.[ch]: (ev_job_layers_init),
277         (ev_job_layers_dispose), (ev_job_layers_run),
278         (ev_job_layers_class_init), (ev_job_layers_new):
279         * shell/ev-sidebar-layers.[ch]:
280         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
281         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
282         (ev_view_reload_page), (ev_view_reload):
283         * shell/ev-window.c: (setup_sidebar_from_metadata),
284         (ev_window_sidebar_current_page_changed_cb),
285         (sidebar_layers_visibility_changed), (ev_window_init):
286
287         Add layers support.
288         
289 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * data/icons/22x22/actions/Makefile.am:
292         * data/icons/22x22/actions/eye.png:
293         * shell/ev-stock-icons.[ch]:
294         
295         Add eye icon from gimp to hide/show layers.
296         
297 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * configure.ac:
300         * cut-n-paste/Makefile.am:
301         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
302         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
303         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
304
305         Add GimpCellRendererToggle from gimp slightly modified to fit our
306         needs. 
307         
308 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * configure.ac:
311         * backend/pdf/ev-poppler.cc:
312
313         Implement layers interface in PDF backend.
314         
315 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
316
317         * libdocument/Makefile.am:
318         * libdocument/ev-document-layers.[ch]:
319         * libdocument/ev-layer.[ch]:
320
321         Add optional content (layers) interface.
322         
323 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
324
325         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
326         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
327
328         Removes unused code.
329
330 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * NEWS:
333         * configure.ac:
334
335         Update for 2.25.1 release
336
337 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * shell/ev-window.c:
340
341         Fix build with GTK+ < 2.14
342
343 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
344
345         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
346         
347         Makes menu label translatable. Fixes bug #559129.
348
349 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
350
351         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
352         (t1_transform_font):
353         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
354         
355         More renames of warning to mdvi_warning in follow up to the
356         fix of the bug #553369. Fix for the bug #559257 by
357         Tuxce <tuxce.net@gmail.com>.
358         
359 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
360
361         * shell/ev-application.c: (ev_application_init_session):
362         * shell/main.c: (main):
363
364         Move the egg_set_desktop_file() call to main and remove
365         gtk_window_set_default_icon_name() since it's already called by
366         egg_set_desktop_file()
367         
368 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
371
372         Initialize GError to NULL.
373         
374 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * shell/ev-window.c: (window_save_file_copy_ready_cb),
377         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
378         (ev_window_preview_print_finished), (launch_action):
379
380         Do not use popup dialogs to show error messages anymore, use the
381         message area instead.
382         
383 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
384
385         * shell/ev-window.c: (ev_window_error_message),
386         (ev_window_warning_message), (ev_window_set_document),
387         (ev_window_load_job_cb), (ev_window_load_remote_failed),
388         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
389         (ev_window_cmd_help_contents), (launch_external_uri),
390         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
391         (ev_attachment_popup_cmd_open_attachment),
392         (attachment_save_dialog_response_cb):
393
394         Use a message format (with printf()-style) in
395         ev_window_error_message and ev_window_warning_message.
396
397 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * shell/ev-window.c: (ev_window_error_message),
400         (ev_window_warning_message), (ev_window_set_document),
401         (ev_window_load_job_cb), (ev_window_load_remote_failed),
402         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
403         (ev_window_cmd_help_contents), (launch_external_uri),
404         (image_save_dialog_response_cb),
405         (ev_attachment_popup_cmd_open_attachment),
406         (attachment_save_dialog_response_cb):
407
408         Change ev_window_error_message and ev_window_warning_message to
409         receive a EvWindow instead of a GtkWindow. It's more consistent
410         and avoids unneeded casts.
411         
412 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * shell/ev-window.c: (ev_window_cmd_help_contents):
415
416         Use gtk_show_uri() when availale to display help contents.
417         
418 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
419
420         * configure.ac:
421         * backend/pdf/ev-poppler.cc:
422         * properties/ev-properties-view.c:
423         * shell/Makefile.am:
424         * shell/ev-tooltip.[ch]: Removed
425         * shell/ev-view-private.h
426         * shell/eggfindbar.c:
427         * shell/ev-application.c:
428         * shell/ev-open-recent-action.c:
429         * shell/ev-sidebar-thumbnails.c:
430         * shell/ev-view.c:
431         * shell/ev-window.c:
432
433         Bump GTK+ requirement to 2.12.
434         
435 2008-10-27 Christian Persch <chpe@gnome.org>
436
437         * backend/djvu/djvu-document.c
438         * backend/dvi/cairo-device.c
439         * cut-n-paste/evmountoperation/ev-mount-operation.h
440         * cut-n-paste/gedit-message-area/gedit-message-area.h
441         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
442         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
443         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
444         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
445         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
446         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
447         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
448         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
449         * cut-n-paste/zoom-control/ephy-zoom-action.c
450         * cut-n-paste/zoom-control/ephy-zoom-action.h
451         * cut-n-paste/zoom-control/ephy-zoom-control.c
452         * cut-n-paste/zoom-control/ephy-zoom-control.h
453         * libdocument/ev-async-renderer.h
454         * libdocument/ev-document-factory.c
455         * libdocument/ev-document-misc.h
456         * libdocument/ev-image.h
457         * libdocument/ev-selection.h
458         * shell/ev-properties-fonts.h
459         * shell/ev-stock-icons.h
460         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
461         directly. Bug #558064.
462
463 2008-10-27 Christian Persch <chpe@gnome.org>
464
465         * cut-and-paste/smclient/*: Update from libegg.
466
467 2008-10-27 Christian Persch <chpe@gnome.org>
468
469         * backend/djvu/djvu-document.c
470         * backend/ps/ev-spectre.c
471         * shell/ev-jobs.c: Use printf safely. Bug #558066.
472
473 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
474
475         * shell/ev-view.c (ev_view_change_page),
476         (ev_view_transition_animation_finish),
477         (ev_view_transition_animation_cancel), (page_changed_cb),
478         (ev_view_set_presentation), (ev_view_next_page),
479         (ev_view_previous_page):
480         
481         Cancel the animation without scheduling transition start
482         and proceed to the next page to fix bug #516749.
483
484 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
485
486         * NEWS:
487         * configure.ac:
488
489         Update for release 2.24.1
490         
491 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/ev-window.c: (ev_window_cmd_view_presentation):
494
495         Disable toggle function of F5 when in presentation mode. Patch by
496         Dave Neary. Fixes bug #556162.
497         
498 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
501         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
502         (ev_sidebar_thumbnails_fill_model),
503         (ev_sidebar_thumbnails_refresh),
504         (ev_sidebar_thumbnails_set_document):
505
506         Instead of using only one loading icon for thumbnails based on the
507         size of the first page, create an icon for every different page
508         size. Fixes bug #556264.
509         
510 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * shell/ev-page-cache.c: (ev_page_cache_finalize):
513
514         Fix memory leak.
515         
516 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
517
518         * shell/ev-window-title.c (ev_window_title_sanitize_title):
519
520         Removes bad prefixes from window title. Patch by 
521         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
522         
523 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * shell/ev-window.c: (launch_external_uri):
526
527         Do not consider mailto links as http uris. Fixes bug #555801.
528         
529 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * shell/ev-view.c: (merge_selection_region), (clear_selection):
532
533         Fix memory leak. Fixes bug #555134.
534         
535 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
538
539         Emit the job finished signal when the job is handled before the
540         page_ready callback.
541         
542 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * shell/ev-window.c: (launch_action):
545
546         Use GdkAppLaunchContext when available to launch external
547         applications.
548         
549 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * shell/ev-window.c: (launch_action):
552
553         Fix launching external applications for launch actions which seems
554         to be broken since the gio port. Fixes bug #554500.
555         
556 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * backend/dvi/Makefile.am:
559         * backend/dvi/cairo-device.c:
560         * backend/dvi/dvi-document.c:
561         * backend/dvi/mdvi-lib/Makefile.am:
562
563         Fix several compile warnings in the dvi backend.
564         
565 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * backend/dvi/mdvi-lib/common.h:
568         * backend/dvi/mdvi-lib/dviread.c:
569         * backend/dvi/mdvi-lib/font.c:
570         * backend/dvi/mdvi-lib/fontmap.c:
571         * backend/dvi/mdvi-lib/fontsrch.c:
572         * backend/dvi/mdvi-lib/gf.c:
573         * backend/dvi/mdvi-lib/pagesel.c:
574         * backend/dvi/mdvi-lib/pk.c:
575         * backend/dvi/mdvi-lib/sp-epsf.c:
576         * backend/dvi/mdvi-lib/special.c:
577         * backend/dvi/mdvi-lib/tfm.c:
578         * backend/dvi/mdvi-lib/tfmfile.c:
579         * backend/dvi/mdvi-lib/util.c:
580         * backend/dvi/mdvi-lib/vf.c:
581
582         Rename error as mdvi_error to avoid symbol conflicts with the libc
583         error. Rename also message, crash, fatal and warning for
584         consistency. Fixes bug #553369.
585         
586 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
587
588         * backend/dvi/dvi-document.c: (dvi_document_load):
589
590         Fix memory leak.
591         
592 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
593
594         * backend/dvi/dvi-document.c:
595
596         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
597         G_IMPLEMENT_INTERFACE.
598         
599 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
602
603         Make sure copy_job_page_and_selection_to_job_info is always called
604         before copy_job_to_job_info. Fixes bug #552382.
605         
606 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * NEWS:
609         * configure.ac:
610
611         Update for release 2.24.0
612         
613 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * shell/ev-window.c: (launch_external_uri):
616
617         Use GdkAppLaunchContext when available to launch external uris.
618         
619 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * shell/ev-window.c: (launch_external_uri):
622
623         Use the message area to show errors when lauching external uris
624         instead of a popup window.
625         
626 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * shell/ev-window.c: (launch_external_uri):
629
630         Assume invalid uris are http uris. Fixes bug #552071.
631         
632 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * NEWS:
635         * configure.ac:
636
637         Update for release 2.23.92.
638         
639 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * shell/eggfindbar.c: (egg_find_bar_class_init):
642
643         Allow page scrolling with PageUp/PageDown keys when find bar is
644         active. Fixes bug #529833.
645         
646 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-view-private.h:
649         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
650         (ev_view_scroll), (ev_view_class_init):
651         * shell/ev-view-accessible.c:
652         (ev_view_accessible_action_do_action):
653         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
654         (ev_window_cmd_scroll_backward):
655
656         Use GtkScrollType instead of EvScrollType.
657         
658 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
659
660         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
661         
662         Patch for case unsensitive page label match by Michael Lee.
663         See bug #550136.
664         
665         * shell/ev-page-action.c (create_tool_item):    
666         * test/Makefile.am:
667         * test/test1.py:
668         * test/test4.py:
669         * test/test5.py:
670         
671         Added test for the above and updated other tests.
672
673 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * shell/ev-window.c: (image_save_dialog_response_cb):
676
677         Do not append the file extension twice when saving an image.
678         
679 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
682
683         Remove an invalid ifdef.
684         
685 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * shell/ev-view.c: (ev_view_motion_notify_event):
688
689         Make sure the cursor is correctly restored after showing the right
690         click menu.
691         
692 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
695         (ev_attachment_open):
696         * shell/ev-sidebar-attachments.c:
697         (ev_sidebar_attachments_button_press):
698         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
699
700         Use GdkAppLaunchContext when available to open attachments.
701         
702 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
705
706         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
707         by Eric Piel.
708         
709 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * shell/ev-application.c: (ev_application_get_media_keys):
712         * shell/ev-media-player-keys.[ch]:
713         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
714         (ev_media_player_keys_grab_keys),
715         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
716         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
717         * shell/ev-window.[ch]: (ev_window_dispose),
718         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
719         (ev_window_init):
720
721         Clean up the media player keys stuff.
722         
723 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * NEWS:
726         * configure.ac:
727
728         Update for release 2.23.91.
729         
730 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
731
732         * cut-n-paste/smclient/eggsmclient-xsmp.c:
733         (sm_client_xsmp_set_initial_properties):
734
735         Fix memory leak.
736         
737 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * shell/ev-application.c: (ev_application_open_window),
740         (ev_application_open_uri_at_dest):
741
742         Make sure evince starts up in the right workspace when resuming a
743         previous session.
744         
745 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-application.[ch]: (ev_application_open_window),
748         (ev_application_add_icon_path_for_screen),
749         (ev_application_open_uri_at_dest):
750
751         Fix window manager warnings shown in ~/.xsession-errors
752         
753 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * configure.ac:
756         * cut-n-paste/Makefile.am:
757         * cut-n-paste/smclient/Makefile.am:
758         * cut-n-paste/smclient/eggdesktopfile.[ch]:
759         * cut-n-paste/smclient/eggsmclient-private.h:
760         * cut-n-paste/smclient/eggsmclient-xsmp.c:
761         * cut-n-paste/smclient/eggsmclient.[ch]:
762
763         EggSMClient copied from libegg
764
765         * libdocument/ev-file-helpers.c: (ev_dot_dir):
766         * shell/Makefile.am:
767         * shell/ev-application.[ch]: (ev_application_load_session),
768         (smclient_save_state_cb), (smclient_quit_cb),
769         (ev_application_init_session), (ev_application_shutdown),
770         (ev_application_init):
771         * shell/main.c: (main):
772
773         Use EggSMClient instead of gnome-client and remove libgnome and
774         libgnomeui dependencies.
775         
776 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * shell/main.c: (main):
779
780         Remove gnome_authentication_manager_init.
781         
782 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * shell/ev-view.c: (ev_view_goto_window_create):
785
786         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
787         since it's now deprecated.
788         
789 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * backend/djvu/Makefile.am:
792         * backend/djvu/djvu-document-private.h:
793         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
794         (djvu_document_find_iface_init):
795         * backend/djvu/djvu-text-page.[ch]:
796         * backend/djvu/djvu-text.[ch]: Removed
797         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
798         (pdf_document_find_iface_init):
799         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
800         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
801         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
802         (ev_job_find_get_n_results), (ev_job_find_get_progress),
803         (ev_job_find_has_results), (ev_job_find_get_results):
804         * shell/ev-view-private.h:
805         * shell/ev-view.[ch]: (ev_view_expose_event),
806         (highlight_find_results), (ev_view_finalize),
807         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
808         (ev_view_set_document), (ev_view_find_get_n_results),
809         (ev_view_find_get_result), (jump_to_find_result),
810         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
811         (ev_view_find_previous), (ev_view_find_search_changed),
812         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
813         * shell/ev-window.c: (ev_window_update_actions),
814         (page_changed_cb), (ev_window_setup_document),
815         (ev_window_update_find_status_message),
816         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
817         (ev_window_clear_find_job), (find_bar_close_cb),
818         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
819         (ev_window_dispose), (ev_window_init):
820
821         Rework find interface. The find logic has been moved from backends
822         to the shell avoiding a lot of duplicated code in the backends and
823         making easier to implement the find interface in the backends.
824         
825 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * backend/pdf/ev-poppler.cc:
828         (pdf_document_thumbnails_get_dimensions):
829
830         Make sure thumbnail size returned by the PDF is actually
831         valid. Fixes bug #548462.
832         
833 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
834
835         * shell/ev-window.c: (ev_window_setup_document),
836         (ev_window_set_document), (ev_window_dispose):
837
838         Remove the idle function for setting the document up when the
839         window is destroyed. Fixes bug #549163.
840         
841 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
844         (ev_job_attachments_dispose), (ev_job_attachments_run),
845         (ev_job_attachments_class_init), (ev_job_attachments_new):
846         * shell/ev-sidebar-attachments.c:
847         (ev_sidebar_attachments_set_document):
848
849         Add a new job to get the attachments in a thread with the document
850         lock held. Fixes bug #548653.
851         
852 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
855         (tiff_document_document_iface_init):
856
857         Implement document_get_page_label in tiff backend.
858         
859 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * backend/tiff/tiff-document.c: (tiff_document_render):
862
863         Handle document orientation in tiff backend. Fixes bug #548444.
864         
865 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
868
869         Do not crash when adjustment page size is 0. Fixes bug #547440.
870         
871 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * cut-n-paste/evmountoperation/ev-mount-operation.c:
874
875         Sync with current GTK+.
876         
877 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
878
879         * configure.ac:
880         
881         Update for release 2.23.6.
882
883 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
884
885         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
886         (ev_job_load_set_password):
887         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
888         * shell/ev-window.c: (password_dialog_response),
889         (ev_window_load_job_cb):
890
891         Fix loading encrypted documents since I broke it with the jobs
892         rework.
893         
894 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * NEWS:
897
898         Update NEWS for 2.23.6 release.
899         
900 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
901
902         * backend/impress/impress-document.c:
903         * backend/impress/render.h:
904         * libdocument/ev-document-factory.c:
905         * libdocument/ev-document-factory.h:
906         * libdocument/ev-document-links.h:
907         * libdocument/ev-document-misc.c:
908         * libdocument/ev-document-misc.h:
909         * properties/ev-properties-main.c:
910         * properties/ev-properties-view.c:
911         * properties/ev-properties-view.h:
912         * shell/eggfindbar.c:
913         * shell/eggfindbar.h:
914         * shell/ev-application.c:
915         * shell/ev-application.h:
916         * shell/ev-jobs.h:
917         * shell/ev-message-area.h:
918         * shell/ev-navigation-action.c:
919         * shell/ev-navigation-action.h:
920         * shell/ev-open-recent-action.c:
921         * shell/ev-open-recent-action.h:
922         * shell/ev-page-action-widget.c:
923         * shell/ev-page-action.c:
924         * shell/ev-page-action.h:
925         * shell/ev-page-cache.h:
926         * shell/ev-password-view.h:
927         * shell/ev-password.h:
928         * shell/ev-pixbuf-cache.h:
929         * shell/ev-properties-fonts.c:
930         * shell/ev-sidebar-attachments.c:
931         * shell/ev-sidebar-links.c:
932         * shell/ev-sidebar-links.h:
933         * shell/ev-sidebar-thumbnails.c:
934         * shell/ev-sidebar-thumbnails.h:
935         * shell/ev-sidebar.c:
936         * shell/ev-sidebar.h:
937         * shell/ev-stock-icons.c:
938         * shell/ev-tooltip.h:
939         * shell/ev-view.c:
940         * shell/ev-view.h:
941         * shell/ev-window.c:
942         * shell/ev-window.h:
943         * shell/main.c:
944
945         More #include cleanups. Again: reordering, single gtk.h
946         includes and other stuff.
947
948 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
949
950         * shell/eggfindbar.c:
951         * shell/ev-application.c:
952         * shell/ev-message-area.c:
953         * shell/ev-navigation-action.c:
954         * shell/ev-open-recent-action.c:
955         * shell/ev-page-action-widget.c:
956         * shell/ev-page-action.c:
957         * shell/ev-password-view.c:
958         * shell/ev-properties-dialog.c:
959         * shell/ev-properties-fonts.c:
960         * shell/ev-sidebar-attachments.c:
961         * shell/ev-sidebar-page.c:
962         * shell/ev-sidebar-thumbnails.c:
963         * shell/ev-stock-icons.c:
964         * shell/ev-tooltip.c:
965         * shell/ev-view.c:
966         * shell/ev-window.c:
967         * shell/main.c:
968
969         Cleanup many #include statements: reorder so that a
970         generic-to-specific order is used, use single gtk.h
971         includes, and some other cleanups.
972
973 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * shell/ev-jobs.h:
976
977         Add gio header.
978         
979 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
982         (ev_document_fc_mutex_trylock):
983         * shell/Makefile.am:
984         * shell/ev-job-queue.[ch]:
985         * shell/ev-job-scheduler.[ch]:
986         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
987         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
988         (ev_job_run), (ev_job_cancel), (ev_job_failed),
989         (ev_job_failed_from_error), (ev_job_succeeded),
990         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
991         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
992         (ev_job_links_class_init), (ev_job_render_init),
993         (notify_page_ready), (ev_job_render_page_ready),
994         (ev_job_render_run), (ev_job_render_class_init),
995         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
996         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
997         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
998         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
999         (ev_job_save_dispose), (ev_job_save_run),
1000         (ev_job_save_class_init), (ev_job_print_init),
1001         (ev_job_print_dispose), (ev_job_print_run),
1002         (ev_job_print_class_init):
1003         * shell/ev-page-cache.c:
1004         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1005         (check_job_size_and_unref), (move_one_job),
1006         (copy_job_to_job_info), (add_job),
1007         (ev_pixbuf_cache_add_jobs_if_needed):
1008         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1009         (job_fonts_finished_cb), (job_fonts_updated_cb),
1010         (ev_properties_fonts_set_document):
1011         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1012         (ev_sidebar_links_set_document):
1013         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1014         (ev_sidebar_thumbnails_set_document),
1015         (ev_sidebar_thumbnails_clear_job):
1016         * shell/ev-view-private.h:
1017         * shell/ev-view.c:
1018         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1019         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1020         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1021         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1022         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1023         (ev_window_reload_document), (ev_window_clear_save_job),
1024         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1025         (ev_window_clear_print_job), (ev_window_print_job_cb),
1026         (ev_window_print_dialog_response_cb):
1027         * shell/main.c: (main):
1028
1029         Rework the jobs system in order to make it simpler and more
1030         extensible. It allows to run jobs in the main loop instead of
1031         using a thread when it's appropriate like the fonts job. Now it's
1032         also possible to cancel jobs that are currently running. 
1033         
1034 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * libdocument/ev-debug.c: (profile_init):
1037
1038         Create the hash table also when profiling service is enabled for
1039         all sections.
1040         
1041 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1044         (ev_profiler_stop):
1045         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1046         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1047         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1048         (ev_job_print_run):
1049         * shell/main.c: (main):
1050
1051         Add a profile mode available when debug is enabled. Add profilers
1052         in ev-jobs.
1053         
1054 2008-07-23  Götz Waschk <waschk@mandriva.org>
1055
1056         * configure.ac: Correctly build desktop file. Fixes
1057         bug #544237.
1058
1059 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1060
1061         * configure.ac:
1062         
1063         Update for release 2.23.5.
1064
1065 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * NEWS:
1068
1069         Update NEWS for 2.23.5 release.
1070         
1071 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1072
1073         * shell/ev-window.c: (ev_window_state_event),
1074         (ev_window_class_init):
1075
1076         Intercept window manager's fullscreen request in order to run/stop
1077         fullscreen mode. Fixes bug #493541.
1078         
1079 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1082
1083         Restart the job search when the find bar is opened for the second
1084         time. Fixes bug #531956.
1085         
1086 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1087
1088         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1089         (get_document_from_uri):
1090
1091         Make sure we always return a valid error struct when
1092         get_document_from_uri fails. Fixes nautilus crash, see bug
1093         #542548.
1094         
1095 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1096
1097         * libdocument/ev-transition-effect.c
1098         (ev_transition_effect_type_get_type),
1099         (ev_transition_effect_alignment_get_type),
1100         (ev_transition_effect_direction_get_type):
1101         
1102         Fixes bug #542924. Makes enums static to fix Solaris build.
1103
1104 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1105
1106         * shell/ev-view.c: (ev_view_key_press_event):
1107
1108         Add '.' keybinding for blanking the screen in presentation
1109         mode. Fixes bug #542001.
1110         
1111 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * libdocument/ev-document-misc.c:
1114         (ev_document_misc_pixbuf_from_surface):
1115
1116         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1117         #540950.
1118         
1119 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1120
1121         * backend/comics/comics-document.c (comics_document_load):
1122         * backend/comics/comicsdocument.evince-backend.in:
1123         * configure.ac:
1124         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1125         
1126         Added support for 7-zip based cb7 comic book. Patch by
1127         Kartik Rustagi. Fixes bug #532312.
1128
1129 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1130
1131         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1132         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1133         Fixes bug #539972.
1134
1135 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1136
1137         * shell/Makefile.am:
1138         * shell/ev-application.c (ev_application_init),
1139         (ev_application_get_media_keys):
1140         * shell/ev-application.h:
1141         * shell/ev-marshal.list:
1142         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1143         (proxy_destroy), (on_media_player_key_pressed),
1144         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1145         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1146         * shell/ev-media-player-keys.h:
1147         * shell/ev-window.c (ev_window_go_previous_page),
1148         (ev_window_go_next_page), (ev_window_go_first_page),
1149         (ev_window_go_last_page), (ev_window_start_presentation),
1150         (ev_window_dispose), (view_actions_focus_in_cb):
1151         * shell/ev-window.h: When building with D-Bus support, listen
1152         for multimedia key events from gnome-settings-daemon. This allows
1153         to go to the next/previous/first/last pages using, respectively,
1154         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1155         a presentation. Fixes bug #539971.
1156
1157 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1158
1159         * configure.ac:
1160         
1161         Update for release 2.23.4.
1162
1163 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1164
1165         * NEWS:
1166
1167         Update news for 2.23.4 release.
1168         
1169 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1172         * shell/ev-sidebar-thumbnails.c:
1173         (ev_sidebar_thumbnails_set_loading_icon),
1174         (ev_sidebar_thumbnails_refresh):
1175         * shell/ev-window.c: (ev_window_error_message),
1176         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1177         (ev_window_set_document):
1178
1179         Do not crash opening documents with no pages and show a warning
1180         message in the message area. Fixes bugs #537574 and #171588.
1181         
1182 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * shell/Makefile.am:
1185         * shell/ev-file-monitor.[ch]:
1186         * shell/ev-window.c: (ev_window_document_changed),
1187         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1188         (ev_window_reload_job_cb), (ev_window_open_uri),
1189         (ev_window_reload_document), (ev_window_cmd_view_reload),
1190         (ev_window_dispose):
1191
1192         Automaticly reload the document when the file has changed on
1193         disk. Bug #304249.
1194         
1195 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1196
1197         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1198         * libdocument/ev-image.c: (ev_image_save_tmp):
1199         * libdocument/ev-module.c: (ev_module_load):
1200         * shell/ev-application.c: (ev_application_shutdown),
1201         (ev_application_get_print_settings):
1202         * shell/ev-sidebar-attachments.c:
1203         (ev_sidebar_attachments_button_press),
1204         (ev_sidebar_attachments_drag_data_get):
1205         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1206         (ev_window_print_finished), (ev_window_print_send),
1207         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1208         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1209         (ev_window_cmd_preview_print):
1210         * shell/main.c: (load_files_remote):
1211         Fix some build warnings under GCC 4.3.0. (#537535).
1212
1213 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-jobs.c: (ev_job_render_dispose):
1216
1217         Fix a crash in debug mode. Patch by Daniel M German.
1218         
1219 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * shell/ev-window.c:
1222
1223         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1224         
1225 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * shell/ev-window.c: (ev_window_print_send),
1228         (ev_window_do_preview_print):
1229
1230         Use the window title as print job name instead of just
1231         "evince-print". Fixes bug #534493.
1232         
1233 2008-05-19  Frederic Peters  <fpeters@0d.be>
1234
1235         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1236         Bug #533897.
1237
1238 2008-05-19  Frederic Peters  <fpeters@0d.be>
1239
1240         * help/reference/Makefile.am: added missing libevmountoperation to
1241         gtkdoc-scanobj libraries.  Bug #533896.
1242
1243 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1244
1245         * properties/ev-properties-view.c (get_default_user_units):
1246         Fixes check for default units string translation. Bug #533323.
1247
1248 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1249
1250         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1251         be an iks_free(). Fix an array overflow in the XML parser that
1252         would occur whenever the number of attributes in a tag was greater
1253         than 0 and divisible by 6. Fixes GNOME bug #530852.
1254
1255 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * backend/djvu/djvu-document-private.h:
1258         * backend/djvu/djvu-links.c:
1259         * backend/djvu/djvu-text.c:
1260         * backend/djvu/djvu-document.c: (djvu_handle_events),
1261         (djvu_wait_for_message), (djvu_document_load),
1262         (document_get_page_size), (djvu_document_render),
1263         (djvu_document_thumbnails_get_thumbnail),
1264         (djvu_document_file_exporter_end):
1265
1266         Make sure load job doesn't finish successfully when the document
1267         is not successfully decoded by libdjvu. Fixes bug #530202.
1268         
1269 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * configure.ac:
1272         * libdocument/Makefile.am:
1273         * libdocument/ev-debug.[ch]:
1274         * libdocument/ev-document.c:
1275         * shell/ev-jobs.c: (ev_job_links_dispose),
1276         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1277         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1278         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1279         (ev_job_render_page_ready), (ev_job_render_run),
1280         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1281         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1282         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1283         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1284         (ev_job_print_new), (ev_job_print_run):
1285         * shell/main.c: (main):
1286
1287         Add debug mode based on gedit code. Add debug messages in
1288         ev-jobs.
1289         
1290 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * libdocument/ev-document-factory.c: (get_document_from_uri):
1293
1294         Fix memory leak.
1295         
1296 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1297
1298         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1299         (get_mime_type_from_data), (get_document_from_uri),
1300         (ev_document_factory_get_document):
1301         
1302         Improved error message about file opening failture.
1303         Bug #529129.
1304
1305 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1306
1307         * data/evince-toolbar.xml:
1308         
1309         Allow to add SaveAs to toolbar.
1310
1311 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * shell/ev-view-private.h:
1314         * shell/ev-view.[ch]: (ev_view_button_release_event),
1315         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1316         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1317         (ev_view_update_primary_selection), (clear_link_selected),
1318         (ev_view_copy_link_address):
1319         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1320
1321         Update also the primary selection when copying a link
1322         address. Fixes bug #520855.
1323         
1324 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * libdocument/ev-document-factory.c: (get_document_from_uri):
1327
1328         Use the pixbuf backend only when the mime type is not supported by
1329         any of the other backend so that tiff documents, for instance, are
1330         handled by the tiff backend instead of the pixbuf backend. fixes
1331         bug #520290.
1332         
1333 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * cut-n-paste/Makefile.am:
1336
1337         Add evmountoperation to subdirs list.
1338         
1339 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * configure.ac:
1342
1343         Fix libspectre check in configure script. Fixes bug #528549.
1344         
1345 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * configure.ac:
1348         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1349         * shell/Makefile.am:
1350         * shell/ev-window.c: (ev_window_load_remote_failed),
1351         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1352
1353         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1354         open documents in remote locations that are not mounted.
1355         
1356 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1359         (bitmap_convert_msb8):
1360         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1361         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1362
1363         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1364         
1365 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1368         (ev_job_render_new), (ev_job_render_set_selection_info),
1369         (ev_job_render_run):
1370         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1371         (check_job_size_and_unref),
1372         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1373         (add_job), (ev_pixbuf_cache_get_selection_surface):
1374
1375         Create the render context needed for rendering a page in the render
1376         thread so that we don't block the main thread. Simplify
1377         EvJobRender API.
1378         
1379 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * libdocument/Makefile.am:
1382         * libdocument/ev-page.[ch]:
1383         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1384         (ev_render_context_new), (ev_render_context_set_page):
1385         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1386         (ev_form_field_finalize), (ev_form_field_class_init):
1387         * libdocument/ev-document-forms.[ch]:
1388         (ev_document_forms_get_form_fields):
1389         * libdocument/ev-document.[ch]: (ev_document_get_page),
1390         (ev_document_get_page_size), (ev_document_get_page_label):
1391         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1392         (ev_job_render_run), (ev_job_thumbnail_new),
1393         (ev_job_thumbnail_run), (ev_job_print_run):
1394         * shell/ev-page-cache.c: (ev_page_cache_new):
1395         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1396         (check_job_size_and_unref), (add_job):
1397         * shell/ev-sidebar-thumbnails.c: (add_range):
1398         * shell/ev-view.c: (ev_view_form_field_get_region),
1399         (ev_view_form_field_button_create_widget),
1400         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1401         (ev_view_handle_form_field), (ev_view_size_allocate),
1402         (get_selected_text):
1403         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1404         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1405         (pdf_document_get_page), (pdf_document_get_page_label),
1406         (pdf_document_render), (pdf_document_get_info),
1407         (pdf_document_document_iface_init),
1408         (pdf_document_thumbnails_get_thumbnail),
1409         (pdf_document_thumbnails_get_dimensions),
1410         (pdf_document_file_exporter_do_page),
1411         (pdf_selection_render_selection),
1412         (pdf_selection_get_selected_text),
1413         (pdf_selection_get_selection_region),
1414         (pdf_selection_get_selection_map),
1415         (pdf_document_forms_get_form_fields),
1416         (pdf_document_forms_form_field_text_get_text),
1417         (pdf_document_forms_form_field_text_set_text),
1418         (pdf_document_forms_form_field_button_set_state),
1419         (pdf_document_forms_form_field_button_get_state),
1420         (pdf_document_forms_form_field_choice_get_item),
1421         (pdf_document_forms_form_field_choice_get_n_items),
1422         (pdf_document_forms_form_field_choice_is_item_selected),
1423         (pdf_document_forms_form_field_choice_select_item),
1424         (pdf_document_forms_form_field_choice_toggle_item),
1425         (pdf_document_forms_form_field_choice_unselect_all),
1426         (pdf_document_forms_form_field_choice_set_text),
1427         (pdf_document_forms_form_field_choice_get_text):
1428         * backend/ps/ev-spectre.c: (ps_document_get_page),
1429         (ps_document_get_page_size), (ps_document_get_page_label),
1430         (ps_document_render), (ps_document_document_iface_init),
1431         (ps_document_file_exporter_do_page):
1432         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1433         (tiff_document_render), (tiff_document_render_pixbuf),
1434         (tiff_document_file_exporter_do_page):
1435         * backend/pixbuf/pixbuf-document.c:
1436         (pixbuf_document_get_page_size):
1437         * backend/comics/comics-document.c:
1438         (comics_document_get_page_size), (comics_document_render_pixbuf):
1439         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1440         (djvu_document_render), (djvu_selection_get_selected_text),
1441         (djvu_document_thumbnails_get_thumbnail),
1442         (djvu_document_file_exporter_do_page),
1443         (djvu_document_find_get_result):
1444         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1445         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1446         (dvi_document_thumbnails_get_thumbnail),
1447         (dvi_document_file_exporter_do_page):
1448         * backend/impress/impress-document.c:
1449         (impress_document_get_page_size),
1450         (impress_document_render_pixbuf):
1451         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1452
1453         Add EvPage so that we can hold a reference to the backend
1454         page. Form fields keep now a reference to the poppler page
1455         improving performance since we don't have to create/destroy the
1456         poppler field for every form operation. This will be needed for
1457         annotations too.
1458         
1459 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * data/evince-ui.xml:
1462         * shell/ev-window.c:
1463
1464         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1465         
1466 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * configure.ac:
1469         * backend/ps/Makefile.am:
1470
1471         Remove gs stuff from ps backend.
1472         
1473 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * configure.ac:
1476         * backend/pdf/ev-poppler.cc:
1477
1478         Bump poppler requirement to 0.8.0.
1479         
1480 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1481
1482         * NEWS:
1483         * configure.ac:
1484
1485         Update for release 2.22.1.1
1486
1487 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * configure.ac:
1490
1491         Fix build (again) when poppler version is 0.6
1492         
1493 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * backend/djvu/djvu-links.c: (build_tree):
1496
1497         Make sure link title is a valid utf8 string. Fixes bug #526517.
1498         
1499 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * configure.ac:
1502
1503         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1504         #526799.
1505         
1506 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1507
1508         * configure.ac:
1509         
1510         Update for release 2.22.1.
1511
1512 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * NEWS:
1515
1516         Update for upcoming release.
1517
1518 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1519
1520         * configure.ac:
1521         * backend/dvi/dvidocument.evince-backend.in:
1522
1523         Add compressed dvi to the list of supported mime types. Patch by
1524         Ed Catmur. Fixes bug #307087.
1525
1526 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1529
1530         Fix a crash when printing a range that doesn't specify the start or
1531         end page. Fixes bug #524288.
1532
1533 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * shell/ev-window.c: (ev_window_cmd_continuous),
1536         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1537         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1538         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1539         (ev_window_run_presentation), (ev_window_stop_presentation),
1540         (ev_window_cmd_view_presentation),
1541         (ev_window_cmd_leave_fullscreen),
1542         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1543
1544         Do not unfullscreen and fullscreen again the window when changing
1545         from fullscreen to presentation mode and vice versa. Fixes bug
1546         #524112.
1547         
1548 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1551
1552         Do not crash when thumbnail failed to render in PS backend. Fixes
1553         bug #525015.
1554         
1555 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1558         (ev_window_load_file_remote), (ev_window_open_uri):
1559
1560         Handle errors when opening remote files.
1561         
1562 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1565
1566         Only grab the focus for the current visible proxy widget. Fixes
1567         bug #521224.
1568         
1569 2008-03-30  Emil Soleyman  <emil@nishra.com>
1570
1571         * shell/ev-window.c: (launch_external_uri):
1572         
1573         Reuse g_app_info_launch_default_for_uri to
1574         save some code and fix bug #525009.
1575
1576 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1577
1578         * shell/ev-window.c (image_save_dialog_response_cb):
1579
1580         Use g_str_has_suffix. See bug #523069.
1581
1582 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * configure.ac:
1585
1586         Add a configure option to enable/diable DBus. Patch by Rémi
1587         Cardona. Fixes bug 521797.
1588
1589 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1592
1593         Fix printing in documents with rotated pages. Patch by Eugen
1594         Dedu. Fixes bug #512648.
1595         
1596 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1599         (ev_link_from_action):
1600
1601         Fix warning messages.
1602         
1603 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1604
1605         * shell/ev-window.c: (image_save_dialog_response_cb):
1606
1607         Do not append the extension to filename when saving an image
1608         if the filename alredy contains the extension. Fixes bug #523069.
1609         
1610 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1611
1612         * shell/ev-view.[ch]: (ev_view_find_cancel):
1613         * shell/ev-window.c: (find_bar_close_cb):
1614
1615         Cancel the find operation when the find bar is closed. Fixes bug
1616         #508845.
1617         
1618 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * backend/ps/psdocument.evince-backend.in:
1621
1622         Make ps backend module resident. Fixes bug #520607.
1623         
1624 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * shell/ev-jobs.c: (ev_job_print_run):
1627
1628         Invert collate action in order to work as expected, fix reverse
1629         printing so that it doesn't start with a blank page and fix number
1630         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1631         
1632 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1635
1636         Fix build with poppler <= 0.7.2
1637         
1638 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * libdocument/ev-document-misc.c:
1641         (ev_document_misc_surface_from_pixbuf):
1642
1643         Fix selections with poppler-splash.
1644         
1645 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1646
1647         * configure.ac:
1648         * backend/pdf/ev-poppler.cc:
1649
1650         Fix build with poppler >= 0.7.2
1651         
1652 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1653
1654         * configure.ac:
1655         
1656         Update for release 2.22.0
1657
1658 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * NEWS:
1661
1662         Update for upcoming release.
1663
1664 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1665
1666         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1667
1668         Bug 495107 – Handle print dialog responses correctly
1669
1670         Correctly handle print dialog response. Properly fixes
1671         the above mentioned bug.
1672
1673 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1676
1677         Make sure print job is only run when the print button is
1678         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1679         
1680 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * backend/pdf/pdfdocument.evince-backend.in:
1683         * libdocument/ev-backends-manager.c:
1684         (ev_backends_manager_load_backend),
1685         (ev_backends_manager_get_document):
1686         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1687
1688         Allow making backend modules resident. This is needed only for
1689         some backends like pdf to avoid registering glib types more than
1690         once.
1691         
1692 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * backend/comics/comics-document.c:
1695         * backend/djvu/djvu-document.c:
1696         * backend/impress/impress-document.c:
1697         * backend/pdf/ev-poppler.cc:
1698         * backend/pixbuf/pixbuf-document.c:
1699         * backend/ps/ev-spectre.c:
1700         * backend/ps/ps-document.c:
1701         * backend/tiff/tiff-document.c:
1702         * libdocument/ev-document.h:
1703         * properties/ev-properties-main.c:
1704
1705         Use g_type_module_add_interface instead of
1706         g_type_add_interface_static. Fixes bug #519679.
1707         
1708 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1709
1710         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1711         Added. Returns whether the animation has everything necessary to run.
1712         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1713         is ready just because it's been created. Fixes #519106.
1714         (draw_one_page): Do not show the "Loading..." text in presentation
1715         mode, there was a slim probability that this could happen.
1716
1717 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1718
1719         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1720
1721         Duplicate mime_type string before freeing it so that it doesn't
1722         always fail when getting mime type from uri. Fixes bug #518874.
1723         
1724 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1727
1728         Fix a crash when a choice form field doesn't have any item
1729         selected. Fixes bug #518831
1730         
1731 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1732
1733         * shell/ev-window.c (ev_window_clear_temp_file):
1734         Use g_file_has_prefix instead of renamed
1735         g_file_contains_file.
1736
1737         * configure.ac:
1738         Require new glib for above change.
1739         
1740 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1741
1742         * libdocument/ev-image.c: (ev_image_finalize),
1743         (ev_image_save_tmp):
1744
1745         Return a real uri instead of a filename when saving an
1746         image. Fixes images drag an drop from evince to nautilus. 
1747         
1748 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1749
1750         * backend/pdf/ev-poppler.cc:
1751         (pdf_document_images_get_image_mapping):
1752
1753         Return the image list in the right order. Fixes bug #516237.
1754         
1755 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1756
1757         * backend/impress/impress-document.c:
1758         (impress_document_thumbnails_get_thumbnail):
1759
1760         Remove unused variable to avoid a compiler warning.
1761
1762 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1763
1764         * configure.ac:
1765         
1766         Update for release 2.21.91.
1767
1768 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * configure.ac:
1771         * shell/Makefile.am:
1772         * shell/ev-application.[ch]:
1773         * shell/ev-sidebar-links.c:
1774         * shell/ev-utils.[ch]:
1775         * shell/ev-window.[ch]:
1776
1777         Remove libgnomeprint support. Fixes bug #512370.
1778         
1779 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1780
1781         * thumbnailer/evince-thumbnailer.c: (main):
1782
1783         Initialize glib type system before using it. Fixes bug #513934.
1784         
1785 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * properties/ev-properties-main.c:
1788
1789         Add missing #include.
1790         
1791 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * configure.ac:
1794         * backend/djvu/djvu-document.c: (djvu_document_render):
1795         * backend/tiff/tiff-document.c: (tiff_document_render):
1796
1797         Use the new cairo function cairo_format_stride_for_width when
1798         available. Fixes bug #482720.
1799
1800 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1803         (get_mime_type_from_data), (get_document_from_uri):
1804
1805         Use g_content_type_guess() only when slow is true in
1806         get_document_from_uri(). Fix several memory leaks.
1807         
1808 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1809
1810         * libdocument/ev-document-factory.c:
1811         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1812         (get_document_from_uri):
1813
1814         Use g_content_type_guess () to get mimetype for files.
1815         Bug #510401.
1816
1817 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * thumbnailer/Makefile.am:
1820
1821         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1822         
1823 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * configure.ac:
1826
1827         Fix build with --without-libgnome. Fixes bug #512771.
1828         
1829 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1830
1831         * backend/dvi/Makefile.am: Install only dvi
1832         module. Fixes bug #512718.
1833
1834 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1835
1836         * properties/ev-properties-main.c: (nautilus_module_initialize):
1837         
1838         Initialize backends in properties tab. Fixes bug
1839         #512720.
1840
1841 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1842
1843         * properties/Makefile.am: No need to link with 
1844         libraries. Fixes bug #512719.
1845
1846 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1847
1848         * NEWS:
1849         * configure.ac:
1850         
1851         Update for release 2.21.90.
1852
1853 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/ev-window.c: (ev_window_cmd_escape):
1856
1857         Fix compile warning.
1858         
1859 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1862
1863         Fix printing in dvi backend when filename contains white
1864         espaces. Fixes bug #502839.
1865         
1866 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1869         (screensaver_disable_x11):
1870         * shell/Makefile.am:
1871         * shell/xdg-user-dir-lookup.c: Removed
1872         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1873         * shell/ev-view.c: (ev_view_presentation_transition_start):
1874         * shell/ev-window.c: (ev_window_cmd_file_open),
1875         (ev_window_cmd_save_as), (presentation_set_timeout):
1876
1877         Remove #ifdefs that are no longer needed.
1878         
1879 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * shell/ev-view.[ch]: (ev_view_button_release_event),
1882         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1883         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1884         (ev_window_cmd_escape):
1885
1886         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1887         
1888 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * configure.ac:
1891         * backend/comics/comics-document.c: (comics_document_load):
1892         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1893         (ev_attachment_set_property), (ev_attachment_init),
1894         (ev_attachment_save), (ev_attachment_launch_app),
1895         (ev_attachment_open):
1896         * libdocument/ev-document-factory.c: (get_document_from_uri):
1897         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1898         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1899         * shell/ev-jobs.c:
1900         * shell/ev-password.c: (ev_password_dialog_set_property),
1901         (ev_password_dialog_save_password):
1902         * shell/ev-sidebar-attachments.c:
1903         (ev_sidebar_attachments_drag_data_get):
1904         * shell/ev-window-title.c: (get_filename_from_uri):
1905         * shell/ev-window.c: (ev_window_clear_temp_file),
1906         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1907         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1908         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1909         (launch_external_uri), (image_save_dialog_response_cb),
1910         (attachment_save_dialog_response_cb):
1911         * shell/main.c: (load_files), (load_files_remote), (main):
1912         * thumbnailer/evince-thumbnailer.c: (main):
1913
1914         Port to gio and drop gnome-vfs dependency. Fixes bug
1915         #510401. Based on patch by Cosimo Cecchi.
1916         
1917 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1918
1919         * NEWS:
1920
1921         Fixed formatting inconsistencies (spaces vs. tabs)
1922
1923 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1924
1925         * shell/ev-window.c:
1926
1927         Use top/up/bottom/down arrows instead of
1928         first/left/last/right in the toolbar and menu actions.
1929         This fixes issues with RTL languages and is visually
1930         consistent with the page view. Fixes bug #170081.
1931
1932 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1933
1934         * NEWS:
1935
1936         Fixed some inaccuracies pointed out by Carlos Garcia
1937         Campos.
1938
1939 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1940
1941         * NEWS:
1942         * data/evince.schemas.in:
1943         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1944
1945         Override PDF restrictions by default. Fixes bug #382700.
1946
1947 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1948
1949         * NEWS: Updated for upcoming release
1950
1951 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1952
1953         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1954
1955         Fix memory leak.
1956         
1957 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1958
1959         * shell/ev-window.c: (register_custom_actions):
1960         
1961         Added comment for translators
1962
1963 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-view.c: (ev_view_button_release_event):
1966
1967         Do not create the idle function for kinetic scrolling if we are
1968         not in a drag operation.
1969
1970 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1973         (ev_view_button_press_event), (ev_view_motion_notify_event),
1974         (ev_view_button_release_event):
1975
1976         Restore cursor after autoscrolling. Fixes bug #509958.
1977
1978 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * configure.ac:
1981         * backend/pdf/ev-poppler.cc:
1982         (pdf_document_images_get_image_mapping),
1983         (pdf_document_images_get_image),
1984         (pdf_document_document_images_iface_init):
1985         * libdocument/ev-document-images.[ch]:
1986         (ev_document_images_get_image_mapping),
1987         (ev_document_images_get_image):
1988         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1989         (ev_image_get_id), (ev_image_save_tmp):
1990         * shell/ev-jobs.c: (ev_job_render_run):
1991         * shell/ev-view.c: (ev_view_drag_data_get):
1992         * shell/ev-window.c: (image_save_dialog_response_cb),
1993         (ev_view_popup_cmd_copy_image):
1994
1995         Do not render images when rendering the page but on demand. It
1996         reduces the memory comsumption.
1997         
1998 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1999
2000         * configure.a:
2001         * shell/ev-password.c:
2002
2003         Make gnome-keyring optional. Fixes bug #509676.
2004         
2005 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * shell/ev-pixbuf-cache.c: (add_job):
2008
2009         Initialize include_images variable as FALSE instead of TRUE.
2010         
2011 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2012
2013         * configure.ac:
2014         * cut-n-paste/Makefile.am:
2015         * cut-n-paste/fileformatchooser/Makefile.am:
2016         * cut-n-paste/fileformatchooser/egg-macros.h:
2017         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2018         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2019         * shell/Makefile.am:
2020         * shell/ev-utils.c:
2021         (file_chooser_dialog_add_writable_pixbuf_formats),
2022         (get_gdk_pixbuf_format_by_extension):
2023         * shell/ev-utils.h:
2024         * shell/ev-window.c: (ev_window_error_message),
2025         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2026         
2027         Simplify image format selection on save.
2028
2029 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2030
2031         * shell/ev-view.c: (ev_view_scroll_event):
2032         
2033         Repair gorizontal scrolling with shift. Fixes
2034         bug #483412.
2035
2036 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2037         
2038         * MAINTAINERS:
2039
2040         Fix formatting issues.
2041         
2042 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2043
2044         * backend/comics/comics-document.c: (comics_regex_quote):
2045         
2046         Don't overquote special chars except of '. See bug 
2047         502500. Thanks to Tom Parker.
2048
2049 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2050
2051         * MAINTAINERS:
2052         
2053         Added Nickolay and Carlos, since they're doing most of
2054         the releases nowadays.
2055
2056 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2057
2058         * properties/Makefile.am:
2059
2060         Get the nautilus extension dir properly instead of using
2061         a hack. Fixes bug #505359.
2062
2063 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2064
2065         * properties/Makefile.am:
2066         
2067         Install nautilus extension into new place. See bug
2068         #505359. Thanks to Matthias Clasen, Brian Pepple and
2069         Damien Carbery.
2070
2071 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2072
2073         * shell/ev-window.c: (ev_window_get_recent_file_label):
2074         
2075         RTL marker in recent file list. See bug #509076.
2076
2077 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2080         * shell/ev-window.c: (image_save_dialog_response_cb):
2081
2082         Fix compile warnings due to unused variables.
2083         
2084 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * configure.ac:
2087         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2088         * backend/ps/ev-spectre.c: (ps_document_render):
2089
2090         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2091
2092 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2093
2094         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2095         (ev_transition_animation_paint): Implement "fade" effect.
2096
2097 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2098
2099         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2100         (ev_transition_animation_paint): Implement "uncover" effect.
2101
2102 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2103
2104         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2105         (ev_transition_animation_paint): Implement "cover" effect.
2106
2107 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2108
2109         * shell/ev-transition-animation.c (ev_transition_animation_push)
2110         (ev_transition_animation_paint): Implement "push" effect.
2111
2112 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2113
2114         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2115         (ev_transition_animation_paint): Implement "dissolve" effect.
2116
2117 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2118
2119         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2120         (ev_transition_animation_paint): Implement "wipe" effect.
2121
2122 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2123
2124         * shell/ev-transition-animation.c (ev_transition_animation_box)
2125         (ev_transition_animation_paint): Implement "box" effect.
2126
2127 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2128
2129         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2130         (ev_transition_animation_paint): Implement "blinds" effect.
2131
2132 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2133
2134         * shell/ev-transition-animation.c (ev_transition_animation_split)
2135         (ev_transition_animation_paint): Implement "split" effect.
2136
2137 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2138
2139         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2140         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2141         (ev_view_transition_animation_start) 
2142         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2143         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2144         (ev_view_next_page) (ev_view_previous_page):
2145         
2146         Use EvTransitionAnimation to drive page changes in the presentation
2147         mode, the animation will wait to start until both the origin and 
2148         destination page surfaces are available. Fixes #458460.
2149
2150         (draw_loading_text):
2151
2152         Remove workaround for bug #320352, it's now fixed properly.
2153
2154
2155 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2156
2157         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2158         will contain the implementations for page transition animations, at
2159         the moment it just has the "replace" effect.
2160         * shell/Makefile.am: Added these files to build.
2161
2162 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2163
2164         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2165         animations.
2166         * shell/Makefile.am: Added these files to build.
2167
2168 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2169
2170         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2171         implementation to get_effect() in EvDocumentTransitionIface.
2172
2173 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2174
2175         * libdocument/ev-transition-effect.[ch]: New files, define a page
2176         transition effect, at the moment it maps PopplerPageTransition to a
2177         GObject.
2178         * libdocument/Makefile.am: Added these files to build.
2179         * libdocument/ev-document-transition.[ch]
2180         (ev_document_transition_get_effect): New method, gets the
2181         EvTransitionEffect returned by the interface implementation, with
2182         fallback to the "replace" effect.
2183
2184 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2185
2186         * configure.ac:
2187         * cut-n-paste/Makefile.am:
2188         * cut-n-paste/fileformatchooser/Makefile.am:
2189         * cut-n-paste/fileformatchooser/egg-macros.h:
2190         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2191         * shell/Makefile.am:
2192         * shell/ev-window.c: (image_save_dialog_response_cb),
2193         (ev_view_popup_cmd_save_image_as):
2194
2195         Allow exporting images in any format supported by
2196         GdkPixbuf. Fixes bug #500209.
2197         
2198 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * backend/pixbuf/pixbuf-document.c:
2201
2202         More warnings fixed.
2203         
2204 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2207         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2208         * backend/djvu/djvu-text.h:
2209         * backend/tiff/tiff-document.c: (tiff_document_render):
2210
2211         Fix compile warnings.
2212         
2213 2007-12-28  Christian Persch  <chpe@gnome.org>
2214
2215         * **/*.c: Include config.h. Bug #504721.
2216
2217 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * configure.ac:
2220         * Makefile.am:
2221         * po/POTFILES.in:
2222         * backend/comics/Makefile.am:
2223         * backend/comics/comics-document.[ch]:
2224         * backend/comics/comicsdocument.evince-backend.in:
2225         * backend/djvu/Makefile.am:
2226         * backend/djvu/djvu-document.[ch]:
2227         * backend/djvu/djvudocument.evince-backend.in:
2228         * backend/dvi/Makefile.am:
2229         * backend/dvi/dvi-document.[c]:
2230         * backend/dvi/dvidocument.evince-backend.in:
2231         * backend/impress/Makefile.am:
2232         * backend/impress/impress-document.[ch]:
2233         * backend/impress/impressdocument.evince-backend.in:
2234         * backend/pdf/Makefile.am:
2235         * backend/pdf/ev-poppler.cc:
2236         * backend/pdf/ev-poppler.h:
2237         * backend/pdf/pdfdocument.evince-backend.in:
2238         * backend/pixbuf/Makefile.am:
2239         * backend/pixbuf/pixbuf-document.[ch]:
2240         * backend/pixbuf/pixbufdocument.evince-backend.in:
2241         * backend/ps/Makefile.am:
2242         * backend/ps/ev-spectre.[ch]:
2243         * backend/ps/ps-document.[ch]:
2244         * backend/ps/psdocument.evince-backend.in:
2245         * backend/tiff/Makefile.am:
2246         * backend/tiff/tiff-document.[ch]:
2247         * backend/tiff/tiffdocument.evince-backend.in:
2248         * libdocument/Makefile.am:
2249         * libdocument/ev-backends-manager.[ch]:
2250         * libdocument/ev-module.[ch]:
2251         * libdocument/ev-document.h:
2252         * libdocument/ev-document-factory.[ch]:
2253         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2254         (get_compression_from_mime_type), (get_document_from_uri),
2255         (ev_document_factory_get_document), (file_filter_add_mime_types),
2256         (ev_document_factory_add_filters):
2257         * shell/Makefile.am:
2258         * shell/ev-window-title.c: (get_filename_from_uri):
2259         * shell/main.c: (main):
2260         * thumbnailer/Makefile.am:
2261         * thumbnailer/evince-thumbnailer.c: (main):
2262
2263         Plugin system for backends. Fixes bug #351348.
2264         
2265 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2266
2267         * shell/ev-view-private.h:
2268         * shell/ev-view.c: (ev_view_drag_update_momentum),
2269         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2270         (ev_view_button_release_event), (ev_view_destroy):
2271         
2272         Kinetic scrolling implemented as requested in
2273         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2274
2275 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2276
2277         * data/evince-toolbar.xml:
2278         * data/evince-ui.xml:
2279         * shell/ev-view-private.h:
2280         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2281         (ev_view_button_press_event), (ev_view_motion_notify_event),
2282         (ev_view_button_release_event), (ev_view_init),
2283         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2284         (ev_view_set_cursor):
2285         * shell/ev-view.h:
2286         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2287         (ev_window_cmd_view_autoscroll):
2288         
2289         Autoscroll feature with the context menu. Fixes bug 
2290         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2291
2292 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2293
2294         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2295
2296         Disconnect also page-ready signal when removing a job because the
2297         page size has changed. Thanks to kripken
2298         <kripkensteiner@gmail.com>.
2299
2300 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2301
2302         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2303         
2304         Scroll pages in page entry with mouse wheel. Fixes bug
2305         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2306
2307 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * backend/dvi/Makefile.am:
2310         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2311         (mdvi_cairo_device_init):
2312         * backend/dvi/mdvi-lib/common.h:
2313         * backend/dvi/mdvi-lib/mdvi.h:
2314         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2315         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2316         (mdvi_build_path_from_cwd):
2317
2318         Add ps specials support in dvi backend when libspectre is
2319         present. Fixes bug #386005.
2320         
2321 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * configure.ac:
2324         * backend/ps/Makefile.am:
2325         * backend/ps/ev-spectre.[ch]:
2326         
2327         Use libspectre, if available, for the ps backend. Fixes bugs
2328         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2329
2330 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2331         
2332         * backend/comics/comics-document.c: (comics_document_load):
2333         
2334         Cygwin build issue fix.
2335
2336 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/ev-view.c: (ev_view_set_zoom):
2339
2340         Do not limit the minimum zoom factor when sizing mode is best bit
2341         or fit width. Fixes bug #503805.
2342         
2343 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2346         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2347         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2348         (ev_link_dest_get_property), (ev_link_dest_set_property),
2349         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2350         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2351         (ev_link_dest_new_fitr):
2352         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2353         (goto_fith_dest), (goto_xyz_dest):
2354
2355         Do not change left, top and zoom values when they are null in PDF
2356         destinations. Fixes bug #460658.
2357         
2358 2007-12-10  Christian Persch  <chpe@gnome.org>
2359
2360         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2361         (ev_view_accessible_class_init),
2362         (ev_view_accessible_idle_do_action),
2363         (ev_view_accessible_action_do_action),
2364         (ev_view_accessible_action_get_description),
2365         (ev_view_accessible_action_set_description),
2366         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2367         (ev_view_accessible_factory_init),
2368         (ev_view_accessible_factory_get_accessible_type):
2369         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2370         private data, and G_DEFINE_TYPE. Bug #502843.
2371
2372 2007-12-08  Christian Persch  <chpe@gnome.org>
2373
2374         * shell/ev-metadata-manager.c: (item_free),
2375         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2376         (value_free), (parse_value), (parseItem),
2377         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2378         (save_values): Use GSlice to allocate small amounts of memory. Bug
2379         #475972.
2380
2381 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2382
2383         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2384
2385         Restore cursor to normal after a drag operation. Fixes bug
2386         #501603.
2387         
2388 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2389
2390         * NEWS:
2391         * configure.ac:
2392         
2393         Update for release 2.21.1
2394
2395 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * configure.ac:
2398         * cut-n-paste/gedit-message-area/Makefile.am:
2399         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2400         * shell/Makefile.am:
2401         * shell/ev-message-area.[ch]:
2402         * shell/ev-window.c: (ev_window_set_message_area),
2403         (ev_window_error_message_response_cb), (ev_window_error_message),
2404         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2405         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2406         (ev_attachment_popup_cmd_open_attachment),
2407         (attachment_save_dialog_response_cb), (ev_window_set_document),
2408         (ev_window_init):
2409
2410         Use a message area instead of a popup dialog for error
2411         notifications. Fixes bug #337495.
2412         
2413 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2416         (ev_window_run_fullscreen):
2417
2418         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2419         
2420 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * ev-sidebar-thumbnails.c: (update_visible_range),
2423         (ev_sidebar_thumbnails_refresh),
2424         (ev_sidebar_thumbnails_set_document),
2425         (ev_sidebar_thumbnails_support_document):
2426
2427         Show thumbnails for documents with one page. Fixes bug #358751.
2428         
2429 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * shell/ev-window.c:
2432         (ev_window_load_print_settings_from_metadata),
2433         (ev_window_save_print_settings), (ev_window_print_finished),
2434         (ev_window_print_range):
2435
2436         Print settings that are specific to the document are now saved per
2437         document in the metadata file. Fixes bug #488806.
2438         
2439 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2440
2441         * backend/tiff/tiff-document.c: (tiff_document_render):
2442
2443         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2444         
2445 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * shell/ev-application.[ch]: (get_find_string_from_args),
2448         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2449         (ev_application_open_uri_list):
2450         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2451         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2452         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2453         (ev_window_cmd_recent_file_activate),
2454         (ev_window_open_recent_action_item_activated),
2455         (ev_window_print_send), (open_remote_link):
2456         * shell/main.c: (arguments_parse):
2457
2458         Add a command line option for search. Fixes bug #497710.
2459         
2460 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2461
2462         * shell/ev-jobs.c: (ev_job_print_new):
2463
2464         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2465         
2466 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * data/evince-toolbar.xml:
2469         * shell/Makefile.am:
2470         * shell/ev-application.c: (ev_application_init):
2471         * shell/ev-open-recent-action.[ch]:
2472         * shell/ev-window.c:
2473         (ev_window_open_recent_action_item_activated),
2474         (register_custom_actions):
2475
2476         Add an expander to the open toolbar item which pops up a dropdown
2477         menu with the recently used documents. Fixes bug #487215.
2478         
2479 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * shell/ev-window.c: (ev_window_open_uri),
2482         (ev_window_cmd_view_reload):
2483
2484         Do not jump to the first page when reloading by running evince
2485         from the command line. Fixes bug #490847.
2486         
2487 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2488
2489         * shell/ev-window.c: (ev_window_cmd_help_contents):
2490
2491         Plugged memory leak when help file is not found. Fixes bug
2492         #490762.
2493         
2494 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * configure.ac:
2497
2498         Enable djvu, dvi and comics backends by default. Fixes bug
2499         #437121.
2500         
2501 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2502
2503         * configure.ac:
2504         * cut-n-paste/Makefile.am:
2505         * cut-n-paste/recent-files/*: Removed
2506         * help/reference/Makefile.am:
2507         * shell/Makefile.am:
2508         * shell/ev-application.[ch]: (ev_application_shutdown),
2509         (ev_application_init):
2510         * shell/ev-window.c: (ev_window_add_recent),
2511         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2512
2513         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2514         
2515 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2516
2517         * shell/ev-window.c: (launch_external_uri):
2518
2519         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2520         and report error if the URL is not supported (#489910).
2521
2522 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2525         (pdf_document_file_exporter_begin_page),
2526         (pdf_document_file_exporter_end_page):
2527
2528         Fix printing with poppler splash backend. Fixes bug #489774.
2529         
2530 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2533         * shell/ev-print-job.c: (ev_print_job_class_init):
2534
2535         Fix a crash when printing with the gnome-print dialog. Fixes bug
2536         #488939.
2537         
2538 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2539
2540         * backend/pixbuf/pixbuf-document.c:
2541
2542         Fix an implicit function definition warning (#487655)
2543
2544 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * shell/ev-window.c:
2547
2548         Fix conflicting shortcut for view sade pane and presentation.
2549         
2550 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * backend/pdf/ev-poppler.cc:
2553         (pdf_document_file_exporter_begin_page),
2554         (pdf_document_file_exporter_do_page),
2555         (pdf_document_file_exporter_end_page),
2556         (pdf_document_file_exporter_iface_init):
2557         * libdocument/ev-file-exporter.[ch]:
2558         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2559         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2560         (ev_job_print_run):
2561
2562         When printing multiple pages per sheet in reverse option, do not
2563         invert the order of the pages in every sheet, but the order of the
2564         sheets. Do not print blank pages when page range is invalid. Fixes
2565         bugs #484857 and #485521.
2566         
2567 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2570         (ev_job_print_run):
2571         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2572
2573         Respect ranges order when printing more than one range in random
2574         order.
2575         
2576 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2577
2578         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2579         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2580
2581         Rotate also the window icon when document is rotated. Fixes bug
2582         #474681.
2583         
2584 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2587         (pdf_document_forms_get_form_fields):
2588
2589         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2590         Matthias Drochner.
2591         
2592 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2593
2594         * configure.ac:
2595         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2596
2597         Use poppler_page_render_for_printing() instead of
2598         poppler_page_render() if available when exporting to a ps or pdf
2599         file. Fixes bug #476627.
2600         
2601 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * shell/ev-window.c: (ev_window_run_fullscreen):
2604
2605         Do not show the toolbar in fullscreen mode if the main toolbar is
2606         not visible. Fixes bug #483048.
2607         
2608 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * shell/ev-view.c: (ev_view_button_press_event):
2611
2612         Give priority to form fields over images when deciding whether a
2613         button press event is over an image or form field. It allows edit
2614         form fields when they are over a background image. Fixes bug
2615         #477841.
2616         
2617 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2618
2619         * NEWS:
2620         * configure.ac:
2621         
2622         Update for release 2.20.0
2623
2624 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * backend/pdf/ev-poppler.cc:
2627
2628         Remove #ifdef HAVE_FORMS, so that forms support works again.
2629
2630 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2631
2632         * configure.ac:
2633         * data/evince.desktop.in.in:
2634         
2635         Fixes desktop file issues. See bug #473471.
2636
2637 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2640         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2641         (ev_job_queue_remove_job):
2642         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2643         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2644         * shell/ev-window.c: (ev_window_clear_save_job),
2645         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2646         (ev_window_dispose):
2647
2648         Move save a copy task to its own job so that it's carried out in a
2649         thread avoiding another lock in the main thread. Use
2650         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2651         can be saved to a pathin another file system. Fixes bug #456891.
2652         
2653 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2654
2655         * NEWS:
2656         * configure.ac:
2657         
2658         Update for release 2.19.92
2659
2660 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2661
2662         * configure.ac:
2663         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2664         (pdf_selection_get_selection_region),
2665         (pdf_selection_get_selection_map),
2666         (ev_form_field_from_poppler_field):
2667
2668         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2669         and triple click selections are enabled again now.
2670
2671 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2672
2673         * shell/ev-window.c: (ev_window_add_history):
2674
2675         Make sure not to use the history with documents not supporting
2676         links. Fixes bug #468954.
2677
2678 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2679
2680         * shell/ev-window.c: (ev_window_load_job_cb):
2681
2682         Restart the search when reloading a document with the find bar
2683         visible. Fixes bug #461962.
2684
2685 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2686
2687         * shell/ev-window.c: (setup_document_from_metadata),
2688         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2689
2690         Do not jump to the first page when reloading a document from the
2691         last page.
2692
2693 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2694
2695         * shell/ev-window.c: (update_chrome_flag),
2696         (setup_sidebar_from_metadata),
2697         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2698         (ev_window_cmd_edit_find_next),
2699         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2700         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2701         (find_bar_close_cb), (view_actions_focus_in_cb):
2702
2703         Do not update visibility when changing a chrome flag so that it's
2704         possible to update several flags and update visibility only once
2705         for all of them.
2706
2707 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2708
2709         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2710
2711         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2712         supported by gtk+. Fixes bug #460907.
2713
2714 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2715
2716         * shell/ev-view.c: (view_update_range_and_current_page):
2717
2718         Make sure current-page <= end-page in continuous mode. Fixes bug
2719         #454950.
2720
2721 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2722
2723         * backend/pdf/ev-poppler.cc: (build_tree):
2724
2725         Ignore outline items without a title. Fixes bug #453913.
2726
2727 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2730         (ev_view_button_release_event), (ev_view_leave_notify_event):
2731
2732         Use always drag mouse cursor during a drag operation. Fixes bug
2733         #470564.
2734
2735 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2738         (pdf_selection_get_selection_region),
2739         (pdf_selection_get_selection_map):
2740
2741         Temporarily disable double and triple selections since it depends on
2742         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2743         released and the update of the external dependency minimal version
2744         approved.
2745
2746 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2749         (pdf_document_file_exporter_do_page):
2750         * libdocument/ev-file-exporter.h:
2751         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2752         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2753
2754         Actually fix printing regressions. Remove orientation from
2755         EvPrintContext since it's redundant.
2756
2757 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2758
2759         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2760         * backend/impress/impress-document.c:
2761         (impress_document_document_iface_init):
2762         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2763         * backend/djvu/djvu-document.c:
2764         (djvu_document_document_iface_init),
2765         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2766         * backend/tiff/tiff-document.c:
2767         (tiff_document_document_iface_init):
2768         * backend/pixbuf/pixbuf-document.c:
2769         (pixbuf_document_document_iface_init):
2770         * backend/comics/comics-document.c:
2771         (comics_document_document_iface_init):
2772         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2773         (pdf_selection_render_selection),
2774         (pdf_selection_get_selected_text),
2775         (pdf_selection_get_selection_region),
2776         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2777         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2778         (ev_selection_get_selection_region),
2779         (ev_selection_get_selection_map):
2780         * libdocument/ev-document.[ch]:
2781         * shell/ev-pixbuf-cache.[ch]: (add_job),
2782         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2783         * shell/ev-view-private.h:
2784         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2785         (ev_job_render_run):
2786         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2787         * shell/ev-view.c: (start_selection_for_event),
2788         (ev_view_button_press_event), (ev_view_drag_data_get),
2789         (ev_view_drag_data_received), (ev_view_button_release_event),
2790         (compute_new_selection_text), (compute_selections),
2791         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2792         (ev_view_primary_get_cb):
2793
2794         Add support for double and triple click selections.
2795
2796 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2797
2798         * NEWS:
2799         * configure.ac:
2800
2801         Update for release 2.19.4
2802
2803 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2804
2805         * shell/ev-view-private.h:
2806         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2807         (ev_view_set_highlight_search):
2808         * shell/ev-view.h:
2809         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2810         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2811         (find_bar_visibility_changed_cb):
2812         
2813         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2814
2815 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2818         (pdf_document_file_exporter_begin),
2819         (pdf_document_file_exporter_do_page):
2820         * shell/ev-jobs.c: (ev_job_print_run):
2821         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2822
2823         Create always a portrait cairo surface and rotate when needed for
2824         landscape. It fixes printing problems in real printers.
2825
2826 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2827
2828         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2829         * libdocument/ev-file-exporter.[ch]:
2830         (ev_file_exporter_get_capabilities):
2831         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2832         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2833
2834         Adjust number of pages per row according to page orientation when
2835         printing 2 or 6 pages per sheet.
2836
2837 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * shell/ev-window.c: (ev_window_print_send):
2840
2841         Reset also cups setting to 1 when printing multiple pages per
2842         sheet. Fixes bug #468853.
2843
2844 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2845
2846         * libdocument/ev-document-misc.c:
2847         (ev_document_misc_surface_rotate_and_scale):
2848
2849         Use directly cairo_surface_get_content() when creating a similar
2850         surface as suggested by Jeff Muizelaar. Thanks again.
2851
2852 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2853
2854         * backend/djvu/djvu-document.c: (djvu_document_render):
2855         * backend/tiff/tiff-document.c: (tiff_document_render):
2856         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2857         * libdocument/ev-document-misc.c:
2858         (ev_document_misc_surface_from_pixbuf),
2859         (ev_document_misc_surface_rotate_and_scale):
2860
2861         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2862         creating page surfaces. Fixes bug #453123. Thank you very much to
2863         Jeff Muizelaar <jeff@infidigm.net>.
2864
2865 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * shell/ev-page-cache.c: (ev_page_cache_new),
2868         (ev_page_cache_get_thumbnail_size):
2869         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2870         (ev_sidebar_thumbnails_set_loading_icon):
2871
2872         Also store in page-cache the dimensions of the thumbnails so that
2873         they can be used to create the correct loading icon in the side
2874         pane. Fixes bug #466857.
2875
2876 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * backend/pdf/ev-poppler.cc:
2879         (pdf_document_thumbnails_get_thumbnail):
2880
2881         Fix thumbnails rotation in pdf documents that include embedded 
2882         thumbnails.
2883
2884 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2885
2886         * backend/pdf/ev-poppler.cc:
2887
2888         Don't use #ifdef in macro expansion. Some compilers don't
2889         like that. Closes bug #467042.
2890
2891 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2892
2893         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2894         
2895         Fixes memory leak in djvu backend.
2896
2897 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2898
2899         * data/icons/32x32/Makefile.am:
2900         * data/icons/32x32/actions/Makefile.am:
2901         * data/icons/32x32/actions/view-page-cont.svg:
2902         * data/icons/32x32/actions/view-page-facing.svg:
2903         * data/icons/48x48/Makefile.am:
2904         * data/icons/48x48/actions/Makefile.am:
2905         * data/icons/48x48/actions/view-page-cont.svg:
2906         * data/icons/48x48/actions/view-page-facing.svg:
2907         
2908         Icons for a new sizes.
2909
2910 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2911
2912         * shell/ev-page-cache.c: (build_height_to_page),
2913         (ev_page_cache_get_height_to_page):
2914         
2915         Fixes invalid read, see bug #466401.
2916
2917 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2920         (set_drag_cursor):
2921         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2922         (configure_item_cursor), (new_pixbuf_from_widget):
2923
2924         Fix multihead problems in toolbar editor. Fixes bug #382055.
2925
2926 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * shell/ev-window.c: (ev_window_cmd_file_open),
2929         (ev_window_cmd_save_as):
2930
2931         Use g_get_user_special_dir when available instead of
2932         xdg_user_dir_lookup.
2933
2934 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2935
2936         * MAINTAINERS:
2937         
2938         Updated according to request on desktop-devel.
2939
2940 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2943
2944         Do not use cairo_rectangle and cairo_clip since we are
2945         not using cairo_fill but cairo_paint. Use the same cairo context
2946         for every page in the same expose event.
2947
2948 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2949
2950         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2951         leak.
2952
2953 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * configure.ac:
2956         * NEWS:
2957
2958         Release 0.9.3
2959
2960 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * libdocument/ev-document-info.h:
2963         * libdocument/ev-document.h:
2964         * shell/ev-page-action.h:
2965         * shell/ev-sidebar-links.h:
2966
2967         Fix a headers problem with ev-link
2968         
2969         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2970         * shell/ev-view-private.h:
2971         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2972         (get_link_area), (ev_view_query_tooltip),
2973         (ev_view_leave_notify_event), (ev_view_destroy),
2974         (ev_view_class_init):
2975
2976         Use new gtk tooltips when available instead of ev-tooltip.
2977         
2978 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * shell/ev-window.c: (update_chrome_visibility),
2981         (ev_window_sidebar_visibility_changed_cb):
2982
2983         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2984         
2985 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * shell/ev-navigation-action.c:
2988         (ev_navigation_action_history_changed),
2989         (ev_navigation_action_set_history):
2990         * shell/ev-navigation-action-widget.c:
2991         (ev_navigation_action_widget_init):
2992         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2993
2994         Fix compile warnings.
2995         
2996 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2997
2998         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2999         (egg_editable_toolbar_dispose):
3000
3001         Fix memory leak.
3002         
3003 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3004
3005         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3006         (screensaver_disable_x11):
3007         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3008         * shell/ev-window.c: (presentation_set_timeout):
3009         * shell/ev-view.c: (ev_view_presentation_transition_start):
3010
3011         Use g_timeout_add_seconds instead of g_timeout_add when
3012         available.
3013         
3014 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3017
3018         Set horizontal scrollbar policy to AUTOMATIC instead of
3019         NEVER. Workaround for bug #449462.
3020         
3021 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3022
3023         * shell/ev-jobs.c: (ev_job_render_page_ready):
3024
3025         Add page_ready callback to main loop with high priority and hold
3026         a reference to job during idle.
3027         
3028 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * configure.ac:
3031         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3032         (pdf_document_file_exporter_begin),
3033         (pdf_document_file_exporter_do_page),
3034         (pdf_document_file_exporter_get_capabilities):
3035         * libdocument/ev-file-exporter.h:
3036         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3037         * shell/ev-window.c: (ev_window_print_send),
3038         (ev_window_print_dialog_response_cb):
3039
3040         Allow printing multiple pages per sheet. Fixes bug #395573.
3041         
3042 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3043
3044         * shell/ev-view.c: (tip_from_link):
3045         
3046         Check for NULL, fixes bug #460862.
3047
3048 2007-07-29  Christian Persch  <chpe@gnome.org>
3049
3050         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3051         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3052         (ev_window_cmd_preview_print):
3053         
3054         Fixes bug #437681 - blocks while enumerating printers.
3055
3056 2007-07-29  Christian Persch  <chpe@gnome.org>
3057
3058         * shell/ev-window.c: (ev_window_screen_changed):
3059         
3060         Don't use deprecated gtk+ function. See bug #460909.
3061
3062 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3063
3064         * shell/ev-utils.c: (get_num_monitors):
3065         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3066
3067         Do not use display before initializing it. Remove compile
3068         warnings.
3069
3070 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3071
3072         * shell/ev-view.c: (ev_view_class_init):
3073         
3074         Unix-like hjkl bindings added. See bug #458111.
3075
3076 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3077
3078         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3079         * shell/ev-utils.h:
3080         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3081         (ev_view_update_view_size):
3082         * shell/ev-view.h:
3083         * shell/ev-window.c: (ev_window_update_actions),
3084         (setup_view_from_metadata), (ev_window_screen_changed),
3085         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3086         (zoom_control_changed_cb):
3087         * shell/ev-window.h:
3088         
3089         Reorganizes utility functions.
3090
3091 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3092
3093         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3094         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3095         (add_job), (ev_pixbuf_cache_get_surface),
3096         (ev_pixbuf_cache_get_link_mapping),
3097         (ev_pixbuf_cache_get_image_mapping),
3098         (ev_pixbuf_cache_get_form_field_mapping),
3099         (ev_pixbuf_cache_get_text_mapping):
3100         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3101         (notify_page_ready), (ev_job_render_page_ready),
3102         (ev_job_render_run):
3103
3104         Add page_ready signal to notify that page is ready as soon as
3105         possible even if other page elements like links, forms, images or
3106         text mapping are not ready yet.
3107
3108 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3109
3110         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3111         (dvi_document_file_exporter_do_page),
3112         (dvi_document_file_exporter_get_capabilities),
3113         (dvi_document_file_exporter_iface_init):
3114         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3115         (ps_document_file_exporter_do_page),
3116         (ps_document_file_exporter_get_capabilities),
3117         (ps_document_file_exporter_iface_init):
3118         * backend/djvu/djvu-document.c:
3119         (djvu_document_file_exporter_begin),
3120         (djvu_document_file_exporter_end),
3121         (djvu_document_file_exporter_get_capabilities),
3122         (djvu_document_file_exporter_iface_init):
3123         * backend/tiff/tiff-document.c:
3124         (tiff_document_file_exporter_begin),
3125         (tiff_document_file_exporter_get_capabilities),
3126         (tiff_document_document_file_exporter_iface_init):
3127         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3128         (pdf_document_file_exporter_do_page),
3129         (pdf_document_file_exporter_get_capabilities),
3130         (pdf_document_file_exporter_iface_init):
3131         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3132         (ev_file_exporter_get_capabilities):
3133         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3134         (idle_print_handler), (ev_print_job_print):
3135         * shell/ev-jobs.c: (ev_job_print_run):
3136         * shell/ev-window.c: (ev_window_print_send),
3137         (ev_window_print_range):
3138
3139         Use capabilities to know which options should be offered by the
3140         print dialog depending on the document backend.
3141
3142 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3145
3146         Give priority to forms over text to set the cursor.
3147
3148 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * shell/ev-view-private.h:
3151         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3152         (ev_view_leave_notify_event), (ev_view_finalize),
3153         (ev_view_get_property), (ev_view_class_init):
3154
3155         Use IBEAM cursor for text form fields and NORMAL cursor for read
3156         only fields. Remove unused status attribute.
3157
3158 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3161
3162         Update region for current selected items also for checkbox
3163         buttons, since they can behave as radio buttons when they are in a
3164         set.
3165
3166 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * configure.ac:
3169         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3170
3171         Get max length of text form fields.
3172
3173 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3176         * libdocument/ev-form-field.h:
3177         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3178
3179         Fix build with current poppler cvs head.
3180
3181 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3182
3183         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3184         * shell/eggfindbar.c: (egg_find_bar_init):
3185
3186         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3187         deprecation. Fixes bug #455667
3188
3189 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3190
3191         * NEWS:
3192         * configure.ac:
3193         
3194         Update for release 0.9.2
3195
3196 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3197
3198         * shell/ev-view.c: (ev_view_form_field_text_save),
3199         (ev_view_form_field_choice_save):
3200
3201         Fix a crash when closing whith a form widget visible.
3202
3203 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3204
3205         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3206
3207         Update also the region of the current selected button when
3208         clicking on another button if they are radio buttons.
3209
3210 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3211
3212         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3213         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3214         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3215         (ev_pixbuf_cache_get_link_mapping),
3216         (ev_pixbuf_cache_get_image_mapping),
3217         (ev_pixbuf_cache_get_form_field_mapping),
3218         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3219         * shell/ev-view.c: (ev_view_form_field_get_region),
3220         (ev_view_form_field_button_create_widget),
3221         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3222         (job_finished_cb):
3223
3224         Redraw only form field region instead of the whole page when
3225         reloading a page to show changes on the form field.
3226
3227 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * shell/ev-view.c: (ev_view_form_field_choice_save):
3230
3231         Fix selection of first item in list form fields.
3232
3233 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3236         (ev_pixbuf_cache_reload_page),
3237         (ev_pixbuf_cache_get_form_field_mapping):
3238
3239         Some refactoring to avoid duplicated code.
3240
3241 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3242
3243         * configure.ac:
3244         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3245         (ev_form_field_from_poppler_field),
3246         (pdf_document_forms_get_form_fields),
3247         (pdf_document_forms_form_field_text_get_text),
3248         (pdf_document_forms_form_field_text_set_text),
3249         (pdf_document_forms_form_field_button_set_state),
3250         (pdf_document_forms_form_field_button_get_state),
3251         (pdf_document_forms_form_field_choice_get_item),
3252         (pdf_document_forms_form_field_choice_get_n_items),
3253         (pdf_document_forms_form_field_choice_is_item_selected),
3254         (pdf_document_forms_form_field_choice_select_item),
3255         (pdf_document_forms_form_field_choice_toggle_item),
3256         (pdf_document_forms_form_field_choice_unselect_all),
3257         (pdf_document_forms_form_field_choice_set_text),
3258         (pdf_document_forms_form_field_choice_get_text),
3259         (pdf_document_document_forms_iface_init):
3260         * libdocument/Makefile.am:
3261         * libdocument/ev-form-field.[ch]:
3262         * libdocument/ev-document-forms.[ch]:
3263         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3264         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3265         (add_job), (ev_pixbuf_cache_reload_page),
3266         (ev_pixbuf_cache_get_form_field_mapping):
3267         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3268         * shell/ev-view-private.h:
3269         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3270         (ev_view_handle_cursor_over_xy),
3271         (ev_view_get_form_field_at_location),
3272         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3273         (ev_view_form_field_button_create_widget),
3274         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3275         (ev_view_form_field_text_create_widget),
3276         (ev_view_form_field_choice_save),
3277         (ev_view_form_field_choice_changed),
3278         (ev_view_form_field_choice_create_widget),
3279         (ev_view_handle_form_field), (ev_view_size_allocate),
3280         (ev_view_realize), (draw_end_presentation_page),
3281         (ev_view_button_press_event), (ev_view_remove_all),
3282         (ev_view_motion_notify_event), (ev_view_key_press_event),
3283         (ev_view_enter_notify_event), (highlight_find_results),
3284         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3285         (ev_view_class_init), (page_changed_cb),
3286         (on_adjustment_value_changed), (ev_view_set_presentation),
3287         (merge_selection_region), (ev_view_set_cursor),
3288         (ev_view_reset_presentation_state):
3289         
3290         Merge evince-forms branch.
3291
3292 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3293
3294         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3295
3296         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3297         This script also updates itself from libegg
3298
3299         * cut-n-paste/toolbar-editor/egg*:
3300         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3301         libegg
3302
3303 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3304
3305         * shell/ev-window.c:
3306         
3307         Adds a nice icon to page action during toolbar editing.
3308         See bug #452872.
3309
3310 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3311
3312         * data/evince-toolbar.xml:
3313         * shell/ev-window.c:
3314         
3315         Let user add a presentation and fullscreen icons on toolbar.
3316         See bug #449734.
3317
3318 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3319
3320         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3321
3322         new script to keep in sync with toolbareditor in libegg
3323
3324         * cut-n-paste/toolbar-editor/*: 
3325
3326         Run update-toolbareditor-from-libegg so we are in sync again. 
3327         Fixes bug #452850.
3328         
3329
3330 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * shell/ev-sidebar-links.c: (job_finished_callback):
3333
3334         Do not connect selection changed signal more than once. Fixes bug
3335         #349433.
3336
3337 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3338
3339         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3340
3341         Do not change sidebar chrome flag when pressing F9 key in
3342         presentation mode.
3343
3344 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * backend/pdf/ev-poppler.cc:
3347         (pdf_document_thumbnails_get_dimensions):
3348
3349         Make sure thumbnails width and height is not <= 0. Fixes a crash
3350         with some pdf documents which have really small pages.
3351
3352 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3353
3354         * shell/main.c: (main):
3355
3356         Fixes program description translation issue.
3357         Bug #450148.
3358
3359 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3360
3361         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3362
3363         Do not change current page when returning from black/white mode
3364         in presentation. Fixes bug #415032.
3365
3366 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3367
3368         * NEWS:
3369         * configure.ac:
3370         
3371         Update for release 0.9.1
3372
3373 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3374
3375         * backend/dvi/dvi-document.c:
3376         (dvi_document_finalize),
3377         (dvi_document_file_exporter_format_supported),
3378         (dvi_document_file_exporter_begin),
3379         (dvi_document_file_exporter_do_page),
3380         (dvi_document_file_exporter_end),
3381         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3382         
3383         PDF exporter for dvi documents. Fixes bug #441319.
3384
3385 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * shell/ev-window.c: (ev_window_clear_print_job):
3388
3389         Clear gtk print job when job has finished. Fixes bug #447612.
3390
3391 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * shell/ev-window.c: (ev_window_print_send),
3394         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3395
3396         Add preview button to print dialog. Fixes bug #445419.
3397
3398 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * backend/dvi/Makefile.am:
3401         * backend/dvi/pixbuf-device.[ch]: Removed
3402         * backend/dvi/cairo-device.[ch]: Added
3403         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3404         * backend/dvi/dvi-document.c: (dvi_document_load),
3405         (dvi_document_render), (dvi_document_finalize),
3406         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3407         (dvi_document_do_color_special):
3408         * libdocument/ev-document-misc.[ch]:
3409         (ev_document_misc_pixbuf_from_surface):
3410
3411         Port dvi backend to cairo and fix a problem with colors. 
3412
3413 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * shell/ev-view.c: (draw_one_page):
3416
3417         Draw only visible region.
3418
3419 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * backend/djvu/djvu-document.c: (djvu_document_render):
3422
3423         Fix rotation in djvu backend.
3424
3425 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3428         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3429         (ev_pixbuf_cache_get_image_mapping),
3430         (ev_pixbuf_cache_get_text_mapping):
3431
3432         Redraw view every time we have a new surface. Fixes bug #443587.
3433
3434 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * libdocument/ev-document.c: (ev_document_info_free):
3437
3438         Fix memory leaks.
3439
3440 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3441
3442         * backend/dvi/dvi-document.c: (dvi_document_render),
3443         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3444         * backend/impress/impress-document.c:
3445         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3446         (impress_document_render), (impress_document_document_iface_init),
3447         (impress_document_thumbnails_get_thumbnail):
3448         * backend/djvu/djvu-document-private.h:
3449         * backend/djvu/djvu-document.c: (djvu_document_render),
3450         (djvu_document_finalize), (djvu_document_document_iface_init),
3451         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3452         * backend/tiff/tiff-document.c: (tiff_document_render),
3453         (tiff_document_render_pixbuf),
3454         (tiff_document_document_iface_init):
3455         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3456         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3457         (pdf_selection_render_selection):
3458         * backend/comics/comics-document.c:
3459         (comics_document_render_pixbuf), (comics_document_render),
3460         (comics_document_document_iface_init):
3461         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3462         (pixbuf_document_document_iface_init):
3463         * libdocument/ev-document-misc.[ch]:
3464         (ev_document_misc_surface_from_pixbuf),
3465         (ev_document_misc_surface_rotate_and_scale):
3466         * libdocument/ev-document.[ch]: (ev_document_render):
3467         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3468         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3469         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3470         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3471         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3472         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3473         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3474         (render_finished_cb), (ev_job_render_run):
3475         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3476         (merge_selection_region):
3477
3478         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3479         and selections.
3480
3481 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * shell/ev-window-title.c: (ev_window_title_update):
3484
3485         Fix memory leak.
3486
3487 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * shell/ev-view.c: (draw_loading_text):
3490
3491         Show loading text centered. Fixes bug #433061
3492
3493 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3494
3495         * shell/ev-sidebar-thumbnails.c:
3496         (ev_sidebar_thumbnails_set_loading_icon):
3497
3498         Remove a mutex in the main thread that blocks the UI in heavy
3499         documents.
3500
3501 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3504
3505         Set points_set to TRUE so that selections don't disappear after a
3506         zoom change.
3507
3508 2007-06-07  Michael Monreal  <infernux@web.de>
3509
3510         * data/icons/16x16/actions/Makefile.am:
3511         * data/icons/16x16/actions/zoom.svg:
3512         * data/icons/22x22/actions/Makefile.am:
3513         * data/icons/22x22/actions/zoom.svg:
3514         * data/icons/24x24/actions/Makefile.am:
3515         * shell/ev-stock-icons.c:
3516         * shell/ev-stock-icons.h:
3517         * shell/ev-window.c:
3518         
3519         Zoom icon artwork. See bug #444795.
3520
3521 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3522
3523         * shell/ev-metadata-manager.c: Remove extraneous function
3524         (Closes: #444386)
3525
3526 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3527
3528         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3529         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3530         (ev_metadata_manager_set), (ev_metadata_manager_save):
3531         Simplify the timeout, no need for modified anymore
3532
3533 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3534
3535         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3536         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3537         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3538         (ev_metadata_manager_save): Adapted patch from Arjan van de
3539         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3540         time, saves on power (Closes: #443851)
3541
3542 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * configure.ac:
3545         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3546         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3547
3548         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3549
3550 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3551
3552         * shell/ev-window.c: (ev_window_add_history):
3553
3554         Check if history is NULL
3555
3556 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * libdocument/ev-image.c: (ev_image_finalize):
3559         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3560         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3561         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3562         (ev_tmp_uri_unlink):
3563
3564         Add functions to delete temporary files created by evince in a safe
3565         way.
3566
3567         * shell/ev-window.c: (ev_window_clear_local_uri),
3568         (open_xfer_update_progress_callback),
3569         (save_xfer_update_progress_callback), (ev_window_save_remote),
3570         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3571         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3572         (attachment_save_dialog_response_cb),
3573         (ev_attachment_popup_cmd_save_attachment_as):
3574
3575         Allow saving a copy of a document, image or attachment to a remote
3576         location. Fixes bug #440754. 
3577
3578 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3579
3580         * configure.ac:
3581         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3582
3583         Fix build with current poppler from cvs head. 
3584
3585 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3586
3587         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3588
3589         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3590         directory exists.
3591
3592 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3593
3594         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3595         * shell/ev-window.c:
3596
3597         Change sidebar ordering. Fixes bug #439939.
3598
3599 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3600
3601         * backend/comics/Makefile.am:
3602         
3603         Fixes build with --without-libgnome.
3604
3605 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3606         
3607         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3608
3609         Update cursor and tooltip on page change and view scroll. Fixes bug
3610         #439217.
3611
3612 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3613
3614         * NEWS:
3615         * configure.ac:
3616         
3617         Update for release 0.9.0
3618
3619 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3620
3621         * backend/djvu/djvu-document-private.h:
3622         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3623         (djvu_document_finalize),
3624         (djvu_document_file_exporter_format_supported),
3625         (djvu_document_file_exporter_begin),
3626         (djvu_document_file_exporter_do_page),
3627         (djvu_document_file_exporter_end),
3628         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3629         
3630         Implemented printing with djvu. Bug #437998.
3631
3632 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * backend/impress/zip.c:
3635         Add missing ulong definition.
3636
3637         * backend/ps/ps-interpreter.c:
3638         Add missing headers.
3639
3640         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3641
3642 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3643
3644         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3645
3646         Add missing call to parent class dispose method. 
3647
3648 2007-05-12  Ross Burton  <ross@openedhand.com>
3649
3650         * shell/main.c:
3651         Sync keybindings manually when building without libgnome
3652         (#437925).
3653
3654 2007-05-12  Ross Burton  <ross@openedhand.com>
3655
3656         * shell/ev-window.c:
3657         Respect the screen when opening help (#437866).
3658
3659 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * data/evince-ui.xml:
3662         * shell/ev-application.[ch]: (get_print_settings_from_args),
3663         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3664         (ev_application_open_uri_list):
3665         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3666         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3667         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3668         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3669         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3670         (ev_window_dispose):
3671         * shell/main.c: (arguments_parse):
3672
3673         Add print button in preview mode. Fixes bug #396475. 
3674
3675 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3676
3677         * cut-n-paste/zoom-control/ephy-zoom.h:
3678         
3679         Fixes zoom level factors. See bug #408119 for details.
3680
3681 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3682
3683         * backend/comics/comics-document.c: (comics_regex_quote),
3684         (extract_argv):
3685         
3686         Correctly quote symbols. Fixes crash in the bug
3687         #415370.
3688
3689 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3690
3691         * shell/ev-navigation-action-widget.c:
3692         (ev_navigation_action_widget_init),
3693         (ev_navigation_action_widget_class_init),
3694         (ev_navigation_action_widget_button_press_event):
3695         
3696         Connect to button-press event on correct widget. Fixes
3697         bug #431988
3698
3699 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3700
3701         * shell/ev-application.c: (ev_application_open_window),
3702         (ev_application_add_icon_path_for_screen),
3703         (ev_application_open_uri_at_dest):
3704         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3705         * shell/ev-navigation-action.c: (build_menu):
3706         
3707         Add app-specific icons to our icon theme. Fixes bug
3708         #425508.
3709
3710 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3711
3712         * shell/ev-history.c: (ev_history_class_init),
3713         (ev_history_add_link):
3714         * shell/ev-history.h:
3715         * shell/ev-navigation-action.c:
3716         (ev_navigation_action_history_changed),
3717         (ev_navigation_action_set_history), (build_menu),
3718         (ev_navigation_action_finalize):
3719         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3720         
3721         Make navigation action unsensitive instead of showing
3722         menu with unsensitive word. Fixes bug #417392.
3723
3724 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * shell/ev-application.[ch]: (ev_application_shutdown),
3727         (ev_application_get_print_settings),
3728         (ev_application_set_print_settings):
3729         * shell/ev-window.c:
3730
3731         Remember print settings. Fixes bug #349102. 
3732
3733 2007-05-08  Christian Persch  <chpe@gnome.org>
3734
3735         * configure.ac:
3736         * properties/ev-properties-view.c:
3737
3738         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3739         Bug #382438.
3740
3741 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3742
3743         * configure.ac:
3744         * properties/ev-properties-view.c: (ev_regular_paper_size):
3745
3746         Use gtk+ builtin paper list to identify the document's paper size.
3747         Fixes bug #382438. 
3748
3749 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3750
3751         * configure.ac:
3752
3753         Fix build when compiling with thumbnailer and libgnome support. 
3754
3755 2007-05-04  Ross Burton  <ross@openedhand.com>
3756
3757         * configure.ac:
3758         Add --without-libgnome, check for libgnome and libgnomeui
3759         separately, and add them to the symbols as required.
3760
3761         * libdocument/ev-file-helpers.c:
3762         When building without libgnome, use g_get_user_config_dir instead
3763         of gnome_user_dir_get.
3764
3765         * shell/ev-application.c:
3766         When building without libgnome, don't use session management.
3767
3768         * shell/main.c:
3769         When building without libgnome, don't use GnomeProgram or
3770         initialise the authentication manager.
3771
3772         This fixes #328842.
3773
3774 2007-05-04  Ross Burton  <ross@openedhand.com>
3775
3776         * shell/ev-window.c:
3777         Don't use libgnome to open help, instead call Yelp directly.
3778
3779 2007-05-04  Ross Burton  <ross@openedhand.com>
3780
3781         * shell/ev-sidebar-attachments.c:
3782         Don't use libgnome to lookup icons for MIME types, instead copy
3783         code from GTK+ to do it manually.
3784
3785 2007-05-04  Ross Burton  <ross@openedhand.com>
3786
3787         * configure.ac:
3788         Add libxml to the dependencies for SHELL_CORE (#435818).
3789
3790 2007-05-02  Ross Burton  <ross@openedhand.com>
3791
3792         * configure.ac:
3793         * Makefile.am:
3794         Add --disable-thumbnailer (#434825)
3795
3796 2007-05-02  Ross Burton  <ross@openedhand.com>
3797
3798         * shell/ev-window.c:
3799         Add missing includes, fix indentation.
3800
3801         * shell/main.c:
3802         Fix indentation.
3803
3804 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3805
3806         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3807         ev_application_open_uri_at_dest instead of ev_application_open_uri
3808         preventing new document always being opened in a new window even if there
3809         is an empty window.
3810
3811 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3812
3813         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3814         (egg_recent_view_uimanager_finalize):
3815         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3816         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3817         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3818         (ev_pixbuf_cache_dispose):
3819         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3820         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3821         
3822         Add missing chain to parent class methods. Fixes
3823         bug #433128.
3824
3825 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3826
3827         * data/Makefile.am (update-icon-cache): Updates
3828         gtk-update-icon-cache in uninstall-hook.
3829
3830 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3831
3832         * shell/ev-window.c: (ev_window_setup_document),
3833         (ev_window_set_document), (ev_window_load_job_cb):
3834         * shell/ev-view.c: (setup_caches):
3835         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3836
3837         Start rendering pages before any other jobs. 
3838
3839 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * shell/ev-window.c: (ev_window_stop_fullscreen),
3842         (ev_window_stop_presentation):
3843
3844         Update chrome visibility before window unfullscreen. 
3845
3846 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3847
3848         * data/Makefile.am:
3849         * data/evince-ui.xml:
3850         * shell/ev-stock-icons.[ch]:
3851         * shell/ev-application.[ch]: (ev_application_shutdown),
3852         (ev_application_init), (ev_application_get_toolbars_model):
3853         * shell/ev-window.c: (update_chrome_visibility),
3854         (fullscreen_toolbar_setup_item_properties),
3855         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3856         (ev_window_run_presentation), (ev_window_stop_presentation),
3857         (ev_window_run_preview), (ev_window_screen_changed),
3858         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3859         (ev_window_dispose), (ev_window_init):
3860
3861         Make fullscreen toolbar always visible. Do not use egg toolbars for
3862         fullscreen and preview modes since such toolbars are not editables.
3863         Fixes bugs #300278, #338910 and #316188.  
3864
3865 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3866
3867         * shell/ev-application.c:
3868         * shell/ev-job-queue.c:
3869         * shell/ev-metadata-manager.c:
3870         * shell/ev-stock-icons.c:
3871         * shell/ev-window.c:
3872         * shell/main.c:
3873         
3874         Developers documentation updated.
3875
3876 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3877
3878         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3879
3880         Check whether uri is valid before launching it. Fixes bug #427664.
3881
3882 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3883
3884         * shell/ev-window.c:
3885
3886         Change key accelerator for Open a Copy menu entry which is in conflict
3887         with Close. Fixes bug #427321.
3888
3889 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3890
3891         * NEWS:
3892         * configure.ac:
3893         
3894         Update for release 0.8.1
3895
3896 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3897
3898         * shell/ev-window.c: (setup_size_from_metadata):
3899         
3900         Do not make window bigger than screen. Fixes bug 
3901         #388985.
3902
3903 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3906         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3907
3908         Use default resolution when it's not provided by document. Fixes bug
3909         #408762.
3910
3911 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3912
3913         * configure.ac:
3914         * thumbnailer/Makefile.am:
3915         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3916         * thumbnailer/evince-thumbnailer.schemas.in:
3917         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3918
3919         Add support for ps, eps and compressed documents thumbnails. Do not
3920         ignore size parameter. 
3921
3922 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3923
3924         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3925         (dvi_document_do_color_special):
3926         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3927
3928         Implement font color specials in the DVI backend. Fixes bug #303651.
3929
3930 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3931
3932         Fixup the previous commit:
3933
3934         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3935         * shell/xdg-user-dir-lookup.c: Make the function non-static
3936         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3937
3938 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3939
3940         * shell/ev-window.c (file_open_dialog_response_cb): Use
3941         the xdg-user-dirs DOCUMENTS folder as default folder when
3942         opening a file chooser.  (#424858)
3943
3944         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3945         xdg-user-dirs.
3946
3947 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * shell/ev-window.c: (ev_window_load_job_cb):
3950
3951         Do not setup view from metadata on preview mode. 
3952
3953 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * shell/main.c:
3956
3957         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3958
3959 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3960
3961         * shell/ev-view.c: (ev_view_primary_get_cb):
3962
3963         Check pointer != NULL before using it. Fixes bug #416841. 
3964
3965 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3966
3967         * NEWS:
3968         * configure.ac:
3969         
3970         Release 0.8.0
3971
3972 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3975
3976         Do not render thumbnails when sidebar thumbnail page is not visible
3977         at startup. Fixes bug #416447. 
3978
3979 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3980
3981         * data/evince.desktop.in.in:
3982
3983         "Application" is not a valid category in the freedesktop specification.
3984
3985 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3986
3987         * libdocument/ev-file-helpers.[ch]: (compression_run),
3988         (ev_file_uncompress), (ev_file_compress):
3989         * shell/ev-window.c: (file_save_dialog_response_cb):
3990
3991         Save document compressed when saving a copy of a compressed document.
3992         Fixes bug #334542.
3993
3994 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3995
3996         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3997
3998         Allow deleting in goto window entry in presentation mode. 
3999
4000 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4001
4002         * Makefile.am: Dist MAINTAINERS.
4003
4004 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-window.c: (ev_window_update_actions):
4007
4008         Fix zoom shortcut keys when searching. Fixes bug #409828.
4009
4010 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4011
4012         * shell/ev-window.c: (ev_window_setup_document):
4013
4014         Fix crash when loading documents with only one page. 
4015
4016 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * backend/dvi/dvi-document.c:
4019         (dvi_document_thumbnails_get_dimensions),
4020         (dvi_document_thumbnails_get_thumbnail):
4021         * backend/impress/impress-document.c:
4022         (impress_document_thumbnails_get_thumbnail),
4023         (impress_document_thumbnails_get_dimensions):
4024         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4025         (ps_document_thumbnails_get_dimensions):
4026         * backend/djvu/djvu-document.c:
4027         (djvu_document_thumbnails_get_dimensions),
4028         (djvu_document_thumbnails_get_thumbnail):
4029         * backend/tiff/tiff-document.c:
4030         (tiff_document_thumbnails_get_thumbnail),
4031         (tiff_document_thumbnails_get_dimensions):
4032         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4033         (pdf_document_thumbnails_get_thumbnail),
4034         (pdf_document_thumbnails_get_dimensions):
4035         * backend/comics/comics-document.c:
4036         (comics_document_thumbnails_get_thumbnail),
4037         (comics_document_thumbnails_get_dimensions):
4038         * backend/pixbuf/pixbuf-document.c:
4039         (pixbuf_document_thumbnails_get_thumbnail),
4040         (pixbuf_document_thumbnails_get_dimensions):
4041         * libdocument/ev-document-thumbnails.[ch]:
4042         (ev_document_thumbnails_get_thumbnail),
4043         (ev_document_thumbnails_get_dimensions):
4044         * libdocument/ev-document-misc.[ch]:
4045         (ev_document_misc_get_thumbnail_frame):
4046         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4047         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4048         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4049         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4050         (ev_sidebar_thumbnails_refresh):
4051         * shell/ev-window.c: (ev_window_setup_document):
4052         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4053
4054         Use an EvRenderContext for rendering thumbnails instead of a suggested
4055         width, so that different sized pages get sized proportionally.
4056
4057 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4058
4059         * shell/ev-view.c: (ev_view_button_press_event),
4060         (ev_view_key_press_event):
4061
4062         Fix critical warnings when there is no document loaded. 
4063
4064 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4065
4066         * shell/ev-page-action-widget.c:
4067         * shell/ev-navigation-action.c:
4068         * shell/ev-window.c:
4069
4070         Fix compile warnings. 
4071
4072 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4073
4074         * backend/djvu/djvu-text.h:
4075         * backend/djvu/djvu-document.c:
4076         * backend/djvu/djvu-text-page.c:
4077         * backend/djvu/djvu-links.c:
4078         * backend/djvu/djvu-text-page.h:
4079         * backend/djvu/djvu-text.c:
4080         
4081         Fix build on Mac. Fixes bug #392186. Patch by
4082         <ephraim_owns@hotmail.com>
4083
4084 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4087
4088         Restore cairo context before rendering every page when printing a PDF
4089         document into a PDF file. 
4090
4091 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4092
4093         * backend/ps/gstypes.h:
4094         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4095         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4096         (ps_document_thumbnails_get_thumbnail):
4097
4098         Handle PostScript page orientation. Fixes bug #318568.
4099
4100 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * backend/ps/Makefile.am:
4103         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4104         (document_load), (ps_document_load), (save_document),
4105         (save_page_list), (ps_document_get_n_pages),
4106         (ps_document_get_page_size), (ps_document_get_info),
4107         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4108         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4109         (ps_document_thumbnails_get_thumbnail),
4110         (ps_document_thumbnails_get_dimensions),
4111         (ps_document_document_thumbnails_iface_init):
4112         * backend/ps/ps.[ch]: (psgetpagebox):
4113         * backend/ps/ps-interpreter.[ch]:
4114
4115         Add support for thumbnails in ps backend. Fixes bug #164755. 
4116
4117 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4118
4119         * NEWS:
4120         * configure.ac:
4121         
4122         Release 0.7.2
4123
4124 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4125
4126         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4127         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4128         (ev_window_dispose):
4129
4130         Use document thumbnail as window icon. Fixes bug #384442.
4131
4132 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4133
4134         * configure.ac:
4135
4136         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4137         duplicated adding application/x-bzpostscript instead. 
4138
4139 2007-02-11  Tom Parker  <palfrey@tevp.net>
4140
4141         * backend/ps/ps-document.c: (document_load):
4142
4143         Check return value of psscan before trying
4144         to use it. Fixes bug #372414.
4145
4146 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4149
4150         Fix invalid free in ev-page-cache. Fixes bug #404745.
4151
4152 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4153
4154         * test/Makefile.am:
4155         * test/test3.py:
4156         
4157         Added reload test case.
4158
4159 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4160
4161         * po/POTFILES.in:
4162         * backend/djvu/djvu-document.c: (djvu_document_load):
4163
4164         Check whether there are missing files in indirect multipage djvu
4165         documents. Fixes bug #361683. 
4166
4167 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4168
4169         * test/Makefile.am:
4170         * test/test-mime.bin:
4171         * test/test3.py:
4172         
4173         Added test for slow mime type
4174
4175 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4176
4177         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4178
4179         Add some checks and call parent_class->finalize. Fixes bug #404745.
4180
4181 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4182
4183         * shell/ev-navigation-action.c: (connect_proxy):
4184         
4185         Fixes dropdown history menu. Thanks a lot Carlos!
4186
4187 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4190
4191         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4192         bug #373715.
4193
4194 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * backend/ps/ps.c: (psscan):
4197
4198         Fix memory leak. 
4199
4200 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * configure.ac:
4203         * libdocument/ev-file-helpers.c: 
4204
4205         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4206
4207 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * configure.ac:
4210         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4211         (ps_interpreter_start), (document_load), (save_document),
4212         (save_page_list):
4213         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4214         * libdocument/ev-document-factory.c:
4215         (ev_document_factory_get_from_mime), (get_document_from_uri),
4216         (free_uncompressed_uri), (ev_document_factory_get_document):
4217         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4218
4219         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4220
4221 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4222
4223         * libdocument/ev-document.h:
4224
4225         Fix typo in function name. 
4226
4227 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * backend/ps/ps-document.c: (ps_interpreter_finished),
4230         (ps_interpreter_start), (ps_interpreter_failed):
4231
4232         Handle ghostscript interpreter crashes. 
4233
4234 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * shell/ev-window.c: (ev_window_open_uri),
4237         (window_configure_event_cb):
4238
4239         Setup window size and position before showing it. Fixes bug #401711.
4240
4241 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4242
4243         * backend/ps/Makefile.am:
4244         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4245         (ps_document_dispose), (ps_document_class_init),
4246         (ps_interpreter_input), (ps_interpreter_output),
4247         (ps_interpreter_error), (setup_interpreter_env),
4248         (ps_interpreter_start), (ps_interpreter_stop),
4249         (ps_interpreter_failed), (ps_interpreter_is_ready),
4250         (check_filecompressed), (document_load), (ps_document_load),
4251         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4252         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4253         (render_page):
4254
4255         Rework ps-document. Code cleanups, remove deprecated code. 
4256
4257 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4258
4259         * shell/ev-view.c: (ev_view_button_press_event):
4260
4261         Do not start an image drag and drop operation when pointer is on 
4262         text, so that we can select text when the whole background is an
4263         image. 
4264
4265 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4266
4267         * shell/ev-window.c: (ev_window_update_actions): 
4268
4269         Disable all zoom related actions during presentation mode. 
4270
4271 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4272
4273         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4274
4275         Do not zoom in or out on presentation mode. Fixes bug #401305.
4276
4277 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4278
4279         * shell/ev-navigation-action.c: (connect_proxy),
4280         (create_menu_item), (ev_navigation_action_class_init):
4281         
4282         Correctly show menu and fix crash when navigaton 
4283         action is out of toolbar visible area.
4284
4285 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4286
4287         * data/Makefile.am:
4288         * data/evince.1:
4289         
4290         Added man file
4291
4292 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4293
4294         * help/reference/* :
4295         * configure.ac:
4296         
4297         Added gtk-doc based documentation for Evince.
4298         Still in initial state but I hope it will
4299         grow.
4300         
4301         * configure.ac:
4302         
4303         Lower dbus requirement to 0.70
4304
4305 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4306
4307         * shell/ev-window.c: (ev_window_add_history):
4308
4309         Fix memory leak. 
4310
4311 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4312
4313         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4314         * shell/ev-view.h:
4315         * shell/ev-window.c: (ev_window_add_history):
4316         
4317         Correctly handle named destination links
4318
4319 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4320
4321         * NOTES:
4322         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4323         * backend/pdf/ev-poppler.cc:
4324         * libdocument/ev-document-links.h:
4325         * libdocument/ev-link.c: (ev_link_get_page):
4326         * libdocument/ev-link.h:
4327         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4328         (ev_history_add_link):
4329         * shell/ev-history.h:
4330         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4331         (new_history_menu_item), (build_menu):
4332         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4333         * shell/ev-sidebar-links.c: (create_loading_model),
4334         (print_section_cb), (ev_sidebar_links_construct),
4335         (fill_page_labels), (update_page_callback_foreach),
4336         (update_page_callback), (job_finished_callback):
4337         * shell/ev-view.c: (ev_view_handle_link):
4338         * shell/ev-window.c: (ev_window_find_chapter),
4339         (ev_window_add_history), (view_handle_link_cb),
4340         (history_changed_cb):
4341         
4342         Implements another history variant
4343
4344 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4345
4346         * shell/ev-window.c: (view_external_link_cb):
4347         * shell/ev-view.c: (ev_view_button_release_event):
4348
4349         Open links in new window when clicking with middle button. 
4350
4351 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4352
4353         * shell/ev-navigation-action.c: (new_history_menu_item):
4354         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4355         * shell/ev-view.c: (ev_view_handle_link):
4356         * shell/ev-window.c:
4357         
4358         Store link before jump, not the destination. For me it 
4359         seems like more natural history behavior.
4360
4361 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4362
4363         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4364         (ev_navigation_action_class_init):
4365         * shell/ev-navigation-action.h:
4366         * shell/ev-page-action.c: (activate_cb):
4367         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4368         (ev_page_cache_set_current_page_history):
4369         * shell/ev-page-cache.h:
4370         * shell/ev-sidebar-thumbnails.c:
4371         (ev_sidebar_tree_selection_changed),
4372         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4373         * shell/ev-view-private.h:
4374         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4375         * shell/ev-view.h:
4376         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4377         (ev_window_setup_document), (ev_window_load_job_cb):
4378         * shell/ev-window.h:
4379         
4380         History finally works as expected.
4381
4382 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4383
4384         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4385
4386         Do not update links treeview if it doesn't have a model assigned yet. 
4387
4388 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4391         (ev_sidebar_links_class_init), (update_page_callback):
4392
4393         Do not update links treeview when sidepane is not visible. 
4394
4395 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4396
4397         * shell/ev-marshal.list:
4398         * shell/ev-page-action.c: (activate_cb),
4399         (ev_page_action_class_init):
4400         * shell/ev-page-action.h:
4401         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4402         * shell/ev-window.c:
4403         
4404         Remove activate_link signal, not required.
4405
4406 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4407
4408         * shell/ev-navigation-action.c: (build_menu):
4409         
4410         Reorder menu items and build menu with fixed length.
4411
4412 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4413
4414         * shell/ev-view.c: (get_selected_text):
4415         
4416         Normalize text to fix ligatures problem. See bug
4417         #341947 for details.
4418
4419 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4420
4421         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4422
4423         Fix memory leak in ev-page-cache. 
4424
4425 2007-01-25  Tom Parker <palfrey@tevp.net>
4426
4427         * backend/impress/impress-document.c: (impress_document_load),
4428         (impress_document_finalize), (impress_document_init):
4429         * properties/ev-properties-main.c: (ev_properties_get_pages):
4430         
4431         Correctly handle impress document errors. Fixes nautilus
4432         crash in property page #370491.
4433
4434 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4435
4436         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4437         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4438         (ev_job_queue_remove_job):
4439         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4440         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4441         (ev_job_load_run):
4442         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4443         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4444         (ev_window_load_job_cb), (xfer_update_progress_callback),
4445         (ev_window_open_uri), (ev_window_dispose):
4446         * shell/main.c: (main):
4447
4448         Do file transfer asynchronously in the main thread instead of
4449         synchronously in the load thread. Fixes bugs #399694, #398307 and
4450         #343542.
4451
4452 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4453
4454         * shell/ev-jobs.c: (ev_job_xfer_run):
4455
4456         Load the document with the font-config lock held. 
4457
4458 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4459
4460         * backend/ps/ps-document.c: (start_interpreter):
4461
4462         Fix memory leaks in ps backend. 
4463
4464 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4465
4466         * backend/impress/impress-document.c:
4467         (impress_document_render_pixbuf):
4468
4469         Do not acquire fontconfig lock in impress backend, since it is using
4470         the main loop for rendering. 
4471
4472 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4473
4474         * po/POTFILES.in: 
4475
4476         Remove mdvi files that shouldn't be translated. 
4477
4478 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * shell/ev-view-private.h:
4481         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4482         (ev_view_set_zoom):
4483
4484         Render "loading..." text into a cairo surface instead of directly into
4485         the window so that fontconfig lock is only needed once and UI is not
4486         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4487
4488 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4489
4490         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4491         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4492
4493         Use icon theme associated with the window screen rather than default. 
4494
4495 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4496
4497         * configure.ac:
4498
4499         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4500
4501 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4502
4503         * data/icons/*/apps/evince.*:
4504
4505         Move Evince icons under new apps directory.
4506
4507         * data/icons/*/actions/*:
4508
4509         Add new custom themeable Evince icons: view-page-continuous, 
4510         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4511         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4512
4513         * configure.ac:
4514
4515         Add new directories to AC_CONFIG_FILES.
4516
4517         * shell/ev-stock-icons.c:
4518         * shell/ev-stock-icons.h:
4519
4520         Use new custom themeable icons.
4521
4522 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4523
4524         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4525
4526         Do not draw white background page in presentation mode. 
4527
4528 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4529
4530         * shell/ev-view.c: Remove unused gnome-vfs include.
4531
4532 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4533
4534         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4535         
4536         Format string is corrected, fixes bug #397129.
4537
4538 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4539
4540         * shell/ev-window.c: (ev_window_setup_recent):
4541
4542         Do not include in recent menu inexistent documents. Fixes
4543         bug #339171.
4544
4545 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4546
4547         * po/POTFILES.skip: 
4548
4549         Update POTFILES.skip file according to current source tree. 
4550
4551 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4552
4553         * shell/ev-window.c: (file_save_dialog_response_cb):
4554
4555         Do Save a copy in atomic way. Fixes bug #328266. 
4556
4557 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4558
4559         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4560
4561         Keep selected cell always visible in index treeview.
4562
4563 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4564         
4565         * shell/ev-view.c: (ev_view_size_allocate):
4566
4567         Restore horizontal scrollbar after switching to/from fullscreen
4568         or presentation mode. Fixes bug #331728.
4569
4570 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4571
4572         * shell/ev-view-private.h:
4573         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4574         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4575         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4576         (ev_view_can_zoom_out):
4577
4578         Use max and min scale values in the view iby taking dpi into account. 
4579
4580 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4581
4582         * configure.ac:
4583         * NEWS:
4584
4585         Release 0.7.1
4586
4587 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4588
4589         * shell/ev-window.c: (ev_window_print_send):
4590
4591         Send print job to printer with some settings set to default values,
4592         since we have already exported to a file according to such settings
4593         and they could be taken twice by some printers. 
4594
4595 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4596
4597         * shell/ev-jobs.c: (ev_job_xfer_run):
4598         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4599
4600         Show main window and load document with the font-config lock held. 
4601
4602 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * configure.ac:
4605         * shell/ev-application.c: (ev_application_register_service):
4606         * shell/main.c: (load_files_remote):
4607
4608         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4609
4610 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4611
4612         * doc/debugging.txt:
4613         
4614         Remove obsolete documentation.
4615
4616 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4617
4618         * Makefile.am:
4619         * backend/Makefile.am:
4620         * backend/comics/Makefile.am:
4621         * backend/djvu/Makefile.am:
4622         * backend/dvi/Makefile.am:
4623         * backend/ev-async-renderer.c:
4624         * backend/ev-async-renderer.h:
4625         * backend/ev-attachment.c:
4626         * backend/ev-attachment.h:
4627         * backend/ev-backend-marshal.c:
4628         * backend/ev-document-factory.c:
4629         * backend/ev-document-factory.h:
4630         * backend/ev-document-find.c:
4631         * backend/ev-document-find.h:
4632         * backend/ev-document-fonts.c:
4633         * backend/ev-document-fonts.h:
4634         * backend/ev-document-images.c:
4635         * backend/ev-document-images.h:
4636         * backend/ev-document-info.h:
4637         * backend/ev-document-links.c:
4638         * backend/ev-document-links.h:
4639         * backend/ev-document-misc.c:
4640         * backend/ev-document-misc.h:
4641         * backend/ev-document-security.c:
4642         * backend/ev-document-security.h:
4643         * backend/ev-document-thumbnails.c:
4644         * backend/ev-document-thumbnails.h:
4645         * backend/ev-document-transition.c:
4646         * backend/ev-document-transition.h:
4647         * backend/ev-document.c:
4648         * backend/ev-document.h:
4649         * backend/ev-file-exporter.c:
4650         * backend/ev-file-exporter.h:
4651         * backend/ev-image.c:
4652         * backend/ev-image.h:
4653         * backend/ev-link-action.c:
4654         * backend/ev-link-action.h:
4655         * backend/ev-link-dest.c:
4656         * backend/ev-link-dest.h:
4657         * backend/ev-link.c:
4658         * backend/ev-link.h:
4659         * backend/ev-render-context.c:
4660         * backend/ev-render-context.h:
4661         * backend/ev-selection.c:
4662         * backend/ev-selection.h:
4663         * backend/impress/Makefile.am:
4664         * backend/pdf/Makefile.am:
4665         * backend/pixbuf/Makefile.am:
4666         * backend/ps/Makefile.am:
4667         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4668         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4669         (start_interpreter), (stop_interpreter), (document_load),
4670         (ps_document_next_page), (render_page):
4671         * backend/tiff/Makefile.am:
4672         * comics/Makefile.am:
4673         * comics/comics-document.c:
4674         * comics/comics-document.h:
4675         * configure.ac:
4676         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4677         * djvu/Makefile.am:
4678         * djvu/djvu-document-private.h:
4679         * djvu/djvu-document.c:
4680         * djvu/djvu-document.h:
4681         * djvu/djvu-links.c:
4682         * djvu/djvu-links.h:
4683         * djvu/djvu-text-page.c:
4684         * djvu/djvu-text-page.h:
4685         * djvu/djvu-text.c:
4686         * djvu/djvu-text.h:
4687         * dvi/Makefile.am:
4688         * dvi/dvi-document.c:
4689         * dvi/dvi-document.h:
4690         * dvi/fonts.c:
4691         * dvi/fonts.h:
4692         * dvi/mdvi-lib/Makefile.am:
4693         * dvi/mdvi-lib/afmparse.c:
4694         * dvi/mdvi-lib/afmparse.h:
4695         * dvi/mdvi-lib/bitmap.c:
4696         * dvi/mdvi-lib/bitmap.h:
4697         * dvi/mdvi-lib/color.c:
4698         * dvi/mdvi-lib/color.h:
4699         * dvi/mdvi-lib/common.c:
4700         * dvi/mdvi-lib/common.h:
4701         * dvi/mdvi-lib/defaults.h:
4702         * dvi/mdvi-lib/dvimisc.c:
4703         * dvi/mdvi-lib/dviopcodes.h:
4704         * dvi/mdvi-lib/dviread.c:
4705         * dvi/mdvi-lib/files.c:
4706         * dvi/mdvi-lib/font.c:
4707         * dvi/mdvi-lib/fontmap.c:
4708         * dvi/mdvi-lib/fontmap.h:
4709         * dvi/mdvi-lib/fontsrch.c:
4710         * dvi/mdvi-lib/gf.c:
4711         * dvi/mdvi-lib/hash.c:
4712         * dvi/mdvi-lib/hash.h:
4713         * dvi/mdvi-lib/list.c:
4714         * dvi/mdvi-lib/mdvi.h:
4715         * dvi/mdvi-lib/pagesel.c:
4716         * dvi/mdvi-lib/paper.c:
4717         * dvi/mdvi-lib/paper.h:
4718         * dvi/mdvi-lib/pk.c:
4719         * dvi/mdvi-lib/private.h:
4720         * dvi/mdvi-lib/setup.c:
4721         * dvi/mdvi-lib/sp-epsf.c:
4722         * dvi/mdvi-lib/special.c:
4723         * dvi/mdvi-lib/sysdeps.h:
4724         * dvi/mdvi-lib/t1.c:
4725         * dvi/mdvi-lib/tfm.c:
4726         * dvi/mdvi-lib/tfmfile.c:
4727         * dvi/mdvi-lib/tt.c:
4728         * dvi/mdvi-lib/util.c:
4729         * dvi/mdvi-lib/vf.c:
4730         * dvi/pixbuf-device.c:
4731         * dvi/pixbuf-device.h:
4732         * impress/Makefile.am:
4733         * impress/common.h:
4734         * impress/document.c:
4735         * impress/f_oasis.c:
4736         * impress/f_oo13.c:
4737         * impress/iksemel.c:
4738         * impress/iksemel.h:
4739         * impress/imposter.h:
4740         * impress/impress-document.c:
4741         * impress/impress-document.h:
4742         * impress/internal.h:
4743         * impress/r_back.c:
4744         * impress/r_draw.c:
4745         * impress/r_geometry.c:
4746         * impress/r_gradient.c:
4747         * impress/r_style.c:
4748         * impress/r_text.c:
4749         * impress/render.c:
4750         * impress/render.h:
4751         * impress/zip.c:
4752         * impress/zip.h:
4753         * lib/Makefile.am:
4754         * lib/ev-debug.c:
4755         * lib/ev-debug.h:
4756         * lib/ev-file-helpers.c:
4757         * lib/ev-file-helpers.h:
4758         * lib/ev-gui.c:
4759         * lib/ev-gui.h:
4760         * lib/ev-tooltip.c:
4761         * lib/ev-tooltip.h:
4762         * libdocument/Makefile.am:
4763         * libdocument/ev-file-helpers.c:
4764         * pdf/Makefile.am:
4765         * pdf/ev-poppler.cc:
4766         * pdf/ev-poppler.h:
4767         * pixbuf/Makefile.am:
4768         * pixbuf/pixbuf-document.c:
4769         * pixbuf/pixbuf-document.h:
4770         * properties/Makefile.am:
4771         * ps/Makefile.am:
4772         * ps/gsdefaults.c:
4773         * ps/gsdefaults.h:
4774         * ps/gsio.c:
4775         * ps/gsio.h:
4776         * ps/gstypes.h:
4777         * ps/ps-document.c:
4778         * ps/ps-document.h:
4779         * ps/ps.c:
4780         * ps/ps.h:
4781         * shell/Makefile.am:
4782         * shell/ev-application.h:
4783         * shell/ev-sidebar-links.c:
4784         * shell/ev-sidebar-links.h:
4785         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4786         (ev_gui_menu_position_tree_selection):
4787         * shell/ev-utils.h:
4788         * shell/ev-view.c: (ev_view_finalize):
4789         * shell/ev-window.c:
4790         * shell/main.c: (main):
4791         * thumbnailer/Makefile.am:
4792         * tiff/Makefile.am:
4793         * tiff/tiff-document.c:
4794         * tiff/tiff-document.h:
4795         * tiff/tiff2ps.c:
4796         * tiff/tiff2ps.h:
4797         
4798         Reorganize source tree.
4799
4800 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4801
4802         * backend/ev-document-factory.c:
4803
4804         Do not include ev-poppler.h when pdf is disabled. 
4805
4806 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4807
4808         * configure.ac:
4809         * data/evince-ui.xml:
4810         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4811         (pdf_document_document_images_iface_init):
4812         * backend/Makefile.am:
4813         * backend/ev-document-images.[ch]:
4814         * backend/ev-image.[ch]:
4815         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4816         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4817         (ev_job_xfer_run):
4818         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4819         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4820         (ev_pixbuf_cache_get_image_mapping):
4821         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4822         (view_menu_popup_cb), (ev_window_dispose),
4823         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4824         (ev_view_popup_cmd_copy_image):
4825         * shell/ev-view-private.h:
4826         * shell/ev-view.c: (ev_view_get_image_at_location),
4827         (ev_view_do_popup_menu), (ev_view_popup_menu),
4828         (ev_view_button_press_event), (ev_view_drag_data_get),
4829         (ev_view_drag_motion), (ev_view_drag_data_received),
4830         (ev_view_motion_notify_event), (ev_view_button_release_event),
4831         (ev_view_finalize), (ev_view_class_init):
4832
4833         Add image handling support. Fixes bugs #310008 and #325047. Images
4834         selection is not supported yet. 
4835
4836 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4837
4838         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4839         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4840         (ev_view_init):
4841
4842         Move view drag and drop stuff to ev-view.
4843
4844 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4845
4846         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4847         * shell/ev-view.c: (clear_selection): 
4848
4849         Clear selection also in pixbuf cache.
4850
4851 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4852
4853         * data/evince.desktop.in.in:
4854         
4855         Change icon name in desktop file. See bug #390734
4856         for details.
4857
4858 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4859
4860         * thumbnailer/Makefile.am:
4861
4862         Use top_builddir instead top_srcdir for generated schema
4863         file installation. Fixes bug #390161.
4864
4865 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4866
4867         * configure.ac:
4868         * backend/Makefile.am:
4869         * backend/ev-document-transition.[ch]:
4870         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4871         (pdf_document_page_transition_iface_init):
4872         * shell/ev-view-private.h:
4873         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4874         (ev_view_set_presentation), (transition_next_page),
4875         (ev_view_presentation_transition_stop),
4876         (ev_view_presentation_transition_start), (ev_view_next_page):
4877
4878         Add page transition support in presentation mode. At the moment only
4879         page duration is supported, but not transition effects. Fixes bug
4880         #309815.
4881
4882 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4883
4884         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4885
4886         Run find_link_dest with document lock held, since it's called by links
4887         thread and main thread at the same time. 
4888
4889 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4890
4891         * shell/ev-view.c: (goto_dest):
4892
4893         Update page-cache when page is changed by the view, so that
4894         page-changed signal is emitted. 
4895
4896 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4897
4898         * test/test1.py:
4899         * test/test2.py:
4900
4901         Use C locale in tests. 
4902
4903 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4904
4905         * shell/ev-window.c: (ev_window_run_presentation):
4906         * shell/ev-view-private.h:
4907         * shell/ev-view.c: (ev_view_set_presentation):
4908
4909         Restore zoom settings when back from presentation mode. 
4910
4911 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4912
4913         * shell/ev-window.c: (ev_window_run_presentation):
4914
4915         Always use "best fit" zoom in presentation mode.
4916         Fixes bug #389195.
4917
4918 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4919
4920         * shell/ev-view.c: (ev_view_goto_window_create):
4921
4922         Show "Jump to page" label in the page jumping popup in
4923         presentation mode instead of just a GtkEntry.
4924
4925 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4926
4927         * shell/ev-window.c: (launch_external_uri):
4928
4929         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4930         #378085.
4931
4932 2006-12-22  Elijah Newren  <newren gmail com>
4933
4934         * configure.ac: explicitly check for libxml2.  Fixes #388795
4935
4936 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * shell/ev-view-private.h:
4939         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4940         (ev_view_goto_window_delete_event), (key_is_numeric),
4941         (ev_view_goto_window_key_press_event),
4942         (ev_view_goto_window_button_press_event),
4943         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4944         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4945         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4946
4947         Allow jumping to another page by typing a page number in presentation
4948         mode. It uses a popup window with an entry. Fixes bug #353625.
4949
4950 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4951
4952         * configure.ac:
4953         * properties/ev-properties-view.c: (ev_get_default_user_units),
4954         (ev_regular_paper_size):
4955         
4956         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4957         to Damien Carbery <damien.carbery@sun.com> and
4958         Yevgen Muntyan <muntyan@tamu.edu>.
4959
4960 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4961
4962         * shell/ev-window.c: (setup_document_from_metadata):
4963
4964         Make sure Evince doesn't restore the view on the last
4965         page when a document is reopened. Fixes bug #383381.
4966
4967 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4968
4969         * shell/ev-view.c: (draw_loading_text):
4970
4971         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4972
4973 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4974
4975         * configure.ac:
4976         * NEWS:
4977
4978         Release 0.7.0
4979
4980 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4981
4982         * configure.ac:
4983         * pdf/ev-poppler.cc: (pdf_print_context_free),
4984         (pdf_document_file_exporter_begin),
4985         (pdf_document_file_exporter_do_page):
4986
4987         Make cairo-pdf depedency optional. 
4988
4989 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4990
4991         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4992
4993         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4994
4995 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4996
4997         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4998         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4999         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5000         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5001         * shell/ev-view.c: (draw_loading_text):
5002         * shell/ev-window.c: (ev_window_cmd_file_properties):
5003
5004         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5005         related to using FontConfig from different threads.
5006         
5007 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5008
5009         * shell/ev-view.c: (draw_loading_text):
5010
5011         Acquire lock document when drawing "Loading..." text so that only one
5012         thread will use FontConfig at the same time. Fixes bug #374750.
5013
5014 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5015
5016         * shell/ev-page-action.[ch]: (activate_cb):
5017         * shell/ev-window.c: (activate_label_cb):
5018
5019         Check if text inserted in page entry is a valid page number when it
5020         doesn't match to any document page label. Fixes bug #383165.
5021
5022 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5023         * shell/ev-window.c:
5024
5025         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5026         available with GTK < 2.10. Added an ifdef to avoid compilation
5027         error.
5028
5029 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5030
5031         * configure.ac:
5032         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5033
5034         Fix ps backend in multihead systems.
5035
5036 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5039         * shell/ev-window.c: (ev_window_get_screen_dpi),
5040         (ev_window_update_actions), (setup_view_from_metadata),
5041         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5042
5043         Take screen DPI into account when zooming. Fixes bug #318285.
5044
5045 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5046
5047         * data/Makefile.am:
5048
5049         Cleaned up/slightly refactored Makefile.am. Added GConf
5050         schemas uninstallation as well.
5051
5052 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5053
5054         * Makefile.am:
5055         * test/Makefile.am:
5056
5057         Fight with autotools to fix make check. Make distcheck
5058         works fine as well now!
5059
5060 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5061
5062         * shell/ev-view.c: (draw_end_presentation_page):
5063
5064         Corrected "end of presentation" string.
5065
5066 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5067
5068         * shell/ev-view.c: (ev_view_key_press_event):
5069
5070         Correctly propagate key press event so that up/down keys
5071         work as expected (correct behaviour was broken by
5072         black/white screen key bindings for presentations).
5073
5074 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5075
5076         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5077         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5078         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5079         (pdf_selection_get_selection_region),
5080         (pdf_selection_get_selection_map):
5081
5082         Add "static" to some private functions. 
5083
5084 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5085
5086         * lib/ev-tooltip.h:
5087         * properties/ev-properties-view.h:
5088         * shell/ev-jobs.h:
5089         * shell/ev-properties-dialog.h:
5090         * shell/ev-properties-fonts.h:
5091         * shell/ev-sidebar-links.h:
5092         * shell/ev-sidebar-thumbnails.h:
5093         * shell/ev-sidebar.h:
5094         * shell/ev-window.h:
5095         
5096         Fixes CHACK type in class casts. See bug #385343
5097         for details.
5098
5099 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5100
5101         * shell/ev-view-private.h:
5102         * shell/ev-view.c: (draw_end_presentation_page),
5103         (ev_view_expose_event), (ev_view_key_press_event),
5104         (ev_view_class_init), (ev_view_init):
5105
5106         Blank screen in presentation mode when pressing 'b' (filling with
5107         black) or 'w' (filling with white) keys. Fixes bug #358132.
5108
5109 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5110
5111         * data/evince-toolbar.xml:
5112         * shell/ev-window.c:
5113         
5114         Use stock icon for Select All action. Fixes
5115         bug #382652.
5116
5117 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5118
5119         * shell/ev-view.c: (get_doc_point_from_offset),
5120         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5121
5122         Add links support in rotated documents. Fixes bug #343733.
5123
5124 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5125
5126         * shell/ev-view-private.h:
5127         * shell/ev-view.c: (draw_end_presentation_page),
5128         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5129
5130         Show a blank page after the last page in presentation mode with a
5131         message indicating that presentation has finished and how to exit. 
5132
5133 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5134
5135         * shell/ev-window.c: (fullscreen_timeout_cb):
5136
5137         Hide cursor after a while in presentation mode. 
5138
5139 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5140
5141         * backend/ev-document-info.h:
5142         * data/evince-properties.glade:
5143         * pdf/ev-poppler.cc:
5144         * properties/ev-properties-view.c: (ev_regular_paper_size),
5145         (ev_properties_view_set_info):
5146         * ps/ps-document.c: (ps_document_get_info):
5147
5148         Adds a paper size field to the properties dialog. Fixes
5149         bug #307315. Patch by Kasper Svendsen (with some i18n
5150         changes done by me).
5151
5152 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5153
5154         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5155         (screensaver_init_dbus), (totem_scrsaver_new),
5156         (totem_scrsaver_init):
5157         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5158         * shell/ev-application.c: (ev_application_register_service),
5159         (ev_application_screensaver_enable),
5160         (ev_application_screensaver_disable):
5161         * shell/ev-application.h:
5162         * shell/ev-window.c: (ev_window_run_presentation),
5163         (ev_window_stop_presentation), (build_comments_string),
5164         (ev_window_init):
5165         
5166         Move screensaver handling to application. No more
5167         message on startup.
5168
5169 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5170
5171         * configure.ac:
5172         * backend/Makefile.am:
5173         * backend/ev-file-exporter.[ch]:
5174         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5175         * ps/ps-document.c: (ps_document_file_exporter_*):
5176         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5177         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5178         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5179         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5180
5181         Allow printing to PDF when suppoted by the backend.
5182         
5183 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * shell/ev-window.c: (build_comments_string):
5186
5187         Use always "Document Viewer" in about dialog. 
5188
5189 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5190
5191         * djvu/djvu-document.c: (djvu_document_get_page_size):
5192
5193         Display a warning message when get_pageinfo fails. 
5194
5195 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5196
5197         * Makefile.am:
5198         * backend/Makefile.am:
5199         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5200         * configure.ac:
5201         * shell/ev-window.c: (build_comments_string):
5202         
5203         Make pdf compilation optional. See bug #38007.
5204
5205 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * ps/ps.c: (get_next_text):
5208
5209         Fix CVE-2006-5864.
5210
5211 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5214         * shell/ev-navigation-action.c: (connect_proxy),
5215         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5216         
5217         Do not call g_type_class_peek_parent twice.
5218
5219 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5220
5221         * configure.ac:
5222         * data/icons/24x24/.cvsignore:
5223         * data/icons/24x24/Makefile.am:
5224         * data/icons/24x24/evince.png:
5225         * data/icons/Makefile.am:
5226         
5227         Add 24x24 icon. Thanks to 
5228         Michael Monreal <infernux@web.de>.
5229
5230 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5231
5232         * configure.ac: Fix typo in configure.ac. Thanks
5233         to dmacks@netspace.org for notification.
5234
5235 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5236
5237         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5238         
5239         Drop dbus include, fixes compilation with older dbus.
5240
5241 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5242
5243         * configure.ac:
5244         * cut-n-paste/Makefile.am:
5245         * cut-n-paste/totem-screensaver/.cvsignore
5246         * cut-n-paste/totem-screensaver/Makefile.am:
5247         * cut-n-paste/totem-screensaver/README:
5248         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5249         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5250         * shell/Makefile.am:
5251         * shell/ev-window.c: (ev_window_run_presentation),
5252         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5253         (ev_window_init):
5254
5255         Implemented screensaver enabling/disabling for
5256         presentation mode (not fullscreen mode). Code stolen
5257         from Totem (with some minor tweaks). Fixes bug #338889.
5258
5259 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5260
5261         * configure.ac:
5262
5263         Bump gnome-icon-theme requirements. We use the rotation
5264         icons that appeared recently.
5265
5266 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5267
5268         * shell/ev-history.c: (ev_history_add_page):
5269         * shell/ev-history.h:
5270         * shell/ev-window.c: (page_changed_cb):
5271         
5272         Use page labels instead of numbers.
5273
5274 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5275
5276         * data/evince-toolbar.xml:
5277         * po/POTFILES.in:
5278         * shell/Makefile.am:
5279         * shell/ev-navigation-action-widget.c:
5280         (ev_navigation_action_widget_init),
5281         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5282         (menu_detacher), (ev_navigation_action_widget_set_menu),
5283         (menu_position_func), (popup_menu_under_arrow),
5284         (ev_navigation_action_widget_toggled),
5285         (ev_navigation_action_widget_button_press_event):
5286         * shell/ev-navigation-action-widget.h:
5287         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5288         (ev_navigation_action_set_window), (activate_menu_item_cb),
5289         (new_history_menu_item), (new_empty_history_menu_item),
5290         (build_menu), (menu_activated_cb), (connect_proxy),
5291         (create_tool_item), (ev_navigation_action_init),
5292         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5293         * shell/ev-navigation-action.h:
5294         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5295         (ev_page_action_widget_set_page_cache),
5296         (ev_page_action_widget_finalize),
5297         (ev_page_action_widget_class_init), (match_selected_cb),
5298         (display_completion_text), (match_completion), (build_new_tree_cb),
5299         (get_filter_model_from_model),
5300         (ev_page_action_widget_update_model):
5301         * shell/ev-page-action-widget.h:
5302         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5303         (connect_proxy):
5304         * shell/ev-page-action.h:
5305         * shell/ev-stock-icons.c:
5306         * shell/ev-stock-icons.h:
5307         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5308         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5309         (register_custom_actions):
5310         * shell/main.c:
5311         
5312         Preliminary history implementation
5313
5314 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5315
5316         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5317         (dvi_document_class_init), (dvi_document_init_params):
5318         * dvi/mdvi-lib/font.c: (font_reference):
5319         
5320         Add reference to subfont. Fixes bug #374277.
5321
5322 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5325         (ev_window_cmd_file_open_copy_at_dest):
5326
5327         Fix a race condition when creating symlink. Increase the counter
5328         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5329         Mathias Hasselmann).
5330
5331 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5332
5333         * backend/Makefile.am:
5334         * backend/ev-attachment.c: (ev_attachment_open):
5335         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5336         (ev_tmp_dir), (ev_tmp_filename):
5337         * shell/ev-sidebar-attachments.c:
5338         (ev_sidebar_attachments_drag_data_get):
5339         * shell/ev-window.c: (ev_window_clear_temp_file):
5340
5341         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5342         in ensure_dir_exists. Abort without crashing when we can't create
5343         user's directory.
5344
5345 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5346
5347         * data/evince-ui.xml:
5348         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5349         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5350         (ev_window_cmd_file_open_copy_at_dest),
5351         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5352         (ev_view_popup_cmd_open_link_new_window):
5353
5354         Allow opening a copy of the current document in a new window. Fixes bug
5355         #357472
5356
5357 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5358
5359         * data/evince-toolbar.xml:
5360         
5361         Add rotate right and rotate left to available items for toolbar.
5362         
5363         * data/evince-ui.xml:
5364         * shell/ev-window.c: (ev_window_init):
5365         
5366         Customize toolbar with right click. Fixes bug #372451.
5367
5368 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5369
5370         * shell/ev-window.c: 
5371         
5372         Use "object-rotate-{left,right}" stock icons. Fixes 
5373         bug #373863.
5374
5375 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5376
5377         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5378         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5379         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5380         (ev_window_open_uri):
5381         * shell/main.c: (arguments_parse):
5382
5383         Remove temp file created when evince is used by GTK+ in
5384         preview mode. Fixes bug #365282. 
5385
5386 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5387
5388         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5389         
5390         Fixes bug #372474 - Side pane disabled when entering 
5391         and leaving fullscreen mode.
5392
5393 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5394
5395         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5396         * data/Makefile.am:
5397         * data/evince-preview-toolbar.xml:
5398         * data/evince-toolbar.xml:
5399         * shell/ev-application.c: (ev_application_shutdown),
5400         (ev_application_init), (ev_application_get_toolbars_model):
5401         * shell/ev-application.h:
5402         * shell/ev-window.c: (update_chrome_visibility),
5403         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5404         (ev_window_cmd_edit_toolbar), (ev_window_init):
5405         
5406         Fixes bug #364364 - toolbar editor shows zoom actions again.
5407
5408 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5409
5410         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5411
5412         Do not take margins into consideration for paper size when printing.
5413         Really fixes bug #350491.
5414
5415 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5416
5417         * data/evince-ui.xml:
5418         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5419         (ev_window_cmd_file_print_setup),
5420         (ev_window_print_dialog_response_cb),
5421         (ev_window_setup_action_sensitivity):
5422
5423         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5424
5425 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5426
5427         * shell/ev-window.c: (ev_window_print_range):
5428
5429         Revert my previuos commit, since printing to PDF is not supported by
5430         evince yet. 
5431
5432 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5433
5434         * shell/ev-window.c: (ev_window_print_range):
5435
5436         Enable print to a PDF. Fixes bug #332121.
5437
5438 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5439
5440         * shell/ev-application-service.xml:
5441         * shell/ev-application.[ch]: (ev_application_open_window),
5442         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5443         (ev_application_open_uri), (ev_application_open_uri_list):
5444         * shell/ev-window.c: (file_open_dialog_response_cb),
5445         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5446         (drag_data_received_cb), (open_remote_link):
5447         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5448
5449         Add support for multiscreen systems. Fixes bug #316206.
5450
5451 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5452
5453         * shell/ev-jobs.[ch]: (ev_job_print_new),
5454         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5455         (ev_job_print_do_page):
5456         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5457
5458         Allow printing only odd/even pages. Fixes bug #367289.
5459
5460 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5461
5462         * test/test1.py:
5463         * test/test2.py:
5464
5465         Re-add locale settings to test files.
5466
5467 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5468
5469         * data/evince-ui.xml:
5470         * shell/ev-window.c: (set_action_properties):
5471         
5472         Removed garbage from code and ui.
5473
5474 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5475
5476         * shell/ev-window.c: (ev_window_cmd_help_about):
5477
5478         Shamelessly add my name to the list of contributors.
5479
5480 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5481
5482         * test/test1.py:
5483         * test/test2.py:
5484
5485         Cleaned up the dogtail scripts.
5486
5487 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5488
5489         * shell/ev-view.c: (draw_loading_text): Don't render
5490         "loading..." text in presentation mode. Temporary
5491         workaround for bug #320352.
5492
5493 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5494
5495         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5496         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5497
5498         Use print settings scale, copies, collate and reverse which were
5499         ignored. Fixes bug #359032.
5500
5501 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5502
5503         * configure.ac:
5504         * data/evince-password.glade:
5505         * test/Makefile.am:
5506         * test/test-encrypt.pdf:
5507         * test/test-links.pdf:
5508         * test/test1.py:
5509         * test/test2.py:
5510
5511         Add automated UI tests for evince with dogtail. See
5512         bug #300948.    
5513
5514 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5515
5516         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5517
5518         Hide fullscreen toolbar when switching to another desktop workspace.
5519         Fixes bug #338871
5520
5521 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * shell/ev-window-title.c: 
5524         
5525         Test for .dvi in title of pdf documents.
5526
5527 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5528
5529         * shell/ev-view.c: (ev_view_scroll):
5530
5531         Page Up/Down should do page jumps in "Best fit" mode.
5532         If a user has explicitly chosen to view exactly one page
5533         at a time, scrolling just a part of the page when
5534         pressing Page Up/Down is not right. Fixes bug #323107.
5535
5536 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5537
5538         * NEWS:
5539         * configure.ac:
5540         
5541         Update for 0.6.1
5542
5543 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5544
5545         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5546         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5547         
5548         Correctly disconnect from job signals on destroy.
5549
5550 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5551
5552         * shell/ev-view-private.h:
5553         * shell/ev-view.c: (view_set_adjustment_values),
5554         (view_update_range_and_current_page),
5555         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5556         
5557         Fixes bug #343199, current page now follows find page.
5558
5559 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5560
5561         * backend/ev-document-factory.c:
5562         * configure.ac:
5563         Assigned OpenDocument presenation MIME type to the
5564         Impress backend. Added some missing (but harmless)
5565         #ifdefs in the document factory as well to make things
5566         consistent again. Fixes bug #360658.
5567
5568 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5569
5570         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5571         * backend/ev-document-find.c: (ev_document_find_get_type):
5572         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5573         * backend/ev-document-links.c: (ev_document_links_get_type):
5574         * backend/ev-document-security.c: (ev_document_security_get_type):
5575         * backend/ev-document-thumbnails.c:
5576         (ev_document_thumbnails_get_type):
5577         * backend/ev-document.c: (ev_document_get_type):
5578         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5579         * backend/ev-selection.c: (ev_selection_get_type):
5580         * cut-n-paste/recent-files/egg-recent-model.c:
5581         (egg_recent_model_get_type):
5582         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5583         (egg_recent_view_uimanager_get_type):
5584         * cut-n-paste/recent-files/egg-recent-view.c:
5585         (egg_recent_view_get_type):
5586         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5587         (egg_editable_toolbar_get_type):
5588         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5589         (egg_toolbar_editor_get_type):
5590         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5591         (egg_toolbars_model_get_type):
5592         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5593         (egg_tree_multi_drag_source_get_type):
5594         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5595         (ephy_zoom_action_get_type):
5596         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5597         (ephy_zoom_control_get_type):
5598         * impress/r_back.c: (_imp_fill_back):
5599         * properties/ev-properties-main.c:
5600         (ev_properties_plugin_register_type):
5601         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5602         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5603         (ev_view_accessible_factory_get_type):
5604
5605         Reduce relocations. Bug #360616.
5606
5607 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5608
5609         * backend/ev-document-factory.c:
5610         (ev_document_factory_get_document):
5611         
5612         Load document even if extension is wrong.
5613
5614 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5615
5616         * shell/ev-metadata-manager.c: (save_values):
5617         * shell/ev-window.c: (setup_size_from_metadata),
5618         (setup_view_from_metadata), (ev_window_setup_document),
5619         (ev_window_xfer_job_cb), (window_configure_event_cb):
5620         
5621         Set size according to the document size/page size ratio.
5622         That should correct rather wierd behaviour of the previous
5623         commit.
5624
5625 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5626
5627         * shell/ev-window.c: (setup_view_from_metadata):
5628         
5629         Set size for new windows from previous window size.
5630         See bugs #354968 and #168450 for details. Thanks
5631         to Meik Hellmund.
5632
5633 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5634
5635         * djvu/djvu-links.c: (build_tree):
5636
5637         Fix memory leak.
5638
5639 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5640
5641         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5642         
5643         Don't make sidebar close button insensitive. Fixes
5644         bug #357871.
5645
5646 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5649         (ev_window_set_view_accels_sensitivity):
5650         
5651         Don't enable Slash on documents which don't support
5652         find. Fixes bug #358648.
5653
5654 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5655
5656         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5657         open dialog fall back to the current document uri if the
5658         filechooser hasn't been used before. Fixes bug #356980.
5659
5660 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5661
5662         * shell/ev-window.c: (ev_window_setup_recent), 
5663         (ev_window_get_recent_file_label):
5664
5665         Escape underscores in filenames of recent file items.
5666
5667 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5668
5669         * configure.ac:
5670         
5671         Bumped poppler requirements, really 0.5.3 is very 
5672         buggy, now we require 0.5.4.
5673
5674 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5675
5676         * djvu/Makefile.am:
5677         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5678         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5679         (djvu_document_document_links_iface_init):
5680         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5681         (number_from_string_10), (get_djvu_link_dest),
5682         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5683         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5684         (djvu_links_get_links), (djvu_links_find_link_dest),
5685         (djvu_links_get_links_model):
5686         * djvu/djvu-links.h:
5687         
5688         Add support for links and bookmarks in djvu documents. Thanks
5689         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5690         patch.
5691
5692 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5693
5694         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5695         
5696         Reopen should reload document. Fixes 
5697         bug 327951.
5698
5699 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5700
5701         * configure.ac:
5702         * data/Makefile.am:
5703         * data/evince-16.png:
5704         * data/evince-22.png:
5705         * data/evince.png:
5706         * data/evince.svg:
5707         * data/icons/16x16/Makefile.am:
5708         * data/icons/16x16/evince.png:
5709         * data/icons/22x22/Makefile.am:
5710         * data/icons/22x22/evince.png:
5711         * data/icons/48x48/Makefile.am:
5712         * data/icons/48x48/evince.png:
5713         * data/icons/Makefile.am:
5714         * data/icons/scalable/Makefile.am:
5715         * data/icons/scalable/evince.svg:
5716         
5717         Install icons with correct names. Fixes
5718         bug #354429.
5719
5720 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5721
5722         * shell/ev-view.c: (ev_view_button_release_event):
5723
5724         Don't open links with middle mouse button. Fixes bug #353649
5725
5726 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5727
5728         * NEWS:
5729         * configure.ac:
5730         
5731         Update for release 0.6.0
5732
5733 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5736         Implement Close named action. Patch by Carlos Garcia Campos.
5737
5738 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5739
5740         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5741         
5742         Don't clear link mapping on copy_job_to_job_info. Fixes
5743         bug 346168.
5744
5745 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5746
5747         * shell/main.c: (main):
5748
5749         Revert my previous commit, gnome_program_init owns the option context.
5750         Fix another memory leak in main. Both caught by Christian Persch. 
5751
5752 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5753
5754         * shell/main.c: (main):
5755
5756         Fix memory leak.
5757
5758 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5759
5760         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5761
5762         Fix crash when opening a pdf with password protection. 
5763
5764 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5765
5766         * pdf/ev-poppler.cc: (pdf_document_search_free):
5767
5768         Fix memory leak. 
5769
5770 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5771
5772         * backend/ev-document-factory.c:
5773         (ev_document_factory_get_document):
5774         * tiff/tiff-document.c: (tiff_document_finalize):
5775         
5776         More correct handling of document loading. Fixes
5777         bug #349043.
5778
5779 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5780
5781         * backend/ev-attachment.c: (ev_attachment_save):
5782
5783         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5784         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5785
5786 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5787         
5788         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5789         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5790
5791 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5792
5793         * shell/ev-sidebar-thumbnails.c:
5794
5795         Do not render thumbnails unless thumbnails page is active in the
5796         sidebar.
5797
5798 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5799
5800         * shell/ev-properties-dialog.c:
5801
5802         Fix dialogue spacing. Bug #351370.
5803
5804 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5805
5806         * configure.ac:
5807
5808         Use lowercase gettext catalog file names (evince.mo
5809         instead of Evince.mo)
5810
5811 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5812
5813         * shell/ev-sidebar-attachments.c:
5814
5815         GtkIconTheme is now screen safe too. Fixes bug #350878
5816
5817 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5818
5819         * shell/ev-window.c:
5820
5821         GtkRecent manager is now screen safe. Fixes bug #350145
5822
5823 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5824
5825         * shell/ev-sidebar.c: (ev_sidebar_init):
5826         
5827         Make sidebar close icon smaller. Fix for bug 350177.
5828         See also bugs 350176 and 165770.
5829
5830 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5831
5832         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5833
5834         Ignore zoom for xyz destinations when it's <= 1, keeping user
5835         preferences instead. Set correct sizing-mode for fith and fitv
5836         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5837
5838 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5839
5840         * NEWS:
5841         * configure.ac:
5842         
5843         Update for release 0.5.5
5844
5845 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5846         
5847         * shell/ev-window.c: (ev_window_cmd_escape)
5848
5849         Escape unfocus page entry. Fixes bug #345809.
5850
5851 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5852
5853         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5854         (build_tree), (pdf_document_links_get_links),
5855         (pdf_document_links_find_link_dest):
5856         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5857         (goto_xyz_dest):
5858
5859         Convert from PDF style coordinates to X style coordinates in the
5860         backend rather than in the view. Fixes bug #338440
5861
5862 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5863
5864         * shell/ev-window.c:
5865         
5866         Remove Ctrl+Shift+T shortcut for toolbars. See
5867         the bug #350098.
5868
5869 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5870
5871         * configure.ac:
5872
5873         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5874         of this. 
5875
5876 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5877
5878         * configure.ac:
5879         * cut-n-paste/Makefile.am:
5880         * data/evince-ui.xml:
5881         * shell/Makefile.am:
5882         * shell/ev-application.[ch]:
5883         * shell/ev-window.c:
5884
5885         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5886         #349273
5887
5888 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5889
5890         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5891         findbar code: s/help/search/
5892
5893 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5894
5895         * shell/ev-window.c: (setup_document_from_metadata),
5896         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5897         (setup_view_from_metadata):
5898         
5899         Fix memory leaks.
5900
5901 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5902
5903         * autogen.sh, configure.ac: 
5904         
5905         Update automake usage. See bug 349292.
5906
5907 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5908
5909         * shell/eggfindbar.c: (egg_find_bar_class_init),
5910         (entry_activate_callback), (egg_find_bar_init),
5911         (egg_find_bar_set_status_text):
5912         * shell/eggfindbar.h:
5913         
5914         Unify Evince findbar with Epiphany. Nice patch
5915         from Fabricio Silva <silva@crans.org> and
5916         Frederic Peters <fpeters@entrouvert.com>. See
5917         bug #339966 for details.
5918
5919 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5920
5921         * data/evince.desktop.in.in:
5922         
5923         Correct information for bugzilla. Thanks to
5924         Olaf Vitters, see bug #348855.
5925
5926 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5927
5928         * shell/ev-jobs.[ch]:
5929         * shell/ev-sidebar-links.c:
5930         * shell/ev-window.[ch]:
5931
5932         GtkPrintJob doesn't support print ranges or current page, so we export
5933         to a ps file now when printing ranges or current page.
5934
5935 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5936
5937         * pdf/ev-poppler.cc:
5938         * shell/ev-window.c: (do_action_named):
5939
5940         We should be more clear about bugzilla. See the
5941         poppler bug #7623.
5942
5943 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5944
5945         * configure.ac:
5946         * shell/Makefile.am:
5947         * shell/ev-job-queue.c:
5948         * shell/ev-jobs.[ch]:
5949         * shell/ev-sidebar-links.c:
5950         * shell/ev-window.[ch]:
5951         
5952         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5953         #348422
5954
5955 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5956
5957         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5958         * shell/ev-application-service.xml:
5959         * shell/ev-application.[ch]:
5960         * shell/ev-jobs.[ch]:
5961         * shell/ev-window.[ch]: (ev_window_run_preview):
5962         * shell/main.c: 
5963
5964         Add preview mode to use evince as a printing previewer. It also adds
5965         other command line options for fullscreen and presentation modes.
5966         Fixes bugs #347822, #317031
5967
5968 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5969
5970         * NEWS:
5971         * configure.ac:
5972         
5973         Update for release 0.5.4
5974
5975 2006-07-11  Bastien Nocera <hadess@hadess.net>
5976
5977         * Makefile.am:
5978         * backend/Makefile.am:
5979         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5980         * backend/ev-document-factory.h:
5981         * configure.ac:
5982         * impress/.cvsignore:
5983         * impress/Makefile.am:
5984         * impress/common.h:
5985         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5986         (imp_get_page), (imp_next_page), (imp_prev_page),
5987         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5988         * impress/f_oasis.c: (render_object), (render_page),
5989         (get_geometry), (_imp_oasis_load):
5990         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5991         (_imp_oo13_load):
5992         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5993         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5994         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5995         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5996         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5997         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5998         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5999         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6000         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6001         (iks_new_within), (iks_insert), (iks_insert_cdata),
6002         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6003         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6004         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6005         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6006         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6007         (iks_cdata), (iks_cdata_size), (iks_has_children),
6008         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6009         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6010         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6011         (iks_tree), (iks_load), (iks_save):
6012         * impress/iksemel.h:
6013         * impress/imposter.h:
6014         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6015         (imp_render_draw_bezier_real), (imp_render_get_size),
6016         (imp_render_set_fg_color), (imp_render_draw_line),
6017         (imp_render_draw_rect), (imp_render_draw_polygon),
6018         (imp_render_draw_arc), (imp_render_draw_bezier),
6019         (imp_render_open_image), (imp_render_get_image_size),
6020         (imp_render_scale_image), (imp_render_draw_image),
6021         (imp_render_close_image), (imp_render_markup),
6022         (imp_render_get_text_size), (imp_render_draw_text),
6023         (impress_document_load), (impress_document_save),
6024         (impress_document_get_n_pages), (impress_document_get_page_size),
6025         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6026         (impress_document_finalize), (impress_document_class_init),
6027         (impress_document_can_get_text), (impress_document_get_info),
6028         (impress_document_document_iface_init),
6029         (impress_document_thumbnails_get_thumbnail),
6030         (impress_document_thumbnails_get_dimensions),
6031         (impress_document_document_thumbnails_iface_init),
6032         (impress_document_init):
6033         * impress/impress-document.h:
6034         * impress/internal.h:
6035         * impress/r_back.c: (_imp_fill_back):
6036         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6037         (_imp_draw_image), (_imp_tile_image):
6038         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6039         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6040         (r_polyline):
6041         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6042         (r_draw_gradient_complex), (r_draw_gradient):
6043         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6044         (r_get_bullet):
6045         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6046         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6047         (r_text):
6048         * impress/render.c: (imp_create_context), (imp_context_set_page),
6049         (imp_context_set_step), (imp_render), (imp_delete_context):
6050         * impress/render.h:
6051         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6052         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6053         (zip_load_xml), (zip_get_size), (zip_load):
6054         * impress/zip.h:
6055         * shell/ev-utils.c:
6056         
6057         New backend to support impress slides. Fixes bug #30867.
6058
6059 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6060
6061         * shell/ev-utils.c: (using_postscript_printer):
6062         
6063         Fixes crash when print using PAPI backend,
6064         bug #345012.
6065
6066 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6067
6068         * shell/ev-jobs.c: (ev_job_xfer_run):
6069         * shell/ev-window.c: (password_dialog_response),
6070         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6071         (ev_window_dispose):
6072         Fixes bug #344160: if the xfer job doesn't complete
6073         because a password is required, reload the existing
6074         instance instead of creating a new one.
6075
6076 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6077
6078         * shell/main.c: (main): Call gdk_threads_init. Thus
6079         we'll avoid errors in auth dialog. Fix for the bug
6080         #343347.
6081
6082 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6083
6084         * configure.ac: Advertise pixbuf support, fix
6085         for the bug 343317.
6086
6087 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6088
6089         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6090         (ev_sidebar_thumbnails_set_document):
6091         
6092         Update sidebar thumbnails after reloading.
6093
6094 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6095
6096         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6097         * shell/ev-jobs.h:
6098         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6099         (ev_window_cmd_view_reload), (ev_window_init):
6100         
6101         Don't crash on reload. Fix for the bug #343167.
6102
6103 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6104
6105         * shell/ev-jobs.c: (ev_job_render_run):
6106         
6107         Check for document links.
6108
6109 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6110
6111         * backend/ev-attachment.c: (ev_attachment_save),
6112         (ev_attachment_launch_app), (ev_attachment_open):
6113         * backend/ev-document-factory.c: (get_document_from_uri):
6114         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6115         (egg_recent_view_uimanager_set_list):
6116         * ps/ps-document.c: (check_filecompressed), (document_load),
6117         (ps_document_load):
6118         * shell/ev-metadata-manager.c: (load_values):
6119         * shell/ev-password.c: (ev_password_dialog_set_property):
6120         * shell/ev-view.c: (tip_from_link):
6121         * shell/ev-window.c: (file_save_dialog_response_cb),
6122         (ev_window_print_dialog_response_cb):
6123         
6124         Use consistent quoting style. Fix for the bug #320285.
6125
6126 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6127
6128         * shell/ev-jobs.c: (ev_job_xfer_run):
6129         * shell/main.c: (load_files):
6130                 
6131         Open links with anchors. Fix for the bug #339836.
6132
6133 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6134
6135         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6136         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6137         (ev_link_dest_set_property), (ev_link_dest_finalize),
6138         (ev_link_dest_class_init), (ev_link_dest_new_named),
6139         (ev_link_dest_new_page_label):
6140         * backend/ev-link-dest.h:
6141         * shell/ev-application.c: (ev_application_open_uri):
6142         * shell/ev-view.c: (goto_dest):
6143         * shell/ev-window.c:
6144         * shell/ev-window.h:
6145         
6146         Fix page-label command line option. Bug #342070.
6147
6148 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6149
6150         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6151         
6152         Don't show highlight rects if page can't be showed. Fix for 
6153         the bug #342076
6154
6155 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6156
6157         * shell/ev-window.c: (setup_sidebar_from_metadata),
6158         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6159         
6160         Setup sidebar from metadata even if there is no document
6161         loaded. Fix for the bug #342807.
6162
6163 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6164
6165         * cut-n-paste/toolbar-editor/Makefile.am:
6166         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6167         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6168         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6169         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6170         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6171         (popup_context_menu_cb), (button_press_event_cb),
6172         (configure_item_sensitivity), (configure_item_cursor),
6173         (configure_item_tooltip), (connect_widget_signals),
6174         (action_sensitive_cb), (create_item_from_action),
6175         (create_item_from_position), (toolbar_drag_data_received_cb),
6176         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6177         (toolbar_drag_leave_cb), (configure_drag_dest),
6178         (toggled_visibility_cb), (toolbar_visibility_refresh),
6179         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6180         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6181         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6182         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6183         (egg_editable_toolbar_dispose),
6184         (egg_editable_toolbar_set_ui_manager),
6185         (egg_editable_toolbar_get_selected),
6186         (egg_editable_toolbar_set_selected), (set_edit_mode),
6187         (egg_editable_toolbar_set_property),
6188         (egg_editable_toolbar_get_property),
6189         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6190         (egg_editable_toolbar_new_with_model),
6191         (egg_editable_toolbar_get_edit_mode),
6192         (egg_editable_toolbar_set_edit_mode),
6193         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6194         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6195         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6196         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6197         (item_added_or_removed_cb), (toolbar_removed_cb),
6198         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6199         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6200         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6201         (editor_create_item_from_name), (append_table),
6202         (update_editor_sheet), (egg_toolbar_editor_init):
6203         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6204         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6205         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6206         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6207         (toolbar_node_free), (egg_toolbars_model_get_flags),
6208         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6209         (egg_toolbars_model_get_name), (impl_add_item),
6210         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6211         (parse_data_list), (parse_item_list), (parse_toolbars),
6212         (egg_toolbars_model_load_toolbars), (parse_available_list),
6213         (parse_names), (egg_toolbars_model_load_names),
6214         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6215         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6216         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6217         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6218         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6219         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6220         (egg_toolbars_model_set_types), (fill_avail_array),
6221         (egg_toolbars_model_get_name_avail),
6222         (egg_toolbars_model_get_name_flags),
6223         (egg_toolbars_model_set_name_flags):
6224         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6225         * cut-n-paste/toolbar-editor/eggintl.h:
6226         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6227         (egg_tree_multi_drag_source_get_type),
6228         (egg_tree_multi_drag_source_row_draggable),
6229         (egg_tree_multi_drag_source_drag_data_delete),
6230         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6231         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6232         (path_list_free), (set_context_data), (get_context_data),
6233         (get_info), (egg_tree_multi_drag_drag_data_get),
6234         (egg_tree_multi_drag_motion_event),
6235         (egg_tree_multi_drag_button_press_event),
6236         (egg_tree_multi_drag_add_drag_support):
6237         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6238         * shell/ev-application.c: (ev_application_init),
6239         (ev_application_save_toolbars_model):
6240         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6241         (ev_window_cmd_edit_toolbar), (ev_window_init):
6242         
6243         Sync toolbareditor with epiphany and libegg
6244
6245 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6246
6247         * configure.ac: 
6248
6249         Depend on poppler 0.5.2
6250
6251 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * shell/ev-jobs.c: (ev_job_render_run):
6254         
6255         Check if document supports links iterface.
6256
6257 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6258
6259         * NEWS:
6260         * configure.ac:
6261         
6262         Update for release 0.5.3
6263
6264 2006-05-13  Michael Plump  <plumpy@skylab.org>
6265
6266         * configure.ac:
6267         * shell/Makefile.am:
6268         * shell/main.c: (main):
6269         
6270         Port to GOption command line parsing. Fix for the 
6271         bug #327518
6272
6273 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6274
6275         * shell/ev-window.c: (ev_window_cmd_help_about):
6276         
6277         Do not wrap license. Fix for the bug #309460.
6278
6279 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6280
6281         * configure.ac:
6282         * properties/ev-properties-main.c: (ev_properties_get_pages):
6283         * shell/ev-application.c: (ev_application_open_window),
6284         (ev_application_open_uri_at_dest):
6285         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6286         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6287         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6288         * shell/ev-utils.c: (save_print_config_to_file):
6289         * shell/ev-window.c: (ev_window_cmd_save_as),
6290         (ev_attachment_popup_cmd_save_attachment_as):
6291         * shell/main.c: (load_files_remote):
6292         
6293         Bump requirements to gtk 2.8 and drop all ifdefs used.
6294
6295 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6296
6297         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6298         * shell/ev-window.c: (ev_window_init):
6299         
6300         Show attachments page.
6301
6302 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6303
6304         * po/POTFILES.in:
6305         * shell/ev-attachment-bar.c:
6306         * shell/ev-attachment-bar.h:
6307         * shell/ev-sidebar-attachments.c:
6308         (ev_sidebar_attachments_icon_cache_add),
6309         (icon_theme_get_pixbuf_from_mime_type),
6310         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6311         (ev_sidebar_attachments_icon_cache_refresh),
6312         (ev_sidebar_attachments_get_attachment_at_pos),
6313         (ev_sidebar_attachments_popup_menu_show),
6314         (ev_sidebar_attachments_popup_menu),
6315         (ev_sidebar_attachments_button_press),
6316         (ev_sidebar_attachments_update_icons),
6317         (ev_sidebar_attachments_drag_data_get),
6318         (ev_sidebar_attachments_get_property),
6319         (ev_sidebar_attachments_destroy),
6320         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6321         (ev_sidebar_attachments_new),
6322         (ev_sidebar_attachments_set_document),
6323         (ev_sidebar_attachments_support_document),
6324         (ev_sidebar_attachments_get_label),
6325         (ev_sidebar_attachments_page_iface_init):
6326         * shell/ev-sidebar-attachments.h:
6327         * shell/ev-window.c: (update_chrome_visibility),
6328         (setup_sidebar_from_metadata), (ev_window_setup_document),
6329         (ev_window_sidebar_current_page_changed_cb),
6330         (attachment_bar_menu_popup_cb), (ev_window_init):
6331         
6332         Move attachments bar to sidebar.
6333
6334 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6335
6336         * pdf/ev-poppler.cc:
6337         * shell/ev-application.[ch]:
6338         * shell/main.c:
6339
6340         Fix some memory leaks.
6341
6342 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6343
6344         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6345
6346         Change the properties dialog response to
6347         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6348         will make the dialog go away when the user presses
6349         enter. With gtk+ >= 2.9 this will happen anyway, but for
6350         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6351         escape by default. Fixes bug #340539. See also bug
6352         #101293 for the gtk+ part.
6353
6354 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6355
6356         * shell/ev-view.c (tip_from_action_named): Replace some strings
6357         that were wrong. Closes #340970.
6358
6359 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6360
6361         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6362
6363         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6364         #341049
6365
6366 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6367
6368         * djvu/Makefile.am:
6369         * dvi/Makefile.am:
6370         * dvi/mdvi-lib/Makefile.am:
6371         * properties/Makefile.am:
6372         * ps/Makefile.am:
6373         * shell/Makefile.am:
6374         * thumbnailer/Makefile.am:
6375         
6376         Due to broken libtool that is unable to track dependencies
6377         of noinst libraries we are forced to explicitely point
6378         libraries for binary. Fix for the bug #333334.
6379
6380 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6381
6382         * data/evince.desktop.in.in:
6383         * shell/ev-view.c: (view_update_range_and_current_page),
6384         (ev_view_next_page), (ev_view_previous_page):
6385         * shell/ev-window.c: (update_chrome_visibility),
6386         (setup_sidebar_from_metadata), (ev_window_setup_document),
6387         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6388         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6389         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6390         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6391         (ev_window_stop_presentation), (ev_window_focus_in_event),
6392         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6393         (ev_window_init):
6394         * thumbnailer/Makefile.am:
6395         
6396         Update fullscreen and presentation timeout handling. Hide
6397         cursor in presentation after timeout. Fix for the bugs
6398         #136359 and #336981.
6399
6400 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6401
6402         * backend/ev-link-action.[ch]:
6403         * pdf/ev-poppler.cc: (ev_link_from_action):
6404         * shell/ev-view-private.h:
6405         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6406         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6407
6408         Add support for Named Action links
6409
6410 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6411
6412         * backend/Makefile.am:
6413         * backend/ev-document-links.[ch]:
6414         * backend/ev-document.[ch]:
6415         * backend/ev-link-action.[ch]:
6416         * backend/ev-link-dest.[ch]:
6417         * backend/ev-link.[ch]:
6418         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6419         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6420         * shell/ev-page-action.c: (build_new_tree_cb):
6421         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6422         (links_page_num_func), (update_page_callback):
6423         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6424         (tip_from_link):
6425         * shell/ev-jobs.c:
6426         * shell/ev-window.[ch]: (ev_window_open_uri),
6427         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6428         * shell/ev-application.[ch]: (ev_application_open_window),
6429         (ev_application_open_uri):
6430
6431         Rework links system, it adds support for remote links now and it makes
6432         easier to add new kinds of actions and destinations. Fixes bug #317292
6433
6434 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6435
6436         * data/Makefile.am:
6437         * data/evince.png:
6438         * data/evince-16.png:
6439         * data/evince-22.png:
6440         * data/evince.svg:
6441         * shell/main.c: (main):
6442         
6443         Evince use it's own icon. Fix for the bug #313392.
6444
6445         * shell/ev-window.c: (fullscreen_timeout_cb),
6446         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6447         (ev_window_cmd_help_about), (ev_window_dispose):
6448         
6449         Simplify fullscreen timeout code.
6450
6451 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6452
6453         * backend/ev-attachment.c: 
6454         * shell/ev-attachment-bar.c:
6455         * shell/ev-window.c:
6456
6457         Allow multiple selection of attachments
6458
6459 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6460
6461         * shell/ev-view.c: (view_update_range_and_current_page),
6462         (ev_view_scroll):
6463         
6464         Fix for the bug #312573 – Optimal selection of current 
6465         page among visible pages.
6466
6467 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6468
6469         * configure.ac:
6470         * djvu/Makefile.am:
6471         * djvu/djvu-text.h:
6472         
6473         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6474         for the bug 339868.
6475
6476 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6477
6478         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6479
6480 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6481
6482         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6483         dictated by the GNOME HIG. Fixes bug #339235.
6484
6485 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6486
6487         * data/evince-ui.xml:
6488         * shell/ev-view.c: (ev_view_can_find_previous):
6489         * shell/ev-view.h:
6490         * shell/ev-window.c: (ev_window_update_actions),
6491         (ev_window_cmd_edit_find_previous):
6492
6493         Add support for "Find Previous" as dictated by the GNOME HIG. A
6494         menu item is added and some glue code to make it all work is added
6495         to various files.
6496
6497 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6498
6499         * configure.ac: Award myself the "useless use of cat" award.
6500
6501 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6502
6503         * po/LINGUAS: New file listing all supported languages.
6504
6505         * configure.in: Use po/LINGUAS instead of including all languages
6506         directly in this file. See the wiki for more information:
6507         http://live.gnome.org/GnomeGoals/PoLinguas
6508
6509 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6510
6511         * backend/ev-document-factory.c:
6512
6513         Do not load the document twice when there isn't errors
6514
6515 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6516
6517         * backend/ev-attachment.c: 
6518
6519         Fix a crash when there isn't a default application to open an
6520         attachment
6521
6522 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6523
6524         * backend/ev-attachment.[ch]:
6525         * shell/ev-attachment-bar.[ch]:
6526
6527         Added missing files. 
6528
6529 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6530
6531         * backend/Makefile.am:
6532         * data/evince-ui.xml:
6533         * backend/ev-attachment.[ch]:
6534         * backend/ev-document.[ch]: (ev_document_has_attachments),
6535         (ev_document_get_attachments):
6536         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6537         (attachment_save_to_buffer), (pdf_document_get_attachments),
6538         (pdf_document_document_iface_init):
6539         * shell/Makefile.am:
6540         * shell/ev-attachment-bar.[ch]:
6541         * shell/ev-window.c:
6542
6543         Add support for PDF attachments. Fixes bug #325143
6544
6545 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6546
6547         * backend/ev-document-factory.c: (get_document_from_uri),
6548         (ev_document_factory_get_document):
6549         * backend/ev-document-factory.h:
6550         * properties/ev-properties-main.c: (ev_properties_get_pages):
6551         * shell/Makefile.am:
6552         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6553         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6554         (ev_job_queue_remove_job):
6555         * shell/ev-job-queue.h:
6556         * shell/ev-job-xfer.c:
6557         * shell/ev-job-xfer.h:
6558         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6559         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6560         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6561         (ev_job_xfer_run):
6562         * shell/ev-jobs.h:
6563         * shell/ev-window.c: (ev_window_is_empty),
6564         (password_dialog_response), (ev_window_clear_xfer_job),
6565         (ev_window_xfer_job_cb), (ev_window_open_uri),
6566         (ev_window_cmd_focus_page_selector),
6567         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6568         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6569         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6570         (ev_window_dispose):
6571         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6572         
6573         * Cleanup mime type detection on document load. Fix for the
6574         bug #336448.
6575
6576 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6577
6578         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6579         
6580         Fix crash on exit, described in the bug #336825.
6581
6582 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6583
6584         * backend/ev-document-factory.c:
6585         (ev_document_factory_get_from_mime),
6586         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6587         (ev_document_factory_get_document),
6588         (file_filter_add_mime_list_and_free),
6589         (ev_document_factory_add_filters):
6590         * backend/ev-document-factory.h:
6591         * properties/ev-properties-main.c: (ev_properties_get_pages):
6592         * shell/Makefile.am:
6593         * shell/ev-application.c:
6594         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6595         * shell/ev-window.c: (ev_window_cmd_file_open),
6596         (ev_window_cmd_save_as):
6597         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6598         
6599         Rework factory functions so they are placed now in a single 
6600         file ev-document-factory.c
6601
6602 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6603
6604         * shell/ev-window.c: (update_chrome_visibility):
6605         
6606         Fix for the bug 166566 - don't show menubar in fullscreen
6607         mode.
6608
6609 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6610
6611         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6612
6613 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6614
6615         * shell/ev-view.c: (ev_view_expose_event):
6616         
6617         More correctly draw loading text when document
6618         is empty.
6619
6620 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6621
6622         * shell/ev-view.c: (ev_view_scroll):
6623         
6624         Fix for the bug #334854, page down and page up switch
6625         pages in presentation mode.
6626
6627 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6628
6629         * shell/ev-window.c: (ev_window_set_action_sensitive),
6630         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6631         (ev_window_set_view_accels_sensitivity),
6632         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6633         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6634         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6635         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6636         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6637         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6638         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6639         (view_actions_focus_in_cb), (ev_window_init):
6640         
6641         Fix for the bug #333902, now it's possible to search
6642         words with slash.
6643
6644 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6645
6646         * configure.ac: Added Breton translation.
6647         * po/br.po: Added Breton translation.
6648
6649 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6650
6651         * shell/ev-window-title (ev_window_title_update):
6652
6653         Fix memory leak in window title. Fixes bug #333944
6654
6655 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6656
6657         * shell/ev-metadata-manager.c (parseItem):
6658
6659         Fix memory leaks. Fixes bug #333945
6660
6661 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6662         
6663         * NEWS, configure.ac, TODO:
6664         
6665         Update for release 0.5.2.
6666
6667 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * shell/ev-view.c: (view_update_range_and_current_page),
6670         (page_changed_cb):
6671         
6672         Don't jump on scrolling, fix for the bug #333127.
6673
6674 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6677         
6678         Scroll by one page in presentation mode. Fix for the bug
6679         #332993.
6680
6681 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6682
6683         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6684
6685 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6686
6687         * configure.ac  Added lv in ALL_LINGUAS line.
6688
6689 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6690         
6691         * NEWS, configure.ac:
6692         
6693         Update for release 0.5.1
6694
6695 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6696
6697         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6698         * backend/ev-document-misc.h:
6699         * shell/ev-view.c: (draw_one_page):
6700         
6701          Clairfy what page the toolbar page number applies to. Fix
6702          for the bug #328102.
6703
6704 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6705
6706         * shell/ev-view-private.h:
6707         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6708         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6709         (ev_view_search_changed):
6710         * shell/ev-view.h:
6711         * shell/ev-window.c: (find_bar_search_changed_cb):
6712         
6713         Dont't jump to find result if window was scrolled during search.
6714         Fix for the bug #313266.
6715
6716 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6717
6718         * shell/eggfindbar.c: (egg_find_bar_class_init):
6719         * shell/eggfindbar.h:
6720         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6721         * shell/ev-view-private.h:
6722         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6723         (ev_view_class_init), (ev_sizing_mode_get_type),
6724         (ev_scroll_type_get_type):
6725         * shell/ev-view.h:
6726         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6727         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6728         (ev_window_init):
6729         
6730         Fix for the bug 319133 - Find entry should allow text scroll.
6731
6732 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6733
6734         * shell/ev-view-private.h:
6735         * shell/ev-view.c: (view_update_range_and_current_page),
6736         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6737         (ev_view_set_document), (update_find_status_message),
6738         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6739         (ev_view_find_previous):
6740         
6741         Fix for the bug #319137. Search now takes account for scrolling.
6742
6743 2006-02-19  Michael Hofmann <mh21@piware.de>
6744
6745         * configure.ac:
6746         * djvu/Makefile.am:
6747         * djvu/djvu-document-private.h:
6748         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6749         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6750         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6751         (djvu_document_can_get_text), (djvu_document_get_text),
6752         (djvu_document_document_iface_init),
6753         (djvu_document_thumbnails_get_thumbnail),
6754         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6755         (djvu_document_find_get_result),
6756         (djvu_document_find_page_has_results),
6757         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6758         (djvu_document_find_iface_init):
6759         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6760         (djvu_text_page_selection), (djvu_text_page_limits_process),
6761         (djvu_text_page_limits), (djvu_text_page_copy),
6762         (djvu_text_page_position), (djvu_text_page_union),
6763         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6764         (djvu_text_page_box), (djvu_text_page_append_text),
6765         (djvu_text_page_search), (djvu_text_page_prepare_search),
6766         (djvu_text_page_new), (djvu_text_page_free):
6767         * djvu/djvu-text-page.h:
6768         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6769         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6770         (djvu_text_n_results), (djvu_text_has_results),
6771         (djvu_text_get_result), (djvu_text_get_progress):
6772         * djvu/djvu-text.h:
6773         
6774         Text search in djvu. Fix for the bug #303415.
6775
6776 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6777
6778         * configure.ac:
6779         * shell/ev-window.c: (ev_window_cmd_save_as):
6780         
6781         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6782         Thanks to Gary Coady <gary@lyranthe.org>
6783
6784 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6785
6786         * shell/ev-print-job.c: (idle_print_handler):
6787         
6788         Inverse order printing, bug #320919.
6789
6790 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6791
6792         * data/evince-toolbar.xml:
6793         * shell/ev-window.c:
6794         
6795         Allow to add sidebar checkbutton on toolbar. Fix
6796         for the bug #144577.
6797
6798 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6799
6800         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6801         
6802         Add checks that have sense for empty ps document.
6803
6804 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6805
6806         * configure.ac: Include PS in mime types list. 
6807
6808 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * configure.ac:
6811         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6812         * ps/gsdefaults.h:
6813         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6814         
6815         Runtime check for gs interpreter. Fix for the bug #320868.
6816         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6817
6818 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6819
6820         * shell/ev-application.c: 
6821
6822         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6823         dbus>=0.60, so that the request is not queued. 
6824
6825 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6826
6827         * configure.ac:
6828         * shell/Makefile.am:
6829         * shell/ev-sidebar-links.c: (print_section_cb):
6830         * shell/ev-utils.c:
6831         * shell/ev-utils.h:
6832         * shell/ev-window.c: (update_action_sensitivity),
6833         (ev_window_close_dialogs), (ev_window_print):
6834         * shell/ev-window.h:
6835         
6836         Make printing support optional. Patch from Eduardo de Barros Lima
6837         <eduardo.lima@indt.org.br> for the bug #330546.
6838
6839 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6840
6841         * shell/ev-view-private.h:
6842         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6843         (ev_view_set_document):
6844         * shell/ev-view.h:
6845         * shell/ev-window.c: (ev_window_load_job_cb),
6846         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6847         (ev_window_init):
6848
6849         Draw Loading message during xfer job. Fix for the bug #329495.
6850
6851 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * comics/comics-document.c: (comics_regex_quote),
6854         (comics_document_load), (extract_argv):
6855         
6856         Correcly quote regexp before passing it to unzip.
6857
6858 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * shell/ev-page-cache.c: (build_height_to_page),
6861         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6862         (ev_page_cache_get_dual_even_left):
6863         * shell/ev-page-cache.h:
6864         * shell/ev-view.c: (view_update_range_and_current_page),
6865         (get_page_y_offset), (get_page_extents):
6866         
6867         Place even pages to the left if document has less then
6868         two pages. Fix for the bug #328856.
6869
6870 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6871
6872         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6873         
6874         Correct comics scheme. This make evince create thumbnails
6875         for comic books. Fix for the bug 329088.
6876
6877 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6878
6879         * data/evince-password.glade: Don't explicitly set
6880         invisible_char to the current default value in case
6881         the default changes; let GTK+ do its magic.
6882
6883 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6884
6885         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6886         real filename to tmp filename since often document
6887         type is determined by extension.
6888
6889 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6890
6891         * shell/ev-view.c: (add_scroll_binding_keypad),
6892         (ev_view_binding_activated), (ev_view_class_init):
6893         
6894         Add keybindings for percision-scrolling of display area. 
6895         Fix for the bug #314072.
6896
6897 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6898
6899         * data/evince.desktop.in.in:
6900         
6901         Add GTK to the list of categories. Fix for the bug #328034.
6902
6903 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6904
6905         * shell/ev-application.c: (ev_application_shutdown),
6906         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6907         * shell/ev-application.h:
6908         * shell/ev-window.c: (file_open_dialog_response_cb),
6909         (ev_window_cmd_file_open):
6910         
6911         Save last uri in file chooser dialog. Fix for the bug #327950.
6912
6913 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6914
6915         * NEWS:
6916         * README:
6917         
6918         Final update for release 0.5.0
6919         
6920         * shell/Makefile.am:
6921         
6922         Remove disable deprecated until we'll require libgnome-2.13.7
6923         and port to GOption argument parsing. See bug 327518.
6924
6925 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6926
6927         * comics/comics-document.c: (comics_document_save):
6928         * djvu/djvu-document.c: (djvu_document_save):
6929         * dvi/dvi-document.c: (dvi_document_save):
6930         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6931         * lib/ev-file-helpers.h:
6932         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6933         * tiff/tiff-document.c: (tiff_document_save):
6934         
6935         Use common save function for backends.
6936
6937 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6938
6939         * backend/ev-document-types.c:
6940         
6941         Fix crash on saving pixbuf.
6942
6943 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6944
6945         * cut-n-paste/recent-files/egg-recent-item.c:
6946         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6947         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6948         (parse_info_free), (valid_element), (start_element_handler),
6949         (end_element_handler), (text_handler), (egg_recent_model_filter),
6950         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6951         (egg_recent_model_monitor), (egg_recent_model_read),
6952         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6953         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6954         (egg_recent_model_set_property), (egg_recent_model_class_init),
6955         (egg_recent_model_init), (egg_recent_model_add_full),
6956         (egg_recent_model_delete), (egg_recent_model_get_list),
6957         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6958         (egg_recent_model_set_filter_mime_types),
6959         (egg_recent_model_clear_group_filter),
6960         (egg_recent_model_set_filter_groups),
6961         (egg_recent_model_clear_scheme_filter),
6962         (egg_recent_model_set_filter_uri_schemes),
6963         (egg_recent_model_remove_expired):
6964         * cut-n-paste/recent-files/egg-recent-util.c:
6965         (egg_recent_util_get_icon):
6966         * cut-n-paste/recent-files/egg-recent-util.h:
6967         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6968         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6969         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6970         (egg_recent_view_uimanager_set_property),
6971         (egg_recent_view_uimanager_get_property),
6972         (egg_recent_view_uimanager_class_init),
6973         (egg_recent_view_uimanager_init),
6974         (egg_recent_view_uimanager_set_label_width),
6975         (egg_recent_view_uimanager_get_label_width):
6976         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6977         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6978         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6979         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6980         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6981         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6982         
6983         Update from libegg.
6984
6985 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6986
6987         * shell/ev-page-cache.c: (build_height_to_page),
6988         (ev_page_cache_get_height_to_page):
6989         * shell/ev-page-cache.h:
6990         * shell/ev-view.c: (view_update_range_and_current_page),
6991         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6992         (ev_view_previous_page):
6993         
6994         Dual mode places even pages to the left. Fix for the bug #309393.
6995
6996         * shell/ev-view.h:
6997         * shell/ev-window.c: (update_action_sensitivity),
6998         (setup_view_from_metadata), (view_menu_popup_cb):
6999         
7000         Don't restore presentation in empty windows, more intelligent
7001         next page behaviour in dual mode.
7002
7003         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7004         (ev_pixbuf_cache_clear_job_sizes):
7005         
7006         Cleanup job callback on removal. Fix for the bug #325886.
7007
7008 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7009
7010         * ps/ps.c: (psscan):
7011         
7012         Commit workaround Mozilla problem. Fix for the bug #325919
7013         
7014         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7015         (save_item):
7016         
7017         Fix for year 2038 problem.
7018
7019 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7020
7021         * shell/ev-window.c: (setup_document_from_metadata),
7022         (ev_window_cmd_view_reload):
7023
7024         Clamp page recieved from metadata in valid values. Fix
7025         for the bug #325986.
7026
7027 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7028
7029         * MAINTAINERS: 
7030         Add MAINTAINERS as requested on desktop-devel-list.
7031
7032 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7033
7034         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7035         (mime_type_supported_by_gdk_pixbuf),
7036         (ev_document_factory_get_mime_types),
7037         (ev_document_factory_get_all_mime_types):
7038         
7039         Don't add pixbuf mime types if pixbuf backend is disabled.
7040         
7041         * shell/ev-application.c: (ev_application_get_uri_window):
7042         
7043         Fix for the bug 325815 - unhandled MIME type message doesn't 
7044         appear a second time. 
7045         
7046         * shell/ev-document-types.c: (ev_document_types_add_filters):
7047         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7048         (password_dialog_response), (ev_window_popup_password_dialog),
7049         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7050         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7051         (ev_window_run_presentation), (ev_window_stop_presentation),
7052         (save_sizing_mode), (ev_window_zoom_changed_cb),
7053         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7054         (ev_window_dual_mode_changed_cb),
7055         (ev_window_sidebar_current_page_changed_cb),
7056         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7057         (window_state_event_cb), (window_configure_event_cb):
7058         
7059         Cleanup additional uris holded by EvWindow.
7060
7061 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7062
7063         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7064         (ev_view_can_previous_page), (ev_view_can_next_page):
7065         * shell/ev-view.h:
7066         * shell/ev-window.c: (update_action_sensitivity):
7067         
7068         Two page scrolling with Space and PageUp in dual mode. Second fix 
7069         for the bug #316608.
7070
7071 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7072
7073         * shell/ev-view.c: (scroll_to_current_page):
7074         
7075         Correctly clamp adjustment value. Fix for the bug
7076         #325808.
7077
7078 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7079
7080         * shell/ev-sidebar-links.c: (print_section_cb):
7081         * shell/ev-window.c: (ev_window_get_uri),
7082         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7083         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7084         (ev_window_dispose):
7085         
7086         Make print dialog non-modal. Fix for the bug #325622.
7087
7088 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7089
7090         * shell/ev-metadata-manager.c:
7091         * shell/ev-utils.c: (using_pdf_printer),
7092         (using_postscript_printer), (load_print_config_from_file),
7093         (save_print_config_to_file):
7094         * shell/ev-utils.h:
7095         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7096         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7097         (setup_view_from_metadata), (ev_window_setup_document),
7098         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7099         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7100         (ev_window_run_presentation), (ev_window_stop_presentation),
7101         (save_sizing_mode), (ev_window_zoom_changed_cb),
7102         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7103         (ev_window_dual_mode_changed_cb),
7104         (ev_window_sidebar_current_page_changed_cb),
7105         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7106         (window_state_event_cb), (window_configure_event_cb),
7107         (ev_window_init):
7108         
7109         Setting saving behaviour fixes.
7110
7111 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7112
7113         * configure.ac:
7114         
7115         Make antialiasing gs options better and allow
7116         to change them during configure. Fix for the 
7117         bug #319049.
7118
7119 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7120
7121         * shell/ev-window.c: (setup_view_from_metadata):
7122         
7123         Remember if last window was maximized. Fix for the
7124         bug #323797.
7125
7126 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7127
7128         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7129
7130 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7131
7132         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7133         * shell/ev-page-action.c: (build_new_tree_cb):
7134         * shell/ev-sidebar-links.c: (links_page_num_func),
7135         (update_page_callback_foreach), (update_page_callback):
7136         * shell/ev-view.c: (scroll_to_current_page):
7137         
7138         Fix for the bug #325067 with more intelligent selection
7139         of current link in sidebar. Make sidebar handle links
7140         of FITR-like type more correctly.
7141
7142         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7143         (dvi_pixbuf_put_pixel):
7144         
7145         Fix memory consumtion with disabled alpha channel.
7146
7147 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7148
7149         * data/evince-ui.xml:
7150         * shell/ev-window.c: (view_menu_popup_cb),
7151         (ev_popup_cmd_open_link), (ev_window_init):
7152         
7153         Update context menu for internal links. Fix for the bug
7154         #325066.
7155
7156 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7157
7158         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7159         
7160         Bind context menu to keyboard also. Fix for the bug
7161         #325065.
7162
7163 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7164
7165         * shell/ev-view.c: (selection_scroll_timeout_cb):
7166         
7167         Horizontal scroll on selection also.
7168
7169 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7170
7171         * shell/ev-metadata-manager.c: (parse_value):
7172         * shell/ev-view.c: (goto_xyz_link):
7173         
7174         Correct zoom setup and metadata save broken in 
7175         some locales.
7176
7177 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7178
7179         * shell/ev-view-private.h:
7180         * shell/ev-view.c: (scroll_to_current_page),
7181         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7182         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7183         (page_changed_cb), (ev_view_set_continuous),
7184         (ev_view_set_dual_page), (ev_view_set_presentation):
7185         
7186         Delay scroll until allocation to correctly position page. Fix
7187         for the bug #317334.
7188
7189 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7190
7191         * NEWS:
7192         * configure.ac:
7193         
7194         Update NEWS and require poppler 0.5.0.
7195
7196 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7197         
7198         * data/evince-ui.xml:
7199         * shell/ev-view-private.h:
7200         * shell/ev-view.c: (ev_view_get_link_at_location),
7201         (handle_link_over_xy), (ev_view_button_press_event),
7202         (ev_view_button_release_event), (ev_view_class_init):
7203         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7204         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7205         (ev_window_init):
7206         
7207         Implement right-click context menu.
7208
7209 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7210
7211         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7212         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7213         (mdvi_pixbuf_device_render):
7214         * pdf/ev-poppler.cc:
7215
7216         Don't generate thumbnails with alpha. See bug #324077.
7217         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7218
7219 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7220
7221         * shell/ev-window.c: (setup_chrome_from_metadata):
7222         
7223         Fix typo that was hiding toolbar.
7224
7225 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7226
7227         * shell/ev-view-private.h:
7228         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7229         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7230         (ev_view_button_release_event), (ev_view_destroy):
7231         
7232         Small cleanup and autoscrolling during selection. Thanks to 
7233         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7234
7235 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7236
7237         * configure.ac:
7238         
7239         Correctly check for comics option.
7240
7241 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7242         * Makefile.am:
7243         * configure.ac:
7244         * backend/Makefile.am:
7245         * backend/ev-document-factory.c:
7246         * shell/ev-document-types.c:
7247
7248         Included option in configure to make ps backend 
7249         compilation optional with --disable-ps.
7250
7251 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7252
7253         * backend/ev-document-factory.c:
7254         * comics/Makefile.am:
7255         * comics/comics-document.c: (comics_document_load):
7256         * comics/ev-cbr-mime.xml:
7257         * configure.ac:
7258         
7259         Comics mime types are added to shared-mime-info CVS. Now
7260         we don't need to install our own mime types.
7261
7262 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7263
7264         * shell/ev-window.c:
7265         
7266         Add shortcut for "save a copy" menu entry. Fix for
7267         the bug #324582.
7268
7269 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7270
7271         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7272         (job_finished_cb), (new_selection_pixbuf_needed),
7273         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7274         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7275         
7276         Rework selection job info logic and fix critical warning.
7277
7278 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7279
7280         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7281
7282 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7283
7284         * data/evince-ui.xml:
7285         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7286         
7287         Enter as shortcut key for next page. Fix for the bug
7288         #321394.
7289
7290 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7291
7292         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7293
7294 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7295
7296         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7297         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7298         (new_selection_pixbuf_needed),
7299         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7300         (clear_job_selection):
7301         
7302         Too early for 0.5. Pixbuf cache code cleaned a bit.
7303
7304 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7305
7306         * NEWS:
7307         * configure.ac:
7308         
7309         Release 0.5.0 preparation
7310
7311 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7312
7313         * comics/Makefile.am:
7314         * configure.ac:
7315         * shell/ev-document-types.c: (ev_document_types_add_filters):
7316         
7317         More advanced handling of custom mime type installation.
7318
7319 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7320
7321         * data/evince.schemas.in:
7322         * shell/ev-metadata-manager.c: (value_free),
7323         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7324         (ev_metadata_manager_get), (ev_metadata_manager_set):
7325         * shell/ev-metadata-manager.h:
7326         * shell/ev-window.c: (update_chrome_flag),
7327         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7328         (setup_document_from_metadata), (setup_chrome_from_metadata),
7329         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7330         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7331         (ev_window_view_toolbar_cb),
7332         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7333         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7334         
7335         Save last document settings and reuse them for new documents.
7336
7337 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7338
7339         * Makefile.am:
7340         * backend/Makefile.am:
7341         * backend/ev-document-factory.c:
7342         * backend/ev-document-factory.h:
7343         * comics/Makefile.am:
7344         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7345         (comics_document_load), (comics_document_save),
7346         (comics_document_get_n_pages), (comics_document_get_page_size),
7347         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7348         (comics_document_class_init), (comics_document_can_get_text),
7349         (comics_document_get_info), (comics_document_document_iface_init),
7350         (comics_document_init), (get_supported_image_extensions),
7351         (comics_document_thumbnails_get_geometry),
7352         (comics_document_thumbnails_get_thumbnail),
7353         (comics_document_thumbnails_get_dimensions),
7354         (comics_document_document_thumbnails_iface_init), (extract_argv):
7355         * comics/comics-document.h:
7356         * comics/ev-cbr-mime.xml:
7357         * configure.ac:
7358         * po/POTFILES.in:
7359         * shell/ev-application.c: (ev_application_register_service):
7360         * shell/ev-document-types.c: (ev_document_types_add_filters):
7361         * thumbnailer/Makefile.am:
7362         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7363         
7364         New CBR/CBZ backend for comic books.
7365
7366 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7367
7368         * shell/main.c: (load_files_remote):
7369
7370         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7371         warning on startup of second instance is fixed. It
7372         is bug #320353.
7373
7374 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7375
7376         * shell/ev-window.c: (ev_window_finalize):
7377         
7378         Fix double free that cause crash.
7379
7380 2005-10-29  Bastien Nocera <hadess@hadess.net>
7381
7382         * tiff/tiff-document.c: (tiff_document_load):
7383         
7384         Fix memory leak.
7385
7386 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7387
7388         * po/POTFILES.in:
7389         * shell/Makefile.am:
7390         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7391         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7392         (ev_view_accessible_get_text),
7393         (ev_view_accessible_get_character_at_offset),
7394         (ev_view_accessible_get_text_before_offset),
7395         (ev_view_accessible_get_text_at_offset),
7396         (ev_view_accessible_get_text_after_offset),
7397         (ev_view_accessible_get_character_count),
7398         (ev_view_accessible_get_caret_offset),
7399         (ev_view_accessible_set_caret_offset),
7400         (ev_view_accessible_get_run_attributes),
7401         (ev_view_accessible_get_default_attributes),
7402         (ev_view_accessible_get_character_extents),
7403         (ev_view_accessible_get_offset_at_point),
7404         (ev_view_accessible_get_n_selections),
7405         (ev_view_accessible_get_selection),
7406         (ev_view_accessible_add_selection),
7407         (ev_view_accessible_remove_selection),
7408         (ev_view_accessible_set_selection),
7409         (ev_view_accessible_text_iface_init),
7410         (ev_view_accessible_idle_do_action),
7411         (ev_view_accessible_action_do_action),
7412         (ev_view_accessible_action_get_n_actions),
7413         (ev_view_accessible_action_get_description),
7414         (ev_view_accessible_action_get_name),
7415         (ev_view_accessible_action_set_description),
7416         (ev_view_accessible_action_iface_init),
7417         (ev_view_accessible_get_type), (ev_view_accessible_new),
7418         (ev_view_accessible_factory_get_accessible_type),
7419         (ev_view_accessible_factory_create_accessible),
7420         (ev_view_accessible_factory_class_init),
7421         (ev_view_accessible_factory_get_type):
7422         * shell/ev-view-accessible.h:
7423         * shell/ev-view-private.h:
7424         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7425         * shell/ev-view.h:
7426         
7427         Initial accessibility support.
7428
7429 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7430
7431         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7432
7433 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7434
7435         * shell/ev-print-job.c: (idle_print_handler):
7436         
7437         Fix for bug Bug 318916: Printing multiple pages.
7438
7439 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7440
7441         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7442
7443 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7444
7445         * pdf/ev-poppler.cc:
7446         
7447         Thumnail dimensions unified with other backends.
7448         
7449         * shell/ev-window-title.c: (ev_window_title_update):
7450         
7451         Fix warning.
7452
7453 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7454
7455         * data/ev-stock-zoom-fit-width.png:
7456         
7457         Remove unused file.
7458
7459 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7460
7461         * configure.ac:
7462         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7463         (djvu_document_finalize):
7464         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7465         (dvi_document_finalize):
7466         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7467         (pixbuf_document_save), (pixbuf_document_finalize):
7468         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7469         (tiff_document_finalize):
7470         
7471         Save a copy implemented for various backends.
7472
7473 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7474
7475         * configure.ac:
7476         
7477         Don't link with ltiff if tiff is disabled.
7478
7479 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7480
7481         * pdf/GDKSplashOutputDev.cc:
7482         * pdf/GDKSplashOutputDev.h:
7483         * pdf/Thumb.cc:
7484         * pdf/Thumb.h:
7485         * pdf/pdf-document.cc:
7486         * pdf/pdf-document.h:
7487         * pdf/test-gdk-output-dev.cc:
7488         
7489         Remove old unused files.
7490
7491 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * shell/ev-window.c: (ev_window_setup_document):
7494         
7495         Fixed warnings on reload and probably crash reason.
7496
7497 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7498
7499         * properties/ev-properties-view.c:
7500         (ev_properties_view_format_date):
7501         
7502         Check if date is invalid. Fix for bug 318134.
7503
7504 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7505
7506         * shell/ev-window-title.c:
7507         
7508         Add .indd files (Adobe Indesign) to the list of "bad
7509         extensions".
7510
7511 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7512
7513         * data/evince-ui.xml:
7514         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7515         
7516         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7517
7518 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7519
7520         * shell/ev-window.c: (launch_link), (launch_external_uri),
7521         (view_external_link_cb):
7522
7523         URL-escape link before passing it to gnome_vfs_url_show.
7524
7525 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7526
7527         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7528         there isn't text selected.
7529
7530 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7531
7532         * shell/ev-view.c: (handle_link_over_xy):
7533
7534         Check tooltip is valid utf8 before showing it
7535
7536 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7537
7538         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7539
7540 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7541
7542         * shell/ev-window-title.c: (ev_window_title_update):
7543
7544         Guard against using g_strstrip on NULL. Fixes bug #317291.
7545
7546 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7547
7548         * pdf/ev-poppler.cc:
7549
7550         Show title even for unknown links
7551
7552 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7553
7554         * shell/ev-window-title.c: (ev_window_title_update):
7555
7556         Strip the title string
7557
7558 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7559
7560         * shell/ev-window-title.c:
7561
7562         Add .rtf to the bad extensions list
7563
7564 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7565
7566         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7567         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7568
7569         Ignore link coordinates if they are outside page bounds
7570
7571 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7572
7573         * backend/ev-link.c: (ev_link_type_get_type),
7574         (ev_link_get_filename), (ev_link_get_params),
7575         (ev_link_get_property), (ev_link_set_property),
7576         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7577         * backend/ev-link.h:
7578         * pdf/ev-poppler.cc:
7579         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7580         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7581         (ev_window_init):
7582
7583         Implement launch links. Delegate external link opening to
7584         the window.
7585
7586 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7587
7588         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7589         (ev_link_get_right), (ev_link_get_property),
7590         (ev_link_set_property), (ev_link_class_init),
7591         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7592         * backend/ev-link.h:
7593         * pdf/ev-poppler.cc:
7594         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7595
7596         Implement fitr links
7597
7598 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7599
7600         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7601         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7602         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7603         (ev_view_size_request_continuous),
7604         (ev_view_size_request_dual_page),
7605         (ev_view_size_request_single_page), (ev_view_size_allocate),
7606         (ev_view_zoom_for_size_continuous_and_dual_page),
7607         (ev_view_zoom_for_size_continuous),
7608         (ev_view_zoom_for_size_dual_page),
7609         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7610         (ev_sizing_mode_get_type):
7611         * shell/ev-view.h:
7612         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7613
7614         Do not use modes for link, we need to calculate size ad hoc.
7615         Still not perfect because of the usual scrollbar issues grrr.
7616
7617 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7618
7619         * backend/ev-link.c: (ev_link_type_get_type),
7620         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7621         * backend/ev-link.h:
7622         * pdf/ev-poppler.cc:
7623         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7624         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7625         (ev_view_size_request_continuous),
7626         (ev_view_size_request_dual_page),
7627         (ev_view_size_request_single_page), (ev_view_size_allocate),
7628         (zoom_for_size_fit_height),
7629         (ev_view_zoom_for_size_continuous_and_dual_page),
7630         (ev_view_zoom_for_size_continuous),
7631         (ev_view_zoom_for_size_dual_page),
7632         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7633         (ev_sizing_mode_get_type):
7634         * shell/ev-view.h:
7635         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7636
7637         Implement FIT_HEIGHT mode (only for links).
7638         Implement FITH links
7639
7640 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7641
7642         * shell/ev-window-title.c: (get_filename_from_uri),
7643         (ev_window_title_sanitize_extension), (ev_window_title_update),
7644         (ev_window_title_set_document), (ev_window_title_set_uri),
7645         (ev_window_title_free):
7646         * shell/ev-window-title.h:
7647         * shell/ev-window.c: (ev_window_setup_document),
7648         (ev_window_popup_password_dialog):
7649
7650         Refactor window title building while fixing it for
7651         password documents.
7652
7653 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7654
7655         * pdf/ev-poppler.cc:
7656
7657         Escape link title before setting it in the model
7658
7659 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7660
7661         * shell/ev-application.c: (removed_from_session), (save_session),
7662         (init_session), (ev_application_get_empty_window),
7663         (ev_application_init), (ev_application_get_windows):
7664         * shell/ev-application.h:
7665         * shell/ev-window.c: (ev_window_finalize):
7666
7667         Add a function to retrieve window list and share it where
7668         necessary.
7669         Implement session handling, works pretty well thanks to the
7670         metadata system.
7671
7672 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7673
7674         * shell/ev-password.c: (ev_password_item_created_callback),
7675         (ev_password_dialog_save_password):
7676         
7677         Fix for bug 316972. Use async gnome-keyring API.
7678
7679 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7680
7681         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7682         Remove unused unrealize handler. Add scroll handling to
7683         ev_view_scroll_event for presentation mode (bug #316708),
7684         and fix the event state checks there.
7685
7686 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7687
7688         * shell/ev-page-action.c: (page_changed_cb):
7689
7690         "marco, maybe we should be crazy and jump right to 6! :)"
7691
7692         Bryan Clark, Sep 2005
7693
7694 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7695
7696         * ps/ps-document.c: (save_document), (ps_document_save),
7697         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7698         (ps_document_ps_export_end):
7699
7700         Fix unstructured documents save and print
7701
7702 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7703
7704         * shell/ev-application.c: (ev_application_open_uri):
7705
7706         Fix window size persistance
7707
7708 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7709
7710         * shell/ev-view.c: (ev_view_button_release_event):
7711
7712         Based on a patch from carlosgc@gnome.org. Mouse buttons
7713         switch pages in presentation mode.
7714
7715 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7716
7717         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7718
7719         Dont cast to int before scaling
7720
7721 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7722
7723         * backend/ev-link.c: (ev_link_type_get_type),
7724         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7725         (ev_link_new_page_fith):
7726         * backend/ev-link.h:
7727         * pdf/ev-poppler.cc:
7728         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7729
7730         Implement FIT and FITH links
7731
7732 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7733
7734         * pdf/ev-poppler.cc:
7735
7736         Return 0 results when search is not in progress.
7737
7738         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7739         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7740
7741         Update menu sensitivity when cancelling search
7742
7743 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7744
7745         * shell/ev-view.c: (ev_view_can_find_next):
7746
7747         Take all pages in consideration, not just current one
7748
7749 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7750
7751         * shell/ev-page-cache.c:
7752         * shell/ev-page-cache.h:
7753         * shell/ev-view.c: (ev_view_binding_activated),
7754         (ev_view_next_page), (ev_view_previous_page),
7755         (ev_sizing_mode_get_type):
7756         * shell/ev-view.h:
7757         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7758         (ev_window_cmd_go_next_page):
7759
7760         Move page next/previous functions from page chace to
7761         view and change it to move by 2 page steps in dual mode.
7762
7763 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7764
7765         * shell/ev-window.c: (update_sidebar_visibility),
7766         (setup_sidebar_from_metadata), (ev_window_setup_document),
7767         (setup_view_from_metadata):
7768
7769         Show the index by default when there is one     
7770
7771 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7772
7773         * shell/ev-window-title.c: (ev_window_title_set_document):
7774
7775         Missing null check
7776
7777 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7778
7779         * shell/ev-view.c: (view_update_range_and_current_page):
7780         
7781         Allow display of last odd page in dual view. Fix for 316347.
7782
7783 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7784
7785         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7786         
7787         Make close button default. Fix for 316383.
7788
7789 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7790
7791         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7792         
7793         Mark close button as default. Fix for 316381.
7794
7795 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7796
7797         * backend/ev-link.c: (ev_link_class_init):
7798
7799         Allow negative doubles in left/top properties
7800
7801 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7802
7803         * shell/ev-window.c:
7804
7805         Remove a bunch of strings that was used only
7806         by the statusbar.
7807
7808 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7809
7810         * shell/ev-window-title.c: (get_filename_from_uri),
7811         (ev_window_title_set_document):
7812
7813         When title has a confusing extension, show also
7814         the document filename inside ()
7815
7816 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7817
7818         * shell/Makefile.am:
7819         * shell/ev-window-title.c: (ev_window_title_new),
7820         (ev_window_title_update), (ev_window_title_set_type),
7821         (ev_window_title_set_document), (ev_window_title_free):
7822         * shell/ev-window-title.h:
7823         * shell/ev-window.c: (ev_window_setup_document),
7824         (password_dialog_response), (ev_window_popup_password_dialog),
7825         (ev_window_dispose), (ev_window_init):
7826
7827         Factor out and cleanup window title code
7828
7829 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7830
7831         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7832         (unable_to_load):
7833
7834         Make dialog transient so it doesnt block other windows
7835
7836 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7837
7838         * pdf/ev-poppler.cc:
7839         
7840         Fix pdf thumbnails rendering.
7841
7842 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7843
7844         * shell/ev-window.c: (fullscreen_set_timeout):
7845         
7846         Increase timeout to hide full screen popup. Bug 
7847         316123. 
7848
7849 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7850
7851         * data/evince.schemas.in:
7852         * shell/ev-window.c: (update_action_sensitivity):
7853
7854         Allow the user to override document restrictions. Fix for bug
7855         305818.
7856
7857 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7858
7859         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7860         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7861         (ev_window_class_init): Fix multihead behaviour of fullscreen
7862         toolbar popup. Fixes bug #315451.
7863
7864 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7865
7866         * configure.ac:
7867         * data/evince-password.glade:
7868         * shell/ev-password.c: (ev_password_dialog_set_property),
7869         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7870         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7871         (ev_password_dialog_entry_changed_cb),
7872         (ev_password_dialog_entry_activated_cb),
7873         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7874         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7875         (ev_password_dialog_set_bad_pass):
7876         * shell/ev-password.h:
7877         * shell/ev-window.c: (password_dialog_response),
7878         (ev_window_popup_password_dialog):
7879         
7880         Support for gnome-keyring for encrypted PDF's.
7881
7882 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7883
7884         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7885         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7886         (ev_view_enter_notify_event), (ev_view_class_init):
7887         
7888         More precise handling of enter_notify/leave_notify events
7889         in EvView. Fix for bug 315470.
7890
7891 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7892
7893         * shell/ev-window.c: (fullscreen_timeout_cb),
7894         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7895         (ev_window_dispose):
7896
7897         leak fix: unref fullscreen_timeout_source before clearing it
7898
7899 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7900
7901         * configure.ac, dvi/mdvi/Makefile.am: 
7902         
7903         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7904
7905 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * backend/ev-link.c: (ev_link_new_page_xyz):
7908         * pdf/ev-poppler.cc:
7909         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7910
7911         Fix some bugs with xyz links, respect zoom
7912
7913 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7914
7915         * shell/ev-window.c: (page_changed_cb),
7916         (setup_document_from_metadata), (update_sidebar_visibility),
7917         (setup_view_from_metadata), (ev_window_run_fullscreen),
7918         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7919         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7920         (ev_window_dual_mode_changed_cb),
7921         (ev_window_sidebar_current_page_changed_cb):
7922
7923         null check uri before setting and getting metadata
7924
7925 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7926
7927         * dvi/Makefile.am:
7928         * properties/Makefile.am:
7929         * shell/Makefile.am:
7930         * thumbnailer/Makefile.am:
7931
7932         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7933
7934 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7935
7936         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7937         (selection_changed_callback):
7938         * shell/ev-sidebar-links.h:
7939
7940         Add a signal for link activation.
7941
7942         * shell/ev-view.c: (ev_view_goto_link),
7943         (ev_view_button_release_event):
7944         * shell/ev-view.h:
7945         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7946         (ev_window_init):
7947
7948         Implement the signal so that we can handle all link types.
7949
7950         * shell/ev-page-cache.c:
7951
7952         Remove unused set_link function
7953
7954 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7955
7956         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7957
7958         Add some space from the cursor, hardcoded but I couldnt
7959         find a better way.
7960
7961 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7962
7963         * lib/ev-tooltip.c:
7964
7965         Use mozilla style vs gtk style, way better for links.
7966
7967         * shell/ev-view.c: (ev_view_motion_notify_event),
7968         (ev_view_destroy), (ev_view_init):
7969
7970         Deactive tooltip when the link hovered is changed.
7971
7972 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7973
7974         * backend/ev-document.h:
7975         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7976         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7977         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7978         (ev_link_new_page), (ev_link_new_page_xyz):
7979         * backend/ev-link.h:
7980         * pdf/ev-poppler.cc:
7981         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7982         (go_to_link), (tip_from_link):
7983
7984         Implement xyz links, still not functional. Links are a total
7985         mess, will need to refactor and bugfix a lot :(
7986
7987 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7988
7989         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7990
7991 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7992
7993         * data/evince-ui.xml:
7994         * data/evince.schemas.in:
7995         * shell/Makefile.am:
7996         * shell/ev-window.c: (update_chrome_visibility),
7997         (password_dialog_response), (ev_window_load_job_cb),
7998         (ev_window_xfer_job_cb), (ev_window_open_uri),
7999         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8000         (ev_window_init):
8001
8002         Remove the statusbar. This regress loading feedback, need to
8003         check with Bryan what we want to do there...
8004
8005 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8006
8007         * lib/ev-tooltip.c: (ev_tooltip_init):
8008
8009         Fix tooltip border and size handling
8010
8011 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8012
8013         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8014         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8015         (ev_tooltip_timeout), (ev_tooltip_activate),
8016         (ev_tooltip_deactivate):
8017         * lib/ev-tooltip.h:
8018         * shell/ev-view.c: (ev_view_motion_notify_event):
8019
8020         Delay popup showing. Mirror gtk logic/times.
8021
8022 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8023
8024         * lib/Makefile.am:
8025         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8026         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8027         (ev_tooltip_set_text), (ev_tooltip_set_position):
8028         * lib/ev-tooltip.h:
8029
8030         Simple widget to show tooltips at a custom position
8031
8032         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8033         (ev_view_destroy):
8034
8035         Use it for links. First go, needs work
8036
8037 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8038
8039         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8040         HIG fixes.  Use title capitalization for window title. Use 12 
8041         pixels of space between the dialog's vbox and action area.
8042
8043 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8044
8045         * shell/ev-window.c: (file_open_dialog_response_cb),
8046         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8047         (ev_window_cmd_save_as):
8048
8049         Make file pickers not modal and refactor code some
8050
8051 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8052
8053         * shell/ev-sidebar.h:
8054         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8055         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8056         (ev_sidebar_class_init), (ev_sidebar_select_page),
8057         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8058         (ev_sidebar_set_page):
8059
8060         Add a current page property and allow to get/set it
8061
8062         * shell/ev-window.c: (setup_view_from_metadata),
8063         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8064
8065         Persist current sidebar page per document
8066
8067 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8068
8069         * data/evince.schemas.in:
8070         * shell/ev-window.c: (update_chrome_visibility),
8071         (setup_document_from_metadata), (update_sidebar_visibility),
8072         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8073         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8074         (ev_window_run_presentation), (ev_window_stop_presentation),
8075         (ev_window_view_sidebar_cb),
8076         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8077         (load_chrome), (ev_window_init):
8078
8079         Persist size/visibility of sidebar per document
8080
8081 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8082
8083         * shell/ev-view.c (draw_loading_text): Draw loading text.
8084
8085 2005-09-02  Dan Damian  <dand@gnome.ro>
8086
8087         * configure.in: Added "ro" to ALL_LINGUAS.
8088
8089 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8090
8091         * shell/ev-view.c: (clear_caches):
8092
8093         ev_page_cache_get doesnt return a reference,
8094         dont try to unref it.
8095
8096 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8097
8098         * shell/main.c: (load_files_remote):
8099
8100         Fix timestamp parameter with dbus <= 0.33
8101
8102 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8103
8104         * data/evince.schemas.in:
8105
8106         Add missing full stop
8107
8108 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8109
8110         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8111         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8112
8113         Plug some memory leaks
8114
8115 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8116
8117         * configure.ac:
8118         * lib/ev-debug.c: (trap_handler):
8119
8120         Check for execinfo.h and use it only if it exists.
8121         Ported from Epiphany (bug #314776).
8122
8123 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8124
8125         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8126
8127 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8128
8129         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8130         * po/id.po      : Added Indonesian translation
8131
8132 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8133
8134         * shell/main.c:
8135         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8136         * NEWS: Release 0.4.0
8137
8138 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8139
8140         * configure.ac: catch another gtk+-2.8ism
8141         * shell/main.c: Make work with gtk+-2.6
8142
8143 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8144
8145         * shell/ev-application-service.xml: Add 'timestamp' argument to
8146           ev_application_open_window and ev_application_open_uri methods.
8147
8148         * shell/ev-application.h: Add 'timestamp' argument to
8149           ev_application_open_window, ev_application_open_uri,
8150           and ev_application_open_uri_list functions.
8151
8152         * shell/ev-application.c (ev_application_open_window,
8153           ev_application_open_uri, ev_application_open_uri_list): Change
8154           functions that show/present windows to use a timestamp if one
8155           is passed in.
8156
8157         * shell/ev-window.c (ev_window_cmd_file_open,
8158           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8159         * shell/main.c (load_files): Modify calls to ev_application to
8160           include GDK_CURRENT_TIME as timestamp.
8161
8162         * shell/main.c (load_files_remote): Obtain timestamp for client
8163           instance from GDK and pass to server instance so new windows are
8164           focused properly.  Fix dbus_g_proxy_call() calls by including second
8165           G_TYPE_INVALID.
8166           
8167         Closes bug #314475.
8168
8169 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8170
8171         * shell/ev-window.c (ev_window_finalize): Check for
8172         avail. EvWindows when quiting to handle the finalize better,
8173         #314497
8174
8175 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8176         
8177         * properties/ev-properties-view.c: 
8178         
8179         Set textdomain to libglade. Fixes translation problem in property page.
8180
8181 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8182
8183         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8184         * dvi/Makefile.am:
8185         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8186         * dvi/mdvi-lib/Makefile.am:
8187         
8188         Fix rotation of thumbnails, ported to new API. Moved library
8189         dependencies earlier, probably it will fix linkage problem.
8190
8191 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8192
8193         * backend/ev-document-misc.c:
8194         (ev_document_misc_get_thumbnail_frame):
8195         * backend/ev-document-misc.h:
8196         * configure.ac:
8197         * pdf/ev-poppler.cc:
8198         * shell/Makefile.am:
8199         * shell/ev-sidebar-thumbnails.c: (add_range),
8200         (ev_sidebar_thumbnails_set_loading_icon),
8201         (ev_sidebar_thumbnails_refresh),
8202         (ev_sidebar_thumbnails_set_document):
8203         * shell/ev-sidebar-thumbnails.h:
8204         * shell/ev-view.c: (ev_view_motion_notify_event),
8205         (ev_view_set_property), (ev_view_get_property),
8206         (ev_view_class_init), (ev_view_set_rotation):
8207         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8208         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8209         (ev_window_init):
8210         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8211         Redo rotation (again).  prepare for 0.4.0
8212
8213 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8214
8215         * configure.ac: Bump poppler requirement to 0.4.1.
8216
8217         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8218         argument to poppler_page_render_selection() call.
8219
8220 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8221
8222         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8223         (djvu_document_thumbnails_get_thumbnail):
8224         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8225         (dvi_document_thumbnails_get_thumbnail):
8226         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8227         (pixbuf_document_thumbnails_get_thumbnail):
8228         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8229         
8230         Update rotation direction of backends to fit with pdf and ps.
8231
8232 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8233
8234         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8235         * backend/ev-async-renderer.h:
8236         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8237         (setup_page), (ps_document_get_page_size),
8238         (ps_async_renderer_render_pixbuf):
8239         * ps/ps-document.h:
8240         * shell/ev-jobs.c: (ev_job_render_run):
8241
8242         Fix orientation in the postscript document
8243
8244 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8245
8246         * pdf/ev-poppler.cc:
8247         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8248         * shell/ev-view.c: (highlight_find_results):
8249
8250         Adapt to the new poppler rotation API. Fix text maps on landscape
8251         documents.
8252
8253 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8254
8255         * shell/ev-view.c (compute_new_selection_text): get the correct
8256         region when selecting in modes other than continuous.
8257
8258 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8259
8260         * shell/main.c (main): remove redundant g_warnings.
8261
8262 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8263
8264         * shell/Makefile.am: Don't include autogenerated
8265         file ev-application-service.h into distribution, since
8266         it causes dbus crash. Fix for bugs 313724 and 313443. 
8267
8268 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8269
8270         * configure.ac: Fix sed expression for FreeBSD. Thanks
8271         to Joe Marcus Clark <marcus@freebsd.org>
8272         
8273         * shell/eggfindbar.c: (entry_activate_callback),
8274         (entry_changed_callback), (egg_find_bar_init),
8275         (egg_find_bar_set_search_string):
8276         
8277         Made findbar buttons unsensitive if there is no text in
8278         entry. Fix for the bug 313285.
8279
8280 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8281
8282         * ps/ps-document.c: Use g_filename_display_name for displaying
8283         filenames and revert string freeze breackage
8284
8285 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8286
8287         * NEWS:
8288         * configure.ac:
8289
8290         Update for 0.3.4
8291
8292         * shell/Makefile.am:
8293
8294         Add ev-application-service.xml to extra dist
8295
8296         * shell/ev-view.c: (find_page_at_location):
8297
8298         Remove unused function (fix warning)
8299
8300 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8301
8302         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8303         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8304         
8305         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8306         bug 313623.
8307
8308 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8309
8310         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8311         * shell/ev-window.c:
8312         Fix build warnings
8313
8314 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8315
8316         * configure.ac: Update script to get dbus version.
8317         Fix for the bug #313443.
8318
8319 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8320
8321         * shell/ev-window.c: (ev_window_cmd_escape):
8322         
8323         Return focus back to view on escape. Fix for bug 313295.
8324
8325 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8326
8327         * shell/ev-window.c: (update_window_title),
8328         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8329         (ev_window_cmd_save_as):
8330         
8331         Correct conversion from uri to displayable string. Fix for
8332         bug 313296.
8333
8334 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8335
8336         * ps/ps-document.c: convert filename to utf8 when there is an error
8337         loading document. Fixes #309915
8338
8339 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8340
8341         * configure.ac:
8342
8343         We depend on poppler 0.4.0
8344
8345 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8346
8347         * configure.ac:
8348         * NEWS: Release 0.3.3.
8349         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8350
8351 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8352
8353         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8354         add a couple missing mnemonics to menu items, use title 
8355         capitalization for menu items and window titles, and add 
8356         ellipsis to open menu item.     
8357
8358 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8359
8360         * pdf/ev-poppler.cc:
8361         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8362         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8363         (ev_view_get_rotation):
8364         * shell/ev-view.h:
8365         * shell/ev-window.c: (setup_view_from_metadata),
8366         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8367         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8368         disk.
8369
8370 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8371
8372         * configure.ac: Added tr to ALL_LINGUAS
8373
8374 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8375
8376         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8377         requires several clicks to find word. Thanks to 
8378         Colin Slater <kiltedtaco@gmail.com>.
8379
8380 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8381
8382         * data/evince.desktop.in.in: Hide menu entry and
8383         rename it to "Document Viewer". Fix for bug 
8384         #312399.
8385
8386 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8387
8388         * shell/ev-page-action.c (ev_page_action_class_init): 
8389
8390         Point to the correct function in constructor of the
8391         activate_label signal
8392
8393 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8394
8395         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8396         * shell/ev-jobs.h: Make thread safe.
8397
8398 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8399
8400         * shell/ev-view.c: (view_update_range_and_current_page):
8401         Don't update page range if we are scrolling to some document
8402         point.
8403
8404 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8405
8406         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8407         when getting max_page_width, fix drawing in dual mode.
8408
8409 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8410
8411         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8412         getting the area for select_all.
8413
8414 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8415
8416         * backend/ev-selection.c: (ev_selection_render_selection):
8417         * backend/ev-selection.h:
8418         * pdf/ev-poppler.cc:
8419         * shell/ev-jobs.c: (ev_job_render_new):
8420         * shell/ev-jobs.h:
8421         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8422         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8423         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8424         (ev_view_class_init):
8425
8426         Change selection color on focus in and focus out events.  Also,
8427         poppler now uses GdkColor for specifying the selection colors, so
8428         drop some awkward conversion code.
8429
8430 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8431
8432         * configure.ac: Added Hebrew translation
8433
8434 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8435
8436         * NOTES:
8437         * backend/ev-selection.c: (ev_selection_render_selection):
8438         * backend/ev-selection.h:
8439         * pdf/ev-poppler.cc:
8440         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8441         (ev_job_render_run):
8442         * shell/ev-jobs.h:
8443         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8444         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8445         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8446         (ev_pixbuf_cache_style_changed),
8447         (ev_pixbuf_cache_get_selection_pixbuf),
8448         (ev_pixbuf_cache_set_selection_list),
8449         (ev_pixbuf_cache_get_selection_list):
8450         * shell/ev-pixbuf-cache.h:
8451         * shell/ev-utils.c: (ev_print_region_contents):
8452         * shell/ev-utils.h:
8453         * shell/ev-view.c: (ev_view_queue_draw_page),
8454         (selection_update_idle_cb), (ev_view_motion_notify_event),
8455         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8456         (setup_caches), (ev_view_find_next), (merge_selection_region),
8457         (selection_free):
8458         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8459
8460         Clean up selection to be much smoother!
8461
8462 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8463
8464         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8465         to poppler_page_render_selection().
8466
8467 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8468
8469         * ps/ps-document.c: (save_page_list): Use
8470         unzipped document when printing. Thanks to 
8471         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8472         311016.
8473
8474 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8475
8476         * shell/ev-window.c: (update_action_sensitivity):
8477         
8478         Disable print and save respect to lockdown gconf keys. Fix
8479         for 312342.
8480
8481 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8482
8483         * configure.ac:
8484         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8485         (write_to_temp_file), (ev_file_set_contents):
8486         * shell/ev-utils.h:
8487         * shell/ev-window.c: (save_print_config_to_file):
8488         
8489         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8490         Fix for bug 312238
8491
8492 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8493
8494         * shell/ev-window.c: (load_print_config_from_file),
8495         (save_print_config_to_file), (ev_window_print_range):
8496
8497         Persist the print settings. Fixes bug #311578.
8498
8499 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8500
8501         * djvu/djvu-document.c: (djvu_document_get_page_size),
8502         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8503         (djvu_document_thumbnails_get_thumbnail):
8504         * dvi/dvi-document.c: (dvi_document_get_page_size),
8505         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8506         (dvi_document_thumbnails_get_dimensions),
8507         (dvi_document_thumbnails_get_thumbnail):
8508         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8509         (pixbuf_document_render_pixbuf),
8510         (pixbuf_document_document_iface_init),
8511         (pixbuf_document_thumbnails_get_thumbnail):
8512         
8513         Update backends to make them build with new rotation system.
8514
8515 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8516
8517         * help/C/figures/evince_start_window.png:
8518         
8519         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8520
8521 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8522
8523         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8524         * shell/ev-pixbuf-cache.h:
8525         * shell/ev-sidebar-thumbnails.c:
8526         (ev_sidebar_thumbnails_get_property), (add_range),
8527         (adjustment_changed_cb):
8528         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8529         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8530         we were thumbnailing the entire docment on startup, slowing us
8531         down hugely. 
8532
8533 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8534
8535         * shell/ev-page-cache.c: (ev_page_cache_new):
8536         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8537         == 0, fixes #310306.
8538
8539 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8540
8541         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8542         (ev_view_rotate_left):
8543
8544         Account rotation in doc_rect_to_view_rect.
8545         Ensure rotation doesnt go out of bounds.
8546
8547 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8548
8549         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8550
8551         Correct and cleanup w/h swapping
8552
8553 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8554
8555         * backend/ev-document-thumbnails.c:
8556         (ev_document_thumbnails_get_thumbnail):
8557         * backend/ev-document-thumbnails.h:
8558         * backend/ev-document.c:
8559         * backend/ev-document.h:
8560         * backend/ev-render-context.c: (ev_render_context_new),
8561         (ev_render_context_set_rotation):
8562         * backend/ev-render-context.h:
8563         * pdf/ev-poppler.cc:
8564         * ps/ps-document.c: (ps_document_document_iface_init):
8565         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8566         * shell/ev-jobs.h:
8567         * shell/ev-page-cache.c: (build_height_to_page),
8568         (ev_page_cache_new), (ev_page_cache_get_size),
8569         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8570         (ev_page_cache_get_height_to_page):
8571         * shell/ev-page-cache.h:
8572         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8573         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8574         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8575         (ev_pixbuf_cache_get_selection_pixbuf):
8576         * shell/ev-pixbuf-cache.h:
8577         * shell/ev-print-job.c: (idle_print_handler):
8578         * shell/ev-sidebar-thumbnails.c: (add_range):
8579         * shell/ev-view.c: (view_update_range_and_current_page),
8580         (get_page_y_offset), (get_page_extents),
8581         (ev_view_size_request_continuous_dual_page),
8582         (ev_view_size_request_continuous),
8583         (ev_view_size_request_dual_page),
8584         (ev_view_size_request_single_page), (draw_one_page),
8585         (ev_view_set_rotation), (ev_view_rotate_right),
8586         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8587         (ev_view_zoom_for_size_continuous_and_dual_page),
8588         (ev_view_zoom_for_size_continuous),
8589         (ev_view_zoom_for_size_dual_page),
8590         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8591         (ev_view_select_all):
8592         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8593         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8594         (tiff_document_document_iface_init),
8595         (tiff_document_thumbnails_get_thumbnail):
8596
8597         Use rotation rather than orientation. It's easier and enough
8598         for our needs.
8599
8600 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * shell/ev-page-cache.c: (build_height_to_page),
8603         (ev_page_cache_new), (ev_page_cache_get_size),
8604         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8605         (ev_page_cache_get_height_to_page):
8606         * shell/ev-page-cache.h:
8607         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8608         (ev_view_size_request_continuous_dual_page),
8609         (ev_view_size_request_continuous),
8610         (ev_view_zoom_for_size_continuous_and_dual_page),
8611         (ev_view_zoom_for_size_continuous):
8612
8613         Make the page cache aware of page orientation.
8614
8615 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8616
8617         * backend/ev-document-thumbnails.c:
8618         (ev_document_thumbnails_get_thumbnail):
8619         * backend/ev-document-thumbnails.h:
8620         * backend/ev-document.c:
8621         * backend/ev-document.h:
8622         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8623         * backend/ev-ps-exporter.h:
8624         * pdf/ev-poppler.cc:
8625         * ps/ps-document.c: (ps_document_document_iface_init),
8626         (ps_document_ps_export_do_page):
8627         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8628         * shell/ev-jobs.h:
8629         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8630         (ev_page_cache_get):
8631         * shell/ev-page-cache.h:
8632         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8633         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8634         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8635         * shell/ev-pixbuf-cache.h:
8636         * shell/ev-print-job.c: (idle_print_handler):
8637         * shell/ev-sidebar-thumbnails.c: (add_range):
8638         * shell/ev-view.c: (view_update_range_and_current_page),
8639         (get_page_extents), (ev_view_size_request_dual_page),
8640         (ev_view_size_request_single_page), (draw_one_page),
8641         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8642         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8643         (ev_view_zoom_for_size_dual_page),
8644         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8645         (ev_view_select_all):
8646         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8647         * tiff/tiff-document.c: (tiff_document_get_page_size),
8648         (tiff_document_get_orientation), (rotate_pixbuf),
8649         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8650         (tiff_document_thumbnails_get_thumbnail),
8651         (tiff_document_ps_export_do_page), (tiff_document_init):
8652
8653         Really make use of the orientation bit of the render context.
8654         Use the render context in a few more places in the backend API.
8655         This regress orientation, but now it's done right. Will try to
8656         fix it up asap...
8657
8658 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8659
8660         * shell/ev-view.c: (ensure_rectangle_is_visible):
8661
8662         Patch by Nickolay V. Shmyrev to fix find flickering
8663
8664 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8665
8666         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8667         duplex parameters to ::begin.
8668
8669         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8670         * shell/ev-print-job.c (idle_print_handler): 
8671         * ps/ps-document.c (ps_document_ps_export_begin): 
8672         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8673         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8674         implementations. Poppler backend needs poppler cvs. Rest has
8675         unchanged behavior.
8676
8677 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8678
8679         * shell/ev-window.c (using_pdf_printer): new function.
8680         (ev_window_print_range): print a less techy message if someone
8681         tries to print to PDF.
8682
8683 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8684
8685         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8686         from "unknown font" string. Bug #311431
8687
8688 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8689
8690         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8691
8692 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8693
8694         Bug #311280
8695         
8696         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8697         name for PopplerFontTypes
8698         (pdf_document_fonts_fill_model): add font type to the detail column
8699
8700         * backend/ev-document-fonts.h: added
8701         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8702
8703         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8704         font name and font details, add a little markup.
8705         (ev_properties_fonts_init): use the new cell data func, specify ypad
8706         property for the cell renderer.
8707         (ev_properties_fonts_set_document): add the details column.
8708
8709 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8710
8711         * configure.ac: Added "pl" to ALL_LINGUAS.
8712
8713 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8714
8715         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8716
8717 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8718
8719         * help/ChangeLog: Started this for translations of manual.
8720         * configure.ac, autogen.sh, .cvsignore: Migrated to
8721         gnome-doc-utils. Patch in bug #311222.
8722
8723 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8724
8725         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8726         #ifdef this away to fix an unused-function warning.
8727
8728 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8729
8730         * configure.ac: Added 'gl' to ALL_LINGUAS.
8731
8732 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8733
8734         * configure.ac: Added ne in ALL_LINGUAS
8735         
8736 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8737
8738         * shell/ev-view.c: (ev_view_leave_notify_event):
8739         
8740         Clear status message when pointer leaves view. Fix for bug
8741         #310818 
8742
8743 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8744
8745         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8746
8747 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8748
8749         * shell/ev-view.c: (ev_view_leave_notify_event),
8750         (ev_view_class_init):
8751         
8752         Set cursor to normal then leaving view.
8753
8754 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8755
8756         * configure.ac:
8757         
8758         Fix required djvulibre version.
8759
8760 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8761
8762         *configure.ac: Hindi (hi) language added
8763
8764 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8765
8766         *configure.ac: Punjabi (pa) Language added
8767
8768 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8769
8770         * data/evince-ui.xml, shell/ev-window.c:
8771         
8772         Add keypad accelerators for zooming. Fix for bug 308128.
8773
8774 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8775
8776         * Makefile.am:
8777         * backend/Makefile.am:
8778         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8779         * configure.ac:
8780         * shell/ev-document-types.c: (ev_document_types_add_filters):
8781
8782         Allow to enable/disable the pixbuf backend.
8783         Default to off for now. If we want it enabled we should
8784         really put mime types in the desktop, implement properties etc.
8785
8786         * properties/evince-properties.c:
8787
8788         Initialize error to NULL.
8789         Check error is not NULL before freeing.
8790
8791 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8792
8793         * shell/ev-window.c:
8794
8795         Use F5 as presentation accell
8796
8797 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * shell/ev-window.c: (update_chrome_visibility),
8800         (ev_window_create_fullscreen_popup), (ev_window_init):
8801
8802         Do not leak the fullscreen toolbar
8803
8804 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8805
8806         * shell/ev-window.c: (view_actions_focus_in_cb),
8807         (view_actions_focus_out_cb):
8808
8809         These has a return value! Fix totally random focus
8810         issues we was seeing.
8811
8812 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8813
8814         * shell/main.c: (load_files_remote):
8815
8816         Allow open more than one file
8817
8818 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8819
8820         * shell/main.c: (load_files_remote):
8821
8822         Fix for dbus 0.33. bug #309975
8823
8824 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8825
8826         * properties/ev-properties-main.c: (ev_properties_get_pages):
8827
8828         Actually return NULL for types we dont support
8829
8830 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8831
8832         * po/POTFILES.in:
8833
8834         Remove empty lines.
8835
8836 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8837
8838         * backend/ev-document-factory.c:
8839         (ev_document_factory_get_document):
8840
8841         Do not try to create the object if type
8842         is invalid.
8843
8844 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * ps/ps-document.c: (ps_document_dispose),
8847         (ps_async_renderer_render_pixbuf):
8848         * ps/ps-document.h:
8849
8850         Do not leak the target window
8851
8852 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8853
8854         * shell/ev-application.c: (ev_application_init):
8855
8856         Let tbe check file existence for us.
8857         Add a comment about eggrecent mime filter.
8858
8859 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8860
8861         * data/evince-ui.xml:
8862         * shell/ev-application.c: (ev_application_shutdown),
8863         (ev_application_init), (ev_application_get_toolbars_model),
8864         (ev_application_get_recent_model),
8865         (ev_application_save_toolbars_model):
8866         * shell/ev-application.h:
8867         * shell/ev-window.c: (ev_window_add_recent),
8868         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8869         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8870         (ev_window_init):
8871
8872         Use common toolbar and recent models for all windows.
8873         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8874
8875 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8876
8877         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8878         successfully check for gtk_icon_view_get_visible_range.
8879
8880 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8881
8882         * djvu/Makefile.am:
8883         * dvi/Makefile.am:
8884         
8885         Fix djvu and dvi backend build.
8886
8887 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8888
8889         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8890         (new_separator_pixbuf):
8891
8892         Don't leak windows.
8893
8894 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8895
8896         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8897
8898         HIGification of toolbar editor dialogue.
8899
8900 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8901
8902         * configure.ac:
8903         * shell/Makefile.am:
8904
8905         Ever build metadata manager since it's just
8906         disabled at runtime now.
8907
8908 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8909
8910         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8911         (ev_metadata_manager_get), (ev_metadata_manager_set):
8912         * shell/ev-metadata-manager.h:
8913
8914         Add an _init functions that enabled metadata management
8915         at runtime.
8916
8917         * shell/ev-window.c: (page_changed_cb),
8918         (setup_document_from_metadata), (ev_window_setup_document),
8919         (setup_view_from_metadata), (ev_window_open_uri),
8920         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8921         (ev_window_run_presentation), (ev_window_stop_presentation),
8922         (save_sizing_mode), (ev_window_zoom_changed_cb),
8923         (ev_window_continuous_changed_cb),
8924         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8925         (window_configure_event_cb):
8926
8927         Remove all ugly metadata define since we deal with it
8928         at runtime now.
8929
8930         * shell/main.c: (load_files_remote), (main):
8931
8932         Add support for dbus cvs head. Hopefully didnt break one
8933         of the other versions now!
8934
8935         If we dont get a response from the dbus server just
8936         give up with it and not enable metadata.
8937
8938 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8939
8940         * Makefile.am:
8941         * backend/Makefile.am:
8942         * configure.ac:
8943         * cut-n-paste/recent-files/Makefile.am:
8944         * cut-n-paste/toolbar-editor/Makefile.am:
8945         * cut-n-paste/zoom-control/Makefile.am:
8946         * lib/Makefile.am:
8947         * pdf/Makefile.am:
8948         * pixbuf/Makefile.am:
8949         * properties/Makefile.am:
8950         * ps/Makefile.am:
8951         * shell/Makefile.am:
8952         * thumbnailer/Makefile.am:
8953         * tiff/Makefile.am:
8954
8955         Make frontends depend on just libev.
8956         Rework and group CFLAGS/LIBS definitions.
8957         Cleanups.
8958
8959 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8960
8961         * shell/ev-window:
8962
8963         do not unnecessarily save zoom
8964
8965         * configure.ac:
8966         * lib/ev-file-helpers.c: (ev_dot_dir):
8967         * shell/Makefile.am:
8968         * shell/dummy.cc:
8969
8970         Some cleanups
8971
8972 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8973
8974         * configure.ac:
8975         
8976         Remove unnecessary dependencies
8977
8978 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8979
8980         * properties/Makefile.am:
8981         * thumbnailer/Makefile.am:
8982         * tiff/Makefile.am:
8983
8984         Some more cleanups. Was really necessary
8985         but I probably introduced bugs, feel free
8986         to flame :)
8987
8988 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8989
8990         * backend/Makefile.am:
8991         * configure.ac:
8992         * cut-n-paste/recent-files/Makefile.am:
8993         * cut-n-paste/toolbar-editor/Makefile.am:
8994         * cut-n-paste/zoom-control/Makefile.am:
8995         * lib/Makefile.am:
8996         * pdf/Makefile.am:
8997         * pixbuf/Makefile.am:
8998         * properties/Makefile.am:
8999         * ps/Makefile.am:
9000         * shell/Makefile.am:
9001         * thumbnailer/Makefile.am:
9002         * tiff/Makefile.am:
9003
9004         Use gnome-common macros when possible.
9005         Cleanup dependencies.
9006         Actually disable deprecated where possible.
9007
9008 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9009
9010         * Makefile.am:
9011         * backend/Makefile.am:
9012         * properties/Makefile.am:
9013         * shell/Makefile.am:
9014         * thumbnailer/Makefile.am:
9015
9016         This should solve the circular dep without
9017         requiring dir reorg!
9018
9019         * shell/ev-window.c: (setup_view_from_metadata):
9020
9021         Never restore window size/position when the
9022         window is already visible.
9023
9024 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9025
9026         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9027
9028         Return a boolean from timeout func. Fix ported from gedit.
9029
9030 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9031
9032         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9033
9034 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9035
9036         * shell/ev-document-types.c: set "All Documents" as default filter in
9037         open dialog
9038
9039 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9040
9041         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9042         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9043         (ev_metadata_manager_set_boolean): fix value/val thinko.
9044
9045 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9046
9047         * shell/ev-window.c: (setup_view_from_metadata),
9048         (window_state_event_cb), (window_configure_event_cb),
9049         (ev_window_init):
9050
9051         Remember window position and maximized state
9052
9053 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9054
9055         * configure.ac:
9056
9057         Fix DBUS configure checks.
9058
9059         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9060         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9061         (ev_metadata_manager_set_boolean):
9062
9063         Plug mem leaks.
9064
9065         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9066         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9067         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9068         (ev_window_continuous_changed_cb),
9069         (ev_window_dual_mode_changed_cb), (ev_window_new):
9070
9071         Fix the build without DBUS.
9072
9073 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9074
9075         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9076         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9077         (ev_metadata_manager_set_string),
9078         (ev_metadata_manager_set_boolean):
9079         * shell/ev-metadata-manager.h:
9080
9081         Add support for some more types
9082
9083         * shell/ev-view.c: (scroll_to_current_page),
9084         (ev_view_get_continuous), (ev_view_set_continuous),
9085         (ev_view_get_dual_page):
9086         * shell/ev-view.h:
9087         * shell/ev-window.c: (page_changed_cb),
9088         (setup_document_from_metadata), (ev_window_setup_document),
9089         (setup_view_from_metadata), (ev_window_open_uri),
9090         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9091         (ev_window_run_presentation), (ev_window_stop_presentation),
9092         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9093         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9094         (ev_window_update_dual_page_action),
9095         (ev_window_continuous_changed_cb),
9096         (ev_window_dual_mode_changed_cb), (ev_window_init):
9097
9098         Remember a bunch of view/document properties. Prolly some
9099         are still missing but it's getting interesting.
9100
9101 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9102
9103         * configure.ac: check if dbus-binding-tool is installed. Not the
9104         case on current Ubuntu breezy, it seems.
9105
9106 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9107
9108         * data/evince.desktop.in.in:
9109         
9110         Allow open uri lists and add TryExec field.
9111
9112 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9113
9114         * configure.ac:
9115
9116         Enable dbus when available, do not require a configure
9117         option.
9118
9119 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9120
9121         * configure.ac:
9122
9123         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9124         disabled.
9125
9126 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9127         Marco Pesenti Gritti  <mpg@redhat.com>
9128
9129         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9130         
9131         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9132         functions to the format required by dbus
9133
9134         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9135         errors. Use the RPC parameters in the expected way
9136
9137 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9138
9139         * Makefile.am:
9140         * properties/Makefile.am:
9141         * properties/ev-properties-main.c: (ev_properties_get_pages):
9142
9143         Support all mime types
9144
9145         * shell/Makefile.am:
9146         * thumbnailer/Makefile.am:
9147         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9148         (evince_thumbnail_pngenc_get):
9149
9150         Use the document factory
9151
9152 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9153
9154         * backend/Makefile.am:
9155         * backend/ev-document-factory.c:
9156         (mime_type_supported_by_gdk_pixbuf),
9157         (ev_document_type_get_from_mime),
9158         (ev_document_factory_get_document),
9159         (ev_document_factory_get_backend),
9160         (ev_document_factory_get_mime_types),
9161         (ev_document_factory_get_all_mime_types):
9162         * backend/ev-document-factory.h:
9163         * shell/Makefile.am:
9164         * shell/ev-document-types.c: (get_document_from_uri),
9165         (ev_document_types_get_document),
9166         (file_filter_add_mime_list_and_free),
9167         (ev_document_types_add_filters):
9168         * shell/ev-document-types.h:
9169         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9170         * shell/ev-properties-dialog.c:
9171         (ev_properties_dialog_set_document):
9172         * shell/ev-window.c: (ev_window_cmd_file_open),
9173         (ev_window_cmd_save_as):
9174         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9175
9176         Rework document types managing to avoid code duplication
9177         and actually abstract from backend implementations.
9178         Also provide a minimal factory api that can be used by
9179         thumbnailer/properties.
9180
9181 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9182
9183         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9184         Plug a mem leak.
9185         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9186         HIG spacings.
9187
9188 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9189
9190         * shell/ev-properties-dialog.c
9191         (ev_properties_dialog_set_document): only call
9192         ev_properties_fonts_set_document() if the document implements the
9193         fonts interface
9194
9195 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9196
9197         * configure.ac:
9198         * properties/Makefile.am:
9199         * properties/ev-properties-view.c:
9200         (ev_properties_view_register_type):
9201         * properties/ev-properties-view.h:
9202         * properties/ev-properties-main.h:
9203
9204         Implement nautilus plugin for properties.
9205         Works only for pdf atm, I need to rework the
9206         document types stuff to get this to work
9207         for all backends...
9208
9209 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9210
9211         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9212         (ev_properties_fonts_set_document): use
9213         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9214
9215 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9216
9217         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9218         them
9219         (PlaceImage, tiff2ps_process_page): use
9220         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9221
9222
9223 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9224
9225         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9226         (main): to call gnome_authentication_manager_init. Should fix
9227         Bug #308510
9228
9229         * configure.ac: that requires libgnomeui 2.6.0.
9230
9231 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9232
9233         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9234         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9235         use the new tiff2ps interfaces
9236
9237         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9238         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9239
9240         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9241         structure instead of global variables.  Remove use of static
9242         variables in functions.
9243
9244 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9245
9246         * shell/ev-page-action.c: unref the completion after setting it to the
9247         entry
9248
9249 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9250
9251         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9252         postscript files
9253
9254 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9255
9256         * shell/ev-window.c (update_action_sensitivity): disable
9257         File->Print if the document does not implement the ps exporter
9258         interface
9259
9260 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9261
9262         * Makefile.am:
9263         * configure.ac:
9264         * data/evince-properties.glade:
9265         * properties/.cvsignore:
9266         * properties/Makefile.am:
9267         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9268         (ev_properties_view_class_init), (ev_properties_view_format_date),
9269         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9270         (ev_properties_view_init), (ev_properties_view_new):
9271         * properties/ev-properties-view.h:
9272         * shell/Makefile.am:
9273         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9274         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9275         (ev_properties_dialog_new):
9276         * shell/ev-properties-dialog.h:
9277         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9278         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9279         (update_progress_label), (job_fonts_finished_cb),
9280         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9281         * shell/ev-properties-fonts.h:
9282         * shell/ev-properties.c:
9283         * shell/ev-properties.h:
9284         * shell/ev-window.c: (ev_window_setup_document),
9285         (ev_window_cmd_file_properties):
9286
9287         Split the properties pages in two different objects, depend
9288         only on the backend where possible, use widgets instead
9289         of gobject for the glade part, reimplement the dialog
9290         itself with gtk.
9291         I need this to implement nautilus properties page.
9292
9293 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9294
9295         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9296         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9297         (tiff_document_document_ps_exporter_iface_init): implement the ps
9298         exporter interface for tiff documents
9299
9300         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9301         libtiff to implement TIFF postscript export
9302
9303         * tiff/tiff2ps.h: added a header file for external tiff2ps
9304         functions.
9305
9306         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9307         tiff2ps.h
9308
9309 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9310
9311         * shell/ev-view.c: (scroll_to_current_page),
9312         (ev_view_set_fullscreen), (ev_view_set_presentation):
9313         
9314         Scroll to current page when exit from presentation
9315
9316 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9317
9318         * shell/ev-window.c: (update_document_mode),
9319         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9320         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9321         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9322         
9323         Exit from fullscreen mode when switch to presentation. Fix for
9324         bug 309365
9325
9326 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9327
9328         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9329         return NULL if the document does not implement the selection
9330         interface.
9331
9332 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9333
9334         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9335         reported height by using the resolution aspect ratio
9336         (tiff_document_render_pixbuf): scale the pixbuf using the
9337         resolution aspect ratio
9338
9339 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9340
9341         * configure.ac:
9342         
9343         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9344         <kiltedaco@gmail.com>
9345         
9346         * djvu/djvu-document.c: (djvu_document_get_orientation),
9347         (djvu_document_set_orientation), (djvu_document_get_page_size),
9348         (rotate_pixbuf), (djvu_document_render_pixbuf),
9349         (djvu_document_document_iface_init):
9350         * dvi/dvi-document.c: (dvi_document_get_orientation),
9351         (dvi_document_set_orientation), (dvi_document_get_page_size),
9352         (rotate_pixbuf), (dvi_document_render_pixbuf),
9353         (dvi_document_document_iface_init):
9354         
9355         Dvi and djvu backends are ported to new API
9356
9357 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9358
9359         * backend/ev-selection.c: (ev_selection_get_selection_region),
9360         (ev_selection_get_selection_map):
9361         * backend/ev-selection.h:
9362         * pdf/ev-poppler.cc:
9363         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9364         * shell/ev-jobs.h:
9365         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9366         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9367         (ev_pixbuf_cache_get_text_mapping):
9368         * shell/ev-pixbuf-cache.h:
9369         * shell/ev-view.c: (location_in_text),
9370         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9371         support to EvView.  Now we can see where we can select!  Sweet!
9372
9373 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9374
9375         * shell/ev-view.c (ev_view_button_press_event): Fix
9376         event->y + view->scroll_x typo.
9377
9378 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9379
9380         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9381         sub-GdkPixbuf instead of passing dest_x and dest_y.
9382         
9383         * shell/ev-view.c: (view_point_to_doc_point),
9384         (view_rect_to_doc_rect), (ev_view_button_press_event),
9385         (ev_view_motion_notify_event), (compute_new_selection_rect),
9386         (gdk_rectangle_point_in), (compute_new_selection_text),
9387         (compute_selections): Update selection code to keep the selection
9388         around as two points and not as a normalized rectangle, and fix
9389         page level selection in two-column mode.
9390
9391 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9392
9393         * shell/ev-window.c: (window_configure_event_cb): 
9394         
9395         Fix compilation
9396         
9397 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9398
9399         * pdf/ev-poppler.cc:
9400
9401         Fix compilation
9402
9403 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9404
9405         * shell/Makefile.am:
9406         * shell/ev-metadata-manager.c: (item_free),
9407         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9408         (parse_value), (parseItem), (load_values),
9409         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9410         (save_values), (save_item), (get_oldest), (resize_items),
9411         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9412         * shell/ev-metadata-manager.h:
9413
9414         Metadata manager from gedit but modified to use GValue, so that
9415         we dont need to keep converting from strings.
9416
9417         * configure.ac:
9418
9419         ENABLE_METADATA conditional, on when dbus is on
9420
9421         * shell/ev-application.c: (ev_application_open_uri):
9422
9423         Show the window after load so that we can initialize
9424         window size before it's showed.
9425
9426         * shell/ev-window.c: (ev_window_setup_from_metadata),
9427         (ev_window_open_uri), (window_configure_event_cb),
9428         (ev_window_init):
9429
9430         Save and load metadata information about window size.
9431         Not yet keeping states in account.
9432
9433         * shell/main.c: (main):
9434
9435         Shutdown metadata manager.
9436
9437 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9438
9439         * shell/ev-application-service.xml:
9440         * configure.ac:
9441         * shell/Makefile.am:
9442         * shell/ev-application.c:
9443         * shell/ev-application.h:
9444         * shell/ev-window.c:
9445         * shell/ev-window.h:
9446         * shell/main.c:
9447
9448         Add an optional dbus interface (--enable-dbus).
9449         Rework application code, mainly to be easier to
9450         use "remotely".
9451         Do not open multiple windows with the same document,
9452         spatial evince!
9453
9454 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9455
9456         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9457         pixbuf iff it exists.
9458
9459 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9460
9461         * shell/*:
9462         * backend/ev-render-context.[ch]:
9463         * backend/ev-selection.[ch]:
9464
9465         Massive changes.  We now support text selection of pdfs, and not
9466         just rectangular selection.  This is pretty broken still, but I
9467         want to get something into CVS.
9468
9469 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9470
9471         * pdf/ev-poppler.cc:
9472         
9473         Fix for Bug 309080: crash on window close.
9474         
9475         * shell/ev-page-action.c: (page_changed_cb):
9476         
9477         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9478         jensgr@gmx.net (Jens Granseuer).
9479
9480 2005-06-25  Marcel Telka  <marcel@telka.sk>
9481
9482         * configure.in (ALL_LINGUAS): Added sk.
9483
9484 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9485
9486         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9487         not a document open
9488
9489 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9490
9491         * NEWS:
9492         * configure.ac:
9493
9494         Release 0.3.2
9495
9496         * cut-n-paste/recent-files/Makefile.am:
9497
9498         Fix make distcheck
9499
9500 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9501
9502         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9503         (pixbuf_document_set_orientation), (rotate_pixbuf),
9504         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9505         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9506
9507         Implement rotation and cleanup the code a bit.
9508
9509         * tiff/tiff-document.c: (tiff_document_get_page_size),
9510         (tiff_document_get_orientation), (tiff_document_set_orientation),
9511         (rotate_pixbuf), (tiff_document_render_pixbuf),
9512         (tiff_document_document_iface_init), (tiff_document_init):
9513
9514         Implement rotation. Was the quicker solution for the release
9515         but we really need to share this code in the shell.
9516
9517 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9518
9519         * pdf/ev-poppler.cc:
9520
9521         Enable rotation, require poppler cvs. Fix a leak.
9522
9523 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9524
9525         * shell/ev-window.c: (update_action_sensitivity):
9526         
9527         Make properties unsensitive if document backend doesn't provide
9528         any info
9529
9530 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9531
9532         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9533         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9534         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9535         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9536         (bitmap_flip_rotate_counter_clockwise):
9537         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9538         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9539         (buff_gets):
9540         * dvi/mdvi-lib/common.h:
9541         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9542         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9543         (opendvi), (mdvi_reload), (mdvi_init_context),
9544         (mdvi_destroy_context), (mdvi_dopage), (special):
9545         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9546         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9547         (file_hash_free), (register_encoding), (parse_spec),
9548         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9549         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9550         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9551         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9552         (mdvi_register_font_type), (mdvi_unregister_font_type),
9553         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9554         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9555         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9556         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9557         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9558         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9559         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9560         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9561         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9562         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9563         (mdvi_unregister_special), (mdvi_flush_specials):
9564         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9565         (t1_font_remove):
9566         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9567         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9568         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9569         (free_font_metrics), (flush_font_metrics):
9570         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9571         (tt_font_remove):
9572         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9573         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9574         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9575         (dstring_insert), (dstring_new), (dstring_reset):
9576         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9577         
9578         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9579         avoid conflict with libtool on FC4
9580         
9581         * shell/ev-window.c: (ev_window_cmd_help_about):
9582         
9583         Update copyright year. Fix for bug 308828.
9584
9585 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9586
9587         * shell/ev-view.c: (add_scroll_binding_keypad),
9588         (ev_view_binding_activated), (ev_view_class_init),
9589         (on_adjustment_value_changed):
9590         
9591         Bug 170874: Arrow keys switch pages in presentation mode
9592
9593 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9594
9595         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9596         
9597         Fix for Bug 308265: Sidebar dissappears coming out of 
9598         Presentation mode
9599
9600 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9601
9602         * shell/ev-application.c: (ev_application_open):
9603         * shell/ev-document-types.c: (ev_document_types_add_filters),
9604         (ev_document_types_add_filters_for_type):
9605         * shell/ev-document-types.h:
9606         * shell/ev-window.c: (ev_window_cmd_save_as):
9607         
9608         Suggest basename as template when saving, provide filters
9609         for save dialog. It's bug 308402
9610
9611 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9612
9613         * pdf/ev-poppler.cc:
9614         * shell/ev-sidebar-links.c: (job_finished_callback):
9615         * shell/ev-view.c: (update_find_status_message):
9616         
9617         Some leaks fixed
9618
9619 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9620
9621         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9622         (egg_recent_view_uimanager_set_list):
9623
9624         Fix buglet in !show_numbers case.
9625
9626 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9627
9628         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9629         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9630
9631         Use pango ellipsisation.
9632
9633         * pdf/ev-poppler.cc:
9634
9635         Fix refcount leak, from nsh.
9636
9637 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9638
9639         * cut-n-paste/recent-files/Makefile.am:
9640         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9641         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9642         
9643         Removed EggRecentViewGtk
9644         
9645         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9646         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9647         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9648         (ev_window_setup_recent):
9649         
9650         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9651         with other projects
9652
9653 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9654
9655         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9656         (egg_recent_view_gtk_finalize):
9657
9658         Fix memory leak
9659
9660         * cut-n-paste/toolbar-editor/Makefile.am:
9661         
9662         Fix location of cursor icon.
9663         
9664         * pdf/ev-poppler.cc:
9665         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9666         (display_completion_text), (match_completion):
9667         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9668         (selection_changed_callback), (create_loading_model),
9669         (print_section_cb), (links_page_num_func),
9670         (update_page_callback_foreach):
9671         * shell/ev-window.c: (ev_window_dispose):
9672         
9673         Small memory fixes. Links model now store objects instead
9674         of pointers to improve memory management. 
9675
9676 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9677
9678         * shell/ev-window.c: (zoom_control_changed_cb):
9679         
9680         Fix update of zoom control (bug 308268).
9681
9682 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9683
9684         * shell/ev-properties.c (set_property): escape the text correctly.
9685         Handles non-UTF-8 properties and escaped properties.  Also, sets
9686         the text to "<i>None</i>" if the property isn't set.
9687
9688         * data/evince-properties.glade: Change the label to be ellipsized,
9689         and give it a minimum size.
9690
9691 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9692
9693         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9694         * shell/ev-sidebar-links.c: (create_loading_model):
9695         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9696         * shell/ev-view.c: (ev_view_set_document):
9697         * shell/ev-window.c: (ev_window_dispose):
9698         
9699         Various small fixes, mostly memory leaks. Thanks to valgrind.
9700
9701 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9702
9703         * ps/ps-document.c: remove the locale.h include again ;-). And
9704         kill the (bogus) setlocale/savelocale business.
9705
9706 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9707
9708         * ps/ps-document.c:
9709         
9710         Include locale.h to fix build
9711         
9712         * shell/ev-sidebar.c:
9713         
9714         Remove unnecessary includes
9715
9716 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9717
9718         * dvi/dvi-document.c: (dvi_document_load):
9719         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9720         * po/POTFILES.in:
9721         
9722         Check for incorrect dvi files. Fix parsing dvi on AMD64
9723         platform. Thanks to tester@tester.ca (Olivier Crete).
9724
9725 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9726
9727         * shell/ev-page-action.c: (match_selected_cb),
9728         (display_completion_text), (match_completion), (update_model):
9729         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9730         (expand_open_links):
9731         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9732         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9733         (ev_sidebar_set_document):
9734         * shell/ev-window.c: (ev_window_xfer_job_cb),
9735         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9736         
9737         Fixed lot's of memory leaks, for example, memory leak on reload, 
9738         described in bug 307793.
9739
9740 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9741
9742         * pdf/ev-poppler.cc:
9743         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9744         (update_visible_range), (adjustment_changed_cb),
9745         (ev_sidebar_thumbnails_fill_model),
9746         (ev_sidebar_thumbnails_refresh),
9747         (ev_sidebar_tree_selection_changed),
9748         (ev_sidebar_icon_selection_changed),
9749         (ev_sidebar_thumbnails_use_icon_view),
9750         (ev_sidebar_thumbnails_set_document):
9751         * shell/ev-sidebar-thumbnails.h:
9752         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9753         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9754
9755         Refresh thumbnails when changing orientation. Not fully
9756         working yet becuase of a sidebar bug.
9757
9758         Set page orientation to poppler page everywhere. This sucks
9759         really need to fix poppler.
9760
9761 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9762
9763         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9764         (egg_recent_view_gtk_new_menu_item),
9765         (egg_recent_view_gtk_set_property),
9766         (egg_recent_view_gtk_get_property),
9767         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9768         (egg_recent_view_gtk_set_tooltip_func),
9769         (egg_recent_view_gtk_set_label_width),
9770         (egg_recent_view_gtk_get_label_width):
9771         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9772
9773         Sync with libegg (ellipsize labels)
9774
9775 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9776
9777         * data/evince-ui.xml:
9778         * shell/ev-window.c: (ev_window_cmd_go_forward),
9779         (ev_window_cmd_go_backward):
9780         
9781         Shift + PageUp moves 10 Pages. Fix for 306125
9782
9783 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9784
9785         * pdf/ev-poppler.cc:
9786
9787         Add a flag to check if orientation has been overriden
9788
9789 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9790
9791         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9792         field if necessary.
9793
9794         * ps/ps.h: add creator field to document.
9795
9796         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9797         set creator field.
9798
9799 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9800
9801         * data/evince-properties.glade:
9802         * shell/ev-properties.c: (ev_properties_set_document):
9803
9804         s/PDF Version/Format
9805
9806 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9807
9808         * shell/ev-properties.c: (ev_properties_set_document):
9809
9810         Remove unnecessary translations
9811
9812 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9813
9814         * cut-n-paste/toolbar-editor/Makefile.am:
9815
9816         Correct library name    
9817
9818 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9819
9820         * configure.ac:
9821         * cut-n-paste/recent-files/egg-recent-model.c:
9822         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9823         (egg_recent_model_unlock_file):
9824         * cut-n-paste/recent-files/egg-recent-util.c:
9825         (egg_recent_util_get_unique_id):
9826         * cut-n-paste/recent-files/update-from-egg.sh:
9827         * cut-n-paste/toolbar-editor/Makefile.am:
9828         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9829         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9830         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9831         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9832         (egg_toolbars_model_get_type):
9833         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9834
9835         Better makefile for toolbar editor and update everything
9836         to latest libegg.
9837
9838 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9839
9840         * shell/ev-window.c: (update_document_mode):
9841
9842         Prefer presentation mode when the document
9843         require fullscreen.
9844
9845 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9846
9847         * data/evince-ui.xml:
9848         * shell/ev-window.c:
9849
9850         Add control-equal for zooming
9851
9852 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9853
9854         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9855
9856 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9857
9858         * backend/ev-document.c: (ev_document_get_orientation):
9859         * backend/ev-document.h:
9860         * pdf/ev-poppler.cc:
9861         * ps/ps-document.c: (ps_document_get_orientation),
9862         (ps_document_set_orientation), (ps_document_document_iface_init):
9863
9864         Add a get_orientation api. Improve set_orientation.
9865
9866         * data/evince-ui.xml:
9867         * shell/ev-view.c: (ev_view_set_orientation),
9868         (ev_view_rotate_right), (ev_view_rotate_left):
9869         * shell/ev-view.h:
9870         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9871         (ev_window_cmd_edit_rotate_right):
9872
9873         Better ui for changing document orientation
9874
9875 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9876
9877         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9878         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9879         * shell/ev-sidebar-links.h:
9880         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9881         (ev_sidebar_page_iface_init):
9882         * shell/ev-sidebar-page.h:
9883         * shell/ev-sidebar-thumbnails.c:
9884         (ev_sidebar_thumbnails_get_property),
9885         (ev_sidebar_thumbnails_class_init),
9886         (ev_sidebar_thumbnails_set_document):
9887         * shell/ev-sidebar-thumbnails.h:
9888         * shell/ev-view.c: (ev_view_motion_notify_event):
9889         * shell/ev-window.c: (update_chrome_visibility),
9890         (ev_window_cmd_focus_page_selector),
9891         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9892         (sidebar_page_main_widget_update_cb), (ev_window_init):
9893         
9894         Autoraise toolbar on GoToPage binding and fix bindings in
9895         EvSidebarThumbnails page.
9896
9897 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9898
9899         * shell/ev-properties.c: (update_progress_label):
9900
9901         Hide the progress label when finished; bug #307697.
9902
9903 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9904
9905         * pdf/ev-poppler.cc:
9906
9907         Enable is_open for links, you will need poppler cvs
9908
9909         * shell/ev-properties.c: (job_fonts_finished_cb):
9910
9911         Get a lock on the document when filling the tree view
9912
9913 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9914
9915         * backend/ev-document-links.h:
9916         * pdf/ev-poppler.cc:
9917         * shell/ev-sidebar-links.c: (create_loading_model),
9918         (expand_open_links), (job_finished_callback):
9919
9920         Expand links when specified by the document.
9921         Depend on a poppler api (defined out for now)
9922
9923 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9924
9925         * shell/ev-properties.c: (ev_properties_dispose),
9926         (ev_properties_class_init), (dialog_destroy_cb),
9927         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9928         (ev_properties_set_document), (ev_properties_new),
9929         (ev_properties_show):
9930         * shell/ev-properties.h:
9931
9932         Make it an object, cleanup the code, api to show it as transient
9933         and to set the document.
9934
9935         * shell/ev-window.c: (ev_window_setup_document),
9936         (ev_window_cmd_file_properties):
9937
9938         Adapt to EvProperties changes, do not show multiple
9939         times, update it when document changes.
9940
9941 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9942
9943         * ps/gstypes.h:
9944         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9945         (ps_document_set_orientation), (ps_document_document_iface_init):
9946         * ps/ps-document.h:
9947
9948         Implement orientation here too
9949
9950         * shell/ev-properties.c: (ev_properties_new):
9951         * data/evince-properties.glade:
9952
9953         Hide the fonts page for backends that doesnt
9954         support it.     
9955
9956 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9957
9958         * backend/ev-document.c: (ev_document_set_orientation):
9959         * backend/ev-document.h:
9960         * pdf/ev-poppler.cc:
9961
9962         Add orientation api. Currently poppler api is not optimal,
9963         we need to set orientation every time we _get a page.
9964         I will try to fix that at some point.
9965
9966         * data/evince-ui.xml:
9967         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9968         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9969
9970         Add orientation menu items
9971
9972         * shell/ev-page-cache.c: (ev_page_cache_clear):
9973         * shell/ev-page-cache.h:
9974
9975         Add api to clear the cache
9976
9977         * shell/ev-view.c: (setup_caches), (clear_caches),
9978         (ev_view_set_document), (ev_view_zoom_out),
9979         (ev_view_set_orientation):
9980         * shell/ev-view.h:
9981
9982         Implement orientation changing
9983
9984 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9985
9986         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9987         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9988         * backend/ev-document-fonts.h:
9989
9990         Separate scan and fill so that we can incrementally fill from
9991         the main thread. Add a progress api.
9992
9993         * data/evince-properties.glade:
9994         * pdf/ev-poppler.cc:
9995         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9996         * shell/ev-jobs.h:
9997         * shell/ev-properties.c: (update_progress_label),
9998         (job_fonts_finished_cb), (setup_fonts_view):
9999
10000         Incrementally feel the list and show the progress
10001         percentage in a label like acrobat does.
10002
10003         You are going to need poppler cvs
10004
10005 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10006
10007         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10008         * backend/ev-document-fonts.h:
10009         * pdf/ev-poppler.cc:
10010
10011         Make fonts model fill incrementally.
10012
10013         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10014         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10015         (ev_job_queue_remove_job):
10016         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10017         (ev_job_fonts_new), (ev_job_fonts_run):
10018         * shell/ev-jobs.h:
10019
10020         New job for fonts scanning
10021
10022         * shell/ev-properties.c: (job_fonts_finished_cb),
10023         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10024         * shell/ev-properties.h:
10025         * shell/ev-window.c: (ev_window_cmd_file_properties):
10026
10027         Incrementally feel the treeview using the new job. Show Loading...
10028         message until scanning is completed.
10029
10030         Hopefully I didnt break the build without the poppler patch.
10031
10032 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10033
10034         * shell/ev-application.c: (ev_application_open):
10035         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10036         (ev_document_type_get_type), (ev_document_type_lookup):
10037         * shell/ev-document-types.h:
10038         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10039         * shell/ev-job-xfer.h:
10040         * shell/ev-window.c: (ev_window_clear_local_uri),
10041         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10042         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10043         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10044         
10045         Transfer remote documents to tmp directory to display them later.
10046
10047 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10048
10049         * backend/ev-document-info.h:
10050         * shell/ev-properties.c: (ev_properties_new):
10051
10052         s/GTime*/GTime. Not sure why we was using a pointer
10053         at all there!
10054
10055 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10056
10057         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10058         situations.  That situation is that you're using GTK+-HEAD with
10059         the patch at #306726 is applied, and you have a document with <
10060         1500 pages in it.  It's not quite as uniformly nice as the
10061         TreeView, but should be better in the long run.
10062
10063         I'm pretty sure I guarded against breaking compilation with
10064         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10065         I missed some.
10066
10067         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10068         widget yet, so I commented that code out
10069         enable_view_actions_for_widget() for now.  Need to figure this
10070         out.
10071
10072         * shell/ev-page-action.c (match_selected_cb): emit the right
10073         signals.  Our cool C-l completion now works.
10074
10075 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10076
10077         * backend/Makefile.am:
10078         * backend/ev-document-fonts.c:
10079         * backend/ev-document-links.c:
10080         * backend/ev-document.c: (ev_document_load):
10081         * backend/ev-document.h:
10082         * backend/ev-job-queue.c:
10083         * backend/ev-job-queue.h:
10084         * backend/ev-jobs.c:
10085         * backend/ev-jobs.h:
10086         * backend/ev-page-cache.c:
10087         * backend/ev-page-cache.h:
10088
10089         EvPageCache and EvJobs are moved to shell.
10090
10091         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10092         (ev_tmp_filename):
10093         * lib/ev-file-helpers.h:
10094         
10095         New helper to work with temporary files
10096         
10097         * shell/Makefile.am:
10098         * shell/ev-application.c: (ev_application_open):
10099         * shell/ev-application.h:
10100         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10101         (remove_job_from_async_queue), (add_job_to_async_queue),
10102         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10103         (handle_job), (search_for_jobs_unlocked),
10104         (no_jobs_available_unlocked), (ev_render_thread),
10105         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10106         (ev_job_queue_add_job), (move_job_async), (move_job),
10107         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10108         * shell/ev-job-queue.h:
10109         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10110         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10111         * shell/ev-job-xfer.h:
10112         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10113         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10114         (ev_job_links_class_init), (ev_job_render_init),
10115         (ev_job_render_dispose), (ev_job_render_class_init),
10116         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10117         (ev_job_thumbnail_class_init), (ev_job_load_init),
10118         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10119         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10120         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10121         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10122         * shell/ev-jobs.h:
10123         * shell/ev-page-action.c: (ev_page_action_set_document):
10124         * shell/ev-page-cache.c: (ev_page_cache_init),
10125         (ev_page_cache_class_init), (ev_page_cache_finalize),
10126         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10127         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10128         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10129         (ev_page_cache_get_title), (ev_page_cache_get_size),
10130         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10131         (ev_page_cache_get_height_to_page),
10132         (ev_page_cache_get_max_label_chars),
10133         (ev_page_cache_get_page_label),
10134         (ev_page_cache_has_nonnumeric_page_labels),
10135         (ev_page_cache_get_info), (ev_page_cache_next_page),
10136         (ev_page_cache_prev_page), (ev_page_cache_get):
10137         * shell/ev-page-cache.h:
10138         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10139         (ev_pixbuf_cache_clear_job_sizes),
10140         (ev_pixbuf_cache_add_jobs_if_needed),
10141         (ev_pixbuf_cache_set_page_range):
10142         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10143         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10144         * shell/ev-sidebar-thumbnails.c:
10145         (ev_sidebar_tree_selection_changed),
10146         (ev_sidebar_thumbnails_set_document):
10147         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10148         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10149         (ev_statusbar_get_context_id), (ev_statusbar_push),
10150         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10151         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10152         (ev_statusbar_set_progress):
10153         * shell/ev-statusbar.h:
10154         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10155         (ev_view_find_previous):
10156         * shell/ev-window.c: (ev_window_is_empty),
10157         (ev_window_setup_document), (password_dialog_response),
10158         (ev_window_clear_jobs), (ev_window_load_job_cb),
10159         (ev_window_xfer_job_cb), (ev_window_open_uri),
10160         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10161         (ev_window_print), (ev_window_print_range),
10162         (ev_window_state_event), (ev_window_cmd_view_reload),
10163         (menu_item_select_cb), (menu_item_deselect_cb),
10164         (view_status_changed_cb), (ev_window_dispose),
10165         (drag_data_received_cb), (ev_window_init):
10166         * shell/ev-window.h:
10167         * shell/main.c: (load_files):
10168         
10169         New statusbar to show progress on idle. Two new jobs - 
10170         xfer job and load job to load document in background. And update
10171         of page_cache clients to new location of code.
10172
10173 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10174
10175         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10176         selection in open dialog. It also remembers the last visited directory 
10177         in the current session.
10178
10179 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10180
10181         * shell/ev-properties.c: (ev_properties_new):
10182         * shell/ev-properties.h:
10183         * shell/ev-window.c: (ev_window_cmd_file_properties):
10184         
10185         Get document info from page cache instead of document itself.
10186         This should fix crash related to race conditions described in
10187         bug 306545.
10188
10189 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10190
10191         * ps/ps-document.c: (ps_document_init),
10192         (send_ps), (get_page_box), (output), (catchPipe), (input),
10193         (stop_interpreter), (file_length), (file_readable),
10194         (check_filecompressedb), (ps_document_enable_interpreter),
10195         (document_load), (ps_async_renderer_render_pixbuf):
10196         * ps/ps-document.h:
10197
10198         Big cleanup of the ps code
10199
10200 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10201
10202         * backend/Makefile.am:
10203         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10204         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10205         * backend/ev-async-renderer.h:
10206
10207         Add an async renderer interface (method + callback) which
10208         is useful for backends like ps.
10209
10210         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10211         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10212         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10213         (ev_job_queue_add_job), (move_job_async), (move_job),
10214         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10215
10216         Add queues for async renderer, these are executed on the
10217         main thread.
10218
10219         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10220         (ev_job_render_run):
10221         * backend/ev-jobs.h:
10222
10223         If the backend support async renderer interface use it.
10224
10225         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10226         (setup_pixmap), (ps_document_get_type),
10227         (ps_async_renderer_render_pixbuf),
10228         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10229
10230         Implement async renderer interface.
10231
10232 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10233
10234         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10235
10236         Cleanup links job on exit.
10237
10238 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10239
10240         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10241         (drag_data_get_cb), (drag_data_received_cb):
10242         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10243         (drag_data_get_cb), (parse_item_list),
10244         (egg_toolbar_editor_load_actions):
10245         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10246         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10247         (parse_item_list), (parse_toolbars):
10248         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10249         (dvi_pixbuf_put_pixel):
10250         
10251         Fix gcc 4.0 warnings
10252
10253 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10254
10255         * ps/ps-document.c: (start_interpreter):
10256
10257         Fix warning when loading ps
10258
10259 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10260
10261         * ps/ps-document.c: (output):
10262
10263         Fix crash when priting gs error messages.
10264
10265 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10266
10267         * backend/ev-page-cache.c: (_ev_page_cache_new):
10268         * backend/ev-page-cache.h:
10269
10270         Use a const to return title so that we dont double
10271         free it. Small cleanup and fix a leak.
10272
10273         * shell/ev-window.c: (update_window_title):
10274
10275         strdup value from get_title.
10276
10277 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10278
10279         * shell/ev-sidebar-links.c: (job_finished_callback),
10280         (ev_sidebar_links_set_document):
10281
10282         Cleanup the old job when changing document
10283
10284 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10285
10286         * shell/ev-stock-icons.c:
10287         * shell/ev-stock-icons.h:
10288         * shell/ev-window.c:
10289         
10290         Add stock icons for actions that can appear in toolbar. Fix for
10291         bug 306566.
10292
10293 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10294
10295         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10296         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10297         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10298         * backend/ev-page-cache.h:
10299         * shell/ev-view.c: (scroll_to_current_page),
10300         (view_update_range_and_current_page), (get_page_y_offset),
10301         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10302         (ev_view_size_request_continuous),
10303         (ev_view_zoom_for_size_continuous_and_dual_page),
10304         (ev_view_zoom_for_size_continuous):
10305         
10306         More compact EvView layout in document with pages of different size.
10307
10308 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10309
10310         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10311         compilation.
10312
10313 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10314
10315         * shell/ev-view.c: (view_set_adjustment_values):
10316         * shell/ev-window.c: (ev_window_cmd_file_properties):
10317         
10318         A bit different fix for rounding problem but it has no
10319         problems on startup. Make properties window transient to parent.
10320
10321 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10322
10323         * pdf/ev-poppler.cc:
10324         
10325         More commenting of font stuff.
10326
10327 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10328
10329         * pdf/ev-poppler.cc:
10330
10331         Comment out some more fonts stuff. Should really
10332         work without the poppler patch now.
10333
10334 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10335
10336         * pdf/ev-poppler.cc:
10337
10338         Adapt to api change
10339
10340 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10341
10342         * data/evince-properties.glade:
10343         * pdf/ev-poppler.cc:
10344         * shell/ev-properties.c: (setup_fonts_view):
10345
10346         Set the column title. Show the dialog only
10347         once everything is setup.
10348         Getting font info can be very slow... will
10349         prolly need to make this threaded too.
10350
10351 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10352
10353         * backend/Makefile.am:
10354         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10355         (ev_document_fonts_get_fonts_model):
10356         * backend/ev-document-fonts.h:
10357         * data/evince-properties.glade:
10358         * pdf/ev-poppler.cc:
10359         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10360         * shell/ev-properties.h:
10361         * shell/ev-window.c: (ev_window_cmd_file_properties):
10362
10363         Implement fonts list. Defined out for now, since it depends
10364         on a not yet committed poppler patch.
10365
10366 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10367
10368         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10369         page + 1.
10370
10371         * shell/ev-window.c: Make sure we add the timeout when we get a
10372         focus-in event.
10373
10374         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10375         adjustment->value before calculating the zoom factor to average
10376         out all of our rounding errors.  The page no longer 'drifts' when
10377         resizing.
10378
10379 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10380
10381         * data/evince-properties.glade:
10382         * shell/ev-properties.c: (ev_properties_format_date),
10383         (set_property):
10384         
10385         Labels don't expand when the dialogue is resized.
10386         strftime result needs to be converted to UTF-8. Thanks
10387         to Christian Persch <chpe@gnome.org>.
10388
10389 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10390
10391         * data/evince-properties.glade:
10392
10393         Hide the fonts tab
10394
10395 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10396
10397         * backend/ev-document-info.h:
10398         * backend/ev-document.c: (ev_document_info_free):
10399         * data/evince-properties.glade:
10400         * pdf/ev-poppler.cc:
10401         * ps/ps-document.c: (ps_document_get_info):
10402         * shell/ev-properties.c: (ev_properties_format_date),
10403         (set_property), (ev_properties_new):
10404         * shell/ev-properties.h:
10405         * shell/ev-window.c: (ev_window_cmd_file_properties):
10406
10407         Rework properties code to take only EvPropertyInfo
10408         in the constructor so that it can be useful for
10409         nautilus plugin too.
10410
10411         Deal with backends that doesnt support some properties.
10412         Make set property code generic.
10413
10414 2005-06-04  Christian Persch <chpe@gnome.org>
10415
10416         * data/evince-properties.glade:
10417
10418         fix spacings, make resizeable, and make data labels
10419         selectable + ellipsised
10420
10421 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10422
10423         * backend/ev-document-info.h:
10424         * data/Makefile.am:
10425         * data/evince-ui.xml:
10426         * pdf/ev-poppler.cc:
10427         * shell/Makefile.am:
10428         * shell/ev-window.c: (update_action_sensitivity),
10429         (ev_window_cmd_file_properties):
10430
10431         Initial go at file properties. Patch by
10432         Emil Soleyman-Zomalan <emil@soleyman.com>.
10433         Needs love see #169583
10434
10435 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10436
10437         * ps/ps-document.c: (output):
10438         * ps/ps.c: (psscan):
10439
10440         Try to render even if psscan fails.
10441
10442 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * ps/ps.c: (psscan), (pscopydoc):
10445
10446         Port buffered reading code from gv
10447
10448 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10449
10450         * ps/ps-document.c: (interpreter_message), (output):
10451
10452         Do not fail on interpreter messages
10453
10454 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10455
10456         * backend/ev-document-misc.c:
10457         (ev_document_misc_get_thumbnail_frame):
10458
10459         Pages can be 0 x 0, dont assert on this case
10460
10461 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10462
10463         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10464         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10465
10466         Correctly manage our reference on document. Finally the reload
10467         huge leak is gone...
10468
10469 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10470
10471         * ps/ps-document.c: (ps_document_dispose):
10472
10473         Forgot to chain it to the parent. Thanks chpe.
10474
10475 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10476
10477         * ps/ps-document.c: (ps_document_dispose),
10478         (ps_document_class_init), (stop_interpreter), (document_load):
10479
10480         Cleanup dispose a bit. Dont leak the whole pixmap.
10481
10482 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10483
10484         * pdf/ev-poppler.cc:
10485
10486         Release the poppler document on dispose
10487
10488 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10489
10490         * shell/ev-view.c: (ev_view_set_document):
10491
10492         Release ref on the pixbuf cache when changing
10493         document.
10494
10495 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10496
10497         * ps/ps-document.c: (ps_document_get_info):
10498
10499         Fix a double free
10500
10501 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10502
10503         * backend/ev-page-cache.c: (ev_page_cache_init),
10504         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10505         * backend/ev-page-cache.h:
10506         * shell/ev-page-action.c: (page_changed_cb):
10507         
10508         Set page action entry width depending on labels width. Fix
10509         for bug 305202.
10510
10511 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10512
10513         * backend/ev-link.c: (ev_link_class_init):
10514
10515         Allow -1 as page value (error)
10516
10517 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10518
10519         * shell/ev-sidebar-thumbnails.c:
10520         (ev_sidebar_thumbnails_set_document):
10521         * shell/ev-view.c: (scroll_to_current_page),
10522         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10523         (page_changed_cb), (on_adjustment_value_changed),
10524         (ev_view_set_document):
10525
10526         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10527         Fix bug 305377
10528
10529 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10530
10531         * configure.ac:
10532         * djvu/djvu-document.c: (djvu_document_get_page_size):
10533
10534         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10535         bug 301993.
10536
10537 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10538
10539         * shell/ev-view.c (draw_one_page): modify the expose handling to
10540         get the shadows.
10541
10542         * shell/ev-window.c (update_action_sensitivity): Respect
10543         permissions field.  Kowtow to the man.
10544
10545         * pdf/ev-poppler.cc: Get the permissions field.
10546
10547         * tiff/*c: Make a tiny bit more robust.
10548
10549 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10550
10551         * djvu/djvu-document.c:
10552         
10553         Pop messages from djvu context message queue.
10554
10555 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10556
10557         * configure.ac, Makefile.am, shell/Makefile.am:
10558         * tiff/Makefile.am, shell/ev-document-types.c:
10559         
10560         Cleanup tiff configure checks. Fix for bug 305218.
10561
10562 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10563
10564         * configure.ac: Added "uk" to ALL_LINGUAS.
10565
10566 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10567
10568         * cut-n-paste/zoom-control/ephy-zoom.c:
10569         (ephy_zoom_get_changed_zoom_level):
10570         * cut-n-paste/zoom-control/ephy-zoom.h:
10571         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10572         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10573         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10574         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10575         (zoom_control_changed_cb), (ev_window_init):
10576         
10577         Fix minor points related to moving best fit up. Introduce
10578         "zoom" property and make zoom control change it's value on
10579         notify::zoom signals. Fix for 305080.
10580
10581 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10582
10583         * data/evince-ui.xml:
10584         * shell/ev-window.c: (set_view_actions_sensitivity):
10585         
10586         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10587
10588 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10589
10590         * configure.ac:
10591
10592         Depends on poppler 0.3.2
10593
10594 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10595
10596         * cut-n-paste/recent-files/egg-recent-item.c:
10597         (egg_recent_item_get_short_name):
10598         * cut-n-paste/toolbar-editor/Makefile.am:
10599         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10600         (new_pixbuf_from_widget):
10601         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10602         * cut-n-paste/toolbar-editor/egg-marshal.c:
10603         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10604         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10605
10606         Sync
10607
10608 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10609
10610         * tiff/tiff-document.c: Rough TIFF backend.
10611
10612 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10613
10614         * NEWS:
10615         * configure.ac:
10616         * cut-n-paste/toolbar-editor/Makefile.am:
10617
10618         Release 0.3.1
10619
10620 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10621
10622         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10623         (ev_view_find_next), (ev_view_find_previous):
10624
10625         Remove the locks around get_n_results   
10626
10627 2005-05-21  Juerg Billeter  <j@bitron.ch>
10628
10629         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10630
10631         Pass correct number of pages to poppler.
10632
10633 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10634
10635         * configure.ac:
10636         * data/Makefile.am:
10637         * data/evince.desktop.in: 
10638         * data/evince.desktop.in.in:
10639         * po/POTFILES.in:
10640         
10641         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10642
10643 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10644
10645         * shell/ev-view.c: (view_update_adjustments),
10646         (view_set_adjustment_values): cast adjustmen->value to (int)
10647         before using it.  Otherwise, we get off by a pixel in some
10648         situations.
10649
10650         (draw_one_page): Draw the border on expose.
10651
10652 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10653
10654         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10655         adjustment when the mode changes, #304923
10656
10657 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10658
10659         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10660         flickering on resize but still use gdk_window_scroll on
10661         scrolling
10662
10663 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10664
10665         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10666         option, #170458
10667
10668 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10669
10670         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10671         second page on page_changed if possible, #304669
10672
10673 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10674
10675         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10676         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10677
10678 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10679
10680         * .cvsignore:
10681         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10682         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10683         (ev_view_zoom_for_size_presentation),
10684         (ev_view_zoom_for_size_continuous_and_dual_page),
10685         (ev_view_zoom_for_size_continuous),
10686         (ev_view_zoom_for_size_dual_page),
10687         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10688         * shell/ev-view.h:
10689         * shell/ev-window.c: (update_view_size),
10690         (ev_window_sizing_mode_changed_cb):
10691
10692         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10693         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10694         an infinite loop, #304769
10695
10696
10697 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10698
10699         * data/evince-ui.xml:
10700         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10701         * shell/ev-window.c: (set_view_actions_sensitivity):
10702
10703         Make PgUp/Down behave like Space
10704
10705 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10706
10707         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10708         * backend/ev-ps-exporter.h:
10709         * pdf/ev-poppler.cc:
10710         * ps/ps-document.c: (ps_document_ps_export_begin):
10711         * shell/ev-print-job.c: (idle_print_handler):
10712
10713         Adapt to new poppler api
10714
10715 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10716
10717         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10718         (ephy_zoom_control_init):
10719
10720         Translate zoom levels
10721
10722 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10723
10724         * cut-n-paste/zoom-control/ephy-zoom.c:
10725         (ephy_zoom_get_zoom_level_index):
10726
10727         Fix current zoom -> zoom control match
10728
10729 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10730
10731         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10732         rather than the scrolled_window that it's in. Fixes bug #304655.
10733
10734 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10735
10736         * shell/ev-view.c: (view_update_adjustments),
10737         (view_set_adjustment_values), (view_update_range_and_current_page),
10738         (view_scroll_to_page), (set_scroll_adjustment),
10739         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10740         (ev_view_scroll), (ev_view_scroll_view),
10741         (ensure_rectangle_is_visible), (find_page_at_location),
10742         (get_link_at_location), (go_to_link), (status_message_from_link),
10743         (ev_view_size_request_continuous_dual_page),
10744         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10745         (ev_view_unrealize), (ev_view_expose_event),
10746         (ev_view_button_press_event), (ev_view_motion_notify_event),
10747         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10748         (draw_rubberband), (highlight_find_results), (draw_one_page),
10749         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10750         (ev_view_init), (find_changed_cb), (page_changed_cb),
10751         (on_adjustment_value_changed), (ev_view_new),
10752         (ev_view_set_document), (ev_view_set_zoom),
10753         (ev_view_set_continuous), (ev_view_set_dual_page),
10754         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10755         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10756         (ev_view_zoom_for_size_presentation),
10757         (ev_view_zoom_for_size_continuous_dual_page),
10758         (ev_view_zoom_for_size_continuous),
10759         (ev_view_zoom_for_size_dual_page),
10760         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10761         (ev_view_get_status), (ev_view_set_status),
10762         (update_find_status_message), (ev_view_get_find_status),
10763         (ev_view_set_find_status), (jump_to_find_result),
10764         (jump_to_find_page), (compute_selections), (clear_selection),
10765         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10766         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10767         (ev_view_update_primary_selection),
10768         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10769         * shell/ev-view.h:
10770         * shell/ev-window.c: (ev_window_open_page_label),
10771         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10772         (ev_window_init):
10773         * shell/ev-window.h:
10774         * shell/main.c: (load_files):
10775
10776         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10777         when resizing.  Remove the bin_window().  Also, patch from James
10778         Bowes to fix command line page, #300641
10779         
10780 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10781
10782         * data/evince-ui.xml:
10783         * shell/ev-view.c:
10784         * shell/ev-view.h:
10785         * shell/ev-window.c: (update_action_sensitivity):
10786
10787         Get rid of View->Normal Size, it's just confusing
10788
10789 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10790
10791         * backend/ev-document-info.h:
10792         * backend/ev-document.c: (ev_document_info_free): Free the
10793         EvDocumentInfo.
10794
10795         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10796         (clear_range), (add_range), (update_visible_range),
10797         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10798         (ev_sidebar_thumbnails_set_document):
10799         * shell/ev-window.c: (ev_window_setup_document): Only render the
10800         visible thumbnails.  It takes an instant to render, but it uses
10801         much less memory.
10802
10803 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10804
10805         * shell/ev-sidebar-links.c: (popup_menu_cb):
10806
10807         Select first item
10808
10809 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10810
10811         * lib/Makefile.am:
10812         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10813         (button_press_cb), (ev_sidebar_links_construct):
10814
10815         Show the popup menu also on keybindings
10816
10817 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10818
10819         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10820         * shell/ev-window.h:
10821
10822         Expose api to print a range (with dialog). Make private _print use
10823         it.
10824
10825         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10826         (ev_sidebar_links_construct):
10827
10828         Show a print context menu on linkx, it prints the selected
10829         section.
10830
10831 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10832
10833         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10834         button.
10835
10836 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10837
10838         * AUTHORS:
10839
10840         Update
10841
10842         * shell/ev-window.c: (build_comments_string),
10843         (ev_window_cmd_help_about):
10844
10845         Show poppler version/backend and authors
10846
10847 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10848
10849         * cut-n-paste/zoom-control/ephy-zoom.c:
10850         (ephy_zoom_get_zoom_level_index):
10851         * cut-n-paste/zoom-control/ephy-zoom.h:
10852
10853         Move the best fit items at the top of the list
10854
10855 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10856
10857         * shell/ev-marshal.list:
10858         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10859         (activate_cb), (match_selected_cb), (activate_link_cb),
10860         (connect_proxy), (ev_page_action_class_init):
10861         * shell/ev-page-action.h:
10862
10863         Use signals to notify action activation. Hopefully
10864         I did not break completion since I cant test...
10865
10866         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10867         (register_custom_actions):
10868
10869         Connect to page selector actions and also grab focus on
10870         the view when activated.
10871
10872 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10873
10874         * pdf/ev-poppler.cc:
10875         * backend/ev-page-cache.c: make page size calculation consistent
10876         and set it to (int)( width * scale + 0.5).  This makes the weird
10877         line going through the middle of the page go away.
10878
10879         * shell/ev-view.c: move painting the background page after
10880         checking the expose area covers us.
10881
10882 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10883
10884         * data/evince-password.glade:
10885         
10886         Mark labels as not translatable. Fix for bug 302842.
10887
10888 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10889
10890         * configure.ac: Added "es" to ALL_LINGUAS.
10891
10892 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10893
10894         * data/evince-toolbar.xml:
10895         * shell/ev-window.c: (update_action_sensitivity),
10896         (ev_window_setup_document), (ev_window_set_page_mode),
10897         (ev_window_init):
10898
10899         Remove some leftover code from jrb first continous
10900         attempt. Use the new actions, we still need good icons
10901         though...
10902
10903 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10904
10905         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10906
10907         Update label when connecting proxy. Fix a warning with NULL
10908         page_cache.
10909
10910 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10911
10912         * data/evince-ui.xml:
10913         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10914         * shell/ev-page-action.h:
10915         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10916
10917         Add mnemonic for edit toolbar.
10918         ctrl+l focus the page entry.
10919
10920 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10921
10922         * lib/Makefile.am:
10923         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10924         (ev_window_init):
10925         * shell/main.c: (main):
10926
10927         Put the toolbar xml in evince own dot dir
10928
10929 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10930
10931         * shell/ev-window.c: (ev_window_init):
10932
10933         Make the toolbar not removable
10934
10935 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10936
10937         * data/evince-ui.xml:
10938         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10939         * shell/ev-sidebar-links.h:
10940         * shell/ev-sidebar-thumbnails.c:
10941         (ev_sidebar_thumbnails_get_treeview):
10942         * shell/ev-sidebar-thumbnails.h:
10943         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10944         (ev_view_class_init):
10945         * shell/ev-view.h:
10946         * shell/ev-window.c: (update_action_sensitivity),
10947         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10948         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10949         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10950         (ev_window_init):
10951
10952         This is evil... Make space/backspace global accelerators but
10953         enable them only for some widgets (sidebars and view).
10954         I dont like it, but I dont know a better way... :/
10955
10956 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10957
10958         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10959         (ev_page_action_widget_finalize),
10960         (ev_page_action_widget_class_init), (update_page_cache):
10961
10962         Keep a weak reference on proxy->page_cache so that we
10963         dont try to disconnect the signal if the object is already
10964         gone. Maybe there is a better way to cleanup reference handling
10965         in page action though...
10966
10967 2005-05-10  Juerg Billeter  <j@bitron.ch>
10968
10969         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10970         * backend/ev-ps-exporter.h:
10971         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10972         * ps/ps-document.c: (ps_document_ps_export_begin):
10973         
10974         Change api to pass print range to ps_exporter_begin. The pdf backend
10975         requires this information.
10976         
10977         * shell/ev-print-job.c: (idle_print_handler):
10978         
10979         Adapt to api change
10980
10981 2005-05-10  Juerg Billeter  <j@bitron.ch>
10982
10983         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10984         (idle_print_handler)
10985         * shell/ev-window.c: (ev_window_print):
10986
10987         Support printing page range, based on patch by Amaury Jacquot
10988
10989 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10990
10991         * data/evince-toolbar.xml:
10992
10993         Add zoom control to available items
10994
10995 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10996
10997         * shell/ev-window.c: (update_action_sensitivity):
10998
10999         Set slash action insensitive when appropriate
11000
11001 2005-05-10  Christian Persch <chpe@gnome.org>
11002
11003         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11004
11005         Fix warning on the overflow menu
11006
11007 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11008
11009         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11010
11011         Check for uri correctness/existence
11012
11013 2005-05-09  Juerg Billeter  <j@bitron.ch>
11014
11015         * shell/ev-window.c: (using_postscript_printer):
11016
11017         LPD printers use postscript, too
11018
11019 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11020
11021         * shell/ev-window.c: (register_custom_actions):
11022
11023         The zoom one is actually sort of useful,
11024         put it back
11025
11026 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11027
11028         * shell/ev-window.c: (register_custom_actions):
11029
11030         Hide page/zoom controls from overflow, they
11031         are useless.
11032
11033 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11034
11035         * cut-n-paste/update-from-egg.sh:
11036         
11037         Share it between all cut-n-paste subdirs
11038
11039         * cut-n-paste/recent-files/Makefile.am:
11040
11041         Fix to use "global" update-from-egg.sh
11042
11043         * cut-n-paste/recent-files/egg-recent-model.c:
11044         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11045         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11046         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11047         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11048
11049         Update from libegg
11050
11051         * cut-n-paste/toolbar-editor/Makefile.am:
11052
11053         Fix to use "global" update-from-egg.sh
11054
11055         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11056
11057         Update from libegg
11058
11059 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11060
11061         * configure.ac:
11062         * cut-n-paste/Makefile.am:
11063         * cut-n-paste/recent-files/Makefile.am:
11064         * cut-n-paste/toolbar-editor/.cvsignore:
11065         * cut-n-paste/toolbar-editor/Makefile.am:
11066         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11067         (egg_editable_toolbar_get_type), (get_toolbar_position),
11068         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11069         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11070         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11071         (set_item_drag_source), (create_item_from_action), (create_item),
11072         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11073         (popup_toolbar_context_menu_cb), (free_dragged_item),
11074         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11075         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11076         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11077         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11078         (item_added_cb), (item_removed_cb),
11079         (egg_editable_toolbar_construct),
11080         (egg_editable_toolbar_disconnect_model),
11081         (egg_editable_toolbar_deconstruct),
11082         (egg_editable_toolbar_set_model),
11083         (egg_editable_toolbar_set_ui_manager),
11084         (egg_editable_toolbar_set_property),
11085         (egg_editable_toolbar_get_property),
11086         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11087         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11088         (egg_editable_toolbar_new_with_model),
11089         (egg_editable_toolbar_get_edit_mode),
11090         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11091         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11092         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11093         (new_pixbuf_from_widget), (new_separator_pixbuf),
11094         (update_separator_image), (style_set_cb),
11095         (_egg_editable_toolbar_new_separator_image),
11096         (egg_editable_toolbar_get_model):
11097         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11098         * cut-n-paste/toolbar-editor/egg-marshal.c:
11099         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11100         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11101         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11102         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11103         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11104         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11105         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11106         (editor_drag_data_delete_cb), (drag_data_get_cb),
11107         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11108         (editor_create_item), (update_editor_sheet), (setup_editor),
11109         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11110         (parse_item_list), (model_has_action), (update_actions_list),
11111         (egg_toolbar_editor_load_actions):
11112         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11113         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11114         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11115         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11116         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11117         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11118         (egg_toolbars_model_add_separator), (impl_add_item),
11119         (parse_item_list), (egg_toolbars_model_add_toolbar),
11120         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11121         (impl_get_item_data), (impl_get_item_type),
11122         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11123         (egg_toolbars_model_init), (free_toolbar),
11124         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11125         (egg_toolbars_model_remove_toolbar),
11126         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11127         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11128         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11129         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11130         (egg_toolbars_model_get_item_data),
11131         (egg_toolbars_model_get_item_type):
11132         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11133         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11134         * data/Makefile.am:
11135         * data/evince-toolbar.xml:
11136         * data/evince-ui.xml:
11137         * data/hand-open.png:
11138         * po/POTFILES.in:
11139         * shell/Makefile.am:
11140         * shell/ev-window.c: (update_chrome_visibility),
11141         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11142         (ev_window_dispose), (ev_window_init):
11143
11144         Implement epiphany like toolbar editor. Based on patch by
11145         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11146
11147 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11148
11149         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11150
11151         Use set_cursor instead of set_selection, so that
11152         the keyboard focus moves too.
11153
11154 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11155
11156         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11157
11158         Fix infinite loop when loading Type1 fonts
11159
11160 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11161
11162         * data/evince-ui.xml:
11163         * shell/ev-window.c:
11164
11165         Slash -> Find
11166
11167 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11168
11169         * configure.ac:
11170
11171         Make --disable really disable
11172
11173 2005-05-07  Juerg Billeter  <j@bitron.ch>
11174
11175         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11176
11177         Compare page labels even without has_labels set, fixes setting page
11178         with entry
11179
11180 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11181
11182         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11183         (ev_view_set_cursor), (ev_view_button_press_event),
11184         (ev_view_motion_notify_event), (ev_view_button_release_event),
11185         (ev_view_init):
11186
11187         Implement middle button scrolling. Based on a patch
11188         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11189
11190 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11191
11192         * shell/ev-document-types.c: (get_slow_mime_type),
11193         (get_document_type_from_mime), (ev_document_type_lookup):
11194         * shell/ev-document-types.h:
11195
11196         Change api to lookup from uri. Do fast lookup first, if the
11197         type is unknown try with data sniffing.
11198
11199         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11200         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11201
11202         Adapt to api change
11203
11204 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11205
11206         * thumbnailer/Makefile.am:
11207
11208         Fix distcheck
11209
11210 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11211
11212         * NEWS:
11213         * configure.ac:
11214
11215         Release 0.3.0
11216
11217         * data/evince-ui.xml:
11218
11219         Hide presentation mode for now
11220
11221         * shell/ev-view.c: (highlight_find_results):
11222
11223         Show current find selection only on current page
11224
11225 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11226
11227         * shell/ev-view.c: (ev_view_select_all):
11228
11229         Compute size of the actual page, not of
11230         the current one.
11231
11232 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11233
11234         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11235         (view_rect_to_doc_rect), (compute_selections),
11236         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11237         (ev_view_copy), (ev_view_primary_get_cb),
11238         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11239         (ev_view_button_press_event), (ev_view_motion_notify_event),
11240         (ev_view_button_release_event), (page_changed_cb):
11241
11242         Fix text selection
11243
11244 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11245
11246         * shell/ev-view.c: (compute_border), (get_page_extents),
11247         (doc_rect_to_view_rect), (highlight_find_results),
11248         (ev_view_bin_expose), (ev_view_select_all),
11249         (ev_view_motion_notify_event), (update_find_status_message),
11250         (jump_to_find_result), (jump_to_find_page):
11251
11252         First go at fixing search, still buggy
11253
11254 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11255
11256         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11257         dropdown box and button at the top of the sidebar.
11258
11259 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11260
11261         * configure.ac: Output zoom-control Makefile.
11262         * cut-n-paste/Makefile.am: build zoom-control subdir.
11263         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11264         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11265         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11266         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11267         * cut-n-paste/zoom-control/ephy-zoom.c:
11268         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11269         from epiphany, and modified to add a separator into the menu.
11270         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11271         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11272         zoom-control action.
11273         * shell/Makefile.am: Include zoom-control flags.
11274         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11275         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11276         (ev_view_zoom_for_size_presentation),
11277         (ev_view_zoom_for_size_continuous_and_dual_page),
11278         (ev_view_zoom_for_size_continuous),
11279         (ev_view_zoom_for_size_dual_page),
11280         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11281         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11282         ev_view_get_zoom and ev_view_get_sizing_mode.
11283         * shell/ev-view.h:
11284         * shell/ev-window.c: (update_action_sensitivity),
11285         (update_sizing_buttons), (zoom_control_changed_cb),
11286         (register_custom_actions): Initialize and use the zoom-control 
11287         widget.
11288
11289 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11290
11291         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11292         preview cache back to 1.  Don't know when it got set to 0.
11293         
11294         * shell/ev-view.c: (compute_border), (ev_view_realize),
11295         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11296         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11297         (ev_view_get_fullscreen), (ev_view_set_presentation),
11298         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11299         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11300         * shell/ev-view.h:
11301         * shell/ev-window.c:
11302         (update_chrome_visibility),
11303         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11304         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11305         (update_document_mode), (ev_window_update_fullscreen_action),
11306         (ev_window_fullscreen), (ev_window_unfullscreen),
11307         (ev_window_cmd_view_fullscreen),
11308         (ev_window_update_presentation_action),
11309         (ev_window_run_presentation), (ev_window_stop_presentation),
11310         (ev_window_cmd_view_presentation), (ev_window_state_event),
11311         (ev_window_focus_in_event), (ev_window_focus_out_event),
11312         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11313         * data/evince-ui.xml: Initial presentation mode.  We should
11314         probably hide this until it's done, as it's quite rough.  Also,
11315         change full-screen to fullscreen and add two getters to EvView.
11316
11317 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11318
11319         * shell/ev-page-action.c: (update_page_cache),
11320         (ev_page_action_dispose):
11321         * shell/ev-window.c: (destroy_fullscreen_popup),
11322         (ev_window_create_fullscreen_popup):
11323
11324         Use connect_object rather than explicitly
11325         disconnect on dispose.
11326
11327 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11328
11329         * shell/ev-page-action.c: (update_page_cache),
11330         (ev_page_action_dispose):
11331
11332 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11333
11334         * backend/ev-page-cache.c: (_ev_page_cache_new),
11335         (ev_page_cache_set_page_label),
11336         (ev_page_cache_has_nonnumeric_page_labels):
11337         * backend/ev-page-cache.h:
11338         * shell/ev-page-action.c: (update_pages_label):
11339         
11340         If all page labels are numeric, fallback to default
11341         way to display number of pages. See bug 173185.
11342
11343 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11344
11345         * shell/ev-page-action.c: (ev_page_action_dispose):
11346         * shell/ev-view.c: (view_update_range_and_current_page):
11347         * shell/ev-window.c: (ev_window_dispose):
11348         
11349         Set page on scroll in continuous mode. Fixes bug 301986.
11350         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11351
11352 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11353
11354         * configure.ac:
11355
11356         Require poppler 0.3.0
11357
11358 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11359         
11360         * shell/Makefile.am, configure.ac: Fix build problems
11361         with t1lib. Bug 301996.
11362
11363 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11364
11365         * shell/ev-view.c: (ev_view_scroll_event):
11366         
11367         Scroll up increase zoom
11368
11369 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11370
11371         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11372         (ev_view_set_sizing_mode),
11373         (ev_view_zoom_for_size_continuous_and_dual_page),
11374         (ev_view_zoom_for_size_continuous):
11375         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11376         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11377         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11378         (ev_window_init):
11379
11380         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11381         Fix for 165473 and 165472.
11382
11383 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11384
11385         * po/POTFILES.in:
11386         * thumbnailer/Makefile.am:
11387         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11388         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11389         * thumbnailer/evince-thumbnailer.schemas.in:
11390         
11391         Make thumbnailer schemas translatable. Fix for bug 301773
11392         
11393         * thumbnailer/evince-thumbnailer-djvu.schemas:
11394         * thumbnailer/evince-thumbnailer-dvi.schemas:
11395         * thumbnailer/evince-thumbnailer.schemas:
11396
11397         Removed files
11398
11399 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11400
11401         * shell/ev-view.c (ev_view_init): forgot to set this.
11402
11403 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11404
11405         * shell/ev-view.c: (find_page_at_location),
11406         (get_link_at_location),
11407         (ev_view_set_show_border), (ev_view_set_spacing),
11408         (ev_view_zoom_for_size_continuous_and_dual_page),
11409         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11410         Also, add a quick fix measuring of widths.  Also, removed
11411         ev_view_set_spacing and ev_view_set_show_border.
11412         
11413         * shell/ev-window.c: (ev_window_unfullscreen),
11414         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11415
11416 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11417
11418         * shell/ev-view.c: (view_update_range_and_current_page),
11419         (page_changed_cb):
11420         
11421         Fix crash on exit and scrolling to page in continuous view.
11422
11423 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11424
11425         * TODO:
11426         * backend/ev-page-cache.c: (_ev_page_cache_new),
11427         (ev_page_cache_get_max_width_size),
11428         (ev_page_cache_get_max_height_size):
11429         * backend/ev-page-cache.h:
11430         * data/evince-ui.xml:
11431         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11432         * shell/ev-view.c: (view_update_adjustments),
11433         (view_update_range_and_current_page), (get_bounding_box_size),
11434         (ev_view_size_request_continuous_and_dual_page),
11435         (ev_view_size_request_continuous),
11436         (ev_view_size_request_dual_page),
11437         (ev_view_size_request_single_page), (ev_view_size_request),
11438         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11439         (ev_view_bin_expose), (ev_view_expose_event),
11440         (ev_view_set_property), (ev_view_get_property),
11441         (ev_view_class_init), (ev_view_init), (ev_view_new),
11442         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11443         (ev_view_set_dual_page), (ev_view_set_full_screen),
11444         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11445         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11446         (ev_view_zoom_out), (zoom_for_size_fit_width),
11447         (zoom_for_size_best_fit),
11448         (ev_view_zoom_for_size_continuous_and_dual_page),
11449         (ev_view_zoom_for_size_continuous),
11450         (ev_view_zoom_for_size_dual_page),
11451         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11452         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11453         * shell/ev-view.h:
11454         * shell/ev-window.c: (update_action_sensitivity),
11455         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11456         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11457         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11458         (ev_window_cmd_view_zoom_out), (update_view_size),
11459         (ev_window_set_sizing_mode), (ev_window_init):
11460
11461         Add Continuous and Dual page modes.
11462
11463 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11464
11465         * dvi/dvi-document.c: (dvi_document_load),
11466         (dvi_document_thumbnails_get_thumbnail),
11467         (dvi_document_init_params): Fix up some mixups between
11468         width and height to correct thumbnail rendering.
11469
11470 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11471
11472         * dvi/mdvi-lib/private.h:
11473         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11474         
11475         Suppess output for kpathsea during font generation. Thanks to
11476         James Bowes
11477
11478 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11479
11480         * NEWS:
11481         * configure.ac:
11482
11483         Release 0.2.1
11484
11485         * Makefile.am: fix distcheck.
11486
11487 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11488
11489         * shell/ev-sidebar-links.c: (selection_changed_callback),
11490         (update_page_callback), (row_activated_callback),
11491         (job_finished_callback), (ev_sidebar_links_set_document):
11492         
11493         Fix for bug #169901. Double click on links expands tree.
11494
11495 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11496
11497         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11498         hard-coded style. Fix for bug 170111
11499
11500 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11501
11502         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11503         locking.
11504
11505 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11506
11507         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11508
11509 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11510
11511         * pdf/ev-poppler.cc:
11512         * shell/ev-view.c: (highlight_find_results):
11513
11514         Fix find on single page documents
11515
11516 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11517
11518         * data/evince.schemas.in: fix for bug 301390
11519
11520 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11521
11522         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11523         (ev_view_zoom_out), (ev_view_zoom_normal):
11524         * shell/ev-view.h:
11525         * shell/ev-window.c: (update_action_sensitivity),
11526         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11527         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11528         (ev_window_cmd_view_normal_size):
11529
11530         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11531         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11532         better than oom. 
11533
11534 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11535
11536         * configure.ac:
11537
11538         Depend on 2.57, 2.59 doesnt seem to be necessary
11539
11540 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11541
11542         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11543         (create_tool_item):
11544
11545         Put back total number of pages as (1 of 1234)
11546
11547 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11548
11549         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11550         remove the job.
11551
11552         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11553         function.  This helps debugging.
11554
11555 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11556
11557         * djvu/djvu-document.c: (djvu_document_class_init),
11558         (djvu_document_get_info), (djvu_document_document_iface_init):
11559         * dvi/dvi-document.c: (dvi_document_class_init),
11560         (dvi_document_get_info), (dvi_document_document_iface_init):
11561
11562         Dummy implementation of get_info method for dvi and
11563         djvu. Fix crashes with those backends
11564
11565 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11566
11567         * data/evince.desktop.in:
11568
11569         Add application/x-gzpostscript
11570
11571 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11572
11573         * data/evince.schemas.in: Added real long descriptions, 
11574         closes bug 172496 
11575
11576         * README: Added actual text, closes bug 171869
11577
11578 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11579
11580         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11581
11582         Thumbnail page 0
11583
11584 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11585
11586         * backend/ev-document-info.h:
11587
11588         s/GDate */GDate so we can just use g_free
11589
11590 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11591
11592         * shell/ev-window.c: (update_document_mode),
11593         (ev_window_setup_document):
11594
11595         Show the window in fullscreen when specified by
11596         the document
11597
11598 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11599
11600         * backend/ev-document.c: (ev_document_class_init),
11601         (ev_document_get_info), (ev_document_render_pixbuf):
11602         * backend/ev-document.h:
11603         * backend/ev-page-cache.c: (_ev_page_cache_new):
11604         * pdf/ev-poppler.cc:
11605         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11606         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11607         * ps/ps-document.c: (ps_document_class_init), (document_load),
11608         (ps_document_get_info), (ps_document_document_iface_init):
11609
11610         Remove get_title from the interface, we can just use document info
11611
11612 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11613
11614         * backend/Makefile.am:
11615         * backend/ev-document.c: (ev_document_render_get_info):
11616         * backend/ev-document.h:
11617         * pdf/ev-poppler.cc:
11618
11619         Initial support for document info. Based on jrb patch.
11620
11621 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11622
11623         * shell/ev-window.c: (ev_window_state_event),
11624         (ev_window_class_init), (ev_window_init):
11625         
11626         Doesn't show resize grip when maximized. See bug #301053
11627
11628 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11629
11630         * po/POTFILES.in:
11631         
11632         ev-sidebar-thumbnails now has translatable labels
11633         
11634         * shell/Makefile.am:
11635         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11636         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11637         (ev_sidebar_links_page_iface_init):
11638         * shell/ev-sidebar-links.h:
11639         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11640         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11641         (ev_sidebar_page_get_label):
11642         * shell/ev-sidebar-page.h:
11643         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11644         (ev_sidebar_thumbnails_set_document),
11645         (ev_sidebar_thumbnails_support_document),
11646         (ev_sidebar_thumbnails_get_label),
11647         (ev_sidebar_thumbnails_page_iface_init):
11648         * shell/ev-sidebar-thumbnails.h:
11649         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11650         (ev_sidebar_set_document):
11651         * shell/ev-sidebar.h:
11652         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11653         
11654         Small rework of sidebar code. Now sidebar pages should implement
11655         EvSidebarPage interface. That makes page management in EvSidebar
11656         easier. See bug #164811 for details
11657
11658 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11659
11660         * shell/ev-application.c: (ev_application_open):
11661         * shell/ev-document-types.c:
11662         
11663         Fix build error and small problem with application exit
11664
11665 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11666
11667         * thumbnailer/Makefile.am:
11668         * thumbnailer/evince-thumbnailer-djvu.schemas:
11669         * thumbnailer/evince-thumbnailer-dvi.schemas:
11670         
11671         Conditionally install schemas for djvu/dvi thumbnailer
11672
11673 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11674
11675         * shell/ev-document-types.h: 
11676         * shell/ev-document-types.c: 
11677         New files, handling the mapping from mimetypes to backends
11678         
11679         * shell/ev-window.c: 
11680         * thumbnailer/evince-thumbnailer.c:     
11681         Use the ev-document-types code
11682         
11683         * shell/Makefile.am: 
11684         Added new convenience library libevbackendfactory_la, containing
11685         the new mimetype->backend logic; moved the backends into it.
11686
11687         * thumbnailer/Makefile.am:
11688         Make the thumbnailer link with the libevbackend.la convenience
11689         library, rather than having a duplicate of the backend logic here.
11690
11691 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11692
11693         * shell/ev-stock-icons.c: constify some vars.
11694         * shell/ev-window.c: ditto.
11695
11696 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11697
11698         * ps/ps-document.c (get_page_orientation):
11699
11700         Respect document orientation 
11701
11702 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11703
11704         * djvu/Makefile.am:
11705         * dvi/Makefile.am:
11706         * shell/Makefile.am:
11707         
11708         Move library dependencies to components.
11709         
11710         * shell/ev-window.c: (update_window_title),
11711         (start_loading_document):
11712         
11713         Fix display of uris with spaces. Bug 168358.
11714
11715 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11716
11717         * shell/ev-sidebar-links.c: (selection_changed_cb):
11718         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11719         (ev_view_button_release_event), (ev_view_set_document):
11720         * shell/ev-view.h:
11721         * shell/ev-window.c: (find_bar_search_changed_cb):
11722         * shell/ev-window.h: Minor cleanups removing some dead code.
11723
11724 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11725
11726         * backend/ev-page-cache.c: (_ev_page_cache_new):
11727         
11728         Set current page to 0 if document has pages.
11729
11730 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11731
11732         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11733
11734         Initialize GError to NULL, fix a crash when loading fails.
11735
11736 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11737
11738         * shell/ev-window.c: (update_view_size):
11739
11740         Calculate shadow size only when there is actually
11741         a shadow.
11742
11743 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11744
11745         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11746         * shell/ev-view.h:
11747
11748         Allow setting view spacing, default to 0
11749
11750         * shell/ev-window.c: (ev_window_unfullscreen),
11751         (ev_window_cmd_view_fullscreen), (ev_window_init):
11752
11753         Remove spacing in fullscreen mode
11754
11755 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11756
11757         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11758         (ev_view_size_request), (expose_bin_window),
11759         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11760         * shell/ev-view.h:
11761         * shell/ev-window.c: (ev_window_unfullscreen),
11762         (ev_window_cmd_view_fullscreen):
11763
11764         Do not draw the border in fulscreen
11765
11766 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11767
11768         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11769         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11770         (find_page_at_location), (page_changed_cb):
11771
11772         Rework border calculation, so that I can more easily disable it.
11773         Code somewhat cleaner too.
11774
11775 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11776
11777         * backend/ev-page-cache.c: (ev_page_cache_init),
11778         (_ev_page_cache_new):
11779
11780         Remove some assertions, documents can have 0 pages.
11781         Make initial current page -1.
11782
11783         * shell/ev-page-action.c: (page_changed_cb):
11784
11785         Show "" if current page is -1
11786
11787         * shell/ev-window.c: (update_action_sensitivity),
11788         (ev_window_setup_document):
11789
11790         When document has 0 pages do not set the view
11791         and make nearly everything insensitive.
11792
11793 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11794
11795         * shell/ev-page-view.c:
11796         * shell/ev-page-view.h:
11797
11798         Remove unused files.
11799         
11800         * shell/ev-sidebar-thumbnails.c:
11801         (ev_sidebar_thumbnails_set_document):
11802         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11803         (ev_sidebar_supports_document):
11804         * shell/ev-sidebar.h:
11805         * shell/ev-window.c: (ev_window_setup_document):
11806         
11807         Doesn't show thumbnails if document has 1 page. Make
11808         sidebar menu entries sensitive only if if they have 
11809         sense. Fix bug 164811. 
11810
11811 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11812
11813         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11814         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11815         (ev_view_zoom_out), (ev_view_set_size):
11816
11817         Rework sizing to deal with documents with not uniform page
11818         size.
11819
11820 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11821
11822         * backend/ev-page-cache.c: (_ev_page_cache_new):
11823
11824         Fix several page size caching bugs
11825
11826 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11827
11828         * shell/ev-window.c: (set_action_properties):
11829
11830         Make all toolbar items translatable
11831
11832 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11833
11834         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11835         (save_page_list), (ps_document_save),
11836         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11837         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11838         (ps_document_ps_exporter_iface_init):
11839         * ps/ps-document.h:
11840
11841         Based on a patch by J�rg Billeter <j@bitron.ch>
11842         
11843         Implement print and save a copy for the ps backend.
11844
11845 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11846
11847         * backend/ev-document.h:
11848         * djvu/djvu-document.c: (djvu_document_can_get_text),
11849         (djvu_document_document_iface_init):
11850         * dvi/dvi-document.c: (dvi_document_can_get_text),
11851         (dvi_document_document_iface_init):
11852         * pdf/ev-poppler.cc:
11853         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11854         (pixbuf_document_document_iface_init):
11855         * ps/ps-document.c: (ps_document_can_get_text),
11856         (ps_document_document_iface_init):
11857         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11858         * shell/ev-window.c: (update_action_sensitivity):
11859
11860         Fix the crash when trying to copy in backends that doesnt
11861         support it. We can implement a better solution once we
11862         do real text selection.
11863
11864 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11865
11866         * data/evince-ui.xml:
11867         * shell/ev-window.c: (ev_window_cmd_escape):
11868         
11869         Work around the Escape conflict (find bar and unfullscreen)
11870
11871 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11872
11873         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11874         
11875         Fix for #300233. Next page correctly handles document end.
11876         
11877         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11878         (ev_sidebar_thumbnails_class_init),
11879         (ev_sidebar_thumbnails_set_document),
11880         (ev_sidebar_thumbnails_clear_job),
11881         (ev_sidebar_thumbnails_clear_model):
11882         
11883         Cleanup thumbnail jobs on document changes.
11884         
11885         * shell/ev-view.c: (add_scroll_binding_keypad),
11886         (add_scroll_binding_shifted), (ev_view_class_init):
11887         
11888         Shift + Space scrolls up. Fix for #173184
11889         
11890         * shell/ev-window.c: (ev_window_open_page),
11891         (ev_window_cmd_view_reload):
11892         
11893         Fix reload (Bug #300094)
11894
11895 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11896
11897         
11898         * dvi/mdvi-lib/assoc.c:
11899         * dvi/mdvi-lib/assoc.h: Removed garbage files
11900         
11901         * dvi/mdvi-lib/bitmap.c:
11902         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11903         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11904         * dvi/mdvi-lib/color.h: Antialias of rules
11905         
11906         * dvi/mdvi-lib/common.h:
11907         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11908         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11909         * dvi/mdvi-lib/files.c:
11910         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11911         * dvi/mdvi-lib/mdvi.h:
11912         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11913         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11914         * dvi/mdvi-lib/util.c: Fix compile warnings
11915         
11916         * dvi/dvi-document.c:
11917         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11918         (dvi_document_thumbnails_get_thumbnail),
11919         (dvi_document_document_thumbnails_iface_init):
11920         * dvi/mdvi-lib/Makefile.am:
11921         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11922         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11923         
11924         Dvi backend now renders thumbnails
11925
11926 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11927
11928         * shell/main.c: (main): 
11929         
11930         Save accelerators on exit. Fixes bug #172095.
11931
11932 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11933
11934         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11935         update priority" comment.
11936
11937         * backend/ev-job-queue.c: Give a way to change priority.
11938
11939 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11940
11941         * shell/ev-page-action.c: Fix logic.
11942
11943 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11944
11945         * shell/ev-view.c: (ev_view_can_find_next):
11946         * shell/ev-window.c: (ev_window_setup_document):
11947
11948         Check that the document supports find
11949
11950 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11951
11952         * data/evince-ui.xml:
11953         * shell/ev-view.c: (ev_view_can_find_next):
11954         * shell/ev-view.h:
11955         * shell/ev-window.c: (update_action_sensitivity),
11956         (find_changed_cb), (ev_window_setup_document),
11957         (ev_window_cmd_edit_find_next):
11958
11959         Add Edit->Find Next
11960
11961 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11962
11963         * pdf/ev-poppler.cc:
11964         * shell/ev-print-job.c: (idle_print_handler):
11965
11966         Make printing work again
11967
11968 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11969
11970         * shell/ev-page-action.h:
11971         * shell/ev-page-action.c: (ev_page_action_widget_init),
11972         (ev_page_action_widget_class_init), (page_changed_cb),
11973         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11974         (get_filter_model_from_model), (match_selected_cb),
11975         (display_completion_text), (match_completion), (update_model),
11976         (connect_proxy), (ev_page_action_set_property),
11977         (ev_page_action_get_property), (ev_page_action_set_document),
11978         (ev_page_action_set_model), (ev_page_action_class_init): Big
11979         reworking to make completions work iff we have >= GTK-2.7.0
11980                 
11981         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11982         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11983         (job_finished_cb): We now have a 'model' property that is set when
11984         the links are loaded.  This can be caught with "notify::model"
11985
11986         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11987         listen for the model to be set, and propagate it to the action.
11988
11989 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11990
11991         * cut-n-paste/recent-files/egg-recent-item.c:
11992         (egg_recent_item_set_uri), (make_valid_utf8),
11993         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11994         * cut-n-paste/recent-files/egg-recent-item.h:
11995         
11996         Update egg-recent from libegg. This should fix long
11997         startup problem. For details see
11998         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11999
12000 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12001
12002         * cut-n-paste/recent-files/Makefile.am:
12003         * data/evince-ui.xml, shell/Makefile.am:
12004         * shell/ev-application.c, shell/ev-application.h:
12005         * shell/ev-window.c: Recent files support.
12006         
12007         * configure.ac: Added "ru" to ALL_LINGUAS.
12008         
12009         * dvju: new backend to support DJVU files.
12010         * dvi: new backend to support DVI.
12011
12012         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12013         * ev-application.c: Support for new backends.
12014         
12015         * help, ev-window.c, main.c shell/Makefile.am: 
12016         Evince user documentation.
12017
12018 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12019
12020         * po/POTFILES.in:
12021         * shell/ev-window.c:
12022         * thumbnailer/evince-thumbnailer.c:
12023
12024         s/pdf-document/ev-poppler
12025
12026 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12027
12028         * NEWS:
12029         * configure.ac:
12030
12031         Release 0.2.0
12032
12033         * ps/ps-document.c: (setup_pixmap):
12034
12035         Remove debug code
12036
12037 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12038
12039         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12040         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12041         (ev_window_cmd_go_first_page): Fix of by one errors.
12042
12043 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12044
12045         * ps/ps-document.c: (get_page_box):
12046
12047         Fix page size calculation
12048
12049 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12050
12051         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12052         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12053         (get_page_orientation), (setup_page), (document_load),
12054         (ps_document_get_page_size), (render_pixbuf_idle):
12055         * ps/ps-document.h:
12056
12057         More refactoring to adapt to EvDocument changes
12058
12059 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12060
12061         * ps/ps-document.c: (start_interpreter):
12062
12063         Actually add alpha args
12064
12065 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12066
12067         * pdf/ev-poppler.cc:
12068
12069         Make clipboard work again
12070
12071 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12072
12073         Make searching work again.
12074         
12075         * backend/ev-document.c:
12076         * backend/ev-document.h:
12077         * backend/ev-document-find.c:
12078         * backend/ev-document-find.h: Change EvDocumentIface so we no
12079         longer store the current page or zoom level in the document.  The
12080         consequence is that all calls that operate on the current page now
12081         instead take the page number as an extra argument, and all
12082         coordinates are now doubles in document coordinate system.
12083
12084         * pdf/ev-poppler.cc:
12085         * pixbuf/pixbuf-document.c:
12086         * ps/ps-document.c: Update backends accordingly.
12087
12088 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12089
12090         * autogen.sh:
12091
12092         Add required gettext version
12093
12094 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12095
12096         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12097         make F1 bring up non-existent help.
12098
12099         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12100         epiphany's find bar, #167477
12101
12102         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12103         <emil@nishra.com> to add space-bar scrolling, 
12104
12105         * shell/ev-window.c (static GtkActionEntry entries): add default
12106         keybinding for Help (F1)
12107         Fixes #171068
12108
12109         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12110         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12111         170110
12112
12113 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12114
12115         * Makefile.am: 
12116         * pixbuf/pixbuf-document.c: 
12117
12118         Got pixbuf backend working again
12119
12120 2005-04-01  Steve Murphy  <murf@e-tools.com>
12121
12122         * configure.in: Added "rw" to ALL_LINGUAS.
12123
12124 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12125
12126         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12127         model types, noticed by Martin Kretzschmar.
12128
12129 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12130
12131         * pdf/ev-poppler.cc: Implement search based on
12132         poppler_page_find_text().  Currently a bit crude since we remember
12133         all matches from all pages.  Also, we grab the big document lock
12134         when we search since searching changes the underlying stream and
12135         thus conflicts with the rendering thread.
12136         
12137         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12138         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12139         (ev_view_find_previous): Fix some page indexes to be 0 based,
12140         offset rubber band by view offset,
12141
12142 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12143
12144         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12145
12146 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12147
12148         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12149         completely because I didn't understand GtkActions.  I should
12150         read Marco's code more carefully in the future.
12151
12152         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12153         function
12154
12155 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12156
12157         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12158         PopplerRectangle change from poppler CVS.
12159
12160 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12161
12162         * backend/ev-document.c: (ev_document_get_page_label):
12163         * backend/ev-document.h:
12164         * backend/ev-page-cache.c: (_ev_page_cache_new),
12165         (ev_page_cache_get_page_label):
12166         * backend/ev-page-cache.h:
12167         * pdf/ev-poppler.cc:
12168         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12169         (links_page_num_func):
12170         * shell/ev-sidebar-thumbnails.c:
12171         (ev_sidebar_thumbnails_set_document):
12172         * shell/ev-view.c: (status_message_from_link),
12173         (ev_view_motion_notify_event):
12174         * shell/ev-window.c: (document_supports_sidebar): Add in page
12175         label support.  It's not perfect yet, but it's the first 'feature'
12176         in a while.
12177         Also, fix a bogus comment noticed by crispin. 
12178
12179 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12180
12181         * Makefile.am: Remove pixbuf backend for now
12182
12183         * configure.ac: Require poppler-glib instead of just poppler.
12184
12185         * backend/ev-document-thumbnails.h: Add a comment
12186
12187         * backend/ev-document.h:
12188         * backend/ev-document.c: (ev_document_class_init),
12189         (ev_document_load), (ev_document_get_link),
12190         (ev_document_get_links): Remove 3 methods and add get_links.
12191         Also, made 0 based.
12192
12193         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12194         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12195
12196         * backend/ev-link.c: (ev_link_set_title),
12197         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12198         (ev_link_mapping_find):
12199         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12200         
12201         * backend/ev-page-cache.c: (ev_page_cache_init),
12202         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12203         (ev_page_cache_get_size), (ev_page_cache_next_page),
12204         (ev_page_cache_prev_page): Fix to be 0 based.
12205
12206         * pdf/Makefile.am: 
12207         * pdf/ev-poppler.h:
12208         * pdf/ev-poppler.cc: New backend.
12209         
12210         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12211         (ps_document_get_page), (ps_document_document_iface_init):
12212
12213         * shell/ev-pixbuf-cache.h:
12214         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12215         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12216         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12217         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12218         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12219         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12220         based.
12221         
12222         * shell/ev-sidebar-thumbnails.c:
12223         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12224         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12225
12226         * shell/ev-view.c: (status_message_from_link),
12227         (find_page_at_location), (get_link_at_location),
12228         (ev_view_motion_notify_event), (ev_view_button_release_event),
12229         (ev_view_init): Use the new link code.  Fix to be 0 based.
12230
12231         * shell/ev-window.c: (update_action_sensitivity),
12232         (document_supports_sidebar): 0 based.
12233
12234 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12235
12236         * pdf/pdf-document.cc: Patch from Fernando Herrera
12237         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12238         *blush*
12239
12240 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12241
12242         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12243         1 to the page, as this seems to be 1 based.  I thought we has this
12244         fixed.  grump.
12245
12246 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12247
12248         * TODO:
12249         * backend/Makefile.am:
12250         * backend/ev-document-links.c:
12251         (ev_document_links_has_document_links),
12252         (ev_document_links_get_links_model):
12253         * backend/ev-document-links.h:
12254         * backend/ev-document.c: (ev_document_get_page_cache),
12255         (ev_document_get_doc_mutex), (ev_document_load),
12256         (ev_document_save), (ev_document_get_title),
12257         (ev_document_get_n_pages), (ev_document_set_page),
12258         (ev_document_get_page), (ev_document_set_target),
12259         (ev_document_set_scale), (ev_document_set_page_offset),
12260         (ev_document_get_page_size), (ev_document_get_text),
12261         (ev_document_get_link), (ev_document_render),
12262         (ev_document_render_pixbuf), (ev_document_scale_changed):
12263         * backend/ev-document.h:
12264         * backend/ev-job-queue.c: (remove_object_from_queue),
12265         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12266         (no_jobs_available_unlocked), (ev_render_thread),
12267         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12268         (ev_job_queue_remove_job):
12269         * backend/ev-job-queue.h:
12270         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12271         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12272         (ev_job_links_class_init), (ev_job_render_init),
12273         (ev_job_render_dispose), (ev_job_render_class_init),
12274         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12275         (ev_job_thumbnail_class_init), (ev_job_finished),
12276         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12277         (ev_job_render_run), (ev_job_thumbnail_new),
12278         (ev_job_thumbnail_run):
12279         * backend/ev-jobs.h:
12280         * backend/ev-link.c:
12281         * backend/ev-link.h:
12282         * backend/ev-page-cache.c: (ev_page_cache_init),
12283         (ev_page_cache_class_init), (ev_page_cache_finalize),
12284         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12285         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12286         (ev_page_cache_set_link), (ev_page_cache_get_title),
12287         (ev_page_cache_get_size), (ev_page_cache_next_page),
12288         (ev_page_cache_prev_page):
12289         * backend/ev-page-cache.h:
12290         * pdf/pdf-document.cc:
12291         * ps/gsdefaults.c:
12292         * ps/gsdefaults.h:
12293         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12294         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12295         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12296         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12297         (is_interpreter_ready), (output), (catchPipe), (input),
12298         (start_interpreter), (check_filecompressed), (compute_dimensions),
12299         (ps_document_enable_interpreter), (document_load),
12300         (ps_document_next_page), (render_page), (ps_document_set_page),
12301         (ps_document_set_scale), (render_pixbuf_idle),
12302         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12303         * ps/ps-document.h:
12304         * shell/Makefile.am:
12305         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12306         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12307         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12308         (ev_pixbuf_cache_new), (job_finished_cb),
12309         (check_job_size_and_unref), (move_one_job),
12310         (ev_pixbuf_cache_update_range), (find_job_cache),
12311         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12312         (ev_pixbuf_cache_add_jobs_if_needed),
12313         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12314         * shell/ev-pixbuf-cache.h:
12315         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12316         (idle_print_handler):
12317         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12318         (selection_changed_cb), (create_loading_model),
12319         (ev_sidebar_links_construct), (links_page_num_func),
12320         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12321         (update_page_callback), (job_finished_cb),
12322         (ev_sidebar_links_set_document):
12323         * shell/ev-sidebar-thumbnails.c:
12324         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12325         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12326         (page_changed_cb), (thumbnail_job_completed_callback),
12327         (ev_sidebar_thumbnails_set_document):
12328         * shell/ev-sidebar-thumbnails.h:
12329         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12330         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12331         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12332         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12333         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12334         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12335         (ev_view_button_release_event), (ev_view_scroll_view),
12336         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12337         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12338         (ev_view_new), (job_finished_cb), (page_changed_cb),
12339         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12340         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12341         (ev_view_find_previous):
12342         * shell/ev-view.h:
12343         * shell/ev-window.c: (update_action_sensitivity),
12344         (ev_window_open_page), (update_window_title), (update_total_pages),
12345         (page_changed_cb), (ev_window_setup_document),
12346         (password_dialog_response), (ev_window_cmd_save_as),
12347         (ev_window_print), (ev_window_cmd_go_previous_page),
12348         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12349         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12350         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12351         * shell/main.c: (main):
12352
12353         Merge evince-threads branch
12354
12355 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12356
12357         * configure.ac: Added "lt" to ALL_LINGUAS.
12358
12359 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12360
12361         * NEWS:
12362         * configure.ac:
12363
12364         Release 0.1.9
12365
12366 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12367
12368         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12369
12370         Fix here also the thumbnails 1-basedness :)
12371
12372 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12373
12374         * NEWS:
12375         * configure.ac:
12376
12377         Release 0.1.8
12378
12379 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12380
12381         * pdf/pdf-document.cc:
12382         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12383         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12384
12385         Fix the mess we did with thumbnails and 1-basedness
12386
12387 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12388
12389         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12390
12391 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12392
12393         * NEWS:
12394         * configure.ac:
12395
12396         Release 0.1.7
12397
12398 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12399
12400         * ps/Makefile.am:
12401         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12402         (gtk_gs_defaults_get_alpha_parameters),
12403         (gtk_gs_defaults_get_ungzip_cmd),
12404         (gtk_gs_defaults_get_unbzip2_cmd):
12405         * ps/gsdefaults.h:
12406         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12407         (ps_document_get_orientation), (document_load),
12408         (ps_document_goto_page), (ps_document_set_page_size):
12409         * ps/ps-document.h:
12410
12411         Some more sanitization of the ps backend. Remove a lot
12412         of unused code and do not base our defaults on ggv
12413         preferences (ugh!)
12414
12415 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12416
12417         * thumbnailer/evince-thumbnailer.schemas:
12418         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12419         (main): add -s option for thumbnail size.
12420
12421 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12422
12423         * configure.ac:
12424
12425         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12426         remove it.
12427
12428 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12429
12430         * pdf/pdf-document.cc:
12431
12432         Remove 4 pixels of useless border from the
12433         thumbnail.
12434
12435 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12436
12437         * backend/ev-document-thumbnails.c:
12438         (ev_document_thumbnails_get_thumbnail):
12439         * backend/ev-document-thumbnails.h:
12440
12441         Rework API a bit. Add a border flag and
12442         change sizing logic (now the size we specify
12443         applies to the bigger dimension).
12444
12445         * pdf/pdf-document.cc:
12446         * pixbuf/pixbuf-document.c:
12447         (pixbuf_document_thumbnails_get_thumbnail):
12448         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12449         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12450
12451         Adapt to the new API and do not draw a border for nautilus
12452         thumbnailer.
12453
12454 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12455
12456         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12457         take thumbnails from page "0" instead of "1". Added a copyright header.
12458
12459 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12460
12461         * ps/ps-document.c: (set_up_page), (start_interpreter):
12462
12463         Make it C89 compliant
12464
12465 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12466
12467         * Makefile.am:
12468         * configure.ac:
12469         * pdf/.cvsignore:
12470         * pdf/pdf-document.cc:
12471         * thumbnailer/Makefile.am:
12472         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12473         (main):
12474         * thumbnailer/evince-thumbnailer.schemas:
12475         * thumbnailer/pdf-icon.png:
12476
12477         Add a nautilus thumbnailer.
12478         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12479
12480 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12481
12482         * NEWS:
12483         * configure.ac:
12484         * po/POTFILES.in:
12485
12486         Release 0.1.6
12487
12488 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12489
12490         Use poppler instead of including xpdf source code.  Poppler is a
12491         fork of xpdf to build it as a shared library. See
12492         http://freedesktop.org/wiki/Software/poppler.
12493
12494         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12495         xpdf fork.
12496         
12497         * pdf/Makefile.am: Build libpdfdocument.a here.
12498         
12499         * pdf/GDKSplashOutputDev.cc:
12500         * pdf/GDKSplashOutputDev.h:
12501         * pdf/GnomeVFSStream.cc:
12502         * pdf/GnomeVFSStream.h:
12503         * pdf-document.cc:
12504         * pdf-document.h:
12505         * test-gdk-output-dev.cc
12506         * Thumb.cc:
12507         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12508         against poppler.
12509
12510 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12511
12512         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12513
12514         Clear idle stack before unsetting the document
12515
12516 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12517
12518         * ps/ps-document.c: (ps_document_widget_event),
12519         (ps_document_set_target), (ps_document_finalize),
12520         (ps_document_get_page):
12521
12522         Disconnect the widget event signal on finalize.
12523         Some code cleanups.
12524
12525 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12526
12527         * ps/ps-document.c: (set_up_page):
12528
12529         If there is no bpixmap create one, even if size
12530         is not changed.
12531
12532 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12533
12534         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12535         (set_up_page), (document_load), (ps_document_set_zoom):
12536
12537         Default page is 0. Calculate size even when we have no
12538         target yet.
12539
12540 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12541
12542         * shell/ev-sidebar.c: expand the selection widget to be always as
12543         wide as the sidebar
12544
12545 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12546
12547         * shell/ev-sidebar-thumbnails.c:
12548         (ev_sidebar_thumbnails_set_document):
12549
12550         Clear the list store when setting document
12551
12552 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12553
12554         * shell/ev-page-action.c: (update_entry), (sync_entry),
12555         (activate_cb), (entry_size_request_cb), (create_tool_item),
12556         (connect_proxy):
12557
12558         Use an entry for the page control instead of spinbuttons
12559
12560 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12561
12562         * data/evince.schemas.in:
12563
12564         Correct confusing string
12565
12566 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12567
12568         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12569         for real.  Gosh, how long has this been broken.
12570
12571         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12572         check for a NULL link.  We crash otherwise.
12573
12574 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12575
12576         * NEWS:
12577         * configure.ac:
12578
12579         Release 0.1.5
12580
12581 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12582
12583         * configure.ac: add the french translation.
12584
12585 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12586
12587         * shell/ev-window.c:
12588
12589         Remove unused header -> fix distcheck
12590
12591 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * shell/ev-window.c: (update_window_title),
12594         (ev_window_popup_password_dialog):
12595
12596         Unescape filename for display
12597
12598 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12599
12600         * pdf/xpdf/pdf-document.cc:
12601
12602         In get_page_size deal with rotation. Also
12603         cleanup the function a bit.
12604
12605 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12606
12607         * pdf/xpdf/pdf-document.cc:
12608
12609         Fix crash when opening in new window
12610
12611 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12612
12613         * configure.ac:
12614
12615         Check ghostscript >= 7
12616
12617 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12618
12619         * shell/ev-window.c:
12620
12621         Make page width the default sizing mode
12622
12623 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12624         Marco Pesenti Gritti <marco@gnome.org>
12625
12626         * shell/ev-window.c: Remember the sidebar size
12627
12628         * data/evince.schemas.in: Add a new gconf key to store the size of
12629         the sidebar
12630
12631 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12632
12633         * data/evince-ui.xml:
12634         * shell/ev-window.c: (update_action_sensitivity),
12635         (ev_window_cmd_view_reload):
12636         
12637         Add a "Reload" action and menu entry
12638
12639 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12640
12641         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12642         iff the type doesn't support thumbnailing and indexing.
12643
12644 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12645
12646         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12647
12648 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12649
12650         * pdf/splash/Splash.cc:
12651
12652         Port fix for a crasher from kde bug
12653         http://bugs.kde.org/show_bug.cgi?id=97131
12654
12655 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12656
12657         * pdf/xpdf/pdf-document.cc:
12658
12659         Return a link even if it's of an unrecognized
12660         type. Otherwise we go in an infinte cycle.
12661
12662 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12663
12664         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12665         (size_allocate_cb), (ev_window_set_sizing_mode):
12666
12667         Update size when switching mode
12668
12669 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12670
12671         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12672         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12673         (ev_window_cmd_view_normal_size):
12674
12675         Fix size toggle buttons behavior
12676
12677 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12678
12679         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12680         (doc_rect_to_view_rect), (ev_view_size_allocate),
12681         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12682         (scale_changed_callback):
12683
12684         Do not cache offsets in size_allocate.
12685
12686 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12687
12688         * shell/ev-view.c: (ev_view_size_allocate):
12689
12690         Calculate offsets before calling the parent
12691         class (which does a redraw)
12692
12693 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12694
12695         * pdf/xpdf/pdf-document.cc:
12696
12697         Fix a crasher on exit. Unused code, put a TODO
12698
12699 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12700
12701         * backend/ev-document.c: (ev_document_class_init),
12702         (ev_document_page_changed), (ev_document_scale_changed):
12703         * backend/ev-document.h:
12704
12705         Separate page/scale notifications
12706
12707         * pdf/xpdf/pdf-document.cc:
12708
12709         Emit the new signals.
12710         Do not display the pdf page in _render, do it
12711         when scale/page are requested.
12712
12713         * ps/ps-document.c: (ps_document_set_zoom),
12714         (ps_document_widget_event):
12715         * ps/ps-document.h:
12716
12717         Emit the new signals.
12718
12719         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12720         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12721         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12722         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12723         * shell/ev-view.h:
12724         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12725         (ev_window_cmd_view_page_width), (size_allocate_cb),
12726         (ev_window_set_sizing_mode):
12727
12728         Rework sizing to be pixel based.
12729         There are bugs but should be already way better.
12730
12731 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12732
12733         * shell/ev-window.c: (ev_window_init):
12734
12735         Do not allow to shrink sidebar smaller then
12736         child requisition
12737
12738 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12739
12740         * shell/ev-sidebar.[ch]
12741         * shell/ev-window.c:
12742
12743         Improved sidebar widget. Fixes #166683
12744
12745 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12746
12747         * shell/ev-view.c (update_find_status_message): Give translators
12748         more flexibility with ngettext plural handling.
12749
12750 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12751
12752         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12753         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12754         page when we get the page size.
12755
12756 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12757
12758         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12759
12760         ps pages are 0 based, convert 
12761
12762 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12765
12766         Initialize correct parent class. Set GError on document load
12767
12768 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12769
12770         * pdf/xpdf/pdf-document.cc:
12771
12772         Fixup selection offset calculation
12773
12774         * shell/ev-view.c: (view_rect_to_doc_rect),
12775         (doc_rect_to_view_rect), (ev_view_size_allocate),
12776         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12777         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12778
12779         Store selection as document relative, so that zooming
12780         and offset changing doesnt break it.
12781
12782 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12783
12784         * shell/ev-view.c: (ev_view_best_fit):
12785
12786         Do not try to best fit if the view is not realized
12787
12788 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12789           
12790         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12791
12792 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12793
12794         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12795
12796 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12797
12798         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12799         the popup window.  That prevents it resizing when in full screen
12800         mode.
12801
12802         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12803         multiple rerenders.  This pretty much sucks.
12804
12805         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12806         rest of the toolbar.
12807
12808 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12809
12810         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12811
12812 2005-02-17  Alexander Shopov  <ash@contact.bg>
12813
12814         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12815
12816 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12817
12818         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12819
12820 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12821
12822         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12823         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12824         (set_document_page), (document_changed_callback),
12825         (ev_view_set_document), (ev_view_find_previous),
12826         (ev_view_hide_cursor), (ev_view_show_cursor):
12827         * shell/ev-view.h:
12828         * shell/ev-window.c: (update_chrome_visibility),
12829         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12830         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12831         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12832         (ev_window_unfullscreen):
12833         * shell/main.c: (main):
12834
12835         Automatically hide the fullscreen button.
12836         Patch by Kristian Høgsberg <krh@redhat.com>
12837
12838 2005-02-16  Vincent Noel  <vnoel@cox.net>
12839
12840         * shell/main.c (main): Specify an icon for the window. Patch by
12841         Jaap A. Haitsma. Fixes #166177.
12842
12843 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12844
12845         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12846
12847 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12848
12849         * backend/ev-document-misc.h:
12850         * backend/ev-document-misc.c:
12851         (ev_document_misc_get_page_border_size),
12852         (ev_document_misc_paint_one_page): New function to canonicalize
12853         sizing/painting a border.
12854
12855         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12856         used.
12857
12858         * pdf/xpdf/pdf-document.cc: use new function
12859
12860         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12861         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12862         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12863         shell/ev-window.c: (update_sizing_buttons),
12864         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12865         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12866         (ev_window_cmd_view_page_width), (size_allocate_cb),
12867         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12868         and "fit width" values act as toggle buttons so they stay
12869         toggled.  It's not 100% perfect, and it's a little slow, but it's
12870         good enough to commit I think.
12871
12872 2005-02-15  David Lodge  <dave@cirt.net>
12873
12874         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12875
12876 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12877
12878         * shell/ev-window.c (update_window_title): replace newlines in
12879         the title by spaces. Bug #166107.
12880
12881 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12882
12883         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12884         parameters providing allocation width and height without
12885         scrollbars and width of a possible vertical scrollbar. With this
12886         additional information the functions can work as
12887         intended. Unfortunately they're not idempotent. We should
12888         transform these commands to toggles. Fixes Bug #164976
12889         Initial patch by Stephane Loeuillet, then heavily modified.
12890
12891         * shell/ev-view.h: update prototypes.
12892
12893         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12894         (ev_window_cmd_view_page_width): provide EvView fit functions with
12895         all the information they need. Formulas to calculate this
12896         information taken from GtkScrolledWindow.
12897
12898 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12899
12900         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12901         created a thumbnail, the list store is updated to know
12902         that the thumbnail is set. Fixes bug #166792
12903
12904 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12905
12906         * shell/ev-window.c: fixed typo, closes bug 166897
12907
12908         * TODO: updated TODO with bug numbers that are relevant
12909
12910 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12911
12912         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12913
12914 2005-02-09  Vincent Noel  <vnoel@cox.net>
12915
12916         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12917         and "Next" toolbar buttons as important to make them stand out.
12918
12919 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12920
12921         * lib/ev-debug.c:
12922         * lib/ev-debug.h:
12923         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12924         (start_interpreter), (stop_interpreter), (document_load),
12925         (ps_document_next_page), (ps_document_goto_page),
12926         (ps_document_set_page_size), (ps_document_widget_event),
12927         (ps_document_render):
12928         * shell/ev-page-view.c: (ev_page_view_dispose):
12929         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12930
12931         Fix compilation on non-gcc platforms
12932
12933 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12934
12935         * NEWS:
12936         * configure.ac:
12937
12938         Release 0.1.4
12939
12940         * pdf/xpdf/Catalog.cc:
12941         * pdf/xpdf/XRef.cc:
12942
12943         Fix the fix for CAN-2004-0888
12944
12945 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12946
12947         * data/Makefile.am:
12948         * data/evince-ui.xml:
12949         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12950         * shell/ev-stock-icons.h:
12951         * shell/ev-window.c: (update_action_sensitivity),
12952         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12953         (set_action_properties):
12954
12955         Improve toolbar layout/icons
12956
12957 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12958
12959         * pdf/xpdf/pdf-document.cc:
12960
12961         Add warnings about unimplemented/unknown link
12962         types.
12963
12964 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12965
12966         * ps/ps-document.c: (set_up_page):
12967
12968         Log gs property
12969
12970 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12971
12972         * ps/ps-document.c: (start_interpreter):
12973
12974         Log gs env var
12975
12976 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12977
12978         * shell/ev-page-view.c: (ev_page_view_dispose):
12979         * shell/ev-view.c: (ev_view_finalize):
12980         * shell/ev-window.c: (ev_window_setup_document),
12981         (ev_window_dispose), (ev_window_init):
12982
12983         Solve more refs issues.
12984
12985         I commented out the page_view initialization for now:
12986         it was never destroyed (because it's never added
12987         to a container). Because of that we was leaking
12988         gs processes. Couldnt think to a clean fix.
12989         We need to figure this out, password view has the
12990         same issue probably.
12991
12992 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12993
12994         * ps/ps-document.c: (ps_document_finalize),
12995         (ps_document_get_n_pages), (ps_document_get_page):
12996
12997         Some cleanups, stop the interpreter on finalize
12998
12999         * shell/ev-page-view.c: (ev_page_view_dispose),
13000         (ev_page_view_class_init):
13001
13002         Release our reference on the document
13003
13004 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13005
13006         * Makefile.am:
13007         * configure.ac:
13008         * doc/debugging.txt:
13009         * lib/.cvsignore:
13010         * lib/Makefile.am:
13011         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13012         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13013         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13014         * lib/ev-debug.h:
13015
13016         Add debugging helpers
13017
13018         * ps/Makefile.am:
13019         * ps/ps-document.c: (set_up_page), (start_interpreter),
13020         (stop_interpreter), (document_load), (ps_document_next_page),
13021         (ps_document_goto_page), (ps_document_set_page_size),
13022         (ps_document_widget_event), (ps_document_render):
13023         * shell/Makefile.am:
13024         * shell/ev-view.c: (expose_bin_window):
13025         * shell/main.c: (main):
13026
13027         Add some logs
13028         
13029 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * ps/ps-document.c: (ps_document_widget_event):
13032
13033         Initialize message_window, this should make ps
13034         rendering really work! (Never noticed because I was
13035         testing with a ps that is causing gs to exit every time!)
13036
13037 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13038
13039         * data/evince.schemas.in: updated simple error in applyto closing tag
13040
13041 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13042
13043         * Makefile.am:
13044         * configure.ac:
13045         * data/.cvsignore:
13046         * data/Makefile.am:
13047         * data/evince-ui.xml:
13048         A data/evince.schemas.in:
13049         * po/POTFILES.in:
13050         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13051         * shell/ev-stock-icons.h:
13052         * shell/ev-window.c: (update_chrome_visibility),
13053         (update_chrome_flag), (ev_window_cmd_edit_find),
13054         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13055         (ev_window_unfullscreen), (ev_window_focus_in_event),
13056         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13057         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13058         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13059         (ev_window_dispose), (ev_window_class_init),
13060         (set_action_properties), (set_chrome_actions), (load_chrome),
13061         (ev_window_init):
13062
13063         Implement fullscreen mode changes from bug #164776.
13064         Also implement persistent chrome toggles.
13065
13066 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13067
13068         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13069
13070 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13071
13072         * NEWS:
13073         * configure.ac:
13074         * shell/ev-view.c:
13075
13076         Add another check for find interface
13077
13078         Release 0.1.3
13079
13080 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13081
13082         * shell/ev-application.c: (ev_application_open):
13083         * shell/ev-window.c: (ev_window_open):
13084
13085         Open gzipped ps documents
13086
13087 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13088
13089         * TODO:
13090         * shell/ev-view.c: (set_document_page):
13091
13092         Clamp page number, dont try to move to
13093         not existant pages.
13094
13095 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13096
13097         * backend/ev-document-find.c: (ev_document_find_changed):
13098         * backend/ev-document-find.h:
13099         * pdf/xpdf/pdf-document.cc:
13100         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13101         * shell/ev-window.c: (find_bar_search_changed_cb):
13102
13103         Fix several bugs with find
13104
13105 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13106
13107         * shell/ev-sidebar-thumbnails.c
13108         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13109         document. Prevents warning from scroll_to_cell.
13110
13111 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13112
13113         * configure.ac: Add «nb» to ALL_LINGUAS too.
13114
13115 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13116
13117         * NOTES: New file with some random thoughts.
13118
13119         * TODO: Update.
13120
13121         * backend/ev-document-misc.c:
13122         (ev_document_misc_get_page_border_size): New function to
13123         canonicalize shadow drawing sizes.  Possibly goofy.
13124
13125         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13126         (ev_view_best_fit), (ev_view_fit_width):
13127         * pdf/xpdf/pdf-document.cc:
13128         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13129         * ps/ps-document.c: (ps_document_get_page_size):
13130         * backend/ev-document-misc.h:
13131         * backend/ev-document.c: (ev_document_get_page_size):
13132         * backend/ev-document.h: get_page_size now takes a page number
13133         parameter.  Made all the backends/frontends honor it.
13134
13135         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13136         see.  Doesn't work yet.
13137
13138         * shell/Makefile.am:
13139         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13140         Doesn't do anything yet.
13141
13142         * shell/ev-sidebar-thumbnails.c:
13143         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13144         [0..n_pages-1]
13145
13146         * shell/ev-window.c: (update_action_sensitivity),
13147         (ev_window_setup_document), (ev_window_set_page_mode),
13148         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13149         view-swapping code a bit so we can have multiple views on a
13150         document.  Add the multi-page view, though it can't be turned on
13151         yet.
13152
13153 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13154
13155         * shell/ev-application.c: (ev_application_open):
13156         * shell/ev-view.c: (expose_bin_window):
13157         * shell/ev-window.c: (ev_window_open):
13158
13159         Support eps and check document supports find
13160         before drawing highlightings in expose.
13161
13162 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13163
13164         * pixbuf/pixbuf-document.c:
13165         (pixbuf_document_thumbnails_get_dimensions),
13166         (pixbuf_document_document_thumbnails_iface_init):
13167
13168         implement get_dimensions
13169
13170 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13171
13172         * NEWS:
13173         * configure.ac:
13174
13175         Release 0.1.2
13176
13177 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13178
13179         * shell/ev-view.c: (set_document_page):
13180
13181         Scroll at the top of the page when changing page
13182
13183 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * shell/ev-view.c: (ev_view_motion_notify_event):
13186
13187         Do not redraw unnecessarily
13188
13189 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13190
13191         * pdf/xpdf/pdf-document.cc:
13192         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13193         (expose_bin_window), (find_changed_cb):
13194
13195         Yay! find works now... Now to find bugs...
13196
13197 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * backend/ev-document-find.c: (ev_document_find_base_init),
13200         (ev_document_find_changed):
13201         * backend/ev-document-find.h:
13202         * pdf/xpdf/pdf-document.cc:
13203         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13204         (expose_bin_window), (ev_view_init), (set_document_page),
13205         (ensure_rectangle_is_visible), (jump_to_find_result),
13206         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13207         (ev_view_find_next), (ev_view_find_previous):
13208         * shell/ev-view.h:
13209         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13210
13211         More work on find implementation, mostly there now
13212
13213 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13214
13215         * backend/ev-backend-marshalers.list:
13216         * backend/ev-document-find.c: (ev_document_find_base_init),
13217         (ev_document_find_cancel), (ev_document_find_page_has_results),
13218         (ev_document_find_get_n_results), (ev_document_find_get_result),
13219         (ev_document_find_get_progress), (ev_document_find_changed):
13220         * backend/ev-document-find.h:
13221
13222         Enanche the find interface to be really able to do
13223         multi page find.
13224
13225         * pdf/xpdf/pdf-document.cc:
13226
13227         Implement
13228
13229         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13230         (expose_bin_window), (ev_view_init),
13231         (ev_view_get_find_status_message), (find_changed_cb),
13232         (ev_view_set_document), (set_document_page):
13233
13234         Adapt to the new interface. A few things are regressed sorry,
13235         I will finish it soon.
13236
13237 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13238
13239         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13240         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13241         ev_sidebar_thumbnails_parent_class variable, don't define another
13242         parent_class variable.
13243
13244         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13245         (ev_page_action_class_init): ditto.
13246
13247         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13248         (pixbuf_document_class_init): ditto.
13249
13250         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13251         ditto.
13252
13253         * .cvsignore: ignore various valgrind output files.
13254
13255 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13256
13257         * data/evince-ui.xml:
13258         * shell/Makefile.am:
13259         * shell/ev-history.c:
13260         * shell/ev-history.h:
13261         * shell/ev-navigation-action.c:
13262         * shell/ev-navigation-action.h:
13263         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13264         (ev_view_set_page), (ev_view_fit_width):
13265         * shell/ev-view.h:
13266         * shell/ev-window.c: (update_action_sensitivity),
13267         (ev_window_setup_document), (register_custom_actions):
13268
13269         Kill session history
13270
13271 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13272
13273         * shell/ev-window.c: (update_action_sensitivity):
13274
13275         Fix inverted up/down buttons
13276
13277 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13278
13279         * shell/ev-sidebar-thumbnails.c
13280         (ev_sidebar_thumbnails_select_page): make sure the selected
13281         thumbnail stays visible.
13282
13283 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13284
13285         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13286         scrolled window for Federico.
13287
13288 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13289
13290         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13291
13292 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13293
13294         * configure.ac:
13295         * pdf/splash/SplashFTFontEngine.cc:
13296
13297         Fix CID fonts with freetype 2.1.9
13298
13299 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13300
13301         * TODO: added item for desktop icon thumbnailer
13302
13303 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13304
13305         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13306         unloaded docs when the title is accessed.
13307
13308         * shell/ev-password-view.[hc]: New widget for displaying password
13309         state.
13310
13311         * shell/ev-window.[ch]: Refactor password handling code to handle
13312         the new view.
13313
13314 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13315
13316         * NEWS:
13317         * configure.ac:
13318         * data/Makefile.am:
13319
13320         Release 0.1.1
13321
13322 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13323
13324         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13325         ignore page offset here, to make search results independent of it,
13326
13327         * shell/ev-view.c (expose_bin_window): but take offsets into
13328         account here. Bug #164932
13329
13330         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13331         scale at the right time. Bug #164996
13332
13333 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13334
13335         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13336         fix the problem. Now I just removed the Adobe font names and hope
13337         that the URW fonts are always in outline format. Bug #164934
13338
13339         * shell/ev-window.c (update_window_title): empty titles are
13340         useless, use filename in that case too.
13341
13342         * NEWS: Add some content.
13343
13344 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13345
13346         * TODO: added one more TODO item and a TODONE section :)
13347
13348 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13349
13350         * ps/ps-document.h: add page_[xy]_offset fields.
13351
13352         * ps/ps-document.c (ps_document_set_page_offset)
13353         (ps_document_render): Keep offset in consideration in a few
13354         places. Bug #164752 "postscript documents are not centered in
13355         window"
13356
13357         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13358         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13359
13360         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13361         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13362         stub out missing methods for complete EvDocument implementation.
13363         Fixes segfaults with Save A Copy and Copy actions.
13364
13365         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13366         (ps_document_document_iface_init): ditto.
13367         
13368 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * data/.cvsignore:
13371         * data/Makefile.am:
13372         * data/evince.desktop.in:
13373
13374         Add desktop file
13375
13376 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13377
13378         * shell/ev-view.c: (ev_view_button_press_event),
13379         (ev_view_motion_notify_event):
13380
13381         Make selection work in any direction
13382
13383 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13384
13385         * TODO:
13386         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13387
13388         Use shorter labels for some of the toolbars items
13389
13390 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13391
13392         * pdf/xpdf/pdf-document.cc:
13393
13394         Check the links info is initialized before
13395         using it. Should fix a crash on startup.
13396
13397 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13398
13399         * pixbuf/pixbuf-document.c
13400         (pixbuf_document_thumbnails_get_dimensions): force floating point
13401         division to calculate page_ratio. Fixes crash with landscape
13402         format pixbufs.
13403
13404 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13405
13406         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13407
13408 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13409
13410         * shell/ev-view.c (set_document_page): unset has_selection when
13411         the page changes.
13412         (set_document_page): handle paper size changes when the page
13413         changes (test with Free Culture, page 2).
13414
13415 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13416
13417         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13418         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13419
13420         Use normal style color for the widget background and
13421         draw a black box around the page.
13422
13423 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * pdf/xpdf/pdf-document.cc:
13426
13427         Keep offset in consideration in a few places
13428
13429         * shell/ev-view.c: (expose_bin_window):
13430
13431         Set the offsets so that the document is ever centered
13432
13433 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13434
13435         * TODO: Added TODO items and finished off the first todo item
13436
13437         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13438         reflect current authors
13439
13440 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13441
13442         * pdf/xpdf/pdf-document.cc:
13443         * shell/ev-view.c: (ev_view_set_cursor),
13444         (ev_view_motion_notify_event), (document_changed_callback),
13445         (set_document_page):
13446
13447         Show a wait cursor while the page is rendering
13448
13449 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13450
13451         * shell/ev-sidebar-thumbnails.c:
13452         (ev_sidebar_tree_selection_changed),
13453         (ev_sidebar_thumbnails_select_page):
13454         * shell/ev-sidebar-thumbnails.h:
13455         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13456         (ev_view_can_go_forward):
13457         * shell/ev-window.c: (ev_window_open_page),
13458         (ev_window_setup_document), (update_current_page),
13459         (view_page_changed_cb), (ev_window_init):
13460         * shell/ev-window.h:
13461
13462         Ensure thumbnails selection, toolbar page control and
13463         current page are in sync.
13464
13465 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13466
13467         * pdf/xpdf/XRef.cc:
13468
13469         Fix CAN-2005-0064
13470
13471 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13472
13473         * backend/Makefile.am:
13474         * backend/ev-document-links.h:
13475         * backend/ev-document-security.c: (ev_document_security_get_type),
13476         (ev_document_security_has_document_security),
13477         (ev_document_security_set_password):
13478         * backend/ev-document-security.h:
13479         * backend/ev-document.c: (ev_document_error_quark):
13480         * backend/ev-document.h:
13481         * data/Makefile.am:
13482         * data/evince-password.glade:
13483         * pdf/xpdf/pdf-document.cc:
13484         * shell/Makefile.am:
13485         * shell/ev-password.c: (ev_password_set_bad_password_label),
13486         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13487         (ev_password_dialog_get_password),
13488         (ev_password_dialog_set_bad_pass):
13489         * shell/ev-password.h:
13490         * shell/ev-window.c: (ev_window_get_attribute),
13491         (ev_window_set_property), (update_action_sensitivity),
13492         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13493         (ev_window_setup_document), (ev_window_get_password),
13494         (ev_window_open), (ev_window_cmd_save_as),
13495         (using_postscript_printer), (ev_window_print),
13496         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13497         (update_fullscreen_popup), (ev_window_fullscreen),
13498         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13499         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13500         (menu_item_select_cb), (find_bar_search_changed_cb),
13501         (ev_window_dispose), (ev_window_init):
13502
13503         Add initial support for password-supported dialogs.  This could be
13504         a lot cooler, but it'll do for now.
13505
13506 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13507
13508         * pdf/xpdf/pdf-document.cc:
13509         * shell/ev-view.c: (status_message_from_link),
13510         (ev_view_set_status), (ev_view_set_cursor),
13511         (ev_view_motion_notify_event), (ev_view_init):
13512         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13513
13514         Fix bugs in the links implementation and change cursor
13515         when hovering a link.
13516
13517 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13518
13519         * viewer/.cvsignore: added cvsignore file for viewer directory
13520
13521         * TODO: created TODO document
13522
13523 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13524
13525         * shell/ev-view.h:
13526         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13527         new functions to help with implementation of sensitivity code
13528         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13529         of all actions that might require it.  Fixes a crash when you
13530         click on the Zoom actions in a window lacking a document.
13531
13532 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13533
13534         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13535         of the Find action
13536
13537 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13538
13539         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13540         (pixbuf_document_document_iface_init):
13541         * ps/ps-document.c: (ps_document_get_link),
13542         (ps_document_document_iface_init):
13543         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13544         (status_message_from_link), (ev_view_set_status),
13545         (ev_view_set_find_status), (ev_view_motion_notify_event),
13546         (ev_view_button_release_event), (ev_view_set_property),
13547         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13548         (ev_view_get_find_status_message), (update_find_results),
13549         (ev_view_get_status), (ev_view_get_find_status):
13550         * shell/ev-view.h:
13551         * shell/ev-window.c: (view_status_changed_cb),
13552         (view_find_status_changed_cb), (ev_window_init):
13553
13554         View status message support, use it to show the links.
13555         Needs work...
13556
13557 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13558
13559         * backend/ev-document.c: (ev_document_get_link):
13560         * backend/ev-document.h:
13561         * pdf/xpdf/pdf-document.cc:
13562         * shell/ev-application.c: (ev_application_open):
13563         * shell/ev-application.h:
13564         * shell/ev-sidebar-links.c: (selection_changed_cb):
13565         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13566         (ev_view_go_to_link):
13567
13568         Add support for document links
13569
13570 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13571
13572         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13573         (create_tool_item):
13574         Set the spin button limits correctly.
13575         
13576         * shell/ev-sidebar-thumbnails.c:
13577         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13578         Support changing pages by clicking on the thumbnails.
13579         
13580 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13581
13582         * pixbuf/pixbuf-document.c:
13583         (pixbuf_document_thumbnails_get_dimensions),
13584         (pixbuf_document_document_thumbnails_iface_init):
13585
13586         implement get_dimensions
13587
13588 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13589
13590         * ps/ps-document.c: (ps_document_goto_page):
13591
13592         Fix page switching on multipage documents
13593
13594 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13595
13596         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13597         
13598         check for NULL before assigning to width and height parameters
13599
13600 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13601
13602         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13603         (pixbuf_document_set_property), (pixbuf_document_get_property):
13604
13605         implement get/set properties
13606
13607 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13608
13609         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13610         
13611         return NULL instead of "Unknown", letting the title get set to
13612         the filename when the pdf has no title.
13613
13614 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13615
13616         * ps/ps-document.c: (ps_document_get_page_count),
13617         (ps_document_goto_page):
13618
13619 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13620
13621         * shell/ev-history.c: (ev_history_get_property),
13622         (ev_history_set_property), (ev_history_class_init),
13623         (ev_history_add_page), (ev_history_set_current_index):
13624         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13625         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13626         (ev_navigation_action_finalize):
13627         * shell/ev-navigation-action.h:
13628         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13629         (ev_view_go_forward), (ev_view_get_find_status_message),
13630         (history_index_changed_cb), (ev_view_set_history):
13631         * shell/ev-view.h:
13632         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13633         (update_current_page), (register_custom_actions):
13634
13635         Implement history dropdowns
13636
13637 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13638
13639         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13640         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13641         (ev_view_go_forward):
13642         * shell/ev-window.c: (register_custom_actions):
13643
13644         Fix several history bugs
13645
13646 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13647
13648         * configure.ac: Add «nb» to ALL_LINGUAS.
13649
13650 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13651
13652         * backend/Makefile.am:
13653         * backend/ev-bookmark.c:
13654         * backend/ev-bookmark.h:
13655         * backend/ev-document-bookmarks.c:
13656         * backend/ev-document-bookmarks.h:
13657         * backend/ev-document-links.c: (ev_document_links_get_type),
13658         (ev_document_links_has_document_links),
13659         (ev_document_links_begin_read), (ev_document_links_get_link),
13660         (ev_document_links_get_child), (ev_document_links_next),
13661         (ev_document_links_free_iter):
13662         * backend/ev-document-links.h:
13663         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13664         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13665         (ev_link_get_link_type), (ev_link_set_link_type),
13666         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13667         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13668         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13669         (ev_link_new_external):
13670         * backend/ev-link.h:
13671         * pdf/xpdf/pdf-document.cc:
13672         * shell/Makefile.am:
13673         * shell/ev-application.c: (ev_application_open_link):
13674         * shell/ev-application.h:
13675         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13676         (ev_history_get_link_nth):
13677         * shell/ev-history.h:
13678         * shell/ev-sidebar-bookmarks.c:
13679         * shell/ev-sidebar-bookmarks.h:
13680         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13681         (ev_sidebar_links_class_init), (selection_changed_cb),
13682         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13683         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13684         (do_one_iteration), (populate_links_idle),
13685         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13686         * shell/ev-sidebar-links.h:
13687         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13688         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13689         (go_to_index):
13690         * shell/ev-view.h:
13691         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13692         * shell/ev-window.h:
13693
13694         Rename bookmark to link, and use "Index" for the sidebar panel.
13695
13696 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13697
13698         * shell/Makefile.am:
13699         * shell/ev-application.c: (ev_application_open_bookmark):
13700         * shell/ev-application.h:
13701         * shell/ev-history.c: (ev_history_init), (free_links_list),
13702         (ev_history_finalize), (ev_history_class_init),
13703         (ev_history_add_link), (ev_history_add_page),
13704         (ev_history_get_link_nth), (ev_history_get_n_links),
13705         (ev_history_get_current_index), (ev_history_set_current_index),
13706         (ev_history_new):
13707         * shell/ev-history.h:
13708         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13709         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13710         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13711         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13712         (ev_view_set_page):
13713         * shell/ev-view.h:
13714         * shell/ev-window.c: (ev_window_open_bookmark),
13715         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13716         (goto_page_cb), (register_custom_actions):
13717         * shell/ev-window.h:
13718
13719         Initial history implementation. Needs work.
13720
13721 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13722
13723         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13724
13725 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13726
13727         * cut-n-paste/recent-files/egg-recent-item.c:
13728         * cut-n-paste/recent-files/egg-recent-item.h:
13729         * cut-n-paste/recent-files/egg-recent-model.c:
13730         * cut-n-paste/recent-files/egg-recent-util.c:
13731         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13732         * cut-n-paste/recent-files/egg-recent-view.c:
13733
13734         Update
13735
13736 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13737
13738         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13739         (fillGlyph, fillImageMask, drawImage):
13740         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13741         pdf/splash/SplashTypes.h:
13742         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13743         packed mode for Splash.
13744
13745         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13746         RGB8 packed mode, eliminates the pixbuf data creation loop.
13747
13748         * shell/ev-print-job.c (ev_print_job_finalize)
13749         (ev_print_job_set_property, ev_print_job_get_property)
13750         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13751         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13752         (print_closure_finalize, ev_print_job_print): implement
13753         printing (for backends with EvPsExporter)
13754
13755         * shell/ev_print_job.h: update prototypes.
13756
13757         * shell/ev-window.c (ev_window_print): unref print job after
13758         printing.
13759
13760         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13761         unless the document implements the EvDocumentFind interface.
13762
13763 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13764
13765         * configure.ac: Added ja to ALL_LINGUAS.
13766
13767 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13768
13769         * pdf/xpdf/pdf-document.cc:
13770
13771         add a FIXME. We should probably not allocate
13772         a bookmark object every time
13773
13774 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13775
13776         * shell/ev-application.c: (ev_application_open),
13777         (ev_application_open_bookmark):
13778         * shell/ev-application.h:
13779         
13780         Add a way to open bookmarks
13781
13782         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13783         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13784         (ev_bookmark_set_property), (ev_bookmark_class_init),
13785         (ev_bookmark_new_title), (ev_bookmark_new_link),
13786         (ev_bookmark_new_external):
13787
13788         Support for external uris, better constructors.
13789
13790         * backend/ev-bookmark.h:
13791         * pdf/xpdf/pdf-document.cc:
13792         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13793
13794         Handle external uris
13795
13796 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13797
13798         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13799         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13800
13801         Hook up bookmarks navigation
13802
13803 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13804
13805         * backend/Makefile.am:
13806         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13807         (ev_bookmark_get_title), (ev_bookmark_set_title),
13808         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13809         (ev_bookmark_get_page), (ev_bookmark_set_page),
13810         (ev_bookmark_get_property), (ev_bookmark_set_property),
13811         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13812         (ev_bookmark_new):
13813         * backend/ev-bookmark.h:
13814         * backend/ev-document-bookmarks.c:
13815         (ev_document_bookmarks_get_bookmark):
13816         * backend/ev-document-bookmarks.h:
13817         * pdf/xpdf/pdf-document.cc:
13818         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13819
13820         Add a bookmark object to the backend and use it instead of get_values
13821
13822 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13823
13824         * data/evince-ui.xml:
13825
13826         Cleanup and add select all.
13827
13828         * shell/ev-view.c: (ev_view_select_all),
13829         (ev_view_button_press_event):
13830         * shell/ev-view.h:
13831         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13832
13833         Add select all.
13834         Clear selection on click.
13835
13836 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13837
13838         * shell/ev-sidebar-thumbnails.c
13839         (ev_sidebar_thumbnails_set_document): forgot to unref the
13840         loading_icon.
13841
13842 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13843
13844         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13845         at the visible page, not just linearly.  This makes it look fast.
13846
13847 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13848
13849         * backend/ev-document-misc.c
13850         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13851         white.
13852         * backend/ev-document-thumbnails.h: New interface to get the size
13853         of a page.
13854
13855 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13856
13857         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13858         make dist works
13859
13860 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13861
13862         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13863         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13864         things up a bit.
13865
13866         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13867
13868 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13869
13870         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13871         fonts. Should fix font problems on systems that have the base
13872         fonts in bitmap format. Reported by James Henstridge
13873         <james@jamesh.id.au>.
13874
13875 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13876
13877         * pdf/xpdf/Gfx.cc:
13878         * pdf/xpdf/GfxState.cc:
13879
13880         Fix for CAN-2004-1125
13881
13882 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13883
13884         * shell/ev-view.c: (ev_view_copy):
13885         * shell/ev-view.h:
13886         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13887
13888         Implement Edit->Copy
13889
13890 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13891
13892         * backend/ev-document.c: (ev_document_get_text):
13893         * backend/ev-document.h:
13894         * pdf/xpdf/pdf-document.cc:
13895         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13896         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13897         (ev_view_update_primary_selection), (ev_view_button_press_event),
13898         (ev_view_motion_notify_event), (ev_view_button_release_event):
13899
13900         Beginnings of clipboard support. Incomplete but primary sort
13901         of work.
13902
13903 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13904
13905         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13906         (expose_bin_window):
13907
13908         Nicer rubberband drawing, from GtkIconView.
13909
13910 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13911
13912         * backend/ev-document.c: (ev_document_save):
13913         * backend/ev-document.h:
13914         * data/evince-ui.xml:
13915         * pdf/xpdf/pdf-document.cc:
13916         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13917
13918         Implement "Save a copy..." menu item
13919
13920 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13921
13922         * shell/ev-view.c: (ev_view_zoom):
13923
13924         Queue a resize when zoom changes
13925
13926 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13927
13928         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13929         shadows.
13930
13931         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13932         thumbnails..
13933
13934 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13935
13936         * pdf/xpdf/pdf-document.cc
13937         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13938
13939 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13940
13941         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13942         It's slow, but I'll speed it up next!
13943
13944 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13945
13946         * shell/main.c (load_files):
13947
13948         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13949         from the command line and because it seems more appropriate.
13950
13951 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13952
13953         * data/evince-ui.xml:
13954         * shell/ev-window.c: (update_action_sensitivity),
13955         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13956
13957         s/next page/page down
13958         s/previous page/page up
13959
13960 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13961
13962         * data/evince-ui.xml:
13963
13964         Change the layout to match clarkbw design.
13965
13966         * shell/Makefile.am:
13967         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13968         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13969         (ev_navigation_action_finalize),
13970         (ev_navigation_action_set_property),
13971         (ev_navigation_action_get_property),
13972         (ev_navigation_action_class_init):
13973         * shell/ev-navigation-action.h:
13974
13975         Implement clarkbw toolbar navigation controls (incomplete)
13976
13977         * shell/ev-page-action.c: (update_label), (update_spin),
13978         (value_changed_cb), (create_tool_item), (connect_proxy),
13979         (ev_page_action_init), (ev_page_action_finalize),
13980         (ev_page_action_set_property), (ev_page_action_get_property),
13981         (ev_page_action_set_current_page),
13982         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13983         * shell/ev-page-action.h:
13984
13985         Implement a page switcher in the toolbar
13986
13987         * shell/ev-view.c: (ev_view_scroll_view):
13988         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13989         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13990         (register_custom_actions), (ev_window_init):
13991
13992         Change page on PageUp/Down.
13993
13994 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13995
13996         * pdf/xpdf/pdf-document.cc
13997         (pdf_document_thumbnails_get_thumbnail): initial stab at
13998         implementing thumbnail support for pdfs.  It only does documents
13999         with precached pdfs now.
14000
14001 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14002
14003         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14004         thumbnail code into a time-based idle as well.  Also, turn off the
14005         shadow temporarily as it's really slow.
14006
14007 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14008
14009         * backend/ev-document.c: (ev_document_class_init):
14010         * pdf/xpdf/pdf-document.cc:
14011         * shell/ev-window.c: (ev_window_open):
14012
14013         Fix document title bugs and fallback to
14014         filename when not available.
14015
14016 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14017
14018         * backend/ev-document.c: (ev_document_get_type),
14019         (ev_document_class_init), (ev_document_load),
14020         (ev_document_get_title):
14021         * backend/ev-document.h:
14022         * pdf/xpdf/pdf-document.cc:
14023         * ps/ps-document.c: (ps_document_set_property),
14024         (ps_document_get_property), (ps_document_class_init),
14025         (document_load):
14026         * ps/ps-document.h:
14027         * ps/ps.h:
14028         * shell/ev-window.c: (update_window_title), (ev_window_open),
14029         (ev_window_init):
14030
14031         Initial support for document title. Not working yet.
14032
14033 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14034
14035         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14036
14037         Grab focus on the view when clicking it
14038
14039 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14040
14041         * shell/ev-marshal.list:
14042         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14043         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14044
14045         Add key bindings to the view. Now if the focus would work
14046         right...
14047
14048 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14049
14050         * Makefile.am:
14051         * backend/Makefile.am:
14052         * data/Makefile.am:
14053         * dvi/Makefile.am:
14054         * dvi/dvilib/Makefile.am:
14055         * pdf/xpdf/Makefile.am:
14056         * po/POTFILES.in:
14057         * ps/Makefile.am:
14058
14059         Fix distcheck
14060
14061 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14062
14063         * shell/ev-view.c: (ev_view_realize):
14064
14065         Fix mouse wheel scrolling
14066
14067 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14068
14069         * ps/Makefile.am:
14070         * ps/gstypes.h:
14071         * ps/gtkgs.c:
14072         * ps/gtkgs.h:
14073         * ps/ps-document.c: (catchPipe), (ps_document_init),
14074         (ps_document_class_init), (ps_document_cleanup),
14075         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14076         (set_up_page), (close_pipe), (is_interpreter_ready),
14077         (interpreter_failed), (output), (input), (start_interpreter),
14078         (stop_interpreter), (file_length), (file_readable),
14079         (check_filecompressed), (check_pdf), (compute_xdpi),
14080         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14081         (ps_document_get_type), (ps_document_emit_error_msg),
14082         (document_load), (ps_document_next_page),
14083         (ps_document_get_current_page), (ps_document_get_page_count),
14084         (ps_document_goto_page), (ps_document_set_page_size),
14085         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14086         (ps_document_load), (ps_document_get_n_pages),
14087         (ps_document_set_page), (ps_document_get_page),
14088         (ps_document_widget_event), (ps_document_set_target),
14089         (ps_document_set_scale), (ps_document_set_page_offset),
14090         (ps_document_get_page_size), (ps_document_render),
14091         (ps_document_document_iface_init):
14092         * ps/ps-document.h:
14093         * ps/ps.c:
14094         * shell/ev-window.c: (ev_window_open):
14095
14096         Rename GtkGS to PSDocument
14097
14098 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14099
14100         * ps/gtkgs.c: (gtk_gs_class_init):
14101         * ps/gtkgs.h:
14102
14103         Some more leftover...
14104
14105 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14106
14107         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14108         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14109         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14110         * ps/gtkgs.h:
14111
14112         Remove unused code and make a lot of stuff private
14113
14114 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14115
14116         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14117         (gtk_gs_defaults_changed):
14118         * ps/gsdefaults.h:
14119         * ps/gtkgs.c:
14120         * ps/gtkgs.h:
14121         * ps/ps.h:
14122
14123         Cleanup headers dependencies
14124
14125 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14126
14127         * ps/Makefile.am:
14128         * ps/ggvutils.c:
14129         * ps/ggvutils.h:
14130         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14131         * ps/gsdefaults.h:
14132         * ps/gtkgs.c: (file_length), (file_readable),
14133         (check_filecompressed), (check_pdf), (gtk_gs_load),
14134         (gtk_gs_get_postscript):
14135
14136         Get rid of ggvutils
14137
14138 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14139
14140         * ps/ggvutils.c:
14141         * ps/ggvutils.h:
14142         * ps/gsio.h:
14143         * ps/gtkgs.c: (gtk_gs_set_zoom):
14144
14145         Cleanups
14146
14147 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14148
14149         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14150
14151         Ensure the page is rerendered when changing zoom
14152
14153 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14154
14155         * backend/ev-document.c: (ev_document_base_init),
14156         (ev_document_changed):
14157         * backend/ev-document.h:
14158
14159         Add a changed event that is emitted when the page content
14160         changes. This is necessary to deal with the fact that
14161         in ps backend rendering happen asycrounously.
14162         This makes the ps backend mostly work.
14163
14164         * pdf/xpdf/pdf-document.cc:
14165
14166         Emit changed event
14167
14168         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14169         (ps_document_set_target):
14170
14171         Emit changed event
14172
14173         * shell/ev-view.c: (document_changed_callback),
14174         (ev_view_set_document), (ev_view_set_page):
14175
14176         Redraw on the changed signal
14177
14178 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14179
14180         * configure.ac: Added pt_BR to ALL_LINGUAS.
14181
14182 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14183
14184         * backend/ev-document-bookmarks.c:
14185         (ev_document_bookmarks_get_child): *
14186         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14187         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14188         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14189         (ev_sidebar_bookmarks_destroy),
14190         (ev_sidebar_bookmarks_class_init),
14191         (ev_sidebar_bookmarks_construct), (stack_data_free),
14192         (do_one_iteration), (populate_bookmarks_idle),
14193         (ev_sidebar_bookmarks_clear_document),
14194         (ev_sidebar_bookmarks_set_document): *
14195         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14196         (ev_sidebar_add_page),
14197         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14198         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14199         it displays both the topics and the page numbers.
14200
14201 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14202
14203         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14204         toggle.
14205         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14206         visible.
14207
14208 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14209
14210         * configure.ac: Added en_CA to ALL_LINGUAS.
14211
14212 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14213
14214         * ChangeLog: replace bottom of this ChangeLog (merged history of
14215         ggv and gpdf; where all paths were wrong and most of the files are
14216         not even in this tree) with ChangeLog (from arch) of the shell
14217         code.
14218
14219 2004-12-23  Havoc Pennington  <hp@redhat.com>
14220
14221         * shell/ev-window.c: hook up potentially-questionable "find
14222         results status text" feature - something involving the sidebar or
14223         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14224         might be better in the end.
14225
14226         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14227         with corresponding signal when it should be updated
14228
14229         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14230
14231 2004-12-22  Havoc Pennington  <hp@redhat.com>
14232
14233         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14234         find stuff on other pages, sort of (only returns one result on
14235         invisible pages, to show they have results; updates full results
14236         for a page when you view it). Currently repaints the current page
14237         every time a new result is found on any page, which isn't so nice.
14238
14239 2004-12-22  Havoc Pennington  <hp@redhat.com>
14240
14241         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14242         the document doesn't support find (better ideas?)
14243         (find_bar_search_changed_cb): handle missing document or document
14244         that doesn't support find
14245
14246         * pdf/xpdf/pdf-document.cc: port to implement the new
14247         EvDocumentFindIface
14248
14249         * backend/ev-document-find.c: create a new interface for searching
14250
14251         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14252
14253 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14254
14255         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14256         libevbackend.la.
14257
14258         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14259         EvPrintJob constructor arguments.
14260
14261         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14262         for documents that can export PostScript (page by page).
14263
14264         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14265         
14266         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14267         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14268         (pdf_document_ps_exporter_iface_init:
14269         Implement EvPSExporter.
14270
14271         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14272
14273 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14274
14275         * backend/Makefile.am:
14276         * backend/ev-document-thumbnails.c:
14277         (ev_document_thumbnails_get_type),
14278         (ev_document_thumbnails_get_thumbnail):
14279         * backend/ev-document-thumbnails.h:
14280         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14281         (pixbuf_document_thumbnails_get_thumbnail),
14282         (pixbuf_document_document_thumbnails_iface_init):
14283         * shell/Makefile.am:
14284         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14285         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14286         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14287         * shell/ev-sidebar-thumbnails.h:
14288         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14289         (ev_sidebar_set_document):
14290         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14291         (create_shadow), (ev_pixbuf_add_shadow):
14292         * shell/ev-utils.h:
14293         Add thumbnail support.
14294         
14295 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14296
14297         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14298         (using_postscript_printer): Set up a print dialog for "PostScript
14299         injection" method.
14300
14301         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14302         EvPrintJob.
14303
14304         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14305
14306 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14307
14308         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14309         (ps_document_set_target), (ps_document_get_page_size),
14310         (ps_document_render):
14311         * ps/gtkgs.h:
14312
14313         Fix a few bugs
14314
14315 2004-12-22  Christian Rose  <menthos@menthos.com>
14316
14317         * configure.ac: Added "sv" to ALL_LINGUAS.
14318
14319 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14320
14321         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14322         document supports bookmarks.
14323
14324 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14325
14326         * ps/ggvutils.c: (ggv_file_readable):
14327         * ps/ggvutils.h:
14328         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14329         (gtk_gs_get_postscript):
14330
14331         Remove unused utils
14332
14333 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14334
14335         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14336         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14337         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14338         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14339         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14340         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14341         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14342         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14343         (gtk_gs_set_antialiasing), (ps_document_load),
14344         (ps_document_render):
14345         * ps/gtkgs.h:
14346
14347         Another check point for the ps backend. Now I can get it to show
14348         pages!
14349
14350 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14351
14352         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14353         document setting code.
14354
14355 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14356
14357         * shell/eggfindbar.c: (entry_activate_callback):
14358         Animate the next button when activate is pressed.
14359         
14360 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14361
14362         * shell/ev-window.c: (ev_window_cmd_edit_find),
14363         (update_fullscreen_popup), (ev_window_fullscreen),
14364         (ev_window_unfullscreen), (ev_window_state_event_cb),
14365         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14366         Fix bugs in fullscreen code.
14367         
14368 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14369
14370         * Makefile.am:
14371         * configure.ac:
14372         * pixbuf/Makefile.am:
14373         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14374         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14375         (pixbuf_document_set_page), (pixbuf_document_get_page),
14376         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14377         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14378         (pixbuf_document_render), (pixbuf_document_begin_find),
14379         (pixbuf_document_end_find), (pixbuf_document_finalize),
14380         (pixbuf_document_class_init),
14381         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14382         * pixbuf/pixbuf-document.h:
14383         * shell/Makefile.am:
14384         * shell/ev-application.c: (ev_application_open):
14385         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14386         (ev_window_open):
14387         Add pixbuf backend.
14388         
14389 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14390
14391         * Makefile.am: 
14392         * dvi/dvilib/Makefile.am:
14393         * dvi/Makefile.am:
14394         * configure.ac: Auto*ify dvi and dvi/dvilib
14395
14396         * dvi/Makefile: Remove from CVS
14397         
14398         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14399         confusion.
14400
14401         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14402         
14403         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14404         
14405 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14406
14407         * ps/Makefile.am:
14408         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14409         (gtk_gs_value_adjustment_changed), (compute_size),
14410         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14411         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14412         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14413         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14414         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14415         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14416         (ps_document_load), (ps_document_get_n_pages),
14417         (ps_document_set_page), (ps_document_get_page),
14418         (ps_document_set_target), (ps_document_set_scale),
14419         (ps_document_set_page_offset), (ps_document_get_page_size),
14420         (ps_document_render), (ps_document_begin_find),
14421         (ps_document_end_find), (ps_document_document_iface_init):
14422         * ps/gtkgs.h:
14423         * shell/Makefile.am:
14424         * shell/ev-window.c: (ev_window_open):
14425
14426         Some work to integrate gtkgs with EvDocument
14427
14428 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14429
14430         * shell/ev-window.c: (update_fullscreen_popup),
14431         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14432         (exit_fullscreen_button_clicked_cb),
14433         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14434         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14435         (ev_window_state_event_cb), (ev_window_init):
14436         Add fullscreen support from Epiphany.
14437         
14438 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14439
14440         * data/ev-stock-zoom-fit-width.png: fit-width
14441         stock icon from gpdf.
14442         
14443         * shell/ev-stock-icons.[ch]: copied from gpdf.
14444         
14445         * shell/main.c: (main): init stock icons.
14446         
14447         * shell/ev-window.c: use the fit-width icon.
14448         
14449         * data/evince-ui.xml: add zooming toolbar items.
14450
14451 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14452
14453         * shell/ev-view.c: 
14454         (ev_view_best_fit), (ev_view_fit_width): because
14455         get_page_size() returns the scaled page size, we
14456         need to calculate the scale factor relative to
14457         the previous scale factor. Should really just
14458         add get_real_page_size().
14459
14460 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14461
14462         * shell/ev-view.[ch]:
14463         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14464         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14465         add zooming.
14466         
14467         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14468         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14469         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14470         hook it up.
14471         
14472         * pdf/xpdf/pdf-document.cc:
14473         (pdf_document_begin_find),
14474         (pdf_document_end_find): make static.
14475
14476 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14477
14478         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14479
14480         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14481         names to fontconfig patterns.
14482         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14483
14484         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14485         setupBaseFontsFc.
14486
14487 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14488
14489         * Makefile.am:
14490         * configure.ac:
14491         * ps/Makefile.am:
14492         * ps/ggvutils.c:
14493         * ps/ggvutils.h:
14494         * ps/gsdefaults.c:
14495         * ps/gsdefaults.h:
14496         * ps/gsio.c:
14497         * ps/gsio.h:
14498         * ps/gtkgs.c:
14499         * ps/gtkgs.h:
14500         * ps/ps.c:
14501         * ps/ps.h:
14502
14503         Import ggv backend. Not hooked up yet.
14504
14505 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14506
14507         * shell/main.c: (load_files), (main): load files
14508         from the command line.
14509
14510 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14511
14512         * configure.ac: don't require bonobo.
14513         
14514         * cut-n-paste/recent-files/*: kill bonobo recent
14515         view.
14516
14517         * shell/ev-window.c:
14518         (ev_window_is_empty): upd.
14519         (unable_to_load), (ev_window_open): load backend
14520         based on the mime type.
14521
14522 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14523
14524         * backend/.cvsignore: ignore generated marshalers source.
14525
14526         * shell/main.c (main): this is not epiphany.
14527
14528 2004-12-22  Havoc Pennington  <hp@redhat.com>
14529
14530         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14531         (expose_bin_window): draw find highlights
14532
14533         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14534         
14535         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14536         (pdf_document_end_find): implement this interface
14537
14538         * backend/ev-document.c (ev_document_found): add this to emit
14539         signal
14540
14541 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14542
14543         * data/evince-ui.xml: Add a few more toolbar items.
14544
14545         * shell/ev-window.c: Hook up page navigation toolbar 
14546         items.
14547
14548         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14549         a page-changed signal.
14550
14551         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14552         Add ev_document_get_page().
14553
14554         * shell/ev-window.c: Sensitize/desensitize navigation
14555         actions.
14556
14557 2004-12-21  Havoc Pennington  <hp@redhat.com>
14558
14559         * backend/ev-backend-marshal.c,
14560         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14561         marshaler-generator thingy. I'm sure there's a better way to do
14562         this in the modern world.
14563
14564         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14565         end_find methods and "found" signal.
14566
14567         * configure.ac: find glib-genmarshal
14568
14569 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14570
14571         * shell/ev-sidebar.c: Construct an actual sidebar.
14572         * shell/ev-sidebar-bookmarks.[ch]:
14573         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14574
14575 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14576
14577         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14578         Redo size handling.
14579         
14580         * shell/ev-view.c: Track the size from the document.
14581
14582 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14583
14584         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14585         constructor assumes ownership of the string passed in.
14586         
14587         * shell/ev-window.c (ev_window_open): Destroy the error
14588         dialog once we've displayed it.
14589
14590 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14591
14592         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14593         a bit, it works! (sort of)
14594
14595         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14596         Move to .cc since we need to use C++ in the implementation.
14597
14598         * shell/dummy.cc: Add a CC file to force evince
14599         to be linked as a C++ program.
14600
14601 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14602
14603         * shell/ev-view.[ch]: Start of content-area widget.
14604
14605         * shell/ev-window.c: Create a EvView, update it
14606         as we change documents.
14607
14608         * shell/Makefile.am shell/ev-marshal.list: Add
14609         generated marshalers.
14610
14611 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14612
14613         * Makefile.am (SUBDIRS): move shell.
14614
14615 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14616
14617         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14618         .a to libtool convenience libraries.
14619
14620         * shell/ev-window.c (ev_window_open): Hard code loading
14621         a PDF document.
14622         
14623         * backend/ev-document.h: Add a boolean return to load(),
14624         fix GError * to GError **.
14625
14626         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14627         object for a PDF backend EvDocument.
14628
14629 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14630
14631         * dvi/*: New directory with the beginning of a .dvi backend.
14632
14633 2004-12-21  Havoc Pennington  <hp@redhat.com>
14634
14635         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14636         previous/next instead of back/forward
14637
14638 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14639
14640         * backend/ev-document.[ch]: Fix a couple of problems so
14641         it compile.
14642
14643 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14644
14645         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14646         to backend/ directory, rename EvViewer to EvDocument.
14647
14648 2004-12-21  Havoc Pennington  <hp@redhat.com>
14649
14650         * shell/ev-window.c: hook up the find bar widget; now we just need
14651         a document to find things in
14652
14653         * shell/eggfindbar.c: a find bar widget
14654
14655 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14656
14657         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14658
14659 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14660
14661         * pdf/**: Import of xpdf code from gpdf. 
14662
14663         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14664
14665         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14666         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14667         Fix FreeType includes.
14668
14669         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14670         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14671         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14672         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14673         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14674         Include xpdfconfig.h
14675         
14676 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14677
14678         * shell/ev-window.c (ev_window_dispose): dispose can be called
14679         multiple times.
14680
14681 2004-12-21  Havoc Pennington  <hp@redhat.com>
14682
14683         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14684         rather than Evince
14685
14686         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14687         items; really they should be synced with the strings, etc. from
14688         current gpdf, but just getting the boring typing out of the way 
14689
14690 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14691
14692         * po/POTFILES.in:
14693         * shell/ev-application.c: (window_destroy_cb):
14694         * shell/ev-window.c:
14695         * shell/main.c: (main):
14696
14697         Actually show the window...
14698
14699 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14700
14701         * Makefile.am:
14702         * shell/Makefile.am:
14703         * shell/ev-application.c: (ev_application_class_init):
14704         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14705
14706         Make it build again
14707
14708 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14709
14710         Import to gnome cvs.
14711         
14712         * Remove copies of gpdf and ggv trees.
14713         * Rip out all the recursive configure code.
14714         * Remove bonobo machinery.
14715         * viewer/*: GInterfaces that backends should/can implement.
14716
14717 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14718
14719         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14720         typo
14721
14722 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14723
14724         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14725         (ev_application_finalize, ev_application_class_init)
14726         (ev_application_init): use GType instance private data for priv.
14727
14728         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14729         (ev_window_finalize, ev_window_class_init)
14730         (ev_window_init): ditto.
14731
14732 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14733
14734         * shell/ev-application.c (ev_application_new_window): make public
14735         (ev_application_show_initial_window): kill.
14736
14737         * shell/ev-application.h: update prototypes.
14738
14739         * shell/main.cc (main): inline ev_application_show_initial_window.
14740
14741 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14742
14743         * shell/ev-application.c (ev_application_new_window): impl.
14744         (ev_application_show_initial_window): use it.
14745         (is_window_empty, ev_application_get_empty_window): returns an
14746         existing empty window or a new one.
14747         (ev_application_open): from ev_window_cmd_file_open.
14748
14749         * shell/ev-application.h: update prototypes
14750
14751         * shell/ev-window.c (ev_window_is_empty): impl.
14752         (ev_window_open): make public.
14753         (ev_window_cmd_file_open): use ev_application_open
14754
14755         * shell/ev-window.h: update prototypes, remove unused.
14756
14757 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14758
14759         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14760         move destroy handler out of here...
14761
14762         * shell/ev-application.c, shell/ev-application.h: ...into this new
14763         class. Also handles initial window creation.
14764
14765         * shell/main.cc (main): use EvApplication to create initial
14766         window.
14767
14768 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14769
14770         * Makefile.am (SUBDIRS): add cut-n-paste
14771
14772         * cut-n-paste/Makefile.am: add
14773
14774         * configure.ac: generate Makefiles in cut-n-paste
14775
14776 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14777
14778         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14779         (ev_window_class_init): install ev_window_dispose.
14780
14781 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14782
14783         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14784         char (gchar looks stupid).
14785
14786 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14787
14788         * po/de.po: updated German translation.
14789
14790 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14791
14792         * configure.ac: add more pkg-config library checks for gnome-vfs,
14793         bonobo etc.
14794
14795         * gpdf/configure.in: temporarily disable libpaper
14796         checks. Otherwise I'd have to add the checks for the shell, too.
14797
14798 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14799
14800         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14801         and * file filters to the file choose.
14802
14803 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14804
14805         * po/de.po: Updated German translation.
14806
14807 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14808
14809         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14810
14811 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14812
14813         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14814
14815         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14816         (ev_window_init): implement those menuitems.
14817
14818 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14819
14820         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14821
14822         * shell/ev-window.c (ev_window_init): use the toolbar.
14823
14824 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14825
14826         * shell/ev-window.c (ev_window_init): use menu translations
14827
14828 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14829
14830         * configure.ac: add "de" to ALL_LINGUAS.
14831
14832         * po/de.po: add German translation.
14833
14834 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14835
14836         * Makefile.am (SUBDIRS): add po
14837
14838         * configure.ac: check intltool, glib-gettext etc, generate
14839         po/Makefile.in
14840
14841         * po, po/POTFILES.in, po/POTFILES.skip: new.
14842
14843 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14844
14845         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14846         already use (#ifdef ENABLE_NLS)
14847
14848         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14849         pointer indirection thinko.
14850
14851         * shell/main.c: include gi18n.h for bindtextdomain etc.
14852
14853 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14854
14855         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14856         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14857         tooltips for menu items in the statusbar.
14858
14859 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14860
14861         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14862         pkgdatadir drop UIDIR
14863
14864 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14865
14866         * data/evince-ui.xml: Add File->Open menu item
14867
14868         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14869         chooser), hook it up in the ui manager.
14870
14871 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14872
14873         * shell/ev-window.c: fix Help->About tooltip.
14874
14875 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14876
14877         * configure.ac: set CFLAGS for libevprivate.
14878
14879         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14880         definitions, factory etc.
14881
14882         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14883
14884         * shell/Makefile.am: link against libevprivate.a.
14885
14886         * shell/ev-window.c (entries): add stock icon to Help->About.
14887
14888         * shell/main.c (main): init stock icon code.
14889
14890 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14891
14892         * lib/recent-files: egg recent files code
14893
14894         * lib/Makefile.am: add.
14895
14896         * Makefile.am: add lib subdir.
14897
14898         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14899         set CFLAGS for recent-files.
14900
14901 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14902
14903         * configure.ac: disable -ansi and -pedantic gcc flags. They
14904         disable POSIX stuff in stdio.h, but egg-recent uses them.
14905
14906 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14907
14908         * configure.ac: add --disable-deprecated flag (defaults to on in
14909         "cvs" builds).
14910
14911         * shell/Makefile.am (INCLUDES): use it.
14912
14913 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14914
14915         * shell/main.c: add missing #include.
14916
14917         * shell/ev-window.c: fix for pedantic gcc.
14918         (ev_window_cmd_help_about): split license into paragraphs for
14919         translators and pedantic compilers.
14920
14921 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14922
14923         * configure.ac: add more warning flags if compiling with gcc from
14924         cvs (or explicitly requested with --enable-more-warnings).
14925
14926 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14927
14928         * data/evince-ui.xml: add File and File->Close menu.
14929
14930         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14931         (ev_window_destroy): quit after destroy.
14932         (ev_window_class_init): override GtkObject::destroy.
14933         (entries): install close_window callback.
14934
14935 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14936
14937         * Makefile.am (SUBDIRS): add data subdir.
14938
14939         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14940         gtk+ 2.5.0 for GtkAboutDialog.
14941
14942         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14943         main window.
14944
14945         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14946
14947         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14948         manager.
14949         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14950
14951 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14952
14953         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14954
14955 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14956
14957         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14958
14959 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14960
14961         * shell/*: Added shell directory boilerplate, build it.
14962
14963 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14964
14965         * configure.ac, Makefile.am: Added top-level configure.ac and
14966         Makefile.am