]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Show progress information when loading/saving remote files. Fixes bug
[evince.git] / ChangeLog
1 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (ev_window_clear_progress_idle),
4         (reset_progress_idle), (ev_window_show_progress_message),
5         (ev_window_reset_progress_cancellable),
6         (ev_window_progress_response_cb), (show_loading_progress),
7         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
8         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
9         (show_reloading_progress), (reload_remote_copy_ready_cb),
10         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
11         (show_saving_progress), (window_save_file_copy_ready_cb),
12         (window_save_file_copy_progress_cb), (ev_window_save_remote),
13         (ev_window_dispose):
14
15         Show progress information when loading/saving remote files. Fixes
16         bug #370958.
17         
18 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
19
20         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
21
22         Show better warning message when temp file cannot be deleted.
23         
24 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * shell/ev-window.c: (image_save_dialog_response_cb):
27
28         Fix saving images to remote locations.
29         
30 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
31
32         * shell/ev-application.[ch]: (ev_application_shutdown),
33         (ev_application_get_print_settings_file),
34         (ev_application_save_print_settings),
35         (ev_application_get_print_settings),
36         (ev_application_set_print_settings),
37         (ev_application_get_page_setup), (ev_application_set_page_setup):
38         * shell/ev-window.c: (ev_window_save_print_page_setup),
39         (ev_window_load_print_page_setup_from_metadata),
40         (ev_window_print_page_setup_done_cb),
41         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
42         (ev_window_cmd_preview_print):
43
44         Remember page setup options too. Paper size is globally remembered
45         while page margins are stored per document in metadata file. Fixes
46         bugs #525185 and #349102.
47         
48 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * shell/ev-print-operation.c:
51         (ev_print_operation_export_print_dialog_response_cb):
52
53         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
54         
55 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-print-operation.c: (export_cancel),
58         (export_job_cancelled), (ev_print_operation_export_begin),
59         (ev_print_operation_export_cancel):
60         * shell/ev-window.c: (ev_window_print_cancel),
61         (ev_window_print_update_pending_jobs_message),
62         (ev_window_print_operation_done),
63         (ev_window_print_operation_status_changed),
64         (print_jobs_confirmation_dialog_response),
65         (ev_window_cmd_file_close_window):
66
67         Show a confirmation dialog when there are pending print jobs while
68         closing the main window. Fixes bug #480964.
69         
70 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
71
72         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
73         (ev_print_operation_get_job_name),
74         (ev_print_operation_get_status),
75         (ev_print_operation_get_progress),
76         (ev_print_operation_update_status),
77         (ev_print_operation_export_get_job_name), (clamp_ranges),
78         (get_first_and_last_page), (ev_print_operation_export_run_next),
79         (print_job_finished), (export_print_done), (export_job_cancelled),
80         (update_progress), (export_print_page),
81         (ev_print_operation_export_begin),
82         (ev_print_operation_export_print_dialog_response_cb),
83         (ev_print_operation_export_run),
84         (ev_print_operation_export_cancel),
85         (ev_print_operation_export_class_init):
86         * shell/ev-window.c:
87         (ev_window_print_update_pending_jobs_message),
88         (ev_window_print_operation_done),
89         (ev_window_print_progress_response_cb),
90         (ev_window_print_operation_status_changed),
91         (ev_window_print_operation_begin_print), (ev_window_print_range),
92         (ev_window_dispose):
93
94         Show progress information when printing. Fixes bug #482770.
95         
96 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * shell/Makefile.am:
99         * shell/ev-progress-message-area.[ch]:
100         * shell/ev-message-area.[ch]: (ev_message_area_init),
101         (ev_message_area_set_image_from_stock):
102
103         Add EvProgressMessageArea derived from EvMessageArea to show
104         progress information in the message area. 
105         
106 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
109
110         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
111         close button. Add a function to get the contents of the message
112         area.
113         
114 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * shell/Makefile.am:
117         * shell/ev-print-operation.[ch]:
118         * shell/ev-jobs.[ch]: (ev_job_export_init),
119         (ev_job_export_dispose), (ev_job_export_run),
120         (ev_job_export_class_init), (ev_job_export_new),
121         (ev_job_export_set_page):
122         * shell/ev-window.c: (ev_window_print_operation_done),
123         (ev_window_print_range), (ev_window_dispose):
124
125         First step of the printing system rework. EvJobPrint has been
126         replaced by EvJobExport so that every page is scheduled to be
127         exported in a thread instead of scheduling the whole printing
128         process. This way the gui is responsive during printing.
129         
130 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
131
132         * shell/ev-window.c: (setup_size_from_metadata),
133         (ev_window_load_print_settings_from_metadata):
134
135         Fix memory leaks.
136         
137 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * libdocument/ev-document.c: (ev_document_get_type):
140
141         Add GObject type as prerequisite to EvDocument interface so that
142         document instances can be used as GObjects.
143         
144 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * shell/ev-view.c: (jump_to_find_result):
147
148         Only jump the the location of the find result for the first match
149         when searching. It drastically improves the performance when
150         searching. Bug catched and fixed by Michael Hunold. Fixes bug
151         #564774.
152         
153 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
154
155         * properties/ev-properties-main.c: (ev_properties_get_pages):
156         * properties/ev-properties-view.[ch]:
157         (ev_properties_view_dispose), (ev_properties_view_class_init),
158         (ev_properties_view_set_info), (ev_properties_view_new):
159         * shell/ev-properties-dialog.[ch]:
160         (ev_properties_dialog_set_document):
161         * shell/ev-window.c: (ev_window_setup_document),
162         (ev_window_cmd_file_properties):
163
164         Add document URI to properties page. Fixes bug #555376.
165         
166 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
167
168         * configure.ac:
169         * data/Makefile.am:
170         * data/evince-password.glade: Removed
171         * data/evince-properties.glade: Removed
172         * properties/ev-properties-view.c:
173         (ev_properties_view_class_init), (set_property),
174         (ev_properties_view_set_info), (ev_properties_view_init):
175         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
176         (font_cell_data_func), (ev_properties_fonts_init):
177
178         Remove Glade dependency.
179         
180 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * backend/comics/comics-document.c: (comics_document_load):
183
184         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
185         
186 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
187
188         * NEWS:
189         * configure.ac:
190
191         Update for release 2.25.2
192         
193 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * configure.ac:
196         * shell/Makefile.am:
197         * shell/ev-keyring.[ch]:
198         * shell/ev-password.[ch]: Removed
199         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
200         (ev_password_view_class_init), (ev_password_view_clicked_cb),
201         (ev_password_view_init), (ev_password_view_set_uri),
202         (ev_password_dialog_got_response),
203         (ev_password_dialog_remember_button_toggled),
204         (ev_password_dialog_entry_changed_cb),
205         (ev_password_dialog_entry_activated_cb),
206         (ev_password_view_ask_password), (ev_password_view_get_password),
207         (ev_password_view_get_password_save_flags),
208         (ev_password_view_new):
209         * shell/ev-window.c: (ev_window_password_view_unlock),
210         (ev_window_load_job_cb), (ev_window_close_dialogs),
211         (ev_window_init):
212
213         Rework the password view. When the password is in the keyring it's
214         used automatically without showing the password dialog and it's  
215         only stored in the keyring when we are sure it's correct. The
216         password dialog has been reworked too, in order to make it
217         more hig compliant and consistent with the GTK+ dialog used in
218         gtkmountoperation. Fixes bug #562496. 
219         
220 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * backend/comics/comics-document.c: (comics_document_load):
223
224         Do not trust file extensions when getting the command needed to
225         uncompress comic documents. Fixes bug #562143.
226         
227 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * libdocument/ev-document-factory.c: (get_document_from_uri),
230         (ev_document_factory_get_document):
231         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
232         (get_mime_type_from_data), (ev_file_get_mime_type):
233
234         Move mime-type functions from document-facrory to file-helpers so
235         that it can be reused.
236         
237 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
240         (window_open_file_copy_ready_cb), (ev_window_reload_local),
241         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
242         (ev_window_reload_remote), (ev_window_reload_document):
243
244         Add support for reloading remote documents. Fixes bug #555399.
245         
246 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * shell/ev-view.c: (ev_view_find_previous):
249
250         Make sure find_result is never < 0 which causes a crash while
251         searching. Fixes bug #558377.
252         
253 2008-11-19  Marek Kašík <mkasik@redhat.com>
254
255         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
256         (ev_pixbuf_cache_get_selection_surface):
257         
258         Fixes crash on fast scrolling with simultaneous text selection.
259
260 2008-11-19  Marek Kašík <mkasik@redhat.com>
261
262         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
263         * shell/ev-window.c (launch_external_uri):
264         
265         Fixes assertion fail on selecting text. See bug #561393.
266
267 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * shell/Makefile.am:
270         * shell/ev-jobs.[ch]: (ev_job_layers_init),
271         (ev_job_layers_dispose), (ev_job_layers_run),
272         (ev_job_layers_class_init), (ev_job_layers_new):
273         * shell/ev-sidebar-layers.[ch]:
274         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
275         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
276         (ev_view_reload_page), (ev_view_reload):
277         * shell/ev-window.c: (setup_sidebar_from_metadata),
278         (ev_window_sidebar_current_page_changed_cb),
279         (sidebar_layers_visibility_changed), (ev_window_init):
280
281         Add layers support.
282         
283 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * data/icons/22x22/actions/Makefile.am:
286         * data/icons/22x22/actions/eye.png:
287         * shell/ev-stock-icons.[ch]:
288         
289         Add eye icon from gimp to hide/show layers.
290         
291 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * configure.ac:
294         * cut-n-paste/Makefile.am:
295         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
296         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
297         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
298
299         Add GimpCellRendererToggle from gimp slightly modified to fit our
300         needs. 
301         
302 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * configure.ac:
305         * backend/pdf/ev-poppler.cc:
306
307         Implement layers interface in PDF backend.
308         
309 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * libdocument/Makefile.am:
312         * libdocument/ev-document-layers.[ch]:
313         * libdocument/ev-layer.[ch]:
314
315         Add optional content (layers) interface.
316         
317 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
318
319         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
320         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
321
322         Removes unused code.
323
324 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
325
326         * NEWS:
327         * configure.ac:
328
329         Update for 2.25.1 release
330
331 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * shell/ev-window.c:
334
335         Fix build with GTK+ < 2.14
336
337 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
338
339         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
340         
341         Makes menu label translatable. Fixes bug #559129.
342
343 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
344
345         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
346         (t1_transform_font):
347         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
348         
349         More renames of warning to mdvi_warning in follow up to the
350         fix of the bug #553369. Fix for the bug #559257 by
351         Tuxce <tuxce.net@gmail.com>.
352         
353 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
354
355         * shell/ev-application.c: (ev_application_init_session):
356         * shell/main.c: (main):
357
358         Move the egg_set_desktop_file() call to main and remove
359         gtk_window_set_default_icon_name() since it's already called by
360         egg_set_desktop_file()
361         
362 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
365
366         Initialize GError to NULL.
367         
368 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * shell/ev-window.c: (window_save_file_copy_ready_cb),
371         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
372         (ev_window_preview_print_finished), (launch_action):
373
374         Do not use popup dialogs to show error messages anymore, use the
375         message area instead.
376         
377 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * shell/ev-window.c: (ev_window_error_message),
380         (ev_window_warning_message), (ev_window_set_document),
381         (ev_window_load_job_cb), (ev_window_load_remote_failed),
382         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
383         (ev_window_cmd_help_contents), (launch_external_uri),
384         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
385         (ev_attachment_popup_cmd_open_attachment),
386         (attachment_save_dialog_response_cb):
387
388         Use a message format (with printf()-style) in
389         ev_window_error_message and ev_window_warning_message.
390
391 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * shell/ev-window.c: (ev_window_error_message),
394         (ev_window_warning_message), (ev_window_set_document),
395         (ev_window_load_job_cb), (ev_window_load_remote_failed),
396         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
397         (ev_window_cmd_help_contents), (launch_external_uri),
398         (image_save_dialog_response_cb),
399         (ev_attachment_popup_cmd_open_attachment),
400         (attachment_save_dialog_response_cb):
401
402         Change ev_window_error_message and ev_window_warning_message to
403         receive a EvWindow instead of a GtkWindow. It's more consistent
404         and avoids unneeded casts.
405         
406 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * shell/ev-window.c: (ev_window_cmd_help_contents):
409
410         Use gtk_show_uri() when availale to display help contents.
411         
412 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * configure.ac:
415         * backend/pdf/ev-poppler.cc:
416         * properties/ev-properties-view.c:
417         * shell/Makefile.am:
418         * shell/ev-tooltip.[ch]: Removed
419         * shell/ev-view-private.h
420         * shell/eggfindbar.c:
421         * shell/ev-application.c:
422         * shell/ev-open-recent-action.c:
423         * shell/ev-sidebar-thumbnails.c:
424         * shell/ev-view.c:
425         * shell/ev-window.c:
426
427         Bump GTK+ requirement to 2.12.
428         
429 2008-10-27 Christian Persch <chpe@gnome.org>
430
431         * backend/djvu/djvu-document.c
432         * backend/dvi/cairo-device.c
433         * cut-n-paste/evmountoperation/ev-mount-operation.h
434         * cut-n-paste/gedit-message-area/gedit-message-area.h
435         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
436         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
437         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
438         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
439         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
440         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
441         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
442         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
443         * cut-n-paste/zoom-control/ephy-zoom-action.c
444         * cut-n-paste/zoom-control/ephy-zoom-action.h
445         * cut-n-paste/zoom-control/ephy-zoom-control.c
446         * cut-n-paste/zoom-control/ephy-zoom-control.h
447         * libdocument/ev-async-renderer.h
448         * libdocument/ev-document-factory.c
449         * libdocument/ev-document-misc.h
450         * libdocument/ev-image.h
451         * libdocument/ev-selection.h
452         * shell/ev-properties-fonts.h
453         * shell/ev-stock-icons.h
454         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
455         directly. Bug #558064.
456
457 2008-10-27 Christian Persch <chpe@gnome.org>
458
459         * cut-and-paste/smclient/*: Update from libegg.
460
461 2008-10-27 Christian Persch <chpe@gnome.org>
462
463         * backend/djvu/djvu-document.c
464         * backend/ps/ev-spectre.c
465         * shell/ev-jobs.c: Use printf safely. Bug #558066.
466
467 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
468
469         * shell/ev-view.c (ev_view_change_page),
470         (ev_view_transition_animation_finish),
471         (ev_view_transition_animation_cancel), (page_changed_cb),
472         (ev_view_set_presentation), (ev_view_next_page),
473         (ev_view_previous_page):
474         
475         Cancel the animation without scheduling transition start
476         and proceed to the next page to fix bug #516749.
477
478 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
479
480         * NEWS:
481         * configure.ac:
482
483         Update for release 2.24.1
484         
485 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * shell/ev-window.c: (ev_window_cmd_view_presentation):
488
489         Disable toggle function of F5 when in presentation mode. Patch by
490         Dave Neary. Fixes bug #556162.
491         
492 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
495         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
496         (ev_sidebar_thumbnails_fill_model),
497         (ev_sidebar_thumbnails_refresh),
498         (ev_sidebar_thumbnails_set_document):
499
500         Instead of using only one loading icon for thumbnails based on the
501         size of the first page, create an icon for every different page
502         size. Fixes bug #556264.
503         
504 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * shell/ev-page-cache.c: (ev_page_cache_finalize):
507
508         Fix memory leak.
509         
510 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
511
512         * shell/ev-window-title.c (ev_window_title_sanitize_title):
513
514         Removes bad prefixes from window title. Patch by 
515         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
516         
517 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * shell/ev-window.c: (launch_external_uri):
520
521         Do not consider mailto links as http uris. Fixes bug #555801.
522         
523 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * shell/ev-view.c: (merge_selection_region), (clear_selection):
526
527         Fix memory leak. Fixes bug #555134.
528         
529 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
532
533         Emit the job finished signal when the job is handled before the
534         page_ready callback.
535         
536 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * shell/ev-window.c: (launch_action):
539
540         Use GdkAppLaunchContext when available to launch external
541         applications.
542         
543 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * shell/ev-window.c: (launch_action):
546
547         Fix launching external applications for launch actions which seems
548         to be broken since the gio port. Fixes bug #554500.
549         
550 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * backend/dvi/Makefile.am:
553         * backend/dvi/cairo-device.c:
554         * backend/dvi/dvi-document.c:
555         * backend/dvi/mdvi-lib/Makefile.am:
556
557         Fix several compile warnings in the dvi backend.
558         
559 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * backend/dvi/mdvi-lib/common.h:
562         * backend/dvi/mdvi-lib/dviread.c:
563         * backend/dvi/mdvi-lib/font.c:
564         * backend/dvi/mdvi-lib/fontmap.c:
565         * backend/dvi/mdvi-lib/fontsrch.c:
566         * backend/dvi/mdvi-lib/gf.c:
567         * backend/dvi/mdvi-lib/pagesel.c:
568         * backend/dvi/mdvi-lib/pk.c:
569         * backend/dvi/mdvi-lib/sp-epsf.c:
570         * backend/dvi/mdvi-lib/special.c:
571         * backend/dvi/mdvi-lib/tfm.c:
572         * backend/dvi/mdvi-lib/tfmfile.c:
573         * backend/dvi/mdvi-lib/util.c:
574         * backend/dvi/mdvi-lib/vf.c:
575
576         Rename error as mdvi_error to avoid symbol conflicts with the libc
577         error. Rename also message, crash, fatal and warning for
578         consistency. Fixes bug #553369.
579         
580 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * backend/dvi/dvi-document.c: (dvi_document_load):
583
584         Fix memory leak.
585         
586 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
587
588         * backend/dvi/dvi-document.c:
589
590         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
591         G_IMPLEMENT_INTERFACE.
592         
593 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
596
597         Make sure copy_job_page_and_selection_to_job_info is always called
598         before copy_job_to_job_info. Fixes bug #552382.
599         
600 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * NEWS:
603         * configure.ac:
604
605         Update for release 2.24.0
606         
607 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
608
609         * shell/ev-window.c: (launch_external_uri):
610
611         Use GdkAppLaunchContext when available to launch external uris.
612         
613 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * shell/ev-window.c: (launch_external_uri):
616
617         Use the message area to show errors when lauching external uris
618         instead of a popup window.
619         
620 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-window.c: (launch_external_uri):
623
624         Assume invalid uris are http uris. Fixes bug #552071.
625         
626 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * NEWS:
629         * configure.ac:
630
631         Update for release 2.23.92.
632         
633 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
634
635         * shell/eggfindbar.c: (egg_find_bar_class_init):
636
637         Allow page scrolling with PageUp/PageDown keys when find bar is
638         active. Fixes bug #529833.
639         
640 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * shell/ev-view-private.h:
643         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
644         (ev_view_scroll), (ev_view_class_init):
645         * shell/ev-view-accessible.c:
646         (ev_view_accessible_action_do_action):
647         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
648         (ev_window_cmd_scroll_backward):
649
650         Use GtkScrollType instead of EvScrollType.
651         
652 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
653
654         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
655         
656         Patch for case unsensitive page label match by Michael Lee.
657         See bug #550136.
658         
659         * shell/ev-page-action.c (create_tool_item):    
660         * test/Makefile.am:
661         * test/test1.py:
662         * test/test4.py:
663         * test/test5.py:
664         
665         Added test for the above and updated other tests.
666
667 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * shell/ev-window.c: (image_save_dialog_response_cb):
670
671         Do not append the file extension twice when saving an image.
672         
673 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
676
677         Remove an invalid ifdef.
678         
679 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-view.c: (ev_view_motion_notify_event):
682
683         Make sure the cursor is correctly restored after showing the right
684         click menu.
685         
686 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
689         (ev_attachment_open):
690         * shell/ev-sidebar-attachments.c:
691         (ev_sidebar_attachments_button_press):
692         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
693
694         Use GdkAppLaunchContext when available to open attachments.
695         
696 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
697
698         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
699
700         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
701         by Eric Piel.
702         
703 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
704
705         * shell/ev-application.c: (ev_application_get_media_keys):
706         * shell/ev-media-player-keys.[ch]:
707         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
708         (ev_media_player_keys_grab_keys),
709         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
710         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
711         * shell/ev-window.[ch]: (ev_window_dispose),
712         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
713         (ev_window_init):
714
715         Clean up the media player keys stuff.
716         
717 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
718
719         * NEWS:
720         * configure.ac:
721
722         Update for release 2.23.91.
723         
724 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
725
726         * cut-n-paste/smclient/eggsmclient-xsmp.c:
727         (sm_client_xsmp_set_initial_properties):
728
729         Fix memory leak.
730         
731 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * shell/ev-application.c: (ev_application_open_window),
734         (ev_application_open_uri_at_dest):
735
736         Make sure evince starts up in the right workspace when resuming a
737         previous session.
738         
739 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * shell/ev-application.[ch]: (ev_application_open_window),
742         (ev_application_add_icon_path_for_screen),
743         (ev_application_open_uri_at_dest):
744
745         Fix window manager warnings shown in ~/.xsession-errors
746         
747 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * configure.ac:
750         * cut-n-paste/Makefile.am:
751         * cut-n-paste/smclient/Makefile.am:
752         * cut-n-paste/smclient/eggdesktopfile.[ch]:
753         * cut-n-paste/smclient/eggsmclient-private.h:
754         * cut-n-paste/smclient/eggsmclient-xsmp.c:
755         * cut-n-paste/smclient/eggsmclient.[ch]:
756
757         EggSMClient copied from libegg
758
759         * libdocument/ev-file-helpers.c: (ev_dot_dir):
760         * shell/Makefile.am:
761         * shell/ev-application.[ch]: (ev_application_load_session),
762         (smclient_save_state_cb), (smclient_quit_cb),
763         (ev_application_init_session), (ev_application_shutdown),
764         (ev_application_init):
765         * shell/main.c: (main):
766
767         Use EggSMClient instead of gnome-client and remove libgnome and
768         libgnomeui dependencies.
769         
770 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * shell/main.c: (main):
773
774         Remove gnome_authentication_manager_init.
775         
776 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * shell/ev-view.c: (ev_view_goto_window_create):
779
780         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
781         since it's now deprecated.
782         
783 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * backend/djvu/Makefile.am:
786         * backend/djvu/djvu-document-private.h:
787         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
788         (djvu_document_find_iface_init):
789         * backend/djvu/djvu-text-page.[ch]:
790         * backend/djvu/djvu-text.[ch]: Removed
791         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
792         (pdf_document_find_iface_init):
793         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
794         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
795         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
796         (ev_job_find_get_n_results), (ev_job_find_get_progress),
797         (ev_job_find_has_results), (ev_job_find_get_results):
798         * shell/ev-view-private.h:
799         * shell/ev-view.[ch]: (ev_view_expose_event),
800         (highlight_find_results), (ev_view_finalize),
801         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
802         (ev_view_set_document), (ev_view_find_get_n_results),
803         (ev_view_find_get_result), (jump_to_find_result),
804         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
805         (ev_view_find_previous), (ev_view_find_search_changed),
806         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
807         * shell/ev-window.c: (ev_window_update_actions),
808         (page_changed_cb), (ev_window_setup_document),
809         (ev_window_update_find_status_message),
810         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
811         (ev_window_clear_find_job), (find_bar_close_cb),
812         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
813         (ev_window_dispose), (ev_window_init):
814
815         Rework find interface. The find logic has been moved from backends
816         to the shell avoiding a lot of duplicated code in the backends and
817         making easier to implement the find interface in the backends.
818         
819 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * backend/pdf/ev-poppler.cc:
822         (pdf_document_thumbnails_get_dimensions):
823
824         Make sure thumbnail size returned by the PDF is actually
825         valid. Fixes bug #548462.
826         
827 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * shell/ev-window.c: (ev_window_setup_document),
830         (ev_window_set_document), (ev_window_dispose):
831
832         Remove the idle function for setting the document up when the
833         window is destroyed. Fixes bug #549163.
834         
835 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
838         (ev_job_attachments_dispose), (ev_job_attachments_run),
839         (ev_job_attachments_class_init), (ev_job_attachments_new):
840         * shell/ev-sidebar-attachments.c:
841         (ev_sidebar_attachments_set_document):
842
843         Add a new job to get the attachments in a thread with the document
844         lock held. Fixes bug #548653.
845         
846 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
849         (tiff_document_document_iface_init):
850
851         Implement document_get_page_label in tiff backend.
852         
853 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * backend/tiff/tiff-document.c: (tiff_document_render):
856
857         Handle document orientation in tiff backend. Fixes bug #548444.
858         
859 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
862
863         Do not crash when adjustment page size is 0. Fixes bug #547440.
864         
865 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * cut-n-paste/evmountoperation/ev-mount-operation.c:
868
869         Sync with current GTK+.
870         
871 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
872
873         * configure.ac:
874         
875         Update for release 2.23.6.
876
877 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
880         (ev_job_load_set_password):
881         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
882         * shell/ev-window.c: (password_dialog_response),
883         (ev_window_load_job_cb):
884
885         Fix loading encrypted documents since I broke it with the jobs
886         rework.
887         
888 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * NEWS:
891
892         Update NEWS for 2.23.6 release.
893         
894 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
895
896         * backend/impress/impress-document.c:
897         * backend/impress/render.h:
898         * libdocument/ev-document-factory.c:
899         * libdocument/ev-document-factory.h:
900         * libdocument/ev-document-links.h:
901         * libdocument/ev-document-misc.c:
902         * libdocument/ev-document-misc.h:
903         * properties/ev-properties-main.c:
904         * properties/ev-properties-view.c:
905         * properties/ev-properties-view.h:
906         * shell/eggfindbar.c:
907         * shell/eggfindbar.h:
908         * shell/ev-application.c:
909         * shell/ev-application.h:
910         * shell/ev-jobs.h:
911         * shell/ev-message-area.h:
912         * shell/ev-navigation-action.c:
913         * shell/ev-navigation-action.h:
914         * shell/ev-open-recent-action.c:
915         * shell/ev-open-recent-action.h:
916         * shell/ev-page-action-widget.c:
917         * shell/ev-page-action.c:
918         * shell/ev-page-action.h:
919         * shell/ev-page-cache.h:
920         * shell/ev-password-view.h:
921         * shell/ev-password.h:
922         * shell/ev-pixbuf-cache.h:
923         * shell/ev-properties-fonts.c:
924         * shell/ev-sidebar-attachments.c:
925         * shell/ev-sidebar-links.c:
926         * shell/ev-sidebar-links.h:
927         * shell/ev-sidebar-thumbnails.c:
928         * shell/ev-sidebar-thumbnails.h:
929         * shell/ev-sidebar.c:
930         * shell/ev-sidebar.h:
931         * shell/ev-stock-icons.c:
932         * shell/ev-tooltip.h:
933         * shell/ev-view.c:
934         * shell/ev-view.h:
935         * shell/ev-window.c:
936         * shell/ev-window.h:
937         * shell/main.c:
938
939         More #include cleanups. Again: reordering, single gtk.h
940         includes and other stuff.
941
942 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
943
944         * shell/eggfindbar.c:
945         * shell/ev-application.c:
946         * shell/ev-message-area.c:
947         * shell/ev-navigation-action.c:
948         * shell/ev-open-recent-action.c:
949         * shell/ev-page-action-widget.c:
950         * shell/ev-page-action.c:
951         * shell/ev-password-view.c:
952         * shell/ev-properties-dialog.c:
953         * shell/ev-properties-fonts.c:
954         * shell/ev-sidebar-attachments.c:
955         * shell/ev-sidebar-page.c:
956         * shell/ev-sidebar-thumbnails.c:
957         * shell/ev-stock-icons.c:
958         * shell/ev-tooltip.c:
959         * shell/ev-view.c:
960         * shell/ev-window.c:
961         * shell/main.c:
962
963         Cleanup many #include statements: reorder so that a
964         generic-to-specific order is used, use single gtk.h
965         includes, and some other cleanups.
966
967 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * shell/ev-jobs.h:
970
971         Add gio header.
972         
973 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
976         (ev_document_fc_mutex_trylock):
977         * shell/Makefile.am:
978         * shell/ev-job-queue.[ch]:
979         * shell/ev-job-scheduler.[ch]:
980         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
981         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
982         (ev_job_run), (ev_job_cancel), (ev_job_failed),
983         (ev_job_failed_from_error), (ev_job_succeeded),
984         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
985         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
986         (ev_job_links_class_init), (ev_job_render_init),
987         (notify_page_ready), (ev_job_render_page_ready),
988         (ev_job_render_run), (ev_job_render_class_init),
989         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
990         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
991         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
992         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
993         (ev_job_save_dispose), (ev_job_save_run),
994         (ev_job_save_class_init), (ev_job_print_init),
995         (ev_job_print_dispose), (ev_job_print_run),
996         (ev_job_print_class_init):
997         * shell/ev-page-cache.c:
998         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
999         (check_job_size_and_unref), (move_one_job),
1000         (copy_job_to_job_info), (add_job),
1001         (ev_pixbuf_cache_add_jobs_if_needed):
1002         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1003         (job_fonts_finished_cb), (job_fonts_updated_cb),
1004         (ev_properties_fonts_set_document):
1005         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1006         (ev_sidebar_links_set_document):
1007         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1008         (ev_sidebar_thumbnails_set_document),
1009         (ev_sidebar_thumbnails_clear_job):
1010         * shell/ev-view-private.h:
1011         * shell/ev-view.c:
1012         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1013         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1014         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1015         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1016         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1017         (ev_window_reload_document), (ev_window_clear_save_job),
1018         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1019         (ev_window_clear_print_job), (ev_window_print_job_cb),
1020         (ev_window_print_dialog_response_cb):
1021         * shell/main.c: (main):
1022
1023         Rework the jobs system in order to make it simpler and more
1024         extensible. It allows to run jobs in the main loop instead of
1025         using a thread when it's appropriate like the fonts job. Now it's
1026         also possible to cancel jobs that are currently running. 
1027         
1028 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * libdocument/ev-debug.c: (profile_init):
1031
1032         Create the hash table also when profiling service is enabled for
1033         all sections.
1034         
1035 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1038         (ev_profiler_stop):
1039         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1040         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1041         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1042         (ev_job_print_run):
1043         * shell/main.c: (main):
1044
1045         Add a profile mode available when debug is enabled. Add profilers
1046         in ev-jobs.
1047         
1048 2008-07-23  Götz Waschk <waschk@mandriva.org>
1049
1050         * configure.ac: Correctly build desktop file. Fixes
1051         bug #544237.
1052
1053 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1054
1055         * configure.ac:
1056         
1057         Update for release 2.23.5.
1058
1059 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1060
1061         * NEWS:
1062
1063         Update NEWS for 2.23.5 release.
1064         
1065 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * shell/ev-window.c: (ev_window_state_event),
1068         (ev_window_class_init):
1069
1070         Intercept window manager's fullscreen request in order to run/stop
1071         fullscreen mode. Fixes bug #493541.
1072         
1073 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1076
1077         Restart the job search when the find bar is opened for the second
1078         time. Fixes bug #531956.
1079         
1080 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1081
1082         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1083         (get_document_from_uri):
1084
1085         Make sure we always return a valid error struct when
1086         get_document_from_uri fails. Fixes nautilus crash, see bug
1087         #542548.
1088         
1089 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1090
1091         * libdocument/ev-transition-effect.c
1092         (ev_transition_effect_type_get_type),
1093         (ev_transition_effect_alignment_get_type),
1094         (ev_transition_effect_direction_get_type):
1095         
1096         Fixes bug #542924. Makes enums static to fix Solaris build.
1097
1098 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * shell/ev-view.c: (ev_view_key_press_event):
1101
1102         Add '.' keybinding for blanking the screen in presentation
1103         mode. Fixes bug #542001.
1104         
1105 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * libdocument/ev-document-misc.c:
1108         (ev_document_misc_pixbuf_from_surface):
1109
1110         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1111         #540950.
1112         
1113 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1114
1115         * backend/comics/comics-document.c (comics_document_load):
1116         * backend/comics/comicsdocument.evince-backend.in:
1117         * configure.ac:
1118         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1119         
1120         Added support for 7-zip based cb7 comic book. Patch by
1121         Kartik Rustagi. Fixes bug #532312.
1122
1123 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1124
1125         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1126         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1127         Fixes bug #539972.
1128
1129 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1130
1131         * shell/Makefile.am:
1132         * shell/ev-application.c (ev_application_init),
1133         (ev_application_get_media_keys):
1134         * shell/ev-application.h:
1135         * shell/ev-marshal.list:
1136         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1137         (proxy_destroy), (on_media_player_key_pressed),
1138         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1139         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1140         * shell/ev-media-player-keys.h:
1141         * shell/ev-window.c (ev_window_go_previous_page),
1142         (ev_window_go_next_page), (ev_window_go_first_page),
1143         (ev_window_go_last_page), (ev_window_start_presentation),
1144         (ev_window_dispose), (view_actions_focus_in_cb):
1145         * shell/ev-window.h: When building with D-Bus support, listen
1146         for multimedia key events from gnome-settings-daemon. This allows
1147         to go to the next/previous/first/last pages using, respectively,
1148         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1149         a presentation. Fixes bug #539971.
1150
1151 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1152
1153         * configure.ac:
1154         
1155         Update for release 2.23.4.
1156
1157 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1158
1159         * NEWS:
1160
1161         Update news for 2.23.4 release.
1162         
1163 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1164
1165         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1166         * shell/ev-sidebar-thumbnails.c:
1167         (ev_sidebar_thumbnails_set_loading_icon),
1168         (ev_sidebar_thumbnails_refresh):
1169         * shell/ev-window.c: (ev_window_error_message),
1170         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1171         (ev_window_set_document):
1172
1173         Do not crash opening documents with no pages and show a warning
1174         message in the message area. Fixes bugs #537574 and #171588.
1175         
1176 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * shell/Makefile.am:
1179         * shell/ev-file-monitor.[ch]:
1180         * shell/ev-window.c: (ev_window_document_changed),
1181         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1182         (ev_window_reload_job_cb), (ev_window_open_uri),
1183         (ev_window_reload_document), (ev_window_cmd_view_reload),
1184         (ev_window_dispose):
1185
1186         Automaticly reload the document when the file has changed on
1187         disk. Bug #304249.
1188         
1189 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1190
1191         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1192         * libdocument/ev-image.c: (ev_image_save_tmp):
1193         * libdocument/ev-module.c: (ev_module_load):
1194         * shell/ev-application.c: (ev_application_shutdown),
1195         (ev_application_get_print_settings):
1196         * shell/ev-sidebar-attachments.c:
1197         (ev_sidebar_attachments_button_press),
1198         (ev_sidebar_attachments_drag_data_get):
1199         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1200         (ev_window_print_finished), (ev_window_print_send),
1201         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1202         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1203         (ev_window_cmd_preview_print):
1204         * shell/main.c: (load_files_remote):
1205         Fix some build warnings under GCC 4.3.0. (#537535).
1206
1207 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1208
1209         * shell/ev-jobs.c: (ev_job_render_dispose):
1210
1211         Fix a crash in debug mode. Patch by Daniel M German.
1212         
1213 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-window.c:
1216
1217         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1218         
1219 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * shell/ev-window.c: (ev_window_print_send),
1222         (ev_window_do_preview_print):
1223
1224         Use the window title as print job name instead of just
1225         "evince-print". Fixes bug #534493.
1226         
1227 2008-05-19  Frederic Peters  <fpeters@0d.be>
1228
1229         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1230         Bug #533897.
1231
1232 2008-05-19  Frederic Peters  <fpeters@0d.be>
1233
1234         * help/reference/Makefile.am: added missing libevmountoperation to
1235         gtkdoc-scanobj libraries.  Bug #533896.
1236
1237 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1238
1239         * properties/ev-properties-view.c (get_default_user_units):
1240         Fixes check for default units string translation. Bug #533323.
1241
1242 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1243
1244         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1245         be an iks_free(). Fix an array overflow in the XML parser that
1246         would occur whenever the number of attributes in a tag was greater
1247         than 0 and divisible by 6. Fixes GNOME bug #530852.
1248
1249 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * backend/djvu/djvu-document-private.h:
1252         * backend/djvu/djvu-links.c:
1253         * backend/djvu/djvu-text.c:
1254         * backend/djvu/djvu-document.c: (djvu_handle_events),
1255         (djvu_wait_for_message), (djvu_document_load),
1256         (document_get_page_size), (djvu_document_render),
1257         (djvu_document_thumbnails_get_thumbnail),
1258         (djvu_document_file_exporter_end):
1259
1260         Make sure load job doesn't finish successfully when the document
1261         is not successfully decoded by libdjvu. Fixes bug #530202.
1262         
1263 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * configure.ac:
1266         * libdocument/Makefile.am:
1267         * libdocument/ev-debug.[ch]:
1268         * libdocument/ev-document.c:
1269         * shell/ev-jobs.c: (ev_job_links_dispose),
1270         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1271         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1272         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1273         (ev_job_render_page_ready), (ev_job_render_run),
1274         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1275         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1276         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1277         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1278         (ev_job_print_new), (ev_job_print_run):
1279         * shell/main.c: (main):
1280
1281         Add debug mode based on gedit code. Add debug messages in
1282         ev-jobs.
1283         
1284 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * libdocument/ev-document-factory.c: (get_document_from_uri):
1287
1288         Fix memory leak.
1289         
1290 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1291
1292         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1293         (get_mime_type_from_data), (get_document_from_uri),
1294         (ev_document_factory_get_document):
1295         
1296         Improved error message about file opening failture.
1297         Bug #529129.
1298
1299 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1300
1301         * data/evince-toolbar.xml:
1302         
1303         Allow to add SaveAs to toolbar.
1304
1305 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * shell/ev-view-private.h:
1308         * shell/ev-view.[ch]: (ev_view_button_release_event),
1309         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1310         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1311         (ev_view_update_primary_selection), (clear_link_selected),
1312         (ev_view_copy_link_address):
1313         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1314
1315         Update also the primary selection when copying a link
1316         address. Fixes bug #520855.
1317         
1318 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * libdocument/ev-document-factory.c: (get_document_from_uri):
1321
1322         Use the pixbuf backend only when the mime type is not supported by
1323         any of the other backend so that tiff documents, for instance, are
1324         handled by the tiff backend instead of the pixbuf backend. fixes
1325         bug #520290.
1326         
1327 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * cut-n-paste/Makefile.am:
1330
1331         Add evmountoperation to subdirs list.
1332         
1333 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * configure.ac:
1336
1337         Fix libspectre check in configure script. Fixes bug #528549.
1338         
1339 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * configure.ac:
1342         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1343         * shell/Makefile.am:
1344         * shell/ev-window.c: (ev_window_load_remote_failed),
1345         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1346
1347         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1348         open documents in remote locations that are not mounted.
1349         
1350 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1351
1352         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1353         (bitmap_convert_msb8):
1354         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1355         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1356
1357         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1358         
1359 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1362         (ev_job_render_new), (ev_job_render_set_selection_info),
1363         (ev_job_render_run):
1364         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1365         (check_job_size_and_unref),
1366         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1367         (add_job), (ev_pixbuf_cache_get_selection_surface):
1368
1369         Create the render context needed for rendering a page in the render
1370         thread so that we don't block the main thread. Simplify
1371         EvJobRender API.
1372         
1373 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * libdocument/Makefile.am:
1376         * libdocument/ev-page.[ch]:
1377         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1378         (ev_render_context_new), (ev_render_context_set_page):
1379         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1380         (ev_form_field_finalize), (ev_form_field_class_init):
1381         * libdocument/ev-document-forms.[ch]:
1382         (ev_document_forms_get_form_fields):
1383         * libdocument/ev-document.[ch]: (ev_document_get_page),
1384         (ev_document_get_page_size), (ev_document_get_page_label):
1385         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1386         (ev_job_render_run), (ev_job_thumbnail_new),
1387         (ev_job_thumbnail_run), (ev_job_print_run):
1388         * shell/ev-page-cache.c: (ev_page_cache_new):
1389         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1390         (check_job_size_and_unref), (add_job):
1391         * shell/ev-sidebar-thumbnails.c: (add_range):
1392         * shell/ev-view.c: (ev_view_form_field_get_region),
1393         (ev_view_form_field_button_create_widget),
1394         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1395         (ev_view_handle_form_field), (ev_view_size_allocate),
1396         (get_selected_text):
1397         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1398         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1399         (pdf_document_get_page), (pdf_document_get_page_label),
1400         (pdf_document_render), (pdf_document_get_info),
1401         (pdf_document_document_iface_init),
1402         (pdf_document_thumbnails_get_thumbnail),
1403         (pdf_document_thumbnails_get_dimensions),
1404         (pdf_document_file_exporter_do_page),
1405         (pdf_selection_render_selection),
1406         (pdf_selection_get_selected_text),
1407         (pdf_selection_get_selection_region),
1408         (pdf_selection_get_selection_map),
1409         (pdf_document_forms_get_form_fields),
1410         (pdf_document_forms_form_field_text_get_text),
1411         (pdf_document_forms_form_field_text_set_text),
1412         (pdf_document_forms_form_field_button_set_state),
1413         (pdf_document_forms_form_field_button_get_state),
1414         (pdf_document_forms_form_field_choice_get_item),
1415         (pdf_document_forms_form_field_choice_get_n_items),
1416         (pdf_document_forms_form_field_choice_is_item_selected),
1417         (pdf_document_forms_form_field_choice_select_item),
1418         (pdf_document_forms_form_field_choice_toggle_item),
1419         (pdf_document_forms_form_field_choice_unselect_all),
1420         (pdf_document_forms_form_field_choice_set_text),
1421         (pdf_document_forms_form_field_choice_get_text):
1422         * backend/ps/ev-spectre.c: (ps_document_get_page),
1423         (ps_document_get_page_size), (ps_document_get_page_label),
1424         (ps_document_render), (ps_document_document_iface_init),
1425         (ps_document_file_exporter_do_page):
1426         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1427         (tiff_document_render), (tiff_document_render_pixbuf),
1428         (tiff_document_file_exporter_do_page):
1429         * backend/pixbuf/pixbuf-document.c:
1430         (pixbuf_document_get_page_size):
1431         * backend/comics/comics-document.c:
1432         (comics_document_get_page_size), (comics_document_render_pixbuf):
1433         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1434         (djvu_document_render), (djvu_selection_get_selected_text),
1435         (djvu_document_thumbnails_get_thumbnail),
1436         (djvu_document_file_exporter_do_page),
1437         (djvu_document_find_get_result):
1438         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1439         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1440         (dvi_document_thumbnails_get_thumbnail),
1441         (dvi_document_file_exporter_do_page):
1442         * backend/impress/impress-document.c:
1443         (impress_document_get_page_size),
1444         (impress_document_render_pixbuf):
1445         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1446
1447         Add EvPage so that we can hold a reference to the backend
1448         page. Form fields keep now a reference to the poppler page
1449         improving performance since we don't have to create/destroy the
1450         poppler field for every form operation. This will be needed for
1451         annotations too.
1452         
1453 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * data/evince-ui.xml:
1456         * shell/ev-window.c:
1457
1458         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1459         
1460 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * configure.ac:
1463         * backend/ps/Makefile.am:
1464
1465         Remove gs stuff from ps backend.
1466         
1467 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * configure.ac:
1470         * backend/pdf/ev-poppler.cc:
1471
1472         Bump poppler requirement to 0.8.0.
1473         
1474 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1475
1476         * NEWS:
1477         * configure.ac:
1478
1479         Update for release 2.22.1.1
1480
1481 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * configure.ac:
1484
1485         Fix build (again) when poppler version is 0.6
1486         
1487 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * backend/djvu/djvu-links.c: (build_tree):
1490
1491         Make sure link title is a valid utf8 string. Fixes bug #526517.
1492         
1493 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * configure.ac:
1496
1497         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1498         #526799.
1499         
1500 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1501
1502         * configure.ac:
1503         
1504         Update for release 2.22.1.
1505
1506 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * NEWS:
1509
1510         Update for upcoming release.
1511
1512 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * configure.ac:
1515         * backend/dvi/dvidocument.evince-backend.in:
1516
1517         Add compressed dvi to the list of supported mime types. Patch by
1518         Ed Catmur. Fixes bug #307087.
1519
1520 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1523
1524         Fix a crash when printing a range that doesn't specify the start or
1525         end page. Fixes bug #524288.
1526
1527 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * shell/ev-window.c: (ev_window_cmd_continuous),
1530         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1531         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1532         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1533         (ev_window_run_presentation), (ev_window_stop_presentation),
1534         (ev_window_cmd_view_presentation),
1535         (ev_window_cmd_leave_fullscreen),
1536         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1537
1538         Do not unfullscreen and fullscreen again the window when changing
1539         from fullscreen to presentation mode and vice versa. Fixes bug
1540         #524112.
1541         
1542 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1543
1544         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1545
1546         Do not crash when thumbnail failed to render in PS backend. Fixes
1547         bug #525015.
1548         
1549 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1552         (ev_window_load_file_remote), (ev_window_open_uri):
1553
1554         Handle errors when opening remote files.
1555         
1556 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1559
1560         Only grab the focus for the current visible proxy widget. Fixes
1561         bug #521224.
1562         
1563 2008-03-30  Emil Soleyman  <emil@nishra.com>
1564
1565         * shell/ev-window.c: (launch_external_uri):
1566         
1567         Reuse g_app_info_launch_default_for_uri to
1568         save some code and fix bug #525009.
1569
1570 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1571
1572         * shell/ev-window.c (image_save_dialog_response_cb):
1573
1574         Use g_str_has_suffix. See bug #523069.
1575
1576 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * configure.ac:
1579
1580         Add a configure option to enable/diable DBus. Patch by Rémi
1581         Cardona. Fixes bug 521797.
1582
1583 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1586
1587         Fix printing in documents with rotated pages. Patch by Eugen
1588         Dedu. Fixes bug #512648.
1589         
1590 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1593         (ev_link_from_action):
1594
1595         Fix warning messages.
1596         
1597 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * shell/ev-window.c: (image_save_dialog_response_cb):
1600
1601         Do not append the extension to filename when saving an image
1602         if the filename alredy contains the extension. Fixes bug #523069.
1603         
1604 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * shell/ev-view.[ch]: (ev_view_find_cancel):
1607         * shell/ev-window.c: (find_bar_close_cb):
1608
1609         Cancel the find operation when the find bar is closed. Fixes bug
1610         #508845.
1611         
1612 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * backend/ps/psdocument.evince-backend.in:
1615
1616         Make ps backend module resident. Fixes bug #520607.
1617         
1618 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-jobs.c: (ev_job_print_run):
1621
1622         Invert collate action in order to work as expected, fix reverse
1623         printing so that it doesn't start with a blank page and fix number
1624         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1625         
1626 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1627
1628         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1629
1630         Fix build with poppler <= 0.7.2
1631         
1632 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * libdocument/ev-document-misc.c:
1635         (ev_document_misc_surface_from_pixbuf):
1636
1637         Fix selections with poppler-splash.
1638         
1639 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1640
1641         * configure.ac:
1642         * backend/pdf/ev-poppler.cc:
1643
1644         Fix build with poppler >= 0.7.2
1645         
1646 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1647
1648         * configure.ac:
1649         
1650         Update for release 2.22.0
1651
1652 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * NEWS:
1655
1656         Update for upcoming release.
1657
1658 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1659
1660         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1661
1662         Bug 495107 – Handle print dialog responses correctly
1663
1664         Correctly handle print dialog response. Properly fixes
1665         the above mentioned bug.
1666
1667 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1668
1669         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1670
1671         Make sure print job is only run when the print button is
1672         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1673         
1674 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * backend/pdf/pdfdocument.evince-backend.in:
1677         * libdocument/ev-backends-manager.c:
1678         (ev_backends_manager_load_backend),
1679         (ev_backends_manager_get_document):
1680         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1681
1682         Allow making backend modules resident. This is needed only for
1683         some backends like pdf to avoid registering glib types more than
1684         once.
1685         
1686 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * backend/comics/comics-document.c:
1689         * backend/djvu/djvu-document.c:
1690         * backend/impress/impress-document.c:
1691         * backend/pdf/ev-poppler.cc:
1692         * backend/pixbuf/pixbuf-document.c:
1693         * backend/ps/ev-spectre.c:
1694         * backend/ps/ps-document.c:
1695         * backend/tiff/tiff-document.c:
1696         * libdocument/ev-document.h:
1697         * properties/ev-properties-main.c:
1698
1699         Use g_type_module_add_interface instead of
1700         g_type_add_interface_static. Fixes bug #519679.
1701         
1702 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1703
1704         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1705         Added. Returns whether the animation has everything necessary to run.
1706         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1707         is ready just because it's been created. Fixes #519106.
1708         (draw_one_page): Do not show the "Loading..." text in presentation
1709         mode, there was a slim probability that this could happen.
1710
1711 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1712
1713         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1714
1715         Duplicate mime_type string before freeing it so that it doesn't
1716         always fail when getting mime type from uri. Fixes bug #518874.
1717         
1718 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1721
1722         Fix a crash when a choice form field doesn't have any item
1723         selected. Fixes bug #518831
1724         
1725 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1726
1727         * shell/ev-window.c (ev_window_clear_temp_file):
1728         Use g_file_has_prefix instead of renamed
1729         g_file_contains_file.
1730
1731         * configure.ac:
1732         Require new glib for above change.
1733         
1734 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * libdocument/ev-image.c: (ev_image_finalize),
1737         (ev_image_save_tmp):
1738
1739         Return a real uri instead of a filename when saving an
1740         image. Fixes images drag an drop from evince to nautilus. 
1741         
1742 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * backend/pdf/ev-poppler.cc:
1745         (pdf_document_images_get_image_mapping):
1746
1747         Return the image list in the right order. Fixes bug #516237.
1748         
1749 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1750
1751         * backend/impress/impress-document.c:
1752         (impress_document_thumbnails_get_thumbnail):
1753
1754         Remove unused variable to avoid a compiler warning.
1755
1756 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1757
1758         * configure.ac:
1759         
1760         Update for release 2.21.91.
1761
1762 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * configure.ac:
1765         * shell/Makefile.am:
1766         * shell/ev-application.[ch]:
1767         * shell/ev-sidebar-links.c:
1768         * shell/ev-utils.[ch]:
1769         * shell/ev-window.[ch]:
1770
1771         Remove libgnomeprint support. Fixes bug #512370.
1772         
1773 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1774
1775         * thumbnailer/evince-thumbnailer.c: (main):
1776
1777         Initialize glib type system before using it. Fixes bug #513934.
1778         
1779 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * properties/ev-properties-main.c:
1782
1783         Add missing #include.
1784         
1785 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * configure.ac:
1788         * backend/djvu/djvu-document.c: (djvu_document_render):
1789         * backend/tiff/tiff-document.c: (tiff_document_render):
1790
1791         Use the new cairo function cairo_format_stride_for_width when
1792         available. Fixes bug #482720.
1793
1794 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1797         (get_mime_type_from_data), (get_document_from_uri):
1798
1799         Use g_content_type_guess() only when slow is true in
1800         get_document_from_uri(). Fix several memory leaks.
1801         
1802 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1803
1804         * libdocument/ev-document-factory.c:
1805         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1806         (get_document_from_uri):
1807
1808         Use g_content_type_guess () to get mimetype for files.
1809         Bug #510401.
1810
1811 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * thumbnailer/Makefile.am:
1814
1815         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1816         
1817 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * configure.ac:
1820
1821         Fix build with --without-libgnome. Fixes bug #512771.
1822         
1823 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1824
1825         * backend/dvi/Makefile.am: Install only dvi
1826         module. Fixes bug #512718.
1827
1828 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1829
1830         * properties/ev-properties-main.c: (nautilus_module_initialize):
1831         
1832         Initialize backends in properties tab. Fixes bug
1833         #512720.
1834
1835 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1836
1837         * properties/Makefile.am: No need to link with 
1838         libraries. Fixes bug #512719.
1839
1840 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1841
1842         * NEWS:
1843         * configure.ac:
1844         
1845         Update for release 2.21.90.
1846
1847 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * shell/ev-window.c: (ev_window_cmd_escape):
1850
1851         Fix compile warning.
1852         
1853 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1856
1857         Fix printing in dvi backend when filename contains white
1858         espaces. Fixes bug #502839.
1859         
1860 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1863         (screensaver_disable_x11):
1864         * shell/Makefile.am:
1865         * shell/xdg-user-dir-lookup.c: Removed
1866         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1867         * shell/ev-view.c: (ev_view_presentation_transition_start):
1868         * shell/ev-window.c: (ev_window_cmd_file_open),
1869         (ev_window_cmd_save_as), (presentation_set_timeout):
1870
1871         Remove #ifdefs that are no longer needed.
1872         
1873 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1874
1875         * shell/ev-view.[ch]: (ev_view_button_release_event),
1876         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1877         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1878         (ev_window_cmd_escape):
1879
1880         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1881         
1882 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * configure.ac:
1885         * backend/comics/comics-document.c: (comics_document_load):
1886         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1887         (ev_attachment_set_property), (ev_attachment_init),
1888         (ev_attachment_save), (ev_attachment_launch_app),
1889         (ev_attachment_open):
1890         * libdocument/ev-document-factory.c: (get_document_from_uri):
1891         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1892         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1893         * shell/ev-jobs.c:
1894         * shell/ev-password.c: (ev_password_dialog_set_property),
1895         (ev_password_dialog_save_password):
1896         * shell/ev-sidebar-attachments.c:
1897         (ev_sidebar_attachments_drag_data_get):
1898         * shell/ev-window-title.c: (get_filename_from_uri):
1899         * shell/ev-window.c: (ev_window_clear_temp_file),
1900         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1901         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1902         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1903         (launch_external_uri), (image_save_dialog_response_cb),
1904         (attachment_save_dialog_response_cb):
1905         * shell/main.c: (load_files), (load_files_remote), (main):
1906         * thumbnailer/evince-thumbnailer.c: (main):
1907
1908         Port to gio and drop gnome-vfs dependency. Fixes bug
1909         #510401. Based on patch by Cosimo Cecchi.
1910         
1911 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1912
1913         * NEWS:
1914
1915         Fixed formatting inconsistencies (spaces vs. tabs)
1916
1917 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1918
1919         * shell/ev-window.c:
1920
1921         Use top/up/bottom/down arrows instead of
1922         first/left/last/right in the toolbar and menu actions.
1923         This fixes issues with RTL languages and is visually
1924         consistent with the page view. Fixes bug #170081.
1925
1926 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1927
1928         * NEWS:
1929
1930         Fixed some inaccuracies pointed out by Carlos Garcia
1931         Campos.
1932
1933 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1934
1935         * NEWS:
1936         * data/evince.schemas.in:
1937         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1938
1939         Override PDF restrictions by default. Fixes bug #382700.
1940
1941 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1942
1943         * NEWS: Updated for upcoming release
1944
1945 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1948
1949         Fix memory leak.
1950         
1951 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1952
1953         * shell/ev-window.c: (register_custom_actions):
1954         
1955         Added comment for translators
1956
1957 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * shell/ev-view.c: (ev_view_button_release_event):
1960
1961         Do not create the idle function for kinetic scrolling if we are
1962         not in a drag operation.
1963
1964 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1967         (ev_view_button_press_event), (ev_view_motion_notify_event),
1968         (ev_view_button_release_event):
1969
1970         Restore cursor after autoscrolling. Fixes bug #509958.
1971
1972 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1973
1974         * configure.ac:
1975         * backend/pdf/ev-poppler.cc:
1976         (pdf_document_images_get_image_mapping),
1977         (pdf_document_images_get_image),
1978         (pdf_document_document_images_iface_init):
1979         * libdocument/ev-document-images.[ch]:
1980         (ev_document_images_get_image_mapping),
1981         (ev_document_images_get_image):
1982         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1983         (ev_image_get_id), (ev_image_save_tmp):
1984         * shell/ev-jobs.c: (ev_job_render_run):
1985         * shell/ev-view.c: (ev_view_drag_data_get):
1986         * shell/ev-window.c: (image_save_dialog_response_cb),
1987         (ev_view_popup_cmd_copy_image):
1988
1989         Do not render images when rendering the page but on demand. It
1990         reduces the memory comsumption.
1991         
1992 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1993
1994         * configure.a:
1995         * shell/ev-password.c:
1996
1997         Make gnome-keyring optional. Fixes bug #509676.
1998         
1999 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * shell/ev-pixbuf-cache.c: (add_job):
2002
2003         Initialize include_images variable as FALSE instead of TRUE.
2004         
2005 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2006
2007         * configure.ac:
2008         * cut-n-paste/Makefile.am:
2009         * cut-n-paste/fileformatchooser/Makefile.am:
2010         * cut-n-paste/fileformatchooser/egg-macros.h:
2011         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2012         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2013         * shell/Makefile.am:
2014         * shell/ev-utils.c:
2015         (file_chooser_dialog_add_writable_pixbuf_formats),
2016         (get_gdk_pixbuf_format_by_extension):
2017         * shell/ev-utils.h:
2018         * shell/ev-window.c: (ev_window_error_message),
2019         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2020         
2021         Simplify image format selection on save.
2022
2023 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2024
2025         * shell/ev-view.c: (ev_view_scroll_event):
2026         
2027         Repair gorizontal scrolling with shift. Fixes
2028         bug #483412.
2029
2030 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2031         
2032         * MAINTAINERS:
2033
2034         Fix formatting issues.
2035         
2036 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2037
2038         * backend/comics/comics-document.c: (comics_regex_quote):
2039         
2040         Don't overquote special chars except of '. See bug 
2041         502500. Thanks to Tom Parker.
2042
2043 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2044
2045         * MAINTAINERS:
2046         
2047         Added Nickolay and Carlos, since they're doing most of
2048         the releases nowadays.
2049
2050 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2051
2052         * properties/Makefile.am:
2053
2054         Get the nautilus extension dir properly instead of using
2055         a hack. Fixes bug #505359.
2056
2057 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2058
2059         * properties/Makefile.am:
2060         
2061         Install nautilus extension into new place. See bug
2062         #505359. Thanks to Matthias Clasen, Brian Pepple and
2063         Damien Carbery.
2064
2065 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2066
2067         * shell/ev-window.c: (ev_window_get_recent_file_label):
2068         
2069         RTL marker in recent file list. See bug #509076.
2070
2071 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2074         * shell/ev-window.c: (image_save_dialog_response_cb):
2075
2076         Fix compile warnings due to unused variables.
2077         
2078 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2079
2080         * configure.ac:
2081         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2082         * backend/ps/ev-spectre.c: (ps_document_render):
2083
2084         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2085
2086 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2087
2088         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2089         (ev_transition_animation_paint): Implement "fade" effect.
2090
2091 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2092
2093         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2094         (ev_transition_animation_paint): Implement "uncover" effect.
2095
2096 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2097
2098         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2099         (ev_transition_animation_paint): Implement "cover" effect.
2100
2101 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2102
2103         * shell/ev-transition-animation.c (ev_transition_animation_push)
2104         (ev_transition_animation_paint): Implement "push" effect.
2105
2106 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2107
2108         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2109         (ev_transition_animation_paint): Implement "dissolve" effect.
2110
2111 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2112
2113         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2114         (ev_transition_animation_paint): Implement "wipe" effect.
2115
2116 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2117
2118         * shell/ev-transition-animation.c (ev_transition_animation_box)
2119         (ev_transition_animation_paint): Implement "box" effect.
2120
2121 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2122
2123         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2124         (ev_transition_animation_paint): Implement "blinds" effect.
2125
2126 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2127
2128         * shell/ev-transition-animation.c (ev_transition_animation_split)
2129         (ev_transition_animation_paint): Implement "split" effect.
2130
2131 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2132
2133         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2134         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2135         (ev_view_transition_animation_start) 
2136         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2137         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2138         (ev_view_next_page) (ev_view_previous_page):
2139         
2140         Use EvTransitionAnimation to drive page changes in the presentation
2141         mode, the animation will wait to start until both the origin and 
2142         destination page surfaces are available. Fixes #458460.
2143
2144         (draw_loading_text):
2145
2146         Remove workaround for bug #320352, it's now fixed properly.
2147
2148
2149 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2150
2151         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2152         will contain the implementations for page transition animations, at
2153         the moment it just has the "replace" effect.
2154         * shell/Makefile.am: Added these files to build.
2155
2156 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2157
2158         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2159         animations.
2160         * shell/Makefile.am: Added these files to build.
2161
2162 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2163
2164         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2165         implementation to get_effect() in EvDocumentTransitionIface.
2166
2167 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2168
2169         * libdocument/ev-transition-effect.[ch]: New files, define a page
2170         transition effect, at the moment it maps PopplerPageTransition to a
2171         GObject.
2172         * libdocument/Makefile.am: Added these files to build.
2173         * libdocument/ev-document-transition.[ch]
2174         (ev_document_transition_get_effect): New method, gets the
2175         EvTransitionEffect returned by the interface implementation, with
2176         fallback to the "replace" effect.
2177
2178 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2179
2180         * configure.ac:
2181         * cut-n-paste/Makefile.am:
2182         * cut-n-paste/fileformatchooser/Makefile.am:
2183         * cut-n-paste/fileformatchooser/egg-macros.h:
2184         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2185         * shell/Makefile.am:
2186         * shell/ev-window.c: (image_save_dialog_response_cb),
2187         (ev_view_popup_cmd_save_image_as):
2188
2189         Allow exporting images in any format supported by
2190         GdkPixbuf. Fixes bug #500209.
2191         
2192 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * backend/pixbuf/pixbuf-document.c:
2195
2196         More warnings fixed.
2197         
2198 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2201         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2202         * backend/djvu/djvu-text.h:
2203         * backend/tiff/tiff-document.c: (tiff_document_render):
2204
2205         Fix compile warnings.
2206         
2207 2007-12-28  Christian Persch  <chpe@gnome.org>
2208
2209         * **/*.c: Include config.h. Bug #504721.
2210
2211 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2212
2213         * configure.ac:
2214         * Makefile.am:
2215         * po/POTFILES.in:
2216         * backend/comics/Makefile.am:
2217         * backend/comics/comics-document.[ch]:
2218         * backend/comics/comicsdocument.evince-backend.in:
2219         * backend/djvu/Makefile.am:
2220         * backend/djvu/djvu-document.[ch]:
2221         * backend/djvu/djvudocument.evince-backend.in:
2222         * backend/dvi/Makefile.am:
2223         * backend/dvi/dvi-document.[c]:
2224         * backend/dvi/dvidocument.evince-backend.in:
2225         * backend/impress/Makefile.am:
2226         * backend/impress/impress-document.[ch]:
2227         * backend/impress/impressdocument.evince-backend.in:
2228         * backend/pdf/Makefile.am:
2229         * backend/pdf/ev-poppler.cc:
2230         * backend/pdf/ev-poppler.h:
2231         * backend/pdf/pdfdocument.evince-backend.in:
2232         * backend/pixbuf/Makefile.am:
2233         * backend/pixbuf/pixbuf-document.[ch]:
2234         * backend/pixbuf/pixbufdocument.evince-backend.in:
2235         * backend/ps/Makefile.am:
2236         * backend/ps/ev-spectre.[ch]:
2237         * backend/ps/ps-document.[ch]:
2238         * backend/ps/psdocument.evince-backend.in:
2239         * backend/tiff/Makefile.am:
2240         * backend/tiff/tiff-document.[ch]:
2241         * backend/tiff/tiffdocument.evince-backend.in:
2242         * libdocument/Makefile.am:
2243         * libdocument/ev-backends-manager.[ch]:
2244         * libdocument/ev-module.[ch]:
2245         * libdocument/ev-document.h:
2246         * libdocument/ev-document-factory.[ch]:
2247         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2248         (get_compression_from_mime_type), (get_document_from_uri),
2249         (ev_document_factory_get_document), (file_filter_add_mime_types),
2250         (ev_document_factory_add_filters):
2251         * shell/Makefile.am:
2252         * shell/ev-window-title.c: (get_filename_from_uri):
2253         * shell/main.c: (main):
2254         * thumbnailer/Makefile.am:
2255         * thumbnailer/evince-thumbnailer.c: (main):
2256
2257         Plugin system for backends. Fixes bug #351348.
2258         
2259 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2260
2261         * shell/ev-view-private.h:
2262         * shell/ev-view.c: (ev_view_drag_update_momentum),
2263         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2264         (ev_view_button_release_event), (ev_view_destroy):
2265         
2266         Kinetic scrolling implemented as requested in
2267         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2268
2269 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2270
2271         * data/evince-toolbar.xml:
2272         * data/evince-ui.xml:
2273         * shell/ev-view-private.h:
2274         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2275         (ev_view_button_press_event), (ev_view_motion_notify_event),
2276         (ev_view_button_release_event), (ev_view_init),
2277         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2278         (ev_view_set_cursor):
2279         * shell/ev-view.h:
2280         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2281         (ev_window_cmd_view_autoscroll):
2282         
2283         Autoscroll feature with the context menu. Fixes bug 
2284         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2285
2286 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2287
2288         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2289
2290         Disconnect also page-ready signal when removing a job because the
2291         page size has changed. Thanks to kripken
2292         <kripkensteiner@gmail.com>.
2293
2294 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2295
2296         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2297         
2298         Scroll pages in page entry with mouse wheel. Fixes bug
2299         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2300
2301 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * backend/dvi/Makefile.am:
2304         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2305         (mdvi_cairo_device_init):
2306         * backend/dvi/mdvi-lib/common.h:
2307         * backend/dvi/mdvi-lib/mdvi.h:
2308         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2309         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2310         (mdvi_build_path_from_cwd):
2311
2312         Add ps specials support in dvi backend when libspectre is
2313         present. Fixes bug #386005.
2314         
2315 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * configure.ac:
2318         * backend/ps/Makefile.am:
2319         * backend/ps/ev-spectre.[ch]:
2320         
2321         Use libspectre, if available, for the ps backend. Fixes bugs
2322         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2323
2324 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2325         
2326         * backend/comics/comics-document.c: (comics_document_load):
2327         
2328         Cygwin build issue fix.
2329
2330 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * shell/ev-view.c: (ev_view_set_zoom):
2333
2334         Do not limit the minimum zoom factor when sizing mode is best bit
2335         or fit width. Fixes bug #503805.
2336         
2337 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2340         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2341         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2342         (ev_link_dest_get_property), (ev_link_dest_set_property),
2343         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2344         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2345         (ev_link_dest_new_fitr):
2346         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2347         (goto_fith_dest), (goto_xyz_dest):
2348
2349         Do not change left, top and zoom values when they are null in PDF
2350         destinations. Fixes bug #460658.
2351         
2352 2007-12-10  Christian Persch  <chpe@gnome.org>
2353
2354         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2355         (ev_view_accessible_class_init),
2356         (ev_view_accessible_idle_do_action),
2357         (ev_view_accessible_action_do_action),
2358         (ev_view_accessible_action_get_description),
2359         (ev_view_accessible_action_set_description),
2360         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2361         (ev_view_accessible_factory_init),
2362         (ev_view_accessible_factory_get_accessible_type):
2363         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2364         private data, and G_DEFINE_TYPE. Bug #502843.
2365
2366 2007-12-08  Christian Persch  <chpe@gnome.org>
2367
2368         * shell/ev-metadata-manager.c: (item_free),
2369         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2370         (value_free), (parse_value), (parseItem),
2371         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2372         (save_values): Use GSlice to allocate small amounts of memory. Bug
2373         #475972.
2374
2375 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2378
2379         Restore cursor to normal after a drag operation. Fixes bug
2380         #501603.
2381         
2382 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2383
2384         * NEWS:
2385         * configure.ac:
2386         
2387         Update for release 2.21.1
2388
2389 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2390
2391         * configure.ac:
2392         * cut-n-paste/gedit-message-area/Makefile.am:
2393         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2394         * shell/Makefile.am:
2395         * shell/ev-message-area.[ch]:
2396         * shell/ev-window.c: (ev_window_set_message_area),
2397         (ev_window_error_message_response_cb), (ev_window_error_message),
2398         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2399         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2400         (ev_attachment_popup_cmd_open_attachment),
2401         (attachment_save_dialog_response_cb), (ev_window_set_document),
2402         (ev_window_init):
2403
2404         Use a message area instead of a popup dialog for error
2405         notifications. Fixes bug #337495.
2406         
2407 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2410         (ev_window_run_fullscreen):
2411
2412         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2413         
2414 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * ev-sidebar-thumbnails.c: (update_visible_range),
2417         (ev_sidebar_thumbnails_refresh),
2418         (ev_sidebar_thumbnails_set_document),
2419         (ev_sidebar_thumbnails_support_document):
2420
2421         Show thumbnails for documents with one page. Fixes bug #358751.
2422         
2423 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * shell/ev-window.c:
2426         (ev_window_load_print_settings_from_metadata),
2427         (ev_window_save_print_settings), (ev_window_print_finished),
2428         (ev_window_print_range):
2429
2430         Print settings that are specific to the document are now saved per
2431         document in the metadata file. Fixes bug #488806.
2432         
2433 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2434
2435         * backend/tiff/tiff-document.c: (tiff_document_render):
2436
2437         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2438         
2439 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * shell/ev-application.[ch]: (get_find_string_from_args),
2442         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2443         (ev_application_open_uri_list):
2444         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2445         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2446         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2447         (ev_window_cmd_recent_file_activate),
2448         (ev_window_open_recent_action_item_activated),
2449         (ev_window_print_send), (open_remote_link):
2450         * shell/main.c: (arguments_parse):
2451
2452         Add a command line option for search. Fixes bug #497710.
2453         
2454 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2455
2456         * shell/ev-jobs.c: (ev_job_print_new):
2457
2458         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2459         
2460 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * data/evince-toolbar.xml:
2463         * shell/Makefile.am:
2464         * shell/ev-application.c: (ev_application_init):
2465         * shell/ev-open-recent-action.[ch]:
2466         * shell/ev-window.c:
2467         (ev_window_open_recent_action_item_activated),
2468         (register_custom_actions):
2469
2470         Add an expander to the open toolbar item which pops up a dropdown
2471         menu with the recently used documents. Fixes bug #487215.
2472         
2473 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * shell/ev-window.c: (ev_window_open_uri),
2476         (ev_window_cmd_view_reload):
2477
2478         Do not jump to the first page when reloading by running evince
2479         from the command line. Fixes bug #490847.
2480         
2481 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2482
2483         * shell/ev-window.c: (ev_window_cmd_help_contents):
2484
2485         Plugged memory leak when help file is not found. Fixes bug
2486         #490762.
2487         
2488 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * configure.ac:
2491
2492         Enable djvu, dvi and comics backends by default. Fixes bug
2493         #437121.
2494         
2495 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * configure.ac:
2498         * cut-n-paste/Makefile.am:
2499         * cut-n-paste/recent-files/*: Removed
2500         * help/reference/Makefile.am:
2501         * shell/Makefile.am:
2502         * shell/ev-application.[ch]: (ev_application_shutdown),
2503         (ev_application_init):
2504         * shell/ev-window.c: (ev_window_add_recent),
2505         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2506
2507         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2508         
2509 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2510
2511         * shell/ev-window.c: (launch_external_uri):
2512
2513         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2514         and report error if the URL is not supported (#489910).
2515
2516 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2519         (pdf_document_file_exporter_begin_page),
2520         (pdf_document_file_exporter_end_page):
2521
2522         Fix printing with poppler splash backend. Fixes bug #489774.
2523         
2524 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2527         * shell/ev-print-job.c: (ev_print_job_class_init):
2528
2529         Fix a crash when printing with the gnome-print dialog. Fixes bug
2530         #488939.
2531         
2532 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2533
2534         * backend/pixbuf/pixbuf-document.c:
2535
2536         Fix an implicit function definition warning (#487655)
2537
2538 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2539
2540         * shell/ev-window.c:
2541
2542         Fix conflicting shortcut for view sade pane and presentation.
2543         
2544 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * backend/pdf/ev-poppler.cc:
2547         (pdf_document_file_exporter_begin_page),
2548         (pdf_document_file_exporter_do_page),
2549         (pdf_document_file_exporter_end_page),
2550         (pdf_document_file_exporter_iface_init):
2551         * libdocument/ev-file-exporter.[ch]:
2552         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2553         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2554         (ev_job_print_run):
2555
2556         When printing multiple pages per sheet in reverse option, do not
2557         invert the order of the pages in every sheet, but the order of the
2558         sheets. Do not print blank pages when page range is invalid. Fixes
2559         bugs #484857 and #485521.
2560         
2561 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2564         (ev_job_print_run):
2565         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2566
2567         Respect ranges order when printing more than one range in random
2568         order.
2569         
2570 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2571
2572         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2573         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2574
2575         Rotate also the window icon when document is rotated. Fixes bug
2576         #474681.
2577         
2578 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2581         (pdf_document_forms_get_form_fields):
2582
2583         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2584         Matthias Drochner.
2585         
2586 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * configure.ac:
2589         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2590
2591         Use poppler_page_render_for_printing() instead of
2592         poppler_page_render() if available when exporting to a ps or pdf
2593         file. Fixes bug #476627.
2594         
2595 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * shell/ev-window.c: (ev_window_run_fullscreen):
2598
2599         Do not show the toolbar in fullscreen mode if the main toolbar is
2600         not visible. Fixes bug #483048.
2601         
2602 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * shell/ev-view.c: (ev_view_button_press_event):
2605
2606         Give priority to form fields over images when deciding whether a
2607         button press event is over an image or form field. It allows edit
2608         form fields when they are over a background image. Fixes bug
2609         #477841.
2610         
2611 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2612
2613         * NEWS:
2614         * configure.ac:
2615         
2616         Update for release 2.20.0
2617
2618 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * backend/pdf/ev-poppler.cc:
2621
2622         Remove #ifdef HAVE_FORMS, so that forms support works again.
2623
2624 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2625
2626         * configure.ac:
2627         * data/evince.desktop.in.in:
2628         
2629         Fixes desktop file issues. See bug #473471.
2630
2631 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2632
2633         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2634         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2635         (ev_job_queue_remove_job):
2636         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2637         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2638         * shell/ev-window.c: (ev_window_clear_save_job),
2639         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2640         (ev_window_dispose):
2641
2642         Move save a copy task to its own job so that it's carried out in a
2643         thread avoiding another lock in the main thread. Use
2644         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2645         can be saved to a pathin another file system. Fixes bug #456891.
2646         
2647 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2648
2649         * NEWS:
2650         * configure.ac:
2651         
2652         Update for release 2.19.92
2653
2654 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * configure.ac:
2657         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2658         (pdf_selection_get_selection_region),
2659         (pdf_selection_get_selection_map),
2660         (ev_form_field_from_poppler_field):
2661
2662         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2663         and triple click selections are enabled again now.
2664
2665 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2666
2667         * shell/ev-window.c: (ev_window_add_history):
2668
2669         Make sure not to use the history with documents not supporting
2670         links. Fixes bug #468954.
2671
2672 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2673
2674         * shell/ev-window.c: (ev_window_load_job_cb):
2675
2676         Restart the search when reloading a document with the find bar
2677         visible. Fixes bug #461962.
2678
2679 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2680
2681         * shell/ev-window.c: (setup_document_from_metadata),
2682         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2683
2684         Do not jump to the first page when reloading a document from the
2685         last page.
2686
2687 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2688
2689         * shell/ev-window.c: (update_chrome_flag),
2690         (setup_sidebar_from_metadata),
2691         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2692         (ev_window_cmd_edit_find_next),
2693         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2694         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2695         (find_bar_close_cb), (view_actions_focus_in_cb):
2696
2697         Do not update visibility when changing a chrome flag so that it's
2698         possible to update several flags and update visibility only once
2699         for all of them.
2700
2701 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2702
2703         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2704
2705         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2706         supported by gtk+. Fixes bug #460907.
2707
2708 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2709
2710         * shell/ev-view.c: (view_update_range_and_current_page):
2711
2712         Make sure current-page <= end-page in continuous mode. Fixes bug
2713         #454950.
2714
2715 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * backend/pdf/ev-poppler.cc: (build_tree):
2718
2719         Ignore outline items without a title. Fixes bug #453913.
2720
2721 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2722
2723         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2724         (ev_view_button_release_event), (ev_view_leave_notify_event):
2725
2726         Use always drag mouse cursor during a drag operation. Fixes bug
2727         #470564.
2728
2729 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2730
2731         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2732         (pdf_selection_get_selection_region),
2733         (pdf_selection_get_selection_map):
2734
2735         Temporarily disable double and triple selections since it depends on
2736         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2737         released and the update of the external dependency minimal version
2738         approved.
2739
2740 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2743         (pdf_document_file_exporter_do_page):
2744         * libdocument/ev-file-exporter.h:
2745         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2746         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2747
2748         Actually fix printing regressions. Remove orientation from
2749         EvPrintContext since it's redundant.
2750
2751 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2752
2753         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2754         * backend/impress/impress-document.c:
2755         (impress_document_document_iface_init):
2756         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2757         * backend/djvu/djvu-document.c:
2758         (djvu_document_document_iface_init),
2759         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2760         * backend/tiff/tiff-document.c:
2761         (tiff_document_document_iface_init):
2762         * backend/pixbuf/pixbuf-document.c:
2763         (pixbuf_document_document_iface_init):
2764         * backend/comics/comics-document.c:
2765         (comics_document_document_iface_init):
2766         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2767         (pdf_selection_render_selection),
2768         (pdf_selection_get_selected_text),
2769         (pdf_selection_get_selection_region),
2770         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2771         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2772         (ev_selection_get_selection_region),
2773         (ev_selection_get_selection_map):
2774         * libdocument/ev-document.[ch]:
2775         * shell/ev-pixbuf-cache.[ch]: (add_job),
2776         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2777         * shell/ev-view-private.h:
2778         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2779         (ev_job_render_run):
2780         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2781         * shell/ev-view.c: (start_selection_for_event),
2782         (ev_view_button_press_event), (ev_view_drag_data_get),
2783         (ev_view_drag_data_received), (ev_view_button_release_event),
2784         (compute_new_selection_text), (compute_selections),
2785         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2786         (ev_view_primary_get_cb):
2787
2788         Add support for double and triple click selections.
2789
2790 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2791
2792         * NEWS:
2793         * configure.ac:
2794
2795         Update for release 2.19.4
2796
2797 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2798
2799         * shell/ev-view-private.h:
2800         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2801         (ev_view_set_highlight_search):
2802         * shell/ev-view.h:
2803         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2804         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2805         (find_bar_visibility_changed_cb):
2806         
2807         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2808
2809 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2812         (pdf_document_file_exporter_begin),
2813         (pdf_document_file_exporter_do_page):
2814         * shell/ev-jobs.c: (ev_job_print_run):
2815         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2816
2817         Create always a portrait cairo surface and rotate when needed for
2818         landscape. It fixes printing problems in real printers.
2819
2820 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2823         * libdocument/ev-file-exporter.[ch]:
2824         (ev_file_exporter_get_capabilities):
2825         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2826         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2827
2828         Adjust number of pages per row according to page orientation when
2829         printing 2 or 6 pages per sheet.
2830
2831 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * shell/ev-window.c: (ev_window_print_send):
2834
2835         Reset also cups setting to 1 when printing multiple pages per
2836         sheet. Fixes bug #468853.
2837
2838 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * libdocument/ev-document-misc.c:
2841         (ev_document_misc_surface_rotate_and_scale):
2842
2843         Use directly cairo_surface_get_content() when creating a similar
2844         surface as suggested by Jeff Muizelaar. Thanks again.
2845
2846 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * backend/djvu/djvu-document.c: (djvu_document_render):
2849         * backend/tiff/tiff-document.c: (tiff_document_render):
2850         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2851         * libdocument/ev-document-misc.c:
2852         (ev_document_misc_surface_from_pixbuf),
2853         (ev_document_misc_surface_rotate_and_scale):
2854
2855         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2856         creating page surfaces. Fixes bug #453123. Thank you very much to
2857         Jeff Muizelaar <jeff@infidigm.net>.
2858
2859 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2860
2861         * shell/ev-page-cache.c: (ev_page_cache_new),
2862         (ev_page_cache_get_thumbnail_size):
2863         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2864         (ev_sidebar_thumbnails_set_loading_icon):
2865
2866         Also store in page-cache the dimensions of the thumbnails so that
2867         they can be used to create the correct loading icon in the side
2868         pane. Fixes bug #466857.
2869
2870 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * backend/pdf/ev-poppler.cc:
2873         (pdf_document_thumbnails_get_thumbnail):
2874
2875         Fix thumbnails rotation in pdf documents that include embedded 
2876         thumbnails.
2877
2878 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2879
2880         * backend/pdf/ev-poppler.cc:
2881
2882         Don't use #ifdef in macro expansion. Some compilers don't
2883         like that. Closes bug #467042.
2884
2885 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2886
2887         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2888         
2889         Fixes memory leak in djvu backend.
2890
2891 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2892
2893         * data/icons/32x32/Makefile.am:
2894         * data/icons/32x32/actions/Makefile.am:
2895         * data/icons/32x32/actions/view-page-cont.svg:
2896         * data/icons/32x32/actions/view-page-facing.svg:
2897         * data/icons/48x48/Makefile.am:
2898         * data/icons/48x48/actions/Makefile.am:
2899         * data/icons/48x48/actions/view-page-cont.svg:
2900         * data/icons/48x48/actions/view-page-facing.svg:
2901         
2902         Icons for a new sizes.
2903
2904 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2905
2906         * shell/ev-page-cache.c: (build_height_to_page),
2907         (ev_page_cache_get_height_to_page):
2908         
2909         Fixes invalid read, see bug #466401.
2910
2911 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2914         (set_drag_cursor):
2915         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2916         (configure_item_cursor), (new_pixbuf_from_widget):
2917
2918         Fix multihead problems in toolbar editor. Fixes bug #382055.
2919
2920 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * shell/ev-window.c: (ev_window_cmd_file_open),
2923         (ev_window_cmd_save_as):
2924
2925         Use g_get_user_special_dir when available instead of
2926         xdg_user_dir_lookup.
2927
2928 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2929
2930         * MAINTAINERS:
2931         
2932         Updated according to request on desktop-devel.
2933
2934 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2937
2938         Do not use cairo_rectangle and cairo_clip since we are
2939         not using cairo_fill but cairo_paint. Use the same cairo context
2940         for every page in the same expose event.
2941
2942 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2943
2944         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2945         leak.
2946
2947 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * configure.ac:
2950         * NEWS:
2951
2952         Release 0.9.3
2953
2954 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2955
2956         * libdocument/ev-document-info.h:
2957         * libdocument/ev-document.h:
2958         * shell/ev-page-action.h:
2959         * shell/ev-sidebar-links.h:
2960
2961         Fix a headers problem with ev-link
2962         
2963         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2964         * shell/ev-view-private.h:
2965         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2966         (get_link_area), (ev_view_query_tooltip),
2967         (ev_view_leave_notify_event), (ev_view_destroy),
2968         (ev_view_class_init):
2969
2970         Use new gtk tooltips when available instead of ev-tooltip.
2971         
2972 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * shell/ev-window.c: (update_chrome_visibility),
2975         (ev_window_sidebar_visibility_changed_cb):
2976
2977         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2978         
2979 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * shell/ev-navigation-action.c:
2982         (ev_navigation_action_history_changed),
2983         (ev_navigation_action_set_history):
2984         * shell/ev-navigation-action-widget.c:
2985         (ev_navigation_action_widget_init):
2986         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2987
2988         Fix compile warnings.
2989         
2990 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2991
2992         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2993         (egg_editable_toolbar_dispose):
2994
2995         Fix memory leak.
2996         
2997 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3000         (screensaver_disable_x11):
3001         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3002         * shell/ev-window.c: (presentation_set_timeout):
3003         * shell/ev-view.c: (ev_view_presentation_transition_start):
3004
3005         Use g_timeout_add_seconds instead of g_timeout_add when
3006         available.
3007         
3008 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3011
3012         Set horizontal scrollbar policy to AUTOMATIC instead of
3013         NEVER. Workaround for bug #449462.
3014         
3015 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * shell/ev-jobs.c: (ev_job_render_page_ready):
3018
3019         Add page_ready callback to main loop with high priority and hold
3020         a reference to job during idle.
3021         
3022 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * configure.ac:
3025         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3026         (pdf_document_file_exporter_begin),
3027         (pdf_document_file_exporter_do_page),
3028         (pdf_document_file_exporter_get_capabilities):
3029         * libdocument/ev-file-exporter.h:
3030         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3031         * shell/ev-window.c: (ev_window_print_send),
3032         (ev_window_print_dialog_response_cb):
3033
3034         Allow printing multiple pages per sheet. Fixes bug #395573.
3035         
3036 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3037
3038         * shell/ev-view.c: (tip_from_link):
3039         
3040         Check for NULL, fixes bug #460862.
3041
3042 2007-07-29  Christian Persch  <chpe@gnome.org>
3043
3044         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3045         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3046         (ev_window_cmd_preview_print):
3047         
3048         Fixes bug #437681 - blocks while enumerating printers.
3049
3050 2007-07-29  Christian Persch  <chpe@gnome.org>
3051
3052         * shell/ev-window.c: (ev_window_screen_changed):
3053         
3054         Don't use deprecated gtk+ function. See bug #460909.
3055
3056 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * shell/ev-utils.c: (get_num_monitors):
3059         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3060
3061         Do not use display before initializing it. Remove compile
3062         warnings.
3063
3064 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3065
3066         * shell/ev-view.c: (ev_view_class_init):
3067         
3068         Unix-like hjkl bindings added. See bug #458111.
3069
3070 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3071
3072         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3073         * shell/ev-utils.h:
3074         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3075         (ev_view_update_view_size):
3076         * shell/ev-view.h:
3077         * shell/ev-window.c: (ev_window_update_actions),
3078         (setup_view_from_metadata), (ev_window_screen_changed),
3079         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3080         (zoom_control_changed_cb):
3081         * shell/ev-window.h:
3082         
3083         Reorganizes utility functions.
3084
3085 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3086
3087         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3088         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3089         (add_job), (ev_pixbuf_cache_get_surface),
3090         (ev_pixbuf_cache_get_link_mapping),
3091         (ev_pixbuf_cache_get_image_mapping),
3092         (ev_pixbuf_cache_get_form_field_mapping),
3093         (ev_pixbuf_cache_get_text_mapping):
3094         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3095         (notify_page_ready), (ev_job_render_page_ready),
3096         (ev_job_render_run):
3097
3098         Add page_ready signal to notify that page is ready as soon as
3099         possible even if other page elements like links, forms, images or
3100         text mapping are not ready yet.
3101
3102 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3105         (dvi_document_file_exporter_do_page),
3106         (dvi_document_file_exporter_get_capabilities),
3107         (dvi_document_file_exporter_iface_init):
3108         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3109         (ps_document_file_exporter_do_page),
3110         (ps_document_file_exporter_get_capabilities),
3111         (ps_document_file_exporter_iface_init):
3112         * backend/djvu/djvu-document.c:
3113         (djvu_document_file_exporter_begin),
3114         (djvu_document_file_exporter_end),
3115         (djvu_document_file_exporter_get_capabilities),
3116         (djvu_document_file_exporter_iface_init):
3117         * backend/tiff/tiff-document.c:
3118         (tiff_document_file_exporter_begin),
3119         (tiff_document_file_exporter_get_capabilities),
3120         (tiff_document_document_file_exporter_iface_init):
3121         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3122         (pdf_document_file_exporter_do_page),
3123         (pdf_document_file_exporter_get_capabilities),
3124         (pdf_document_file_exporter_iface_init):
3125         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3126         (ev_file_exporter_get_capabilities):
3127         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3128         (idle_print_handler), (ev_print_job_print):
3129         * shell/ev-jobs.c: (ev_job_print_run):
3130         * shell/ev-window.c: (ev_window_print_send),
3131         (ev_window_print_range):
3132
3133         Use capabilities to know which options should be offered by the
3134         print dialog depending on the document backend.
3135
3136 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3139
3140         Give priority to forms over text to set the cursor.
3141
3142 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * shell/ev-view-private.h:
3145         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3146         (ev_view_leave_notify_event), (ev_view_finalize),
3147         (ev_view_get_property), (ev_view_class_init):
3148
3149         Use IBEAM cursor for text form fields and NORMAL cursor for read
3150         only fields. Remove unused status attribute.
3151
3152 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3155
3156         Update region for current selected items also for checkbox
3157         buttons, since they can behave as radio buttons when they are in a
3158         set.
3159
3160 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3161
3162         * configure.ac:
3163         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3164
3165         Get max length of text form fields.
3166
3167 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3170         * libdocument/ev-form-field.h:
3171         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3172
3173         Fix build with current poppler cvs head.
3174
3175 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3178         * shell/eggfindbar.c: (egg_find_bar_init):
3179
3180         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3181         deprecation. Fixes bug #455667
3182
3183 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3184
3185         * NEWS:
3186         * configure.ac:
3187         
3188         Update for release 0.9.2
3189
3190 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3191
3192         * shell/ev-view.c: (ev_view_form_field_text_save),
3193         (ev_view_form_field_choice_save):
3194
3195         Fix a crash when closing whith a form widget visible.
3196
3197 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3198
3199         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3200
3201         Update also the region of the current selected button when
3202         clicking on another button if they are radio buttons.
3203
3204 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3207         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3208         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3209         (ev_pixbuf_cache_get_link_mapping),
3210         (ev_pixbuf_cache_get_image_mapping),
3211         (ev_pixbuf_cache_get_form_field_mapping),
3212         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3213         * shell/ev-view.c: (ev_view_form_field_get_region),
3214         (ev_view_form_field_button_create_widget),
3215         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3216         (job_finished_cb):
3217
3218         Redraw only form field region instead of the whole page when
3219         reloading a page to show changes on the form field.
3220
3221 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * shell/ev-view.c: (ev_view_form_field_choice_save):
3224
3225         Fix selection of first item in list form fields.
3226
3227 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3230         (ev_pixbuf_cache_reload_page),
3231         (ev_pixbuf_cache_get_form_field_mapping):
3232
3233         Some refactoring to avoid duplicated code.
3234
3235 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * configure.ac:
3238         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3239         (ev_form_field_from_poppler_field),
3240         (pdf_document_forms_get_form_fields),
3241         (pdf_document_forms_form_field_text_get_text),
3242         (pdf_document_forms_form_field_text_set_text),
3243         (pdf_document_forms_form_field_button_set_state),
3244         (pdf_document_forms_form_field_button_get_state),
3245         (pdf_document_forms_form_field_choice_get_item),
3246         (pdf_document_forms_form_field_choice_get_n_items),
3247         (pdf_document_forms_form_field_choice_is_item_selected),
3248         (pdf_document_forms_form_field_choice_select_item),
3249         (pdf_document_forms_form_field_choice_toggle_item),
3250         (pdf_document_forms_form_field_choice_unselect_all),
3251         (pdf_document_forms_form_field_choice_set_text),
3252         (pdf_document_forms_form_field_choice_get_text),
3253         (pdf_document_document_forms_iface_init):
3254         * libdocument/Makefile.am:
3255         * libdocument/ev-form-field.[ch]:
3256         * libdocument/ev-document-forms.[ch]:
3257         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3258         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3259         (add_job), (ev_pixbuf_cache_reload_page),
3260         (ev_pixbuf_cache_get_form_field_mapping):
3261         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3262         * shell/ev-view-private.h:
3263         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3264         (ev_view_handle_cursor_over_xy),
3265         (ev_view_get_form_field_at_location),
3266         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3267         (ev_view_form_field_button_create_widget),
3268         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3269         (ev_view_form_field_text_create_widget),
3270         (ev_view_form_field_choice_save),
3271         (ev_view_form_field_choice_changed),
3272         (ev_view_form_field_choice_create_widget),
3273         (ev_view_handle_form_field), (ev_view_size_allocate),
3274         (ev_view_realize), (draw_end_presentation_page),
3275         (ev_view_button_press_event), (ev_view_remove_all),
3276         (ev_view_motion_notify_event), (ev_view_key_press_event),
3277         (ev_view_enter_notify_event), (highlight_find_results),
3278         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3279         (ev_view_class_init), (page_changed_cb),
3280         (on_adjustment_value_changed), (ev_view_set_presentation),
3281         (merge_selection_region), (ev_view_set_cursor),
3282         (ev_view_reset_presentation_state):
3283         
3284         Merge evince-forms branch.
3285
3286 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3287
3288         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3289
3290         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3291         This script also updates itself from libegg
3292
3293         * cut-n-paste/toolbar-editor/egg*:
3294         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3295         libegg
3296
3297 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3298
3299         * shell/ev-window.c:
3300         
3301         Adds a nice icon to page action during toolbar editing.
3302         See bug #452872.
3303
3304 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3305
3306         * data/evince-toolbar.xml:
3307         * shell/ev-window.c:
3308         
3309         Let user add a presentation and fullscreen icons on toolbar.
3310         See bug #449734.
3311
3312 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3313
3314         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3315
3316         new script to keep in sync with toolbareditor in libegg
3317
3318         * cut-n-paste/toolbar-editor/*: 
3319
3320         Run update-toolbareditor-from-libegg so we are in sync again. 
3321         Fixes bug #452850.
3322         
3323
3324 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * shell/ev-sidebar-links.c: (job_finished_callback):
3327
3328         Do not connect selection changed signal more than once. Fixes bug
3329         #349433.
3330
3331 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3332
3333         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3334
3335         Do not change sidebar chrome flag when pressing F9 key in
3336         presentation mode.
3337
3338 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * backend/pdf/ev-poppler.cc:
3341         (pdf_document_thumbnails_get_dimensions):
3342
3343         Make sure thumbnails width and height is not <= 0. Fixes a crash
3344         with some pdf documents which have really small pages.
3345
3346 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3347
3348         * shell/main.c: (main):
3349
3350         Fixes program description translation issue.
3351         Bug #450148.
3352
3353 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3354
3355         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3356
3357         Do not change current page when returning from black/white mode
3358         in presentation. Fixes bug #415032.
3359
3360 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3361
3362         * NEWS:
3363         * configure.ac:
3364         
3365         Update for release 0.9.1
3366
3367 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3368
3369         * backend/dvi/dvi-document.c:
3370         (dvi_document_finalize),
3371         (dvi_document_file_exporter_format_supported),
3372         (dvi_document_file_exporter_begin),
3373         (dvi_document_file_exporter_do_page),
3374         (dvi_document_file_exporter_end),
3375         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3376         
3377         PDF exporter for dvi documents. Fixes bug #441319.
3378
3379 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * shell/ev-window.c: (ev_window_clear_print_job):
3382
3383         Clear gtk print job when job has finished. Fixes bug #447612.
3384
3385 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * shell/ev-window.c: (ev_window_print_send),
3388         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3389
3390         Add preview button to print dialog. Fixes bug #445419.
3391
3392 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * backend/dvi/Makefile.am:
3395         * backend/dvi/pixbuf-device.[ch]: Removed
3396         * backend/dvi/cairo-device.[ch]: Added
3397         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3398         * backend/dvi/dvi-document.c: (dvi_document_load),
3399         (dvi_document_render), (dvi_document_finalize),
3400         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3401         (dvi_document_do_color_special):
3402         * libdocument/ev-document-misc.[ch]:
3403         (ev_document_misc_pixbuf_from_surface):
3404
3405         Port dvi backend to cairo and fix a problem with colors. 
3406
3407 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * shell/ev-view.c: (draw_one_page):
3410
3411         Draw only visible region.
3412
3413 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * backend/djvu/djvu-document.c: (djvu_document_render):
3416
3417         Fix rotation in djvu backend.
3418
3419 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3422         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3423         (ev_pixbuf_cache_get_image_mapping),
3424         (ev_pixbuf_cache_get_text_mapping):
3425
3426         Redraw view every time we have a new surface. Fixes bug #443587.
3427
3428 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3429
3430         * libdocument/ev-document.c: (ev_document_info_free):
3431
3432         Fix memory leaks.
3433
3434 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * backend/dvi/dvi-document.c: (dvi_document_render),
3437         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3438         * backend/impress/impress-document.c:
3439         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3440         (impress_document_render), (impress_document_document_iface_init),
3441         (impress_document_thumbnails_get_thumbnail):
3442         * backend/djvu/djvu-document-private.h:
3443         * backend/djvu/djvu-document.c: (djvu_document_render),
3444         (djvu_document_finalize), (djvu_document_document_iface_init),
3445         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3446         * backend/tiff/tiff-document.c: (tiff_document_render),
3447         (tiff_document_render_pixbuf),
3448         (tiff_document_document_iface_init):
3449         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3450         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3451         (pdf_selection_render_selection):
3452         * backend/comics/comics-document.c:
3453         (comics_document_render_pixbuf), (comics_document_render),
3454         (comics_document_document_iface_init):
3455         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3456         (pixbuf_document_document_iface_init):
3457         * libdocument/ev-document-misc.[ch]:
3458         (ev_document_misc_surface_from_pixbuf),
3459         (ev_document_misc_surface_rotate_and_scale):
3460         * libdocument/ev-document.[ch]: (ev_document_render):
3461         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3462         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3463         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3464         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3465         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3466         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3467         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3468         (render_finished_cb), (ev_job_render_run):
3469         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3470         (merge_selection_region):
3471
3472         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3473         and selections.
3474
3475 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3476
3477         * shell/ev-window-title.c: (ev_window_title_update):
3478
3479         Fix memory leak.
3480
3481 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * shell/ev-view.c: (draw_loading_text):
3484
3485         Show loading text centered. Fixes bug #433061
3486
3487 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * shell/ev-sidebar-thumbnails.c:
3490         (ev_sidebar_thumbnails_set_loading_icon):
3491
3492         Remove a mutex in the main thread that blocks the UI in heavy
3493         documents.
3494
3495 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3498
3499         Set points_set to TRUE so that selections don't disappear after a
3500         zoom change.
3501
3502 2007-06-07  Michael Monreal  <infernux@web.de>
3503
3504         * data/icons/16x16/actions/Makefile.am:
3505         * data/icons/16x16/actions/zoom.svg:
3506         * data/icons/22x22/actions/Makefile.am:
3507         * data/icons/22x22/actions/zoom.svg:
3508         * data/icons/24x24/actions/Makefile.am:
3509         * shell/ev-stock-icons.c:
3510         * shell/ev-stock-icons.h:
3511         * shell/ev-window.c:
3512         
3513         Zoom icon artwork. See bug #444795.
3514
3515 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3516
3517         * shell/ev-metadata-manager.c: Remove extraneous function
3518         (Closes: #444386)
3519
3520 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3521
3522         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3523         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3524         (ev_metadata_manager_set), (ev_metadata_manager_save):
3525         Simplify the timeout, no need for modified anymore
3526
3527 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3528
3529         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3530         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3531         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3532         (ev_metadata_manager_save): Adapted patch from Arjan van de
3533         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3534         time, saves on power (Closes: #443851)
3535
3536 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * configure.ac:
3539         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3540         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3541
3542         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3543
3544 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3545
3546         * shell/ev-window.c: (ev_window_add_history):
3547
3548         Check if history is NULL
3549
3550 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * libdocument/ev-image.c: (ev_image_finalize):
3553         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3554         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3555         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3556         (ev_tmp_uri_unlink):
3557
3558         Add functions to delete temporary files created by evince in a safe
3559         way.
3560
3561         * shell/ev-window.c: (ev_window_clear_local_uri),
3562         (open_xfer_update_progress_callback),
3563         (save_xfer_update_progress_callback), (ev_window_save_remote),
3564         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3565         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3566         (attachment_save_dialog_response_cb),
3567         (ev_attachment_popup_cmd_save_attachment_as):
3568
3569         Allow saving a copy of a document, image or attachment to a remote
3570         location. Fixes bug #440754. 
3571
3572 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3573
3574         * configure.ac:
3575         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3576
3577         Fix build with current poppler from cvs head. 
3578
3579 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3580
3581         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3582
3583         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3584         directory exists.
3585
3586 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3587
3588         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3589         * shell/ev-window.c:
3590
3591         Change sidebar ordering. Fixes bug #439939.
3592
3593 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3594
3595         * backend/comics/Makefile.am:
3596         
3597         Fixes build with --without-libgnome.
3598
3599 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3600         
3601         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3602
3603         Update cursor and tooltip on page change and view scroll. Fixes bug
3604         #439217.
3605
3606 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3607
3608         * NEWS:
3609         * configure.ac:
3610         
3611         Update for release 0.9.0
3612
3613 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3614
3615         * backend/djvu/djvu-document-private.h:
3616         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3617         (djvu_document_finalize),
3618         (djvu_document_file_exporter_format_supported),
3619         (djvu_document_file_exporter_begin),
3620         (djvu_document_file_exporter_do_page),
3621         (djvu_document_file_exporter_end),
3622         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3623         
3624         Implemented printing with djvu. Bug #437998.
3625
3626 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3627
3628         * backend/impress/zip.c:
3629         Add missing ulong definition.
3630
3631         * backend/ps/ps-interpreter.c:
3632         Add missing headers.
3633
3634         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3635
3636 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3639
3640         Add missing call to parent class dispose method. 
3641
3642 2007-05-12  Ross Burton  <ross@openedhand.com>
3643
3644         * shell/main.c:
3645         Sync keybindings manually when building without libgnome
3646         (#437925).
3647
3648 2007-05-12  Ross Burton  <ross@openedhand.com>
3649
3650         * shell/ev-window.c:
3651         Respect the screen when opening help (#437866).
3652
3653 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * data/evince-ui.xml:
3656         * shell/ev-application.[ch]: (get_print_settings_from_args),
3657         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3658         (ev_application_open_uri_list):
3659         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3660         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3661         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3662         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3663         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3664         (ev_window_dispose):
3665         * shell/main.c: (arguments_parse):
3666
3667         Add print button in preview mode. Fixes bug #396475. 
3668
3669 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3670
3671         * cut-n-paste/zoom-control/ephy-zoom.h:
3672         
3673         Fixes zoom level factors. See bug #408119 for details.
3674
3675 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3676
3677         * backend/comics/comics-document.c: (comics_regex_quote),
3678         (extract_argv):
3679         
3680         Correctly quote symbols. Fixes crash in the bug
3681         #415370.
3682
3683 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3684
3685         * shell/ev-navigation-action-widget.c:
3686         (ev_navigation_action_widget_init),
3687         (ev_navigation_action_widget_class_init),
3688         (ev_navigation_action_widget_button_press_event):
3689         
3690         Connect to button-press event on correct widget. Fixes
3691         bug #431988
3692
3693 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3694
3695         * shell/ev-application.c: (ev_application_open_window),
3696         (ev_application_add_icon_path_for_screen),
3697         (ev_application_open_uri_at_dest):
3698         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3699         * shell/ev-navigation-action.c: (build_menu):
3700         
3701         Add app-specific icons to our icon theme. Fixes bug
3702         #425508.
3703
3704 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3705
3706         * shell/ev-history.c: (ev_history_class_init),
3707         (ev_history_add_link):
3708         * shell/ev-history.h:
3709         * shell/ev-navigation-action.c:
3710         (ev_navigation_action_history_changed),
3711         (ev_navigation_action_set_history), (build_menu),
3712         (ev_navigation_action_finalize):
3713         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3714         
3715         Make navigation action unsensitive instead of showing
3716         menu with unsensitive word. Fixes bug #417392.
3717
3718 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * shell/ev-application.[ch]: (ev_application_shutdown),
3721         (ev_application_get_print_settings),
3722         (ev_application_set_print_settings):
3723         * shell/ev-window.c:
3724
3725         Remember print settings. Fixes bug #349102. 
3726
3727 2007-05-08  Christian Persch  <chpe@gnome.org>
3728
3729         * configure.ac:
3730         * properties/ev-properties-view.c:
3731
3732         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3733         Bug #382438.
3734
3735 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * configure.ac:
3738         * properties/ev-properties-view.c: (ev_regular_paper_size):
3739
3740         Use gtk+ builtin paper list to identify the document's paper size.
3741         Fixes bug #382438. 
3742
3743 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * configure.ac:
3746
3747         Fix build when compiling with thumbnailer and libgnome support. 
3748
3749 2007-05-04  Ross Burton  <ross@openedhand.com>
3750
3751         * configure.ac:
3752         Add --without-libgnome, check for libgnome and libgnomeui
3753         separately, and add them to the symbols as required.
3754
3755         * libdocument/ev-file-helpers.c:
3756         When building without libgnome, use g_get_user_config_dir instead
3757         of gnome_user_dir_get.
3758
3759         * shell/ev-application.c:
3760         When building without libgnome, don't use session management.
3761
3762         * shell/main.c:
3763         When building without libgnome, don't use GnomeProgram or
3764         initialise the authentication manager.
3765
3766         This fixes #328842.
3767
3768 2007-05-04  Ross Burton  <ross@openedhand.com>
3769
3770         * shell/ev-window.c:
3771         Don't use libgnome to open help, instead call Yelp directly.
3772
3773 2007-05-04  Ross Burton  <ross@openedhand.com>
3774
3775         * shell/ev-sidebar-attachments.c:
3776         Don't use libgnome to lookup icons for MIME types, instead copy
3777         code from GTK+ to do it manually.
3778
3779 2007-05-04  Ross Burton  <ross@openedhand.com>
3780
3781         * configure.ac:
3782         Add libxml to the dependencies for SHELL_CORE (#435818).
3783
3784 2007-05-02  Ross Burton  <ross@openedhand.com>
3785
3786         * configure.ac:
3787         * Makefile.am:
3788         Add --disable-thumbnailer (#434825)
3789
3790 2007-05-02  Ross Burton  <ross@openedhand.com>
3791
3792         * shell/ev-window.c:
3793         Add missing includes, fix indentation.
3794
3795         * shell/main.c:
3796         Fix indentation.
3797
3798 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3799
3800         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3801         ev_application_open_uri_at_dest instead of ev_application_open_uri
3802         preventing new document always being opened in a new window even if there
3803         is an empty window.
3804
3805 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3806
3807         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3808         (egg_recent_view_uimanager_finalize):
3809         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3810         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3811         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3812         (ev_pixbuf_cache_dispose):
3813         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3814         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3815         
3816         Add missing chain to parent class methods. Fixes
3817         bug #433128.
3818
3819 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3820
3821         * data/Makefile.am (update-icon-cache): Updates
3822         gtk-update-icon-cache in uninstall-hook.
3823
3824 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3825
3826         * shell/ev-window.c: (ev_window_setup_document),
3827         (ev_window_set_document), (ev_window_load_job_cb):
3828         * shell/ev-view.c: (setup_caches):
3829         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3830
3831         Start rendering pages before any other jobs. 
3832
3833 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * shell/ev-window.c: (ev_window_stop_fullscreen),
3836         (ev_window_stop_presentation):
3837
3838         Update chrome visibility before window unfullscreen. 
3839
3840 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3841
3842         * data/Makefile.am:
3843         * data/evince-ui.xml:
3844         * shell/ev-stock-icons.[ch]:
3845         * shell/ev-application.[ch]: (ev_application_shutdown),
3846         (ev_application_init), (ev_application_get_toolbars_model):
3847         * shell/ev-window.c: (update_chrome_visibility),
3848         (fullscreen_toolbar_setup_item_properties),
3849         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3850         (ev_window_run_presentation), (ev_window_stop_presentation),
3851         (ev_window_run_preview), (ev_window_screen_changed),
3852         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3853         (ev_window_dispose), (ev_window_init):
3854
3855         Make fullscreen toolbar always visible. Do not use egg toolbars for
3856         fullscreen and preview modes since such toolbars are not editables.
3857         Fixes bugs #300278, #338910 and #316188.  
3858
3859 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3860
3861         * shell/ev-application.c:
3862         * shell/ev-job-queue.c:
3863         * shell/ev-metadata-manager.c:
3864         * shell/ev-stock-icons.c:
3865         * shell/ev-window.c:
3866         * shell/main.c:
3867         
3868         Developers documentation updated.
3869
3870 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3871
3872         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3873
3874         Check whether uri is valid before launching it. Fixes bug #427664.
3875
3876 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3877
3878         * shell/ev-window.c:
3879
3880         Change key accelerator for Open a Copy menu entry which is in conflict
3881         with Close. Fixes bug #427321.
3882
3883 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3884
3885         * NEWS:
3886         * configure.ac:
3887         
3888         Update for release 0.8.1
3889
3890 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3891
3892         * shell/ev-window.c: (setup_size_from_metadata):
3893         
3894         Do not make window bigger than screen. Fixes bug 
3895         #388985.
3896
3897 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3898
3899         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3900         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3901
3902         Use default resolution when it's not provided by document. Fixes bug
3903         #408762.
3904
3905 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3906
3907         * configure.ac:
3908         * thumbnailer/Makefile.am:
3909         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3910         * thumbnailer/evince-thumbnailer.schemas.in:
3911         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3912
3913         Add support for ps, eps and compressed documents thumbnails. Do not
3914         ignore size parameter. 
3915
3916 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3917
3918         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3919         (dvi_document_do_color_special):
3920         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3921
3922         Implement font color specials in the DVI backend. Fixes bug #303651.
3923
3924 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3925
3926         Fixup the previous commit:
3927
3928         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3929         * shell/xdg-user-dir-lookup.c: Make the function non-static
3930         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3931
3932 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3933
3934         * shell/ev-window.c (file_open_dialog_response_cb): Use
3935         the xdg-user-dirs DOCUMENTS folder as default folder when
3936         opening a file chooser.  (#424858)
3937
3938         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3939         xdg-user-dirs.
3940
3941 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3942
3943         * shell/ev-window.c: (ev_window_load_job_cb):
3944
3945         Do not setup view from metadata on preview mode. 
3946
3947 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * shell/main.c:
3950
3951         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3952
3953 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * shell/ev-view.c: (ev_view_primary_get_cb):
3956
3957         Check pointer != NULL before using it. Fixes bug #416841. 
3958
3959 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3960
3961         * NEWS:
3962         * configure.ac:
3963         
3964         Release 0.8.0
3965
3966 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3969
3970         Do not render thumbnails when sidebar thumbnail page is not visible
3971         at startup. Fixes bug #416447. 
3972
3973 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3974
3975         * data/evince.desktop.in.in:
3976
3977         "Application" is not a valid category in the freedesktop specification.
3978
3979 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3980
3981         * libdocument/ev-file-helpers.[ch]: (compression_run),
3982         (ev_file_uncompress), (ev_file_compress):
3983         * shell/ev-window.c: (file_save_dialog_response_cb):
3984
3985         Save document compressed when saving a copy of a compressed document.
3986         Fixes bug #334542.
3987
3988 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3989
3990         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3991
3992         Allow deleting in goto window entry in presentation mode. 
3993
3994 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3995
3996         * Makefile.am: Dist MAINTAINERS.
3997
3998 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3999
4000         * shell/ev-window.c: (ev_window_update_actions):
4001
4002         Fix zoom shortcut keys when searching. Fixes bug #409828.
4003
4004 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-window.c: (ev_window_setup_document):
4007
4008         Fix crash when loading documents with only one page. 
4009
4010 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4011
4012         * backend/dvi/dvi-document.c:
4013         (dvi_document_thumbnails_get_dimensions),
4014         (dvi_document_thumbnails_get_thumbnail):
4015         * backend/impress/impress-document.c:
4016         (impress_document_thumbnails_get_thumbnail),
4017         (impress_document_thumbnails_get_dimensions):
4018         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4019         (ps_document_thumbnails_get_dimensions):
4020         * backend/djvu/djvu-document.c:
4021         (djvu_document_thumbnails_get_dimensions),
4022         (djvu_document_thumbnails_get_thumbnail):
4023         * backend/tiff/tiff-document.c:
4024         (tiff_document_thumbnails_get_thumbnail),
4025         (tiff_document_thumbnails_get_dimensions):
4026         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4027         (pdf_document_thumbnails_get_thumbnail),
4028         (pdf_document_thumbnails_get_dimensions):
4029         * backend/comics/comics-document.c:
4030         (comics_document_thumbnails_get_thumbnail),
4031         (comics_document_thumbnails_get_dimensions):
4032         * backend/pixbuf/pixbuf-document.c:
4033         (pixbuf_document_thumbnails_get_thumbnail),
4034         (pixbuf_document_thumbnails_get_dimensions):
4035         * libdocument/ev-document-thumbnails.[ch]:
4036         (ev_document_thumbnails_get_thumbnail),
4037         (ev_document_thumbnails_get_dimensions):
4038         * libdocument/ev-document-misc.[ch]:
4039         (ev_document_misc_get_thumbnail_frame):
4040         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4041         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4042         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4043         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4044         (ev_sidebar_thumbnails_refresh):
4045         * shell/ev-window.c: (ev_window_setup_document):
4046         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4047
4048         Use an EvRenderContext for rendering thumbnails instead of a suggested
4049         width, so that different sized pages get sized proportionally.
4050
4051 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4052
4053         * shell/ev-view.c: (ev_view_button_press_event),
4054         (ev_view_key_press_event):
4055
4056         Fix critical warnings when there is no document loaded. 
4057
4058 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4059
4060         * shell/ev-page-action-widget.c:
4061         * shell/ev-navigation-action.c:
4062         * shell/ev-window.c:
4063
4064         Fix compile warnings. 
4065
4066 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4067
4068         * backend/djvu/djvu-text.h:
4069         * backend/djvu/djvu-document.c:
4070         * backend/djvu/djvu-text-page.c:
4071         * backend/djvu/djvu-links.c:
4072         * backend/djvu/djvu-text-page.h:
4073         * backend/djvu/djvu-text.c:
4074         
4075         Fix build on Mac. Fixes bug #392186. Patch by
4076         <ephraim_owns@hotmail.com>
4077
4078 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4079
4080         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4081
4082         Restore cairo context before rendering every page when printing a PDF
4083         document into a PDF file. 
4084
4085 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4086
4087         * backend/ps/gstypes.h:
4088         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4089         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4090         (ps_document_thumbnails_get_thumbnail):
4091
4092         Handle PostScript page orientation. Fixes bug #318568.
4093
4094 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4095
4096         * backend/ps/Makefile.am:
4097         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4098         (document_load), (ps_document_load), (save_document),
4099         (save_page_list), (ps_document_get_n_pages),
4100         (ps_document_get_page_size), (ps_document_get_info),
4101         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4102         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4103         (ps_document_thumbnails_get_thumbnail),
4104         (ps_document_thumbnails_get_dimensions),
4105         (ps_document_document_thumbnails_iface_init):
4106         * backend/ps/ps.[ch]: (psgetpagebox):
4107         * backend/ps/ps-interpreter.[ch]:
4108
4109         Add support for thumbnails in ps backend. Fixes bug #164755. 
4110
4111 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4112
4113         * NEWS:
4114         * configure.ac:
4115         
4116         Release 0.7.2
4117
4118 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4119
4120         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4121         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4122         (ev_window_dispose):
4123
4124         Use document thumbnail as window icon. Fixes bug #384442.
4125
4126 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4127
4128         * configure.ac:
4129
4130         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4131         duplicated adding application/x-bzpostscript instead. 
4132
4133 2007-02-11  Tom Parker  <palfrey@tevp.net>
4134
4135         * backend/ps/ps-document.c: (document_load):
4136
4137         Check return value of psscan before trying
4138         to use it. Fixes bug #372414.
4139
4140 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4143
4144         Fix invalid free in ev-page-cache. Fixes bug #404745.
4145
4146 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4147
4148         * test/Makefile.am:
4149         * test/test3.py:
4150         
4151         Added reload test case.
4152
4153 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * po/POTFILES.in:
4156         * backend/djvu/djvu-document.c: (djvu_document_load):
4157
4158         Check whether there are missing files in indirect multipage djvu
4159         documents. Fixes bug #361683. 
4160
4161 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4162
4163         * test/Makefile.am:
4164         * test/test-mime.bin:
4165         * test/test3.py:
4166         
4167         Added test for slow mime type
4168
4169 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4170
4171         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4172
4173         Add some checks and call parent_class->finalize. Fixes bug #404745.
4174
4175 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4176
4177         * shell/ev-navigation-action.c: (connect_proxy):
4178         
4179         Fixes dropdown history menu. Thanks a lot Carlos!
4180
4181 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4184
4185         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4186         bug #373715.
4187
4188 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * backend/ps/ps.c: (psscan):
4191
4192         Fix memory leak. 
4193
4194 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * configure.ac:
4197         * libdocument/ev-file-helpers.c: 
4198
4199         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4200
4201 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4202
4203         * configure.ac:
4204         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4205         (ps_interpreter_start), (document_load), (save_document),
4206         (save_page_list):
4207         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4208         * libdocument/ev-document-factory.c:
4209         (ev_document_factory_get_from_mime), (get_document_from_uri),
4210         (free_uncompressed_uri), (ev_document_factory_get_document):
4211         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4212
4213         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4214
4215 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4216
4217         * libdocument/ev-document.h:
4218
4219         Fix typo in function name. 
4220
4221 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4222
4223         * backend/ps/ps-document.c: (ps_interpreter_finished),
4224         (ps_interpreter_start), (ps_interpreter_failed):
4225
4226         Handle ghostscript interpreter crashes. 
4227
4228 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * shell/ev-window.c: (ev_window_open_uri),
4231         (window_configure_event_cb):
4232
4233         Setup window size and position before showing it. Fixes bug #401711.
4234
4235 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4236
4237         * backend/ps/Makefile.am:
4238         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4239         (ps_document_dispose), (ps_document_class_init),
4240         (ps_interpreter_input), (ps_interpreter_output),
4241         (ps_interpreter_error), (setup_interpreter_env),
4242         (ps_interpreter_start), (ps_interpreter_stop),
4243         (ps_interpreter_failed), (ps_interpreter_is_ready),
4244         (check_filecompressed), (document_load), (ps_document_load),
4245         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4246         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4247         (render_page):
4248
4249         Rework ps-document. Code cleanups, remove deprecated code. 
4250
4251 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * shell/ev-view.c: (ev_view_button_press_event):
4254
4255         Do not start an image drag and drop operation when pointer is on 
4256         text, so that we can select text when the whole background is an
4257         image. 
4258
4259 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4260
4261         * shell/ev-window.c: (ev_window_update_actions): 
4262
4263         Disable all zoom related actions during presentation mode. 
4264
4265 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4266
4267         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4268
4269         Do not zoom in or out on presentation mode. Fixes bug #401305.
4270
4271 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4272
4273         * shell/ev-navigation-action.c: (connect_proxy),
4274         (create_menu_item), (ev_navigation_action_class_init):
4275         
4276         Correctly show menu and fix crash when navigaton 
4277         action is out of toolbar visible area.
4278
4279 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4280
4281         * data/Makefile.am:
4282         * data/evince.1:
4283         
4284         Added man file
4285
4286 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4287
4288         * help/reference/* :
4289         * configure.ac:
4290         
4291         Added gtk-doc based documentation for Evince.
4292         Still in initial state but I hope it will
4293         grow.
4294         
4295         * configure.ac:
4296         
4297         Lower dbus requirement to 0.70
4298
4299 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4300
4301         * shell/ev-window.c: (ev_window_add_history):
4302
4303         Fix memory leak. 
4304
4305 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4306
4307         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4308         * shell/ev-view.h:
4309         * shell/ev-window.c: (ev_window_add_history):
4310         
4311         Correctly handle named destination links
4312
4313 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4314
4315         * NOTES:
4316         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4317         * backend/pdf/ev-poppler.cc:
4318         * libdocument/ev-document-links.h:
4319         * libdocument/ev-link.c: (ev_link_get_page):
4320         * libdocument/ev-link.h:
4321         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4322         (ev_history_add_link):
4323         * shell/ev-history.h:
4324         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4325         (new_history_menu_item), (build_menu):
4326         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4327         * shell/ev-sidebar-links.c: (create_loading_model),
4328         (print_section_cb), (ev_sidebar_links_construct),
4329         (fill_page_labels), (update_page_callback_foreach),
4330         (update_page_callback), (job_finished_callback):
4331         * shell/ev-view.c: (ev_view_handle_link):
4332         * shell/ev-window.c: (ev_window_find_chapter),
4333         (ev_window_add_history), (view_handle_link_cb),
4334         (history_changed_cb):
4335         
4336         Implements another history variant
4337
4338 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * shell/ev-window.c: (view_external_link_cb):
4341         * shell/ev-view.c: (ev_view_button_release_event):
4342
4343         Open links in new window when clicking with middle button. 
4344
4345 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4346
4347         * shell/ev-navigation-action.c: (new_history_menu_item):
4348         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4349         * shell/ev-view.c: (ev_view_handle_link):
4350         * shell/ev-window.c:
4351         
4352         Store link before jump, not the destination. For me it 
4353         seems like more natural history behavior.
4354
4355 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4356
4357         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4358         (ev_navigation_action_class_init):
4359         * shell/ev-navigation-action.h:
4360         * shell/ev-page-action.c: (activate_cb):
4361         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4362         (ev_page_cache_set_current_page_history):
4363         * shell/ev-page-cache.h:
4364         * shell/ev-sidebar-thumbnails.c:
4365         (ev_sidebar_tree_selection_changed),
4366         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4367         * shell/ev-view-private.h:
4368         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4369         * shell/ev-view.h:
4370         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4371         (ev_window_setup_document), (ev_window_load_job_cb):
4372         * shell/ev-window.h:
4373         
4374         History finally works as expected.
4375
4376 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4377
4378         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4379
4380         Do not update links treeview if it doesn't have a model assigned yet. 
4381
4382 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4383
4384         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4385         (ev_sidebar_links_class_init), (update_page_callback):
4386
4387         Do not update links treeview when sidepane is not visible. 
4388
4389 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4390
4391         * shell/ev-marshal.list:
4392         * shell/ev-page-action.c: (activate_cb),
4393         (ev_page_action_class_init):
4394         * shell/ev-page-action.h:
4395         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4396         * shell/ev-window.c:
4397         
4398         Remove activate_link signal, not required.
4399
4400 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4401
4402         * shell/ev-navigation-action.c: (build_menu):
4403         
4404         Reorder menu items and build menu with fixed length.
4405
4406 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4407
4408         * shell/ev-view.c: (get_selected_text):
4409         
4410         Normalize text to fix ligatures problem. See bug
4411         #341947 for details.
4412
4413 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4414
4415         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4416
4417         Fix memory leak in ev-page-cache. 
4418
4419 2007-01-25  Tom Parker <palfrey@tevp.net>
4420
4421         * backend/impress/impress-document.c: (impress_document_load),
4422         (impress_document_finalize), (impress_document_init):
4423         * properties/ev-properties-main.c: (ev_properties_get_pages):
4424         
4425         Correctly handle impress document errors. Fixes nautilus
4426         crash in property page #370491.
4427
4428 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4429
4430         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4431         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4432         (ev_job_queue_remove_job):
4433         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4434         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4435         (ev_job_load_run):
4436         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4437         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4438         (ev_window_load_job_cb), (xfer_update_progress_callback),
4439         (ev_window_open_uri), (ev_window_dispose):
4440         * shell/main.c: (main):
4441
4442         Do file transfer asynchronously in the main thread instead of
4443         synchronously in the load thread. Fixes bugs #399694, #398307 and
4444         #343542.
4445
4446 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4447
4448         * shell/ev-jobs.c: (ev_job_xfer_run):
4449
4450         Load the document with the font-config lock held. 
4451
4452 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4453
4454         * backend/ps/ps-document.c: (start_interpreter):
4455
4456         Fix memory leaks in ps backend. 
4457
4458 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4459
4460         * backend/impress/impress-document.c:
4461         (impress_document_render_pixbuf):
4462
4463         Do not acquire fontconfig lock in impress backend, since it is using
4464         the main loop for rendering. 
4465
4466 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4467
4468         * po/POTFILES.in: 
4469
4470         Remove mdvi files that shouldn't be translated. 
4471
4472 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4473
4474         * shell/ev-view-private.h:
4475         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4476         (ev_view_set_zoom):
4477
4478         Render "loading..." text into a cairo surface instead of directly into
4479         the window so that fontconfig lock is only needed once and UI is not
4480         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4481
4482 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4483
4484         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4485         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4486
4487         Use icon theme associated with the window screen rather than default. 
4488
4489 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4490
4491         * configure.ac:
4492
4493         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4494
4495 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4496
4497         * data/icons/*/apps/evince.*:
4498
4499         Move Evince icons under new apps directory.
4500
4501         * data/icons/*/actions/*:
4502
4503         Add new custom themeable Evince icons: view-page-continuous, 
4504         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4505         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4506
4507         * configure.ac:
4508
4509         Add new directories to AC_CONFIG_FILES.
4510
4511         * shell/ev-stock-icons.c:
4512         * shell/ev-stock-icons.h:
4513
4514         Use new custom themeable icons.
4515
4516 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4517
4518         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4519
4520         Do not draw white background page in presentation mode. 
4521
4522 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4523
4524         * shell/ev-view.c: Remove unused gnome-vfs include.
4525
4526 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4527
4528         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4529         
4530         Format string is corrected, fixes bug #397129.
4531
4532 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4533
4534         * shell/ev-window.c: (ev_window_setup_recent):
4535
4536         Do not include in recent menu inexistent documents. Fixes
4537         bug #339171.
4538
4539 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4540
4541         * po/POTFILES.skip: 
4542
4543         Update POTFILES.skip file according to current source tree. 
4544
4545 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4546
4547         * shell/ev-window.c: (file_save_dialog_response_cb):
4548
4549         Do Save a copy in atomic way. Fixes bug #328266. 
4550
4551 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4552
4553         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4554
4555         Keep selected cell always visible in index treeview.
4556
4557 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4558         
4559         * shell/ev-view.c: (ev_view_size_allocate):
4560
4561         Restore horizontal scrollbar after switching to/from fullscreen
4562         or presentation mode. Fixes bug #331728.
4563
4564 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * shell/ev-view-private.h:
4567         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4568         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4569         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4570         (ev_view_can_zoom_out):
4571
4572         Use max and min scale values in the view iby taking dpi into account. 
4573
4574 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4575
4576         * configure.ac:
4577         * NEWS:
4578
4579         Release 0.7.1
4580
4581 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4582
4583         * shell/ev-window.c: (ev_window_print_send):
4584
4585         Send print job to printer with some settings set to default values,
4586         since we have already exported to a file according to such settings
4587         and they could be taken twice by some printers. 
4588
4589 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4590
4591         * shell/ev-jobs.c: (ev_job_xfer_run):
4592         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4593
4594         Show main window and load document with the font-config lock held. 
4595
4596 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4597
4598         * configure.ac:
4599         * shell/ev-application.c: (ev_application_register_service):
4600         * shell/main.c: (load_files_remote):
4601
4602         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4603
4604 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4605
4606         * doc/debugging.txt:
4607         
4608         Remove obsolete documentation.
4609
4610 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4611
4612         * Makefile.am:
4613         * backend/Makefile.am:
4614         * backend/comics/Makefile.am:
4615         * backend/djvu/Makefile.am:
4616         * backend/dvi/Makefile.am:
4617         * backend/ev-async-renderer.c:
4618         * backend/ev-async-renderer.h:
4619         * backend/ev-attachment.c:
4620         * backend/ev-attachment.h:
4621         * backend/ev-backend-marshal.c:
4622         * backend/ev-document-factory.c:
4623         * backend/ev-document-factory.h:
4624         * backend/ev-document-find.c:
4625         * backend/ev-document-find.h:
4626         * backend/ev-document-fonts.c:
4627         * backend/ev-document-fonts.h:
4628         * backend/ev-document-images.c:
4629         * backend/ev-document-images.h:
4630         * backend/ev-document-info.h:
4631         * backend/ev-document-links.c:
4632         * backend/ev-document-links.h:
4633         * backend/ev-document-misc.c:
4634         * backend/ev-document-misc.h:
4635         * backend/ev-document-security.c:
4636         * backend/ev-document-security.h:
4637         * backend/ev-document-thumbnails.c:
4638         * backend/ev-document-thumbnails.h:
4639         * backend/ev-document-transition.c:
4640         * backend/ev-document-transition.h:
4641         * backend/ev-document.c:
4642         * backend/ev-document.h:
4643         * backend/ev-file-exporter.c:
4644         * backend/ev-file-exporter.h:
4645         * backend/ev-image.c:
4646         * backend/ev-image.h:
4647         * backend/ev-link-action.c:
4648         * backend/ev-link-action.h:
4649         * backend/ev-link-dest.c:
4650         * backend/ev-link-dest.h:
4651         * backend/ev-link.c:
4652         * backend/ev-link.h:
4653         * backend/ev-render-context.c:
4654         * backend/ev-render-context.h:
4655         * backend/ev-selection.c:
4656         * backend/ev-selection.h:
4657         * backend/impress/Makefile.am:
4658         * backend/pdf/Makefile.am:
4659         * backend/pixbuf/Makefile.am:
4660         * backend/ps/Makefile.am:
4661         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4662         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4663         (start_interpreter), (stop_interpreter), (document_load),
4664         (ps_document_next_page), (render_page):
4665         * backend/tiff/Makefile.am:
4666         * comics/Makefile.am:
4667         * comics/comics-document.c:
4668         * comics/comics-document.h:
4669         * configure.ac:
4670         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4671         * djvu/Makefile.am:
4672         * djvu/djvu-document-private.h:
4673         * djvu/djvu-document.c:
4674         * djvu/djvu-document.h:
4675         * djvu/djvu-links.c:
4676         * djvu/djvu-links.h:
4677         * djvu/djvu-text-page.c:
4678         * djvu/djvu-text-page.h:
4679         * djvu/djvu-text.c:
4680         * djvu/djvu-text.h:
4681         * dvi/Makefile.am:
4682         * dvi/dvi-document.c:
4683         * dvi/dvi-document.h:
4684         * dvi/fonts.c:
4685         * dvi/fonts.h:
4686         * dvi/mdvi-lib/Makefile.am:
4687         * dvi/mdvi-lib/afmparse.c:
4688         * dvi/mdvi-lib/afmparse.h:
4689         * dvi/mdvi-lib/bitmap.c:
4690         * dvi/mdvi-lib/bitmap.h:
4691         * dvi/mdvi-lib/color.c:
4692         * dvi/mdvi-lib/color.h:
4693         * dvi/mdvi-lib/common.c:
4694         * dvi/mdvi-lib/common.h:
4695         * dvi/mdvi-lib/defaults.h:
4696         * dvi/mdvi-lib/dvimisc.c:
4697         * dvi/mdvi-lib/dviopcodes.h:
4698         * dvi/mdvi-lib/dviread.c:
4699         * dvi/mdvi-lib/files.c:
4700         * dvi/mdvi-lib/font.c:
4701         * dvi/mdvi-lib/fontmap.c:
4702         * dvi/mdvi-lib/fontmap.h:
4703         * dvi/mdvi-lib/fontsrch.c:
4704         * dvi/mdvi-lib/gf.c:
4705         * dvi/mdvi-lib/hash.c:
4706         * dvi/mdvi-lib/hash.h:
4707         * dvi/mdvi-lib/list.c:
4708         * dvi/mdvi-lib/mdvi.h:
4709         * dvi/mdvi-lib/pagesel.c:
4710         * dvi/mdvi-lib/paper.c:
4711         * dvi/mdvi-lib/paper.h:
4712         * dvi/mdvi-lib/pk.c:
4713         * dvi/mdvi-lib/private.h:
4714         * dvi/mdvi-lib/setup.c:
4715         * dvi/mdvi-lib/sp-epsf.c:
4716         * dvi/mdvi-lib/special.c:
4717         * dvi/mdvi-lib/sysdeps.h:
4718         * dvi/mdvi-lib/t1.c:
4719         * dvi/mdvi-lib/tfm.c:
4720         * dvi/mdvi-lib/tfmfile.c:
4721         * dvi/mdvi-lib/tt.c:
4722         * dvi/mdvi-lib/util.c:
4723         * dvi/mdvi-lib/vf.c:
4724         * dvi/pixbuf-device.c:
4725         * dvi/pixbuf-device.h:
4726         * impress/Makefile.am:
4727         * impress/common.h:
4728         * impress/document.c:
4729         * impress/f_oasis.c:
4730         * impress/f_oo13.c:
4731         * impress/iksemel.c:
4732         * impress/iksemel.h:
4733         * impress/imposter.h:
4734         * impress/impress-document.c:
4735         * impress/impress-document.h:
4736         * impress/internal.h:
4737         * impress/r_back.c:
4738         * impress/r_draw.c:
4739         * impress/r_geometry.c:
4740         * impress/r_gradient.c:
4741         * impress/r_style.c:
4742         * impress/r_text.c:
4743         * impress/render.c:
4744         * impress/render.h:
4745         * impress/zip.c:
4746         * impress/zip.h:
4747         * lib/Makefile.am:
4748         * lib/ev-debug.c:
4749         * lib/ev-debug.h:
4750         * lib/ev-file-helpers.c:
4751         * lib/ev-file-helpers.h:
4752         * lib/ev-gui.c:
4753         * lib/ev-gui.h:
4754         * lib/ev-tooltip.c:
4755         * lib/ev-tooltip.h:
4756         * libdocument/Makefile.am:
4757         * libdocument/ev-file-helpers.c:
4758         * pdf/Makefile.am:
4759         * pdf/ev-poppler.cc:
4760         * pdf/ev-poppler.h:
4761         * pixbuf/Makefile.am:
4762         * pixbuf/pixbuf-document.c:
4763         * pixbuf/pixbuf-document.h:
4764         * properties/Makefile.am:
4765         * ps/Makefile.am:
4766         * ps/gsdefaults.c:
4767         * ps/gsdefaults.h:
4768         * ps/gsio.c:
4769         * ps/gsio.h:
4770         * ps/gstypes.h:
4771         * ps/ps-document.c:
4772         * ps/ps-document.h:
4773         * ps/ps.c:
4774         * ps/ps.h:
4775         * shell/Makefile.am:
4776         * shell/ev-application.h:
4777         * shell/ev-sidebar-links.c:
4778         * shell/ev-sidebar-links.h:
4779         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4780         (ev_gui_menu_position_tree_selection):
4781         * shell/ev-utils.h:
4782         * shell/ev-view.c: (ev_view_finalize):
4783         * shell/ev-window.c:
4784         * shell/main.c: (main):
4785         * thumbnailer/Makefile.am:
4786         * tiff/Makefile.am:
4787         * tiff/tiff-document.c:
4788         * tiff/tiff-document.h:
4789         * tiff/tiff2ps.c:
4790         * tiff/tiff2ps.h:
4791         
4792         Reorganize source tree.
4793
4794 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * backend/ev-document-factory.c:
4797
4798         Do not include ev-poppler.h when pdf is disabled. 
4799
4800 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4801
4802         * configure.ac:
4803         * data/evince-ui.xml:
4804         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4805         (pdf_document_document_images_iface_init):
4806         * backend/Makefile.am:
4807         * backend/ev-document-images.[ch]:
4808         * backend/ev-image.[ch]:
4809         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4810         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4811         (ev_job_xfer_run):
4812         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4813         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4814         (ev_pixbuf_cache_get_image_mapping):
4815         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4816         (view_menu_popup_cb), (ev_window_dispose),
4817         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4818         (ev_view_popup_cmd_copy_image):
4819         * shell/ev-view-private.h:
4820         * shell/ev-view.c: (ev_view_get_image_at_location),
4821         (ev_view_do_popup_menu), (ev_view_popup_menu),
4822         (ev_view_button_press_event), (ev_view_drag_data_get),
4823         (ev_view_drag_motion), (ev_view_drag_data_received),
4824         (ev_view_motion_notify_event), (ev_view_button_release_event),
4825         (ev_view_finalize), (ev_view_class_init):
4826
4827         Add image handling support. Fixes bugs #310008 and #325047. Images
4828         selection is not supported yet. 
4829
4830 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4831
4832         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4833         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4834         (ev_view_init):
4835
4836         Move view drag and drop stuff to ev-view.
4837
4838 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4839
4840         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4841         * shell/ev-view.c: (clear_selection): 
4842
4843         Clear selection also in pixbuf cache.
4844
4845 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4846
4847         * data/evince.desktop.in.in:
4848         
4849         Change icon name in desktop file. See bug #390734
4850         for details.
4851
4852 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4853
4854         * thumbnailer/Makefile.am:
4855
4856         Use top_builddir instead top_srcdir for generated schema
4857         file installation. Fixes bug #390161.
4858
4859 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4860
4861         * configure.ac:
4862         * backend/Makefile.am:
4863         * backend/ev-document-transition.[ch]:
4864         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4865         (pdf_document_page_transition_iface_init):
4866         * shell/ev-view-private.h:
4867         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4868         (ev_view_set_presentation), (transition_next_page),
4869         (ev_view_presentation_transition_stop),
4870         (ev_view_presentation_transition_start), (ev_view_next_page):
4871
4872         Add page transition support in presentation mode. At the moment only
4873         page duration is supported, but not transition effects. Fixes bug
4874         #309815.
4875
4876 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4877
4878         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4879
4880         Run find_link_dest with document lock held, since it's called by links
4881         thread and main thread at the same time. 
4882
4883 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4884
4885         * shell/ev-view.c: (goto_dest):
4886
4887         Update page-cache when page is changed by the view, so that
4888         page-changed signal is emitted. 
4889
4890 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4891
4892         * test/test1.py:
4893         * test/test2.py:
4894
4895         Use C locale in tests. 
4896
4897 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4898
4899         * shell/ev-window.c: (ev_window_run_presentation):
4900         * shell/ev-view-private.h:
4901         * shell/ev-view.c: (ev_view_set_presentation):
4902
4903         Restore zoom settings when back from presentation mode. 
4904
4905 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4906
4907         * shell/ev-window.c: (ev_window_run_presentation):
4908
4909         Always use "best fit" zoom in presentation mode.
4910         Fixes bug #389195.
4911
4912 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4913
4914         * shell/ev-view.c: (ev_view_goto_window_create):
4915
4916         Show "Jump to page" label in the page jumping popup in
4917         presentation mode instead of just a GtkEntry.
4918
4919 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4920
4921         * shell/ev-window.c: (launch_external_uri):
4922
4923         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4924         #378085.
4925
4926 2006-12-22  Elijah Newren  <newren gmail com>
4927
4928         * configure.ac: explicitly check for libxml2.  Fixes #388795
4929
4930 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4931
4932         * shell/ev-view-private.h:
4933         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4934         (ev_view_goto_window_delete_event), (key_is_numeric),
4935         (ev_view_goto_window_key_press_event),
4936         (ev_view_goto_window_button_press_event),
4937         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4938         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4939         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4940
4941         Allow jumping to another page by typing a page number in presentation
4942         mode. It uses a popup window with an entry. Fixes bug #353625.
4943
4944 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4945
4946         * configure.ac:
4947         * properties/ev-properties-view.c: (ev_get_default_user_units),
4948         (ev_regular_paper_size):
4949         
4950         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4951         to Damien Carbery <damien.carbery@sun.com> and
4952         Yevgen Muntyan <muntyan@tamu.edu>.
4953
4954 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4955
4956         * shell/ev-window.c: (setup_document_from_metadata):
4957
4958         Make sure Evince doesn't restore the view on the last
4959         page when a document is reopened. Fixes bug #383381.
4960
4961 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4962
4963         * shell/ev-view.c: (draw_loading_text):
4964
4965         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4966
4967 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4968
4969         * configure.ac:
4970         * NEWS:
4971
4972         Release 0.7.0
4973
4974 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4975
4976         * configure.ac:
4977         * pdf/ev-poppler.cc: (pdf_print_context_free),
4978         (pdf_document_file_exporter_begin),
4979         (pdf_document_file_exporter_do_page):
4980
4981         Make cairo-pdf depedency optional. 
4982
4983 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4984
4985         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4986
4987         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4988
4989 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4990
4991         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4992         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4993         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4994         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4995         * shell/ev-view.c: (draw_loading_text):
4996         * shell/ev-window.c: (ev_window_cmd_file_properties):
4997
4998         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4999         related to using FontConfig from different threads.
5000         
5001 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5002
5003         * shell/ev-view.c: (draw_loading_text):
5004
5005         Acquire lock document when drawing "Loading..." text so that only one
5006         thread will use FontConfig at the same time. Fixes bug #374750.
5007
5008 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * shell/ev-page-action.[ch]: (activate_cb):
5011         * shell/ev-window.c: (activate_label_cb):
5012
5013         Check if text inserted in page entry is a valid page number when it
5014         doesn't match to any document page label. Fixes bug #383165.
5015
5016 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5017         * shell/ev-window.c:
5018
5019         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5020         available with GTK < 2.10. Added an ifdef to avoid compilation
5021         error.
5022
5023 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5024
5025         * configure.ac:
5026         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5027
5028         Fix ps backend in multihead systems.
5029
5030 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5033         * shell/ev-window.c: (ev_window_get_screen_dpi),
5034         (ev_window_update_actions), (setup_view_from_metadata),
5035         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5036
5037         Take screen DPI into account when zooming. Fixes bug #318285.
5038
5039 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5040
5041         * data/Makefile.am:
5042
5043         Cleaned up/slightly refactored Makefile.am. Added GConf
5044         schemas uninstallation as well.
5045
5046 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5047
5048         * Makefile.am:
5049         * test/Makefile.am:
5050
5051         Fight with autotools to fix make check. Make distcheck
5052         works fine as well now!
5053
5054 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5055
5056         * shell/ev-view.c: (draw_end_presentation_page):
5057
5058         Corrected "end of presentation" string.
5059
5060 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5061
5062         * shell/ev-view.c: (ev_view_key_press_event):
5063
5064         Correctly propagate key press event so that up/down keys
5065         work as expected (correct behaviour was broken by
5066         black/white screen key bindings for presentations).
5067
5068 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5069
5070         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5071         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5072         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5073         (pdf_selection_get_selection_region),
5074         (pdf_selection_get_selection_map):
5075
5076         Add "static" to some private functions. 
5077
5078 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5079
5080         * lib/ev-tooltip.h:
5081         * properties/ev-properties-view.h:
5082         * shell/ev-jobs.h:
5083         * shell/ev-properties-dialog.h:
5084         * shell/ev-properties-fonts.h:
5085         * shell/ev-sidebar-links.h:
5086         * shell/ev-sidebar-thumbnails.h:
5087         * shell/ev-sidebar.h:
5088         * shell/ev-window.h:
5089         
5090         Fixes CHACK type in class casts. See bug #385343
5091         for details.
5092
5093 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5094
5095         * shell/ev-view-private.h:
5096         * shell/ev-view.c: (draw_end_presentation_page),
5097         (ev_view_expose_event), (ev_view_key_press_event),
5098         (ev_view_class_init), (ev_view_init):
5099
5100         Blank screen in presentation mode when pressing 'b' (filling with
5101         black) or 'w' (filling with white) keys. Fixes bug #358132.
5102
5103 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5104
5105         * data/evince-toolbar.xml:
5106         * shell/ev-window.c:
5107         
5108         Use stock icon for Select All action. Fixes
5109         bug #382652.
5110
5111 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5112
5113         * shell/ev-view.c: (get_doc_point_from_offset),
5114         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5115
5116         Add links support in rotated documents. Fixes bug #343733.
5117
5118 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5119
5120         * shell/ev-view-private.h:
5121         * shell/ev-view.c: (draw_end_presentation_page),
5122         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5123
5124         Show a blank page after the last page in presentation mode with a
5125         message indicating that presentation has finished and how to exit. 
5126
5127 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5128
5129         * shell/ev-window.c: (fullscreen_timeout_cb):
5130
5131         Hide cursor after a while in presentation mode. 
5132
5133 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5134
5135         * backend/ev-document-info.h:
5136         * data/evince-properties.glade:
5137         * pdf/ev-poppler.cc:
5138         * properties/ev-properties-view.c: (ev_regular_paper_size),
5139         (ev_properties_view_set_info):
5140         * ps/ps-document.c: (ps_document_get_info):
5141
5142         Adds a paper size field to the properties dialog. Fixes
5143         bug #307315. Patch by Kasper Svendsen (with some i18n
5144         changes done by me).
5145
5146 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5147
5148         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5149         (screensaver_init_dbus), (totem_scrsaver_new),
5150         (totem_scrsaver_init):
5151         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5152         * shell/ev-application.c: (ev_application_register_service),
5153         (ev_application_screensaver_enable),
5154         (ev_application_screensaver_disable):
5155         * shell/ev-application.h:
5156         * shell/ev-window.c: (ev_window_run_presentation),
5157         (ev_window_stop_presentation), (build_comments_string),
5158         (ev_window_init):
5159         
5160         Move screensaver handling to application. No more
5161         message on startup.
5162
5163 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5164
5165         * configure.ac:
5166         * backend/Makefile.am:
5167         * backend/ev-file-exporter.[ch]:
5168         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5169         * ps/ps-document.c: (ps_document_file_exporter_*):
5170         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5171         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5172         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5173         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5174
5175         Allow printing to PDF when suppoted by the backend.
5176         
5177 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * shell/ev-window.c: (build_comments_string):
5180
5181         Use always "Document Viewer" in about dialog. 
5182
5183 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * djvu/djvu-document.c: (djvu_document_get_page_size):
5186
5187         Display a warning message when get_pageinfo fails. 
5188
5189 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5190
5191         * Makefile.am:
5192         * backend/Makefile.am:
5193         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5194         * configure.ac:
5195         * shell/ev-window.c: (build_comments_string):
5196         
5197         Make pdf compilation optional. See bug #38007.
5198
5199 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5200
5201         * ps/ps.c: (get_next_text):
5202
5203         Fix CVE-2006-5864.
5204
5205 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5208         * shell/ev-navigation-action.c: (connect_proxy),
5209         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5210         
5211         Do not call g_type_class_peek_parent twice.
5212
5213 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * configure.ac:
5216         * data/icons/24x24/.cvsignore:
5217         * data/icons/24x24/Makefile.am:
5218         * data/icons/24x24/evince.png:
5219         * data/icons/Makefile.am:
5220         
5221         Add 24x24 icon. Thanks to 
5222         Michael Monreal <infernux@web.de>.
5223
5224 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5225
5226         * configure.ac: Fix typo in configure.ac. Thanks
5227         to dmacks@netspace.org for notification.
5228
5229 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5230
5231         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5232         
5233         Drop dbus include, fixes compilation with older dbus.
5234
5235 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5236
5237         * configure.ac:
5238         * cut-n-paste/Makefile.am:
5239         * cut-n-paste/totem-screensaver/.cvsignore
5240         * cut-n-paste/totem-screensaver/Makefile.am:
5241         * cut-n-paste/totem-screensaver/README:
5242         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5243         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5244         * shell/Makefile.am:
5245         * shell/ev-window.c: (ev_window_run_presentation),
5246         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5247         (ev_window_init):
5248
5249         Implemented screensaver enabling/disabling for
5250         presentation mode (not fullscreen mode). Code stolen
5251         from Totem (with some minor tweaks). Fixes bug #338889.
5252
5253 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5254
5255         * configure.ac:
5256
5257         Bump gnome-icon-theme requirements. We use the rotation
5258         icons that appeared recently.
5259
5260 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5261
5262         * shell/ev-history.c: (ev_history_add_page):
5263         * shell/ev-history.h:
5264         * shell/ev-window.c: (page_changed_cb):
5265         
5266         Use page labels instead of numbers.
5267
5268 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5269
5270         * data/evince-toolbar.xml:
5271         * po/POTFILES.in:
5272         * shell/Makefile.am:
5273         * shell/ev-navigation-action-widget.c:
5274         (ev_navigation_action_widget_init),
5275         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5276         (menu_detacher), (ev_navigation_action_widget_set_menu),
5277         (menu_position_func), (popup_menu_under_arrow),
5278         (ev_navigation_action_widget_toggled),
5279         (ev_navigation_action_widget_button_press_event):
5280         * shell/ev-navigation-action-widget.h:
5281         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5282         (ev_navigation_action_set_window), (activate_menu_item_cb),
5283         (new_history_menu_item), (new_empty_history_menu_item),
5284         (build_menu), (menu_activated_cb), (connect_proxy),
5285         (create_tool_item), (ev_navigation_action_init),
5286         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5287         * shell/ev-navigation-action.h:
5288         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5289         (ev_page_action_widget_set_page_cache),
5290         (ev_page_action_widget_finalize),
5291         (ev_page_action_widget_class_init), (match_selected_cb),
5292         (display_completion_text), (match_completion), (build_new_tree_cb),
5293         (get_filter_model_from_model),
5294         (ev_page_action_widget_update_model):
5295         * shell/ev-page-action-widget.h:
5296         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5297         (connect_proxy):
5298         * shell/ev-page-action.h:
5299         * shell/ev-stock-icons.c:
5300         * shell/ev-stock-icons.h:
5301         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5302         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5303         (register_custom_actions):
5304         * shell/main.c:
5305         
5306         Preliminary history implementation
5307
5308 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5309
5310         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5311         (dvi_document_class_init), (dvi_document_init_params):
5312         * dvi/mdvi-lib/font.c: (font_reference):
5313         
5314         Add reference to subfont. Fixes bug #374277.
5315
5316 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5317
5318         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5319         (ev_window_cmd_file_open_copy_at_dest):
5320
5321         Fix a race condition when creating symlink. Increase the counter
5322         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5323         Mathias Hasselmann).
5324
5325 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5326
5327         * backend/Makefile.am:
5328         * backend/ev-attachment.c: (ev_attachment_open):
5329         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5330         (ev_tmp_dir), (ev_tmp_filename):
5331         * shell/ev-sidebar-attachments.c:
5332         (ev_sidebar_attachments_drag_data_get):
5333         * shell/ev-window.c: (ev_window_clear_temp_file):
5334
5335         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5336         in ensure_dir_exists. Abort without crashing when we can't create
5337         user's directory.
5338
5339 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5340
5341         * data/evince-ui.xml:
5342         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5343         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5344         (ev_window_cmd_file_open_copy_at_dest),
5345         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5346         (ev_view_popup_cmd_open_link_new_window):
5347
5348         Allow opening a copy of the current document in a new window. Fixes bug
5349         #357472
5350
5351 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5352
5353         * data/evince-toolbar.xml:
5354         
5355         Add rotate right and rotate left to available items for toolbar.
5356         
5357         * data/evince-ui.xml:
5358         * shell/ev-window.c: (ev_window_init):
5359         
5360         Customize toolbar with right click. Fixes bug #372451.
5361
5362 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5363
5364         * shell/ev-window.c: 
5365         
5366         Use "object-rotate-{left,right}" stock icons. Fixes 
5367         bug #373863.
5368
5369 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5370
5371         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5372         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5373         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5374         (ev_window_open_uri):
5375         * shell/main.c: (arguments_parse):
5376
5377         Remove temp file created when evince is used by GTK+ in
5378         preview mode. Fixes bug #365282. 
5379
5380 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5381
5382         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5383         
5384         Fixes bug #372474 - Side pane disabled when entering 
5385         and leaving fullscreen mode.
5386
5387 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5388
5389         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5390         * data/Makefile.am:
5391         * data/evince-preview-toolbar.xml:
5392         * data/evince-toolbar.xml:
5393         * shell/ev-application.c: (ev_application_shutdown),
5394         (ev_application_init), (ev_application_get_toolbars_model):
5395         * shell/ev-application.h:
5396         * shell/ev-window.c: (update_chrome_visibility),
5397         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5398         (ev_window_cmd_edit_toolbar), (ev_window_init):
5399         
5400         Fixes bug #364364 - toolbar editor shows zoom actions again.
5401
5402 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5403
5404         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5405
5406         Do not take margins into consideration for paper size when printing.
5407         Really fixes bug #350491.
5408
5409 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5410
5411         * data/evince-ui.xml:
5412         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5413         (ev_window_cmd_file_print_setup),
5414         (ev_window_print_dialog_response_cb),
5415         (ev_window_setup_action_sensitivity):
5416
5417         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5418
5419 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5420
5421         * shell/ev-window.c: (ev_window_print_range):
5422
5423         Revert my previuos commit, since printing to PDF is not supported by
5424         evince yet. 
5425
5426 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5427
5428         * shell/ev-window.c: (ev_window_print_range):
5429
5430         Enable print to a PDF. Fixes bug #332121.
5431
5432 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5433
5434         * shell/ev-application-service.xml:
5435         * shell/ev-application.[ch]: (ev_application_open_window),
5436         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5437         (ev_application_open_uri), (ev_application_open_uri_list):
5438         * shell/ev-window.c: (file_open_dialog_response_cb),
5439         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5440         (drag_data_received_cb), (open_remote_link):
5441         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5442
5443         Add support for multiscreen systems. Fixes bug #316206.
5444
5445 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5446
5447         * shell/ev-jobs.[ch]: (ev_job_print_new),
5448         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5449         (ev_job_print_do_page):
5450         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5451
5452         Allow printing only odd/even pages. Fixes bug #367289.
5453
5454 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5455
5456         * test/test1.py:
5457         * test/test2.py:
5458
5459         Re-add locale settings to test files.
5460
5461 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * data/evince-ui.xml:
5464         * shell/ev-window.c: (set_action_properties):
5465         
5466         Removed garbage from code and ui.
5467
5468 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5469
5470         * shell/ev-window.c: (ev_window_cmd_help_about):
5471
5472         Shamelessly add my name to the list of contributors.
5473
5474 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5475
5476         * test/test1.py:
5477         * test/test2.py:
5478
5479         Cleaned up the dogtail scripts.
5480
5481 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5482
5483         * shell/ev-view.c: (draw_loading_text): Don't render
5484         "loading..." text in presentation mode. Temporary
5485         workaround for bug #320352.
5486
5487 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5488
5489         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5490         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5491
5492         Use print settings scale, copies, collate and reverse which were
5493         ignored. Fixes bug #359032.
5494
5495 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5496
5497         * configure.ac:
5498         * data/evince-password.glade:
5499         * test/Makefile.am:
5500         * test/test-encrypt.pdf:
5501         * test/test-links.pdf:
5502         * test/test1.py:
5503         * test/test2.py:
5504
5505         Add automated UI tests for evince with dogtail. See
5506         bug #300948.    
5507
5508 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5509
5510         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5511
5512         Hide fullscreen toolbar when switching to another desktop workspace.
5513         Fixes bug #338871
5514
5515 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5516
5517         * shell/ev-window-title.c: 
5518         
5519         Test for .dvi in title of pdf documents.
5520
5521 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5522
5523         * shell/ev-view.c: (ev_view_scroll):
5524
5525         Page Up/Down should do page jumps in "Best fit" mode.
5526         If a user has explicitly chosen to view exactly one page
5527         at a time, scrolling just a part of the page when
5528         pressing Page Up/Down is not right. Fixes bug #323107.
5529
5530 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5531
5532         * NEWS:
5533         * configure.ac:
5534         
5535         Update for 0.6.1
5536
5537 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5538
5539         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5540         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5541         
5542         Correctly disconnect from job signals on destroy.
5543
5544 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5545
5546         * shell/ev-view-private.h:
5547         * shell/ev-view.c: (view_set_adjustment_values),
5548         (view_update_range_and_current_page),
5549         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5550         
5551         Fixes bug #343199, current page now follows find page.
5552
5553 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5554
5555         * backend/ev-document-factory.c:
5556         * configure.ac:
5557         Assigned OpenDocument presenation MIME type to the
5558         Impress backend. Added some missing (but harmless)
5559         #ifdefs in the document factory as well to make things
5560         consistent again. Fixes bug #360658.
5561
5562 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5563
5564         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5565         * backend/ev-document-find.c: (ev_document_find_get_type):
5566         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5567         * backend/ev-document-links.c: (ev_document_links_get_type):
5568         * backend/ev-document-security.c: (ev_document_security_get_type):
5569         * backend/ev-document-thumbnails.c:
5570         (ev_document_thumbnails_get_type):
5571         * backend/ev-document.c: (ev_document_get_type):
5572         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5573         * backend/ev-selection.c: (ev_selection_get_type):
5574         * cut-n-paste/recent-files/egg-recent-model.c:
5575         (egg_recent_model_get_type):
5576         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5577         (egg_recent_view_uimanager_get_type):
5578         * cut-n-paste/recent-files/egg-recent-view.c:
5579         (egg_recent_view_get_type):
5580         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5581         (egg_editable_toolbar_get_type):
5582         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5583         (egg_toolbar_editor_get_type):
5584         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5585         (egg_toolbars_model_get_type):
5586         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5587         (egg_tree_multi_drag_source_get_type):
5588         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5589         (ephy_zoom_action_get_type):
5590         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5591         (ephy_zoom_control_get_type):
5592         * impress/r_back.c: (_imp_fill_back):
5593         * properties/ev-properties-main.c:
5594         (ev_properties_plugin_register_type):
5595         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5596         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5597         (ev_view_accessible_factory_get_type):
5598
5599         Reduce relocations. Bug #360616.
5600
5601 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5602
5603         * backend/ev-document-factory.c:
5604         (ev_document_factory_get_document):
5605         
5606         Load document even if extension is wrong.
5607
5608 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5609
5610         * shell/ev-metadata-manager.c: (save_values):
5611         * shell/ev-window.c: (setup_size_from_metadata),
5612         (setup_view_from_metadata), (ev_window_setup_document),
5613         (ev_window_xfer_job_cb), (window_configure_event_cb):
5614         
5615         Set size according to the document size/page size ratio.
5616         That should correct rather wierd behaviour of the previous
5617         commit.
5618
5619 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5620
5621         * shell/ev-window.c: (setup_view_from_metadata):
5622         
5623         Set size for new windows from previous window size.
5624         See bugs #354968 and #168450 for details. Thanks
5625         to Meik Hellmund.
5626
5627 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5628
5629         * djvu/djvu-links.c: (build_tree):
5630
5631         Fix memory leak.
5632
5633 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5634
5635         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5636         
5637         Don't make sidebar close button insensitive. Fixes
5638         bug #357871.
5639
5640 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5641
5642         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5643         (ev_window_set_view_accels_sensitivity):
5644         
5645         Don't enable Slash on documents which don't support
5646         find. Fixes bug #358648.
5647
5648 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5649
5650         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5651         open dialog fall back to the current document uri if the
5652         filechooser hasn't been used before. Fixes bug #356980.
5653
5654 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5655
5656         * shell/ev-window.c: (ev_window_setup_recent), 
5657         (ev_window_get_recent_file_label):
5658
5659         Escape underscores in filenames of recent file items.
5660
5661 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5662
5663         * configure.ac:
5664         
5665         Bumped poppler requirements, really 0.5.3 is very 
5666         buggy, now we require 0.5.4.
5667
5668 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5669
5670         * djvu/Makefile.am:
5671         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5672         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5673         (djvu_document_document_links_iface_init):
5674         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5675         (number_from_string_10), (get_djvu_link_dest),
5676         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5677         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5678         (djvu_links_get_links), (djvu_links_find_link_dest),
5679         (djvu_links_get_links_model):
5680         * djvu/djvu-links.h:
5681         
5682         Add support for links and bookmarks in djvu documents. Thanks
5683         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5684         patch.
5685
5686 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5687
5688         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5689         
5690         Reopen should reload document. Fixes 
5691         bug 327951.
5692
5693 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5694
5695         * configure.ac:
5696         * data/Makefile.am:
5697         * data/evince-16.png:
5698         * data/evince-22.png:
5699         * data/evince.png:
5700         * data/evince.svg:
5701         * data/icons/16x16/Makefile.am:
5702         * data/icons/16x16/evince.png:
5703         * data/icons/22x22/Makefile.am:
5704         * data/icons/22x22/evince.png:
5705         * data/icons/48x48/Makefile.am:
5706         * data/icons/48x48/evince.png:
5707         * data/icons/Makefile.am:
5708         * data/icons/scalable/Makefile.am:
5709         * data/icons/scalable/evince.svg:
5710         
5711         Install icons with correct names. Fixes
5712         bug #354429.
5713
5714 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5715
5716         * shell/ev-view.c: (ev_view_button_release_event):
5717
5718         Don't open links with middle mouse button. Fixes bug #353649
5719
5720 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5721
5722         * NEWS:
5723         * configure.ac:
5724         
5725         Update for release 0.6.0
5726
5727 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5728
5729         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5730         Implement Close named action. Patch by Carlos Garcia Campos.
5731
5732 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5733
5734         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5735         
5736         Don't clear link mapping on copy_job_to_job_info. Fixes
5737         bug 346168.
5738
5739 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5740
5741         * shell/main.c: (main):
5742
5743         Revert my previous commit, gnome_program_init owns the option context.
5744         Fix another memory leak in main. Both caught by Christian Persch. 
5745
5746 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5747
5748         * shell/main.c: (main):
5749
5750         Fix memory leak.
5751
5752 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5753
5754         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5755
5756         Fix crash when opening a pdf with password protection. 
5757
5758 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5759
5760         * pdf/ev-poppler.cc: (pdf_document_search_free):
5761
5762         Fix memory leak. 
5763
5764 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5765
5766         * backend/ev-document-factory.c:
5767         (ev_document_factory_get_document):
5768         * tiff/tiff-document.c: (tiff_document_finalize):
5769         
5770         More correct handling of document loading. Fixes
5771         bug #349043.
5772
5773 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5774
5775         * backend/ev-attachment.c: (ev_attachment_save):
5776
5777         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5778         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5779
5780 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5781         
5782         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5783         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5784
5785 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * shell/ev-sidebar-thumbnails.c:
5788
5789         Do not render thumbnails unless thumbnails page is active in the
5790         sidebar.
5791
5792 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5793
5794         * shell/ev-properties-dialog.c:
5795
5796         Fix dialogue spacing. Bug #351370.
5797
5798 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5799
5800         * configure.ac:
5801
5802         Use lowercase gettext catalog file names (evince.mo
5803         instead of Evince.mo)
5804
5805 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5806
5807         * shell/ev-sidebar-attachments.c:
5808
5809         GtkIconTheme is now screen safe too. Fixes bug #350878
5810
5811 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5812
5813         * shell/ev-window.c:
5814
5815         GtkRecent manager is now screen safe. Fixes bug #350145
5816
5817 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5818
5819         * shell/ev-sidebar.c: (ev_sidebar_init):
5820         
5821         Make sidebar close icon smaller. Fix for bug 350177.
5822         See also bugs 350176 and 165770.
5823
5824 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5825
5826         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5827
5828         Ignore zoom for xyz destinations when it's <= 1, keeping user
5829         preferences instead. Set correct sizing-mode for fith and fitv
5830         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5831
5832 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5833
5834         * NEWS:
5835         * configure.ac:
5836         
5837         Update for release 0.5.5
5838
5839 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5840         
5841         * shell/ev-window.c: (ev_window_cmd_escape)
5842
5843         Escape unfocus page entry. Fixes bug #345809.
5844
5845 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5846
5847         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5848         (build_tree), (pdf_document_links_get_links),
5849         (pdf_document_links_find_link_dest):
5850         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5851         (goto_xyz_dest):
5852
5853         Convert from PDF style coordinates to X style coordinates in the
5854         backend rather than in the view. Fixes bug #338440
5855
5856 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5857
5858         * shell/ev-window.c:
5859         
5860         Remove Ctrl+Shift+T shortcut for toolbars. See
5861         the bug #350098.
5862
5863 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5864
5865         * configure.ac:
5866
5867         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5868         of this. 
5869
5870 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5871
5872         * configure.ac:
5873         * cut-n-paste/Makefile.am:
5874         * data/evince-ui.xml:
5875         * shell/Makefile.am:
5876         * shell/ev-application.[ch]:
5877         * shell/ev-window.c:
5878
5879         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5880         #349273
5881
5882 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5883
5884         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5885         findbar code: s/help/search/
5886
5887 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5888
5889         * shell/ev-window.c: (setup_document_from_metadata),
5890         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5891         (setup_view_from_metadata):
5892         
5893         Fix memory leaks.
5894
5895 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5896
5897         * autogen.sh, configure.ac: 
5898         
5899         Update automake usage. See bug 349292.
5900
5901 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5902
5903         * shell/eggfindbar.c: (egg_find_bar_class_init),
5904         (entry_activate_callback), (egg_find_bar_init),
5905         (egg_find_bar_set_status_text):
5906         * shell/eggfindbar.h:
5907         
5908         Unify Evince findbar with Epiphany. Nice patch
5909         from Fabricio Silva <silva@crans.org> and
5910         Frederic Peters <fpeters@entrouvert.com>. See
5911         bug #339966 for details.
5912
5913 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5914
5915         * data/evince.desktop.in.in:
5916         
5917         Correct information for bugzilla. Thanks to
5918         Olaf Vitters, see bug #348855.
5919
5920 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5921
5922         * shell/ev-jobs.[ch]:
5923         * shell/ev-sidebar-links.c:
5924         * shell/ev-window.[ch]:
5925
5926         GtkPrintJob doesn't support print ranges or current page, so we export
5927         to a ps file now when printing ranges or current page.
5928
5929 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5930
5931         * pdf/ev-poppler.cc:
5932         * shell/ev-window.c: (do_action_named):
5933
5934         We should be more clear about bugzilla. See the
5935         poppler bug #7623.
5936
5937 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5938
5939         * configure.ac:
5940         * shell/Makefile.am:
5941         * shell/ev-job-queue.c:
5942         * shell/ev-jobs.[ch]:
5943         * shell/ev-sidebar-links.c:
5944         * shell/ev-window.[ch]:
5945         
5946         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5947         #348422
5948
5949 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5950
5951         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5952         * shell/ev-application-service.xml:
5953         * shell/ev-application.[ch]:
5954         * shell/ev-jobs.[ch]:
5955         * shell/ev-window.[ch]: (ev_window_run_preview):
5956         * shell/main.c: 
5957
5958         Add preview mode to use evince as a printing previewer. It also adds
5959         other command line options for fullscreen and presentation modes.
5960         Fixes bugs #347822, #317031
5961
5962 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5963
5964         * NEWS:
5965         * configure.ac:
5966         
5967         Update for release 0.5.4
5968
5969 2006-07-11  Bastien Nocera <hadess@hadess.net>
5970
5971         * Makefile.am:
5972         * backend/Makefile.am:
5973         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5974         * backend/ev-document-factory.h:
5975         * configure.ac:
5976         * impress/.cvsignore:
5977         * impress/Makefile.am:
5978         * impress/common.h:
5979         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5980         (imp_get_page), (imp_next_page), (imp_prev_page),
5981         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5982         * impress/f_oasis.c: (render_object), (render_page),
5983         (get_geometry), (_imp_oasis_load):
5984         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5985         (_imp_oo13_load):
5986         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5987         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5988         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5989         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5990         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5991         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5992         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5993         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5994         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5995         (iks_new_within), (iks_insert), (iks_insert_cdata),
5996         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5997         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5998         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5999         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6000         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6001         (iks_cdata), (iks_cdata_size), (iks_has_children),
6002         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6003         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6004         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6005         (iks_tree), (iks_load), (iks_save):
6006         * impress/iksemel.h:
6007         * impress/imposter.h:
6008         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6009         (imp_render_draw_bezier_real), (imp_render_get_size),
6010         (imp_render_set_fg_color), (imp_render_draw_line),
6011         (imp_render_draw_rect), (imp_render_draw_polygon),
6012         (imp_render_draw_arc), (imp_render_draw_bezier),
6013         (imp_render_open_image), (imp_render_get_image_size),
6014         (imp_render_scale_image), (imp_render_draw_image),
6015         (imp_render_close_image), (imp_render_markup),
6016         (imp_render_get_text_size), (imp_render_draw_text),
6017         (impress_document_load), (impress_document_save),
6018         (impress_document_get_n_pages), (impress_document_get_page_size),
6019         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6020         (impress_document_finalize), (impress_document_class_init),
6021         (impress_document_can_get_text), (impress_document_get_info),
6022         (impress_document_document_iface_init),
6023         (impress_document_thumbnails_get_thumbnail),
6024         (impress_document_thumbnails_get_dimensions),
6025         (impress_document_document_thumbnails_iface_init),
6026         (impress_document_init):
6027         * impress/impress-document.h:
6028         * impress/internal.h:
6029         * impress/r_back.c: (_imp_fill_back):
6030         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6031         (_imp_draw_image), (_imp_tile_image):
6032         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6033         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6034         (r_polyline):
6035         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6036         (r_draw_gradient_complex), (r_draw_gradient):
6037         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6038         (r_get_bullet):
6039         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6040         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6041         (r_text):
6042         * impress/render.c: (imp_create_context), (imp_context_set_page),
6043         (imp_context_set_step), (imp_render), (imp_delete_context):
6044         * impress/render.h:
6045         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6046         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6047         (zip_load_xml), (zip_get_size), (zip_load):
6048         * impress/zip.h:
6049         * shell/ev-utils.c:
6050         
6051         New backend to support impress slides. Fixes bug #30867.
6052
6053 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6054
6055         * shell/ev-utils.c: (using_postscript_printer):
6056         
6057         Fixes crash when print using PAPI backend,
6058         bug #345012.
6059
6060 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6061
6062         * shell/ev-jobs.c: (ev_job_xfer_run):
6063         * shell/ev-window.c: (password_dialog_response),
6064         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6065         (ev_window_dispose):
6066         Fixes bug #344160: if the xfer job doesn't complete
6067         because a password is required, reload the existing
6068         instance instead of creating a new one.
6069
6070 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * shell/main.c: (main): Call gdk_threads_init. Thus
6073         we'll avoid errors in auth dialog. Fix for the bug
6074         #343347.
6075
6076 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6077
6078         * configure.ac: Advertise pixbuf support, fix
6079         for the bug 343317.
6080
6081 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6082
6083         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6084         (ev_sidebar_thumbnails_set_document):
6085         
6086         Update sidebar thumbnails after reloading.
6087
6088 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6091         * shell/ev-jobs.h:
6092         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6093         (ev_window_cmd_view_reload), (ev_window_init):
6094         
6095         Don't crash on reload. Fix for the bug #343167.
6096
6097 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6098
6099         * shell/ev-jobs.c: (ev_job_render_run):
6100         
6101         Check for document links.
6102
6103 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6104
6105         * backend/ev-attachment.c: (ev_attachment_save),
6106         (ev_attachment_launch_app), (ev_attachment_open):
6107         * backend/ev-document-factory.c: (get_document_from_uri):
6108         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6109         (egg_recent_view_uimanager_set_list):
6110         * ps/ps-document.c: (check_filecompressed), (document_load),
6111         (ps_document_load):
6112         * shell/ev-metadata-manager.c: (load_values):
6113         * shell/ev-password.c: (ev_password_dialog_set_property):
6114         * shell/ev-view.c: (tip_from_link):
6115         * shell/ev-window.c: (file_save_dialog_response_cb),
6116         (ev_window_print_dialog_response_cb):
6117         
6118         Use consistent quoting style. Fix for the bug #320285.
6119
6120 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6121
6122         * shell/ev-jobs.c: (ev_job_xfer_run):
6123         * shell/main.c: (load_files):
6124                 
6125         Open links with anchors. Fix for the bug #339836.
6126
6127 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6128
6129         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6130         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6131         (ev_link_dest_set_property), (ev_link_dest_finalize),
6132         (ev_link_dest_class_init), (ev_link_dest_new_named),
6133         (ev_link_dest_new_page_label):
6134         * backend/ev-link-dest.h:
6135         * shell/ev-application.c: (ev_application_open_uri):
6136         * shell/ev-view.c: (goto_dest):
6137         * shell/ev-window.c:
6138         * shell/ev-window.h:
6139         
6140         Fix page-label command line option. Bug #342070.
6141
6142 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6143
6144         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6145         
6146         Don't show highlight rects if page can't be showed. Fix for 
6147         the bug #342076
6148
6149 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6150
6151         * shell/ev-window.c: (setup_sidebar_from_metadata),
6152         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6153         
6154         Setup sidebar from metadata even if there is no document
6155         loaded. Fix for the bug #342807.
6156
6157 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6158
6159         * cut-n-paste/toolbar-editor/Makefile.am:
6160         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6161         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6162         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6163         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6164         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6165         (popup_context_menu_cb), (button_press_event_cb),
6166         (configure_item_sensitivity), (configure_item_cursor),
6167         (configure_item_tooltip), (connect_widget_signals),
6168         (action_sensitive_cb), (create_item_from_action),
6169         (create_item_from_position), (toolbar_drag_data_received_cb),
6170         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6171         (toolbar_drag_leave_cb), (configure_drag_dest),
6172         (toggled_visibility_cb), (toolbar_visibility_refresh),
6173         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6174         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6175         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6176         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6177         (egg_editable_toolbar_dispose),
6178         (egg_editable_toolbar_set_ui_manager),
6179         (egg_editable_toolbar_get_selected),
6180         (egg_editable_toolbar_set_selected), (set_edit_mode),
6181         (egg_editable_toolbar_set_property),
6182         (egg_editable_toolbar_get_property),
6183         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6184         (egg_editable_toolbar_new_with_model),
6185         (egg_editable_toolbar_get_edit_mode),
6186         (egg_editable_toolbar_set_edit_mode),
6187         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6188         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6189         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6190         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6191         (item_added_or_removed_cb), (toolbar_removed_cb),
6192         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6193         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6194         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6195         (editor_create_item_from_name), (append_table),
6196         (update_editor_sheet), (egg_toolbar_editor_init):
6197         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6198         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6199         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6200         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6201         (toolbar_node_free), (egg_toolbars_model_get_flags),
6202         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6203         (egg_toolbars_model_get_name), (impl_add_item),
6204         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6205         (parse_data_list), (parse_item_list), (parse_toolbars),
6206         (egg_toolbars_model_load_toolbars), (parse_available_list),
6207         (parse_names), (egg_toolbars_model_load_names),
6208         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6209         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6210         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6211         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6212         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6213         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6214         (egg_toolbars_model_set_types), (fill_avail_array),
6215         (egg_toolbars_model_get_name_avail),
6216         (egg_toolbars_model_get_name_flags),
6217         (egg_toolbars_model_set_name_flags):
6218         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6219         * cut-n-paste/toolbar-editor/eggintl.h:
6220         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6221         (egg_tree_multi_drag_source_get_type),
6222         (egg_tree_multi_drag_source_row_draggable),
6223         (egg_tree_multi_drag_source_drag_data_delete),
6224         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6225         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6226         (path_list_free), (set_context_data), (get_context_data),
6227         (get_info), (egg_tree_multi_drag_drag_data_get),
6228         (egg_tree_multi_drag_motion_event),
6229         (egg_tree_multi_drag_button_press_event),
6230         (egg_tree_multi_drag_add_drag_support):
6231         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6232         * shell/ev-application.c: (ev_application_init),
6233         (ev_application_save_toolbars_model):
6234         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6235         (ev_window_cmd_edit_toolbar), (ev_window_init):
6236         
6237         Sync toolbareditor with epiphany and libegg
6238
6239 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6240
6241         * configure.ac: 
6242
6243         Depend on poppler 0.5.2
6244
6245 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6246
6247         * shell/ev-jobs.c: (ev_job_render_run):
6248         
6249         Check if document supports links iterface.
6250
6251 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * NEWS:
6254         * configure.ac:
6255         
6256         Update for release 0.5.3
6257
6258 2006-05-13  Michael Plump  <plumpy@skylab.org>
6259
6260         * configure.ac:
6261         * shell/Makefile.am:
6262         * shell/main.c: (main):
6263         
6264         Port to GOption command line parsing. Fix for the 
6265         bug #327518
6266
6267 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6268
6269         * shell/ev-window.c: (ev_window_cmd_help_about):
6270         
6271         Do not wrap license. Fix for the bug #309460.
6272
6273 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6274
6275         * configure.ac:
6276         * properties/ev-properties-main.c: (ev_properties_get_pages):
6277         * shell/ev-application.c: (ev_application_open_window),
6278         (ev_application_open_uri_at_dest):
6279         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6280         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6281         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6282         * shell/ev-utils.c: (save_print_config_to_file):
6283         * shell/ev-window.c: (ev_window_cmd_save_as),
6284         (ev_attachment_popup_cmd_save_attachment_as):
6285         * shell/main.c: (load_files_remote):
6286         
6287         Bump requirements to gtk 2.8 and drop all ifdefs used.
6288
6289 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6290
6291         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6292         * shell/ev-window.c: (ev_window_init):
6293         
6294         Show attachments page.
6295
6296 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6297
6298         * po/POTFILES.in:
6299         * shell/ev-attachment-bar.c:
6300         * shell/ev-attachment-bar.h:
6301         * shell/ev-sidebar-attachments.c:
6302         (ev_sidebar_attachments_icon_cache_add),
6303         (icon_theme_get_pixbuf_from_mime_type),
6304         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6305         (ev_sidebar_attachments_icon_cache_refresh),
6306         (ev_sidebar_attachments_get_attachment_at_pos),
6307         (ev_sidebar_attachments_popup_menu_show),
6308         (ev_sidebar_attachments_popup_menu),
6309         (ev_sidebar_attachments_button_press),
6310         (ev_sidebar_attachments_update_icons),
6311         (ev_sidebar_attachments_drag_data_get),
6312         (ev_sidebar_attachments_get_property),
6313         (ev_sidebar_attachments_destroy),
6314         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6315         (ev_sidebar_attachments_new),
6316         (ev_sidebar_attachments_set_document),
6317         (ev_sidebar_attachments_support_document),
6318         (ev_sidebar_attachments_get_label),
6319         (ev_sidebar_attachments_page_iface_init):
6320         * shell/ev-sidebar-attachments.h:
6321         * shell/ev-window.c: (update_chrome_visibility),
6322         (setup_sidebar_from_metadata), (ev_window_setup_document),
6323         (ev_window_sidebar_current_page_changed_cb),
6324         (attachment_bar_menu_popup_cb), (ev_window_init):
6325         
6326         Move attachments bar to sidebar.
6327
6328 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6329
6330         * pdf/ev-poppler.cc:
6331         * shell/ev-application.[ch]:
6332         * shell/main.c:
6333
6334         Fix some memory leaks.
6335
6336 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6337
6338         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6339
6340         Change the properties dialog response to
6341         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6342         will make the dialog go away when the user presses
6343         enter. With gtk+ >= 2.9 this will happen anyway, but for
6344         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6345         escape by default. Fixes bug #340539. See also bug
6346         #101293 for the gtk+ part.
6347
6348 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6349
6350         * shell/ev-view.c (tip_from_action_named): Replace some strings
6351         that were wrong. Closes #340970.
6352
6353 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6354
6355         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6356
6357         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6358         #341049
6359
6360 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6361
6362         * djvu/Makefile.am:
6363         * dvi/Makefile.am:
6364         * dvi/mdvi-lib/Makefile.am:
6365         * properties/Makefile.am:
6366         * ps/Makefile.am:
6367         * shell/Makefile.am:
6368         * thumbnailer/Makefile.am:
6369         
6370         Due to broken libtool that is unable to track dependencies
6371         of noinst libraries we are forced to explicitely point
6372         libraries for binary. Fix for the bug #333334.
6373
6374 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6375
6376         * data/evince.desktop.in.in:
6377         * shell/ev-view.c: (view_update_range_and_current_page),
6378         (ev_view_next_page), (ev_view_previous_page):
6379         * shell/ev-window.c: (update_chrome_visibility),
6380         (setup_sidebar_from_metadata), (ev_window_setup_document),
6381         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6382         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6383         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6384         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6385         (ev_window_stop_presentation), (ev_window_focus_in_event),
6386         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6387         (ev_window_init):
6388         * thumbnailer/Makefile.am:
6389         
6390         Update fullscreen and presentation timeout handling. Hide
6391         cursor in presentation after timeout. Fix for the bugs
6392         #136359 and #336981.
6393
6394 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6395
6396         * backend/ev-link-action.[ch]:
6397         * pdf/ev-poppler.cc: (ev_link_from_action):
6398         * shell/ev-view-private.h:
6399         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6400         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6401
6402         Add support for Named Action links
6403
6404 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6405
6406         * backend/Makefile.am:
6407         * backend/ev-document-links.[ch]:
6408         * backend/ev-document.[ch]:
6409         * backend/ev-link-action.[ch]:
6410         * backend/ev-link-dest.[ch]:
6411         * backend/ev-link.[ch]:
6412         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6413         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6414         * shell/ev-page-action.c: (build_new_tree_cb):
6415         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6416         (links_page_num_func), (update_page_callback):
6417         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6418         (tip_from_link):
6419         * shell/ev-jobs.c:
6420         * shell/ev-window.[ch]: (ev_window_open_uri),
6421         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6422         * shell/ev-application.[ch]: (ev_application_open_window),
6423         (ev_application_open_uri):
6424
6425         Rework links system, it adds support for remote links now and it makes
6426         easier to add new kinds of actions and destinations. Fixes bug #317292
6427
6428 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * data/Makefile.am:
6431         * data/evince.png:
6432         * data/evince-16.png:
6433         * data/evince-22.png:
6434         * data/evince.svg:
6435         * shell/main.c: (main):
6436         
6437         Evince use it's own icon. Fix for the bug #313392.
6438
6439         * shell/ev-window.c: (fullscreen_timeout_cb),
6440         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6441         (ev_window_cmd_help_about), (ev_window_dispose):
6442         
6443         Simplify fullscreen timeout code.
6444
6445 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6446
6447         * backend/ev-attachment.c: 
6448         * shell/ev-attachment-bar.c:
6449         * shell/ev-window.c:
6450
6451         Allow multiple selection of attachments
6452
6453 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * shell/ev-view.c: (view_update_range_and_current_page),
6456         (ev_view_scroll):
6457         
6458         Fix for the bug #312573 – Optimal selection of current 
6459         page among visible pages.
6460
6461 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6462
6463         * configure.ac:
6464         * djvu/Makefile.am:
6465         * djvu/djvu-text.h:
6466         
6467         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6468         for the bug 339868.
6469
6470 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6471
6472         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6473
6474 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6475
6476         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6477         dictated by the GNOME HIG. Fixes bug #339235.
6478
6479 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6480
6481         * data/evince-ui.xml:
6482         * shell/ev-view.c: (ev_view_can_find_previous):
6483         * shell/ev-view.h:
6484         * shell/ev-window.c: (ev_window_update_actions),
6485         (ev_window_cmd_edit_find_previous):
6486
6487         Add support for "Find Previous" as dictated by the GNOME HIG. A
6488         menu item is added and some glue code to make it all work is added
6489         to various files.
6490
6491 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6492
6493         * configure.ac: Award myself the "useless use of cat" award.
6494
6495 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6496
6497         * po/LINGUAS: New file listing all supported languages.
6498
6499         * configure.in: Use po/LINGUAS instead of including all languages
6500         directly in this file. See the wiki for more information:
6501         http://live.gnome.org/GnomeGoals/PoLinguas
6502
6503 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6504
6505         * backend/ev-document-factory.c:
6506
6507         Do not load the document twice when there isn't errors
6508
6509 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6510
6511         * backend/ev-attachment.c: 
6512
6513         Fix a crash when there isn't a default application to open an
6514         attachment
6515
6516 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6517
6518         * backend/ev-attachment.[ch]:
6519         * shell/ev-attachment-bar.[ch]:
6520
6521         Added missing files. 
6522
6523 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6524
6525         * backend/Makefile.am:
6526         * data/evince-ui.xml:
6527         * backend/ev-attachment.[ch]:
6528         * backend/ev-document.[ch]: (ev_document_has_attachments),
6529         (ev_document_get_attachments):
6530         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6531         (attachment_save_to_buffer), (pdf_document_get_attachments),
6532         (pdf_document_document_iface_init):
6533         * shell/Makefile.am:
6534         * shell/ev-attachment-bar.[ch]:
6535         * shell/ev-window.c:
6536
6537         Add support for PDF attachments. Fixes bug #325143
6538
6539 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6540
6541         * backend/ev-document-factory.c: (get_document_from_uri),
6542         (ev_document_factory_get_document):
6543         * backend/ev-document-factory.h:
6544         * properties/ev-properties-main.c: (ev_properties_get_pages):
6545         * shell/Makefile.am:
6546         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6547         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6548         (ev_job_queue_remove_job):
6549         * shell/ev-job-queue.h:
6550         * shell/ev-job-xfer.c:
6551         * shell/ev-job-xfer.h:
6552         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6553         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6554         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6555         (ev_job_xfer_run):
6556         * shell/ev-jobs.h:
6557         * shell/ev-window.c: (ev_window_is_empty),
6558         (password_dialog_response), (ev_window_clear_xfer_job),
6559         (ev_window_xfer_job_cb), (ev_window_open_uri),
6560         (ev_window_cmd_focus_page_selector),
6561         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6562         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6563         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6564         (ev_window_dispose):
6565         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6566         
6567         * Cleanup mime type detection on document load. Fix for the
6568         bug #336448.
6569
6570 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6571
6572         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6573         
6574         Fix crash on exit, described in the bug #336825.
6575
6576 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6577
6578         * backend/ev-document-factory.c:
6579         (ev_document_factory_get_from_mime),
6580         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6581         (ev_document_factory_get_document),
6582         (file_filter_add_mime_list_and_free),
6583         (ev_document_factory_add_filters):
6584         * backend/ev-document-factory.h:
6585         * properties/ev-properties-main.c: (ev_properties_get_pages):
6586         * shell/Makefile.am:
6587         * shell/ev-application.c:
6588         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6589         * shell/ev-window.c: (ev_window_cmd_file_open),
6590         (ev_window_cmd_save_as):
6591         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6592         
6593         Rework factory functions so they are placed now in a single 
6594         file ev-document-factory.c
6595
6596 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * shell/ev-window.c: (update_chrome_visibility):
6599         
6600         Fix for the bug 166566 - don't show menubar in fullscreen
6601         mode.
6602
6603 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6604
6605         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6606
6607 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6608
6609         * shell/ev-view.c: (ev_view_expose_event):
6610         
6611         More correctly draw loading text when document
6612         is empty.
6613
6614 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * shell/ev-view.c: (ev_view_scroll):
6617         
6618         Fix for the bug #334854, page down and page up switch
6619         pages in presentation mode.
6620
6621 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * shell/ev-window.c: (ev_window_set_action_sensitive),
6624         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6625         (ev_window_set_view_accels_sensitivity),
6626         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6627         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6628         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6629         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6630         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6631         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6632         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6633         (view_actions_focus_in_cb), (ev_window_init):
6634         
6635         Fix for the bug #333902, now it's possible to search
6636         words with slash.
6637
6638 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6639
6640         * configure.ac: Added Breton translation.
6641         * po/br.po: Added Breton translation.
6642
6643 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6644
6645         * shell/ev-window-title (ev_window_title_update):
6646
6647         Fix memory leak in window title. Fixes bug #333944
6648
6649 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6650
6651         * shell/ev-metadata-manager.c (parseItem):
6652
6653         Fix memory leaks. Fixes bug #333945
6654
6655 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6656         
6657         * NEWS, configure.ac, TODO:
6658         
6659         Update for release 0.5.2.
6660
6661 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6662
6663         * shell/ev-view.c: (view_update_range_and_current_page),
6664         (page_changed_cb):
6665         
6666         Don't jump on scrolling, fix for the bug #333127.
6667
6668 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6669
6670         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6671         
6672         Scroll by one page in presentation mode. Fix for the bug
6673         #332993.
6674
6675 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6676
6677         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6678
6679 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6680
6681         * configure.ac  Added lv in ALL_LINGUAS line.
6682
6683 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6684         
6685         * NEWS, configure.ac:
6686         
6687         Update for release 0.5.1
6688
6689 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6690
6691         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6692         * backend/ev-document-misc.h:
6693         * shell/ev-view.c: (draw_one_page):
6694         
6695          Clairfy what page the toolbar page number applies to. Fix
6696          for the bug #328102.
6697
6698 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6699
6700         * shell/ev-view-private.h:
6701         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6702         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6703         (ev_view_search_changed):
6704         * shell/ev-view.h:
6705         * shell/ev-window.c: (find_bar_search_changed_cb):
6706         
6707         Dont't jump to find result if window was scrolled during search.
6708         Fix for the bug #313266.
6709
6710 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6711
6712         * shell/eggfindbar.c: (egg_find_bar_class_init):
6713         * shell/eggfindbar.h:
6714         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6715         * shell/ev-view-private.h:
6716         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6717         (ev_view_class_init), (ev_sizing_mode_get_type),
6718         (ev_scroll_type_get_type):
6719         * shell/ev-view.h:
6720         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6721         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6722         (ev_window_init):
6723         
6724         Fix for the bug 319133 - Find entry should allow text scroll.
6725
6726 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6727
6728         * shell/ev-view-private.h:
6729         * shell/ev-view.c: (view_update_range_and_current_page),
6730         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6731         (ev_view_set_document), (update_find_status_message),
6732         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6733         (ev_view_find_previous):
6734         
6735         Fix for the bug #319137. Search now takes account for scrolling.
6736
6737 2006-02-19  Michael Hofmann <mh21@piware.de>
6738
6739         * configure.ac:
6740         * djvu/Makefile.am:
6741         * djvu/djvu-document-private.h:
6742         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6743         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6744         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6745         (djvu_document_can_get_text), (djvu_document_get_text),
6746         (djvu_document_document_iface_init),
6747         (djvu_document_thumbnails_get_thumbnail),
6748         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6749         (djvu_document_find_get_result),
6750         (djvu_document_find_page_has_results),
6751         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6752         (djvu_document_find_iface_init):
6753         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6754         (djvu_text_page_selection), (djvu_text_page_limits_process),
6755         (djvu_text_page_limits), (djvu_text_page_copy),
6756         (djvu_text_page_position), (djvu_text_page_union),
6757         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6758         (djvu_text_page_box), (djvu_text_page_append_text),
6759         (djvu_text_page_search), (djvu_text_page_prepare_search),
6760         (djvu_text_page_new), (djvu_text_page_free):
6761         * djvu/djvu-text-page.h:
6762         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6763         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6764         (djvu_text_n_results), (djvu_text_has_results),
6765         (djvu_text_get_result), (djvu_text_get_progress):
6766         * djvu/djvu-text.h:
6767         
6768         Text search in djvu. Fix for the bug #303415.
6769
6770 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6771
6772         * configure.ac:
6773         * shell/ev-window.c: (ev_window_cmd_save_as):
6774         
6775         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6776         Thanks to Gary Coady <gary@lyranthe.org>
6777
6778 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * shell/ev-print-job.c: (idle_print_handler):
6781         
6782         Inverse order printing, bug #320919.
6783
6784 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6785
6786         * data/evince-toolbar.xml:
6787         * shell/ev-window.c:
6788         
6789         Allow to add sidebar checkbutton on toolbar. Fix
6790         for the bug #144577.
6791
6792 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6793
6794         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6795         
6796         Add checks that have sense for empty ps document.
6797
6798 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6799
6800         * configure.ac: Include PS in mime types list. 
6801
6802 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * configure.ac:
6805         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6806         * ps/gsdefaults.h:
6807         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6808         
6809         Runtime check for gs interpreter. Fix for the bug #320868.
6810         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6811
6812 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6813
6814         * shell/ev-application.c: 
6815
6816         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6817         dbus>=0.60, so that the request is not queued. 
6818
6819 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6820
6821         * configure.ac:
6822         * shell/Makefile.am:
6823         * shell/ev-sidebar-links.c: (print_section_cb):
6824         * shell/ev-utils.c:
6825         * shell/ev-utils.h:
6826         * shell/ev-window.c: (update_action_sensitivity),
6827         (ev_window_close_dialogs), (ev_window_print):
6828         * shell/ev-window.h:
6829         
6830         Make printing support optional. Patch from Eduardo de Barros Lima
6831         <eduardo.lima@indt.org.br> for the bug #330546.
6832
6833 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6834
6835         * shell/ev-view-private.h:
6836         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6837         (ev_view_set_document):
6838         * shell/ev-view.h:
6839         * shell/ev-window.c: (ev_window_load_job_cb),
6840         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6841         (ev_window_init):
6842
6843         Draw Loading message during xfer job. Fix for the bug #329495.
6844
6845 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6846
6847         * comics/comics-document.c: (comics_regex_quote),
6848         (comics_document_load), (extract_argv):
6849         
6850         Correcly quote regexp before passing it to unzip.
6851
6852 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6853
6854         * shell/ev-page-cache.c: (build_height_to_page),
6855         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6856         (ev_page_cache_get_dual_even_left):
6857         * shell/ev-page-cache.h:
6858         * shell/ev-view.c: (view_update_range_and_current_page),
6859         (get_page_y_offset), (get_page_extents):
6860         
6861         Place even pages to the left if document has less then
6862         two pages. Fix for the bug #328856.
6863
6864 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6865
6866         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6867         
6868         Correct comics scheme. This make evince create thumbnails
6869         for comic books. Fix for the bug 329088.
6870
6871 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6872
6873         * data/evince-password.glade: Don't explicitly set
6874         invisible_char to the current default value in case
6875         the default changes; let GTK+ do its magic.
6876
6877 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6878
6879         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6880         real filename to tmp filename since often document
6881         type is determined by extension.
6882
6883 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6884
6885         * shell/ev-view.c: (add_scroll_binding_keypad),
6886         (ev_view_binding_activated), (ev_view_class_init):
6887         
6888         Add keybindings for percision-scrolling of display area. 
6889         Fix for the bug #314072.
6890
6891 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6892
6893         * data/evince.desktop.in.in:
6894         
6895         Add GTK to the list of categories. Fix for the bug #328034.
6896
6897 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6898
6899         * shell/ev-application.c: (ev_application_shutdown),
6900         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6901         * shell/ev-application.h:
6902         * shell/ev-window.c: (file_open_dialog_response_cb),
6903         (ev_window_cmd_file_open):
6904         
6905         Save last uri in file chooser dialog. Fix for the bug #327950.
6906
6907 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6908
6909         * NEWS:
6910         * README:
6911         
6912         Final update for release 0.5.0
6913         
6914         * shell/Makefile.am:
6915         
6916         Remove disable deprecated until we'll require libgnome-2.13.7
6917         and port to GOption argument parsing. See bug 327518.
6918
6919 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6920
6921         * comics/comics-document.c: (comics_document_save):
6922         * djvu/djvu-document.c: (djvu_document_save):
6923         * dvi/dvi-document.c: (dvi_document_save):
6924         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6925         * lib/ev-file-helpers.h:
6926         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6927         * tiff/tiff-document.c: (tiff_document_save):
6928         
6929         Use common save function for backends.
6930
6931 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6932
6933         * backend/ev-document-types.c:
6934         
6935         Fix crash on saving pixbuf.
6936
6937 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6938
6939         * cut-n-paste/recent-files/egg-recent-item.c:
6940         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6941         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6942         (parse_info_free), (valid_element), (start_element_handler),
6943         (end_element_handler), (text_handler), (egg_recent_model_filter),
6944         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6945         (egg_recent_model_monitor), (egg_recent_model_read),
6946         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6947         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6948         (egg_recent_model_set_property), (egg_recent_model_class_init),
6949         (egg_recent_model_init), (egg_recent_model_add_full),
6950         (egg_recent_model_delete), (egg_recent_model_get_list),
6951         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6952         (egg_recent_model_set_filter_mime_types),
6953         (egg_recent_model_clear_group_filter),
6954         (egg_recent_model_set_filter_groups),
6955         (egg_recent_model_clear_scheme_filter),
6956         (egg_recent_model_set_filter_uri_schemes),
6957         (egg_recent_model_remove_expired):
6958         * cut-n-paste/recent-files/egg-recent-util.c:
6959         (egg_recent_util_get_icon):
6960         * cut-n-paste/recent-files/egg-recent-util.h:
6961         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6962         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6963         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6964         (egg_recent_view_uimanager_set_property),
6965         (egg_recent_view_uimanager_get_property),
6966         (egg_recent_view_uimanager_class_init),
6967         (egg_recent_view_uimanager_init),
6968         (egg_recent_view_uimanager_set_label_width),
6969         (egg_recent_view_uimanager_get_label_width):
6970         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6971         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6972         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6973         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6974         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6975         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6976         
6977         Update from libegg.
6978
6979 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6980
6981         * shell/ev-page-cache.c: (build_height_to_page),
6982         (ev_page_cache_get_height_to_page):
6983         * shell/ev-page-cache.h:
6984         * shell/ev-view.c: (view_update_range_and_current_page),
6985         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6986         (ev_view_previous_page):
6987         
6988         Dual mode places even pages to the left. Fix for the bug #309393.
6989
6990         * shell/ev-view.h:
6991         * shell/ev-window.c: (update_action_sensitivity),
6992         (setup_view_from_metadata), (view_menu_popup_cb):
6993         
6994         Don't restore presentation in empty windows, more intelligent
6995         next page behaviour in dual mode.
6996
6997         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6998         (ev_pixbuf_cache_clear_job_sizes):
6999         
7000         Cleanup job callback on removal. Fix for the bug #325886.
7001
7002 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7003
7004         * ps/ps.c: (psscan):
7005         
7006         Commit workaround Mozilla problem. Fix for the bug #325919
7007         
7008         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7009         (save_item):
7010         
7011         Fix for year 2038 problem.
7012
7013 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7014
7015         * shell/ev-window.c: (setup_document_from_metadata),
7016         (ev_window_cmd_view_reload):
7017
7018         Clamp page recieved from metadata in valid values. Fix
7019         for the bug #325986.
7020
7021 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7022
7023         * MAINTAINERS: 
7024         Add MAINTAINERS as requested on desktop-devel-list.
7025
7026 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7027
7028         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7029         (mime_type_supported_by_gdk_pixbuf),
7030         (ev_document_factory_get_mime_types),
7031         (ev_document_factory_get_all_mime_types):
7032         
7033         Don't add pixbuf mime types if pixbuf backend is disabled.
7034         
7035         * shell/ev-application.c: (ev_application_get_uri_window):
7036         
7037         Fix for the bug 325815 - unhandled MIME type message doesn't 
7038         appear a second time. 
7039         
7040         * shell/ev-document-types.c: (ev_document_types_add_filters):
7041         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7042         (password_dialog_response), (ev_window_popup_password_dialog),
7043         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7044         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7045         (ev_window_run_presentation), (ev_window_stop_presentation),
7046         (save_sizing_mode), (ev_window_zoom_changed_cb),
7047         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7048         (ev_window_dual_mode_changed_cb),
7049         (ev_window_sidebar_current_page_changed_cb),
7050         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7051         (window_state_event_cb), (window_configure_event_cb):
7052         
7053         Cleanup additional uris holded by EvWindow.
7054
7055 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7056
7057         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7058         (ev_view_can_previous_page), (ev_view_can_next_page):
7059         * shell/ev-view.h:
7060         * shell/ev-window.c: (update_action_sensitivity):
7061         
7062         Two page scrolling with Space and PageUp in dual mode. Second fix 
7063         for the bug #316608.
7064
7065 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7066
7067         * shell/ev-view.c: (scroll_to_current_page):
7068         
7069         Correctly clamp adjustment value. Fix for the bug
7070         #325808.
7071
7072 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7073
7074         * shell/ev-sidebar-links.c: (print_section_cb):
7075         * shell/ev-window.c: (ev_window_get_uri),
7076         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7077         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7078         (ev_window_dispose):
7079         
7080         Make print dialog non-modal. Fix for the bug #325622.
7081
7082 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7083
7084         * shell/ev-metadata-manager.c:
7085         * shell/ev-utils.c: (using_pdf_printer),
7086         (using_postscript_printer), (load_print_config_from_file),
7087         (save_print_config_to_file):
7088         * shell/ev-utils.h:
7089         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7090         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7091         (setup_view_from_metadata), (ev_window_setup_document),
7092         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7093         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7094         (ev_window_run_presentation), (ev_window_stop_presentation),
7095         (save_sizing_mode), (ev_window_zoom_changed_cb),
7096         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7097         (ev_window_dual_mode_changed_cb),
7098         (ev_window_sidebar_current_page_changed_cb),
7099         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7100         (window_state_event_cb), (window_configure_event_cb),
7101         (ev_window_init):
7102         
7103         Setting saving behaviour fixes.
7104
7105 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7106
7107         * configure.ac:
7108         
7109         Make antialiasing gs options better and allow
7110         to change them during configure. Fix for the 
7111         bug #319049.
7112
7113 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7114
7115         * shell/ev-window.c: (setup_view_from_metadata):
7116         
7117         Remember if last window was maximized. Fix for the
7118         bug #323797.
7119
7120 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7121
7122         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7123
7124 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7125
7126         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7127         * shell/ev-page-action.c: (build_new_tree_cb):
7128         * shell/ev-sidebar-links.c: (links_page_num_func),
7129         (update_page_callback_foreach), (update_page_callback):
7130         * shell/ev-view.c: (scroll_to_current_page):
7131         
7132         Fix for the bug #325067 with more intelligent selection
7133         of current link in sidebar. Make sidebar handle links
7134         of FITR-like type more correctly.
7135
7136         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7137         (dvi_pixbuf_put_pixel):
7138         
7139         Fix memory consumtion with disabled alpha channel.
7140
7141 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * data/evince-ui.xml:
7144         * shell/ev-window.c: (view_menu_popup_cb),
7145         (ev_popup_cmd_open_link), (ev_window_init):
7146         
7147         Update context menu for internal links. Fix for the bug
7148         #325066.
7149
7150 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7151
7152         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7153         
7154         Bind context menu to keyboard also. Fix for the bug
7155         #325065.
7156
7157 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7158
7159         * shell/ev-view.c: (selection_scroll_timeout_cb):
7160         
7161         Horizontal scroll on selection also.
7162
7163 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7164
7165         * shell/ev-metadata-manager.c: (parse_value):
7166         * shell/ev-view.c: (goto_xyz_link):
7167         
7168         Correct zoom setup and metadata save broken in 
7169         some locales.
7170
7171 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7172
7173         * shell/ev-view-private.h:
7174         * shell/ev-view.c: (scroll_to_current_page),
7175         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7176         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7177         (page_changed_cb), (ev_view_set_continuous),
7178         (ev_view_set_dual_page), (ev_view_set_presentation):
7179         
7180         Delay scroll until allocation to correctly position page. Fix
7181         for the bug #317334.
7182
7183 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7184
7185         * NEWS:
7186         * configure.ac:
7187         
7188         Update NEWS and require poppler 0.5.0.
7189
7190 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7191         
7192         * data/evince-ui.xml:
7193         * shell/ev-view-private.h:
7194         * shell/ev-view.c: (ev_view_get_link_at_location),
7195         (handle_link_over_xy), (ev_view_button_press_event),
7196         (ev_view_button_release_event), (ev_view_class_init):
7197         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7198         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7199         (ev_window_init):
7200         
7201         Implement right-click context menu.
7202
7203 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7204
7205         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7206         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7207         (mdvi_pixbuf_device_render):
7208         * pdf/ev-poppler.cc:
7209
7210         Don't generate thumbnails with alpha. See bug #324077.
7211         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7212
7213 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7214
7215         * shell/ev-window.c: (setup_chrome_from_metadata):
7216         
7217         Fix typo that was hiding toolbar.
7218
7219 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7220
7221         * shell/ev-view-private.h:
7222         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7223         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7224         (ev_view_button_release_event), (ev_view_destroy):
7225         
7226         Small cleanup and autoscrolling during selection. Thanks to 
7227         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7228
7229 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7230
7231         * configure.ac:
7232         
7233         Correctly check for comics option.
7234
7235 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7236         * Makefile.am:
7237         * configure.ac:
7238         * backend/Makefile.am:
7239         * backend/ev-document-factory.c:
7240         * shell/ev-document-types.c:
7241
7242         Included option in configure to make ps backend 
7243         compilation optional with --disable-ps.
7244
7245 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7246
7247         * backend/ev-document-factory.c:
7248         * comics/Makefile.am:
7249         * comics/comics-document.c: (comics_document_load):
7250         * comics/ev-cbr-mime.xml:
7251         * configure.ac:
7252         
7253         Comics mime types are added to shared-mime-info CVS. Now
7254         we don't need to install our own mime types.
7255
7256 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7257
7258         * shell/ev-window.c:
7259         
7260         Add shortcut for "save a copy" menu entry. Fix for
7261         the bug #324582.
7262
7263 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7264
7265         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7266         (job_finished_cb), (new_selection_pixbuf_needed),
7267         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7268         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7269         
7270         Rework selection job info logic and fix critical warning.
7271
7272 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7273
7274         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7275
7276 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7277
7278         * data/evince-ui.xml:
7279         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7280         
7281         Enter as shortcut key for next page. Fix for the bug
7282         #321394.
7283
7284 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7285
7286         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7287
7288 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7289
7290         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7291         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7292         (new_selection_pixbuf_needed),
7293         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7294         (clear_job_selection):
7295         
7296         Too early for 0.5. Pixbuf cache code cleaned a bit.
7297
7298 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7299
7300         * NEWS:
7301         * configure.ac:
7302         
7303         Release 0.5.0 preparation
7304
7305 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7306
7307         * comics/Makefile.am:
7308         * configure.ac:
7309         * shell/ev-document-types.c: (ev_document_types_add_filters):
7310         
7311         More advanced handling of custom mime type installation.
7312
7313 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * data/evince.schemas.in:
7316         * shell/ev-metadata-manager.c: (value_free),
7317         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7318         (ev_metadata_manager_get), (ev_metadata_manager_set):
7319         * shell/ev-metadata-manager.h:
7320         * shell/ev-window.c: (update_chrome_flag),
7321         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7322         (setup_document_from_metadata), (setup_chrome_from_metadata),
7323         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7324         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7325         (ev_window_view_toolbar_cb),
7326         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7327         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7328         
7329         Save last document settings and reuse them for new documents.
7330
7331 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7332
7333         * Makefile.am:
7334         * backend/Makefile.am:
7335         * backend/ev-document-factory.c:
7336         * backend/ev-document-factory.h:
7337         * comics/Makefile.am:
7338         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7339         (comics_document_load), (comics_document_save),
7340         (comics_document_get_n_pages), (comics_document_get_page_size),
7341         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7342         (comics_document_class_init), (comics_document_can_get_text),
7343         (comics_document_get_info), (comics_document_document_iface_init),
7344         (comics_document_init), (get_supported_image_extensions),
7345         (comics_document_thumbnails_get_geometry),
7346         (comics_document_thumbnails_get_thumbnail),
7347         (comics_document_thumbnails_get_dimensions),
7348         (comics_document_document_thumbnails_iface_init), (extract_argv):
7349         * comics/comics-document.h:
7350         * comics/ev-cbr-mime.xml:
7351         * configure.ac:
7352         * po/POTFILES.in:
7353         * shell/ev-application.c: (ev_application_register_service):
7354         * shell/ev-document-types.c: (ev_document_types_add_filters):
7355         * thumbnailer/Makefile.am:
7356         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7357         
7358         New CBR/CBZ backend for comic books.
7359
7360 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * shell/main.c: (load_files_remote):
7363
7364         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7365         warning on startup of second instance is fixed. It
7366         is bug #320353.
7367
7368 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * shell/ev-window.c: (ev_window_finalize):
7371         
7372         Fix double free that cause crash.
7373
7374 2005-10-29  Bastien Nocera <hadess@hadess.net>
7375
7376         * tiff/tiff-document.c: (tiff_document_load):
7377         
7378         Fix memory leak.
7379
7380 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7381
7382         * po/POTFILES.in:
7383         * shell/Makefile.am:
7384         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7385         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7386         (ev_view_accessible_get_text),
7387         (ev_view_accessible_get_character_at_offset),
7388         (ev_view_accessible_get_text_before_offset),
7389         (ev_view_accessible_get_text_at_offset),
7390         (ev_view_accessible_get_text_after_offset),
7391         (ev_view_accessible_get_character_count),
7392         (ev_view_accessible_get_caret_offset),
7393         (ev_view_accessible_set_caret_offset),
7394         (ev_view_accessible_get_run_attributes),
7395         (ev_view_accessible_get_default_attributes),
7396         (ev_view_accessible_get_character_extents),
7397         (ev_view_accessible_get_offset_at_point),
7398         (ev_view_accessible_get_n_selections),
7399         (ev_view_accessible_get_selection),
7400         (ev_view_accessible_add_selection),
7401         (ev_view_accessible_remove_selection),
7402         (ev_view_accessible_set_selection),
7403         (ev_view_accessible_text_iface_init),
7404         (ev_view_accessible_idle_do_action),
7405         (ev_view_accessible_action_do_action),
7406         (ev_view_accessible_action_get_n_actions),
7407         (ev_view_accessible_action_get_description),
7408         (ev_view_accessible_action_get_name),
7409         (ev_view_accessible_action_set_description),
7410         (ev_view_accessible_action_iface_init),
7411         (ev_view_accessible_get_type), (ev_view_accessible_new),
7412         (ev_view_accessible_factory_get_accessible_type),
7413         (ev_view_accessible_factory_create_accessible),
7414         (ev_view_accessible_factory_class_init),
7415         (ev_view_accessible_factory_get_type):
7416         * shell/ev-view-accessible.h:
7417         * shell/ev-view-private.h:
7418         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7419         * shell/ev-view.h:
7420         
7421         Initial accessibility support.
7422
7423 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7424
7425         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7426
7427 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7428
7429         * shell/ev-print-job.c: (idle_print_handler):
7430         
7431         Fix for bug Bug 318916: Printing multiple pages.
7432
7433 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7434
7435         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7436
7437 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7438
7439         * pdf/ev-poppler.cc:
7440         
7441         Thumnail dimensions unified with other backends.
7442         
7443         * shell/ev-window-title.c: (ev_window_title_update):
7444         
7445         Fix warning.
7446
7447 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7448
7449         * data/ev-stock-zoom-fit-width.png:
7450         
7451         Remove unused file.
7452
7453 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7454
7455         * configure.ac:
7456         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7457         (djvu_document_finalize):
7458         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7459         (dvi_document_finalize):
7460         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7461         (pixbuf_document_save), (pixbuf_document_finalize):
7462         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7463         (tiff_document_finalize):
7464         
7465         Save a copy implemented for various backends.
7466
7467 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7468
7469         * configure.ac:
7470         
7471         Don't link with ltiff if tiff is disabled.
7472
7473 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7474
7475         * pdf/GDKSplashOutputDev.cc:
7476         * pdf/GDKSplashOutputDev.h:
7477         * pdf/Thumb.cc:
7478         * pdf/Thumb.h:
7479         * pdf/pdf-document.cc:
7480         * pdf/pdf-document.h:
7481         * pdf/test-gdk-output-dev.cc:
7482         
7483         Remove old unused files.
7484
7485 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7486
7487         * shell/ev-window.c: (ev_window_setup_document):
7488         
7489         Fixed warnings on reload and probably crash reason.
7490
7491 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * properties/ev-properties-view.c:
7494         (ev_properties_view_format_date):
7495         
7496         Check if date is invalid. Fix for bug 318134.
7497
7498 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7499
7500         * shell/ev-window-title.c:
7501         
7502         Add .indd files (Adobe Indesign) to the list of "bad
7503         extensions".
7504
7505 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7506
7507         * data/evince-ui.xml:
7508         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7509         
7510         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7511
7512 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7513
7514         * shell/ev-window.c: (launch_link), (launch_external_uri),
7515         (view_external_link_cb):
7516
7517         URL-escape link before passing it to gnome_vfs_url_show.
7518
7519 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7520
7521         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7522         there isn't text selected.
7523
7524 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7525
7526         * shell/ev-view.c: (handle_link_over_xy):
7527
7528         Check tooltip is valid utf8 before showing it
7529
7530 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7531
7532         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7533
7534 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7535
7536         * shell/ev-window-title.c: (ev_window_title_update):
7537
7538         Guard against using g_strstrip on NULL. Fixes bug #317291.
7539
7540 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7541
7542         * pdf/ev-poppler.cc:
7543
7544         Show title even for unknown links
7545
7546 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7547
7548         * shell/ev-window-title.c: (ev_window_title_update):
7549
7550         Strip the title string
7551
7552 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7553
7554         * shell/ev-window-title.c:
7555
7556         Add .rtf to the bad extensions list
7557
7558 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7559
7560         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7561         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7562
7563         Ignore link coordinates if they are outside page bounds
7564
7565 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7566
7567         * backend/ev-link.c: (ev_link_type_get_type),
7568         (ev_link_get_filename), (ev_link_get_params),
7569         (ev_link_get_property), (ev_link_set_property),
7570         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7571         * backend/ev-link.h:
7572         * pdf/ev-poppler.cc:
7573         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7574         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7575         (ev_window_init):
7576
7577         Implement launch links. Delegate external link opening to
7578         the window.
7579
7580 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7581
7582         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7583         (ev_link_get_right), (ev_link_get_property),
7584         (ev_link_set_property), (ev_link_class_init),
7585         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7586         * backend/ev-link.h:
7587         * pdf/ev-poppler.cc:
7588         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7589
7590         Implement fitr links
7591
7592 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7593
7594         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7595         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7596         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7597         (ev_view_size_request_continuous),
7598         (ev_view_size_request_dual_page),
7599         (ev_view_size_request_single_page), (ev_view_size_allocate),
7600         (ev_view_zoom_for_size_continuous_and_dual_page),
7601         (ev_view_zoom_for_size_continuous),
7602         (ev_view_zoom_for_size_dual_page),
7603         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7604         (ev_sizing_mode_get_type):
7605         * shell/ev-view.h:
7606         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7607
7608         Do not use modes for link, we need to calculate size ad hoc.
7609         Still not perfect because of the usual scrollbar issues grrr.
7610
7611 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7612
7613         * backend/ev-link.c: (ev_link_type_get_type),
7614         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7615         * backend/ev-link.h:
7616         * pdf/ev-poppler.cc:
7617         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7618         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7619         (ev_view_size_request_continuous),
7620         (ev_view_size_request_dual_page),
7621         (ev_view_size_request_single_page), (ev_view_size_allocate),
7622         (zoom_for_size_fit_height),
7623         (ev_view_zoom_for_size_continuous_and_dual_page),
7624         (ev_view_zoom_for_size_continuous),
7625         (ev_view_zoom_for_size_dual_page),
7626         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7627         (ev_sizing_mode_get_type):
7628         * shell/ev-view.h:
7629         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7630
7631         Implement FIT_HEIGHT mode (only for links).
7632         Implement FITH links
7633
7634 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7635
7636         * shell/ev-window-title.c: (get_filename_from_uri),
7637         (ev_window_title_sanitize_extension), (ev_window_title_update),
7638         (ev_window_title_set_document), (ev_window_title_set_uri),
7639         (ev_window_title_free):
7640         * shell/ev-window-title.h:
7641         * shell/ev-window.c: (ev_window_setup_document),
7642         (ev_window_popup_password_dialog):
7643
7644         Refactor window title building while fixing it for
7645         password documents.
7646
7647 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * pdf/ev-poppler.cc:
7650
7651         Escape link title before setting it in the model
7652
7653 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7654
7655         * shell/ev-application.c: (removed_from_session), (save_session),
7656         (init_session), (ev_application_get_empty_window),
7657         (ev_application_init), (ev_application_get_windows):
7658         * shell/ev-application.h:
7659         * shell/ev-window.c: (ev_window_finalize):
7660
7661         Add a function to retrieve window list and share it where
7662         necessary.
7663         Implement session handling, works pretty well thanks to the
7664         metadata system.
7665
7666 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7667
7668         * shell/ev-password.c: (ev_password_item_created_callback),
7669         (ev_password_dialog_save_password):
7670         
7671         Fix for bug 316972. Use async gnome-keyring API.
7672
7673 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7674
7675         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7676         Remove unused unrealize handler. Add scroll handling to
7677         ev_view_scroll_event for presentation mode (bug #316708),
7678         and fix the event state checks there.
7679
7680 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7681
7682         * shell/ev-page-action.c: (page_changed_cb):
7683
7684         "marco, maybe we should be crazy and jump right to 6! :)"
7685
7686         Bryan Clark, Sep 2005
7687
7688 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7689
7690         * ps/ps-document.c: (save_document), (ps_document_save),
7691         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7692         (ps_document_ps_export_end):
7693
7694         Fix unstructured documents save and print
7695
7696 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7697
7698         * shell/ev-application.c: (ev_application_open_uri):
7699
7700         Fix window size persistance
7701
7702 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7703
7704         * shell/ev-view.c: (ev_view_button_release_event):
7705
7706         Based on a patch from carlosgc@gnome.org. Mouse buttons
7707         switch pages in presentation mode.
7708
7709 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7710
7711         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7712
7713         Dont cast to int before scaling
7714
7715 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7716
7717         * backend/ev-link.c: (ev_link_type_get_type),
7718         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7719         (ev_link_new_page_fith):
7720         * backend/ev-link.h:
7721         * pdf/ev-poppler.cc:
7722         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7723
7724         Implement FIT and FITH links
7725
7726 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7727
7728         * pdf/ev-poppler.cc:
7729
7730         Return 0 results when search is not in progress.
7731
7732         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7733         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7734
7735         Update menu sensitivity when cancelling search
7736
7737 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7738
7739         * shell/ev-view.c: (ev_view_can_find_next):
7740
7741         Take all pages in consideration, not just current one
7742
7743 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7744
7745         * shell/ev-page-cache.c:
7746         * shell/ev-page-cache.h:
7747         * shell/ev-view.c: (ev_view_binding_activated),
7748         (ev_view_next_page), (ev_view_previous_page),
7749         (ev_sizing_mode_get_type):
7750         * shell/ev-view.h:
7751         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7752         (ev_window_cmd_go_next_page):
7753
7754         Move page next/previous functions from page chace to
7755         view and change it to move by 2 page steps in dual mode.
7756
7757 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7758
7759         * shell/ev-window.c: (update_sidebar_visibility),
7760         (setup_sidebar_from_metadata), (ev_window_setup_document),
7761         (setup_view_from_metadata):
7762
7763         Show the index by default when there is one     
7764
7765 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7766
7767         * shell/ev-window-title.c: (ev_window_title_set_document):
7768
7769         Missing null check
7770
7771 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7772
7773         * shell/ev-view.c: (view_update_range_and_current_page):
7774         
7775         Allow display of last odd page in dual view. Fix for 316347.
7776
7777 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7778
7779         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7780         
7781         Make close button default. Fix for 316383.
7782
7783 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7784
7785         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7786         
7787         Mark close button as default. Fix for 316381.
7788
7789 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7790
7791         * backend/ev-link.c: (ev_link_class_init):
7792
7793         Allow negative doubles in left/top properties
7794
7795 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7796
7797         * shell/ev-window.c:
7798
7799         Remove a bunch of strings that was used only
7800         by the statusbar.
7801
7802 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7803
7804         * shell/ev-window-title.c: (get_filename_from_uri),
7805         (ev_window_title_set_document):
7806
7807         When title has a confusing extension, show also
7808         the document filename inside ()
7809
7810 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7811
7812         * shell/Makefile.am:
7813         * shell/ev-window-title.c: (ev_window_title_new),
7814         (ev_window_title_update), (ev_window_title_set_type),
7815         (ev_window_title_set_document), (ev_window_title_free):
7816         * shell/ev-window-title.h:
7817         * shell/ev-window.c: (ev_window_setup_document),
7818         (password_dialog_response), (ev_window_popup_password_dialog),
7819         (ev_window_dispose), (ev_window_init):
7820
7821         Factor out and cleanup window title code
7822
7823 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7824
7825         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7826         (unable_to_load):
7827
7828         Make dialog transient so it doesnt block other windows
7829
7830 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7831
7832         * pdf/ev-poppler.cc:
7833         
7834         Fix pdf thumbnails rendering.
7835
7836 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7837
7838         * shell/ev-window.c: (fullscreen_set_timeout):
7839         
7840         Increase timeout to hide full screen popup. Bug 
7841         316123. 
7842
7843 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7844
7845         * data/evince.schemas.in:
7846         * shell/ev-window.c: (update_action_sensitivity):
7847
7848         Allow the user to override document restrictions. Fix for bug
7849         305818.
7850
7851 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7852
7853         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7854         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7855         (ev_window_class_init): Fix multihead behaviour of fullscreen
7856         toolbar popup. Fixes bug #315451.
7857
7858 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7859
7860         * configure.ac:
7861         * data/evince-password.glade:
7862         * shell/ev-password.c: (ev_password_dialog_set_property),
7863         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7864         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7865         (ev_password_dialog_entry_changed_cb),
7866         (ev_password_dialog_entry_activated_cb),
7867         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7868         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7869         (ev_password_dialog_set_bad_pass):
7870         * shell/ev-password.h:
7871         * shell/ev-window.c: (password_dialog_response),
7872         (ev_window_popup_password_dialog):
7873         
7874         Support for gnome-keyring for encrypted PDF's.
7875
7876 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7879         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7880         (ev_view_enter_notify_event), (ev_view_class_init):
7881         
7882         More precise handling of enter_notify/leave_notify events
7883         in EvView. Fix for bug 315470.
7884
7885 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7886
7887         * shell/ev-window.c: (fullscreen_timeout_cb),
7888         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7889         (ev_window_dispose):
7890
7891         leak fix: unref fullscreen_timeout_source before clearing it
7892
7893 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7894
7895         * configure.ac, dvi/mdvi/Makefile.am: 
7896         
7897         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7898
7899 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7900
7901         * backend/ev-link.c: (ev_link_new_page_xyz):
7902         * pdf/ev-poppler.cc:
7903         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7904
7905         Fix some bugs with xyz links, respect zoom
7906
7907 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7908
7909         * shell/ev-window.c: (page_changed_cb),
7910         (setup_document_from_metadata), (update_sidebar_visibility),
7911         (setup_view_from_metadata), (ev_window_run_fullscreen),
7912         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7913         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7914         (ev_window_dual_mode_changed_cb),
7915         (ev_window_sidebar_current_page_changed_cb):
7916
7917         null check uri before setting and getting metadata
7918
7919 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7920
7921         * dvi/Makefile.am:
7922         * properties/Makefile.am:
7923         * shell/Makefile.am:
7924         * thumbnailer/Makefile.am:
7925
7926         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7927
7928 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7929
7930         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7931         (selection_changed_callback):
7932         * shell/ev-sidebar-links.h:
7933
7934         Add a signal for link activation.
7935
7936         * shell/ev-view.c: (ev_view_goto_link),
7937         (ev_view_button_release_event):
7938         * shell/ev-view.h:
7939         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7940         (ev_window_init):
7941
7942         Implement the signal so that we can handle all link types.
7943
7944         * shell/ev-page-cache.c:
7945
7946         Remove unused set_link function
7947
7948 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7949
7950         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7951
7952         Add some space from the cursor, hardcoded but I couldnt
7953         find a better way.
7954
7955 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7956
7957         * lib/ev-tooltip.c:
7958
7959         Use mozilla style vs gtk style, way better for links.
7960
7961         * shell/ev-view.c: (ev_view_motion_notify_event),
7962         (ev_view_destroy), (ev_view_init):
7963
7964         Deactive tooltip when the link hovered is changed.
7965
7966 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7967
7968         * backend/ev-document.h:
7969         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7970         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7971         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7972         (ev_link_new_page), (ev_link_new_page_xyz):
7973         * backend/ev-link.h:
7974         * pdf/ev-poppler.cc:
7975         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7976         (go_to_link), (tip_from_link):
7977
7978         Implement xyz links, still not functional. Links are a total
7979         mess, will need to refactor and bugfix a lot :(
7980
7981 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7982
7983         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7984
7985 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7986
7987         * data/evince-ui.xml:
7988         * data/evince.schemas.in:
7989         * shell/Makefile.am:
7990         * shell/ev-window.c: (update_chrome_visibility),
7991         (password_dialog_response), (ev_window_load_job_cb),
7992         (ev_window_xfer_job_cb), (ev_window_open_uri),
7993         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7994         (ev_window_init):
7995
7996         Remove the statusbar. This regress loading feedback, need to
7997         check with Bryan what we want to do there...
7998
7999 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8000
8001         * lib/ev-tooltip.c: (ev_tooltip_init):
8002
8003         Fix tooltip border and size handling
8004
8005 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8006
8007         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8008         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8009         (ev_tooltip_timeout), (ev_tooltip_activate),
8010         (ev_tooltip_deactivate):
8011         * lib/ev-tooltip.h:
8012         * shell/ev-view.c: (ev_view_motion_notify_event):
8013
8014         Delay popup showing. Mirror gtk logic/times.
8015
8016 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8017
8018         * lib/Makefile.am:
8019         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8020         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8021         (ev_tooltip_set_text), (ev_tooltip_set_position):
8022         * lib/ev-tooltip.h:
8023
8024         Simple widget to show tooltips at a custom position
8025
8026         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8027         (ev_view_destroy):
8028
8029         Use it for links. First go, needs work
8030
8031 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8032
8033         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8034         HIG fixes.  Use title capitalization for window title. Use 12 
8035         pixels of space between the dialog's vbox and action area.
8036
8037 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8038
8039         * shell/ev-window.c: (file_open_dialog_response_cb),
8040         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8041         (ev_window_cmd_save_as):
8042
8043         Make file pickers not modal and refactor code some
8044
8045 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * shell/ev-sidebar.h:
8048         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8049         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8050         (ev_sidebar_class_init), (ev_sidebar_select_page),
8051         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8052         (ev_sidebar_set_page):
8053
8054         Add a current page property and allow to get/set it
8055
8056         * shell/ev-window.c: (setup_view_from_metadata),
8057         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8058
8059         Persist current sidebar page per document
8060
8061 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8062
8063         * data/evince.schemas.in:
8064         * shell/ev-window.c: (update_chrome_visibility),
8065         (setup_document_from_metadata), (update_sidebar_visibility),
8066         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8067         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8068         (ev_window_run_presentation), (ev_window_stop_presentation),
8069         (ev_window_view_sidebar_cb),
8070         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8071         (load_chrome), (ev_window_init):
8072
8073         Persist size/visibility of sidebar per document
8074
8075 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8076
8077         * shell/ev-view.c (draw_loading_text): Draw loading text.
8078
8079 2005-09-02  Dan Damian  <dand@gnome.ro>
8080
8081         * configure.in: Added "ro" to ALL_LINGUAS.
8082
8083 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * shell/ev-view.c: (clear_caches):
8086
8087         ev_page_cache_get doesnt return a reference,
8088         dont try to unref it.
8089
8090 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8091
8092         * shell/main.c: (load_files_remote):
8093
8094         Fix timestamp parameter with dbus <= 0.33
8095
8096 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8097
8098         * data/evince.schemas.in:
8099
8100         Add missing full stop
8101
8102 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8103
8104         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8105         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8106
8107         Plug some memory leaks
8108
8109 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8110
8111         * configure.ac:
8112         * lib/ev-debug.c: (trap_handler):
8113
8114         Check for execinfo.h and use it only if it exists.
8115         Ported from Epiphany (bug #314776).
8116
8117 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8118
8119         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8120
8121 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8122
8123         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8124         * po/id.po      : Added Indonesian translation
8125
8126 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8127
8128         * shell/main.c:
8129         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8130         * NEWS: Release 0.4.0
8131
8132 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8133
8134         * configure.ac: catch another gtk+-2.8ism
8135         * shell/main.c: Make work with gtk+-2.6
8136
8137 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8138
8139         * shell/ev-application-service.xml: Add 'timestamp' argument to
8140           ev_application_open_window and ev_application_open_uri methods.
8141
8142         * shell/ev-application.h: Add 'timestamp' argument to
8143           ev_application_open_window, ev_application_open_uri,
8144           and ev_application_open_uri_list functions.
8145
8146         * shell/ev-application.c (ev_application_open_window,
8147           ev_application_open_uri, ev_application_open_uri_list): Change
8148           functions that show/present windows to use a timestamp if one
8149           is passed in.
8150
8151         * shell/ev-window.c (ev_window_cmd_file_open,
8152           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8153         * shell/main.c (load_files): Modify calls to ev_application to
8154           include GDK_CURRENT_TIME as timestamp.
8155
8156         * shell/main.c (load_files_remote): Obtain timestamp for client
8157           instance from GDK and pass to server instance so new windows are
8158           focused properly.  Fix dbus_g_proxy_call() calls by including second
8159           G_TYPE_INVALID.
8160           
8161         Closes bug #314475.
8162
8163 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8164
8165         * shell/ev-window.c (ev_window_finalize): Check for
8166         avail. EvWindows when quiting to handle the finalize better,
8167         #314497
8168
8169 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8170         
8171         * properties/ev-properties-view.c: 
8172         
8173         Set textdomain to libglade. Fixes translation problem in property page.
8174
8175 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8176
8177         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8178         * dvi/Makefile.am:
8179         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8180         * dvi/mdvi-lib/Makefile.am:
8181         
8182         Fix rotation of thumbnails, ported to new API. Moved library
8183         dependencies earlier, probably it will fix linkage problem.
8184
8185 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8186
8187         * backend/ev-document-misc.c:
8188         (ev_document_misc_get_thumbnail_frame):
8189         * backend/ev-document-misc.h:
8190         * configure.ac:
8191         * pdf/ev-poppler.cc:
8192         * shell/Makefile.am:
8193         * shell/ev-sidebar-thumbnails.c: (add_range),
8194         (ev_sidebar_thumbnails_set_loading_icon),
8195         (ev_sidebar_thumbnails_refresh),
8196         (ev_sidebar_thumbnails_set_document):
8197         * shell/ev-sidebar-thumbnails.h:
8198         * shell/ev-view.c: (ev_view_motion_notify_event),
8199         (ev_view_set_property), (ev_view_get_property),
8200         (ev_view_class_init), (ev_view_set_rotation):
8201         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8202         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8203         (ev_window_init):
8204         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8205         Redo rotation (again).  prepare for 0.4.0
8206
8207 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8208
8209         * configure.ac: Bump poppler requirement to 0.4.1.
8210
8211         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8212         argument to poppler_page_render_selection() call.
8213
8214 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8215
8216         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8217         (djvu_document_thumbnails_get_thumbnail):
8218         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8219         (dvi_document_thumbnails_get_thumbnail):
8220         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8221         (pixbuf_document_thumbnails_get_thumbnail):
8222         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8223         
8224         Update rotation direction of backends to fit with pdf and ps.
8225
8226 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8227
8228         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8229         * backend/ev-async-renderer.h:
8230         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8231         (setup_page), (ps_document_get_page_size),
8232         (ps_async_renderer_render_pixbuf):
8233         * ps/ps-document.h:
8234         * shell/ev-jobs.c: (ev_job_render_run):
8235
8236         Fix orientation in the postscript document
8237
8238 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8239
8240         * pdf/ev-poppler.cc:
8241         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8242         * shell/ev-view.c: (highlight_find_results):
8243
8244         Adapt to the new poppler rotation API. Fix text maps on landscape
8245         documents.
8246
8247 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8248
8249         * shell/ev-view.c (compute_new_selection_text): get the correct
8250         region when selecting in modes other than continuous.
8251
8252 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8253
8254         * shell/main.c (main): remove redundant g_warnings.
8255
8256 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8257
8258         * shell/Makefile.am: Don't include autogenerated
8259         file ev-application-service.h into distribution, since
8260         it causes dbus crash. Fix for bugs 313724 and 313443. 
8261
8262 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8263
8264         * configure.ac: Fix sed expression for FreeBSD. Thanks
8265         to Joe Marcus Clark <marcus@freebsd.org>
8266         
8267         * shell/eggfindbar.c: (entry_activate_callback),
8268         (entry_changed_callback), (egg_find_bar_init),
8269         (egg_find_bar_set_search_string):
8270         
8271         Made findbar buttons unsensitive if there is no text in
8272         entry. Fix for the bug 313285.
8273
8274 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8275
8276         * ps/ps-document.c: Use g_filename_display_name for displaying
8277         filenames and revert string freeze breackage
8278
8279 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8280
8281         * NEWS:
8282         * configure.ac:
8283
8284         Update for 0.3.4
8285
8286         * shell/Makefile.am:
8287
8288         Add ev-application-service.xml to extra dist
8289
8290         * shell/ev-view.c: (find_page_at_location):
8291
8292         Remove unused function (fix warning)
8293
8294 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8295
8296         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8297         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8298         
8299         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8300         bug 313623.
8301
8302 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8303
8304         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8305         * shell/ev-window.c:
8306         Fix build warnings
8307
8308 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8309
8310         * configure.ac: Update script to get dbus version.
8311         Fix for the bug #313443.
8312
8313 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8314
8315         * shell/ev-window.c: (ev_window_cmd_escape):
8316         
8317         Return focus back to view on escape. Fix for bug 313295.
8318
8319 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8320
8321         * shell/ev-window.c: (update_window_title),
8322         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8323         (ev_window_cmd_save_as):
8324         
8325         Correct conversion from uri to displayable string. Fix for
8326         bug 313296.
8327
8328 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8329
8330         * ps/ps-document.c: convert filename to utf8 when there is an error
8331         loading document. Fixes #309915
8332
8333 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8334
8335         * configure.ac:
8336
8337         We depend on poppler 0.4.0
8338
8339 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8340
8341         * configure.ac:
8342         * NEWS: Release 0.3.3.
8343         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8344
8345 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8346
8347         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8348         add a couple missing mnemonics to menu items, use title 
8349         capitalization for menu items and window titles, and add 
8350         ellipsis to open menu item.     
8351
8352 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8353
8354         * pdf/ev-poppler.cc:
8355         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8356         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8357         (ev_view_get_rotation):
8358         * shell/ev-view.h:
8359         * shell/ev-window.c: (setup_view_from_metadata),
8360         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8361         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8362         disk.
8363
8364 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8365
8366         * configure.ac: Added tr to ALL_LINGUAS
8367
8368 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8369
8370         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8371         requires several clicks to find word. Thanks to 
8372         Colin Slater <kiltedtaco@gmail.com>.
8373
8374 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8375
8376         * data/evince.desktop.in.in: Hide menu entry and
8377         rename it to "Document Viewer". Fix for bug 
8378         #312399.
8379
8380 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8381
8382         * shell/ev-page-action.c (ev_page_action_class_init): 
8383
8384         Point to the correct function in constructor of the
8385         activate_label signal
8386
8387 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8388
8389         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8390         * shell/ev-jobs.h: Make thread safe.
8391
8392 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8393
8394         * shell/ev-view.c: (view_update_range_and_current_page):
8395         Don't update page range if we are scrolling to some document
8396         point.
8397
8398 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8399
8400         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8401         when getting max_page_width, fix drawing in dual mode.
8402
8403 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8404
8405         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8406         getting the area for select_all.
8407
8408 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8409
8410         * backend/ev-selection.c: (ev_selection_render_selection):
8411         * backend/ev-selection.h:
8412         * pdf/ev-poppler.cc:
8413         * shell/ev-jobs.c: (ev_job_render_new):
8414         * shell/ev-jobs.h:
8415         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8416         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8417         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8418         (ev_view_class_init):
8419
8420         Change selection color on focus in and focus out events.  Also,
8421         poppler now uses GdkColor for specifying the selection colors, so
8422         drop some awkward conversion code.
8423
8424 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8425
8426         * configure.ac: Added Hebrew translation
8427
8428 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8429
8430         * NOTES:
8431         * backend/ev-selection.c: (ev_selection_render_selection):
8432         * backend/ev-selection.h:
8433         * pdf/ev-poppler.cc:
8434         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8435         (ev_job_render_run):
8436         * shell/ev-jobs.h:
8437         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8438         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8439         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8440         (ev_pixbuf_cache_style_changed),
8441         (ev_pixbuf_cache_get_selection_pixbuf),
8442         (ev_pixbuf_cache_set_selection_list),
8443         (ev_pixbuf_cache_get_selection_list):
8444         * shell/ev-pixbuf-cache.h:
8445         * shell/ev-utils.c: (ev_print_region_contents):
8446         * shell/ev-utils.h:
8447         * shell/ev-view.c: (ev_view_queue_draw_page),
8448         (selection_update_idle_cb), (ev_view_motion_notify_event),
8449         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8450         (setup_caches), (ev_view_find_next), (merge_selection_region),
8451         (selection_free):
8452         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8453
8454         Clean up selection to be much smoother!
8455
8456 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8457
8458         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8459         to poppler_page_render_selection().
8460
8461 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8462
8463         * ps/ps-document.c: (save_page_list): Use
8464         unzipped document when printing. Thanks to 
8465         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8466         311016.
8467
8468 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8469
8470         * shell/ev-window.c: (update_action_sensitivity):
8471         
8472         Disable print and save respect to lockdown gconf keys. Fix
8473         for 312342.
8474
8475 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8476
8477         * configure.ac:
8478         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8479         (write_to_temp_file), (ev_file_set_contents):
8480         * shell/ev-utils.h:
8481         * shell/ev-window.c: (save_print_config_to_file):
8482         
8483         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8484         Fix for bug 312238
8485
8486 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8487
8488         * shell/ev-window.c: (load_print_config_from_file),
8489         (save_print_config_to_file), (ev_window_print_range):
8490
8491         Persist the print settings. Fixes bug #311578.
8492
8493 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8494
8495         * djvu/djvu-document.c: (djvu_document_get_page_size),
8496         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8497         (djvu_document_thumbnails_get_thumbnail):
8498         * dvi/dvi-document.c: (dvi_document_get_page_size),
8499         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8500         (dvi_document_thumbnails_get_dimensions),
8501         (dvi_document_thumbnails_get_thumbnail):
8502         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8503         (pixbuf_document_render_pixbuf),
8504         (pixbuf_document_document_iface_init),
8505         (pixbuf_document_thumbnails_get_thumbnail):
8506         
8507         Update backends to make them build with new rotation system.
8508
8509 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8510
8511         * help/C/figures/evince_start_window.png:
8512         
8513         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8514
8515 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8516
8517         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8518         * shell/ev-pixbuf-cache.h:
8519         * shell/ev-sidebar-thumbnails.c:
8520         (ev_sidebar_thumbnails_get_property), (add_range),
8521         (adjustment_changed_cb):
8522         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8523         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8524         we were thumbnailing the entire docment on startup, slowing us
8525         down hugely. 
8526
8527 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8528
8529         * shell/ev-page-cache.c: (ev_page_cache_new):
8530         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8531         == 0, fixes #310306.
8532
8533 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8534
8535         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8536         (ev_view_rotate_left):
8537
8538         Account rotation in doc_rect_to_view_rect.
8539         Ensure rotation doesnt go out of bounds.
8540
8541 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8542
8543         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8544
8545         Correct and cleanup w/h swapping
8546
8547 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8548
8549         * backend/ev-document-thumbnails.c:
8550         (ev_document_thumbnails_get_thumbnail):
8551         * backend/ev-document-thumbnails.h:
8552         * backend/ev-document.c:
8553         * backend/ev-document.h:
8554         * backend/ev-render-context.c: (ev_render_context_new),
8555         (ev_render_context_set_rotation):
8556         * backend/ev-render-context.h:
8557         * pdf/ev-poppler.cc:
8558         * ps/ps-document.c: (ps_document_document_iface_init):
8559         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8560         * shell/ev-jobs.h:
8561         * shell/ev-page-cache.c: (build_height_to_page),
8562         (ev_page_cache_new), (ev_page_cache_get_size),
8563         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8564         (ev_page_cache_get_height_to_page):
8565         * shell/ev-page-cache.h:
8566         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8567         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8568         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8569         (ev_pixbuf_cache_get_selection_pixbuf):
8570         * shell/ev-pixbuf-cache.h:
8571         * shell/ev-print-job.c: (idle_print_handler):
8572         * shell/ev-sidebar-thumbnails.c: (add_range):
8573         * shell/ev-view.c: (view_update_range_and_current_page),
8574         (get_page_y_offset), (get_page_extents),
8575         (ev_view_size_request_continuous_dual_page),
8576         (ev_view_size_request_continuous),
8577         (ev_view_size_request_dual_page),
8578         (ev_view_size_request_single_page), (draw_one_page),
8579         (ev_view_set_rotation), (ev_view_rotate_right),
8580         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8581         (ev_view_zoom_for_size_continuous_and_dual_page),
8582         (ev_view_zoom_for_size_continuous),
8583         (ev_view_zoom_for_size_dual_page),
8584         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8585         (ev_view_select_all):
8586         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8587         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8588         (tiff_document_document_iface_init),
8589         (tiff_document_thumbnails_get_thumbnail):
8590
8591         Use rotation rather than orientation. It's easier and enough
8592         for our needs.
8593
8594 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8595
8596         * shell/ev-page-cache.c: (build_height_to_page),
8597         (ev_page_cache_new), (ev_page_cache_get_size),
8598         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8599         (ev_page_cache_get_height_to_page):
8600         * shell/ev-page-cache.h:
8601         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8602         (ev_view_size_request_continuous_dual_page),
8603         (ev_view_size_request_continuous),
8604         (ev_view_zoom_for_size_continuous_and_dual_page),
8605         (ev_view_zoom_for_size_continuous):
8606
8607         Make the page cache aware of page orientation.
8608
8609 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8610
8611         * backend/ev-document-thumbnails.c:
8612         (ev_document_thumbnails_get_thumbnail):
8613         * backend/ev-document-thumbnails.h:
8614         * backend/ev-document.c:
8615         * backend/ev-document.h:
8616         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8617         * backend/ev-ps-exporter.h:
8618         * pdf/ev-poppler.cc:
8619         * ps/ps-document.c: (ps_document_document_iface_init),
8620         (ps_document_ps_export_do_page):
8621         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8622         * shell/ev-jobs.h:
8623         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8624         (ev_page_cache_get):
8625         * shell/ev-page-cache.h:
8626         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8627         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8628         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8629         * shell/ev-pixbuf-cache.h:
8630         * shell/ev-print-job.c: (idle_print_handler):
8631         * shell/ev-sidebar-thumbnails.c: (add_range):
8632         * shell/ev-view.c: (view_update_range_and_current_page),
8633         (get_page_extents), (ev_view_size_request_dual_page),
8634         (ev_view_size_request_single_page), (draw_one_page),
8635         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8636         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8637         (ev_view_zoom_for_size_dual_page),
8638         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8639         (ev_view_select_all):
8640         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8641         * tiff/tiff-document.c: (tiff_document_get_page_size),
8642         (tiff_document_get_orientation), (rotate_pixbuf),
8643         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8644         (tiff_document_thumbnails_get_thumbnail),
8645         (tiff_document_ps_export_do_page), (tiff_document_init):
8646
8647         Really make use of the orientation bit of the render context.
8648         Use the render context in a few more places in the backend API.
8649         This regress orientation, but now it's done right. Will try to
8650         fix it up asap...
8651
8652 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8653
8654         * shell/ev-view.c: (ensure_rectangle_is_visible):
8655
8656         Patch by Nickolay V. Shmyrev to fix find flickering
8657
8658 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8659
8660         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8661         duplex parameters to ::begin.
8662
8663         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8664         * shell/ev-print-job.c (idle_print_handler): 
8665         * ps/ps-document.c (ps_document_ps_export_begin): 
8666         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8667         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8668         implementations. Poppler backend needs poppler cvs. Rest has
8669         unchanged behavior.
8670
8671 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8672
8673         * shell/ev-window.c (using_pdf_printer): new function.
8674         (ev_window_print_range): print a less techy message if someone
8675         tries to print to PDF.
8676
8677 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8678
8679         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8680         from "unknown font" string. Bug #311431
8681
8682 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8683
8684         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8685
8686 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8687
8688         Bug #311280
8689         
8690         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8691         name for PopplerFontTypes
8692         (pdf_document_fonts_fill_model): add font type to the detail column
8693
8694         * backend/ev-document-fonts.h: added
8695         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8696
8697         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8698         font name and font details, add a little markup.
8699         (ev_properties_fonts_init): use the new cell data func, specify ypad
8700         property for the cell renderer.
8701         (ev_properties_fonts_set_document): add the details column.
8702
8703 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8704
8705         * configure.ac: Added "pl" to ALL_LINGUAS.
8706
8707 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8708
8709         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8710
8711 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8712
8713         * help/ChangeLog: Started this for translations of manual.
8714         * configure.ac, autogen.sh, .cvsignore: Migrated to
8715         gnome-doc-utils. Patch in bug #311222.
8716
8717 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8718
8719         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8720         #ifdef this away to fix an unused-function warning.
8721
8722 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8723
8724         * configure.ac: Added 'gl' to ALL_LINGUAS.
8725
8726 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8727
8728         * configure.ac: Added ne in ALL_LINGUAS
8729         
8730 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8731
8732         * shell/ev-view.c: (ev_view_leave_notify_event):
8733         
8734         Clear status message when pointer leaves view. Fix for bug
8735         #310818 
8736
8737 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8738
8739         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8740
8741 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8742
8743         * shell/ev-view.c: (ev_view_leave_notify_event),
8744         (ev_view_class_init):
8745         
8746         Set cursor to normal then leaving view.
8747
8748 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8749
8750         * configure.ac:
8751         
8752         Fix required djvulibre version.
8753
8754 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8755
8756         *configure.ac: Hindi (hi) language added
8757
8758 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8759
8760         *configure.ac: Punjabi (pa) Language added
8761
8762 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8763
8764         * data/evince-ui.xml, shell/ev-window.c:
8765         
8766         Add keypad accelerators for zooming. Fix for bug 308128.
8767
8768 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * Makefile.am:
8771         * backend/Makefile.am:
8772         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8773         * configure.ac:
8774         * shell/ev-document-types.c: (ev_document_types_add_filters):
8775
8776         Allow to enable/disable the pixbuf backend.
8777         Default to off for now. If we want it enabled we should
8778         really put mime types in the desktop, implement properties etc.
8779
8780         * properties/evince-properties.c:
8781
8782         Initialize error to NULL.
8783         Check error is not NULL before freeing.
8784
8785 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8786
8787         * shell/ev-window.c:
8788
8789         Use F5 as presentation accell
8790
8791 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8792
8793         * shell/ev-window.c: (update_chrome_visibility),
8794         (ev_window_create_fullscreen_popup), (ev_window_init):
8795
8796         Do not leak the fullscreen toolbar
8797
8798 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8799
8800         * shell/ev-window.c: (view_actions_focus_in_cb),
8801         (view_actions_focus_out_cb):
8802
8803         These has a return value! Fix totally random focus
8804         issues we was seeing.
8805
8806 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8807
8808         * shell/main.c: (load_files_remote):
8809
8810         Allow open more than one file
8811
8812 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8813
8814         * shell/main.c: (load_files_remote):
8815
8816         Fix for dbus 0.33. bug #309975
8817
8818 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8819
8820         * properties/ev-properties-main.c: (ev_properties_get_pages):
8821
8822         Actually return NULL for types we dont support
8823
8824 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8825
8826         * po/POTFILES.in:
8827
8828         Remove empty lines.
8829
8830 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8831
8832         * backend/ev-document-factory.c:
8833         (ev_document_factory_get_document):
8834
8835         Do not try to create the object if type
8836         is invalid.
8837
8838 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8839
8840         * ps/ps-document.c: (ps_document_dispose),
8841         (ps_async_renderer_render_pixbuf):
8842         * ps/ps-document.h:
8843
8844         Do not leak the target window
8845
8846 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8847
8848         * shell/ev-application.c: (ev_application_init):
8849
8850         Let tbe check file existence for us.
8851         Add a comment about eggrecent mime filter.
8852
8853 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8854
8855         * data/evince-ui.xml:
8856         * shell/ev-application.c: (ev_application_shutdown),
8857         (ev_application_init), (ev_application_get_toolbars_model),
8858         (ev_application_get_recent_model),
8859         (ev_application_save_toolbars_model):
8860         * shell/ev-application.h:
8861         * shell/ev-window.c: (ev_window_add_recent),
8862         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8863         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8864         (ev_window_init):
8865
8866         Use common toolbar and recent models for all windows.
8867         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8868
8869 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8870
8871         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8872         successfully check for gtk_icon_view_get_visible_range.
8873
8874 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8875
8876         * djvu/Makefile.am:
8877         * dvi/Makefile.am:
8878         
8879         Fix djvu and dvi backend build.
8880
8881 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8882
8883         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8884         (new_separator_pixbuf):
8885
8886         Don't leak windows.
8887
8888 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8889
8890         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8891
8892         HIGification of toolbar editor dialogue.
8893
8894 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8895
8896         * configure.ac:
8897         * shell/Makefile.am:
8898
8899         Ever build metadata manager since it's just
8900         disabled at runtime now.
8901
8902 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8903
8904         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8905         (ev_metadata_manager_get), (ev_metadata_manager_set):
8906         * shell/ev-metadata-manager.h:
8907
8908         Add an _init functions that enabled metadata management
8909         at runtime.
8910
8911         * shell/ev-window.c: (page_changed_cb),
8912         (setup_document_from_metadata), (ev_window_setup_document),
8913         (setup_view_from_metadata), (ev_window_open_uri),
8914         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8915         (ev_window_run_presentation), (ev_window_stop_presentation),
8916         (save_sizing_mode), (ev_window_zoom_changed_cb),
8917         (ev_window_continuous_changed_cb),
8918         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8919         (window_configure_event_cb):
8920
8921         Remove all ugly metadata define since we deal with it
8922         at runtime now.
8923
8924         * shell/main.c: (load_files_remote), (main):
8925
8926         Add support for dbus cvs head. Hopefully didnt break one
8927         of the other versions now!
8928
8929         If we dont get a response from the dbus server just
8930         give up with it and not enable metadata.
8931
8932 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8933
8934         * Makefile.am:
8935         * backend/Makefile.am:
8936         * configure.ac:
8937         * cut-n-paste/recent-files/Makefile.am:
8938         * cut-n-paste/toolbar-editor/Makefile.am:
8939         * cut-n-paste/zoom-control/Makefile.am:
8940         * lib/Makefile.am:
8941         * pdf/Makefile.am:
8942         * pixbuf/Makefile.am:
8943         * properties/Makefile.am:
8944         * ps/Makefile.am:
8945         * shell/Makefile.am:
8946         * thumbnailer/Makefile.am:
8947         * tiff/Makefile.am:
8948
8949         Make frontends depend on just libev.
8950         Rework and group CFLAGS/LIBS definitions.
8951         Cleanups.
8952
8953 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8954
8955         * shell/ev-window:
8956
8957         do not unnecessarily save zoom
8958
8959         * configure.ac:
8960         * lib/ev-file-helpers.c: (ev_dot_dir):
8961         * shell/Makefile.am:
8962         * shell/dummy.cc:
8963
8964         Some cleanups
8965
8966 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8967
8968         * configure.ac:
8969         
8970         Remove unnecessary dependencies
8971
8972 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8973
8974         * properties/Makefile.am:
8975         * thumbnailer/Makefile.am:
8976         * tiff/Makefile.am:
8977
8978         Some more cleanups. Was really necessary
8979         but I probably introduced bugs, feel free
8980         to flame :)
8981
8982 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8983
8984         * backend/Makefile.am:
8985         * configure.ac:
8986         * cut-n-paste/recent-files/Makefile.am:
8987         * cut-n-paste/toolbar-editor/Makefile.am:
8988         * cut-n-paste/zoom-control/Makefile.am:
8989         * lib/Makefile.am:
8990         * pdf/Makefile.am:
8991         * pixbuf/Makefile.am:
8992         * properties/Makefile.am:
8993         * ps/Makefile.am:
8994         * shell/Makefile.am:
8995         * thumbnailer/Makefile.am:
8996         * tiff/Makefile.am:
8997
8998         Use gnome-common macros when possible.
8999         Cleanup dependencies.
9000         Actually disable deprecated where possible.
9001
9002 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9003
9004         * Makefile.am:
9005         * backend/Makefile.am:
9006         * properties/Makefile.am:
9007         * shell/Makefile.am:
9008         * thumbnailer/Makefile.am:
9009
9010         This should solve the circular dep without
9011         requiring dir reorg!
9012
9013         * shell/ev-window.c: (setup_view_from_metadata):
9014
9015         Never restore window size/position when the
9016         window is already visible.
9017
9018 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9019
9020         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9021
9022         Return a boolean from timeout func. Fix ported from gedit.
9023
9024 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9025
9026         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9027
9028 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9029
9030         * shell/ev-document-types.c: set "All Documents" as default filter in
9031         open dialog
9032
9033 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9034
9035         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9036         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9037         (ev_metadata_manager_set_boolean): fix value/val thinko.
9038
9039 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9040
9041         * shell/ev-window.c: (setup_view_from_metadata),
9042         (window_state_event_cb), (window_configure_event_cb),
9043         (ev_window_init):
9044
9045         Remember window position and maximized state
9046
9047 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9048
9049         * configure.ac:
9050
9051         Fix DBUS configure checks.
9052
9053         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9054         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9055         (ev_metadata_manager_set_boolean):
9056
9057         Plug mem leaks.
9058
9059         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9060         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9061         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9062         (ev_window_continuous_changed_cb),
9063         (ev_window_dual_mode_changed_cb), (ev_window_new):
9064
9065         Fix the build without DBUS.
9066
9067 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9068
9069         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9070         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9071         (ev_metadata_manager_set_string),
9072         (ev_metadata_manager_set_boolean):
9073         * shell/ev-metadata-manager.h:
9074
9075         Add support for some more types
9076
9077         * shell/ev-view.c: (scroll_to_current_page),
9078         (ev_view_get_continuous), (ev_view_set_continuous),
9079         (ev_view_get_dual_page):
9080         * shell/ev-view.h:
9081         * shell/ev-window.c: (page_changed_cb),
9082         (setup_document_from_metadata), (ev_window_setup_document),
9083         (setup_view_from_metadata), (ev_window_open_uri),
9084         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9085         (ev_window_run_presentation), (ev_window_stop_presentation),
9086         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9087         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9088         (ev_window_update_dual_page_action),
9089         (ev_window_continuous_changed_cb),
9090         (ev_window_dual_mode_changed_cb), (ev_window_init):
9091
9092         Remember a bunch of view/document properties. Prolly some
9093         are still missing but it's getting interesting.
9094
9095 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9096
9097         * configure.ac: check if dbus-binding-tool is installed. Not the
9098         case on current Ubuntu breezy, it seems.
9099
9100 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9101
9102         * data/evince.desktop.in.in:
9103         
9104         Allow open uri lists and add TryExec field.
9105
9106 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9107
9108         * configure.ac:
9109
9110         Enable dbus when available, do not require a configure
9111         option.
9112
9113 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9114
9115         * configure.ac:
9116
9117         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9118         disabled.
9119
9120 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9121         Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9124         
9125         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9126         functions to the format required by dbus
9127
9128         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9129         errors. Use the RPC parameters in the expected way
9130
9131 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9132
9133         * Makefile.am:
9134         * properties/Makefile.am:
9135         * properties/ev-properties-main.c: (ev_properties_get_pages):
9136
9137         Support all mime types
9138
9139         * shell/Makefile.am:
9140         * thumbnailer/Makefile.am:
9141         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9142         (evince_thumbnail_pngenc_get):
9143
9144         Use the document factory
9145
9146 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9147
9148         * backend/Makefile.am:
9149         * backend/ev-document-factory.c:
9150         (mime_type_supported_by_gdk_pixbuf),
9151         (ev_document_type_get_from_mime),
9152         (ev_document_factory_get_document),
9153         (ev_document_factory_get_backend),
9154         (ev_document_factory_get_mime_types),
9155         (ev_document_factory_get_all_mime_types):
9156         * backend/ev-document-factory.h:
9157         * shell/Makefile.am:
9158         * shell/ev-document-types.c: (get_document_from_uri),
9159         (ev_document_types_get_document),
9160         (file_filter_add_mime_list_and_free),
9161         (ev_document_types_add_filters):
9162         * shell/ev-document-types.h:
9163         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9164         * shell/ev-properties-dialog.c:
9165         (ev_properties_dialog_set_document):
9166         * shell/ev-window.c: (ev_window_cmd_file_open),
9167         (ev_window_cmd_save_as):
9168         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9169
9170         Rework document types managing to avoid code duplication
9171         and actually abstract from backend implementations.
9172         Also provide a minimal factory api that can be used by
9173         thumbnailer/properties.
9174
9175 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9176
9177         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9178         Plug a mem leak.
9179         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9180         HIG spacings.
9181
9182 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9183
9184         * shell/ev-properties-dialog.c
9185         (ev_properties_dialog_set_document): only call
9186         ev_properties_fonts_set_document() if the document implements the
9187         fonts interface
9188
9189 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9190
9191         * configure.ac:
9192         * properties/Makefile.am:
9193         * properties/ev-properties-view.c:
9194         (ev_properties_view_register_type):
9195         * properties/ev-properties-view.h:
9196         * properties/ev-properties-main.h:
9197
9198         Implement nautilus plugin for properties.
9199         Works only for pdf atm, I need to rework the
9200         document types stuff to get this to work
9201         for all backends...
9202
9203 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9204
9205         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9206         (ev_properties_fonts_set_document): use
9207         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9208
9209 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9210
9211         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9212         them
9213         (PlaceImage, tiff2ps_process_page): use
9214         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9215
9216
9217 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9218
9219         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9220         (main): to call gnome_authentication_manager_init. Should fix
9221         Bug #308510
9222
9223         * configure.ac: that requires libgnomeui 2.6.0.
9224
9225 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9226
9227         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9228         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9229         use the new tiff2ps interfaces
9230
9231         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9232         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9233
9234         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9235         structure instead of global variables.  Remove use of static
9236         variables in functions.
9237
9238 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9239
9240         * shell/ev-page-action.c: unref the completion after setting it to the
9241         entry
9242
9243 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9244
9245         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9246         postscript files
9247
9248 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9249
9250         * shell/ev-window.c (update_action_sensitivity): disable
9251         File->Print if the document does not implement the ps exporter
9252         interface
9253
9254 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9255
9256         * Makefile.am:
9257         * configure.ac:
9258         * data/evince-properties.glade:
9259         * properties/.cvsignore:
9260         * properties/Makefile.am:
9261         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9262         (ev_properties_view_class_init), (ev_properties_view_format_date),
9263         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9264         (ev_properties_view_init), (ev_properties_view_new):
9265         * properties/ev-properties-view.h:
9266         * shell/Makefile.am:
9267         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9268         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9269         (ev_properties_dialog_new):
9270         * shell/ev-properties-dialog.h:
9271         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9272         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9273         (update_progress_label), (job_fonts_finished_cb),
9274         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9275         * shell/ev-properties-fonts.h:
9276         * shell/ev-properties.c:
9277         * shell/ev-properties.h:
9278         * shell/ev-window.c: (ev_window_setup_document),
9279         (ev_window_cmd_file_properties):
9280
9281         Split the properties pages in two different objects, depend
9282         only on the backend where possible, use widgets instead
9283         of gobject for the glade part, reimplement the dialog
9284         itself with gtk.
9285         I need this to implement nautilus properties page.
9286
9287 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9288
9289         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9290         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9291         (tiff_document_document_ps_exporter_iface_init): implement the ps
9292         exporter interface for tiff documents
9293
9294         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9295         libtiff to implement TIFF postscript export
9296
9297         * tiff/tiff2ps.h: added a header file for external tiff2ps
9298         functions.
9299
9300         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9301         tiff2ps.h
9302
9303 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9304
9305         * shell/ev-view.c: (scroll_to_current_page),
9306         (ev_view_set_fullscreen), (ev_view_set_presentation):
9307         
9308         Scroll to current page when exit from presentation
9309
9310 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9311
9312         * shell/ev-window.c: (update_document_mode),
9313         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9314         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9315         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9316         
9317         Exit from fullscreen mode when switch to presentation. Fix for
9318         bug 309365
9319
9320 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9321
9322         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9323         return NULL if the document does not implement the selection
9324         interface.
9325
9326 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9327
9328         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9329         reported height by using the resolution aspect ratio
9330         (tiff_document_render_pixbuf): scale the pixbuf using the
9331         resolution aspect ratio
9332
9333 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9334
9335         * configure.ac:
9336         
9337         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9338         <kiltedaco@gmail.com>
9339         
9340         * djvu/djvu-document.c: (djvu_document_get_orientation),
9341         (djvu_document_set_orientation), (djvu_document_get_page_size),
9342         (rotate_pixbuf), (djvu_document_render_pixbuf),
9343         (djvu_document_document_iface_init):
9344         * dvi/dvi-document.c: (dvi_document_get_orientation),
9345         (dvi_document_set_orientation), (dvi_document_get_page_size),
9346         (rotate_pixbuf), (dvi_document_render_pixbuf),
9347         (dvi_document_document_iface_init):
9348         
9349         Dvi and djvu backends are ported to new API
9350
9351 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9352
9353         * backend/ev-selection.c: (ev_selection_get_selection_region),
9354         (ev_selection_get_selection_map):
9355         * backend/ev-selection.h:
9356         * pdf/ev-poppler.cc:
9357         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9358         * shell/ev-jobs.h:
9359         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9360         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9361         (ev_pixbuf_cache_get_text_mapping):
9362         * shell/ev-pixbuf-cache.h:
9363         * shell/ev-view.c: (location_in_text),
9364         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9365         support to EvView.  Now we can see where we can select!  Sweet!
9366
9367 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9368
9369         * shell/ev-view.c (ev_view_button_press_event): Fix
9370         event->y + view->scroll_x typo.
9371
9372 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9373
9374         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9375         sub-GdkPixbuf instead of passing dest_x and dest_y.
9376         
9377         * shell/ev-view.c: (view_point_to_doc_point),
9378         (view_rect_to_doc_rect), (ev_view_button_press_event),
9379         (ev_view_motion_notify_event), (compute_new_selection_rect),
9380         (gdk_rectangle_point_in), (compute_new_selection_text),
9381         (compute_selections): Update selection code to keep the selection
9382         around as two points and not as a normalized rectangle, and fix
9383         page level selection in two-column mode.
9384
9385 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9386
9387         * shell/ev-window.c: (window_configure_event_cb): 
9388         
9389         Fix compilation
9390         
9391 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9392
9393         * pdf/ev-poppler.cc:
9394
9395         Fix compilation
9396
9397 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9398
9399         * shell/Makefile.am:
9400         * shell/ev-metadata-manager.c: (item_free),
9401         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9402         (parse_value), (parseItem), (load_values),
9403         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9404         (save_values), (save_item), (get_oldest), (resize_items),
9405         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9406         * shell/ev-metadata-manager.h:
9407
9408         Metadata manager from gedit but modified to use GValue, so that
9409         we dont need to keep converting from strings.
9410
9411         * configure.ac:
9412
9413         ENABLE_METADATA conditional, on when dbus is on
9414
9415         * shell/ev-application.c: (ev_application_open_uri):
9416
9417         Show the window after load so that we can initialize
9418         window size before it's showed.
9419
9420         * shell/ev-window.c: (ev_window_setup_from_metadata),
9421         (ev_window_open_uri), (window_configure_event_cb),
9422         (ev_window_init):
9423
9424         Save and load metadata information about window size.
9425         Not yet keeping states in account.
9426
9427         * shell/main.c: (main):
9428
9429         Shutdown metadata manager.
9430
9431 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9432
9433         * shell/ev-application-service.xml:
9434         * configure.ac:
9435         * shell/Makefile.am:
9436         * shell/ev-application.c:
9437         * shell/ev-application.h:
9438         * shell/ev-window.c:
9439         * shell/ev-window.h:
9440         * shell/main.c:
9441
9442         Add an optional dbus interface (--enable-dbus).
9443         Rework application code, mainly to be easier to
9444         use "remotely".
9445         Do not open multiple windows with the same document,
9446         spatial evince!
9447
9448 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9449
9450         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9451         pixbuf iff it exists.
9452
9453 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9454
9455         * shell/*:
9456         * backend/ev-render-context.[ch]:
9457         * backend/ev-selection.[ch]:
9458
9459         Massive changes.  We now support text selection of pdfs, and not
9460         just rectangular selection.  This is pretty broken still, but I
9461         want to get something into CVS.
9462
9463 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9464
9465         * pdf/ev-poppler.cc:
9466         
9467         Fix for Bug 309080: crash on window close.
9468         
9469         * shell/ev-page-action.c: (page_changed_cb):
9470         
9471         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9472         jensgr@gmx.net (Jens Granseuer).
9473
9474 2005-06-25  Marcel Telka  <marcel@telka.sk>
9475
9476         * configure.in (ALL_LINGUAS): Added sk.
9477
9478 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9479
9480         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9481         not a document open
9482
9483 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9484
9485         * NEWS:
9486         * configure.ac:
9487
9488         Release 0.3.2
9489
9490         * cut-n-paste/recent-files/Makefile.am:
9491
9492         Fix make distcheck
9493
9494 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9495
9496         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9497         (pixbuf_document_set_orientation), (rotate_pixbuf),
9498         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9499         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9500
9501         Implement rotation and cleanup the code a bit.
9502
9503         * tiff/tiff-document.c: (tiff_document_get_page_size),
9504         (tiff_document_get_orientation), (tiff_document_set_orientation),
9505         (rotate_pixbuf), (tiff_document_render_pixbuf),
9506         (tiff_document_document_iface_init), (tiff_document_init):
9507
9508         Implement rotation. Was the quicker solution for the release
9509         but we really need to share this code in the shell.
9510
9511 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9512
9513         * pdf/ev-poppler.cc:
9514
9515         Enable rotation, require poppler cvs. Fix a leak.
9516
9517 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9518
9519         * shell/ev-window.c: (update_action_sensitivity):
9520         
9521         Make properties unsensitive if document backend doesn't provide
9522         any info
9523
9524 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9525
9526         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9527         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9528         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9529         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9530         (bitmap_flip_rotate_counter_clockwise):
9531         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9532         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9533         (buff_gets):
9534         * dvi/mdvi-lib/common.h:
9535         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9536         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9537         (opendvi), (mdvi_reload), (mdvi_init_context),
9538         (mdvi_destroy_context), (mdvi_dopage), (special):
9539         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9540         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9541         (file_hash_free), (register_encoding), (parse_spec),
9542         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9543         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9544         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9545         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9546         (mdvi_register_font_type), (mdvi_unregister_font_type),
9547         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9548         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9549         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9550         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9551         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9552         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9553         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9554         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9555         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9556         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9557         (mdvi_unregister_special), (mdvi_flush_specials):
9558         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9559         (t1_font_remove):
9560         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9561         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9562         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9563         (free_font_metrics), (flush_font_metrics):
9564         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9565         (tt_font_remove):
9566         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9567         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9568         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9569         (dstring_insert), (dstring_new), (dstring_reset):
9570         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9571         
9572         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9573         avoid conflict with libtool on FC4
9574         
9575         * shell/ev-window.c: (ev_window_cmd_help_about):
9576         
9577         Update copyright year. Fix for bug 308828.
9578
9579 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9580
9581         * shell/ev-view.c: (add_scroll_binding_keypad),
9582         (ev_view_binding_activated), (ev_view_class_init),
9583         (on_adjustment_value_changed):
9584         
9585         Bug 170874: Arrow keys switch pages in presentation mode
9586
9587 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9588
9589         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9590         
9591         Fix for Bug 308265: Sidebar dissappears coming out of 
9592         Presentation mode
9593
9594 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9595
9596         * shell/ev-application.c: (ev_application_open):
9597         * shell/ev-document-types.c: (ev_document_types_add_filters),
9598         (ev_document_types_add_filters_for_type):
9599         * shell/ev-document-types.h:
9600         * shell/ev-window.c: (ev_window_cmd_save_as):
9601         
9602         Suggest basename as template when saving, provide filters
9603         for save dialog. It's bug 308402
9604
9605 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9606
9607         * pdf/ev-poppler.cc:
9608         * shell/ev-sidebar-links.c: (job_finished_callback):
9609         * shell/ev-view.c: (update_find_status_message):
9610         
9611         Some leaks fixed
9612
9613 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9614
9615         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9616         (egg_recent_view_uimanager_set_list):
9617
9618         Fix buglet in !show_numbers case.
9619
9620 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9621
9622         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9623         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9624
9625         Use pango ellipsisation.
9626
9627         * pdf/ev-poppler.cc:
9628
9629         Fix refcount leak, from nsh.
9630
9631 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9632
9633         * cut-n-paste/recent-files/Makefile.am:
9634         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9635         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9636         
9637         Removed EggRecentViewGtk
9638         
9639         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9640         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9641         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9642         (ev_window_setup_recent):
9643         
9644         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9645         with other projects
9646
9647 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9648
9649         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9650         (egg_recent_view_gtk_finalize):
9651
9652         Fix memory leak
9653
9654         * cut-n-paste/toolbar-editor/Makefile.am:
9655         
9656         Fix location of cursor icon.
9657         
9658         * pdf/ev-poppler.cc:
9659         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9660         (display_completion_text), (match_completion):
9661         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9662         (selection_changed_callback), (create_loading_model),
9663         (print_section_cb), (links_page_num_func),
9664         (update_page_callback_foreach):
9665         * shell/ev-window.c: (ev_window_dispose):
9666         
9667         Small memory fixes. Links model now store objects instead
9668         of pointers to improve memory management. 
9669
9670 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9671
9672         * shell/ev-window.c: (zoom_control_changed_cb):
9673         
9674         Fix update of zoom control (bug 308268).
9675
9676 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9677
9678         * shell/ev-properties.c (set_property): escape the text correctly.
9679         Handles non-UTF-8 properties and escaped properties.  Also, sets
9680         the text to "<i>None</i>" if the property isn't set.
9681
9682         * data/evince-properties.glade: Change the label to be ellipsized,
9683         and give it a minimum size.
9684
9685 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9686
9687         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9688         * shell/ev-sidebar-links.c: (create_loading_model):
9689         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9690         * shell/ev-view.c: (ev_view_set_document):
9691         * shell/ev-window.c: (ev_window_dispose):
9692         
9693         Various small fixes, mostly memory leaks. Thanks to valgrind.
9694
9695 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9696
9697         * ps/ps-document.c: remove the locale.h include again ;-). And
9698         kill the (bogus) setlocale/savelocale business.
9699
9700 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9701
9702         * ps/ps-document.c:
9703         
9704         Include locale.h to fix build
9705         
9706         * shell/ev-sidebar.c:
9707         
9708         Remove unnecessary includes
9709
9710 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9711
9712         * dvi/dvi-document.c: (dvi_document_load):
9713         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9714         * po/POTFILES.in:
9715         
9716         Check for incorrect dvi files. Fix parsing dvi on AMD64
9717         platform. Thanks to tester@tester.ca (Olivier Crete).
9718
9719 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9720
9721         * shell/ev-page-action.c: (match_selected_cb),
9722         (display_completion_text), (match_completion), (update_model):
9723         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9724         (expand_open_links):
9725         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9726         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9727         (ev_sidebar_set_document):
9728         * shell/ev-window.c: (ev_window_xfer_job_cb),
9729         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9730         
9731         Fixed lot's of memory leaks, for example, memory leak on reload, 
9732         described in bug 307793.
9733
9734 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9735
9736         * pdf/ev-poppler.cc:
9737         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9738         (update_visible_range), (adjustment_changed_cb),
9739         (ev_sidebar_thumbnails_fill_model),
9740         (ev_sidebar_thumbnails_refresh),
9741         (ev_sidebar_tree_selection_changed),
9742         (ev_sidebar_icon_selection_changed),
9743         (ev_sidebar_thumbnails_use_icon_view),
9744         (ev_sidebar_thumbnails_set_document):
9745         * shell/ev-sidebar-thumbnails.h:
9746         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9747         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9748
9749         Refresh thumbnails when changing orientation. Not fully
9750         working yet becuase of a sidebar bug.
9751
9752         Set page orientation to poppler page everywhere. This sucks
9753         really need to fix poppler.
9754
9755 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9756
9757         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9758         (egg_recent_view_gtk_new_menu_item),
9759         (egg_recent_view_gtk_set_property),
9760         (egg_recent_view_gtk_get_property),
9761         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9762         (egg_recent_view_gtk_set_tooltip_func),
9763         (egg_recent_view_gtk_set_label_width),
9764         (egg_recent_view_gtk_get_label_width):
9765         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9766
9767         Sync with libegg (ellipsize labels)
9768
9769 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9770
9771         * data/evince-ui.xml:
9772         * shell/ev-window.c: (ev_window_cmd_go_forward),
9773         (ev_window_cmd_go_backward):
9774         
9775         Shift + PageUp moves 10 Pages. Fix for 306125
9776
9777 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9778
9779         * pdf/ev-poppler.cc:
9780
9781         Add a flag to check if orientation has been overriden
9782
9783 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9784
9785         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9786         field if necessary.
9787
9788         * ps/ps.h: add creator field to document.
9789
9790         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9791         set creator field.
9792
9793 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9794
9795         * data/evince-properties.glade:
9796         * shell/ev-properties.c: (ev_properties_set_document):
9797
9798         s/PDF Version/Format
9799
9800 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9801
9802         * shell/ev-properties.c: (ev_properties_set_document):
9803
9804         Remove unnecessary translations
9805
9806 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9807
9808         * cut-n-paste/toolbar-editor/Makefile.am:
9809
9810         Correct library name    
9811
9812 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9813
9814         * configure.ac:
9815         * cut-n-paste/recent-files/egg-recent-model.c:
9816         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9817         (egg_recent_model_unlock_file):
9818         * cut-n-paste/recent-files/egg-recent-util.c:
9819         (egg_recent_util_get_unique_id):
9820         * cut-n-paste/recent-files/update-from-egg.sh:
9821         * cut-n-paste/toolbar-editor/Makefile.am:
9822         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9823         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9824         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9825         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9826         (egg_toolbars_model_get_type):
9827         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9828
9829         Better makefile for toolbar editor and update everything
9830         to latest libegg.
9831
9832 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9833
9834         * shell/ev-window.c: (update_document_mode):
9835
9836         Prefer presentation mode when the document
9837         require fullscreen.
9838
9839 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9840
9841         * data/evince-ui.xml:
9842         * shell/ev-window.c:
9843
9844         Add control-equal for zooming
9845
9846 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9847
9848         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9849
9850 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9851
9852         * backend/ev-document.c: (ev_document_get_orientation):
9853         * backend/ev-document.h:
9854         * pdf/ev-poppler.cc:
9855         * ps/ps-document.c: (ps_document_get_orientation),
9856         (ps_document_set_orientation), (ps_document_document_iface_init):
9857
9858         Add a get_orientation api. Improve set_orientation.
9859
9860         * data/evince-ui.xml:
9861         * shell/ev-view.c: (ev_view_set_orientation),
9862         (ev_view_rotate_right), (ev_view_rotate_left):
9863         * shell/ev-view.h:
9864         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9865         (ev_window_cmd_edit_rotate_right):
9866
9867         Better ui for changing document orientation
9868
9869 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9870
9871         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9872         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9873         * shell/ev-sidebar-links.h:
9874         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9875         (ev_sidebar_page_iface_init):
9876         * shell/ev-sidebar-page.h:
9877         * shell/ev-sidebar-thumbnails.c:
9878         (ev_sidebar_thumbnails_get_property),
9879         (ev_sidebar_thumbnails_class_init),
9880         (ev_sidebar_thumbnails_set_document):
9881         * shell/ev-sidebar-thumbnails.h:
9882         * shell/ev-view.c: (ev_view_motion_notify_event):
9883         * shell/ev-window.c: (update_chrome_visibility),
9884         (ev_window_cmd_focus_page_selector),
9885         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9886         (sidebar_page_main_widget_update_cb), (ev_window_init):
9887         
9888         Autoraise toolbar on GoToPage binding and fix bindings in
9889         EvSidebarThumbnails page.
9890
9891 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9892
9893         * shell/ev-properties.c: (update_progress_label):
9894
9895         Hide the progress label when finished; bug #307697.
9896
9897 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9898
9899         * pdf/ev-poppler.cc:
9900
9901         Enable is_open for links, you will need poppler cvs
9902
9903         * shell/ev-properties.c: (job_fonts_finished_cb):
9904
9905         Get a lock on the document when filling the tree view
9906
9907 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9908
9909         * backend/ev-document-links.h:
9910         * pdf/ev-poppler.cc:
9911         * shell/ev-sidebar-links.c: (create_loading_model),
9912         (expand_open_links), (job_finished_callback):
9913
9914         Expand links when specified by the document.
9915         Depend on a poppler api (defined out for now)
9916
9917 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9918
9919         * shell/ev-properties.c: (ev_properties_dispose),
9920         (ev_properties_class_init), (dialog_destroy_cb),
9921         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9922         (ev_properties_set_document), (ev_properties_new),
9923         (ev_properties_show):
9924         * shell/ev-properties.h:
9925
9926         Make it an object, cleanup the code, api to show it as transient
9927         and to set the document.
9928
9929         * shell/ev-window.c: (ev_window_setup_document),
9930         (ev_window_cmd_file_properties):
9931
9932         Adapt to EvProperties changes, do not show multiple
9933         times, update it when document changes.
9934
9935 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9936
9937         * ps/gstypes.h:
9938         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9939         (ps_document_set_orientation), (ps_document_document_iface_init):
9940         * ps/ps-document.h:
9941
9942         Implement orientation here too
9943
9944         * shell/ev-properties.c: (ev_properties_new):
9945         * data/evince-properties.glade:
9946
9947         Hide the fonts page for backends that doesnt
9948         support it.     
9949
9950 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9951
9952         * backend/ev-document.c: (ev_document_set_orientation):
9953         * backend/ev-document.h:
9954         * pdf/ev-poppler.cc:
9955
9956         Add orientation api. Currently poppler api is not optimal,
9957         we need to set orientation every time we _get a page.
9958         I will try to fix that at some point.
9959
9960         * data/evince-ui.xml:
9961         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9962         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9963
9964         Add orientation menu items
9965
9966         * shell/ev-page-cache.c: (ev_page_cache_clear):
9967         * shell/ev-page-cache.h:
9968
9969         Add api to clear the cache
9970
9971         * shell/ev-view.c: (setup_caches), (clear_caches),
9972         (ev_view_set_document), (ev_view_zoom_out),
9973         (ev_view_set_orientation):
9974         * shell/ev-view.h:
9975
9976         Implement orientation changing
9977
9978 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9979
9980         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9981         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9982         * backend/ev-document-fonts.h:
9983
9984         Separate scan and fill so that we can incrementally fill from
9985         the main thread. Add a progress api.
9986
9987         * data/evince-properties.glade:
9988         * pdf/ev-poppler.cc:
9989         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9990         * shell/ev-jobs.h:
9991         * shell/ev-properties.c: (update_progress_label),
9992         (job_fonts_finished_cb), (setup_fonts_view):
9993
9994         Incrementally feel the list and show the progress
9995         percentage in a label like acrobat does.
9996
9997         You are going to need poppler cvs
9998
9999 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10000
10001         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10002         * backend/ev-document-fonts.h:
10003         * pdf/ev-poppler.cc:
10004
10005         Make fonts model fill incrementally.
10006
10007         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10008         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10009         (ev_job_queue_remove_job):
10010         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10011         (ev_job_fonts_new), (ev_job_fonts_run):
10012         * shell/ev-jobs.h:
10013
10014         New job for fonts scanning
10015
10016         * shell/ev-properties.c: (job_fonts_finished_cb),
10017         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10018         * shell/ev-properties.h:
10019         * shell/ev-window.c: (ev_window_cmd_file_properties):
10020
10021         Incrementally feel the treeview using the new job. Show Loading...
10022         message until scanning is completed.
10023
10024         Hopefully I didnt break the build without the poppler patch.
10025
10026 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10027
10028         * shell/ev-application.c: (ev_application_open):
10029         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10030         (ev_document_type_get_type), (ev_document_type_lookup):
10031         * shell/ev-document-types.h:
10032         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10033         * shell/ev-job-xfer.h:
10034         * shell/ev-window.c: (ev_window_clear_local_uri),
10035         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10036         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10037         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10038         
10039         Transfer remote documents to tmp directory to display them later.
10040
10041 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10042
10043         * backend/ev-document-info.h:
10044         * shell/ev-properties.c: (ev_properties_new):
10045
10046         s/GTime*/GTime. Not sure why we was using a pointer
10047         at all there!
10048
10049 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10050
10051         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10052         situations.  That situation is that you're using GTK+-HEAD with
10053         the patch at #306726 is applied, and you have a document with <
10054         1500 pages in it.  It's not quite as uniformly nice as the
10055         TreeView, but should be better in the long run.
10056
10057         I'm pretty sure I guarded against breaking compilation with
10058         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10059         I missed some.
10060
10061         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10062         widget yet, so I commented that code out
10063         enable_view_actions_for_widget() for now.  Need to figure this
10064         out.
10065
10066         * shell/ev-page-action.c (match_selected_cb): emit the right
10067         signals.  Our cool C-l completion now works.
10068
10069 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10070
10071         * backend/Makefile.am:
10072         * backend/ev-document-fonts.c:
10073         * backend/ev-document-links.c:
10074         * backend/ev-document.c: (ev_document_load):
10075         * backend/ev-document.h:
10076         * backend/ev-job-queue.c:
10077         * backend/ev-job-queue.h:
10078         * backend/ev-jobs.c:
10079         * backend/ev-jobs.h:
10080         * backend/ev-page-cache.c:
10081         * backend/ev-page-cache.h:
10082
10083         EvPageCache and EvJobs are moved to shell.
10084
10085         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10086         (ev_tmp_filename):
10087         * lib/ev-file-helpers.h:
10088         
10089         New helper to work with temporary files
10090         
10091         * shell/Makefile.am:
10092         * shell/ev-application.c: (ev_application_open):
10093         * shell/ev-application.h:
10094         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10095         (remove_job_from_async_queue), (add_job_to_async_queue),
10096         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10097         (handle_job), (search_for_jobs_unlocked),
10098         (no_jobs_available_unlocked), (ev_render_thread),
10099         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10100         (ev_job_queue_add_job), (move_job_async), (move_job),
10101         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10102         * shell/ev-job-queue.h:
10103         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10104         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10105         * shell/ev-job-xfer.h:
10106         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10107         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10108         (ev_job_links_class_init), (ev_job_render_init),
10109         (ev_job_render_dispose), (ev_job_render_class_init),
10110         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10111         (ev_job_thumbnail_class_init), (ev_job_load_init),
10112         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10113         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10114         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10115         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10116         * shell/ev-jobs.h:
10117         * shell/ev-page-action.c: (ev_page_action_set_document):
10118         * shell/ev-page-cache.c: (ev_page_cache_init),
10119         (ev_page_cache_class_init), (ev_page_cache_finalize),
10120         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10121         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10122         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10123         (ev_page_cache_get_title), (ev_page_cache_get_size),
10124         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10125         (ev_page_cache_get_height_to_page),
10126         (ev_page_cache_get_max_label_chars),
10127         (ev_page_cache_get_page_label),
10128         (ev_page_cache_has_nonnumeric_page_labels),
10129         (ev_page_cache_get_info), (ev_page_cache_next_page),
10130         (ev_page_cache_prev_page), (ev_page_cache_get):
10131         * shell/ev-page-cache.h:
10132         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10133         (ev_pixbuf_cache_clear_job_sizes),
10134         (ev_pixbuf_cache_add_jobs_if_needed),
10135         (ev_pixbuf_cache_set_page_range):
10136         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10137         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10138         * shell/ev-sidebar-thumbnails.c:
10139         (ev_sidebar_tree_selection_changed),
10140         (ev_sidebar_thumbnails_set_document):
10141         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10142         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10143         (ev_statusbar_get_context_id), (ev_statusbar_push),
10144         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10145         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10146         (ev_statusbar_set_progress):
10147         * shell/ev-statusbar.h:
10148         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10149         (ev_view_find_previous):
10150         * shell/ev-window.c: (ev_window_is_empty),
10151         (ev_window_setup_document), (password_dialog_response),
10152         (ev_window_clear_jobs), (ev_window_load_job_cb),
10153         (ev_window_xfer_job_cb), (ev_window_open_uri),
10154         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10155         (ev_window_print), (ev_window_print_range),
10156         (ev_window_state_event), (ev_window_cmd_view_reload),
10157         (menu_item_select_cb), (menu_item_deselect_cb),
10158         (view_status_changed_cb), (ev_window_dispose),
10159         (drag_data_received_cb), (ev_window_init):
10160         * shell/ev-window.h:
10161         * shell/main.c: (load_files):
10162         
10163         New statusbar to show progress on idle. Two new jobs - 
10164         xfer job and load job to load document in background. And update
10165         of page_cache clients to new location of code.
10166
10167 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10168
10169         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10170         selection in open dialog. It also remembers the last visited directory 
10171         in the current session.
10172
10173 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10174
10175         * shell/ev-properties.c: (ev_properties_new):
10176         * shell/ev-properties.h:
10177         * shell/ev-window.c: (ev_window_cmd_file_properties):
10178         
10179         Get document info from page cache instead of document itself.
10180         This should fix crash related to race conditions described in
10181         bug 306545.
10182
10183 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10184
10185         * ps/ps-document.c: (ps_document_init),
10186         (send_ps), (get_page_box), (output), (catchPipe), (input),
10187         (stop_interpreter), (file_length), (file_readable),
10188         (check_filecompressedb), (ps_document_enable_interpreter),
10189         (document_load), (ps_async_renderer_render_pixbuf):
10190         * ps/ps-document.h:
10191
10192         Big cleanup of the ps code
10193
10194 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10195
10196         * backend/Makefile.am:
10197         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10198         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10199         * backend/ev-async-renderer.h:
10200
10201         Add an async renderer interface (method + callback) which
10202         is useful for backends like ps.
10203
10204         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10205         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10206         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10207         (ev_job_queue_add_job), (move_job_async), (move_job),
10208         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10209
10210         Add queues for async renderer, these are executed on the
10211         main thread.
10212
10213         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10214         (ev_job_render_run):
10215         * backend/ev-jobs.h:
10216
10217         If the backend support async renderer interface use it.
10218
10219         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10220         (setup_pixmap), (ps_document_get_type),
10221         (ps_async_renderer_render_pixbuf),
10222         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10223
10224         Implement async renderer interface.
10225
10226 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10227
10228         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10229
10230         Cleanup links job on exit.
10231
10232 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10233
10234         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10235         (drag_data_get_cb), (drag_data_received_cb):
10236         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10237         (drag_data_get_cb), (parse_item_list),
10238         (egg_toolbar_editor_load_actions):
10239         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10240         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10241         (parse_item_list), (parse_toolbars):
10242         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10243         (dvi_pixbuf_put_pixel):
10244         
10245         Fix gcc 4.0 warnings
10246
10247 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10248
10249         * ps/ps-document.c: (start_interpreter):
10250
10251         Fix warning when loading ps
10252
10253 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10254
10255         * ps/ps-document.c: (output):
10256
10257         Fix crash when priting gs error messages.
10258
10259 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10260
10261         * backend/ev-page-cache.c: (_ev_page_cache_new):
10262         * backend/ev-page-cache.h:
10263
10264         Use a const to return title so that we dont double
10265         free it. Small cleanup and fix a leak.
10266
10267         * shell/ev-window.c: (update_window_title):
10268
10269         strdup value from get_title.
10270
10271 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10272
10273         * shell/ev-sidebar-links.c: (job_finished_callback),
10274         (ev_sidebar_links_set_document):
10275
10276         Cleanup the old job when changing document
10277
10278 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10279
10280         * shell/ev-stock-icons.c:
10281         * shell/ev-stock-icons.h:
10282         * shell/ev-window.c:
10283         
10284         Add stock icons for actions that can appear in toolbar. Fix for
10285         bug 306566.
10286
10287 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10288
10289         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10290         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10291         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10292         * backend/ev-page-cache.h:
10293         * shell/ev-view.c: (scroll_to_current_page),
10294         (view_update_range_and_current_page), (get_page_y_offset),
10295         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10296         (ev_view_size_request_continuous),
10297         (ev_view_zoom_for_size_continuous_and_dual_page),
10298         (ev_view_zoom_for_size_continuous):
10299         
10300         More compact EvView layout in document with pages of different size.
10301
10302 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10303
10304         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10305         compilation.
10306
10307 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10308
10309         * shell/ev-view.c: (view_set_adjustment_values):
10310         * shell/ev-window.c: (ev_window_cmd_file_properties):
10311         
10312         A bit different fix for rounding problem but it has no
10313         problems on startup. Make properties window transient to parent.
10314
10315 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10316
10317         * pdf/ev-poppler.cc:
10318         
10319         More commenting of font stuff.
10320
10321 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10322
10323         * pdf/ev-poppler.cc:
10324
10325         Comment out some more fonts stuff. Should really
10326         work without the poppler patch now.
10327
10328 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10329
10330         * pdf/ev-poppler.cc:
10331
10332         Adapt to api change
10333
10334 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10335
10336         * data/evince-properties.glade:
10337         * pdf/ev-poppler.cc:
10338         * shell/ev-properties.c: (setup_fonts_view):
10339
10340         Set the column title. Show the dialog only
10341         once everything is setup.
10342         Getting font info can be very slow... will
10343         prolly need to make this threaded too.
10344
10345 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10346
10347         * backend/Makefile.am:
10348         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10349         (ev_document_fonts_get_fonts_model):
10350         * backend/ev-document-fonts.h:
10351         * data/evince-properties.glade:
10352         * pdf/ev-poppler.cc:
10353         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10354         * shell/ev-properties.h:
10355         * shell/ev-window.c: (ev_window_cmd_file_properties):
10356
10357         Implement fonts list. Defined out for now, since it depends
10358         on a not yet committed poppler patch.
10359
10360 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10361
10362         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10363         page + 1.
10364
10365         * shell/ev-window.c: Make sure we add the timeout when we get a
10366         focus-in event.
10367
10368         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10369         adjustment->value before calculating the zoom factor to average
10370         out all of our rounding errors.  The page no longer 'drifts' when
10371         resizing.
10372
10373 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10374
10375         * data/evince-properties.glade:
10376         * shell/ev-properties.c: (ev_properties_format_date),
10377         (set_property):
10378         
10379         Labels don't expand when the dialogue is resized.
10380         strftime result needs to be converted to UTF-8. Thanks
10381         to Christian Persch <chpe@gnome.org>.
10382
10383 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10384
10385         * data/evince-properties.glade:
10386
10387         Hide the fonts tab
10388
10389 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10390
10391         * backend/ev-document-info.h:
10392         * backend/ev-document.c: (ev_document_info_free):
10393         * data/evince-properties.glade:
10394         * pdf/ev-poppler.cc:
10395         * ps/ps-document.c: (ps_document_get_info):
10396         * shell/ev-properties.c: (ev_properties_format_date),
10397         (set_property), (ev_properties_new):
10398         * shell/ev-properties.h:
10399         * shell/ev-window.c: (ev_window_cmd_file_properties):
10400
10401         Rework properties code to take only EvPropertyInfo
10402         in the constructor so that it can be useful for
10403         nautilus plugin too.
10404
10405         Deal with backends that doesnt support some properties.
10406         Make set property code generic.
10407
10408 2005-06-04  Christian Persch <chpe@gnome.org>
10409
10410         * data/evince-properties.glade:
10411
10412         fix spacings, make resizeable, and make data labels
10413         selectable + ellipsised
10414
10415 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10416
10417         * backend/ev-document-info.h:
10418         * data/Makefile.am:
10419         * data/evince-ui.xml:
10420         * pdf/ev-poppler.cc:
10421         * shell/Makefile.am:
10422         * shell/ev-window.c: (update_action_sensitivity),
10423         (ev_window_cmd_file_properties):
10424
10425         Initial go at file properties. Patch by
10426         Emil Soleyman-Zomalan <emil@soleyman.com>.
10427         Needs love see #169583
10428
10429 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10430
10431         * ps/ps-document.c: (output):
10432         * ps/ps.c: (psscan):
10433
10434         Try to render even if psscan fails.
10435
10436 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10437
10438         * ps/ps.c: (psscan), (pscopydoc):
10439
10440         Port buffered reading code from gv
10441
10442 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * ps/ps-document.c: (interpreter_message), (output):
10445
10446         Do not fail on interpreter messages
10447
10448 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10449
10450         * backend/ev-document-misc.c:
10451         (ev_document_misc_get_thumbnail_frame):
10452
10453         Pages can be 0 x 0, dont assert on this case
10454
10455 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10456
10457         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10458         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10459
10460         Correctly manage our reference on document. Finally the reload
10461         huge leak is gone...
10462
10463 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10464
10465         * ps/ps-document.c: (ps_document_dispose):
10466
10467         Forgot to chain it to the parent. Thanks chpe.
10468
10469 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10470
10471         * ps/ps-document.c: (ps_document_dispose),
10472         (ps_document_class_init), (stop_interpreter), (document_load):
10473
10474         Cleanup dispose a bit. Dont leak the whole pixmap.
10475
10476 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10477
10478         * pdf/ev-poppler.cc:
10479
10480         Release the poppler document on dispose
10481
10482 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10483
10484         * shell/ev-view.c: (ev_view_set_document):
10485
10486         Release ref on the pixbuf cache when changing
10487         document.
10488
10489 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10490
10491         * ps/ps-document.c: (ps_document_get_info):
10492
10493         Fix a double free
10494
10495 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10496
10497         * backend/ev-page-cache.c: (ev_page_cache_init),
10498         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10499         * backend/ev-page-cache.h:
10500         * shell/ev-page-action.c: (page_changed_cb):
10501         
10502         Set page action entry width depending on labels width. Fix
10503         for bug 305202.
10504
10505 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10506
10507         * backend/ev-link.c: (ev_link_class_init):
10508
10509         Allow -1 as page value (error)
10510
10511 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10512
10513         * shell/ev-sidebar-thumbnails.c:
10514         (ev_sidebar_thumbnails_set_document):
10515         * shell/ev-view.c: (scroll_to_current_page),
10516         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10517         (page_changed_cb), (on_adjustment_value_changed),
10518         (ev_view_set_document):
10519
10520         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10521         Fix bug 305377
10522
10523 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10524
10525         * configure.ac:
10526         * djvu/djvu-document.c: (djvu_document_get_page_size):
10527
10528         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10529         bug 301993.
10530
10531 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10532
10533         * shell/ev-view.c (draw_one_page): modify the expose handling to
10534         get the shadows.
10535
10536         * shell/ev-window.c (update_action_sensitivity): Respect
10537         permissions field.  Kowtow to the man.
10538
10539         * pdf/ev-poppler.cc: Get the permissions field.
10540
10541         * tiff/*c: Make a tiny bit more robust.
10542
10543 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10544
10545         * djvu/djvu-document.c:
10546         
10547         Pop messages from djvu context message queue.
10548
10549 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10550
10551         * configure.ac, Makefile.am, shell/Makefile.am:
10552         * tiff/Makefile.am, shell/ev-document-types.c:
10553         
10554         Cleanup tiff configure checks. Fix for bug 305218.
10555
10556 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10557
10558         * configure.ac: Added "uk" to ALL_LINGUAS.
10559
10560 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10561
10562         * cut-n-paste/zoom-control/ephy-zoom.c:
10563         (ephy_zoom_get_changed_zoom_level):
10564         * cut-n-paste/zoom-control/ephy-zoom.h:
10565         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10566         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10567         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10568         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10569         (zoom_control_changed_cb), (ev_window_init):
10570         
10571         Fix minor points related to moving best fit up. Introduce
10572         "zoom" property and make zoom control change it's value on
10573         notify::zoom signals. Fix for 305080.
10574
10575 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10576
10577         * data/evince-ui.xml:
10578         * shell/ev-window.c: (set_view_actions_sensitivity):
10579         
10580         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10581
10582 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10583
10584         * configure.ac:
10585
10586         Depends on poppler 0.3.2
10587
10588 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10589
10590         * cut-n-paste/recent-files/egg-recent-item.c:
10591         (egg_recent_item_get_short_name):
10592         * cut-n-paste/toolbar-editor/Makefile.am:
10593         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10594         (new_pixbuf_from_widget):
10595         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10596         * cut-n-paste/toolbar-editor/egg-marshal.c:
10597         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10598         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10599
10600         Sync
10601
10602 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10603
10604         * tiff/tiff-document.c: Rough TIFF backend.
10605
10606 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10607
10608         * NEWS:
10609         * configure.ac:
10610         * cut-n-paste/toolbar-editor/Makefile.am:
10611
10612         Release 0.3.1
10613
10614 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10615
10616         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10617         (ev_view_find_next), (ev_view_find_previous):
10618
10619         Remove the locks around get_n_results   
10620
10621 2005-05-21  Juerg Billeter  <j@bitron.ch>
10622
10623         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10624
10625         Pass correct number of pages to poppler.
10626
10627 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10628
10629         * configure.ac:
10630         * data/Makefile.am:
10631         * data/evince.desktop.in: 
10632         * data/evince.desktop.in.in:
10633         * po/POTFILES.in:
10634         
10635         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10636
10637 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10638
10639         * shell/ev-view.c: (view_update_adjustments),
10640         (view_set_adjustment_values): cast adjustmen->value to (int)
10641         before using it.  Otherwise, we get off by a pixel in some
10642         situations.
10643
10644         (draw_one_page): Draw the border on expose.
10645
10646 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10647
10648         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10649         adjustment when the mode changes, #304923
10650
10651 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10652
10653         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10654         flickering on resize but still use gdk_window_scroll on
10655         scrolling
10656
10657 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10658
10659         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10660         option, #170458
10661
10662 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10663
10664         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10665         second page on page_changed if possible, #304669
10666
10667 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10668
10669         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10670         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10671
10672 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10673
10674         * .cvsignore:
10675         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10676         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10677         (ev_view_zoom_for_size_presentation),
10678         (ev_view_zoom_for_size_continuous_and_dual_page),
10679         (ev_view_zoom_for_size_continuous),
10680         (ev_view_zoom_for_size_dual_page),
10681         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10682         * shell/ev-view.h:
10683         * shell/ev-window.c: (update_view_size),
10684         (ev_window_sizing_mode_changed_cb):
10685
10686         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10687         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10688         an infinite loop, #304769
10689
10690
10691 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10692
10693         * data/evince-ui.xml:
10694         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10695         * shell/ev-window.c: (set_view_actions_sensitivity):
10696
10697         Make PgUp/Down behave like Space
10698
10699 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10700
10701         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10702         * backend/ev-ps-exporter.h:
10703         * pdf/ev-poppler.cc:
10704         * ps/ps-document.c: (ps_document_ps_export_begin):
10705         * shell/ev-print-job.c: (idle_print_handler):
10706
10707         Adapt to new poppler api
10708
10709 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10710
10711         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10712         (ephy_zoom_control_init):
10713
10714         Translate zoom levels
10715
10716 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10717
10718         * cut-n-paste/zoom-control/ephy-zoom.c:
10719         (ephy_zoom_get_zoom_level_index):
10720
10721         Fix current zoom -> zoom control match
10722
10723 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10724
10725         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10726         rather than the scrolled_window that it's in. Fixes bug #304655.
10727
10728 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10729
10730         * shell/ev-view.c: (view_update_adjustments),
10731         (view_set_adjustment_values), (view_update_range_and_current_page),
10732         (view_scroll_to_page), (set_scroll_adjustment),
10733         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10734         (ev_view_scroll), (ev_view_scroll_view),
10735         (ensure_rectangle_is_visible), (find_page_at_location),
10736         (get_link_at_location), (go_to_link), (status_message_from_link),
10737         (ev_view_size_request_continuous_dual_page),
10738         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10739         (ev_view_unrealize), (ev_view_expose_event),
10740         (ev_view_button_press_event), (ev_view_motion_notify_event),
10741         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10742         (draw_rubberband), (highlight_find_results), (draw_one_page),
10743         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10744         (ev_view_init), (find_changed_cb), (page_changed_cb),
10745         (on_adjustment_value_changed), (ev_view_new),
10746         (ev_view_set_document), (ev_view_set_zoom),
10747         (ev_view_set_continuous), (ev_view_set_dual_page),
10748         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10749         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10750         (ev_view_zoom_for_size_presentation),
10751         (ev_view_zoom_for_size_continuous_dual_page),
10752         (ev_view_zoom_for_size_continuous),
10753         (ev_view_zoom_for_size_dual_page),
10754         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10755         (ev_view_get_status), (ev_view_set_status),
10756         (update_find_status_message), (ev_view_get_find_status),
10757         (ev_view_set_find_status), (jump_to_find_result),
10758         (jump_to_find_page), (compute_selections), (clear_selection),
10759         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10760         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10761         (ev_view_update_primary_selection),
10762         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10763         * shell/ev-view.h:
10764         * shell/ev-window.c: (ev_window_open_page_label),
10765         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10766         (ev_window_init):
10767         * shell/ev-window.h:
10768         * shell/main.c: (load_files):
10769
10770         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10771         when resizing.  Remove the bin_window().  Also, patch from James
10772         Bowes to fix command line page, #300641
10773         
10774 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10775
10776         * data/evince-ui.xml:
10777         * shell/ev-view.c:
10778         * shell/ev-view.h:
10779         * shell/ev-window.c: (update_action_sensitivity):
10780
10781         Get rid of View->Normal Size, it's just confusing
10782
10783 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10784
10785         * backend/ev-document-info.h:
10786         * backend/ev-document.c: (ev_document_info_free): Free the
10787         EvDocumentInfo.
10788
10789         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10790         (clear_range), (add_range), (update_visible_range),
10791         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10792         (ev_sidebar_thumbnails_set_document):
10793         * shell/ev-window.c: (ev_window_setup_document): Only render the
10794         visible thumbnails.  It takes an instant to render, but it uses
10795         much less memory.
10796
10797 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10798
10799         * shell/ev-sidebar-links.c: (popup_menu_cb):
10800
10801         Select first item
10802
10803 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10804
10805         * lib/Makefile.am:
10806         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10807         (button_press_cb), (ev_sidebar_links_construct):
10808
10809         Show the popup menu also on keybindings
10810
10811 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10812
10813         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10814         * shell/ev-window.h:
10815
10816         Expose api to print a range (with dialog). Make private _print use
10817         it.
10818
10819         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10820         (ev_sidebar_links_construct):
10821
10822         Show a print context menu on linkx, it prints the selected
10823         section.
10824
10825 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10826
10827         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10828         button.
10829
10830 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10831
10832         * AUTHORS:
10833
10834         Update
10835
10836         * shell/ev-window.c: (build_comments_string),
10837         (ev_window_cmd_help_about):
10838
10839         Show poppler version/backend and authors
10840
10841 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10842
10843         * cut-n-paste/zoom-control/ephy-zoom.c:
10844         (ephy_zoom_get_zoom_level_index):
10845         * cut-n-paste/zoom-control/ephy-zoom.h:
10846
10847         Move the best fit items at the top of the list
10848
10849 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10850
10851         * shell/ev-marshal.list:
10852         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10853         (activate_cb), (match_selected_cb), (activate_link_cb),
10854         (connect_proxy), (ev_page_action_class_init):
10855         * shell/ev-page-action.h:
10856
10857         Use signals to notify action activation. Hopefully
10858         I did not break completion since I cant test...
10859
10860         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10861         (register_custom_actions):
10862
10863         Connect to page selector actions and also grab focus on
10864         the view when activated.
10865
10866 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10867
10868         * pdf/ev-poppler.cc:
10869         * backend/ev-page-cache.c: make page size calculation consistent
10870         and set it to (int)( width * scale + 0.5).  This makes the weird
10871         line going through the middle of the page go away.
10872
10873         * shell/ev-view.c: move painting the background page after
10874         checking the expose area covers us.
10875
10876 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10877
10878         * data/evince-password.glade:
10879         
10880         Mark labels as not translatable. Fix for bug 302842.
10881
10882 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10883
10884         * configure.ac: Added "es" to ALL_LINGUAS.
10885
10886 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10887
10888         * data/evince-toolbar.xml:
10889         * shell/ev-window.c: (update_action_sensitivity),
10890         (ev_window_setup_document), (ev_window_set_page_mode),
10891         (ev_window_init):
10892
10893         Remove some leftover code from jrb first continous
10894         attempt. Use the new actions, we still need good icons
10895         though...
10896
10897 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10898
10899         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10900
10901         Update label when connecting proxy. Fix a warning with NULL
10902         page_cache.
10903
10904 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10905
10906         * data/evince-ui.xml:
10907         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10908         * shell/ev-page-action.h:
10909         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10910
10911         Add mnemonic for edit toolbar.
10912         ctrl+l focus the page entry.
10913
10914 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10915
10916         * lib/Makefile.am:
10917         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10918         (ev_window_init):
10919         * shell/main.c: (main):
10920
10921         Put the toolbar xml in evince own dot dir
10922
10923 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10924
10925         * shell/ev-window.c: (ev_window_init):
10926
10927         Make the toolbar not removable
10928
10929 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10930
10931         * data/evince-ui.xml:
10932         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10933         * shell/ev-sidebar-links.h:
10934         * shell/ev-sidebar-thumbnails.c:
10935         (ev_sidebar_thumbnails_get_treeview):
10936         * shell/ev-sidebar-thumbnails.h:
10937         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10938         (ev_view_class_init):
10939         * shell/ev-view.h:
10940         * shell/ev-window.c: (update_action_sensitivity),
10941         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10942         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10943         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10944         (ev_window_init):
10945
10946         This is evil... Make space/backspace global accelerators but
10947         enable them only for some widgets (sidebars and view).
10948         I dont like it, but I dont know a better way... :/
10949
10950 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10951
10952         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10953         (ev_page_action_widget_finalize),
10954         (ev_page_action_widget_class_init), (update_page_cache):
10955
10956         Keep a weak reference on proxy->page_cache so that we
10957         dont try to disconnect the signal if the object is already
10958         gone. Maybe there is a better way to cleanup reference handling
10959         in page action though...
10960
10961 2005-05-10  Juerg Billeter  <j@bitron.ch>
10962
10963         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10964         * backend/ev-ps-exporter.h:
10965         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10966         * ps/ps-document.c: (ps_document_ps_export_begin):
10967         
10968         Change api to pass print range to ps_exporter_begin. The pdf backend
10969         requires this information.
10970         
10971         * shell/ev-print-job.c: (idle_print_handler):
10972         
10973         Adapt to api change
10974
10975 2005-05-10  Juerg Billeter  <j@bitron.ch>
10976
10977         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10978         (idle_print_handler)
10979         * shell/ev-window.c: (ev_window_print):
10980
10981         Support printing page range, based on patch by Amaury Jacquot
10982
10983 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10984
10985         * data/evince-toolbar.xml:
10986
10987         Add zoom control to available items
10988
10989 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10990
10991         * shell/ev-window.c: (update_action_sensitivity):
10992
10993         Set slash action insensitive when appropriate
10994
10995 2005-05-10  Christian Persch <chpe@gnome.org>
10996
10997         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10998
10999         Fix warning on the overflow menu
11000
11001 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11002
11003         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11004
11005         Check for uri correctness/existence
11006
11007 2005-05-09  Juerg Billeter  <j@bitron.ch>
11008
11009         * shell/ev-window.c: (using_postscript_printer):
11010
11011         LPD printers use postscript, too
11012
11013 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11014
11015         * shell/ev-window.c: (register_custom_actions):
11016
11017         The zoom one is actually sort of useful,
11018         put it back
11019
11020 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11021
11022         * shell/ev-window.c: (register_custom_actions):
11023
11024         Hide page/zoom controls from overflow, they
11025         are useless.
11026
11027 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11028
11029         * cut-n-paste/update-from-egg.sh:
11030         
11031         Share it between all cut-n-paste subdirs
11032
11033         * cut-n-paste/recent-files/Makefile.am:
11034
11035         Fix to use "global" update-from-egg.sh
11036
11037         * cut-n-paste/recent-files/egg-recent-model.c:
11038         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11039         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11040         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11041         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11042
11043         Update from libegg
11044
11045         * cut-n-paste/toolbar-editor/Makefile.am:
11046
11047         Fix to use "global" update-from-egg.sh
11048
11049         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11050
11051         Update from libegg
11052
11053 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11054
11055         * configure.ac:
11056         * cut-n-paste/Makefile.am:
11057         * cut-n-paste/recent-files/Makefile.am:
11058         * cut-n-paste/toolbar-editor/.cvsignore:
11059         * cut-n-paste/toolbar-editor/Makefile.am:
11060         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11061         (egg_editable_toolbar_get_type), (get_toolbar_position),
11062         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11063         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11064         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11065         (set_item_drag_source), (create_item_from_action), (create_item),
11066         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11067         (popup_toolbar_context_menu_cb), (free_dragged_item),
11068         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11069         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11070         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11071         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11072         (item_added_cb), (item_removed_cb),
11073         (egg_editable_toolbar_construct),
11074         (egg_editable_toolbar_disconnect_model),
11075         (egg_editable_toolbar_deconstruct),
11076         (egg_editable_toolbar_set_model),
11077         (egg_editable_toolbar_set_ui_manager),
11078         (egg_editable_toolbar_set_property),
11079         (egg_editable_toolbar_get_property),
11080         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11081         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11082         (egg_editable_toolbar_new_with_model),
11083         (egg_editable_toolbar_get_edit_mode),
11084         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11085         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11086         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11087         (new_pixbuf_from_widget), (new_separator_pixbuf),
11088         (update_separator_image), (style_set_cb),
11089         (_egg_editable_toolbar_new_separator_image),
11090         (egg_editable_toolbar_get_model):
11091         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11092         * cut-n-paste/toolbar-editor/egg-marshal.c:
11093         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11094         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11095         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11096         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11097         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11098         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11099         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11100         (editor_drag_data_delete_cb), (drag_data_get_cb),
11101         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11102         (editor_create_item), (update_editor_sheet), (setup_editor),
11103         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11104         (parse_item_list), (model_has_action), (update_actions_list),
11105         (egg_toolbar_editor_load_actions):
11106         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11107         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11108         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11109         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11110         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11111         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11112         (egg_toolbars_model_add_separator), (impl_add_item),
11113         (parse_item_list), (egg_toolbars_model_add_toolbar),
11114         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11115         (impl_get_item_data), (impl_get_item_type),
11116         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11117         (egg_toolbars_model_init), (free_toolbar),
11118         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11119         (egg_toolbars_model_remove_toolbar),
11120         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11121         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11122         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11123         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11124         (egg_toolbars_model_get_item_data),
11125         (egg_toolbars_model_get_item_type):
11126         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11127         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11128         * data/Makefile.am:
11129         * data/evince-toolbar.xml:
11130         * data/evince-ui.xml:
11131         * data/hand-open.png:
11132         * po/POTFILES.in:
11133         * shell/Makefile.am:
11134         * shell/ev-window.c: (update_chrome_visibility),
11135         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11136         (ev_window_dispose), (ev_window_init):
11137
11138         Implement epiphany like toolbar editor. Based on patch by
11139         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11140
11141 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11142
11143         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11144
11145         Use set_cursor instead of set_selection, so that
11146         the keyboard focus moves too.
11147
11148 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11149
11150         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11151
11152         Fix infinite loop when loading Type1 fonts
11153
11154 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11155
11156         * data/evince-ui.xml:
11157         * shell/ev-window.c:
11158
11159         Slash -> Find
11160
11161 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11162
11163         * configure.ac:
11164
11165         Make --disable really disable
11166
11167 2005-05-07  Juerg Billeter  <j@bitron.ch>
11168
11169         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11170
11171         Compare page labels even without has_labels set, fixes setting page
11172         with entry
11173
11174 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11175
11176         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11177         (ev_view_set_cursor), (ev_view_button_press_event),
11178         (ev_view_motion_notify_event), (ev_view_button_release_event),
11179         (ev_view_init):
11180
11181         Implement middle button scrolling. Based on a patch
11182         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11183
11184 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11185
11186         * shell/ev-document-types.c: (get_slow_mime_type),
11187         (get_document_type_from_mime), (ev_document_type_lookup):
11188         * shell/ev-document-types.h:
11189
11190         Change api to lookup from uri. Do fast lookup first, if the
11191         type is unknown try with data sniffing.
11192
11193         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11194         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11195
11196         Adapt to api change
11197
11198 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11199
11200         * thumbnailer/Makefile.am:
11201
11202         Fix distcheck
11203
11204 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11205
11206         * NEWS:
11207         * configure.ac:
11208
11209         Release 0.3.0
11210
11211         * data/evince-ui.xml:
11212
11213         Hide presentation mode for now
11214
11215         * shell/ev-view.c: (highlight_find_results):
11216
11217         Show current find selection only on current page
11218
11219 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11220
11221         * shell/ev-view.c: (ev_view_select_all):
11222
11223         Compute size of the actual page, not of
11224         the current one.
11225
11226 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11227
11228         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11229         (view_rect_to_doc_rect), (compute_selections),
11230         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11231         (ev_view_copy), (ev_view_primary_get_cb),
11232         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11233         (ev_view_button_press_event), (ev_view_motion_notify_event),
11234         (ev_view_button_release_event), (page_changed_cb):
11235
11236         Fix text selection
11237
11238 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11239
11240         * shell/ev-view.c: (compute_border), (get_page_extents),
11241         (doc_rect_to_view_rect), (highlight_find_results),
11242         (ev_view_bin_expose), (ev_view_select_all),
11243         (ev_view_motion_notify_event), (update_find_status_message),
11244         (jump_to_find_result), (jump_to_find_page):
11245
11246         First go at fixing search, still buggy
11247
11248 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11249
11250         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11251         dropdown box and button at the top of the sidebar.
11252
11253 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11254
11255         * configure.ac: Output zoom-control Makefile.
11256         * cut-n-paste/Makefile.am: build zoom-control subdir.
11257         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11258         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11259         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11260         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11261         * cut-n-paste/zoom-control/ephy-zoom.c:
11262         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11263         from epiphany, and modified to add a separator into the menu.
11264         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11265         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11266         zoom-control action.
11267         * shell/Makefile.am: Include zoom-control flags.
11268         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11269         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11270         (ev_view_zoom_for_size_presentation),
11271         (ev_view_zoom_for_size_continuous_and_dual_page),
11272         (ev_view_zoom_for_size_continuous),
11273         (ev_view_zoom_for_size_dual_page),
11274         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11275         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11276         ev_view_get_zoom and ev_view_get_sizing_mode.
11277         * shell/ev-view.h:
11278         * shell/ev-window.c: (update_action_sensitivity),
11279         (update_sizing_buttons), (zoom_control_changed_cb),
11280         (register_custom_actions): Initialize and use the zoom-control 
11281         widget.
11282
11283 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11284
11285         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11286         preview cache back to 1.  Don't know when it got set to 0.
11287         
11288         * shell/ev-view.c: (compute_border), (ev_view_realize),
11289         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11290         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11291         (ev_view_get_fullscreen), (ev_view_set_presentation),
11292         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11293         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11294         * shell/ev-view.h:
11295         * shell/ev-window.c:
11296         (update_chrome_visibility),
11297         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11298         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11299         (update_document_mode), (ev_window_update_fullscreen_action),
11300         (ev_window_fullscreen), (ev_window_unfullscreen),
11301         (ev_window_cmd_view_fullscreen),
11302         (ev_window_update_presentation_action),
11303         (ev_window_run_presentation), (ev_window_stop_presentation),
11304         (ev_window_cmd_view_presentation), (ev_window_state_event),
11305         (ev_window_focus_in_event), (ev_window_focus_out_event),
11306         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11307         * data/evince-ui.xml: Initial presentation mode.  We should
11308         probably hide this until it's done, as it's quite rough.  Also,
11309         change full-screen to fullscreen and add two getters to EvView.
11310
11311 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11312
11313         * shell/ev-page-action.c: (update_page_cache),
11314         (ev_page_action_dispose):
11315         * shell/ev-window.c: (destroy_fullscreen_popup),
11316         (ev_window_create_fullscreen_popup):
11317
11318         Use connect_object rather than explicitly
11319         disconnect on dispose.
11320
11321 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11322
11323         * shell/ev-page-action.c: (update_page_cache),
11324         (ev_page_action_dispose):
11325
11326 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11327
11328         * backend/ev-page-cache.c: (_ev_page_cache_new),
11329         (ev_page_cache_set_page_label),
11330         (ev_page_cache_has_nonnumeric_page_labels):
11331         * backend/ev-page-cache.h:
11332         * shell/ev-page-action.c: (update_pages_label):
11333         
11334         If all page labels are numeric, fallback to default
11335         way to display number of pages. See bug 173185.
11336
11337 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11338
11339         * shell/ev-page-action.c: (ev_page_action_dispose):
11340         * shell/ev-view.c: (view_update_range_and_current_page):
11341         * shell/ev-window.c: (ev_window_dispose):
11342         
11343         Set page on scroll in continuous mode. Fixes bug 301986.
11344         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11345
11346 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11347
11348         * configure.ac:
11349
11350         Require poppler 0.3.0
11351
11352 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11353         
11354         * shell/Makefile.am, configure.ac: Fix build problems
11355         with t1lib. Bug 301996.
11356
11357 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11358
11359         * shell/ev-view.c: (ev_view_scroll_event):
11360         
11361         Scroll up increase zoom
11362
11363 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11364
11365         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11366         (ev_view_set_sizing_mode),
11367         (ev_view_zoom_for_size_continuous_and_dual_page),
11368         (ev_view_zoom_for_size_continuous):
11369         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11370         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11371         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11372         (ev_window_init):
11373
11374         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11375         Fix for 165473 and 165472.
11376
11377 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11378
11379         * po/POTFILES.in:
11380         * thumbnailer/Makefile.am:
11381         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11382         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11383         * thumbnailer/evince-thumbnailer.schemas.in:
11384         
11385         Make thumbnailer schemas translatable. Fix for bug 301773
11386         
11387         * thumbnailer/evince-thumbnailer-djvu.schemas:
11388         * thumbnailer/evince-thumbnailer-dvi.schemas:
11389         * thumbnailer/evince-thumbnailer.schemas:
11390
11391         Removed files
11392
11393 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11394
11395         * shell/ev-view.c (ev_view_init): forgot to set this.
11396
11397 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11398
11399         * shell/ev-view.c: (find_page_at_location),
11400         (get_link_at_location),
11401         (ev_view_set_show_border), (ev_view_set_spacing),
11402         (ev_view_zoom_for_size_continuous_and_dual_page),
11403         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11404         Also, add a quick fix measuring of widths.  Also, removed
11405         ev_view_set_spacing and ev_view_set_show_border.
11406         
11407         * shell/ev-window.c: (ev_window_unfullscreen),
11408         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11409
11410 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11411
11412         * shell/ev-view.c: (view_update_range_and_current_page),
11413         (page_changed_cb):
11414         
11415         Fix crash on exit and scrolling to page in continuous view.
11416
11417 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11418
11419         * TODO:
11420         * backend/ev-page-cache.c: (_ev_page_cache_new),
11421         (ev_page_cache_get_max_width_size),
11422         (ev_page_cache_get_max_height_size):
11423         * backend/ev-page-cache.h:
11424         * data/evince-ui.xml:
11425         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11426         * shell/ev-view.c: (view_update_adjustments),
11427         (view_update_range_and_current_page), (get_bounding_box_size),
11428         (ev_view_size_request_continuous_and_dual_page),
11429         (ev_view_size_request_continuous),
11430         (ev_view_size_request_dual_page),
11431         (ev_view_size_request_single_page), (ev_view_size_request),
11432         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11433         (ev_view_bin_expose), (ev_view_expose_event),
11434         (ev_view_set_property), (ev_view_get_property),
11435         (ev_view_class_init), (ev_view_init), (ev_view_new),
11436         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11437         (ev_view_set_dual_page), (ev_view_set_full_screen),
11438         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11439         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11440         (ev_view_zoom_out), (zoom_for_size_fit_width),
11441         (zoom_for_size_best_fit),
11442         (ev_view_zoom_for_size_continuous_and_dual_page),
11443         (ev_view_zoom_for_size_continuous),
11444         (ev_view_zoom_for_size_dual_page),
11445         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11446         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11447         * shell/ev-view.h:
11448         * shell/ev-window.c: (update_action_sensitivity),
11449         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11450         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11451         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11452         (ev_window_cmd_view_zoom_out), (update_view_size),
11453         (ev_window_set_sizing_mode), (ev_window_init):
11454
11455         Add Continuous and Dual page modes.
11456
11457 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11458
11459         * dvi/dvi-document.c: (dvi_document_load),
11460         (dvi_document_thumbnails_get_thumbnail),
11461         (dvi_document_init_params): Fix up some mixups between
11462         width and height to correct thumbnail rendering.
11463
11464 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11465
11466         * dvi/mdvi-lib/private.h:
11467         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11468         
11469         Suppess output for kpathsea during font generation. Thanks to
11470         James Bowes
11471
11472 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11473
11474         * NEWS:
11475         * configure.ac:
11476
11477         Release 0.2.1
11478
11479         * Makefile.am: fix distcheck.
11480
11481 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11482
11483         * shell/ev-sidebar-links.c: (selection_changed_callback),
11484         (update_page_callback), (row_activated_callback),
11485         (job_finished_callback), (ev_sidebar_links_set_document):
11486         
11487         Fix for bug #169901. Double click on links expands tree.
11488
11489 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11490
11491         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11492         hard-coded style. Fix for bug 170111
11493
11494 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11495
11496         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11497         locking.
11498
11499 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11500
11501         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11502
11503 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11504
11505         * pdf/ev-poppler.cc:
11506         * shell/ev-view.c: (highlight_find_results):
11507
11508         Fix find on single page documents
11509
11510 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11511
11512         * data/evince.schemas.in: fix for bug 301390
11513
11514 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11515
11516         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11517         (ev_view_zoom_out), (ev_view_zoom_normal):
11518         * shell/ev-view.h:
11519         * shell/ev-window.c: (update_action_sensitivity),
11520         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11521         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11522         (ev_window_cmd_view_normal_size):
11523
11524         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11525         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11526         better than oom. 
11527
11528 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11529
11530         * configure.ac:
11531
11532         Depend on 2.57, 2.59 doesnt seem to be necessary
11533
11534 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11535
11536         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11537         (create_tool_item):
11538
11539         Put back total number of pages as (1 of 1234)
11540
11541 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11542
11543         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11544         remove the job.
11545
11546         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11547         function.  This helps debugging.
11548
11549 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11550
11551         * djvu/djvu-document.c: (djvu_document_class_init),
11552         (djvu_document_get_info), (djvu_document_document_iface_init):
11553         * dvi/dvi-document.c: (dvi_document_class_init),
11554         (dvi_document_get_info), (dvi_document_document_iface_init):
11555
11556         Dummy implementation of get_info method for dvi and
11557         djvu. Fix crashes with those backends
11558
11559 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11560
11561         * data/evince.desktop.in:
11562
11563         Add application/x-gzpostscript
11564
11565 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11566
11567         * data/evince.schemas.in: Added real long descriptions, 
11568         closes bug 172496 
11569
11570         * README: Added actual text, closes bug 171869
11571
11572 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11573
11574         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11575
11576         Thumbnail page 0
11577
11578 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11579
11580         * backend/ev-document-info.h:
11581
11582         s/GDate */GDate so we can just use g_free
11583
11584 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11585
11586         * shell/ev-window.c: (update_document_mode),
11587         (ev_window_setup_document):
11588
11589         Show the window in fullscreen when specified by
11590         the document
11591
11592 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11593
11594         * backend/ev-document.c: (ev_document_class_init),
11595         (ev_document_get_info), (ev_document_render_pixbuf):
11596         * backend/ev-document.h:
11597         * backend/ev-page-cache.c: (_ev_page_cache_new):
11598         * pdf/ev-poppler.cc:
11599         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11600         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11601         * ps/ps-document.c: (ps_document_class_init), (document_load),
11602         (ps_document_get_info), (ps_document_document_iface_init):
11603
11604         Remove get_title from the interface, we can just use document info
11605
11606 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11607
11608         * backend/Makefile.am:
11609         * backend/ev-document.c: (ev_document_render_get_info):
11610         * backend/ev-document.h:
11611         * pdf/ev-poppler.cc:
11612
11613         Initial support for document info. Based on jrb patch.
11614
11615 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11616
11617         * shell/ev-window.c: (ev_window_state_event),
11618         (ev_window_class_init), (ev_window_init):
11619         
11620         Doesn't show resize grip when maximized. See bug #301053
11621
11622 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11623
11624         * po/POTFILES.in:
11625         
11626         ev-sidebar-thumbnails now has translatable labels
11627         
11628         * shell/Makefile.am:
11629         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11630         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11631         (ev_sidebar_links_page_iface_init):
11632         * shell/ev-sidebar-links.h:
11633         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11634         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11635         (ev_sidebar_page_get_label):
11636         * shell/ev-sidebar-page.h:
11637         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11638         (ev_sidebar_thumbnails_set_document),
11639         (ev_sidebar_thumbnails_support_document),
11640         (ev_sidebar_thumbnails_get_label),
11641         (ev_sidebar_thumbnails_page_iface_init):
11642         * shell/ev-sidebar-thumbnails.h:
11643         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11644         (ev_sidebar_set_document):
11645         * shell/ev-sidebar.h:
11646         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11647         
11648         Small rework of sidebar code. Now sidebar pages should implement
11649         EvSidebarPage interface. That makes page management in EvSidebar
11650         easier. See bug #164811 for details
11651
11652 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11653
11654         * shell/ev-application.c: (ev_application_open):
11655         * shell/ev-document-types.c:
11656         
11657         Fix build error and small problem with application exit
11658
11659 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11660
11661         * thumbnailer/Makefile.am:
11662         * thumbnailer/evince-thumbnailer-djvu.schemas:
11663         * thumbnailer/evince-thumbnailer-dvi.schemas:
11664         
11665         Conditionally install schemas for djvu/dvi thumbnailer
11666
11667 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11668
11669         * shell/ev-document-types.h: 
11670         * shell/ev-document-types.c: 
11671         New files, handling the mapping from mimetypes to backends
11672         
11673         * shell/ev-window.c: 
11674         * thumbnailer/evince-thumbnailer.c:     
11675         Use the ev-document-types code
11676         
11677         * shell/Makefile.am: 
11678         Added new convenience library libevbackendfactory_la, containing
11679         the new mimetype->backend logic; moved the backends into it.
11680
11681         * thumbnailer/Makefile.am:
11682         Make the thumbnailer link with the libevbackend.la convenience
11683         library, rather than having a duplicate of the backend logic here.
11684
11685 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11686
11687         * shell/ev-stock-icons.c: constify some vars.
11688         * shell/ev-window.c: ditto.
11689
11690 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11691
11692         * ps/ps-document.c (get_page_orientation):
11693
11694         Respect document orientation 
11695
11696 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11697
11698         * djvu/Makefile.am:
11699         * dvi/Makefile.am:
11700         * shell/Makefile.am:
11701         
11702         Move library dependencies to components.
11703         
11704         * shell/ev-window.c: (update_window_title),
11705         (start_loading_document):
11706         
11707         Fix display of uris with spaces. Bug 168358.
11708
11709 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11710
11711         * shell/ev-sidebar-links.c: (selection_changed_cb):
11712         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11713         (ev_view_button_release_event), (ev_view_set_document):
11714         * shell/ev-view.h:
11715         * shell/ev-window.c: (find_bar_search_changed_cb):
11716         * shell/ev-window.h: Minor cleanups removing some dead code.
11717
11718 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11719
11720         * backend/ev-page-cache.c: (_ev_page_cache_new):
11721         
11722         Set current page to 0 if document has pages.
11723
11724 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11725
11726         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11727
11728         Initialize GError to NULL, fix a crash when loading fails.
11729
11730 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11731
11732         * shell/ev-window.c: (update_view_size):
11733
11734         Calculate shadow size only when there is actually
11735         a shadow.
11736
11737 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11738
11739         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11740         * shell/ev-view.h:
11741
11742         Allow setting view spacing, default to 0
11743
11744         * shell/ev-window.c: (ev_window_unfullscreen),
11745         (ev_window_cmd_view_fullscreen), (ev_window_init):
11746
11747         Remove spacing in fullscreen mode
11748
11749 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11750
11751         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11752         (ev_view_size_request), (expose_bin_window),
11753         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11754         * shell/ev-view.h:
11755         * shell/ev-window.c: (ev_window_unfullscreen),
11756         (ev_window_cmd_view_fullscreen):
11757
11758         Do not draw the border in fulscreen
11759
11760 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11761
11762         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11763         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11764         (find_page_at_location), (page_changed_cb):
11765
11766         Rework border calculation, so that I can more easily disable it.
11767         Code somewhat cleaner too.
11768
11769 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11770
11771         * backend/ev-page-cache.c: (ev_page_cache_init),
11772         (_ev_page_cache_new):
11773
11774         Remove some assertions, documents can have 0 pages.
11775         Make initial current page -1.
11776
11777         * shell/ev-page-action.c: (page_changed_cb):
11778
11779         Show "" if current page is -1
11780
11781         * shell/ev-window.c: (update_action_sensitivity),
11782         (ev_window_setup_document):
11783
11784         When document has 0 pages do not set the view
11785         and make nearly everything insensitive.
11786
11787 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11788
11789         * shell/ev-page-view.c:
11790         * shell/ev-page-view.h:
11791
11792         Remove unused files.
11793         
11794         * shell/ev-sidebar-thumbnails.c:
11795         (ev_sidebar_thumbnails_set_document):
11796         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11797         (ev_sidebar_supports_document):
11798         * shell/ev-sidebar.h:
11799         * shell/ev-window.c: (ev_window_setup_document):
11800         
11801         Doesn't show thumbnails if document has 1 page. Make
11802         sidebar menu entries sensitive only if if they have 
11803         sense. Fix bug 164811. 
11804
11805 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11806
11807         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11808         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11809         (ev_view_zoom_out), (ev_view_set_size):
11810
11811         Rework sizing to deal with documents with not uniform page
11812         size.
11813
11814 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11815
11816         * backend/ev-page-cache.c: (_ev_page_cache_new):
11817
11818         Fix several page size caching bugs
11819
11820 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11821
11822         * shell/ev-window.c: (set_action_properties):
11823
11824         Make all toolbar items translatable
11825
11826 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11827
11828         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11829         (save_page_list), (ps_document_save),
11830         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11831         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11832         (ps_document_ps_exporter_iface_init):
11833         * ps/ps-document.h:
11834
11835         Based on a patch by J�rg Billeter <j@bitron.ch>
11836         
11837         Implement print and save a copy for the ps backend.
11838
11839 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11840
11841         * backend/ev-document.h:
11842         * djvu/djvu-document.c: (djvu_document_can_get_text),
11843         (djvu_document_document_iface_init):
11844         * dvi/dvi-document.c: (dvi_document_can_get_text),
11845         (dvi_document_document_iface_init):
11846         * pdf/ev-poppler.cc:
11847         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11848         (pixbuf_document_document_iface_init):
11849         * ps/ps-document.c: (ps_document_can_get_text),
11850         (ps_document_document_iface_init):
11851         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11852         * shell/ev-window.c: (update_action_sensitivity):
11853
11854         Fix the crash when trying to copy in backends that doesnt
11855         support it. We can implement a better solution once we
11856         do real text selection.
11857
11858 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11859
11860         * data/evince-ui.xml:
11861         * shell/ev-window.c: (ev_window_cmd_escape):
11862         
11863         Work around the Escape conflict (find bar and unfullscreen)
11864
11865 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11866
11867         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11868         
11869         Fix for #300233. Next page correctly handles document end.
11870         
11871         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11872         (ev_sidebar_thumbnails_class_init),
11873         (ev_sidebar_thumbnails_set_document),
11874         (ev_sidebar_thumbnails_clear_job),
11875         (ev_sidebar_thumbnails_clear_model):
11876         
11877         Cleanup thumbnail jobs on document changes.
11878         
11879         * shell/ev-view.c: (add_scroll_binding_keypad),
11880         (add_scroll_binding_shifted), (ev_view_class_init):
11881         
11882         Shift + Space scrolls up. Fix for #173184
11883         
11884         * shell/ev-window.c: (ev_window_open_page),
11885         (ev_window_cmd_view_reload):
11886         
11887         Fix reload (Bug #300094)
11888
11889 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11890
11891         
11892         * dvi/mdvi-lib/assoc.c:
11893         * dvi/mdvi-lib/assoc.h: Removed garbage files
11894         
11895         * dvi/mdvi-lib/bitmap.c:
11896         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11897         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11898         * dvi/mdvi-lib/color.h: Antialias of rules
11899         
11900         * dvi/mdvi-lib/common.h:
11901         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11902         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11903         * dvi/mdvi-lib/files.c:
11904         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11905         * dvi/mdvi-lib/mdvi.h:
11906         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11907         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11908         * dvi/mdvi-lib/util.c: Fix compile warnings
11909         
11910         * dvi/dvi-document.c:
11911         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11912         (dvi_document_thumbnails_get_thumbnail),
11913         (dvi_document_document_thumbnails_iface_init):
11914         * dvi/mdvi-lib/Makefile.am:
11915         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11916         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11917         
11918         Dvi backend now renders thumbnails
11919
11920 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11921
11922         * shell/main.c: (main): 
11923         
11924         Save accelerators on exit. Fixes bug #172095.
11925
11926 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11927
11928         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11929         update priority" comment.
11930
11931         * backend/ev-job-queue.c: Give a way to change priority.
11932
11933 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11934
11935         * shell/ev-page-action.c: Fix logic.
11936
11937 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11938
11939         * shell/ev-view.c: (ev_view_can_find_next):
11940         * shell/ev-window.c: (ev_window_setup_document):
11941
11942         Check that the document supports find
11943
11944 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11945
11946         * data/evince-ui.xml:
11947         * shell/ev-view.c: (ev_view_can_find_next):
11948         * shell/ev-view.h:
11949         * shell/ev-window.c: (update_action_sensitivity),
11950         (find_changed_cb), (ev_window_setup_document),
11951         (ev_window_cmd_edit_find_next):
11952
11953         Add Edit->Find Next
11954
11955 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11956
11957         * pdf/ev-poppler.cc:
11958         * shell/ev-print-job.c: (idle_print_handler):
11959
11960         Make printing work again
11961
11962 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11963
11964         * shell/ev-page-action.h:
11965         * shell/ev-page-action.c: (ev_page_action_widget_init),
11966         (ev_page_action_widget_class_init), (page_changed_cb),
11967         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11968         (get_filter_model_from_model), (match_selected_cb),
11969         (display_completion_text), (match_completion), (update_model),
11970         (connect_proxy), (ev_page_action_set_property),
11971         (ev_page_action_get_property), (ev_page_action_set_document),
11972         (ev_page_action_set_model), (ev_page_action_class_init): Big
11973         reworking to make completions work iff we have >= GTK-2.7.0
11974                 
11975         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11976         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11977         (job_finished_cb): We now have a 'model' property that is set when
11978         the links are loaded.  This can be caught with "notify::model"
11979
11980         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11981         listen for the model to be set, and propagate it to the action.
11982
11983 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11984
11985         * cut-n-paste/recent-files/egg-recent-item.c:
11986         (egg_recent_item_set_uri), (make_valid_utf8),
11987         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11988         * cut-n-paste/recent-files/egg-recent-item.h:
11989         
11990         Update egg-recent from libegg. This should fix long
11991         startup problem. For details see
11992         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11993
11994 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11995
11996         * cut-n-paste/recent-files/Makefile.am:
11997         * data/evince-ui.xml, shell/Makefile.am:
11998         * shell/ev-application.c, shell/ev-application.h:
11999         * shell/ev-window.c: Recent files support.
12000         
12001         * configure.ac: Added "ru" to ALL_LINGUAS.
12002         
12003         * dvju: new backend to support DJVU files.
12004         * dvi: new backend to support DVI.
12005
12006         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12007         * ev-application.c: Support for new backends.
12008         
12009         * help, ev-window.c, main.c shell/Makefile.am: 
12010         Evince user documentation.
12011
12012 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12013
12014         * po/POTFILES.in:
12015         * shell/ev-window.c:
12016         * thumbnailer/evince-thumbnailer.c:
12017
12018         s/pdf-document/ev-poppler
12019
12020 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12021
12022         * NEWS:
12023         * configure.ac:
12024
12025         Release 0.2.0
12026
12027         * ps/ps-document.c: (setup_pixmap):
12028
12029         Remove debug code
12030
12031 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12032
12033         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12034         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12035         (ev_window_cmd_go_first_page): Fix of by one errors.
12036
12037 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12038
12039         * ps/ps-document.c: (get_page_box):
12040
12041         Fix page size calculation
12042
12043 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12044
12045         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12046         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12047         (get_page_orientation), (setup_page), (document_load),
12048         (ps_document_get_page_size), (render_pixbuf_idle):
12049         * ps/ps-document.h:
12050
12051         More refactoring to adapt to EvDocument changes
12052
12053 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12054
12055         * ps/ps-document.c: (start_interpreter):
12056
12057         Actually add alpha args
12058
12059 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12060
12061         * pdf/ev-poppler.cc:
12062
12063         Make clipboard work again
12064
12065 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12066
12067         Make searching work again.
12068         
12069         * backend/ev-document.c:
12070         * backend/ev-document.h:
12071         * backend/ev-document-find.c:
12072         * backend/ev-document-find.h: Change EvDocumentIface so we no
12073         longer store the current page or zoom level in the document.  The
12074         consequence is that all calls that operate on the current page now
12075         instead take the page number as an extra argument, and all
12076         coordinates are now doubles in document coordinate system.
12077
12078         * pdf/ev-poppler.cc:
12079         * pixbuf/pixbuf-document.c:
12080         * ps/ps-document.c: Update backends accordingly.
12081
12082 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12083
12084         * autogen.sh:
12085
12086         Add required gettext version
12087
12088 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12089
12090         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12091         make F1 bring up non-existent help.
12092
12093         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12094         epiphany's find bar, #167477
12095
12096         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12097         <emil@nishra.com> to add space-bar scrolling, 
12098
12099         * shell/ev-window.c (static GtkActionEntry entries): add default
12100         keybinding for Help (F1)
12101         Fixes #171068
12102
12103         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12104         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12105         170110
12106
12107 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12108
12109         * Makefile.am: 
12110         * pixbuf/pixbuf-document.c: 
12111
12112         Got pixbuf backend working again
12113
12114 2005-04-01  Steve Murphy  <murf@e-tools.com>
12115
12116         * configure.in: Added "rw" to ALL_LINGUAS.
12117
12118 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12119
12120         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12121         model types, noticed by Martin Kretzschmar.
12122
12123 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12124
12125         * pdf/ev-poppler.cc: Implement search based on
12126         poppler_page_find_text().  Currently a bit crude since we remember
12127         all matches from all pages.  Also, we grab the big document lock
12128         when we search since searching changes the underlying stream and
12129         thus conflicts with the rendering thread.
12130         
12131         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12132         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12133         (ev_view_find_previous): Fix some page indexes to be 0 based,
12134         offset rubber band by view offset,
12135
12136 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12137
12138         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12139
12140 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12141
12142         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12143         completely because I didn't understand GtkActions.  I should
12144         read Marco's code more carefully in the future.
12145
12146         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12147         function
12148
12149 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12150
12151         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12152         PopplerRectangle change from poppler CVS.
12153
12154 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12155
12156         * backend/ev-document.c: (ev_document_get_page_label):
12157         * backend/ev-document.h:
12158         * backend/ev-page-cache.c: (_ev_page_cache_new),
12159         (ev_page_cache_get_page_label):
12160         * backend/ev-page-cache.h:
12161         * pdf/ev-poppler.cc:
12162         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12163         (links_page_num_func):
12164         * shell/ev-sidebar-thumbnails.c:
12165         (ev_sidebar_thumbnails_set_document):
12166         * shell/ev-view.c: (status_message_from_link),
12167         (ev_view_motion_notify_event):
12168         * shell/ev-window.c: (document_supports_sidebar): Add in page
12169         label support.  It's not perfect yet, but it's the first 'feature'
12170         in a while.
12171         Also, fix a bogus comment noticed by crispin. 
12172
12173 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12174
12175         * Makefile.am: Remove pixbuf backend for now
12176
12177         * configure.ac: Require poppler-glib instead of just poppler.
12178
12179         * backend/ev-document-thumbnails.h: Add a comment
12180
12181         * backend/ev-document.h:
12182         * backend/ev-document.c: (ev_document_class_init),
12183         (ev_document_load), (ev_document_get_link),
12184         (ev_document_get_links): Remove 3 methods and add get_links.
12185         Also, made 0 based.
12186
12187         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12188         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12189
12190         * backend/ev-link.c: (ev_link_set_title),
12191         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12192         (ev_link_mapping_find):
12193         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12194         
12195         * backend/ev-page-cache.c: (ev_page_cache_init),
12196         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12197         (ev_page_cache_get_size), (ev_page_cache_next_page),
12198         (ev_page_cache_prev_page): Fix to be 0 based.
12199
12200         * pdf/Makefile.am: 
12201         * pdf/ev-poppler.h:
12202         * pdf/ev-poppler.cc: New backend.
12203         
12204         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12205         (ps_document_get_page), (ps_document_document_iface_init):
12206
12207         * shell/ev-pixbuf-cache.h:
12208         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12209         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12210         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12211         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12212         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12213         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12214         based.
12215         
12216         * shell/ev-sidebar-thumbnails.c:
12217         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12218         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12219
12220         * shell/ev-view.c: (status_message_from_link),
12221         (find_page_at_location), (get_link_at_location),
12222         (ev_view_motion_notify_event), (ev_view_button_release_event),
12223         (ev_view_init): Use the new link code.  Fix to be 0 based.
12224
12225         * shell/ev-window.c: (update_action_sensitivity),
12226         (document_supports_sidebar): 0 based.
12227
12228 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12229
12230         * pdf/pdf-document.cc: Patch from Fernando Herrera
12231         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12232         *blush*
12233
12234 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12235
12236         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12237         1 to the page, as this seems to be 1 based.  I thought we has this
12238         fixed.  grump.
12239
12240 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12241
12242         * TODO:
12243         * backend/Makefile.am:
12244         * backend/ev-document-links.c:
12245         (ev_document_links_has_document_links),
12246         (ev_document_links_get_links_model):
12247         * backend/ev-document-links.h:
12248         * backend/ev-document.c: (ev_document_get_page_cache),
12249         (ev_document_get_doc_mutex), (ev_document_load),
12250         (ev_document_save), (ev_document_get_title),
12251         (ev_document_get_n_pages), (ev_document_set_page),
12252         (ev_document_get_page), (ev_document_set_target),
12253         (ev_document_set_scale), (ev_document_set_page_offset),
12254         (ev_document_get_page_size), (ev_document_get_text),
12255         (ev_document_get_link), (ev_document_render),
12256         (ev_document_render_pixbuf), (ev_document_scale_changed):
12257         * backend/ev-document.h:
12258         * backend/ev-job-queue.c: (remove_object_from_queue),
12259         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12260         (no_jobs_available_unlocked), (ev_render_thread),
12261         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12262         (ev_job_queue_remove_job):
12263         * backend/ev-job-queue.h:
12264         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12265         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12266         (ev_job_links_class_init), (ev_job_render_init),
12267         (ev_job_render_dispose), (ev_job_render_class_init),
12268         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12269         (ev_job_thumbnail_class_init), (ev_job_finished),
12270         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12271         (ev_job_render_run), (ev_job_thumbnail_new),
12272         (ev_job_thumbnail_run):
12273         * backend/ev-jobs.h:
12274         * backend/ev-link.c:
12275         * backend/ev-link.h:
12276         * backend/ev-page-cache.c: (ev_page_cache_init),
12277         (ev_page_cache_class_init), (ev_page_cache_finalize),
12278         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12279         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12280         (ev_page_cache_set_link), (ev_page_cache_get_title),
12281         (ev_page_cache_get_size), (ev_page_cache_next_page),
12282         (ev_page_cache_prev_page):
12283         * backend/ev-page-cache.h:
12284         * pdf/pdf-document.cc:
12285         * ps/gsdefaults.c:
12286         * ps/gsdefaults.h:
12287         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12288         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12289         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12290         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12291         (is_interpreter_ready), (output), (catchPipe), (input),
12292         (start_interpreter), (check_filecompressed), (compute_dimensions),
12293         (ps_document_enable_interpreter), (document_load),
12294         (ps_document_next_page), (render_page), (ps_document_set_page),
12295         (ps_document_set_scale), (render_pixbuf_idle),
12296         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12297         * ps/ps-document.h:
12298         * shell/Makefile.am:
12299         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12300         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12301         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12302         (ev_pixbuf_cache_new), (job_finished_cb),
12303         (check_job_size_and_unref), (move_one_job),
12304         (ev_pixbuf_cache_update_range), (find_job_cache),
12305         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12306         (ev_pixbuf_cache_add_jobs_if_needed),
12307         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12308         * shell/ev-pixbuf-cache.h:
12309         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12310         (idle_print_handler):
12311         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12312         (selection_changed_cb), (create_loading_model),
12313         (ev_sidebar_links_construct), (links_page_num_func),
12314         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12315         (update_page_callback), (job_finished_cb),
12316         (ev_sidebar_links_set_document):
12317         * shell/ev-sidebar-thumbnails.c:
12318         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12319         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12320         (page_changed_cb), (thumbnail_job_completed_callback),
12321         (ev_sidebar_thumbnails_set_document):
12322         * shell/ev-sidebar-thumbnails.h:
12323         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12324         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12325         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12326         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12327         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12328         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12329         (ev_view_button_release_event), (ev_view_scroll_view),
12330         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12331         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12332         (ev_view_new), (job_finished_cb), (page_changed_cb),
12333         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12334         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12335         (ev_view_find_previous):
12336         * shell/ev-view.h:
12337         * shell/ev-window.c: (update_action_sensitivity),
12338         (ev_window_open_page), (update_window_title), (update_total_pages),
12339         (page_changed_cb), (ev_window_setup_document),
12340         (password_dialog_response), (ev_window_cmd_save_as),
12341         (ev_window_print), (ev_window_cmd_go_previous_page),
12342         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12343         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12344         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12345         * shell/main.c: (main):
12346
12347         Merge evince-threads branch
12348
12349 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12350
12351         * configure.ac: Added "lt" to ALL_LINGUAS.
12352
12353 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12354
12355         * NEWS:
12356         * configure.ac:
12357
12358         Release 0.1.9
12359
12360 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12361
12362         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12363
12364         Fix here also the thumbnails 1-basedness :)
12365
12366 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12367
12368         * NEWS:
12369         * configure.ac:
12370
12371         Release 0.1.8
12372
12373 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12374
12375         * pdf/pdf-document.cc:
12376         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12377         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12378
12379         Fix the mess we did with thumbnails and 1-basedness
12380
12381 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12382
12383         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12384
12385 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12386
12387         * NEWS:
12388         * configure.ac:
12389
12390         Release 0.1.7
12391
12392 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12393
12394         * ps/Makefile.am:
12395         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12396         (gtk_gs_defaults_get_alpha_parameters),
12397         (gtk_gs_defaults_get_ungzip_cmd),
12398         (gtk_gs_defaults_get_unbzip2_cmd):
12399         * ps/gsdefaults.h:
12400         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12401         (ps_document_get_orientation), (document_load),
12402         (ps_document_goto_page), (ps_document_set_page_size):
12403         * ps/ps-document.h:
12404
12405         Some more sanitization of the ps backend. Remove a lot
12406         of unused code and do not base our defaults on ggv
12407         preferences (ugh!)
12408
12409 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12410
12411         * thumbnailer/evince-thumbnailer.schemas:
12412         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12413         (main): add -s option for thumbnail size.
12414
12415 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12416
12417         * configure.ac:
12418
12419         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12420         remove it.
12421
12422 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12423
12424         * pdf/pdf-document.cc:
12425
12426         Remove 4 pixels of useless border from the
12427         thumbnail.
12428
12429 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12430
12431         * backend/ev-document-thumbnails.c:
12432         (ev_document_thumbnails_get_thumbnail):
12433         * backend/ev-document-thumbnails.h:
12434
12435         Rework API a bit. Add a border flag and
12436         change sizing logic (now the size we specify
12437         applies to the bigger dimension).
12438
12439         * pdf/pdf-document.cc:
12440         * pixbuf/pixbuf-document.c:
12441         (pixbuf_document_thumbnails_get_thumbnail):
12442         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12443         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12444
12445         Adapt to the new API and do not draw a border for nautilus
12446         thumbnailer.
12447
12448 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12449
12450         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12451         take thumbnails from page "0" instead of "1". Added a copyright header.
12452
12453 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12454
12455         * ps/ps-document.c: (set_up_page), (start_interpreter):
12456
12457         Make it C89 compliant
12458
12459 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12460
12461         * Makefile.am:
12462         * configure.ac:
12463         * pdf/.cvsignore:
12464         * pdf/pdf-document.cc:
12465         * thumbnailer/Makefile.am:
12466         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12467         (main):
12468         * thumbnailer/evince-thumbnailer.schemas:
12469         * thumbnailer/pdf-icon.png:
12470
12471         Add a nautilus thumbnailer.
12472         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12473
12474 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12475
12476         * NEWS:
12477         * configure.ac:
12478         * po/POTFILES.in:
12479
12480         Release 0.1.6
12481
12482 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12483
12484         Use poppler instead of including xpdf source code.  Poppler is a
12485         fork of xpdf to build it as a shared library. See
12486         http://freedesktop.org/wiki/Software/poppler.
12487
12488         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12489         xpdf fork.
12490         
12491         * pdf/Makefile.am: Build libpdfdocument.a here.
12492         
12493         * pdf/GDKSplashOutputDev.cc:
12494         * pdf/GDKSplashOutputDev.h:
12495         * pdf/GnomeVFSStream.cc:
12496         * pdf/GnomeVFSStream.h:
12497         * pdf-document.cc:
12498         * pdf-document.h:
12499         * test-gdk-output-dev.cc
12500         * Thumb.cc:
12501         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12502         against poppler.
12503
12504 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12505
12506         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12507
12508         Clear idle stack before unsetting the document
12509
12510 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12511
12512         * ps/ps-document.c: (ps_document_widget_event),
12513         (ps_document_set_target), (ps_document_finalize),
12514         (ps_document_get_page):
12515
12516         Disconnect the widget event signal on finalize.
12517         Some code cleanups.
12518
12519 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12520
12521         * ps/ps-document.c: (set_up_page):
12522
12523         If there is no bpixmap create one, even if size
12524         is not changed.
12525
12526 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12527
12528         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12529         (set_up_page), (document_load), (ps_document_set_zoom):
12530
12531         Default page is 0. Calculate size even when we have no
12532         target yet.
12533
12534 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12535
12536         * shell/ev-sidebar.c: expand the selection widget to be always as
12537         wide as the sidebar
12538
12539 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12540
12541         * shell/ev-sidebar-thumbnails.c:
12542         (ev_sidebar_thumbnails_set_document):
12543
12544         Clear the list store when setting document
12545
12546 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12547
12548         * shell/ev-page-action.c: (update_entry), (sync_entry),
12549         (activate_cb), (entry_size_request_cb), (create_tool_item),
12550         (connect_proxy):
12551
12552         Use an entry for the page control instead of spinbuttons
12553
12554 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12555
12556         * data/evince.schemas.in:
12557
12558         Correct confusing string
12559
12560 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12561
12562         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12563         for real.  Gosh, how long has this been broken.
12564
12565         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12566         check for a NULL link.  We crash otherwise.
12567
12568 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12569
12570         * NEWS:
12571         * configure.ac:
12572
12573         Release 0.1.5
12574
12575 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12576
12577         * configure.ac: add the french translation.
12578
12579 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12580
12581         * shell/ev-window.c:
12582
12583         Remove unused header -> fix distcheck
12584
12585 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12586
12587         * shell/ev-window.c: (update_window_title),
12588         (ev_window_popup_password_dialog):
12589
12590         Unescape filename for display
12591
12592 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12593
12594         * pdf/xpdf/pdf-document.cc:
12595
12596         In get_page_size deal with rotation. Also
12597         cleanup the function a bit.
12598
12599 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12600
12601         * pdf/xpdf/pdf-document.cc:
12602
12603         Fix crash when opening in new window
12604
12605 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12606
12607         * configure.ac:
12608
12609         Check ghostscript >= 7
12610
12611 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12612
12613         * shell/ev-window.c:
12614
12615         Make page width the default sizing mode
12616
12617 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12618         Marco Pesenti Gritti <marco@gnome.org>
12619
12620         * shell/ev-window.c: Remember the sidebar size
12621
12622         * data/evince.schemas.in: Add a new gconf key to store the size of
12623         the sidebar
12624
12625 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12626
12627         * data/evince-ui.xml:
12628         * shell/ev-window.c: (update_action_sensitivity),
12629         (ev_window_cmd_view_reload):
12630         
12631         Add a "Reload" action and menu entry
12632
12633 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12634
12635         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12636         iff the type doesn't support thumbnailing and indexing.
12637
12638 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12639
12640         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12641
12642 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12643
12644         * pdf/splash/Splash.cc:
12645
12646         Port fix for a crasher from kde bug
12647         http://bugs.kde.org/show_bug.cgi?id=97131
12648
12649 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12650
12651         * pdf/xpdf/pdf-document.cc:
12652
12653         Return a link even if it's of an unrecognized
12654         type. Otherwise we go in an infinte cycle.
12655
12656 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12657
12658         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12659         (size_allocate_cb), (ev_window_set_sizing_mode):
12660
12661         Update size when switching mode
12662
12663 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12664
12665         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12666         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12667         (ev_window_cmd_view_normal_size):
12668
12669         Fix size toggle buttons behavior
12670
12671 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12672
12673         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12674         (doc_rect_to_view_rect), (ev_view_size_allocate),
12675         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12676         (scale_changed_callback):
12677
12678         Do not cache offsets in size_allocate.
12679
12680 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12681
12682         * shell/ev-view.c: (ev_view_size_allocate):
12683
12684         Calculate offsets before calling the parent
12685         class (which does a redraw)
12686
12687 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12688
12689         * pdf/xpdf/pdf-document.cc:
12690
12691         Fix a crasher on exit. Unused code, put a TODO
12692
12693 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12694
12695         * backend/ev-document.c: (ev_document_class_init),
12696         (ev_document_page_changed), (ev_document_scale_changed):
12697         * backend/ev-document.h:
12698
12699         Separate page/scale notifications
12700
12701         * pdf/xpdf/pdf-document.cc:
12702
12703         Emit the new signals.
12704         Do not display the pdf page in _render, do it
12705         when scale/page are requested.
12706
12707         * ps/ps-document.c: (ps_document_set_zoom),
12708         (ps_document_widget_event):
12709         * ps/ps-document.h:
12710
12711         Emit the new signals.
12712
12713         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12714         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12715         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12716         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12717         * shell/ev-view.h:
12718         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12719         (ev_window_cmd_view_page_width), (size_allocate_cb),
12720         (ev_window_set_sizing_mode):
12721
12722         Rework sizing to be pixel based.
12723         There are bugs but should be already way better.
12724
12725 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12726
12727         * shell/ev-window.c: (ev_window_init):
12728
12729         Do not allow to shrink sidebar smaller then
12730         child requisition
12731
12732 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12733
12734         * shell/ev-sidebar.[ch]
12735         * shell/ev-window.c:
12736
12737         Improved sidebar widget. Fixes #166683
12738
12739 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12740
12741         * shell/ev-view.c (update_find_status_message): Give translators
12742         more flexibility with ngettext plural handling.
12743
12744 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12745
12746         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12747         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12748         page when we get the page size.
12749
12750 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12751
12752         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12753
12754         ps pages are 0 based, convert 
12755
12756 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12757
12758         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12759
12760         Initialize correct parent class. Set GError on document load
12761
12762 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * pdf/xpdf/pdf-document.cc:
12765
12766         Fixup selection offset calculation
12767
12768         * shell/ev-view.c: (view_rect_to_doc_rect),
12769         (doc_rect_to_view_rect), (ev_view_size_allocate),
12770         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12771         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12772
12773         Store selection as document relative, so that zooming
12774         and offset changing doesnt break it.
12775
12776 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12777
12778         * shell/ev-view.c: (ev_view_best_fit):
12779
12780         Do not try to best fit if the view is not realized
12781
12782 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12783           
12784         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12785
12786 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12787
12788         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12789
12790 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12791
12792         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12793         the popup window.  That prevents it resizing when in full screen
12794         mode.
12795
12796         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12797         multiple rerenders.  This pretty much sucks.
12798
12799         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12800         rest of the toolbar.
12801
12802 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12803
12804         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12805
12806 2005-02-17  Alexander Shopov  <ash@contact.bg>
12807
12808         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12809
12810 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12811
12812         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12813
12814 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12815
12816         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12817         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12818         (set_document_page), (document_changed_callback),
12819         (ev_view_set_document), (ev_view_find_previous),
12820         (ev_view_hide_cursor), (ev_view_show_cursor):
12821         * shell/ev-view.h:
12822         * shell/ev-window.c: (update_chrome_visibility),
12823         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12824         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12825         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12826         (ev_window_unfullscreen):
12827         * shell/main.c: (main):
12828
12829         Automatically hide the fullscreen button.
12830         Patch by Kristian Høgsberg <krh@redhat.com>
12831
12832 2005-02-16  Vincent Noel  <vnoel@cox.net>
12833
12834         * shell/main.c (main): Specify an icon for the window. Patch by
12835         Jaap A. Haitsma. Fixes #166177.
12836
12837 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12838
12839         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12840
12841 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12842
12843         * backend/ev-document-misc.h:
12844         * backend/ev-document-misc.c:
12845         (ev_document_misc_get_page_border_size),
12846         (ev_document_misc_paint_one_page): New function to canonicalize
12847         sizing/painting a border.
12848
12849         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12850         used.
12851
12852         * pdf/xpdf/pdf-document.cc: use new function
12853
12854         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12855         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12856         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12857         shell/ev-window.c: (update_sizing_buttons),
12858         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12859         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12860         (ev_window_cmd_view_page_width), (size_allocate_cb),
12861         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12862         and "fit width" values act as toggle buttons so they stay
12863         toggled.  It's not 100% perfect, and it's a little slow, but it's
12864         good enough to commit I think.
12865
12866 2005-02-15  David Lodge  <dave@cirt.net>
12867
12868         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12869
12870 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12871
12872         * shell/ev-window.c (update_window_title): replace newlines in
12873         the title by spaces. Bug #166107.
12874
12875 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12876
12877         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12878         parameters providing allocation width and height without
12879         scrollbars and width of a possible vertical scrollbar. With this
12880         additional information the functions can work as
12881         intended. Unfortunately they're not idempotent. We should
12882         transform these commands to toggles. Fixes Bug #164976
12883         Initial patch by Stephane Loeuillet, then heavily modified.
12884
12885         * shell/ev-view.h: update prototypes.
12886
12887         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12888         (ev_window_cmd_view_page_width): provide EvView fit functions with
12889         all the information they need. Formulas to calculate this
12890         information taken from GtkScrolledWindow.
12891
12892 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12893
12894         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12895         created a thumbnail, the list store is updated to know
12896         that the thumbnail is set. Fixes bug #166792
12897
12898 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12899
12900         * shell/ev-window.c: fixed typo, closes bug 166897
12901
12902         * TODO: updated TODO with bug numbers that are relevant
12903
12904 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12905
12906         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12907
12908 2005-02-09  Vincent Noel  <vnoel@cox.net>
12909
12910         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12911         and "Next" toolbar buttons as important to make them stand out.
12912
12913 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12914
12915         * lib/ev-debug.c:
12916         * lib/ev-debug.h:
12917         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12918         (start_interpreter), (stop_interpreter), (document_load),
12919         (ps_document_next_page), (ps_document_goto_page),
12920         (ps_document_set_page_size), (ps_document_widget_event),
12921         (ps_document_render):
12922         * shell/ev-page-view.c: (ev_page_view_dispose):
12923         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12924
12925         Fix compilation on non-gcc platforms
12926
12927 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12928
12929         * NEWS:
12930         * configure.ac:
12931
12932         Release 0.1.4
12933
12934         * pdf/xpdf/Catalog.cc:
12935         * pdf/xpdf/XRef.cc:
12936
12937         Fix the fix for CAN-2004-0888
12938
12939 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12940
12941         * data/Makefile.am:
12942         * data/evince-ui.xml:
12943         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12944         * shell/ev-stock-icons.h:
12945         * shell/ev-window.c: (update_action_sensitivity),
12946         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12947         (set_action_properties):
12948
12949         Improve toolbar layout/icons
12950
12951 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12952
12953         * pdf/xpdf/pdf-document.cc:
12954
12955         Add warnings about unimplemented/unknown link
12956         types.
12957
12958 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12959
12960         * ps/ps-document.c: (set_up_page):
12961
12962         Log gs property
12963
12964 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12965
12966         * ps/ps-document.c: (start_interpreter):
12967
12968         Log gs env var
12969
12970 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12971
12972         * shell/ev-page-view.c: (ev_page_view_dispose):
12973         * shell/ev-view.c: (ev_view_finalize):
12974         * shell/ev-window.c: (ev_window_setup_document),
12975         (ev_window_dispose), (ev_window_init):
12976
12977         Solve more refs issues.
12978
12979         I commented out the page_view initialization for now:
12980         it was never destroyed (because it's never added
12981         to a container). Because of that we was leaking
12982         gs processes. Couldnt think to a clean fix.
12983         We need to figure this out, password view has the
12984         same issue probably.
12985
12986 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12987
12988         * ps/ps-document.c: (ps_document_finalize),
12989         (ps_document_get_n_pages), (ps_document_get_page):
12990
12991         Some cleanups, stop the interpreter on finalize
12992
12993         * shell/ev-page-view.c: (ev_page_view_dispose),
12994         (ev_page_view_class_init):
12995
12996         Release our reference on the document
12997
12998 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12999
13000         * Makefile.am:
13001         * configure.ac:
13002         * doc/debugging.txt:
13003         * lib/.cvsignore:
13004         * lib/Makefile.am:
13005         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13006         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13007         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13008         * lib/ev-debug.h:
13009
13010         Add debugging helpers
13011
13012         * ps/Makefile.am:
13013         * ps/ps-document.c: (set_up_page), (start_interpreter),
13014         (stop_interpreter), (document_load), (ps_document_next_page),
13015         (ps_document_goto_page), (ps_document_set_page_size),
13016         (ps_document_widget_event), (ps_document_render):
13017         * shell/Makefile.am:
13018         * shell/ev-view.c: (expose_bin_window):
13019         * shell/main.c: (main):
13020
13021         Add some logs
13022         
13023 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13024
13025         * ps/ps-document.c: (ps_document_widget_event):
13026
13027         Initialize message_window, this should make ps
13028         rendering really work! (Never noticed because I was
13029         testing with a ps that is causing gs to exit every time!)
13030
13031 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13032
13033         * data/evince.schemas.in: updated simple error in applyto closing tag
13034
13035 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13036
13037         * Makefile.am:
13038         * configure.ac:
13039         * data/.cvsignore:
13040         * data/Makefile.am:
13041         * data/evince-ui.xml:
13042         A data/evince.schemas.in:
13043         * po/POTFILES.in:
13044         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13045         * shell/ev-stock-icons.h:
13046         * shell/ev-window.c: (update_chrome_visibility),
13047         (update_chrome_flag), (ev_window_cmd_edit_find),
13048         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13049         (ev_window_unfullscreen), (ev_window_focus_in_event),
13050         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13051         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13052         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13053         (ev_window_dispose), (ev_window_class_init),
13054         (set_action_properties), (set_chrome_actions), (load_chrome),
13055         (ev_window_init):
13056
13057         Implement fullscreen mode changes from bug #164776.
13058         Also implement persistent chrome toggles.
13059
13060 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13061
13062         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13063
13064 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13065
13066         * NEWS:
13067         * configure.ac:
13068         * shell/ev-view.c:
13069
13070         Add another check for find interface
13071
13072         Release 0.1.3
13073
13074 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13075
13076         * shell/ev-application.c: (ev_application_open):
13077         * shell/ev-window.c: (ev_window_open):
13078
13079         Open gzipped ps documents
13080
13081 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13082
13083         * TODO:
13084         * shell/ev-view.c: (set_document_page):
13085
13086         Clamp page number, dont try to move to
13087         not existant pages.
13088
13089 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13090
13091         * backend/ev-document-find.c: (ev_document_find_changed):
13092         * backend/ev-document-find.h:
13093         * pdf/xpdf/pdf-document.cc:
13094         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13095         * shell/ev-window.c: (find_bar_search_changed_cb):
13096
13097         Fix several bugs with find
13098
13099 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13100
13101         * shell/ev-sidebar-thumbnails.c
13102         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13103         document. Prevents warning from scroll_to_cell.
13104
13105 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13106
13107         * configure.ac: Add «nb» to ALL_LINGUAS too.
13108
13109 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13110
13111         * NOTES: New file with some random thoughts.
13112
13113         * TODO: Update.
13114
13115         * backend/ev-document-misc.c:
13116         (ev_document_misc_get_page_border_size): New function to
13117         canonicalize shadow drawing sizes.  Possibly goofy.
13118
13119         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13120         (ev_view_best_fit), (ev_view_fit_width):
13121         * pdf/xpdf/pdf-document.cc:
13122         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13123         * ps/ps-document.c: (ps_document_get_page_size):
13124         * backend/ev-document-misc.h:
13125         * backend/ev-document.c: (ev_document_get_page_size):
13126         * backend/ev-document.h: get_page_size now takes a page number
13127         parameter.  Made all the backends/frontends honor it.
13128
13129         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13130         see.  Doesn't work yet.
13131
13132         * shell/Makefile.am:
13133         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13134         Doesn't do anything yet.
13135
13136         * shell/ev-sidebar-thumbnails.c:
13137         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13138         [0..n_pages-1]
13139
13140         * shell/ev-window.c: (update_action_sensitivity),
13141         (ev_window_setup_document), (ev_window_set_page_mode),
13142         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13143         view-swapping code a bit so we can have multiple views on a
13144         document.  Add the multi-page view, though it can't be turned on
13145         yet.
13146
13147 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13148
13149         * shell/ev-application.c: (ev_application_open):
13150         * shell/ev-view.c: (expose_bin_window):
13151         * shell/ev-window.c: (ev_window_open):
13152
13153         Support eps and check document supports find
13154         before drawing highlightings in expose.
13155
13156 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13157
13158         * pixbuf/pixbuf-document.c:
13159         (pixbuf_document_thumbnails_get_dimensions),
13160         (pixbuf_document_document_thumbnails_iface_init):
13161
13162         implement get_dimensions
13163
13164 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13165
13166         * NEWS:
13167         * configure.ac:
13168
13169         Release 0.1.2
13170
13171 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13172
13173         * shell/ev-view.c: (set_document_page):
13174
13175         Scroll at the top of the page when changing page
13176
13177 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13178
13179         * shell/ev-view.c: (ev_view_motion_notify_event):
13180
13181         Do not redraw unnecessarily
13182
13183 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * pdf/xpdf/pdf-document.cc:
13186         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13187         (expose_bin_window), (find_changed_cb):
13188
13189         Yay! find works now... Now to find bugs...
13190
13191 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * backend/ev-document-find.c: (ev_document_find_base_init),
13194         (ev_document_find_changed):
13195         * backend/ev-document-find.h:
13196         * pdf/xpdf/pdf-document.cc:
13197         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13198         (expose_bin_window), (ev_view_init), (set_document_page),
13199         (ensure_rectangle_is_visible), (jump_to_find_result),
13200         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13201         (ev_view_find_next), (ev_view_find_previous):
13202         * shell/ev-view.h:
13203         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13204
13205         More work on find implementation, mostly there now
13206
13207 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13208
13209         * backend/ev-backend-marshalers.list:
13210         * backend/ev-document-find.c: (ev_document_find_base_init),
13211         (ev_document_find_cancel), (ev_document_find_page_has_results),
13212         (ev_document_find_get_n_results), (ev_document_find_get_result),
13213         (ev_document_find_get_progress), (ev_document_find_changed):
13214         * backend/ev-document-find.h:
13215
13216         Enanche the find interface to be really able to do
13217         multi page find.
13218
13219         * pdf/xpdf/pdf-document.cc:
13220
13221         Implement
13222
13223         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13224         (expose_bin_window), (ev_view_init),
13225         (ev_view_get_find_status_message), (find_changed_cb),
13226         (ev_view_set_document), (set_document_page):
13227
13228         Adapt to the new interface. A few things are regressed sorry,
13229         I will finish it soon.
13230
13231 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13232
13233         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13234         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13235         ev_sidebar_thumbnails_parent_class variable, don't define another
13236         parent_class variable.
13237
13238         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13239         (ev_page_action_class_init): ditto.
13240
13241         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13242         (pixbuf_document_class_init): ditto.
13243
13244         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13245         ditto.
13246
13247         * .cvsignore: ignore various valgrind output files.
13248
13249 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * data/evince-ui.xml:
13252         * shell/Makefile.am:
13253         * shell/ev-history.c:
13254         * shell/ev-history.h:
13255         * shell/ev-navigation-action.c:
13256         * shell/ev-navigation-action.h:
13257         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13258         (ev_view_set_page), (ev_view_fit_width):
13259         * shell/ev-view.h:
13260         * shell/ev-window.c: (update_action_sensitivity),
13261         (ev_window_setup_document), (register_custom_actions):
13262
13263         Kill session history
13264
13265 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13266
13267         * shell/ev-window.c: (update_action_sensitivity):
13268
13269         Fix inverted up/down buttons
13270
13271 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13272
13273         * shell/ev-sidebar-thumbnails.c
13274         (ev_sidebar_thumbnails_select_page): make sure the selected
13275         thumbnail stays visible.
13276
13277 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13278
13279         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13280         scrolled window for Federico.
13281
13282 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13283
13284         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13285
13286 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13287
13288         * configure.ac:
13289         * pdf/splash/SplashFTFontEngine.cc:
13290
13291         Fix CID fonts with freetype 2.1.9
13292
13293 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13294
13295         * TODO: added item for desktop icon thumbnailer
13296
13297 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13298
13299         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13300         unloaded docs when the title is accessed.
13301
13302         * shell/ev-password-view.[hc]: New widget for displaying password
13303         state.
13304
13305         * shell/ev-window.[ch]: Refactor password handling code to handle
13306         the new view.
13307
13308 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13309
13310         * NEWS:
13311         * configure.ac:
13312         * data/Makefile.am:
13313
13314         Release 0.1.1
13315
13316 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13317
13318         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13319         ignore page offset here, to make search results independent of it,
13320
13321         * shell/ev-view.c (expose_bin_window): but take offsets into
13322         account here. Bug #164932
13323
13324         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13325         scale at the right time. Bug #164996
13326
13327 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13328
13329         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13330         fix the problem. Now I just removed the Adobe font names and hope
13331         that the URW fonts are always in outline format. Bug #164934
13332
13333         * shell/ev-window.c (update_window_title): empty titles are
13334         useless, use filename in that case too.
13335
13336         * NEWS: Add some content.
13337
13338 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13339
13340         * TODO: added one more TODO item and a TODONE section :)
13341
13342 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13343
13344         * ps/ps-document.h: add page_[xy]_offset fields.
13345
13346         * ps/ps-document.c (ps_document_set_page_offset)
13347         (ps_document_render): Keep offset in consideration in a few
13348         places. Bug #164752 "postscript documents are not centered in
13349         window"
13350
13351         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13352         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13353
13354         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13355         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13356         stub out missing methods for complete EvDocument implementation.
13357         Fixes segfaults with Save A Copy and Copy actions.
13358
13359         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13360         (ps_document_document_iface_init): ditto.
13361         
13362 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13363
13364         * data/.cvsignore:
13365         * data/Makefile.am:
13366         * data/evince.desktop.in:
13367
13368         Add desktop file
13369
13370 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13371
13372         * shell/ev-view.c: (ev_view_button_press_event),
13373         (ev_view_motion_notify_event):
13374
13375         Make selection work in any direction
13376
13377 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13378
13379         * TODO:
13380         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13381
13382         Use shorter labels for some of the toolbars items
13383
13384 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13385
13386         * pdf/xpdf/pdf-document.cc:
13387
13388         Check the links info is initialized before
13389         using it. Should fix a crash on startup.
13390
13391 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13392
13393         * pixbuf/pixbuf-document.c
13394         (pixbuf_document_thumbnails_get_dimensions): force floating point
13395         division to calculate page_ratio. Fixes crash with landscape
13396         format pixbufs.
13397
13398 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13399
13400         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13401
13402 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13403
13404         * shell/ev-view.c (set_document_page): unset has_selection when
13405         the page changes.
13406         (set_document_page): handle paper size changes when the page
13407         changes (test with Free Culture, page 2).
13408
13409 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13412         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13413
13414         Use normal style color for the widget background and
13415         draw a black box around the page.
13416
13417 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13418
13419         * pdf/xpdf/pdf-document.cc:
13420
13421         Keep offset in consideration in a few places
13422
13423         * shell/ev-view.c: (expose_bin_window):
13424
13425         Set the offsets so that the document is ever centered
13426
13427 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13428
13429         * TODO: Added TODO items and finished off the first todo item
13430
13431         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13432         reflect current authors
13433
13434 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13435
13436         * pdf/xpdf/pdf-document.cc:
13437         * shell/ev-view.c: (ev_view_set_cursor),
13438         (ev_view_motion_notify_event), (document_changed_callback),
13439         (set_document_page):
13440
13441         Show a wait cursor while the page is rendering
13442
13443 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13444
13445         * shell/ev-sidebar-thumbnails.c:
13446         (ev_sidebar_tree_selection_changed),
13447         (ev_sidebar_thumbnails_select_page):
13448         * shell/ev-sidebar-thumbnails.h:
13449         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13450         (ev_view_can_go_forward):
13451         * shell/ev-window.c: (ev_window_open_page),
13452         (ev_window_setup_document), (update_current_page),
13453         (view_page_changed_cb), (ev_window_init):
13454         * shell/ev-window.h:
13455
13456         Ensure thumbnails selection, toolbar page control and
13457         current page are in sync.
13458
13459 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13460
13461         * pdf/xpdf/XRef.cc:
13462
13463         Fix CAN-2005-0064
13464
13465 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13466
13467         * backend/Makefile.am:
13468         * backend/ev-document-links.h:
13469         * backend/ev-document-security.c: (ev_document_security_get_type),
13470         (ev_document_security_has_document_security),
13471         (ev_document_security_set_password):
13472         * backend/ev-document-security.h:
13473         * backend/ev-document.c: (ev_document_error_quark):
13474         * backend/ev-document.h:
13475         * data/Makefile.am:
13476         * data/evince-password.glade:
13477         * pdf/xpdf/pdf-document.cc:
13478         * shell/Makefile.am:
13479         * shell/ev-password.c: (ev_password_set_bad_password_label),
13480         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13481         (ev_password_dialog_get_password),
13482         (ev_password_dialog_set_bad_pass):
13483         * shell/ev-password.h:
13484         * shell/ev-window.c: (ev_window_get_attribute),
13485         (ev_window_set_property), (update_action_sensitivity),
13486         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13487         (ev_window_setup_document), (ev_window_get_password),
13488         (ev_window_open), (ev_window_cmd_save_as),
13489         (using_postscript_printer), (ev_window_print),
13490         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13491         (update_fullscreen_popup), (ev_window_fullscreen),
13492         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13493         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13494         (menu_item_select_cb), (find_bar_search_changed_cb),
13495         (ev_window_dispose), (ev_window_init):
13496
13497         Add initial support for password-supported dialogs.  This could be
13498         a lot cooler, but it'll do for now.
13499
13500 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * pdf/xpdf/pdf-document.cc:
13503         * shell/ev-view.c: (status_message_from_link),
13504         (ev_view_set_status), (ev_view_set_cursor),
13505         (ev_view_motion_notify_event), (ev_view_init):
13506         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13507
13508         Fix bugs in the links implementation and change cursor
13509         when hovering a link.
13510
13511 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13512
13513         * viewer/.cvsignore: added cvsignore file for viewer directory
13514
13515         * TODO: created TODO document
13516
13517 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13518
13519         * shell/ev-view.h:
13520         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13521         new functions to help with implementation of sensitivity code
13522         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13523         of all actions that might require it.  Fixes a crash when you
13524         click on the Zoom actions in a window lacking a document.
13525
13526 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13527
13528         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13529         of the Find action
13530
13531 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13532
13533         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13534         (pixbuf_document_document_iface_init):
13535         * ps/ps-document.c: (ps_document_get_link),
13536         (ps_document_document_iface_init):
13537         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13538         (status_message_from_link), (ev_view_set_status),
13539         (ev_view_set_find_status), (ev_view_motion_notify_event),
13540         (ev_view_button_release_event), (ev_view_set_property),
13541         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13542         (ev_view_get_find_status_message), (update_find_results),
13543         (ev_view_get_status), (ev_view_get_find_status):
13544         * shell/ev-view.h:
13545         * shell/ev-window.c: (view_status_changed_cb),
13546         (view_find_status_changed_cb), (ev_window_init):
13547
13548         View status message support, use it to show the links.
13549         Needs work...
13550
13551 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13552
13553         * backend/ev-document.c: (ev_document_get_link):
13554         * backend/ev-document.h:
13555         * pdf/xpdf/pdf-document.cc:
13556         * shell/ev-application.c: (ev_application_open):
13557         * shell/ev-application.h:
13558         * shell/ev-sidebar-links.c: (selection_changed_cb):
13559         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13560         (ev_view_go_to_link):
13561
13562         Add support for document links
13563
13564 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13565
13566         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13567         (create_tool_item):
13568         Set the spin button limits correctly.
13569         
13570         * shell/ev-sidebar-thumbnails.c:
13571         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13572         Support changing pages by clicking on the thumbnails.
13573         
13574 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13575
13576         * pixbuf/pixbuf-document.c:
13577         (pixbuf_document_thumbnails_get_dimensions),
13578         (pixbuf_document_document_thumbnails_iface_init):
13579
13580         implement get_dimensions
13581
13582 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13583
13584         * ps/ps-document.c: (ps_document_goto_page):
13585
13586         Fix page switching on multipage documents
13587
13588 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13589
13590         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13591         
13592         check for NULL before assigning to width and height parameters
13593
13594 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13595
13596         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13597         (pixbuf_document_set_property), (pixbuf_document_get_property):
13598
13599         implement get/set properties
13600
13601 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13602
13603         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13604         
13605         return NULL instead of "Unknown", letting the title get set to
13606         the filename when the pdf has no title.
13607
13608 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13609
13610         * ps/ps-document.c: (ps_document_get_page_count),
13611         (ps_document_goto_page):
13612
13613 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13614
13615         * shell/ev-history.c: (ev_history_get_property),
13616         (ev_history_set_property), (ev_history_class_init),
13617         (ev_history_add_page), (ev_history_set_current_index):
13618         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13619         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13620         (ev_navigation_action_finalize):
13621         * shell/ev-navigation-action.h:
13622         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13623         (ev_view_go_forward), (ev_view_get_find_status_message),
13624         (history_index_changed_cb), (ev_view_set_history):
13625         * shell/ev-view.h:
13626         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13627         (update_current_page), (register_custom_actions):
13628
13629         Implement history dropdowns
13630
13631 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13632
13633         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13634         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13635         (ev_view_go_forward):
13636         * shell/ev-window.c: (register_custom_actions):
13637
13638         Fix several history bugs
13639
13640 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13641
13642         * configure.ac: Add «nb» to ALL_LINGUAS.
13643
13644 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13645
13646         * backend/Makefile.am:
13647         * backend/ev-bookmark.c:
13648         * backend/ev-bookmark.h:
13649         * backend/ev-document-bookmarks.c:
13650         * backend/ev-document-bookmarks.h:
13651         * backend/ev-document-links.c: (ev_document_links_get_type),
13652         (ev_document_links_has_document_links),
13653         (ev_document_links_begin_read), (ev_document_links_get_link),
13654         (ev_document_links_get_child), (ev_document_links_next),
13655         (ev_document_links_free_iter):
13656         * backend/ev-document-links.h:
13657         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13658         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13659         (ev_link_get_link_type), (ev_link_set_link_type),
13660         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13661         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13662         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13663         (ev_link_new_external):
13664         * backend/ev-link.h:
13665         * pdf/xpdf/pdf-document.cc:
13666         * shell/Makefile.am:
13667         * shell/ev-application.c: (ev_application_open_link):
13668         * shell/ev-application.h:
13669         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13670         (ev_history_get_link_nth):
13671         * shell/ev-history.h:
13672         * shell/ev-sidebar-bookmarks.c:
13673         * shell/ev-sidebar-bookmarks.h:
13674         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13675         (ev_sidebar_links_class_init), (selection_changed_cb),
13676         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13677         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13678         (do_one_iteration), (populate_links_idle),
13679         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13680         * shell/ev-sidebar-links.h:
13681         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13682         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13683         (go_to_index):
13684         * shell/ev-view.h:
13685         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13686         * shell/ev-window.h:
13687
13688         Rename bookmark to link, and use "Index" for the sidebar panel.
13689
13690 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13691
13692         * shell/Makefile.am:
13693         * shell/ev-application.c: (ev_application_open_bookmark):
13694         * shell/ev-application.h:
13695         * shell/ev-history.c: (ev_history_init), (free_links_list),
13696         (ev_history_finalize), (ev_history_class_init),
13697         (ev_history_add_link), (ev_history_add_page),
13698         (ev_history_get_link_nth), (ev_history_get_n_links),
13699         (ev_history_get_current_index), (ev_history_set_current_index),
13700         (ev_history_new):
13701         * shell/ev-history.h:
13702         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13703         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13704         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13705         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13706         (ev_view_set_page):
13707         * shell/ev-view.h:
13708         * shell/ev-window.c: (ev_window_open_bookmark),
13709         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13710         (goto_page_cb), (register_custom_actions):
13711         * shell/ev-window.h:
13712
13713         Initial history implementation. Needs work.
13714
13715 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13716
13717         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13718
13719 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13720
13721         * cut-n-paste/recent-files/egg-recent-item.c:
13722         * cut-n-paste/recent-files/egg-recent-item.h:
13723         * cut-n-paste/recent-files/egg-recent-model.c:
13724         * cut-n-paste/recent-files/egg-recent-util.c:
13725         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13726         * cut-n-paste/recent-files/egg-recent-view.c:
13727
13728         Update
13729
13730 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13731
13732         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13733         (fillGlyph, fillImageMask, drawImage):
13734         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13735         pdf/splash/SplashTypes.h:
13736         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13737         packed mode for Splash.
13738
13739         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13740         RGB8 packed mode, eliminates the pixbuf data creation loop.
13741
13742         * shell/ev-print-job.c (ev_print_job_finalize)
13743         (ev_print_job_set_property, ev_print_job_get_property)
13744         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13745         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13746         (print_closure_finalize, ev_print_job_print): implement
13747         printing (for backends with EvPsExporter)
13748
13749         * shell/ev_print_job.h: update prototypes.
13750
13751         * shell/ev-window.c (ev_window_print): unref print job after
13752         printing.
13753
13754         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13755         unless the document implements the EvDocumentFind interface.
13756
13757 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13758
13759         * configure.ac: Added ja to ALL_LINGUAS.
13760
13761 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13762
13763         * pdf/xpdf/pdf-document.cc:
13764
13765         add a FIXME. We should probably not allocate
13766         a bookmark object every time
13767
13768 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13769
13770         * shell/ev-application.c: (ev_application_open),
13771         (ev_application_open_bookmark):
13772         * shell/ev-application.h:
13773         
13774         Add a way to open bookmarks
13775
13776         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13777         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13778         (ev_bookmark_set_property), (ev_bookmark_class_init),
13779         (ev_bookmark_new_title), (ev_bookmark_new_link),
13780         (ev_bookmark_new_external):
13781
13782         Support for external uris, better constructors.
13783
13784         * backend/ev-bookmark.h:
13785         * pdf/xpdf/pdf-document.cc:
13786         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13787
13788         Handle external uris
13789
13790 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13791
13792         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13793         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13794
13795         Hook up bookmarks navigation
13796
13797 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13798
13799         * backend/Makefile.am:
13800         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13801         (ev_bookmark_get_title), (ev_bookmark_set_title),
13802         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13803         (ev_bookmark_get_page), (ev_bookmark_set_page),
13804         (ev_bookmark_get_property), (ev_bookmark_set_property),
13805         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13806         (ev_bookmark_new):
13807         * backend/ev-bookmark.h:
13808         * backend/ev-document-bookmarks.c:
13809         (ev_document_bookmarks_get_bookmark):
13810         * backend/ev-document-bookmarks.h:
13811         * pdf/xpdf/pdf-document.cc:
13812         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13813
13814         Add a bookmark object to the backend and use it instead of get_values
13815
13816 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13817
13818         * data/evince-ui.xml:
13819
13820         Cleanup and add select all.
13821
13822         * shell/ev-view.c: (ev_view_select_all),
13823         (ev_view_button_press_event):
13824         * shell/ev-view.h:
13825         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13826
13827         Add select all.
13828         Clear selection on click.
13829
13830 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13831
13832         * shell/ev-sidebar-thumbnails.c
13833         (ev_sidebar_thumbnails_set_document): forgot to unref the
13834         loading_icon.
13835
13836 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13837
13838         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13839         at the visible page, not just linearly.  This makes it look fast.
13840
13841 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13842
13843         * backend/ev-document-misc.c
13844         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13845         white.
13846         * backend/ev-document-thumbnails.h: New interface to get the size
13847         of a page.
13848
13849 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13850
13851         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13852         make dist works
13853
13854 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13855
13856         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13857         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13858         things up a bit.
13859
13860         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13861
13862 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13863
13864         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13865         fonts. Should fix font problems on systems that have the base
13866         fonts in bitmap format. Reported by James Henstridge
13867         <james@jamesh.id.au>.
13868
13869 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13870
13871         * pdf/xpdf/Gfx.cc:
13872         * pdf/xpdf/GfxState.cc:
13873
13874         Fix for CAN-2004-1125
13875
13876 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13877
13878         * shell/ev-view.c: (ev_view_copy):
13879         * shell/ev-view.h:
13880         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13881
13882         Implement Edit->Copy
13883
13884 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13885
13886         * backend/ev-document.c: (ev_document_get_text):
13887         * backend/ev-document.h:
13888         * pdf/xpdf/pdf-document.cc:
13889         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13890         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13891         (ev_view_update_primary_selection), (ev_view_button_press_event),
13892         (ev_view_motion_notify_event), (ev_view_button_release_event):
13893
13894         Beginnings of clipboard support. Incomplete but primary sort
13895         of work.
13896
13897 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13898
13899         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13900         (expose_bin_window):
13901
13902         Nicer rubberband drawing, from GtkIconView.
13903
13904 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13905
13906         * backend/ev-document.c: (ev_document_save):
13907         * backend/ev-document.h:
13908         * data/evince-ui.xml:
13909         * pdf/xpdf/pdf-document.cc:
13910         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13911
13912         Implement "Save a copy..." menu item
13913
13914 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13915
13916         * shell/ev-view.c: (ev_view_zoom):
13917
13918         Queue a resize when zoom changes
13919
13920 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13921
13922         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13923         shadows.
13924
13925         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13926         thumbnails..
13927
13928 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13929
13930         * pdf/xpdf/pdf-document.cc
13931         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13932
13933 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13934
13935         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13936         It's slow, but I'll speed it up next!
13937
13938 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13939
13940         * shell/main.c (load_files):
13941
13942         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13943         from the command line and because it seems more appropriate.
13944
13945 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13946
13947         * data/evince-ui.xml:
13948         * shell/ev-window.c: (update_action_sensitivity),
13949         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13950
13951         s/next page/page down
13952         s/previous page/page up
13953
13954 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * data/evince-ui.xml:
13957
13958         Change the layout to match clarkbw design.
13959
13960         * shell/Makefile.am:
13961         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13962         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13963         (ev_navigation_action_finalize),
13964         (ev_navigation_action_set_property),
13965         (ev_navigation_action_get_property),
13966         (ev_navigation_action_class_init):
13967         * shell/ev-navigation-action.h:
13968
13969         Implement clarkbw toolbar navigation controls (incomplete)
13970
13971         * shell/ev-page-action.c: (update_label), (update_spin),
13972         (value_changed_cb), (create_tool_item), (connect_proxy),
13973         (ev_page_action_init), (ev_page_action_finalize),
13974         (ev_page_action_set_property), (ev_page_action_get_property),
13975         (ev_page_action_set_current_page),
13976         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13977         * shell/ev-page-action.h:
13978
13979         Implement a page switcher in the toolbar
13980
13981         * shell/ev-view.c: (ev_view_scroll_view):
13982         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13983         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13984         (register_custom_actions), (ev_window_init):
13985
13986         Change page on PageUp/Down.
13987
13988 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13989
13990         * pdf/xpdf/pdf-document.cc
13991         (pdf_document_thumbnails_get_thumbnail): initial stab at
13992         implementing thumbnail support for pdfs.  It only does documents
13993         with precached pdfs now.
13994
13995 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13996
13997         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13998         thumbnail code into a time-based idle as well.  Also, turn off the
13999         shadow temporarily as it's really slow.
14000
14001 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14002
14003         * backend/ev-document.c: (ev_document_class_init):
14004         * pdf/xpdf/pdf-document.cc:
14005         * shell/ev-window.c: (ev_window_open):
14006
14007         Fix document title bugs and fallback to
14008         filename when not available.
14009
14010 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14011
14012         * backend/ev-document.c: (ev_document_get_type),
14013         (ev_document_class_init), (ev_document_load),
14014         (ev_document_get_title):
14015         * backend/ev-document.h:
14016         * pdf/xpdf/pdf-document.cc:
14017         * ps/ps-document.c: (ps_document_set_property),
14018         (ps_document_get_property), (ps_document_class_init),
14019         (document_load):
14020         * ps/ps-document.h:
14021         * ps/ps.h:
14022         * shell/ev-window.c: (update_window_title), (ev_window_open),
14023         (ev_window_init):
14024
14025         Initial support for document title. Not working yet.
14026
14027 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14030
14031         Grab focus on the view when clicking it
14032
14033 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14034
14035         * shell/ev-marshal.list:
14036         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14037         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14038
14039         Add key bindings to the view. Now if the focus would work
14040         right...
14041
14042 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14043
14044         * Makefile.am:
14045         * backend/Makefile.am:
14046         * data/Makefile.am:
14047         * dvi/Makefile.am:
14048         * dvi/dvilib/Makefile.am:
14049         * pdf/xpdf/Makefile.am:
14050         * po/POTFILES.in:
14051         * ps/Makefile.am:
14052
14053         Fix distcheck
14054
14055 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14056
14057         * shell/ev-view.c: (ev_view_realize):
14058
14059         Fix mouse wheel scrolling
14060
14061 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14062
14063         * ps/Makefile.am:
14064         * ps/gstypes.h:
14065         * ps/gtkgs.c:
14066         * ps/gtkgs.h:
14067         * ps/ps-document.c: (catchPipe), (ps_document_init),
14068         (ps_document_class_init), (ps_document_cleanup),
14069         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14070         (set_up_page), (close_pipe), (is_interpreter_ready),
14071         (interpreter_failed), (output), (input), (start_interpreter),
14072         (stop_interpreter), (file_length), (file_readable),
14073         (check_filecompressed), (check_pdf), (compute_xdpi),
14074         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14075         (ps_document_get_type), (ps_document_emit_error_msg),
14076         (document_load), (ps_document_next_page),
14077         (ps_document_get_current_page), (ps_document_get_page_count),
14078         (ps_document_goto_page), (ps_document_set_page_size),
14079         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14080         (ps_document_load), (ps_document_get_n_pages),
14081         (ps_document_set_page), (ps_document_get_page),
14082         (ps_document_widget_event), (ps_document_set_target),
14083         (ps_document_set_scale), (ps_document_set_page_offset),
14084         (ps_document_get_page_size), (ps_document_render),
14085         (ps_document_document_iface_init):
14086         * ps/ps-document.h:
14087         * ps/ps.c:
14088         * shell/ev-window.c: (ev_window_open):
14089
14090         Rename GtkGS to PSDocument
14091
14092 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14093
14094         * ps/gtkgs.c: (gtk_gs_class_init):
14095         * ps/gtkgs.h:
14096
14097         Some more leftover...
14098
14099 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14100
14101         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14102         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14103         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14104         * ps/gtkgs.h:
14105
14106         Remove unused code and make a lot of stuff private
14107
14108 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14109
14110         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14111         (gtk_gs_defaults_changed):
14112         * ps/gsdefaults.h:
14113         * ps/gtkgs.c:
14114         * ps/gtkgs.h:
14115         * ps/ps.h:
14116
14117         Cleanup headers dependencies
14118
14119 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14120
14121         * ps/Makefile.am:
14122         * ps/ggvutils.c:
14123         * ps/ggvutils.h:
14124         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14125         * ps/gsdefaults.h:
14126         * ps/gtkgs.c: (file_length), (file_readable),
14127         (check_filecompressed), (check_pdf), (gtk_gs_load),
14128         (gtk_gs_get_postscript):
14129
14130         Get rid of ggvutils
14131
14132 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14133
14134         * ps/ggvutils.c:
14135         * ps/ggvutils.h:
14136         * ps/gsio.h:
14137         * ps/gtkgs.c: (gtk_gs_set_zoom):
14138
14139         Cleanups
14140
14141 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14142
14143         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14144
14145         Ensure the page is rerendered when changing zoom
14146
14147 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14148
14149         * backend/ev-document.c: (ev_document_base_init),
14150         (ev_document_changed):
14151         * backend/ev-document.h:
14152
14153         Add a changed event that is emitted when the page content
14154         changes. This is necessary to deal with the fact that
14155         in ps backend rendering happen asycrounously.
14156         This makes the ps backend mostly work.
14157
14158         * pdf/xpdf/pdf-document.cc:
14159
14160         Emit changed event
14161
14162         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14163         (ps_document_set_target):
14164
14165         Emit changed event
14166
14167         * shell/ev-view.c: (document_changed_callback),
14168         (ev_view_set_document), (ev_view_set_page):
14169
14170         Redraw on the changed signal
14171
14172 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14173
14174         * configure.ac: Added pt_BR to ALL_LINGUAS.
14175
14176 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14177
14178         * backend/ev-document-bookmarks.c:
14179         (ev_document_bookmarks_get_child): *
14180         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14181         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14182         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14183         (ev_sidebar_bookmarks_destroy),
14184         (ev_sidebar_bookmarks_class_init),
14185         (ev_sidebar_bookmarks_construct), (stack_data_free),
14186         (do_one_iteration), (populate_bookmarks_idle),
14187         (ev_sidebar_bookmarks_clear_document),
14188         (ev_sidebar_bookmarks_set_document): *
14189         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14190         (ev_sidebar_add_page),
14191         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14192         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14193         it displays both the topics and the page numbers.
14194
14195 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14196
14197         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14198         toggle.
14199         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14200         visible.
14201
14202 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14203
14204         * configure.ac: Added en_CA to ALL_LINGUAS.
14205
14206 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14207
14208         * ChangeLog: replace bottom of this ChangeLog (merged history of
14209         ggv and gpdf; where all paths were wrong and most of the files are
14210         not even in this tree) with ChangeLog (from arch) of the shell
14211         code.
14212
14213 2004-12-23  Havoc Pennington  <hp@redhat.com>
14214
14215         * shell/ev-window.c: hook up potentially-questionable "find
14216         results status text" feature - something involving the sidebar or
14217         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14218         might be better in the end.
14219
14220         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14221         with corresponding signal when it should be updated
14222
14223         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14224
14225 2004-12-22  Havoc Pennington  <hp@redhat.com>
14226
14227         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14228         find stuff on other pages, sort of (only returns one result on
14229         invisible pages, to show they have results; updates full results
14230         for a page when you view it). Currently repaints the current page
14231         every time a new result is found on any page, which isn't so nice.
14232
14233 2004-12-22  Havoc Pennington  <hp@redhat.com>
14234
14235         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14236         the document doesn't support find (better ideas?)
14237         (find_bar_search_changed_cb): handle missing document or document
14238         that doesn't support find
14239
14240         * pdf/xpdf/pdf-document.cc: port to implement the new
14241         EvDocumentFindIface
14242
14243         * backend/ev-document-find.c: create a new interface for searching
14244
14245         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14246
14247 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14248
14249         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14250         libevbackend.la.
14251
14252         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14253         EvPrintJob constructor arguments.
14254
14255         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14256         for documents that can export PostScript (page by page).
14257
14258         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14259         
14260         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14261         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14262         (pdf_document_ps_exporter_iface_init:
14263         Implement EvPSExporter.
14264
14265         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14266
14267 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14268
14269         * backend/Makefile.am:
14270         * backend/ev-document-thumbnails.c:
14271         (ev_document_thumbnails_get_type),
14272         (ev_document_thumbnails_get_thumbnail):
14273         * backend/ev-document-thumbnails.h:
14274         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14275         (pixbuf_document_thumbnails_get_thumbnail),
14276         (pixbuf_document_document_thumbnails_iface_init):
14277         * shell/Makefile.am:
14278         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14279         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14280         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14281         * shell/ev-sidebar-thumbnails.h:
14282         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14283         (ev_sidebar_set_document):
14284         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14285         (create_shadow), (ev_pixbuf_add_shadow):
14286         * shell/ev-utils.h:
14287         Add thumbnail support.
14288         
14289 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14290
14291         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14292         (using_postscript_printer): Set up a print dialog for "PostScript
14293         injection" method.
14294
14295         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14296         EvPrintJob.
14297
14298         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14299
14300 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14301
14302         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14303         (ps_document_set_target), (ps_document_get_page_size),
14304         (ps_document_render):
14305         * ps/gtkgs.h:
14306
14307         Fix a few bugs
14308
14309 2004-12-22  Christian Rose  <menthos@menthos.com>
14310
14311         * configure.ac: Added "sv" to ALL_LINGUAS.
14312
14313 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14314
14315         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14316         document supports bookmarks.
14317
14318 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14319
14320         * ps/ggvutils.c: (ggv_file_readable):
14321         * ps/ggvutils.h:
14322         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14323         (gtk_gs_get_postscript):
14324
14325         Remove unused utils
14326
14327 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14328
14329         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14330         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14331         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14332         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14333         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14334         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14335         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14336         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14337         (gtk_gs_set_antialiasing), (ps_document_load),
14338         (ps_document_render):
14339         * ps/gtkgs.h:
14340
14341         Another check point for the ps backend. Now I can get it to show
14342         pages!
14343
14344 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14345
14346         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14347         document setting code.
14348
14349 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14350
14351         * shell/eggfindbar.c: (entry_activate_callback):
14352         Animate the next button when activate is pressed.
14353         
14354 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14355
14356         * shell/ev-window.c: (ev_window_cmd_edit_find),
14357         (update_fullscreen_popup), (ev_window_fullscreen),
14358         (ev_window_unfullscreen), (ev_window_state_event_cb),
14359         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14360         Fix bugs in fullscreen code.
14361         
14362 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14363
14364         * Makefile.am:
14365         * configure.ac:
14366         * pixbuf/Makefile.am:
14367         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14368         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14369         (pixbuf_document_set_page), (pixbuf_document_get_page),
14370         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14371         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14372         (pixbuf_document_render), (pixbuf_document_begin_find),
14373         (pixbuf_document_end_find), (pixbuf_document_finalize),
14374         (pixbuf_document_class_init),
14375         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14376         * pixbuf/pixbuf-document.h:
14377         * shell/Makefile.am:
14378         * shell/ev-application.c: (ev_application_open):
14379         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14380         (ev_window_open):
14381         Add pixbuf backend.
14382         
14383 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14384
14385         * Makefile.am: 
14386         * dvi/dvilib/Makefile.am:
14387         * dvi/Makefile.am:
14388         * configure.ac: Auto*ify dvi and dvi/dvilib
14389
14390         * dvi/Makefile: Remove from CVS
14391         
14392         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14393         confusion.
14394
14395         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14396         
14397         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14398         
14399 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14400
14401         * ps/Makefile.am:
14402         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14403         (gtk_gs_value_adjustment_changed), (compute_size),
14404         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14405         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14406         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14407         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14408         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14409         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14410         (ps_document_load), (ps_document_get_n_pages),
14411         (ps_document_set_page), (ps_document_get_page),
14412         (ps_document_set_target), (ps_document_set_scale),
14413         (ps_document_set_page_offset), (ps_document_get_page_size),
14414         (ps_document_render), (ps_document_begin_find),
14415         (ps_document_end_find), (ps_document_document_iface_init):
14416         * ps/gtkgs.h:
14417         * shell/Makefile.am:
14418         * shell/ev-window.c: (ev_window_open):
14419
14420         Some work to integrate gtkgs with EvDocument
14421
14422 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14423
14424         * shell/ev-window.c: (update_fullscreen_popup),
14425         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14426         (exit_fullscreen_button_clicked_cb),
14427         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14428         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14429         (ev_window_state_event_cb), (ev_window_init):
14430         Add fullscreen support from Epiphany.
14431         
14432 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14433
14434         * data/ev-stock-zoom-fit-width.png: fit-width
14435         stock icon from gpdf.
14436         
14437         * shell/ev-stock-icons.[ch]: copied from gpdf.
14438         
14439         * shell/main.c: (main): init stock icons.
14440         
14441         * shell/ev-window.c: use the fit-width icon.
14442         
14443         * data/evince-ui.xml: add zooming toolbar items.
14444
14445 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14446
14447         * shell/ev-view.c: 
14448         (ev_view_best_fit), (ev_view_fit_width): because
14449         get_page_size() returns the scaled page size, we
14450         need to calculate the scale factor relative to
14451         the previous scale factor. Should really just
14452         add get_real_page_size().
14453
14454 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14455
14456         * shell/ev-view.[ch]:
14457         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14458         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14459         add zooming.
14460         
14461         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14462         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14463         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14464         hook it up.
14465         
14466         * pdf/xpdf/pdf-document.cc:
14467         (pdf_document_begin_find),
14468         (pdf_document_end_find): make static.
14469
14470 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14471
14472         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14473
14474         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14475         names to fontconfig patterns.
14476         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14477
14478         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14479         setupBaseFontsFc.
14480
14481 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14482
14483         * Makefile.am:
14484         * configure.ac:
14485         * ps/Makefile.am:
14486         * ps/ggvutils.c:
14487         * ps/ggvutils.h:
14488         * ps/gsdefaults.c:
14489         * ps/gsdefaults.h:
14490         * ps/gsio.c:
14491         * ps/gsio.h:
14492         * ps/gtkgs.c:
14493         * ps/gtkgs.h:
14494         * ps/ps.c:
14495         * ps/ps.h:
14496
14497         Import ggv backend. Not hooked up yet.
14498
14499 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14500
14501         * shell/main.c: (load_files), (main): load files
14502         from the command line.
14503
14504 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14505
14506         * configure.ac: don't require bonobo.
14507         
14508         * cut-n-paste/recent-files/*: kill bonobo recent
14509         view.
14510
14511         * shell/ev-window.c:
14512         (ev_window_is_empty): upd.
14513         (unable_to_load), (ev_window_open): load backend
14514         based on the mime type.
14515
14516 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14517
14518         * backend/.cvsignore: ignore generated marshalers source.
14519
14520         * shell/main.c (main): this is not epiphany.
14521
14522 2004-12-22  Havoc Pennington  <hp@redhat.com>
14523
14524         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14525         (expose_bin_window): draw find highlights
14526
14527         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14528         
14529         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14530         (pdf_document_end_find): implement this interface
14531
14532         * backend/ev-document.c (ev_document_found): add this to emit
14533         signal
14534
14535 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14536
14537         * data/evince-ui.xml: Add a few more toolbar items.
14538
14539         * shell/ev-window.c: Hook up page navigation toolbar 
14540         items.
14541
14542         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14543         a page-changed signal.
14544
14545         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14546         Add ev_document_get_page().
14547
14548         * shell/ev-window.c: Sensitize/desensitize navigation
14549         actions.
14550
14551 2004-12-21  Havoc Pennington  <hp@redhat.com>
14552
14553         * backend/ev-backend-marshal.c,
14554         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14555         marshaler-generator thingy. I'm sure there's a better way to do
14556         this in the modern world.
14557
14558         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14559         end_find methods and "found" signal.
14560
14561         * configure.ac: find glib-genmarshal
14562
14563 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14564
14565         * shell/ev-sidebar.c: Construct an actual sidebar.
14566         * shell/ev-sidebar-bookmarks.[ch]:
14567         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14568
14569 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14570
14571         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14572         Redo size handling.
14573         
14574         * shell/ev-view.c: Track the size from the document.
14575
14576 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14577
14578         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14579         constructor assumes ownership of the string passed in.
14580         
14581         * shell/ev-window.c (ev_window_open): Destroy the error
14582         dialog once we've displayed it.
14583
14584 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14585
14586         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14587         a bit, it works! (sort of)
14588
14589         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14590         Move to .cc since we need to use C++ in the implementation.
14591
14592         * shell/dummy.cc: Add a CC file to force evince
14593         to be linked as a C++ program.
14594
14595 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14596
14597         * shell/ev-view.[ch]: Start of content-area widget.
14598
14599         * shell/ev-window.c: Create a EvView, update it
14600         as we change documents.
14601
14602         * shell/Makefile.am shell/ev-marshal.list: Add
14603         generated marshalers.
14604
14605 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14606
14607         * Makefile.am (SUBDIRS): move shell.
14608
14609 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14610
14611         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14612         .a to libtool convenience libraries.
14613
14614         * shell/ev-window.c (ev_window_open): Hard code loading
14615         a PDF document.
14616         
14617         * backend/ev-document.h: Add a boolean return to load(),
14618         fix GError * to GError **.
14619
14620         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14621         object for a PDF backend EvDocument.
14622
14623 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14624
14625         * dvi/*: New directory with the beginning of a .dvi backend.
14626
14627 2004-12-21  Havoc Pennington  <hp@redhat.com>
14628
14629         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14630         previous/next instead of back/forward
14631
14632 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14633
14634         * backend/ev-document.[ch]: Fix a couple of problems so
14635         it compile.
14636
14637 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14638
14639         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14640         to backend/ directory, rename EvViewer to EvDocument.
14641
14642 2004-12-21  Havoc Pennington  <hp@redhat.com>
14643
14644         * shell/ev-window.c: hook up the find bar widget; now we just need
14645         a document to find things in
14646
14647         * shell/eggfindbar.c: a find bar widget
14648
14649 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14650
14651         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14652
14653 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14654
14655         * pdf/**: Import of xpdf code from gpdf. 
14656
14657         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14658
14659         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14660         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14661         Fix FreeType includes.
14662
14663         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14664         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14665         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14666         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14667         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14668         Include xpdfconfig.h
14669         
14670 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14671
14672         * shell/ev-window.c (ev_window_dispose): dispose can be called
14673         multiple times.
14674
14675 2004-12-21  Havoc Pennington  <hp@redhat.com>
14676
14677         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14678         rather than Evince
14679
14680         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14681         items; really they should be synced with the strings, etc. from
14682         current gpdf, but just getting the boring typing out of the way 
14683
14684 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14685
14686         * po/POTFILES.in:
14687         * shell/ev-application.c: (window_destroy_cb):
14688         * shell/ev-window.c:
14689         * shell/main.c: (main):
14690
14691         Actually show the window...
14692
14693 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14694
14695         * Makefile.am:
14696         * shell/Makefile.am:
14697         * shell/ev-application.c: (ev_application_class_init):
14698         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14699
14700         Make it build again
14701
14702 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14703
14704         Import to gnome cvs.
14705         
14706         * Remove copies of gpdf and ggv trees.
14707         * Rip out all the recursive configure code.
14708         * Remove bonobo machinery.
14709         * viewer/*: GInterfaces that backends should/can implement.
14710
14711 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14712
14713         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14714         typo
14715
14716 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14717
14718         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14719         (ev_application_finalize, ev_application_class_init)
14720         (ev_application_init): use GType instance private data for priv.
14721
14722         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14723         (ev_window_finalize, ev_window_class_init)
14724         (ev_window_init): ditto.
14725
14726 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14727
14728         * shell/ev-application.c (ev_application_new_window): make public
14729         (ev_application_show_initial_window): kill.
14730
14731         * shell/ev-application.h: update prototypes.
14732
14733         * shell/main.cc (main): inline ev_application_show_initial_window.
14734
14735 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14736
14737         * shell/ev-application.c (ev_application_new_window): impl.
14738         (ev_application_show_initial_window): use it.
14739         (is_window_empty, ev_application_get_empty_window): returns an
14740         existing empty window or a new one.
14741         (ev_application_open): from ev_window_cmd_file_open.
14742
14743         * shell/ev-application.h: update prototypes
14744
14745         * shell/ev-window.c (ev_window_is_empty): impl.
14746         (ev_window_open): make public.
14747         (ev_window_cmd_file_open): use ev_application_open
14748
14749         * shell/ev-window.h: update prototypes, remove unused.
14750
14751 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14752
14753         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14754         move destroy handler out of here...
14755
14756         * shell/ev-application.c, shell/ev-application.h: ...into this new
14757         class. Also handles initial window creation.
14758
14759         * shell/main.cc (main): use EvApplication to create initial
14760         window.
14761
14762 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14763
14764         * Makefile.am (SUBDIRS): add cut-n-paste
14765
14766         * cut-n-paste/Makefile.am: add
14767
14768         * configure.ac: generate Makefiles in cut-n-paste
14769
14770 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14771
14772         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14773         (ev_window_class_init): install ev_window_dispose.
14774
14775 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14776
14777         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14778         char (gchar looks stupid).
14779
14780 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14781
14782         * po/de.po: updated German translation.
14783
14784 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14785
14786         * configure.ac: add more pkg-config library checks for gnome-vfs,
14787         bonobo etc.
14788
14789         * gpdf/configure.in: temporarily disable libpaper
14790         checks. Otherwise I'd have to add the checks for the shell, too.
14791
14792 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14793
14794         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14795         and * file filters to the file choose.
14796
14797 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14798
14799         * po/de.po: Updated German translation.
14800
14801 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14802
14803         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14804
14805 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14806
14807         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14808
14809         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14810         (ev_window_init): implement those menuitems.
14811
14812 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14813
14814         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14815
14816         * shell/ev-window.c (ev_window_init): use the toolbar.
14817
14818 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14819
14820         * shell/ev-window.c (ev_window_init): use menu translations
14821
14822 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14823
14824         * configure.ac: add "de" to ALL_LINGUAS.
14825
14826         * po/de.po: add German translation.
14827
14828 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14829
14830         * Makefile.am (SUBDIRS): add po
14831
14832         * configure.ac: check intltool, glib-gettext etc, generate
14833         po/Makefile.in
14834
14835         * po, po/POTFILES.in, po/POTFILES.skip: new.
14836
14837 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14838
14839         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14840         already use (#ifdef ENABLE_NLS)
14841
14842         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14843         pointer indirection thinko.
14844
14845         * shell/main.c: include gi18n.h for bindtextdomain etc.
14846
14847 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14848
14849         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14850         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14851         tooltips for menu items in the statusbar.
14852
14853 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14854
14855         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14856         pkgdatadir drop UIDIR
14857
14858 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14859
14860         * data/evince-ui.xml: Add File->Open menu item
14861
14862         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14863         chooser), hook it up in the ui manager.
14864
14865 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14866
14867         * shell/ev-window.c: fix Help->About tooltip.
14868
14869 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14870
14871         * configure.ac: set CFLAGS for libevprivate.
14872
14873         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14874         definitions, factory etc.
14875
14876         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14877
14878         * shell/Makefile.am: link against libevprivate.a.
14879
14880         * shell/ev-window.c (entries): add stock icon to Help->About.
14881
14882         * shell/main.c (main): init stock icon code.
14883
14884 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14885
14886         * lib/recent-files: egg recent files code
14887
14888         * lib/Makefile.am: add.
14889
14890         * Makefile.am: add lib subdir.
14891
14892         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14893         set CFLAGS for recent-files.
14894
14895 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14896
14897         * configure.ac: disable -ansi and -pedantic gcc flags. They
14898         disable POSIX stuff in stdio.h, but egg-recent uses them.
14899
14900 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14901
14902         * configure.ac: add --disable-deprecated flag (defaults to on in
14903         "cvs" builds).
14904
14905         * shell/Makefile.am (INCLUDES): use it.
14906
14907 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14908
14909         * shell/main.c: add missing #include.
14910
14911         * shell/ev-window.c: fix for pedantic gcc.
14912         (ev_window_cmd_help_about): split license into paragraphs for
14913         translators and pedantic compilers.
14914
14915 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14916
14917         * configure.ac: add more warning flags if compiling with gcc from
14918         cvs (or explicitly requested with --enable-more-warnings).
14919
14920 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14921
14922         * data/evince-ui.xml: add File and File->Close menu.
14923
14924         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14925         (ev_window_destroy): quit after destroy.
14926         (ev_window_class_init): override GtkObject::destroy.
14927         (entries): install close_window callback.
14928
14929 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14930
14931         * Makefile.am (SUBDIRS): add data subdir.
14932
14933         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14934         gtk+ 2.5.0 for GtkAboutDialog.
14935
14936         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14937         main window.
14938
14939         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14940
14941         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14942         manager.
14943         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14944
14945 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14946
14947         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14948
14949 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14950
14951         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14952
14953 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14954
14955         * shell/*: Added shell directory boilerplate, build it.
14956
14957 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14958
14959         * configure.ac, Makefile.am: Added top-level configure.ac and
14960         Makefile.am