]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Remove an invalid ifdef.
[evince.git] / ChangeLog
1 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
4
5         Remove an invalid ifdef.
6         
7 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-view.c: (ev_view_motion_notify_event):
10
11         Make sure the cursor is correctly restored after showing the right
12         click menu.
13         
14 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
17         (ev_attachment_open):
18         * shell/ev-sidebar-attachments.c:
19         (ev_sidebar_attachments_button_press):
20         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
21
22         Use GdkAppLaunchContext when available to open attachments.
23         
24 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
27
28         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
29         by Eric Piel.
30         
31 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * shell/ev-application.c: (ev_application_get_media_keys):
34         * shell/ev-media-player-keys.[ch]:
35         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
36         (ev_media_player_keys_grab_keys),
37         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
38         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
39         * shell/ev-window.[ch]: (ev_window_dispose),
40         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
41         (ev_window_init):
42
43         Clean up the media player keys stuff.
44         
45 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * NEWS:
48         * configure.ac:
49
50         Update for release 2.23.91.
51         
52 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * cut-n-paste/smclient/eggsmclient-xsmp.c:
55         (sm_client_xsmp_set_initial_properties):
56
57         Fix memory leak.
58         
59 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
60
61         * shell/ev-application.c: (ev_application_open_window),
62         (ev_application_open_uri_at_dest):
63
64         Make sure evince starts up in the right workspace when resuming a
65         previous session.
66         
67 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * shell/ev-application.[ch]: (ev_application_open_window),
70         (ev_application_add_icon_path_for_screen),
71         (ev_application_open_uri_at_dest):
72
73         Fix window manager warnings shown in ~/.xsession-errors
74         
75 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * configure.ac:
78         * cut-n-paste/Makefile.am:
79         * cut-n-paste/smclient/Makefile.am:
80         * cut-n-paste/smclient/eggdesktopfile.[ch]:
81         * cut-n-paste/smclient/eggsmclient-private.h:
82         * cut-n-paste/smclient/eggsmclient-xsmp.c:
83         * cut-n-paste/smclient/eggsmclient.[ch]:
84
85         EggSMClient copied from libegg
86
87         * libdocument/ev-file-helpers.c: (ev_dot_dir):
88         * shell/Makefile.am:
89         * shell/ev-application.[ch]: (ev_application_load_session),
90         (smclient_save_state_cb), (smclient_quit_cb),
91         (ev_application_init_session), (ev_application_shutdown),
92         (ev_application_init):
93         * shell/main.c: (main):
94
95         Use EggSMClient instead of gnome-client and remove libgnome and
96         libgnomeui dependencies.
97         
98 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * shell/main.c: (main):
101
102         Remove gnome_authentication_manager_init.
103         
104 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * shell/ev-view.c: (ev_view_goto_window_create):
107
108         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
109         since it's now deprecated.
110         
111 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * backend/djvu/Makefile.am:
114         * backend/djvu/djvu-document-private.h:
115         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
116         (djvu_document_find_iface_init):
117         * backend/djvu/djvu-text-page.[ch]:
118         * backend/djvu/djvu-text.[ch]: Removed
119         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
120         (pdf_document_find_iface_init):
121         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
122         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
123         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
124         (ev_job_find_get_n_results), (ev_job_find_get_progress),
125         (ev_job_find_has_results), (ev_job_find_get_results):
126         * shell/ev-view-private.h:
127         * shell/ev-view.[ch]: (ev_view_expose_event),
128         (highlight_find_results), (ev_view_finalize),
129         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
130         (ev_view_set_document), (ev_view_find_get_n_results),
131         (ev_view_find_get_result), (jump_to_find_result),
132         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
133         (ev_view_find_previous), (ev_view_find_search_changed),
134         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
135         * shell/ev-window.c: (ev_window_update_actions),
136         (page_changed_cb), (ev_window_setup_document),
137         (ev_window_update_find_status_message),
138         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
139         (ev_window_clear_find_job), (find_bar_close_cb),
140         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
141         (ev_window_dispose), (ev_window_init):
142
143         Rework find interface. The find logic has been moved from backends
144         to the shell avoiding a lot of duplicated code in the backends and
145         making easier to implement the find interface in the backends.
146         
147 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * backend/pdf/ev-poppler.cc:
150         (pdf_document_thumbnails_get_dimensions):
151
152         Make sure thumbnail size returned by the PDF is actually
153         valid. Fixes bug #548462.
154         
155 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * shell/ev-window.c: (ev_window_setup_document),
158         (ev_window_set_document), (ev_window_dispose):
159
160         Remove the idle function for setting the document up when the
161         window is destroyed. Fixes bug #549163.
162         
163 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
166         (ev_job_attachments_dispose), (ev_job_attachments_run),
167         (ev_job_attachments_class_init), (ev_job_attachments_new):
168         * shell/ev-sidebar-attachments.c:
169         (ev_sidebar_attachments_set_document):
170
171         Add a new job to get the attachments in a thread with the document
172         lock held. Fixes bug #548653.
173         
174 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
175
176         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
177         (tiff_document_document_iface_init):
178
179         Implement document_get_page_label in tiff backend.
180         
181 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * backend/tiff/tiff-document.c: (tiff_document_render):
184
185         Handle document orientation in tiff backend. Fixes bug #548444.
186         
187 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
190
191         Do not crash when adjustment page size is 0. Fixes bug #547440.
192         
193 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * cut-n-paste/evmountoperation/ev-mount-operation.c:
196
197         Sync with current GTK+.
198         
199 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
200
201         * configure.ac:
202         
203         Update for release 2.23.6.
204
205 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
208         (ev_job_load_set_password):
209         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
210         * shell/ev-window.c: (password_dialog_response),
211         (ev_window_load_job_cb):
212
213         Fix loading encrypted documents since I broke it with the jobs
214         rework.
215         
216 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * NEWS:
219
220         Update NEWS for 2.23.6 release.
221         
222 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
223
224         * backend/impress/impress-document.c:
225         * backend/impress/render.h:
226         * libdocument/ev-document-factory.c:
227         * libdocument/ev-document-factory.h:
228         * libdocument/ev-document-links.h:
229         * libdocument/ev-document-misc.c:
230         * libdocument/ev-document-misc.h:
231         * properties/ev-properties-main.c:
232         * properties/ev-properties-view.c:
233         * properties/ev-properties-view.h:
234         * shell/eggfindbar.c:
235         * shell/eggfindbar.h:
236         * shell/ev-application.c:
237         * shell/ev-application.h:
238         * shell/ev-jobs.h:
239         * shell/ev-message-area.h:
240         * shell/ev-navigation-action.c:
241         * shell/ev-navigation-action.h:
242         * shell/ev-open-recent-action.c:
243         * shell/ev-open-recent-action.h:
244         * shell/ev-page-action-widget.c:
245         * shell/ev-page-action.c:
246         * shell/ev-page-action.h:
247         * shell/ev-page-cache.h:
248         * shell/ev-password-view.h:
249         * shell/ev-password.h:
250         * shell/ev-pixbuf-cache.h:
251         * shell/ev-properties-fonts.c:
252         * shell/ev-sidebar-attachments.c:
253         * shell/ev-sidebar-links.c:
254         * shell/ev-sidebar-links.h:
255         * shell/ev-sidebar-thumbnails.c:
256         * shell/ev-sidebar-thumbnails.h:
257         * shell/ev-sidebar.c:
258         * shell/ev-sidebar.h:
259         * shell/ev-stock-icons.c:
260         * shell/ev-tooltip.h:
261         * shell/ev-view.c:
262         * shell/ev-view.h:
263         * shell/ev-window.c:
264         * shell/ev-window.h:
265         * shell/main.c:
266
267         More #include cleanups. Again: reordering, single gtk.h
268         includes and other stuff.
269
270 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
271
272         * shell/eggfindbar.c:
273         * shell/ev-application.c:
274         * shell/ev-message-area.c:
275         * shell/ev-navigation-action.c:
276         * shell/ev-open-recent-action.c:
277         * shell/ev-page-action-widget.c:
278         * shell/ev-page-action.c:
279         * shell/ev-password-view.c:
280         * shell/ev-properties-dialog.c:
281         * shell/ev-properties-fonts.c:
282         * shell/ev-sidebar-attachments.c:
283         * shell/ev-sidebar-page.c:
284         * shell/ev-sidebar-thumbnails.c:
285         * shell/ev-stock-icons.c:
286         * shell/ev-tooltip.c:
287         * shell/ev-view.c:
288         * shell/ev-window.c:
289         * shell/main.c:
290
291         Cleanup many #include statements: reorder so that a
292         generic-to-specific order is used, use single gtk.h
293         includes, and some other cleanups.
294
295 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * shell/ev-jobs.h:
298
299         Add gio header.
300         
301 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
302
303         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
304         (ev_document_fc_mutex_trylock):
305         * shell/Makefile.am:
306         * shell/ev-job-queue.[ch]:
307         * shell/ev-job-scheduler.[ch]:
308         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
309         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
310         (ev_job_run), (ev_job_cancel), (ev_job_failed),
311         (ev_job_failed_from_error), (ev_job_succeeded),
312         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
313         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
314         (ev_job_links_class_init), (ev_job_render_init),
315         (notify_page_ready), (ev_job_render_page_ready),
316         (ev_job_render_run), (ev_job_render_class_init),
317         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
318         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
319         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
320         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
321         (ev_job_save_dispose), (ev_job_save_run),
322         (ev_job_save_class_init), (ev_job_print_init),
323         (ev_job_print_dispose), (ev_job_print_run),
324         (ev_job_print_class_init):
325         * shell/ev-page-cache.c:
326         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
327         (check_job_size_and_unref), (move_one_job),
328         (copy_job_to_job_info), (add_job),
329         (ev_pixbuf_cache_add_jobs_if_needed):
330         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
331         (job_fonts_finished_cb), (job_fonts_updated_cb),
332         (ev_properties_fonts_set_document):
333         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
334         (ev_sidebar_links_set_document):
335         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
336         (ev_sidebar_thumbnails_set_document),
337         (ev_sidebar_thumbnails_clear_job):
338         * shell/ev-view-private.h:
339         * shell/ev-view.c:
340         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
341         (ev_window_refresh_window_thumbnail), (password_dialog_response),
342         (ev_window_clear_load_job), (ev_window_clear_reload_job),
343         (ev_window_load_job_cb), (ev_window_reload_job_cb),
344         (window_open_file_copy_ready_cb), (ev_window_open_uri),
345         (ev_window_reload_document), (ev_window_clear_save_job),
346         (ev_window_save_job_cb), (file_save_dialog_response_cb),
347         (ev_window_clear_print_job), (ev_window_print_job_cb),
348         (ev_window_print_dialog_response_cb):
349         * shell/main.c: (main):
350
351         Rework the jobs system in order to make it simpler and more
352         extensible. It allows to run jobs in the main loop instead of
353         using a thread when it's appropriate like the fonts job. Now it's
354         also possible to cancel jobs that are currently running. 
355         
356 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * libdocument/ev-debug.c: (profile_init):
359
360         Create the hash table also when profiling service is enabled for
361         all sections.
362         
363 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
364
365         * libdocument/ev-debug.[ch]: (ev_profiler_start),
366         (ev_profiler_stop):
367         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
368         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
369         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
370         (ev_job_print_run):
371         * shell/main.c: (main):
372
373         Add a profile mode available when debug is enabled. Add profilers
374         in ev-jobs.
375         
376 2008-07-23  Götz Waschk <waschk@mandriva.org>
377
378         * configure.ac: Correctly build desktop file. Fixes
379         bug #544237.
380
381 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
382
383         * configure.ac:
384         
385         Update for release 2.23.5.
386
387 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * NEWS:
390
391         Update NEWS for 2.23.5 release.
392         
393 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * shell/ev-window.c: (ev_window_state_event),
396         (ev_window_class_init):
397
398         Intercept window manager's fullscreen request in order to run/stop
399         fullscreen mode. Fixes bug #493541.
400         
401 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * shell/ev-window.c: (find_bar_visibility_changed_cb):
404
405         Restart the job search when the find bar is opened for the second
406         time. Fixes bug #531956.
407         
408 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
411         (get_document_from_uri):
412
413         Make sure we always return a valid error struct when
414         get_document_from_uri fails. Fixes nautilus crash, see bug
415         #542548.
416         
417 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
418
419         * libdocument/ev-transition-effect.c
420         (ev_transition_effect_type_get_type),
421         (ev_transition_effect_alignment_get_type),
422         (ev_transition_effect_direction_get_type):
423         
424         Fixes bug #542924. Makes enums static to fix Solaris build.
425
426 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * shell/ev-view.c: (ev_view_key_press_event):
429
430         Add '.' keybinding for blanking the screen in presentation
431         mode. Fixes bug #542001.
432         
433 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * libdocument/ev-document-misc.c:
436         (ev_document_misc_pixbuf_from_surface):
437
438         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
439         #540950.
440         
441 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
442
443         * backend/comics/comics-document.c (comics_document_load):
444         * backend/comics/comicsdocument.evince-backend.in:
445         * configure.ac:
446         * thumbnailer/evince-thumbnailer-comics.schemas.in:
447         
448         Added support for 7-zip based cb7 comic book. Patch by
449         Kartik Rustagi. Fixes bug #532312.
450
451 2008-06-24  Bastien Nocera  <hadess@hadess.net>
452
453         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
454         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
455         Fixes bug #539972.
456
457 2008-06-24  Bastien Nocera  <hadess@hadess.net>
458
459         * shell/Makefile.am:
460         * shell/ev-application.c (ev_application_init),
461         (ev_application_get_media_keys):
462         * shell/ev-application.h:
463         * shell/ev-marshal.list:
464         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
465         (proxy_destroy), (on_media_player_key_pressed),
466         (ev_media_player_keys_init), (ev_media_player_keys_focused),
467         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
468         * shell/ev-media-player-keys.h:
469         * shell/ev-window.c (ev_window_go_previous_page),
470         (ev_window_go_next_page), (ev_window_go_first_page),
471         (ev_window_go_last_page), (ev_window_start_presentation),
472         (ev_window_dispose), (view_actions_focus_in_cb):
473         * shell/ev-window.h: When building with D-Bus support, listen
474         for multimedia key events from gnome-settings-daemon. This allows
475         to go to the next/previous/first/last pages using, respectively,
476         Next/Previous/Rewing/Fast Forward. The Play button is used to start
477         a presentation. Fixes bug #539971.
478
479 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
480
481         * configure.ac:
482         
483         Update for release 2.23.4.
484
485 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * NEWS:
488
489         Update news for 2.23.4 release.
490         
491 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
494         * shell/ev-sidebar-thumbnails.c:
495         (ev_sidebar_thumbnails_set_loading_icon),
496         (ev_sidebar_thumbnails_refresh):
497         * shell/ev-window.c: (ev_window_error_message),
498         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
499         (ev_window_set_document):
500
501         Do not crash opening documents with no pages and show a warning
502         message in the message area. Fixes bugs #537574 and #171588.
503         
504 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * shell/Makefile.am:
507         * shell/ev-file-monitor.[ch]:
508         * shell/ev-window.c: (ev_window_document_changed),
509         (ev_window_clear_reload_job), (ev_window_load_job_cb),
510         (ev_window_reload_job_cb), (ev_window_open_uri),
511         (ev_window_reload_document), (ev_window_cmd_view_reload),
512         (ev_window_dispose):
513
514         Automaticly reload the document when the file has changed on
515         disk. Bug #304249.
516         
517 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
518
519         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
520         * libdocument/ev-image.c: (ev_image_save_tmp):
521         * libdocument/ev-module.c: (ev_module_load):
522         * shell/ev-application.c: (ev_application_shutdown),
523         (ev_application_get_print_settings):
524         * shell/ev-sidebar-attachments.c:
525         (ev_sidebar_attachments_button_press),
526         (ev_sidebar_attachments_drag_data_get):
527         * shell/ev-window.c: (window_save_file_copy_ready_cb),
528         (ev_window_print_finished), (ev_window_print_send),
529         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
530         (ev_window_preview_print_finished), (ev_window_do_preview_print),
531         (ev_window_cmd_preview_print):
532         * shell/main.c: (load_files_remote):
533         Fix some build warnings under GCC 4.3.0. (#537535).
534
535 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * shell/ev-jobs.c: (ev_job_render_dispose):
538
539         Fix a crash in debug mode. Patch by Daniel M German.
540         
541 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * shell/ev-window.c:
544
545         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
546         
547 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * shell/ev-window.c: (ev_window_print_send),
550         (ev_window_do_preview_print):
551
552         Use the window title as print job name instead of just
553         "evince-print". Fixes bug #534493.
554         
555 2008-05-19  Frederic Peters  <fpeters@0d.be>
556
557         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
558         Bug #533897.
559
560 2008-05-19  Frederic Peters  <fpeters@0d.be>
561
562         * help/reference/Makefile.am: added missing libevmountoperation to
563         gtkdoc-scanobj libraries.  Bug #533896.
564
565 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
566
567         * properties/ev-properties-view.c (get_default_user_units):
568         Fixes check for default units string translation. Bug #533323.
569
570 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
571
572         * backend/impress/iksemel.c (sax_core): Fix a free() that should
573         be an iks_free(). Fix an array overflow in the XML parser that
574         would occur whenever the number of attributes in a tag was greater
575         than 0 and divisible by 6. Fixes GNOME bug #530852.
576
577 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * backend/djvu/djvu-document-private.h:
580         * backend/djvu/djvu-links.c:
581         * backend/djvu/djvu-text.c:
582         * backend/djvu/djvu-document.c: (djvu_handle_events),
583         (djvu_wait_for_message), (djvu_document_load),
584         (document_get_page_size), (djvu_document_render),
585         (djvu_document_thumbnails_get_thumbnail),
586         (djvu_document_file_exporter_end):
587
588         Make sure load job doesn't finish successfully when the document
589         is not successfully decoded by libdjvu. Fixes bug #530202.
590         
591 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * configure.ac:
594         * libdocument/Makefile.am:
595         * libdocument/ev-debug.[ch]:
596         * libdocument/ev-document.c:
597         * shell/ev-jobs.c: (ev_job_links_dispose),
598         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
599         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
600         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
601         (ev_job_render_page_ready), (ev_job_render_run),
602         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
603         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
604         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
605         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
606         (ev_job_print_new), (ev_job_print_run):
607         * shell/main.c: (main):
608
609         Add debug mode based on gedit code. Add debug messages in
610         ev-jobs.
611         
612 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * libdocument/ev-document-factory.c: (get_document_from_uri):
615
616         Fix memory leak.
617         
618 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
619
620         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
621         (get_mime_type_from_data), (get_document_from_uri),
622         (ev_document_factory_get_document):
623         
624         Improved error message about file opening failture.
625         Bug #529129.
626
627 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
628
629         * data/evince-toolbar.xml:
630         
631         Allow to add SaveAs to toolbar.
632
633 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
634
635         * shell/ev-view-private.h:
636         * shell/ev-view.[ch]: (ev_view_button_release_event),
637         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
638         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
639         (ev_view_update_primary_selection), (clear_link_selected),
640         (ev_view_copy_link_address):
641         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
642
643         Update also the primary selection when copying a link
644         address. Fixes bug #520855.
645         
646 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * libdocument/ev-document-factory.c: (get_document_from_uri):
649
650         Use the pixbuf backend only when the mime type is not supported by
651         any of the other backend so that tiff documents, for instance, are
652         handled by the tiff backend instead of the pixbuf backend. fixes
653         bug #520290.
654         
655 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * cut-n-paste/Makefile.am:
658
659         Add evmountoperation to subdirs list.
660         
661 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * configure.ac:
664
665         Fix libspectre check in configure script. Fixes bug #528549.
666         
667 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * configure.ac:
670         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
671         * shell/Makefile.am:
672         * shell/ev-window.c: (ev_window_load_remote_failed),
673         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
674
675         Add GtkMountOperation (renamed to avoid conflicts) to be able to
676         open documents in remote locations that are not mounted.
677         
678 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
681         (bitmap_convert_msb8):
682         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
683         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
684
685         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
686         
687 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
690         (ev_job_render_new), (ev_job_render_set_selection_info),
691         (ev_job_render_run):
692         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
693         (check_job_size_and_unref),
694         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
695         (add_job), (ev_pixbuf_cache_get_selection_surface):
696
697         Create the render context needed for rendering a page in the render
698         thread so that we don't block the main thread. Simplify
699         EvJobRender API.
700         
701 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * libdocument/Makefile.am:
704         * libdocument/ev-page.[ch]:
705         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
706         (ev_render_context_new), (ev_render_context_set_page):
707         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
708         (ev_form_field_finalize), (ev_form_field_class_init):
709         * libdocument/ev-document-forms.[ch]:
710         (ev_document_forms_get_form_fields):
711         * libdocument/ev-document.[ch]: (ev_document_get_page),
712         (ev_document_get_page_size), (ev_document_get_page_label):
713         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
714         (ev_job_render_run), (ev_job_thumbnail_new),
715         (ev_job_thumbnail_run), (ev_job_print_run):
716         * shell/ev-page-cache.c: (ev_page_cache_new):
717         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
718         (check_job_size_and_unref), (add_job):
719         * shell/ev-sidebar-thumbnails.c: (add_range):
720         * shell/ev-view.c: (ev_view_form_field_get_region),
721         (ev_view_form_field_button_create_widget),
722         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
723         (ev_view_handle_form_field), (ev_view_size_allocate),
724         (get_selected_text):
725         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
726         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
727         (pdf_document_get_page), (pdf_document_get_page_label),
728         (pdf_document_render), (pdf_document_get_info),
729         (pdf_document_document_iface_init),
730         (pdf_document_thumbnails_get_thumbnail),
731         (pdf_document_thumbnails_get_dimensions),
732         (pdf_document_file_exporter_do_page),
733         (pdf_selection_render_selection),
734         (pdf_selection_get_selected_text),
735         (pdf_selection_get_selection_region),
736         (pdf_selection_get_selection_map),
737         (pdf_document_forms_get_form_fields),
738         (pdf_document_forms_form_field_text_get_text),
739         (pdf_document_forms_form_field_text_set_text),
740         (pdf_document_forms_form_field_button_set_state),
741         (pdf_document_forms_form_field_button_get_state),
742         (pdf_document_forms_form_field_choice_get_item),
743         (pdf_document_forms_form_field_choice_get_n_items),
744         (pdf_document_forms_form_field_choice_is_item_selected),
745         (pdf_document_forms_form_field_choice_select_item),
746         (pdf_document_forms_form_field_choice_toggle_item),
747         (pdf_document_forms_form_field_choice_unselect_all),
748         (pdf_document_forms_form_field_choice_set_text),
749         (pdf_document_forms_form_field_choice_get_text):
750         * backend/ps/ev-spectre.c: (ps_document_get_page),
751         (ps_document_get_page_size), (ps_document_get_page_label),
752         (ps_document_render), (ps_document_document_iface_init),
753         (ps_document_file_exporter_do_page):
754         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
755         (tiff_document_render), (tiff_document_render_pixbuf),
756         (tiff_document_file_exporter_do_page):
757         * backend/pixbuf/pixbuf-document.c:
758         (pixbuf_document_get_page_size):
759         * backend/comics/comics-document.c:
760         (comics_document_get_page_size), (comics_document_render_pixbuf):
761         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
762         (djvu_document_render), (djvu_selection_get_selected_text),
763         (djvu_document_thumbnails_get_thumbnail),
764         (djvu_document_file_exporter_do_page),
765         (djvu_document_find_get_result):
766         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
767         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
768         (dvi_document_thumbnails_get_thumbnail),
769         (dvi_document_file_exporter_do_page):
770         * backend/impress/impress-document.c:
771         (impress_document_get_page_size),
772         (impress_document_render_pixbuf):
773         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
774
775         Add EvPage so that we can hold a reference to the backend
776         page. Form fields keep now a reference to the poppler page
777         improving performance since we don't have to create/destroy the
778         poppler field for every form operation. This will be needed for
779         annotations too.
780         
781 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * data/evince-ui.xml:
784         * shell/ev-window.c:
785
786         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
787         
788 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * configure.ac:
791         * backend/ps/Makefile.am:
792
793         Remove gs stuff from ps backend.
794         
795 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * configure.ac:
798         * backend/pdf/ev-poppler.cc:
799
800         Bump poppler requirement to 0.8.0.
801         
802 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
803
804         * NEWS:
805         * configure.ac:
806
807         Update for release 2.22.1.1
808
809 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * configure.ac:
812
813         Fix build (again) when poppler version is 0.6
814         
815 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * backend/djvu/djvu-links.c: (build_tree):
818
819         Make sure link title is a valid utf8 string. Fixes bug #526517.
820         
821 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * configure.ac:
824
825         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
826         #526799.
827         
828 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
829
830         * configure.ac:
831         
832         Update for release 2.22.1.
833
834 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * NEWS:
837
838         Update for upcoming release.
839
840 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * configure.ac:
843         * backend/dvi/dvidocument.evince-backend.in:
844
845         Add compressed dvi to the list of supported mime types. Patch by
846         Ed Catmur. Fixes bug #307087.
847
848 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * shell/ev-jobs.c: (ev_job_print_get_page_list):
851
852         Fix a crash when printing a range that doesn't specify the start or
853         end page. Fixes bug #524288.
854
855 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * shell/ev-window.c: (ev_window_cmd_continuous),
858         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
859         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
860         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
861         (ev_window_run_presentation), (ev_window_stop_presentation),
862         (ev_window_cmd_view_presentation),
863         (ev_window_cmd_leave_fullscreen),
864         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
865
866         Do not unfullscreen and fullscreen again the window when changing
867         from fullscreen to presentation mode and vice versa. Fixes bug
868         #524112.
869         
870 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
873
874         Do not crash when thumbnail failed to render in PS backend. Fixes
875         bug #525015.
876         
877 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * shell/ev-window.c: (window_open_file_copy_ready_cb),
880         (ev_window_load_file_remote), (ev_window_open_uri):
881
882         Handle errors when opening remote files.
883         
884 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * shell/ev-page-action.c: (ev_page_action_grab_focus):
887
888         Only grab the focus for the current visible proxy widget. Fixes
889         bug #521224.
890         
891 2008-03-30  Emil Soleyman  <emil@nishra.com>
892
893         * shell/ev-window.c: (launch_external_uri):
894         
895         Reuse g_app_info_launch_default_for_uri to
896         save some code and fix bug #525009.
897
898 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
899
900         * shell/ev-window.c (image_save_dialog_response_cb):
901
902         Use g_str_has_suffix. See bug #523069.
903
904 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * configure.ac:
907
908         Add a configure option to enable/diable DBus. Patch by Rémi
909         Cardona. Fixes bug 521797.
910
911 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
912
913         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
914
915         Fix printing in documents with rotated pages. Patch by Eugen
916         Dedu. Fixes bug #512648.
917         
918 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
921         (ev_link_from_action):
922
923         Fix warning messages.
924         
925 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * shell/ev-window.c: (image_save_dialog_response_cb):
928
929         Do not append the extension to filename when saving an image
930         if the filename alredy contains the extension. Fixes bug #523069.
931         
932 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * shell/ev-view.[ch]: (ev_view_find_cancel):
935         * shell/ev-window.c: (find_bar_close_cb):
936
937         Cancel the find operation when the find bar is closed. Fixes bug
938         #508845.
939         
940 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
941
942         * backend/ps/psdocument.evince-backend.in:
943
944         Make ps backend module resident. Fixes bug #520607.
945         
946 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * shell/ev-jobs.c: (ev_job_print_run):
949
950         Invert collate action in order to work as expected, fix reverse
951         printing so that it doesn't start with a blank page and fix number
952         of copies. Patch by Eugen Dedu. Fixes bug #365332.
953         
954 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
957
958         Fix build with poppler <= 0.7.2
959         
960 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * libdocument/ev-document-misc.c:
963         (ev_document_misc_surface_from_pixbuf):
964
965         Fix selections with poppler-splash.
966         
967 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * configure.ac:
970         * backend/pdf/ev-poppler.cc:
971
972         Fix build with poppler >= 0.7.2
973         
974 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
975
976         * configure.ac:
977         
978         Update for release 2.22.0
979
980 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * NEWS:
983
984         Update for upcoming release.
985
986 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
987
988         * shell/ev-window.c (ev_window_print_dialog_response_cb):
989
990         Bug 495107 – Handle print dialog responses correctly
991
992         Correctly handle print dialog response. Properly fixes
993         the above mentioned bug.
994
995 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
998
999         Make sure print job is only run when the print button is
1000         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1001         
1002 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1003
1004         * backend/pdf/pdfdocument.evince-backend.in:
1005         * libdocument/ev-backends-manager.c:
1006         (ev_backends_manager_load_backend),
1007         (ev_backends_manager_get_document):
1008         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1009
1010         Allow making backend modules resident. This is needed only for
1011         some backends like pdf to avoid registering glib types more than
1012         once.
1013         
1014 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1015
1016         * backend/comics/comics-document.c:
1017         * backend/djvu/djvu-document.c:
1018         * backend/impress/impress-document.c:
1019         * backend/pdf/ev-poppler.cc:
1020         * backend/pixbuf/pixbuf-document.c:
1021         * backend/ps/ev-spectre.c:
1022         * backend/ps/ps-document.c:
1023         * backend/tiff/tiff-document.c:
1024         * libdocument/ev-document.h:
1025         * properties/ev-properties-main.c:
1026
1027         Use g_type_module_add_interface instead of
1028         g_type_add_interface_static. Fixes bug #519679.
1029         
1030 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1031
1032         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1033         Added. Returns whether the animation has everything necessary to run.
1034         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1035         is ready just because it's been created. Fixes #519106.
1036         (draw_one_page): Do not show the "Loading..." text in presentation
1037         mode, there was a slim probability that this could happen.
1038
1039 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1042
1043         Duplicate mime_type string before freeing it so that it doesn't
1044         always fail when getting mime type from uri. Fixes bug #518874.
1045         
1046 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1047
1048         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1049
1050         Fix a crash when a choice form field doesn't have any item
1051         selected. Fixes bug #518831
1052         
1053 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1054
1055         * shell/ev-window.c (ev_window_clear_temp_file):
1056         Use g_file_has_prefix instead of renamed
1057         g_file_contains_file.
1058
1059         * configure.ac:
1060         Require new glib for above change.
1061         
1062 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * libdocument/ev-image.c: (ev_image_finalize),
1065         (ev_image_save_tmp):
1066
1067         Return a real uri instead of a filename when saving an
1068         image. Fixes images drag an drop from evince to nautilus. 
1069         
1070 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * backend/pdf/ev-poppler.cc:
1073         (pdf_document_images_get_image_mapping):
1074
1075         Return the image list in the right order. Fixes bug #516237.
1076         
1077 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1078
1079         * backend/impress/impress-document.c:
1080         (impress_document_thumbnails_get_thumbnail):
1081
1082         Remove unused variable to avoid a compiler warning.
1083
1084 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1085
1086         * configure.ac:
1087         
1088         Update for release 2.21.91.
1089
1090 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * configure.ac:
1093         * shell/Makefile.am:
1094         * shell/ev-application.[ch]:
1095         * shell/ev-sidebar-links.c:
1096         * shell/ev-utils.[ch]:
1097         * shell/ev-window.[ch]:
1098
1099         Remove libgnomeprint support. Fixes bug #512370.
1100         
1101 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1102
1103         * thumbnailer/evince-thumbnailer.c: (main):
1104
1105         Initialize glib type system before using it. Fixes bug #513934.
1106         
1107 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * properties/ev-properties-main.c:
1110
1111         Add missing #include.
1112         
1113 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * configure.ac:
1116         * backend/djvu/djvu-document.c: (djvu_document_render):
1117         * backend/tiff/tiff-document.c: (tiff_document_render):
1118
1119         Use the new cairo function cairo_format_stride_for_width when
1120         available. Fixes bug #482720.
1121
1122 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1125         (get_mime_type_from_data), (get_document_from_uri):
1126
1127         Use g_content_type_guess() only when slow is true in
1128         get_document_from_uri(). Fix several memory leaks.
1129         
1130 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1131
1132         * libdocument/ev-document-factory.c:
1133         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1134         (get_document_from_uri):
1135
1136         Use g_content_type_guess () to get mimetype for files.
1137         Bug #510401.
1138
1139 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * thumbnailer/Makefile.am:
1142
1143         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1144         
1145 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * configure.ac:
1148
1149         Fix build with --without-libgnome. Fixes bug #512771.
1150         
1151 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1152
1153         * backend/dvi/Makefile.am: Install only dvi
1154         module. Fixes bug #512718.
1155
1156 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1157
1158         * properties/ev-properties-main.c: (nautilus_module_initialize):
1159         
1160         Initialize backends in properties tab. Fixes bug
1161         #512720.
1162
1163 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1164
1165         * properties/Makefile.am: No need to link with 
1166         libraries. Fixes bug #512719.
1167
1168 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1169
1170         * NEWS:
1171         * configure.ac:
1172         
1173         Update for release 2.21.90.
1174
1175 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * shell/ev-window.c: (ev_window_cmd_escape):
1178
1179         Fix compile warning.
1180         
1181 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1182
1183         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1184
1185         Fix printing in dvi backend when filename contains white
1186         espaces. Fixes bug #502839.
1187         
1188 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1191         (screensaver_disable_x11):
1192         * shell/Makefile.am:
1193         * shell/xdg-user-dir-lookup.c: Removed
1194         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1195         * shell/ev-view.c: (ev_view_presentation_transition_start):
1196         * shell/ev-window.c: (ev_window_cmd_file_open),
1197         (ev_window_cmd_save_as), (presentation_set_timeout):
1198
1199         Remove #ifdefs that are no longer needed.
1200         
1201 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * shell/ev-view.[ch]: (ev_view_button_release_event),
1204         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1205         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1206         (ev_window_cmd_escape):
1207
1208         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1209         
1210 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * configure.ac:
1213         * backend/comics/comics-document.c: (comics_document_load):
1214         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1215         (ev_attachment_set_property), (ev_attachment_init),
1216         (ev_attachment_save), (ev_attachment_launch_app),
1217         (ev_attachment_open):
1218         * libdocument/ev-document-factory.c: (get_document_from_uri):
1219         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1220         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1221         * shell/ev-jobs.c:
1222         * shell/ev-password.c: (ev_password_dialog_set_property),
1223         (ev_password_dialog_save_password):
1224         * shell/ev-sidebar-attachments.c:
1225         (ev_sidebar_attachments_drag_data_get):
1226         * shell/ev-window-title.c: (get_filename_from_uri):
1227         * shell/ev-window.c: (ev_window_clear_temp_file),
1228         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1229         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1230         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1231         (launch_external_uri), (image_save_dialog_response_cb),
1232         (attachment_save_dialog_response_cb):
1233         * shell/main.c: (load_files), (load_files_remote), (main):
1234         * thumbnailer/evince-thumbnailer.c: (main):
1235
1236         Port to gio and drop gnome-vfs dependency. Fixes bug
1237         #510401. Based on patch by Cosimo Cecchi.
1238         
1239 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1240
1241         * NEWS:
1242
1243         Fixed formatting inconsistencies (spaces vs. tabs)
1244
1245 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1246
1247         * shell/ev-window.c:
1248
1249         Use top/up/bottom/down arrows instead of
1250         first/left/last/right in the toolbar and menu actions.
1251         This fixes issues with RTL languages and is visually
1252         consistent with the page view. Fixes bug #170081.
1253
1254 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1255
1256         * NEWS:
1257
1258         Fixed some inaccuracies pointed out by Carlos Garcia
1259         Campos.
1260
1261 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1262
1263         * NEWS:
1264         * data/evince.schemas.in:
1265         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1266
1267         Override PDF restrictions by default. Fixes bug #382700.
1268
1269 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1270
1271         * NEWS: Updated for upcoming release
1272
1273 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1274
1275         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1276
1277         Fix memory leak.
1278         
1279 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1280
1281         * shell/ev-window.c: (register_custom_actions):
1282         
1283         Added comment for translators
1284
1285 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * shell/ev-view.c: (ev_view_button_release_event):
1288
1289         Do not create the idle function for kinetic scrolling if we are
1290         not in a drag operation.
1291
1292 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1295         (ev_view_button_press_event), (ev_view_motion_notify_event),
1296         (ev_view_button_release_event):
1297
1298         Restore cursor after autoscrolling. Fixes bug #509958.
1299
1300 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * configure.ac:
1303         * backend/pdf/ev-poppler.cc:
1304         (pdf_document_images_get_image_mapping),
1305         (pdf_document_images_get_image),
1306         (pdf_document_document_images_iface_init):
1307         * libdocument/ev-document-images.[ch]:
1308         (ev_document_images_get_image_mapping),
1309         (ev_document_images_get_image):
1310         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1311         (ev_image_get_id), (ev_image_save_tmp):
1312         * shell/ev-jobs.c: (ev_job_render_run):
1313         * shell/ev-view.c: (ev_view_drag_data_get):
1314         * shell/ev-window.c: (image_save_dialog_response_cb),
1315         (ev_view_popup_cmd_copy_image):
1316
1317         Do not render images when rendering the page but on demand. It
1318         reduces the memory comsumption.
1319         
1320 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1321
1322         * configure.a:
1323         * shell/ev-password.c:
1324
1325         Make gnome-keyring optional. Fixes bug #509676.
1326         
1327 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * shell/ev-pixbuf-cache.c: (add_job):
1330
1331         Initialize include_images variable as FALSE instead of TRUE.
1332         
1333 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1334
1335         * configure.ac:
1336         * cut-n-paste/Makefile.am:
1337         * cut-n-paste/fileformatchooser/Makefile.am:
1338         * cut-n-paste/fileformatchooser/egg-macros.h:
1339         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1340         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1341         * shell/Makefile.am:
1342         * shell/ev-utils.c:
1343         (file_chooser_dialog_add_writable_pixbuf_formats),
1344         (get_gdk_pixbuf_format_by_extension):
1345         * shell/ev-utils.h:
1346         * shell/ev-window.c: (ev_window_error_message),
1347         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1348         
1349         Simplify image format selection on save.
1350
1351 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1352
1353         * shell/ev-view.c: (ev_view_scroll_event):
1354         
1355         Repair gorizontal scrolling with shift. Fixes
1356         bug #483412.
1357
1358 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1359         
1360         * MAINTAINERS:
1361
1362         Fix formatting issues.
1363         
1364 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1365
1366         * backend/comics/comics-document.c: (comics_regex_quote):
1367         
1368         Don't overquote special chars except of '. See bug 
1369         502500. Thanks to Tom Parker.
1370
1371 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1372
1373         * MAINTAINERS:
1374         
1375         Added Nickolay and Carlos, since they're doing most of
1376         the releases nowadays.
1377
1378 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1379
1380         * properties/Makefile.am:
1381
1382         Get the nautilus extension dir properly instead of using
1383         a hack. Fixes bug #505359.
1384
1385 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1386
1387         * properties/Makefile.am:
1388         
1389         Install nautilus extension into new place. See bug
1390         #505359. Thanks to Matthias Clasen, Brian Pepple and
1391         Damien Carbery.
1392
1393 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1394
1395         * shell/ev-window.c: (ev_window_get_recent_file_label):
1396         
1397         RTL marker in recent file list. See bug #509076.
1398
1399 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1400
1401         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1402         * shell/ev-window.c: (image_save_dialog_response_cb):
1403
1404         Fix compile warnings due to unused variables.
1405         
1406 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * configure.ac:
1409         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1410         * backend/ps/ev-spectre.c: (ps_document_render):
1411
1412         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1413
1414 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1415
1416         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1417         (ev_transition_animation_paint): Implement "fade" effect.
1418
1419 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1420
1421         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1422         (ev_transition_animation_paint): Implement "uncover" effect.
1423
1424 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1425
1426         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1427         (ev_transition_animation_paint): Implement "cover" effect.
1428
1429 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1430
1431         * shell/ev-transition-animation.c (ev_transition_animation_push)
1432         (ev_transition_animation_paint): Implement "push" effect.
1433
1434 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1435
1436         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1437         (ev_transition_animation_paint): Implement "dissolve" effect.
1438
1439 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1440
1441         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1442         (ev_transition_animation_paint): Implement "wipe" effect.
1443
1444 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1445
1446         * shell/ev-transition-animation.c (ev_transition_animation_box)
1447         (ev_transition_animation_paint): Implement "box" effect.
1448
1449 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1450
1451         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1452         (ev_transition_animation_paint): Implement "blinds" effect.
1453
1454 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1455
1456         * shell/ev-transition-animation.c (ev_transition_animation_split)
1457         (ev_transition_animation_paint): Implement "split" effect.
1458
1459 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1460
1461         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1462         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1463         (ev_view_transition_animation_start) 
1464         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1465         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1466         (ev_view_next_page) (ev_view_previous_page):
1467         
1468         Use EvTransitionAnimation to drive page changes in the presentation
1469         mode, the animation will wait to start until both the origin and 
1470         destination page surfaces are available. Fixes #458460.
1471
1472         (draw_loading_text):
1473
1474         Remove workaround for bug #320352, it's now fixed properly.
1475
1476
1477 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1478
1479         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1480         will contain the implementations for page transition animations, at
1481         the moment it just has the "replace" effect.
1482         * shell/Makefile.am: Added these files to build.
1483
1484 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1485
1486         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1487         animations.
1488         * shell/Makefile.am: Added these files to build.
1489
1490 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1491
1492         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1493         implementation to get_effect() in EvDocumentTransitionIface.
1494
1495 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1496
1497         * libdocument/ev-transition-effect.[ch]: New files, define a page
1498         transition effect, at the moment it maps PopplerPageTransition to a
1499         GObject.
1500         * libdocument/Makefile.am: Added these files to build.
1501         * libdocument/ev-document-transition.[ch]
1502         (ev_document_transition_get_effect): New method, gets the
1503         EvTransitionEffect returned by the interface implementation, with
1504         fallback to the "replace" effect.
1505
1506 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1507
1508         * configure.ac:
1509         * cut-n-paste/Makefile.am:
1510         * cut-n-paste/fileformatchooser/Makefile.am:
1511         * cut-n-paste/fileformatchooser/egg-macros.h:
1512         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1513         * shell/Makefile.am:
1514         * shell/ev-window.c: (image_save_dialog_response_cb),
1515         (ev_view_popup_cmd_save_image_as):
1516
1517         Allow exporting images in any format supported by
1518         GdkPixbuf. Fixes bug #500209.
1519         
1520 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * backend/pixbuf/pixbuf-document.c:
1523
1524         More warnings fixed.
1525         
1526 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1529         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1530         * backend/djvu/djvu-text.h:
1531         * backend/tiff/tiff-document.c: (tiff_document_render):
1532
1533         Fix compile warnings.
1534         
1535 2007-12-28  Christian Persch  <chpe@gnome.org>
1536
1537         * **/*.c: Include config.h. Bug #504721.
1538
1539 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * configure.ac:
1542         * Makefile.am:
1543         * po/POTFILES.in:
1544         * backend/comics/Makefile.am:
1545         * backend/comics/comics-document.[ch]:
1546         * backend/comics/comicsdocument.evince-backend.in:
1547         * backend/djvu/Makefile.am:
1548         * backend/djvu/djvu-document.[ch]:
1549         * backend/djvu/djvudocument.evince-backend.in:
1550         * backend/dvi/Makefile.am:
1551         * backend/dvi/dvi-document.[c]:
1552         * backend/dvi/dvidocument.evince-backend.in:
1553         * backend/impress/Makefile.am:
1554         * backend/impress/impress-document.[ch]:
1555         * backend/impress/impressdocument.evince-backend.in:
1556         * backend/pdf/Makefile.am:
1557         * backend/pdf/ev-poppler.cc:
1558         * backend/pdf/ev-poppler.h:
1559         * backend/pdf/pdfdocument.evince-backend.in:
1560         * backend/pixbuf/Makefile.am:
1561         * backend/pixbuf/pixbuf-document.[ch]:
1562         * backend/pixbuf/pixbufdocument.evince-backend.in:
1563         * backend/ps/Makefile.am:
1564         * backend/ps/ev-spectre.[ch]:
1565         * backend/ps/ps-document.[ch]:
1566         * backend/ps/psdocument.evince-backend.in:
1567         * backend/tiff/Makefile.am:
1568         * backend/tiff/tiff-document.[ch]:
1569         * backend/tiff/tiffdocument.evince-backend.in:
1570         * libdocument/Makefile.am:
1571         * libdocument/ev-backends-manager.[ch]:
1572         * libdocument/ev-module.[ch]:
1573         * libdocument/ev-document.h:
1574         * libdocument/ev-document-factory.[ch]:
1575         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1576         (get_compression_from_mime_type), (get_document_from_uri),
1577         (ev_document_factory_get_document), (file_filter_add_mime_types),
1578         (ev_document_factory_add_filters):
1579         * shell/Makefile.am:
1580         * shell/ev-window-title.c: (get_filename_from_uri):
1581         * shell/main.c: (main):
1582         * thumbnailer/Makefile.am:
1583         * thumbnailer/evince-thumbnailer.c: (main):
1584
1585         Plugin system for backends. Fixes bug #351348.
1586         
1587 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1588
1589         * shell/ev-view-private.h:
1590         * shell/ev-view.c: (ev_view_drag_update_momentum),
1591         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1592         (ev_view_button_release_event), (ev_view_destroy):
1593         
1594         Kinetic scrolling implemented as requested in
1595         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1596
1597 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1598
1599         * data/evince-toolbar.xml:
1600         * data/evince-ui.xml:
1601         * shell/ev-view-private.h:
1602         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1603         (ev_view_button_press_event), (ev_view_motion_notify_event),
1604         (ev_view_button_release_event), (ev_view_init),
1605         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1606         (ev_view_set_cursor):
1607         * shell/ev-view.h:
1608         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1609         (ev_window_cmd_view_autoscroll):
1610         
1611         Autoscroll feature with the context menu. Fixes bug 
1612         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1613
1614 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1617
1618         Disconnect also page-ready signal when removing a job because the
1619         page size has changed. Thanks to kripken
1620         <kripkensteiner@gmail.com>.
1621
1622 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1623
1624         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1625         
1626         Scroll pages in page entry with mouse wheel. Fixes bug
1627         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1628
1629 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * backend/dvi/Makefile.am:
1632         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1633         (mdvi_cairo_device_init):
1634         * backend/dvi/mdvi-lib/common.h:
1635         * backend/dvi/mdvi-lib/mdvi.h:
1636         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1637         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1638         (mdvi_build_path_from_cwd):
1639
1640         Add ps specials support in dvi backend when libspectre is
1641         present. Fixes bug #386005.
1642         
1643 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * configure.ac:
1646         * backend/ps/Makefile.am:
1647         * backend/ps/ev-spectre.[ch]:
1648         
1649         Use libspectre, if available, for the ps backend. Fixes bugs
1650         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1651
1652 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1653         
1654         * backend/comics/comics-document.c: (comics_document_load):
1655         
1656         Cygwin build issue fix.
1657
1658 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * shell/ev-view.c: (ev_view_set_zoom):
1661
1662         Do not limit the minimum zoom factor when sizing mode is best bit
1663         or fit width. Fixes bug #503805.
1664         
1665 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1668         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1669         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1670         (ev_link_dest_get_property), (ev_link_dest_set_property),
1671         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1672         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1673         (ev_link_dest_new_fitr):
1674         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1675         (goto_fith_dest), (goto_xyz_dest):
1676
1677         Do not change left, top and zoom values when they are null in PDF
1678         destinations. Fixes bug #460658.
1679         
1680 2007-12-10  Christian Persch  <chpe@gnome.org>
1681
1682         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1683         (ev_view_accessible_class_init),
1684         (ev_view_accessible_idle_do_action),
1685         (ev_view_accessible_action_do_action),
1686         (ev_view_accessible_action_get_description),
1687         (ev_view_accessible_action_set_description),
1688         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1689         (ev_view_accessible_factory_init),
1690         (ev_view_accessible_factory_get_accessible_type):
1691         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1692         private data, and G_DEFINE_TYPE. Bug #502843.
1693
1694 2007-12-08  Christian Persch  <chpe@gnome.org>
1695
1696         * shell/ev-metadata-manager.c: (item_free),
1697         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1698         (value_free), (parse_value), (parseItem),
1699         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1700         (save_values): Use GSlice to allocate small amounts of memory. Bug
1701         #475972.
1702
1703 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1706
1707         Restore cursor to normal after a drag operation. Fixes bug
1708         #501603.
1709         
1710 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1711
1712         * NEWS:
1713         * configure.ac:
1714         
1715         Update for release 2.21.1
1716
1717 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1718
1719         * configure.ac:
1720         * cut-n-paste/gedit-message-area/Makefile.am:
1721         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1722         * shell/Makefile.am:
1723         * shell/ev-message-area.[ch]:
1724         * shell/ev-window.c: (ev_window_set_message_area),
1725         (ev_window_error_message_response_cb), (ev_window_error_message),
1726         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1727         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1728         (ev_attachment_popup_cmd_open_attachment),
1729         (attachment_save_dialog_response_cb), (ev_window_set_document),
1730         (ev_window_init):
1731
1732         Use a message area instead of a popup dialog for error
1733         notifications. Fixes bug #337495.
1734         
1735 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1738         (ev_window_run_fullscreen):
1739
1740         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1741         
1742 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * ev-sidebar-thumbnails.c: (update_visible_range),
1745         (ev_sidebar_thumbnails_refresh),
1746         (ev_sidebar_thumbnails_set_document),
1747         (ev_sidebar_thumbnails_support_document):
1748
1749         Show thumbnails for documents with one page. Fixes bug #358751.
1750         
1751 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1752
1753         * shell/ev-window.c:
1754         (ev_window_load_print_settings_from_metadata),
1755         (ev_window_save_print_settings), (ev_window_print_finished),
1756         (ev_window_print_range):
1757
1758         Print settings that are specific to the document are now saved per
1759         document in the metadata file. Fixes bug #488806.
1760         
1761 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1762
1763         * backend/tiff/tiff-document.c: (tiff_document_render):
1764
1765         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1766         
1767 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1768
1769         * shell/ev-application.[ch]: (get_find_string_from_args),
1770         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1771         (ev_application_open_uri_list):
1772         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1773         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1774         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1775         (ev_window_cmd_recent_file_activate),
1776         (ev_window_open_recent_action_item_activated),
1777         (ev_window_print_send), (open_remote_link):
1778         * shell/main.c: (arguments_parse):
1779
1780         Add a command line option for search. Fixes bug #497710.
1781         
1782 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1783
1784         * shell/ev-jobs.c: (ev_job_print_new):
1785
1786         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1787         
1788 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * data/evince-toolbar.xml:
1791         * shell/Makefile.am:
1792         * shell/ev-application.c: (ev_application_init):
1793         * shell/ev-open-recent-action.[ch]:
1794         * shell/ev-window.c:
1795         (ev_window_open_recent_action_item_activated),
1796         (register_custom_actions):
1797
1798         Add an expander to the open toolbar item which pops up a dropdown
1799         menu with the recently used documents. Fixes bug #487215.
1800         
1801 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1802
1803         * shell/ev-window.c: (ev_window_open_uri),
1804         (ev_window_cmd_view_reload):
1805
1806         Do not jump to the first page when reloading by running evince
1807         from the command line. Fixes bug #490847.
1808         
1809 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1810
1811         * shell/ev-window.c: (ev_window_cmd_help_contents):
1812
1813         Plugged memory leak when help file is not found. Fixes bug
1814         #490762.
1815         
1816 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1817
1818         * configure.ac:
1819
1820         Enable djvu, dvi and comics backends by default. Fixes bug
1821         #437121.
1822         
1823 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * configure.ac:
1826         * cut-n-paste/Makefile.am:
1827         * cut-n-paste/recent-files/*: Removed
1828         * help/reference/Makefile.am:
1829         * shell/Makefile.am:
1830         * shell/ev-application.[ch]: (ev_application_shutdown),
1831         (ev_application_init):
1832         * shell/ev-window.c: (ev_window_add_recent),
1833         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1834
1835         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1836         
1837 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1838
1839         * shell/ev-window.c: (launch_external_uri):
1840
1841         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1842         and report error if the URL is not supported (#489910).
1843
1844 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1847         (pdf_document_file_exporter_begin_page),
1848         (pdf_document_file_exporter_end_page):
1849
1850         Fix printing with poppler splash backend. Fixes bug #489774.
1851         
1852 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1855         * shell/ev-print-job.c: (ev_print_job_class_init):
1856
1857         Fix a crash when printing with the gnome-print dialog. Fixes bug
1858         #488939.
1859         
1860 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1861
1862         * backend/pixbuf/pixbuf-document.c:
1863
1864         Fix an implicit function definition warning (#487655)
1865
1866 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * shell/ev-window.c:
1869
1870         Fix conflicting shortcut for view sade pane and presentation.
1871         
1872 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * backend/pdf/ev-poppler.cc:
1875         (pdf_document_file_exporter_begin_page),
1876         (pdf_document_file_exporter_do_page),
1877         (pdf_document_file_exporter_end_page),
1878         (pdf_document_file_exporter_iface_init):
1879         * libdocument/ev-file-exporter.[ch]:
1880         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1881         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1882         (ev_job_print_run):
1883
1884         When printing multiple pages per sheet in reverse option, do not
1885         invert the order of the pages in every sheet, but the order of the
1886         sheets. Do not print blank pages when page range is invalid. Fixes
1887         bugs #484857 and #485521.
1888         
1889 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1892         (ev_job_print_run):
1893         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1894
1895         Respect ranges order when printing more than one range in random
1896         order.
1897         
1898 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1899
1900         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1901         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1902
1903         Rotate also the window icon when document is rotated. Fixes bug
1904         #474681.
1905         
1906 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1909         (pdf_document_forms_get_form_fields):
1910
1911         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1912         Matthias Drochner.
1913         
1914 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * configure.ac:
1917         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1918
1919         Use poppler_page_render_for_printing() instead of
1920         poppler_page_render() if available when exporting to a ps or pdf
1921         file. Fixes bug #476627.
1922         
1923 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * shell/ev-window.c: (ev_window_run_fullscreen):
1926
1927         Do not show the toolbar in fullscreen mode if the main toolbar is
1928         not visible. Fixes bug #483048.
1929         
1930 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * shell/ev-view.c: (ev_view_button_press_event):
1933
1934         Give priority to form fields over images when deciding whether a
1935         button press event is over an image or form field. It allows edit
1936         form fields when they are over a background image. Fixes bug
1937         #477841.
1938         
1939 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1940
1941         * NEWS:
1942         * configure.ac:
1943         
1944         Update for release 2.20.0
1945
1946 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * backend/pdf/ev-poppler.cc:
1949
1950         Remove #ifdef HAVE_FORMS, so that forms support works again.
1951
1952 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1953
1954         * configure.ac:
1955         * data/evince.desktop.in.in:
1956         
1957         Fixes desktop file issues. See bug #473471.
1958
1959 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1962         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1963         (ev_job_queue_remove_job):
1964         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1965         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1966         * shell/ev-window.c: (ev_window_clear_save_job),
1967         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1968         (ev_window_dispose):
1969
1970         Move save a copy task to its own job so that it's carried out in a
1971         thread avoiding another lock in the main thread. Use
1972         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1973         can be saved to a pathin another file system. Fixes bug #456891.
1974         
1975 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1976
1977         * NEWS:
1978         * configure.ac:
1979         
1980         Update for release 2.19.92
1981
1982 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * configure.ac:
1985         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1986         (pdf_selection_get_selection_region),
1987         (pdf_selection_get_selection_map),
1988         (ev_form_field_from_poppler_field):
1989
1990         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1991         and triple click selections are enabled again now.
1992
1993 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1994
1995         * shell/ev-window.c: (ev_window_add_history):
1996
1997         Make sure not to use the history with documents not supporting
1998         links. Fixes bug #468954.
1999
2000 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2001
2002         * shell/ev-window.c: (ev_window_load_job_cb):
2003
2004         Restart the search when reloading a document with the find bar
2005         visible. Fixes bug #461962.
2006
2007 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * shell/ev-window.c: (setup_document_from_metadata),
2010         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2011
2012         Do not jump to the first page when reloading a document from the
2013         last page.
2014
2015 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * shell/ev-window.c: (update_chrome_flag),
2018         (setup_sidebar_from_metadata),
2019         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2020         (ev_window_cmd_edit_find_next),
2021         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2022         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2023         (find_bar_close_cb), (view_actions_focus_in_cb):
2024
2025         Do not update visibility when changing a chrome flag so that it's
2026         possible to update several flags and update visibility only once
2027         for all of them.
2028
2029 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2032
2033         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2034         supported by gtk+. Fixes bug #460907.
2035
2036 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * shell/ev-view.c: (view_update_range_and_current_page):
2039
2040         Make sure current-page <= end-page in continuous mode. Fixes bug
2041         #454950.
2042
2043 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2044
2045         * backend/pdf/ev-poppler.cc: (build_tree):
2046
2047         Ignore outline items without a title. Fixes bug #453913.
2048
2049 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2052         (ev_view_button_release_event), (ev_view_leave_notify_event):
2053
2054         Use always drag mouse cursor during a drag operation. Fixes bug
2055         #470564.
2056
2057 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2058
2059         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2060         (pdf_selection_get_selection_region),
2061         (pdf_selection_get_selection_map):
2062
2063         Temporarily disable double and triple selections since it depends on
2064         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2065         released and the update of the external dependency minimal version
2066         approved.
2067
2068 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2069
2070         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2071         (pdf_document_file_exporter_do_page):
2072         * libdocument/ev-file-exporter.h:
2073         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2074         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2075
2076         Actually fix printing regressions. Remove orientation from
2077         EvPrintContext since it's redundant.
2078
2079 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2082         * backend/impress/impress-document.c:
2083         (impress_document_document_iface_init):
2084         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2085         * backend/djvu/djvu-document.c:
2086         (djvu_document_document_iface_init),
2087         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2088         * backend/tiff/tiff-document.c:
2089         (tiff_document_document_iface_init):
2090         * backend/pixbuf/pixbuf-document.c:
2091         (pixbuf_document_document_iface_init):
2092         * backend/comics/comics-document.c:
2093         (comics_document_document_iface_init):
2094         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2095         (pdf_selection_render_selection),
2096         (pdf_selection_get_selected_text),
2097         (pdf_selection_get_selection_region),
2098         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2099         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2100         (ev_selection_get_selection_region),
2101         (ev_selection_get_selection_map):
2102         * libdocument/ev-document.[ch]:
2103         * shell/ev-pixbuf-cache.[ch]: (add_job),
2104         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2105         * shell/ev-view-private.h:
2106         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2107         (ev_job_render_run):
2108         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2109         * shell/ev-view.c: (start_selection_for_event),
2110         (ev_view_button_press_event), (ev_view_drag_data_get),
2111         (ev_view_drag_data_received), (ev_view_button_release_event),
2112         (compute_new_selection_text), (compute_selections),
2113         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2114         (ev_view_primary_get_cb):
2115
2116         Add support for double and triple click selections.
2117
2118 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2119
2120         * NEWS:
2121         * configure.ac:
2122
2123         Update for release 2.19.4
2124
2125 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2126
2127         * shell/ev-view-private.h:
2128         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2129         (ev_view_set_highlight_search):
2130         * shell/ev-view.h:
2131         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2132         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2133         (find_bar_visibility_changed_cb):
2134         
2135         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2136
2137 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2138
2139         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2140         (pdf_document_file_exporter_begin),
2141         (pdf_document_file_exporter_do_page):
2142         * shell/ev-jobs.c: (ev_job_print_run):
2143         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2144
2145         Create always a portrait cairo surface and rotate when needed for
2146         landscape. It fixes printing problems in real printers.
2147
2148 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2151         * libdocument/ev-file-exporter.[ch]:
2152         (ev_file_exporter_get_capabilities):
2153         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2154         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2155
2156         Adjust number of pages per row according to page orientation when
2157         printing 2 or 6 pages per sheet.
2158
2159 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * shell/ev-window.c: (ev_window_print_send):
2162
2163         Reset also cups setting to 1 when printing multiple pages per
2164         sheet. Fixes bug #468853.
2165
2166 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * libdocument/ev-document-misc.c:
2169         (ev_document_misc_surface_rotate_and_scale):
2170
2171         Use directly cairo_surface_get_content() when creating a similar
2172         surface as suggested by Jeff Muizelaar. Thanks again.
2173
2174 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * backend/djvu/djvu-document.c: (djvu_document_render):
2177         * backend/tiff/tiff-document.c: (tiff_document_render):
2178         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2179         * libdocument/ev-document-misc.c:
2180         (ev_document_misc_surface_from_pixbuf),
2181         (ev_document_misc_surface_rotate_and_scale):
2182
2183         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2184         creating page surfaces. Fixes bug #453123. Thank you very much to
2185         Jeff Muizelaar <jeff@infidigm.net>.
2186
2187 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * shell/ev-page-cache.c: (ev_page_cache_new),
2190         (ev_page_cache_get_thumbnail_size):
2191         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2192         (ev_sidebar_thumbnails_set_loading_icon):
2193
2194         Also store in page-cache the dimensions of the thumbnails so that
2195         they can be used to create the correct loading icon in the side
2196         pane. Fixes bug #466857.
2197
2198 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * backend/pdf/ev-poppler.cc:
2201         (pdf_document_thumbnails_get_thumbnail):
2202
2203         Fix thumbnails rotation in pdf documents that include embedded 
2204         thumbnails.
2205
2206 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2207
2208         * backend/pdf/ev-poppler.cc:
2209
2210         Don't use #ifdef in macro expansion. Some compilers don't
2211         like that. Closes bug #467042.
2212
2213 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2214
2215         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2216         
2217         Fixes memory leak in djvu backend.
2218
2219 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2220
2221         * data/icons/32x32/Makefile.am:
2222         * data/icons/32x32/actions/Makefile.am:
2223         * data/icons/32x32/actions/view-page-cont.svg:
2224         * data/icons/32x32/actions/view-page-facing.svg:
2225         * data/icons/48x48/Makefile.am:
2226         * data/icons/48x48/actions/Makefile.am:
2227         * data/icons/48x48/actions/view-page-cont.svg:
2228         * data/icons/48x48/actions/view-page-facing.svg:
2229         
2230         Icons for a new sizes.
2231
2232 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2233
2234         * shell/ev-page-cache.c: (build_height_to_page),
2235         (ev_page_cache_get_height_to_page):
2236         
2237         Fixes invalid read, see bug #466401.
2238
2239 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2242         (set_drag_cursor):
2243         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2244         (configure_item_cursor), (new_pixbuf_from_widget):
2245
2246         Fix multihead problems in toolbar editor. Fixes bug #382055.
2247
2248 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * shell/ev-window.c: (ev_window_cmd_file_open),
2251         (ev_window_cmd_save_as):
2252
2253         Use g_get_user_special_dir when available instead of
2254         xdg_user_dir_lookup.
2255
2256 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2257
2258         * MAINTAINERS:
2259         
2260         Updated according to request on desktop-devel.
2261
2262 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2265
2266         Do not use cairo_rectangle and cairo_clip since we are
2267         not using cairo_fill but cairo_paint. Use the same cairo context
2268         for every page in the same expose event.
2269
2270 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2271
2272         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2273         leak.
2274
2275 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2276
2277         * configure.ac:
2278         * NEWS:
2279
2280         Release 0.9.3
2281
2282 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * libdocument/ev-document-info.h:
2285         * libdocument/ev-document.h:
2286         * shell/ev-page-action.h:
2287         * shell/ev-sidebar-links.h:
2288
2289         Fix a headers problem with ev-link
2290         
2291         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2292         * shell/ev-view-private.h:
2293         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2294         (get_link_area), (ev_view_query_tooltip),
2295         (ev_view_leave_notify_event), (ev_view_destroy),
2296         (ev_view_class_init):
2297
2298         Use new gtk tooltips when available instead of ev-tooltip.
2299         
2300 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2301
2302         * shell/ev-window.c: (update_chrome_visibility),
2303         (ev_window_sidebar_visibility_changed_cb):
2304
2305         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2306         
2307 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * shell/ev-navigation-action.c:
2310         (ev_navigation_action_history_changed),
2311         (ev_navigation_action_set_history):
2312         * shell/ev-navigation-action-widget.c:
2313         (ev_navigation_action_widget_init):
2314         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2315
2316         Fix compile warnings.
2317         
2318 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2321         (egg_editable_toolbar_dispose):
2322
2323         Fix memory leak.
2324         
2325 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2328         (screensaver_disable_x11):
2329         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2330         * shell/ev-window.c: (presentation_set_timeout):
2331         * shell/ev-view.c: (ev_view_presentation_transition_start):
2332
2333         Use g_timeout_add_seconds instead of g_timeout_add when
2334         available.
2335         
2336 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2339
2340         Set horizontal scrollbar policy to AUTOMATIC instead of
2341         NEVER. Workaround for bug #449462.
2342         
2343 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * shell/ev-jobs.c: (ev_job_render_page_ready):
2346
2347         Add page_ready callback to main loop with high priority and hold
2348         a reference to job during idle.
2349         
2350 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * configure.ac:
2353         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2354         (pdf_document_file_exporter_begin),
2355         (pdf_document_file_exporter_do_page),
2356         (pdf_document_file_exporter_get_capabilities):
2357         * libdocument/ev-file-exporter.h:
2358         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2359         * shell/ev-window.c: (ev_window_print_send),
2360         (ev_window_print_dialog_response_cb):
2361
2362         Allow printing multiple pages per sheet. Fixes bug #395573.
2363         
2364 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2365
2366         * shell/ev-view.c: (tip_from_link):
2367         
2368         Check for NULL, fixes bug #460862.
2369
2370 2007-07-29  Christian Persch  <chpe@gnome.org>
2371
2372         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2373         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2374         (ev_window_cmd_preview_print):
2375         
2376         Fixes bug #437681 - blocks while enumerating printers.
2377
2378 2007-07-29  Christian Persch  <chpe@gnome.org>
2379
2380         * shell/ev-window.c: (ev_window_screen_changed):
2381         
2382         Don't use deprecated gtk+ function. See bug #460909.
2383
2384 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * shell/ev-utils.c: (get_num_monitors):
2387         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2388
2389         Do not use display before initializing it. Remove compile
2390         warnings.
2391
2392 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2393
2394         * shell/ev-view.c: (ev_view_class_init):
2395         
2396         Unix-like hjkl bindings added. See bug #458111.
2397
2398 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2399
2400         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2401         * shell/ev-utils.h:
2402         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2403         (ev_view_update_view_size):
2404         * shell/ev-view.h:
2405         * shell/ev-window.c: (ev_window_update_actions),
2406         (setup_view_from_metadata), (ev_window_screen_changed),
2407         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2408         (zoom_control_changed_cb):
2409         * shell/ev-window.h:
2410         
2411         Reorganizes utility functions.
2412
2413 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2416         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2417         (add_job), (ev_pixbuf_cache_get_surface),
2418         (ev_pixbuf_cache_get_link_mapping),
2419         (ev_pixbuf_cache_get_image_mapping),
2420         (ev_pixbuf_cache_get_form_field_mapping),
2421         (ev_pixbuf_cache_get_text_mapping):
2422         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2423         (notify_page_ready), (ev_job_render_page_ready),
2424         (ev_job_render_run):
2425
2426         Add page_ready signal to notify that page is ready as soon as
2427         possible even if other page elements like links, forms, images or
2428         text mapping are not ready yet.
2429
2430 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2433         (dvi_document_file_exporter_do_page),
2434         (dvi_document_file_exporter_get_capabilities),
2435         (dvi_document_file_exporter_iface_init):
2436         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2437         (ps_document_file_exporter_do_page),
2438         (ps_document_file_exporter_get_capabilities),
2439         (ps_document_file_exporter_iface_init):
2440         * backend/djvu/djvu-document.c:
2441         (djvu_document_file_exporter_begin),
2442         (djvu_document_file_exporter_end),
2443         (djvu_document_file_exporter_get_capabilities),
2444         (djvu_document_file_exporter_iface_init):
2445         * backend/tiff/tiff-document.c:
2446         (tiff_document_file_exporter_begin),
2447         (tiff_document_file_exporter_get_capabilities),
2448         (tiff_document_document_file_exporter_iface_init):
2449         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2450         (pdf_document_file_exporter_do_page),
2451         (pdf_document_file_exporter_get_capabilities),
2452         (pdf_document_file_exporter_iface_init):
2453         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2454         (ev_file_exporter_get_capabilities):
2455         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2456         (idle_print_handler), (ev_print_job_print):
2457         * shell/ev-jobs.c: (ev_job_print_run):
2458         * shell/ev-window.c: (ev_window_print_send),
2459         (ev_window_print_range):
2460
2461         Use capabilities to know which options should be offered by the
2462         print dialog depending on the document backend.
2463
2464 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2467
2468         Give priority to forms over text to set the cursor.
2469
2470 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * shell/ev-view-private.h:
2473         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2474         (ev_view_leave_notify_event), (ev_view_finalize),
2475         (ev_view_get_property), (ev_view_class_init):
2476
2477         Use IBEAM cursor for text form fields and NORMAL cursor for read
2478         only fields. Remove unused status attribute.
2479
2480 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2483
2484         Update region for current selected items also for checkbox
2485         buttons, since they can behave as radio buttons when they are in a
2486         set.
2487
2488 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * configure.ac:
2491         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2492
2493         Get max length of text form fields.
2494
2495 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2498         * libdocument/ev-form-field.h:
2499         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2500
2501         Fix build with current poppler cvs head.
2502
2503 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2506         * shell/eggfindbar.c: (egg_find_bar_init):
2507
2508         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2509         deprecation. Fixes bug #455667
2510
2511 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2512
2513         * NEWS:
2514         * configure.ac:
2515         
2516         Update for release 0.9.2
2517
2518 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * shell/ev-view.c: (ev_view_form_field_text_save),
2521         (ev_view_form_field_choice_save):
2522
2523         Fix a crash when closing whith a form widget visible.
2524
2525 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2528
2529         Update also the region of the current selected button when
2530         clicking on another button if they are radio buttons.
2531
2532 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2535         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2536         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2537         (ev_pixbuf_cache_get_link_mapping),
2538         (ev_pixbuf_cache_get_image_mapping),
2539         (ev_pixbuf_cache_get_form_field_mapping),
2540         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2541         * shell/ev-view.c: (ev_view_form_field_get_region),
2542         (ev_view_form_field_button_create_widget),
2543         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2544         (job_finished_cb):
2545
2546         Redraw only form field region instead of the whole page when
2547         reloading a page to show changes on the form field.
2548
2549 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-view.c: (ev_view_form_field_choice_save):
2552
2553         Fix selection of first item in list form fields.
2554
2555 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2556
2557         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2558         (ev_pixbuf_cache_reload_page),
2559         (ev_pixbuf_cache_get_form_field_mapping):
2560
2561         Some refactoring to avoid duplicated code.
2562
2563 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * configure.ac:
2566         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2567         (ev_form_field_from_poppler_field),
2568         (pdf_document_forms_get_form_fields),
2569         (pdf_document_forms_form_field_text_get_text),
2570         (pdf_document_forms_form_field_text_set_text),
2571         (pdf_document_forms_form_field_button_set_state),
2572         (pdf_document_forms_form_field_button_get_state),
2573         (pdf_document_forms_form_field_choice_get_item),
2574         (pdf_document_forms_form_field_choice_get_n_items),
2575         (pdf_document_forms_form_field_choice_is_item_selected),
2576         (pdf_document_forms_form_field_choice_select_item),
2577         (pdf_document_forms_form_field_choice_toggle_item),
2578         (pdf_document_forms_form_field_choice_unselect_all),
2579         (pdf_document_forms_form_field_choice_set_text),
2580         (pdf_document_forms_form_field_choice_get_text),
2581         (pdf_document_document_forms_iface_init):
2582         * libdocument/Makefile.am:
2583         * libdocument/ev-form-field.[ch]:
2584         * libdocument/ev-document-forms.[ch]:
2585         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2586         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2587         (add_job), (ev_pixbuf_cache_reload_page),
2588         (ev_pixbuf_cache_get_form_field_mapping):
2589         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2590         * shell/ev-view-private.h:
2591         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2592         (ev_view_handle_cursor_over_xy),
2593         (ev_view_get_form_field_at_location),
2594         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2595         (ev_view_form_field_button_create_widget),
2596         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2597         (ev_view_form_field_text_create_widget),
2598         (ev_view_form_field_choice_save),
2599         (ev_view_form_field_choice_changed),
2600         (ev_view_form_field_choice_create_widget),
2601         (ev_view_handle_form_field), (ev_view_size_allocate),
2602         (ev_view_realize), (draw_end_presentation_page),
2603         (ev_view_button_press_event), (ev_view_remove_all),
2604         (ev_view_motion_notify_event), (ev_view_key_press_event),
2605         (ev_view_enter_notify_event), (highlight_find_results),
2606         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2607         (ev_view_class_init), (page_changed_cb),
2608         (on_adjustment_value_changed), (ev_view_set_presentation),
2609         (merge_selection_region), (ev_view_set_cursor),
2610         (ev_view_reset_presentation_state):
2611         
2612         Merge evince-forms branch.
2613
2614 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2615
2616         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2617
2618         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2619         This script also updates itself from libegg
2620
2621         * cut-n-paste/toolbar-editor/egg*:
2622         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2623         libegg
2624
2625 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2626
2627         * shell/ev-window.c:
2628         
2629         Adds a nice icon to page action during toolbar editing.
2630         See bug #452872.
2631
2632 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2633
2634         * data/evince-toolbar.xml:
2635         * shell/ev-window.c:
2636         
2637         Let user add a presentation and fullscreen icons on toolbar.
2638         See bug #449734.
2639
2640 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2641
2642         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2643
2644         new script to keep in sync with toolbareditor in libegg
2645
2646         * cut-n-paste/toolbar-editor/*: 
2647
2648         Run update-toolbareditor-from-libegg so we are in sync again. 
2649         Fixes bug #452850.
2650         
2651
2652 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * shell/ev-sidebar-links.c: (job_finished_callback):
2655
2656         Do not connect selection changed signal more than once. Fixes bug
2657         #349433.
2658
2659 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2660
2661         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2662
2663         Do not change sidebar chrome flag when pressing F9 key in
2664         presentation mode.
2665
2666 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * backend/pdf/ev-poppler.cc:
2669         (pdf_document_thumbnails_get_dimensions):
2670
2671         Make sure thumbnails width and height is not <= 0. Fixes a crash
2672         with some pdf documents which have really small pages.
2673
2674 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2675
2676         * shell/main.c: (main):
2677
2678         Fixes program description translation issue.
2679         Bug #450148.
2680
2681 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2682
2683         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2684
2685         Do not change current page when returning from black/white mode
2686         in presentation. Fixes bug #415032.
2687
2688 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2689
2690         * NEWS:
2691         * configure.ac:
2692         
2693         Update for release 0.9.1
2694
2695 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2696
2697         * backend/dvi/dvi-document.c:
2698         (dvi_document_finalize),
2699         (dvi_document_file_exporter_format_supported),
2700         (dvi_document_file_exporter_begin),
2701         (dvi_document_file_exporter_do_page),
2702         (dvi_document_file_exporter_end),
2703         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2704         
2705         PDF exporter for dvi documents. Fixes bug #441319.
2706
2707 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2708
2709         * shell/ev-window.c: (ev_window_clear_print_job):
2710
2711         Clear gtk print job when job has finished. Fixes bug #447612.
2712
2713 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * shell/ev-window.c: (ev_window_print_send),
2716         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2717
2718         Add preview button to print dialog. Fixes bug #445419.
2719
2720 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * backend/dvi/Makefile.am:
2723         * backend/dvi/pixbuf-device.[ch]: Removed
2724         * backend/dvi/cairo-device.[ch]: Added
2725         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2726         * backend/dvi/dvi-document.c: (dvi_document_load),
2727         (dvi_document_render), (dvi_document_finalize),
2728         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2729         (dvi_document_do_color_special):
2730         * libdocument/ev-document-misc.[ch]:
2731         (ev_document_misc_pixbuf_from_surface):
2732
2733         Port dvi backend to cairo and fix a problem with colors. 
2734
2735 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * shell/ev-view.c: (draw_one_page):
2738
2739         Draw only visible region.
2740
2741 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2742
2743         * backend/djvu/djvu-document.c: (djvu_document_render):
2744
2745         Fix rotation in djvu backend.
2746
2747 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2750         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2751         (ev_pixbuf_cache_get_image_mapping),
2752         (ev_pixbuf_cache_get_text_mapping):
2753
2754         Redraw view every time we have a new surface. Fixes bug #443587.
2755
2756 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * libdocument/ev-document.c: (ev_document_info_free):
2759
2760         Fix memory leaks.
2761
2762 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * backend/dvi/dvi-document.c: (dvi_document_render),
2765         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2766         * backend/impress/impress-document.c:
2767         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2768         (impress_document_render), (impress_document_document_iface_init),
2769         (impress_document_thumbnails_get_thumbnail):
2770         * backend/djvu/djvu-document-private.h:
2771         * backend/djvu/djvu-document.c: (djvu_document_render),
2772         (djvu_document_finalize), (djvu_document_document_iface_init),
2773         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2774         * backend/tiff/tiff-document.c: (tiff_document_render),
2775         (tiff_document_render_pixbuf),
2776         (tiff_document_document_iface_init):
2777         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2778         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2779         (pdf_selection_render_selection):
2780         * backend/comics/comics-document.c:
2781         (comics_document_render_pixbuf), (comics_document_render),
2782         (comics_document_document_iface_init):
2783         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2784         (pixbuf_document_document_iface_init):
2785         * libdocument/ev-document-misc.[ch]:
2786         (ev_document_misc_surface_from_pixbuf),
2787         (ev_document_misc_surface_rotate_and_scale):
2788         * libdocument/ev-document.[ch]: (ev_document_render):
2789         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2790         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2791         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2792         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2793         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2794         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2795         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2796         (render_finished_cb), (ev_job_render_run):
2797         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2798         (merge_selection_region):
2799
2800         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2801         and selections.
2802
2803 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2804
2805         * shell/ev-window-title.c: (ev_window_title_update):
2806
2807         Fix memory leak.
2808
2809 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * shell/ev-view.c: (draw_loading_text):
2812
2813         Show loading text centered. Fixes bug #433061
2814
2815 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * shell/ev-sidebar-thumbnails.c:
2818         (ev_sidebar_thumbnails_set_loading_icon):
2819
2820         Remove a mutex in the main thread that blocks the UI in heavy
2821         documents.
2822
2823 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2826
2827         Set points_set to TRUE so that selections don't disappear after a
2828         zoom change.
2829
2830 2007-06-07  Michael Monreal  <infernux@web.de>
2831
2832         * data/icons/16x16/actions/Makefile.am:
2833         * data/icons/16x16/actions/zoom.svg:
2834         * data/icons/22x22/actions/Makefile.am:
2835         * data/icons/22x22/actions/zoom.svg:
2836         * data/icons/24x24/actions/Makefile.am:
2837         * shell/ev-stock-icons.c:
2838         * shell/ev-stock-icons.h:
2839         * shell/ev-window.c:
2840         
2841         Zoom icon artwork. See bug #444795.
2842
2843 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2844
2845         * shell/ev-metadata-manager.c: Remove extraneous function
2846         (Closes: #444386)
2847
2848 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2849
2850         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2851         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2852         (ev_metadata_manager_set), (ev_metadata_manager_save):
2853         Simplify the timeout, no need for modified anymore
2854
2855 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2856
2857         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2858         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2859         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2860         (ev_metadata_manager_save): Adapted patch from Arjan van de
2861         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2862         time, saves on power (Closes: #443851)
2863
2864 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2865
2866         * configure.ac:
2867         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2868         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2869
2870         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2871
2872 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2873
2874         * shell/ev-window.c: (ev_window_add_history):
2875
2876         Check if history is NULL
2877
2878 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * libdocument/ev-image.c: (ev_image_finalize):
2881         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2882         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2883         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2884         (ev_tmp_uri_unlink):
2885
2886         Add functions to delete temporary files created by evince in a safe
2887         way.
2888
2889         * shell/ev-window.c: (ev_window_clear_local_uri),
2890         (open_xfer_update_progress_callback),
2891         (save_xfer_update_progress_callback), (ev_window_save_remote),
2892         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2893         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2894         (attachment_save_dialog_response_cb),
2895         (ev_attachment_popup_cmd_save_attachment_as):
2896
2897         Allow saving a copy of a document, image or attachment to a remote
2898         location. Fixes bug #440754. 
2899
2900 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * configure.ac:
2903         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2904
2905         Fix build with current poppler from cvs head. 
2906
2907 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2908
2909         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2910
2911         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2912         directory exists.
2913
2914 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2915
2916         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2917         * shell/ev-window.c:
2918
2919         Change sidebar ordering. Fixes bug #439939.
2920
2921 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2922
2923         * backend/comics/Makefile.am:
2924         
2925         Fixes build with --without-libgnome.
2926
2927 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2928         
2929         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2930
2931         Update cursor and tooltip on page change and view scroll. Fixes bug
2932         #439217.
2933
2934 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2935
2936         * NEWS:
2937         * configure.ac:
2938         
2939         Update for release 0.9.0
2940
2941 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2942
2943         * backend/djvu/djvu-document-private.h:
2944         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2945         (djvu_document_finalize),
2946         (djvu_document_file_exporter_format_supported),
2947         (djvu_document_file_exporter_begin),
2948         (djvu_document_file_exporter_do_page),
2949         (djvu_document_file_exporter_end),
2950         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2951         
2952         Implemented printing with djvu. Bug #437998.
2953
2954 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2955
2956         * backend/impress/zip.c:
2957         Add missing ulong definition.
2958
2959         * backend/ps/ps-interpreter.c:
2960         Add missing headers.
2961
2962         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2963
2964 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2965
2966         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2967
2968         Add missing call to parent class dispose method. 
2969
2970 2007-05-12  Ross Burton  <ross@openedhand.com>
2971
2972         * shell/main.c:
2973         Sync keybindings manually when building without libgnome
2974         (#437925).
2975
2976 2007-05-12  Ross Burton  <ross@openedhand.com>
2977
2978         * shell/ev-window.c:
2979         Respect the screen when opening help (#437866).
2980
2981 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * data/evince-ui.xml:
2984         * shell/ev-application.[ch]: (get_print_settings_from_args),
2985         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2986         (ev_application_open_uri_list):
2987         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2988         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2989         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2990         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2991         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2992         (ev_window_dispose):
2993         * shell/main.c: (arguments_parse):
2994
2995         Add print button in preview mode. Fixes bug #396475. 
2996
2997 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2998
2999         * cut-n-paste/zoom-control/ephy-zoom.h:
3000         
3001         Fixes zoom level factors. See bug #408119 for details.
3002
3003 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3004
3005         * backend/comics/comics-document.c: (comics_regex_quote),
3006         (extract_argv):
3007         
3008         Correctly quote symbols. Fixes crash in the bug
3009         #415370.
3010
3011 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3012
3013         * shell/ev-navigation-action-widget.c:
3014         (ev_navigation_action_widget_init),
3015         (ev_navigation_action_widget_class_init),
3016         (ev_navigation_action_widget_button_press_event):
3017         
3018         Connect to button-press event on correct widget. Fixes
3019         bug #431988
3020
3021 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3022
3023         * shell/ev-application.c: (ev_application_open_window),
3024         (ev_application_add_icon_path_for_screen),
3025         (ev_application_open_uri_at_dest):
3026         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3027         * shell/ev-navigation-action.c: (build_menu):
3028         
3029         Add app-specific icons to our icon theme. Fixes bug
3030         #425508.
3031
3032 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3033
3034         * shell/ev-history.c: (ev_history_class_init),
3035         (ev_history_add_link):
3036         * shell/ev-history.h:
3037         * shell/ev-navigation-action.c:
3038         (ev_navigation_action_history_changed),
3039         (ev_navigation_action_set_history), (build_menu),
3040         (ev_navigation_action_finalize):
3041         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3042         
3043         Make navigation action unsensitive instead of showing
3044         menu with unsensitive word. Fixes bug #417392.
3045
3046 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * shell/ev-application.[ch]: (ev_application_shutdown),
3049         (ev_application_get_print_settings),
3050         (ev_application_set_print_settings):
3051         * shell/ev-window.c:
3052
3053         Remember print settings. Fixes bug #349102. 
3054
3055 2007-05-08  Christian Persch  <chpe@gnome.org>
3056
3057         * configure.ac:
3058         * properties/ev-properties-view.c:
3059
3060         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3061         Bug #382438.
3062
3063 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3064
3065         * configure.ac:
3066         * properties/ev-properties-view.c: (ev_regular_paper_size):
3067
3068         Use gtk+ builtin paper list to identify the document's paper size.
3069         Fixes bug #382438. 
3070
3071 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3072
3073         * configure.ac:
3074
3075         Fix build when compiling with thumbnailer and libgnome support. 
3076
3077 2007-05-04  Ross Burton  <ross@openedhand.com>
3078
3079         * configure.ac:
3080         Add --without-libgnome, check for libgnome and libgnomeui
3081         separately, and add them to the symbols as required.
3082
3083         * libdocument/ev-file-helpers.c:
3084         When building without libgnome, use g_get_user_config_dir instead
3085         of gnome_user_dir_get.
3086
3087         * shell/ev-application.c:
3088         When building without libgnome, don't use session management.
3089
3090         * shell/main.c:
3091         When building without libgnome, don't use GnomeProgram or
3092         initialise the authentication manager.
3093
3094         This fixes #328842.
3095
3096 2007-05-04  Ross Burton  <ross@openedhand.com>
3097
3098         * shell/ev-window.c:
3099         Don't use libgnome to open help, instead call Yelp directly.
3100
3101 2007-05-04  Ross Burton  <ross@openedhand.com>
3102
3103         * shell/ev-sidebar-attachments.c:
3104         Don't use libgnome to lookup icons for MIME types, instead copy
3105         code from GTK+ to do it manually.
3106
3107 2007-05-04  Ross Burton  <ross@openedhand.com>
3108
3109         * configure.ac:
3110         Add libxml to the dependencies for SHELL_CORE (#435818).
3111
3112 2007-05-02  Ross Burton  <ross@openedhand.com>
3113
3114         * configure.ac:
3115         * Makefile.am:
3116         Add --disable-thumbnailer (#434825)
3117
3118 2007-05-02  Ross Burton  <ross@openedhand.com>
3119
3120         * shell/ev-window.c:
3121         Add missing includes, fix indentation.
3122
3123         * shell/main.c:
3124         Fix indentation.
3125
3126 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3127
3128         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3129         ev_application_open_uri_at_dest instead of ev_application_open_uri
3130         preventing new document always being opened in a new window even if there
3131         is an empty window.
3132
3133 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3134
3135         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3136         (egg_recent_view_uimanager_finalize):
3137         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3138         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3139         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3140         (ev_pixbuf_cache_dispose):
3141         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3142         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3143         
3144         Add missing chain to parent class methods. Fixes
3145         bug #433128.
3146
3147 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3148
3149         * data/Makefile.am (update-icon-cache): Updates
3150         gtk-update-icon-cache in uninstall-hook.
3151
3152 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * shell/ev-window.c: (ev_window_setup_document),
3155         (ev_window_set_document), (ev_window_load_job_cb):
3156         * shell/ev-view.c: (setup_caches):
3157         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3158
3159         Start rendering pages before any other jobs. 
3160
3161 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * shell/ev-window.c: (ev_window_stop_fullscreen),
3164         (ev_window_stop_presentation):
3165
3166         Update chrome visibility before window unfullscreen. 
3167
3168 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * data/Makefile.am:
3171         * data/evince-ui.xml:
3172         * shell/ev-stock-icons.[ch]:
3173         * shell/ev-application.[ch]: (ev_application_shutdown),
3174         (ev_application_init), (ev_application_get_toolbars_model):
3175         * shell/ev-window.c: (update_chrome_visibility),
3176         (fullscreen_toolbar_setup_item_properties),
3177         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3178         (ev_window_run_presentation), (ev_window_stop_presentation),
3179         (ev_window_run_preview), (ev_window_screen_changed),
3180         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3181         (ev_window_dispose), (ev_window_init):
3182
3183         Make fullscreen toolbar always visible. Do not use egg toolbars for
3184         fullscreen and preview modes since such toolbars are not editables.
3185         Fixes bugs #300278, #338910 and #316188.  
3186
3187 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3188
3189         * shell/ev-application.c:
3190         * shell/ev-job-queue.c:
3191         * shell/ev-metadata-manager.c:
3192         * shell/ev-stock-icons.c:
3193         * shell/ev-window.c:
3194         * shell/main.c:
3195         
3196         Developers documentation updated.
3197
3198 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3199
3200         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3201
3202         Check whether uri is valid before launching it. Fixes bug #427664.
3203
3204 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * shell/ev-window.c:
3207
3208         Change key accelerator for Open a Copy menu entry which is in conflict
3209         with Close. Fixes bug #427321.
3210
3211 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3212
3213         * NEWS:
3214         * configure.ac:
3215         
3216         Update for release 0.8.1
3217
3218 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3219
3220         * shell/ev-window.c: (setup_size_from_metadata):
3221         
3222         Do not make window bigger than screen. Fixes bug 
3223         #388985.
3224
3225 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3228         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3229
3230         Use default resolution when it's not provided by document. Fixes bug
3231         #408762.
3232
3233 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * configure.ac:
3236         * thumbnailer/Makefile.am:
3237         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3238         * thumbnailer/evince-thumbnailer.schemas.in:
3239         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3240
3241         Add support for ps, eps and compressed documents thumbnails. Do not
3242         ignore size parameter. 
3243
3244 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3245
3246         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3247         (dvi_document_do_color_special):
3248         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3249
3250         Implement font color specials in the DVI backend. Fixes bug #303651.
3251
3252 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3253
3254         Fixup the previous commit:
3255
3256         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3257         * shell/xdg-user-dir-lookup.c: Make the function non-static
3258         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3259
3260 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3261
3262         * shell/ev-window.c (file_open_dialog_response_cb): Use
3263         the xdg-user-dirs DOCUMENTS folder as default folder when
3264         opening a file chooser.  (#424858)
3265
3266         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3267         xdg-user-dirs.
3268
3269 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * shell/ev-window.c: (ev_window_load_job_cb):
3272
3273         Do not setup view from metadata on preview mode. 
3274
3275 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3276
3277         * shell/main.c:
3278
3279         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3280
3281 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * shell/ev-view.c: (ev_view_primary_get_cb):
3284
3285         Check pointer != NULL before using it. Fixes bug #416841. 
3286
3287 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3288
3289         * NEWS:
3290         * configure.ac:
3291         
3292         Release 0.8.0
3293
3294 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3295
3296         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3297
3298         Do not render thumbnails when sidebar thumbnail page is not visible
3299         at startup. Fixes bug #416447. 
3300
3301 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3302
3303         * data/evince.desktop.in.in:
3304
3305         "Application" is not a valid category in the freedesktop specification.
3306
3307 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * libdocument/ev-file-helpers.[ch]: (compression_run),
3310         (ev_file_uncompress), (ev_file_compress):
3311         * shell/ev-window.c: (file_save_dialog_response_cb):
3312
3313         Save document compressed when saving a copy of a compressed document.
3314         Fixes bug #334542.
3315
3316 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3319
3320         Allow deleting in goto window entry in presentation mode. 
3321
3322 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3323
3324         * Makefile.am: Dist MAINTAINERS.
3325
3326 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * shell/ev-window.c: (ev_window_update_actions):
3329
3330         Fix zoom shortcut keys when searching. Fixes bug #409828.
3331
3332 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-window.c: (ev_window_setup_document):
3335
3336         Fix crash when loading documents with only one page. 
3337
3338 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * backend/dvi/dvi-document.c:
3341         (dvi_document_thumbnails_get_dimensions),
3342         (dvi_document_thumbnails_get_thumbnail):
3343         * backend/impress/impress-document.c:
3344         (impress_document_thumbnails_get_thumbnail),
3345         (impress_document_thumbnails_get_dimensions):
3346         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3347         (ps_document_thumbnails_get_dimensions):
3348         * backend/djvu/djvu-document.c:
3349         (djvu_document_thumbnails_get_dimensions),
3350         (djvu_document_thumbnails_get_thumbnail):
3351         * backend/tiff/tiff-document.c:
3352         (tiff_document_thumbnails_get_thumbnail),
3353         (tiff_document_thumbnails_get_dimensions):
3354         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3355         (pdf_document_thumbnails_get_thumbnail),
3356         (pdf_document_thumbnails_get_dimensions):
3357         * backend/comics/comics-document.c:
3358         (comics_document_thumbnails_get_thumbnail),
3359         (comics_document_thumbnails_get_dimensions):
3360         * backend/pixbuf/pixbuf-document.c:
3361         (pixbuf_document_thumbnails_get_thumbnail),
3362         (pixbuf_document_thumbnails_get_dimensions):
3363         * libdocument/ev-document-thumbnails.[ch]:
3364         (ev_document_thumbnails_get_thumbnail),
3365         (ev_document_thumbnails_get_dimensions):
3366         * libdocument/ev-document-misc.[ch]:
3367         (ev_document_misc_get_thumbnail_frame):
3368         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3369         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3370         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3371         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3372         (ev_sidebar_thumbnails_refresh):
3373         * shell/ev-window.c: (ev_window_setup_document):
3374         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3375
3376         Use an EvRenderContext for rendering thumbnails instead of a suggested
3377         width, so that different sized pages get sized proportionally.
3378
3379 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * shell/ev-view.c: (ev_view_button_press_event),
3382         (ev_view_key_press_event):
3383
3384         Fix critical warnings when there is no document loaded. 
3385
3386 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * shell/ev-page-action-widget.c:
3389         * shell/ev-navigation-action.c:
3390         * shell/ev-window.c:
3391
3392         Fix compile warnings. 
3393
3394 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3395
3396         * backend/djvu/djvu-text.h:
3397         * backend/djvu/djvu-document.c:
3398         * backend/djvu/djvu-text-page.c:
3399         * backend/djvu/djvu-links.c:
3400         * backend/djvu/djvu-text-page.h:
3401         * backend/djvu/djvu-text.c:
3402         
3403         Fix build on Mac. Fixes bug #392186. Patch by
3404         <ephraim_owns@hotmail.com>
3405
3406 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3409
3410         Restore cairo context before rendering every page when printing a PDF
3411         document into a PDF file. 
3412
3413 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * backend/ps/gstypes.h:
3416         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3417         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3418         (ps_document_thumbnails_get_thumbnail):
3419
3420         Handle PostScript page orientation. Fixes bug #318568.
3421
3422 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3423
3424         * backend/ps/Makefile.am:
3425         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3426         (document_load), (ps_document_load), (save_document),
3427         (save_page_list), (ps_document_get_n_pages),
3428         (ps_document_get_page_size), (ps_document_get_info),
3429         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3430         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3431         (ps_document_thumbnails_get_thumbnail),
3432         (ps_document_thumbnails_get_dimensions),
3433         (ps_document_document_thumbnails_iface_init):
3434         * backend/ps/ps.[ch]: (psgetpagebox):
3435         * backend/ps/ps-interpreter.[ch]:
3436
3437         Add support for thumbnails in ps backend. Fixes bug #164755. 
3438
3439 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3440
3441         * NEWS:
3442         * configure.ac:
3443         
3444         Release 0.7.2
3445
3446 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3449         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3450         (ev_window_dispose):
3451
3452         Use document thumbnail as window icon. Fixes bug #384442.
3453
3454 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3455
3456         * configure.ac:
3457
3458         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3459         duplicated adding application/x-bzpostscript instead. 
3460
3461 2007-02-11  Tom Parker  <palfrey@tevp.net>
3462
3463         * backend/ps/ps-document.c: (document_load):
3464
3465         Check return value of psscan before trying
3466         to use it. Fixes bug #372414.
3467
3468 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3469
3470         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3471
3472         Fix invalid free in ev-page-cache. Fixes bug #404745.
3473
3474 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3475
3476         * test/Makefile.am:
3477         * test/test3.py:
3478         
3479         Added reload test case.
3480
3481 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * po/POTFILES.in:
3484         * backend/djvu/djvu-document.c: (djvu_document_load):
3485
3486         Check whether there are missing files in indirect multipage djvu
3487         documents. Fixes bug #361683. 
3488
3489 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3490
3491         * test/Makefile.am:
3492         * test/test-mime.bin:
3493         * test/test3.py:
3494         
3495         Added test for slow mime type
3496
3497 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3500
3501         Add some checks and call parent_class->finalize. Fixes bug #404745.
3502
3503 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3504
3505         * shell/ev-navigation-action.c: (connect_proxy):
3506         
3507         Fixes dropdown history menu. Thanks a lot Carlos!
3508
3509 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3510
3511         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3512
3513         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3514         bug #373715.
3515
3516 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3517
3518         * backend/ps/ps.c: (psscan):
3519
3520         Fix memory leak. 
3521
3522 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3523
3524         * configure.ac:
3525         * libdocument/ev-file-helpers.c: 
3526
3527         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3528
3529 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * configure.ac:
3532         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3533         (ps_interpreter_start), (document_load), (save_document),
3534         (save_page_list):
3535         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3536         * libdocument/ev-document-factory.c:
3537         (ev_document_factory_get_from_mime), (get_document_from_uri),
3538         (free_uncompressed_uri), (ev_document_factory_get_document):
3539         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3540
3541         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3542
3543 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * libdocument/ev-document.h:
3546
3547         Fix typo in function name. 
3548
3549 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3550
3551         * backend/ps/ps-document.c: (ps_interpreter_finished),
3552         (ps_interpreter_start), (ps_interpreter_failed):
3553
3554         Handle ghostscript interpreter crashes. 
3555
3556 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * shell/ev-window.c: (ev_window_open_uri),
3559         (window_configure_event_cb):
3560
3561         Setup window size and position before showing it. Fixes bug #401711.
3562
3563 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * backend/ps/Makefile.am:
3566         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3567         (ps_document_dispose), (ps_document_class_init),
3568         (ps_interpreter_input), (ps_interpreter_output),
3569         (ps_interpreter_error), (setup_interpreter_env),
3570         (ps_interpreter_start), (ps_interpreter_stop),
3571         (ps_interpreter_failed), (ps_interpreter_is_ready),
3572         (check_filecompressed), (document_load), (ps_document_load),
3573         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3574         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3575         (render_page):
3576
3577         Rework ps-document. Code cleanups, remove deprecated code. 
3578
3579 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3580
3581         * shell/ev-view.c: (ev_view_button_press_event):
3582
3583         Do not start an image drag and drop operation when pointer is on 
3584         text, so that we can select text when the whole background is an
3585         image. 
3586
3587 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3588
3589         * shell/ev-window.c: (ev_window_update_actions): 
3590
3591         Disable all zoom related actions during presentation mode. 
3592
3593 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3594
3595         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3596
3597         Do not zoom in or out on presentation mode. Fixes bug #401305.
3598
3599 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3600
3601         * shell/ev-navigation-action.c: (connect_proxy),
3602         (create_menu_item), (ev_navigation_action_class_init):
3603         
3604         Correctly show menu and fix crash when navigaton 
3605         action is out of toolbar visible area.
3606
3607 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3608
3609         * data/Makefile.am:
3610         * data/evince.1:
3611         
3612         Added man file
3613
3614 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3615
3616         * help/reference/* :
3617         * configure.ac:
3618         
3619         Added gtk-doc based documentation for Evince.
3620         Still in initial state but I hope it will
3621         grow.
3622         
3623         * configure.ac:
3624         
3625         Lower dbus requirement to 0.70
3626
3627 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3628
3629         * shell/ev-window.c: (ev_window_add_history):
3630
3631         Fix memory leak. 
3632
3633 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3634
3635         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3636         * shell/ev-view.h:
3637         * shell/ev-window.c: (ev_window_add_history):
3638         
3639         Correctly handle named destination links
3640
3641 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3642
3643         * NOTES:
3644         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3645         * backend/pdf/ev-poppler.cc:
3646         * libdocument/ev-document-links.h:
3647         * libdocument/ev-link.c: (ev_link_get_page):
3648         * libdocument/ev-link.h:
3649         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3650         (ev_history_add_link):
3651         * shell/ev-history.h:
3652         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3653         (new_history_menu_item), (build_menu):
3654         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3655         * shell/ev-sidebar-links.c: (create_loading_model),
3656         (print_section_cb), (ev_sidebar_links_construct),
3657         (fill_page_labels), (update_page_callback_foreach),
3658         (update_page_callback), (job_finished_callback):
3659         * shell/ev-view.c: (ev_view_handle_link):
3660         * shell/ev-window.c: (ev_window_find_chapter),
3661         (ev_window_add_history), (view_handle_link_cb),
3662         (history_changed_cb):
3663         
3664         Implements another history variant
3665
3666 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3667
3668         * shell/ev-window.c: (view_external_link_cb):
3669         * shell/ev-view.c: (ev_view_button_release_event):
3670
3671         Open links in new window when clicking with middle button. 
3672
3673 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3674
3675         * shell/ev-navigation-action.c: (new_history_menu_item):
3676         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3677         * shell/ev-view.c: (ev_view_handle_link):
3678         * shell/ev-window.c:
3679         
3680         Store link before jump, not the destination. For me it 
3681         seems like more natural history behavior.
3682
3683 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3684
3685         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3686         (ev_navigation_action_class_init):
3687         * shell/ev-navigation-action.h:
3688         * shell/ev-page-action.c: (activate_cb):
3689         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3690         (ev_page_cache_set_current_page_history):
3691         * shell/ev-page-cache.h:
3692         * shell/ev-sidebar-thumbnails.c:
3693         (ev_sidebar_tree_selection_changed),
3694         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3695         * shell/ev-view-private.h:
3696         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3697         * shell/ev-view.h:
3698         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3699         (ev_window_setup_document), (ev_window_load_job_cb):
3700         * shell/ev-window.h:
3701         
3702         History finally works as expected.
3703
3704 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3705
3706         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3707
3708         Do not update links treeview if it doesn't have a model assigned yet. 
3709
3710 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3713         (ev_sidebar_links_class_init), (update_page_callback):
3714
3715         Do not update links treeview when sidepane is not visible. 
3716
3717 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3718
3719         * shell/ev-marshal.list:
3720         * shell/ev-page-action.c: (activate_cb),
3721         (ev_page_action_class_init):
3722         * shell/ev-page-action.h:
3723         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3724         * shell/ev-window.c:
3725         
3726         Remove activate_link signal, not required.
3727
3728 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3729
3730         * shell/ev-navigation-action.c: (build_menu):
3731         
3732         Reorder menu items and build menu with fixed length.
3733
3734 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3735
3736         * shell/ev-view.c: (get_selected_text):
3737         
3738         Normalize text to fix ligatures problem. See bug
3739         #341947 for details.
3740
3741 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3742
3743         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3744
3745         Fix memory leak in ev-page-cache. 
3746
3747 2007-01-25  Tom Parker <palfrey@tevp.net>
3748
3749         * backend/impress/impress-document.c: (impress_document_load),
3750         (impress_document_finalize), (impress_document_init):
3751         * properties/ev-properties-main.c: (ev_properties_get_pages):
3752         
3753         Correctly handle impress document errors. Fixes nautilus
3754         crash in property page #370491.
3755
3756 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3757
3758         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3759         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3760         (ev_job_queue_remove_job):
3761         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3762         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3763         (ev_job_load_run):
3764         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3765         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3766         (ev_window_load_job_cb), (xfer_update_progress_callback),
3767         (ev_window_open_uri), (ev_window_dispose):
3768         * shell/main.c: (main):
3769
3770         Do file transfer asynchronously in the main thread instead of
3771         synchronously in the load thread. Fixes bugs #399694, #398307 and
3772         #343542.
3773
3774 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * shell/ev-jobs.c: (ev_job_xfer_run):
3777
3778         Load the document with the font-config lock held. 
3779
3780 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * backend/ps/ps-document.c: (start_interpreter):
3783
3784         Fix memory leaks in ps backend. 
3785
3786 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3787
3788         * backend/impress/impress-document.c:
3789         (impress_document_render_pixbuf):
3790
3791         Do not acquire fontconfig lock in impress backend, since it is using
3792         the main loop for rendering. 
3793
3794 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * po/POTFILES.in: 
3797
3798         Remove mdvi files that shouldn't be translated. 
3799
3800 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3801
3802         * shell/ev-view-private.h:
3803         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3804         (ev_view_set_zoom):
3805
3806         Render "loading..." text into a cairo surface instead of directly into
3807         the window so that fontconfig lock is only needed once and UI is not
3808         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3809
3810 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3811
3812         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3813         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3814
3815         Use icon theme associated with the window screen rather than default. 
3816
3817 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3818
3819         * configure.ac:
3820
3821         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3822
3823 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3824
3825         * data/icons/*/apps/evince.*:
3826
3827         Move Evince icons under new apps directory.
3828
3829         * data/icons/*/actions/*:
3830
3831         Add new custom themeable Evince icons: view-page-continuous, 
3832         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3833         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3834
3835         * configure.ac:
3836
3837         Add new directories to AC_CONFIG_FILES.
3838
3839         * shell/ev-stock-icons.c:
3840         * shell/ev-stock-icons.h:
3841
3842         Use new custom themeable icons.
3843
3844 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3845
3846         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3847
3848         Do not draw white background page in presentation mode. 
3849
3850 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3851
3852         * shell/ev-view.c: Remove unused gnome-vfs include.
3853
3854 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3855
3856         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3857         
3858         Format string is corrected, fixes bug #397129.
3859
3860 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3861
3862         * shell/ev-window.c: (ev_window_setup_recent):
3863
3864         Do not include in recent menu inexistent documents. Fixes
3865         bug #339171.
3866
3867 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * po/POTFILES.skip: 
3870
3871         Update POTFILES.skip file according to current source tree. 
3872
3873 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * shell/ev-window.c: (file_save_dialog_response_cb):
3876
3877         Do Save a copy in atomic way. Fixes bug #328266. 
3878
3879 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3882
3883         Keep selected cell always visible in index treeview.
3884
3885 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3886         
3887         * shell/ev-view.c: (ev_view_size_allocate):
3888
3889         Restore horizontal scrollbar after switching to/from fullscreen
3890         or presentation mode. Fixes bug #331728.
3891
3892 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3893
3894         * shell/ev-view-private.h:
3895         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3896         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3897         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3898         (ev_view_can_zoom_out):
3899
3900         Use max and min scale values in the view iby taking dpi into account. 
3901
3902 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3903
3904         * configure.ac:
3905         * NEWS:
3906
3907         Release 0.7.1
3908
3909 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3910
3911         * shell/ev-window.c: (ev_window_print_send):
3912
3913         Send print job to printer with some settings set to default values,
3914         since we have already exported to a file according to such settings
3915         and they could be taken twice by some printers. 
3916
3917 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3918
3919         * shell/ev-jobs.c: (ev_job_xfer_run):
3920         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3921
3922         Show main window and load document with the font-config lock held. 
3923
3924 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3925
3926         * configure.ac:
3927         * shell/ev-application.c: (ev_application_register_service):
3928         * shell/main.c: (load_files_remote):
3929
3930         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3931
3932 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3933
3934         * doc/debugging.txt:
3935         
3936         Remove obsolete documentation.
3937
3938 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3939
3940         * Makefile.am:
3941         * backend/Makefile.am:
3942         * backend/comics/Makefile.am:
3943         * backend/djvu/Makefile.am:
3944         * backend/dvi/Makefile.am:
3945         * backend/ev-async-renderer.c:
3946         * backend/ev-async-renderer.h:
3947         * backend/ev-attachment.c:
3948         * backend/ev-attachment.h:
3949         * backend/ev-backend-marshal.c:
3950         * backend/ev-document-factory.c:
3951         * backend/ev-document-factory.h:
3952         * backend/ev-document-find.c:
3953         * backend/ev-document-find.h:
3954         * backend/ev-document-fonts.c:
3955         * backend/ev-document-fonts.h:
3956         * backend/ev-document-images.c:
3957         * backend/ev-document-images.h:
3958         * backend/ev-document-info.h:
3959         * backend/ev-document-links.c:
3960         * backend/ev-document-links.h:
3961         * backend/ev-document-misc.c:
3962         * backend/ev-document-misc.h:
3963         * backend/ev-document-security.c:
3964         * backend/ev-document-security.h:
3965         * backend/ev-document-thumbnails.c:
3966         * backend/ev-document-thumbnails.h:
3967         * backend/ev-document-transition.c:
3968         * backend/ev-document-transition.h:
3969         * backend/ev-document.c:
3970         * backend/ev-document.h:
3971         * backend/ev-file-exporter.c:
3972         * backend/ev-file-exporter.h:
3973         * backend/ev-image.c:
3974         * backend/ev-image.h:
3975         * backend/ev-link-action.c:
3976         * backend/ev-link-action.h:
3977         * backend/ev-link-dest.c:
3978         * backend/ev-link-dest.h:
3979         * backend/ev-link.c:
3980         * backend/ev-link.h:
3981         * backend/ev-render-context.c:
3982         * backend/ev-render-context.h:
3983         * backend/ev-selection.c:
3984         * backend/ev-selection.h:
3985         * backend/impress/Makefile.am:
3986         * backend/pdf/Makefile.am:
3987         * backend/pixbuf/Makefile.am:
3988         * backend/ps/Makefile.am:
3989         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3990         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3991         (start_interpreter), (stop_interpreter), (document_load),
3992         (ps_document_next_page), (render_page):
3993         * backend/tiff/Makefile.am:
3994         * comics/Makefile.am:
3995         * comics/comics-document.c:
3996         * comics/comics-document.h:
3997         * configure.ac:
3998         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3999         * djvu/Makefile.am:
4000         * djvu/djvu-document-private.h:
4001         * djvu/djvu-document.c:
4002         * djvu/djvu-document.h:
4003         * djvu/djvu-links.c:
4004         * djvu/djvu-links.h:
4005         * djvu/djvu-text-page.c:
4006         * djvu/djvu-text-page.h:
4007         * djvu/djvu-text.c:
4008         * djvu/djvu-text.h:
4009         * dvi/Makefile.am:
4010         * dvi/dvi-document.c:
4011         * dvi/dvi-document.h:
4012         * dvi/fonts.c:
4013         * dvi/fonts.h:
4014         * dvi/mdvi-lib/Makefile.am:
4015         * dvi/mdvi-lib/afmparse.c:
4016         * dvi/mdvi-lib/afmparse.h:
4017         * dvi/mdvi-lib/bitmap.c:
4018         * dvi/mdvi-lib/bitmap.h:
4019         * dvi/mdvi-lib/color.c:
4020         * dvi/mdvi-lib/color.h:
4021         * dvi/mdvi-lib/common.c:
4022         * dvi/mdvi-lib/common.h:
4023         * dvi/mdvi-lib/defaults.h:
4024         * dvi/mdvi-lib/dvimisc.c:
4025         * dvi/mdvi-lib/dviopcodes.h:
4026         * dvi/mdvi-lib/dviread.c:
4027         * dvi/mdvi-lib/files.c:
4028         * dvi/mdvi-lib/font.c:
4029         * dvi/mdvi-lib/fontmap.c:
4030         * dvi/mdvi-lib/fontmap.h:
4031         * dvi/mdvi-lib/fontsrch.c:
4032         * dvi/mdvi-lib/gf.c:
4033         * dvi/mdvi-lib/hash.c:
4034         * dvi/mdvi-lib/hash.h:
4035         * dvi/mdvi-lib/list.c:
4036         * dvi/mdvi-lib/mdvi.h:
4037         * dvi/mdvi-lib/pagesel.c:
4038         * dvi/mdvi-lib/paper.c:
4039         * dvi/mdvi-lib/paper.h:
4040         * dvi/mdvi-lib/pk.c:
4041         * dvi/mdvi-lib/private.h:
4042         * dvi/mdvi-lib/setup.c:
4043         * dvi/mdvi-lib/sp-epsf.c:
4044         * dvi/mdvi-lib/special.c:
4045         * dvi/mdvi-lib/sysdeps.h:
4046         * dvi/mdvi-lib/t1.c:
4047         * dvi/mdvi-lib/tfm.c:
4048         * dvi/mdvi-lib/tfmfile.c:
4049         * dvi/mdvi-lib/tt.c:
4050         * dvi/mdvi-lib/util.c:
4051         * dvi/mdvi-lib/vf.c:
4052         * dvi/pixbuf-device.c:
4053         * dvi/pixbuf-device.h:
4054         * impress/Makefile.am:
4055         * impress/common.h:
4056         * impress/document.c:
4057         * impress/f_oasis.c:
4058         * impress/f_oo13.c:
4059         * impress/iksemel.c:
4060         * impress/iksemel.h:
4061         * impress/imposter.h:
4062         * impress/impress-document.c:
4063         * impress/impress-document.h:
4064         * impress/internal.h:
4065         * impress/r_back.c:
4066         * impress/r_draw.c:
4067         * impress/r_geometry.c:
4068         * impress/r_gradient.c:
4069         * impress/r_style.c:
4070         * impress/r_text.c:
4071         * impress/render.c:
4072         * impress/render.h:
4073         * impress/zip.c:
4074         * impress/zip.h:
4075         * lib/Makefile.am:
4076         * lib/ev-debug.c:
4077         * lib/ev-debug.h:
4078         * lib/ev-file-helpers.c:
4079         * lib/ev-file-helpers.h:
4080         * lib/ev-gui.c:
4081         * lib/ev-gui.h:
4082         * lib/ev-tooltip.c:
4083         * lib/ev-tooltip.h:
4084         * libdocument/Makefile.am:
4085         * libdocument/ev-file-helpers.c:
4086         * pdf/Makefile.am:
4087         * pdf/ev-poppler.cc:
4088         * pdf/ev-poppler.h:
4089         * pixbuf/Makefile.am:
4090         * pixbuf/pixbuf-document.c:
4091         * pixbuf/pixbuf-document.h:
4092         * properties/Makefile.am:
4093         * ps/Makefile.am:
4094         * ps/gsdefaults.c:
4095         * ps/gsdefaults.h:
4096         * ps/gsio.c:
4097         * ps/gsio.h:
4098         * ps/gstypes.h:
4099         * ps/ps-document.c:
4100         * ps/ps-document.h:
4101         * ps/ps.c:
4102         * ps/ps.h:
4103         * shell/Makefile.am:
4104         * shell/ev-application.h:
4105         * shell/ev-sidebar-links.c:
4106         * shell/ev-sidebar-links.h:
4107         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4108         (ev_gui_menu_position_tree_selection):
4109         * shell/ev-utils.h:
4110         * shell/ev-view.c: (ev_view_finalize):
4111         * shell/ev-window.c:
4112         * shell/main.c: (main):
4113         * thumbnailer/Makefile.am:
4114         * tiff/Makefile.am:
4115         * tiff/tiff-document.c:
4116         * tiff/tiff-document.h:
4117         * tiff/tiff2ps.c:
4118         * tiff/tiff2ps.h:
4119         
4120         Reorganize source tree.
4121
4122 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * backend/ev-document-factory.c:
4125
4126         Do not include ev-poppler.h when pdf is disabled. 
4127
4128 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * configure.ac:
4131         * data/evince-ui.xml:
4132         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4133         (pdf_document_document_images_iface_init):
4134         * backend/Makefile.am:
4135         * backend/ev-document-images.[ch]:
4136         * backend/ev-image.[ch]:
4137         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4138         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4139         (ev_job_xfer_run):
4140         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4141         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4142         (ev_pixbuf_cache_get_image_mapping):
4143         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4144         (view_menu_popup_cb), (ev_window_dispose),
4145         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4146         (ev_view_popup_cmd_copy_image):
4147         * shell/ev-view-private.h:
4148         * shell/ev-view.c: (ev_view_get_image_at_location),
4149         (ev_view_do_popup_menu), (ev_view_popup_menu),
4150         (ev_view_button_press_event), (ev_view_drag_data_get),
4151         (ev_view_drag_motion), (ev_view_drag_data_received),
4152         (ev_view_motion_notify_event), (ev_view_button_release_event),
4153         (ev_view_finalize), (ev_view_class_init):
4154
4155         Add image handling support. Fixes bugs #310008 and #325047. Images
4156         selection is not supported yet. 
4157
4158 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4159
4160         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4161         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4162         (ev_view_init):
4163
4164         Move view drag and drop stuff to ev-view.
4165
4166 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4167
4168         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4169         * shell/ev-view.c: (clear_selection): 
4170
4171         Clear selection also in pixbuf cache.
4172
4173 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4174
4175         * data/evince.desktop.in.in:
4176         
4177         Change icon name in desktop file. See bug #390734
4178         for details.
4179
4180 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4181
4182         * thumbnailer/Makefile.am:
4183
4184         Use top_builddir instead top_srcdir for generated schema
4185         file installation. Fixes bug #390161.
4186
4187 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * configure.ac:
4190         * backend/Makefile.am:
4191         * backend/ev-document-transition.[ch]:
4192         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4193         (pdf_document_page_transition_iface_init):
4194         * shell/ev-view-private.h:
4195         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4196         (ev_view_set_presentation), (transition_next_page),
4197         (ev_view_presentation_transition_stop),
4198         (ev_view_presentation_transition_start), (ev_view_next_page):
4199
4200         Add page transition support in presentation mode. At the moment only
4201         page duration is supported, but not transition effects. Fixes bug
4202         #309815.
4203
4204 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4205
4206         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4207
4208         Run find_link_dest with document lock held, since it's called by links
4209         thread and main thread at the same time. 
4210
4211 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * shell/ev-view.c: (goto_dest):
4214
4215         Update page-cache when page is changed by the view, so that
4216         page-changed signal is emitted. 
4217
4218 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4219
4220         * test/test1.py:
4221         * test/test2.py:
4222
4223         Use C locale in tests. 
4224
4225 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4226
4227         * shell/ev-window.c: (ev_window_run_presentation):
4228         * shell/ev-view-private.h:
4229         * shell/ev-view.c: (ev_view_set_presentation):
4230
4231         Restore zoom settings when back from presentation mode. 
4232
4233 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4234
4235         * shell/ev-window.c: (ev_window_run_presentation):
4236
4237         Always use "best fit" zoom in presentation mode.
4238         Fixes bug #389195.
4239
4240 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4241
4242         * shell/ev-view.c: (ev_view_goto_window_create):
4243
4244         Show "Jump to page" label in the page jumping popup in
4245         presentation mode instead of just a GtkEntry.
4246
4247 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * shell/ev-window.c: (launch_external_uri):
4250
4251         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4252         #378085.
4253
4254 2006-12-22  Elijah Newren  <newren gmail com>
4255
4256         * configure.ac: explicitly check for libxml2.  Fixes #388795
4257
4258 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4259
4260         * shell/ev-view-private.h:
4261         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4262         (ev_view_goto_window_delete_event), (key_is_numeric),
4263         (ev_view_goto_window_key_press_event),
4264         (ev_view_goto_window_button_press_event),
4265         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4266         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4267         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4268
4269         Allow jumping to another page by typing a page number in presentation
4270         mode. It uses a popup window with an entry. Fixes bug #353625.
4271
4272 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4273
4274         * configure.ac:
4275         * properties/ev-properties-view.c: (ev_get_default_user_units),
4276         (ev_regular_paper_size):
4277         
4278         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4279         to Damien Carbery <damien.carbery@sun.com> and
4280         Yevgen Muntyan <muntyan@tamu.edu>.
4281
4282 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4283
4284         * shell/ev-window.c: (setup_document_from_metadata):
4285
4286         Make sure Evince doesn't restore the view on the last
4287         page when a document is reopened. Fixes bug #383381.
4288
4289 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4290
4291         * shell/ev-view.c: (draw_loading_text):
4292
4293         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4294
4295 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4296
4297         * configure.ac:
4298         * NEWS:
4299
4300         Release 0.7.0
4301
4302 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4303
4304         * configure.ac:
4305         * pdf/ev-poppler.cc: (pdf_print_context_free),
4306         (pdf_document_file_exporter_begin),
4307         (pdf_document_file_exporter_do_page):
4308
4309         Make cairo-pdf depedency optional. 
4310
4311 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4314
4315         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4316
4317 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4318
4319         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4320         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4321         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4322         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4323         * shell/ev-view.c: (draw_loading_text):
4324         * shell/ev-window.c: (ev_window_cmd_file_properties):
4325
4326         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4327         related to using FontConfig from different threads.
4328         
4329 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * shell/ev-view.c: (draw_loading_text):
4332
4333         Acquire lock document when drawing "Loading..." text so that only one
4334         thread will use FontConfig at the same time. Fixes bug #374750.
4335
4336 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4337
4338         * shell/ev-page-action.[ch]: (activate_cb):
4339         * shell/ev-window.c: (activate_label_cb):
4340
4341         Check if text inserted in page entry is a valid page number when it
4342         doesn't match to any document page label. Fixes bug #383165.
4343
4344 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4345         * shell/ev-window.c:
4346
4347         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4348         available with GTK < 2.10. Added an ifdef to avoid compilation
4349         error.
4350
4351 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4352
4353         * configure.ac:
4354         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4355
4356         Fix ps backend in multihead systems.
4357
4358 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4359
4360         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4361         * shell/ev-window.c: (ev_window_get_screen_dpi),
4362         (ev_window_update_actions), (setup_view_from_metadata),
4363         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4364
4365         Take screen DPI into account when zooming. Fixes bug #318285.
4366
4367 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4368
4369         * data/Makefile.am:
4370
4371         Cleaned up/slightly refactored Makefile.am. Added GConf
4372         schemas uninstallation as well.
4373
4374 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4375
4376         * Makefile.am:
4377         * test/Makefile.am:
4378
4379         Fight with autotools to fix make check. Make distcheck
4380         works fine as well now!
4381
4382 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4383
4384         * shell/ev-view.c: (draw_end_presentation_page):
4385
4386         Corrected "end of presentation" string.
4387
4388 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4389
4390         * shell/ev-view.c: (ev_view_key_press_event):
4391
4392         Correctly propagate key press event so that up/down keys
4393         work as expected (correct behaviour was broken by
4394         black/white screen key bindings for presentations).
4395
4396 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4399         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4400         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4401         (pdf_selection_get_selection_region),
4402         (pdf_selection_get_selection_map):
4403
4404         Add "static" to some private functions. 
4405
4406 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4407
4408         * lib/ev-tooltip.h:
4409         * properties/ev-properties-view.h:
4410         * shell/ev-jobs.h:
4411         * shell/ev-properties-dialog.h:
4412         * shell/ev-properties-fonts.h:
4413         * shell/ev-sidebar-links.h:
4414         * shell/ev-sidebar-thumbnails.h:
4415         * shell/ev-sidebar.h:
4416         * shell/ev-window.h:
4417         
4418         Fixes CHACK type in class casts. See bug #385343
4419         for details.
4420
4421 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4422
4423         * shell/ev-view-private.h:
4424         * shell/ev-view.c: (draw_end_presentation_page),
4425         (ev_view_expose_event), (ev_view_key_press_event),
4426         (ev_view_class_init), (ev_view_init):
4427
4428         Blank screen in presentation mode when pressing 'b' (filling with
4429         black) or 'w' (filling with white) keys. Fixes bug #358132.
4430
4431 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4432
4433         * data/evince-toolbar.xml:
4434         * shell/ev-window.c:
4435         
4436         Use stock icon for Select All action. Fixes
4437         bug #382652.
4438
4439 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4440
4441         * shell/ev-view.c: (get_doc_point_from_offset),
4442         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4443
4444         Add links support in rotated documents. Fixes bug #343733.
4445
4446 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4447
4448         * shell/ev-view-private.h:
4449         * shell/ev-view.c: (draw_end_presentation_page),
4450         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4451
4452         Show a blank page after the last page in presentation mode with a
4453         message indicating that presentation has finished and how to exit. 
4454
4455 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4456
4457         * shell/ev-window.c: (fullscreen_timeout_cb):
4458
4459         Hide cursor after a while in presentation mode. 
4460
4461 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4462
4463         * backend/ev-document-info.h:
4464         * data/evince-properties.glade:
4465         * pdf/ev-poppler.cc:
4466         * properties/ev-properties-view.c: (ev_regular_paper_size),
4467         (ev_properties_view_set_info):
4468         * ps/ps-document.c: (ps_document_get_info):
4469
4470         Adds a paper size field to the properties dialog. Fixes
4471         bug #307315. Patch by Kasper Svendsen (with some i18n
4472         changes done by me).
4473
4474 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4475
4476         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4477         (screensaver_init_dbus), (totem_scrsaver_new),
4478         (totem_scrsaver_init):
4479         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4480         * shell/ev-application.c: (ev_application_register_service),
4481         (ev_application_screensaver_enable),
4482         (ev_application_screensaver_disable):
4483         * shell/ev-application.h:
4484         * shell/ev-window.c: (ev_window_run_presentation),
4485         (ev_window_stop_presentation), (build_comments_string),
4486         (ev_window_init):
4487         
4488         Move screensaver handling to application. No more
4489         message on startup.
4490
4491 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4492
4493         * configure.ac:
4494         * backend/Makefile.am:
4495         * backend/ev-file-exporter.[ch]:
4496         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4497         * ps/ps-document.c: (ps_document_file_exporter_*):
4498         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4499         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4500         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4501         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4502
4503         Allow printing to PDF when suppoted by the backend.
4504         
4505 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4506
4507         * shell/ev-window.c: (build_comments_string):
4508
4509         Use always "Document Viewer" in about dialog. 
4510
4511 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4512
4513         * djvu/djvu-document.c: (djvu_document_get_page_size):
4514
4515         Display a warning message when get_pageinfo fails. 
4516
4517 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4518
4519         * Makefile.am:
4520         * backend/Makefile.am:
4521         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4522         * configure.ac:
4523         * shell/ev-window.c: (build_comments_string):
4524         
4525         Make pdf compilation optional. See bug #38007.
4526
4527 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * ps/ps.c: (get_next_text):
4530
4531         Fix CVE-2006-5864.
4532
4533 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4534
4535         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4536         * shell/ev-navigation-action.c: (connect_proxy),
4537         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4538         
4539         Do not call g_type_class_peek_parent twice.
4540
4541 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * configure.ac:
4544         * data/icons/24x24/.cvsignore:
4545         * data/icons/24x24/Makefile.am:
4546         * data/icons/24x24/evince.png:
4547         * data/icons/Makefile.am:
4548         
4549         Add 24x24 icon. Thanks to 
4550         Michael Monreal <infernux@web.de>.
4551
4552 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4553
4554         * configure.ac: Fix typo in configure.ac. Thanks
4555         to dmacks@netspace.org for notification.
4556
4557 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4558
4559         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4560         
4561         Drop dbus include, fixes compilation with older dbus.
4562
4563 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4564
4565         * configure.ac:
4566         * cut-n-paste/Makefile.am:
4567         * cut-n-paste/totem-screensaver/.cvsignore
4568         * cut-n-paste/totem-screensaver/Makefile.am:
4569         * cut-n-paste/totem-screensaver/README:
4570         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4571         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4572         * shell/Makefile.am:
4573         * shell/ev-window.c: (ev_window_run_presentation),
4574         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4575         (ev_window_init):
4576
4577         Implemented screensaver enabling/disabling for
4578         presentation mode (not fullscreen mode). Code stolen
4579         from Totem (with some minor tweaks). Fixes bug #338889.
4580
4581 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4582
4583         * configure.ac:
4584
4585         Bump gnome-icon-theme requirements. We use the rotation
4586         icons that appeared recently.
4587
4588 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4589
4590         * shell/ev-history.c: (ev_history_add_page):
4591         * shell/ev-history.h:
4592         * shell/ev-window.c: (page_changed_cb):
4593         
4594         Use page labels instead of numbers.
4595
4596 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4597
4598         * data/evince-toolbar.xml:
4599         * po/POTFILES.in:
4600         * shell/Makefile.am:
4601         * shell/ev-navigation-action-widget.c:
4602         (ev_navigation_action_widget_init),
4603         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4604         (menu_detacher), (ev_navigation_action_widget_set_menu),
4605         (menu_position_func), (popup_menu_under_arrow),
4606         (ev_navigation_action_widget_toggled),
4607         (ev_navigation_action_widget_button_press_event):
4608         * shell/ev-navigation-action-widget.h:
4609         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4610         (ev_navigation_action_set_window), (activate_menu_item_cb),
4611         (new_history_menu_item), (new_empty_history_menu_item),
4612         (build_menu), (menu_activated_cb), (connect_proxy),
4613         (create_tool_item), (ev_navigation_action_init),
4614         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4615         * shell/ev-navigation-action.h:
4616         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4617         (ev_page_action_widget_set_page_cache),
4618         (ev_page_action_widget_finalize),
4619         (ev_page_action_widget_class_init), (match_selected_cb),
4620         (display_completion_text), (match_completion), (build_new_tree_cb),
4621         (get_filter_model_from_model),
4622         (ev_page_action_widget_update_model):
4623         * shell/ev-page-action-widget.h:
4624         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4625         (connect_proxy):
4626         * shell/ev-page-action.h:
4627         * shell/ev-stock-icons.c:
4628         * shell/ev-stock-icons.h:
4629         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4630         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4631         (register_custom_actions):
4632         * shell/main.c:
4633         
4634         Preliminary history implementation
4635
4636 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4639         (dvi_document_class_init), (dvi_document_init_params):
4640         * dvi/mdvi-lib/font.c: (font_reference):
4641         
4642         Add reference to subfont. Fixes bug #374277.
4643
4644 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4645
4646         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4647         (ev_window_cmd_file_open_copy_at_dest):
4648
4649         Fix a race condition when creating symlink. Increase the counter
4650         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4651         Mathias Hasselmann).
4652
4653 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4654
4655         * backend/Makefile.am:
4656         * backend/ev-attachment.c: (ev_attachment_open):
4657         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4658         (ev_tmp_dir), (ev_tmp_filename):
4659         * shell/ev-sidebar-attachments.c:
4660         (ev_sidebar_attachments_drag_data_get):
4661         * shell/ev-window.c: (ev_window_clear_temp_file):
4662
4663         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4664         in ensure_dir_exists. Abort without crashing when we can't create
4665         user's directory.
4666
4667 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4668
4669         * data/evince-ui.xml:
4670         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4671         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4672         (ev_window_cmd_file_open_copy_at_dest),
4673         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4674         (ev_view_popup_cmd_open_link_new_window):
4675
4676         Allow opening a copy of the current document in a new window. Fixes bug
4677         #357472
4678
4679 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4680
4681         * data/evince-toolbar.xml:
4682         
4683         Add rotate right and rotate left to available items for toolbar.
4684         
4685         * data/evince-ui.xml:
4686         * shell/ev-window.c: (ev_window_init):
4687         
4688         Customize toolbar with right click. Fixes bug #372451.
4689
4690 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4691
4692         * shell/ev-window.c: 
4693         
4694         Use "object-rotate-{left,right}" stock icons. Fixes 
4695         bug #373863.
4696
4697 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4698
4699         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4700         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4701         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4702         (ev_window_open_uri):
4703         * shell/main.c: (arguments_parse):
4704
4705         Remove temp file created when evince is used by GTK+ in
4706         preview mode. Fixes bug #365282. 
4707
4708 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4711         
4712         Fixes bug #372474 - Side pane disabled when entering 
4713         and leaving fullscreen mode.
4714
4715 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4716
4717         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4718         * data/Makefile.am:
4719         * data/evince-preview-toolbar.xml:
4720         * data/evince-toolbar.xml:
4721         * shell/ev-application.c: (ev_application_shutdown),
4722         (ev_application_init), (ev_application_get_toolbars_model):
4723         * shell/ev-application.h:
4724         * shell/ev-window.c: (update_chrome_visibility),
4725         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4726         (ev_window_cmd_edit_toolbar), (ev_window_init):
4727         
4728         Fixes bug #364364 - toolbar editor shows zoom actions again.
4729
4730 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4731
4732         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4733
4734         Do not take margins into consideration for paper size when printing.
4735         Really fixes bug #350491.
4736
4737 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4738
4739         * data/evince-ui.xml:
4740         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4741         (ev_window_cmd_file_print_setup),
4742         (ev_window_print_dialog_response_cb),
4743         (ev_window_setup_action_sensitivity):
4744
4745         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4746
4747 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * shell/ev-window.c: (ev_window_print_range):
4750
4751         Revert my previuos commit, since printing to PDF is not supported by
4752         evince yet. 
4753
4754 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4755
4756         * shell/ev-window.c: (ev_window_print_range):
4757
4758         Enable print to a PDF. Fixes bug #332121.
4759
4760 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4761
4762         * shell/ev-application-service.xml:
4763         * shell/ev-application.[ch]: (ev_application_open_window),
4764         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4765         (ev_application_open_uri), (ev_application_open_uri_list):
4766         * shell/ev-window.c: (file_open_dialog_response_cb),
4767         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4768         (drag_data_received_cb), (open_remote_link):
4769         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4770
4771         Add support for multiscreen systems. Fixes bug #316206.
4772
4773 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4774
4775         * shell/ev-jobs.[ch]: (ev_job_print_new),
4776         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4777         (ev_job_print_do_page):
4778         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4779
4780         Allow printing only odd/even pages. Fixes bug #367289.
4781
4782 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4783
4784         * test/test1.py:
4785         * test/test2.py:
4786
4787         Re-add locale settings to test files.
4788
4789 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4790
4791         * data/evince-ui.xml:
4792         * shell/ev-window.c: (set_action_properties):
4793         
4794         Removed garbage from code and ui.
4795
4796 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4797
4798         * shell/ev-window.c: (ev_window_cmd_help_about):
4799
4800         Shamelessly add my name to the list of contributors.
4801
4802 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4803
4804         * test/test1.py:
4805         * test/test2.py:
4806
4807         Cleaned up the dogtail scripts.
4808
4809 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4810
4811         * shell/ev-view.c: (draw_loading_text): Don't render
4812         "loading..." text in presentation mode. Temporary
4813         workaround for bug #320352.
4814
4815 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4816
4817         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4818         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4819
4820         Use print settings scale, copies, collate and reverse which were
4821         ignored. Fixes bug #359032.
4822
4823 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4824
4825         * configure.ac:
4826         * data/evince-password.glade:
4827         * test/Makefile.am:
4828         * test/test-encrypt.pdf:
4829         * test/test-links.pdf:
4830         * test/test1.py:
4831         * test/test2.py:
4832
4833         Add automated UI tests for evince with dogtail. See
4834         bug #300948.    
4835
4836 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4837
4838         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4839
4840         Hide fullscreen toolbar when switching to another desktop workspace.
4841         Fixes bug #338871
4842
4843 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4844
4845         * shell/ev-window-title.c: 
4846         
4847         Test for .dvi in title of pdf documents.
4848
4849 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4850
4851         * shell/ev-view.c: (ev_view_scroll):
4852
4853         Page Up/Down should do page jumps in "Best fit" mode.
4854         If a user has explicitly chosen to view exactly one page
4855         at a time, scrolling just a part of the page when
4856         pressing Page Up/Down is not right. Fixes bug #323107.
4857
4858 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4859
4860         * NEWS:
4861         * configure.ac:
4862         
4863         Update for 0.6.1
4864
4865 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4866
4867         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4868         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4869         
4870         Correctly disconnect from job signals on destroy.
4871
4872 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4873
4874         * shell/ev-view-private.h:
4875         * shell/ev-view.c: (view_set_adjustment_values),
4876         (view_update_range_and_current_page),
4877         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4878         
4879         Fixes bug #343199, current page now follows find page.
4880
4881 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4882
4883         * backend/ev-document-factory.c:
4884         * configure.ac:
4885         Assigned OpenDocument presenation MIME type to the
4886         Impress backend. Added some missing (but harmless)
4887         #ifdefs in the document factory as well to make things
4888         consistent again. Fixes bug #360658.
4889
4890 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4891
4892         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4893         * backend/ev-document-find.c: (ev_document_find_get_type):
4894         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4895         * backend/ev-document-links.c: (ev_document_links_get_type):
4896         * backend/ev-document-security.c: (ev_document_security_get_type):
4897         * backend/ev-document-thumbnails.c:
4898         (ev_document_thumbnails_get_type):
4899         * backend/ev-document.c: (ev_document_get_type):
4900         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4901         * backend/ev-selection.c: (ev_selection_get_type):
4902         * cut-n-paste/recent-files/egg-recent-model.c:
4903         (egg_recent_model_get_type):
4904         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4905         (egg_recent_view_uimanager_get_type):
4906         * cut-n-paste/recent-files/egg-recent-view.c:
4907         (egg_recent_view_get_type):
4908         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4909         (egg_editable_toolbar_get_type):
4910         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4911         (egg_toolbar_editor_get_type):
4912         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4913         (egg_toolbars_model_get_type):
4914         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4915         (egg_tree_multi_drag_source_get_type):
4916         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4917         (ephy_zoom_action_get_type):
4918         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4919         (ephy_zoom_control_get_type):
4920         * impress/r_back.c: (_imp_fill_back):
4921         * properties/ev-properties-main.c:
4922         (ev_properties_plugin_register_type):
4923         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4924         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4925         (ev_view_accessible_factory_get_type):
4926
4927         Reduce relocations. Bug #360616.
4928
4929 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4930
4931         * backend/ev-document-factory.c:
4932         (ev_document_factory_get_document):
4933         
4934         Load document even if extension is wrong.
4935
4936 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4937
4938         * shell/ev-metadata-manager.c: (save_values):
4939         * shell/ev-window.c: (setup_size_from_metadata),
4940         (setup_view_from_metadata), (ev_window_setup_document),
4941         (ev_window_xfer_job_cb), (window_configure_event_cb):
4942         
4943         Set size according to the document size/page size ratio.
4944         That should correct rather wierd behaviour of the previous
4945         commit.
4946
4947 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * shell/ev-window.c: (setup_view_from_metadata):
4950         
4951         Set size for new windows from previous window size.
4952         See bugs #354968 and #168450 for details. Thanks
4953         to Meik Hellmund.
4954
4955 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4956
4957         * djvu/djvu-links.c: (build_tree):
4958
4959         Fix memory leak.
4960
4961 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4962
4963         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4964         
4965         Don't make sidebar close button insensitive. Fixes
4966         bug #357871.
4967
4968 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4969
4970         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4971         (ev_window_set_view_accels_sensitivity):
4972         
4973         Don't enable Slash on documents which don't support
4974         find. Fixes bug #358648.
4975
4976 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4977
4978         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4979         open dialog fall back to the current document uri if the
4980         filechooser hasn't been used before. Fixes bug #356980.
4981
4982 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4983
4984         * shell/ev-window.c: (ev_window_setup_recent), 
4985         (ev_window_get_recent_file_label):
4986
4987         Escape underscores in filenames of recent file items.
4988
4989 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4990
4991         * configure.ac:
4992         
4993         Bumped poppler requirements, really 0.5.3 is very 
4994         buggy, now we require 0.5.4.
4995
4996 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4997
4998         * djvu/Makefile.am:
4999         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5000         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5001         (djvu_document_document_links_iface_init):
5002         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5003         (number_from_string_10), (get_djvu_link_dest),
5004         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5005         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5006         (djvu_links_get_links), (djvu_links_find_link_dest),
5007         (djvu_links_get_links_model):
5008         * djvu/djvu-links.h:
5009         
5010         Add support for links and bookmarks in djvu documents. Thanks
5011         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5012         patch.
5013
5014 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5015
5016         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5017         
5018         Reopen should reload document. Fixes 
5019         bug 327951.
5020
5021 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5022
5023         * configure.ac:
5024         * data/Makefile.am:
5025         * data/evince-16.png:
5026         * data/evince-22.png:
5027         * data/evince.png:
5028         * data/evince.svg:
5029         * data/icons/16x16/Makefile.am:
5030         * data/icons/16x16/evince.png:
5031         * data/icons/22x22/Makefile.am:
5032         * data/icons/22x22/evince.png:
5033         * data/icons/48x48/Makefile.am:
5034         * data/icons/48x48/evince.png:
5035         * data/icons/Makefile.am:
5036         * data/icons/scalable/Makefile.am:
5037         * data/icons/scalable/evince.svg:
5038         
5039         Install icons with correct names. Fixes
5040         bug #354429.
5041
5042 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * shell/ev-view.c: (ev_view_button_release_event):
5045
5046         Don't open links with middle mouse button. Fixes bug #353649
5047
5048 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5049
5050         * NEWS:
5051         * configure.ac:
5052         
5053         Update for release 0.6.0
5054
5055 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5056
5057         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5058         Implement Close named action. Patch by Carlos Garcia Campos.
5059
5060 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5061
5062         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5063         
5064         Don't clear link mapping on copy_job_to_job_info. Fixes
5065         bug 346168.
5066
5067 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5068
5069         * shell/main.c: (main):
5070
5071         Revert my previous commit, gnome_program_init owns the option context.
5072         Fix another memory leak in main. Both caught by Christian Persch. 
5073
5074 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5075
5076         * shell/main.c: (main):
5077
5078         Fix memory leak.
5079
5080 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5081
5082         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5083
5084         Fix crash when opening a pdf with password protection. 
5085
5086 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5087
5088         * pdf/ev-poppler.cc: (pdf_document_search_free):
5089
5090         Fix memory leak. 
5091
5092 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5093
5094         * backend/ev-document-factory.c:
5095         (ev_document_factory_get_document):
5096         * tiff/tiff-document.c: (tiff_document_finalize):
5097         
5098         More correct handling of document loading. Fixes
5099         bug #349043.
5100
5101 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5102
5103         * backend/ev-attachment.c: (ev_attachment_save):
5104
5105         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5106         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5107
5108 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5109         
5110         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5111         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5112
5113 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5114
5115         * shell/ev-sidebar-thumbnails.c:
5116
5117         Do not render thumbnails unless thumbnails page is active in the
5118         sidebar.
5119
5120 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5121
5122         * shell/ev-properties-dialog.c:
5123
5124         Fix dialogue spacing. Bug #351370.
5125
5126 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5127
5128         * configure.ac:
5129
5130         Use lowercase gettext catalog file names (evince.mo
5131         instead of Evince.mo)
5132
5133 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5134
5135         * shell/ev-sidebar-attachments.c:
5136
5137         GtkIconTheme is now screen safe too. Fixes bug #350878
5138
5139 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * shell/ev-window.c:
5142
5143         GtkRecent manager is now screen safe. Fixes bug #350145
5144
5145 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5146
5147         * shell/ev-sidebar.c: (ev_sidebar_init):
5148         
5149         Make sidebar close icon smaller. Fix for bug 350177.
5150         See also bugs 350176 and 165770.
5151
5152 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5155
5156         Ignore zoom for xyz destinations when it's <= 1, keeping user
5157         preferences instead. Set correct sizing-mode for fith and fitv
5158         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5159
5160 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5161
5162         * NEWS:
5163         * configure.ac:
5164         
5165         Update for release 0.5.5
5166
5167 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5168         
5169         * shell/ev-window.c: (ev_window_cmd_escape)
5170
5171         Escape unfocus page entry. Fixes bug #345809.
5172
5173 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5176         (build_tree), (pdf_document_links_get_links),
5177         (pdf_document_links_find_link_dest):
5178         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5179         (goto_xyz_dest):
5180
5181         Convert from PDF style coordinates to X style coordinates in the
5182         backend rather than in the view. Fixes bug #338440
5183
5184 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5185
5186         * shell/ev-window.c:
5187         
5188         Remove Ctrl+Shift+T shortcut for toolbars. See
5189         the bug #350098.
5190
5191 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5192
5193         * configure.ac:
5194
5195         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5196         of this. 
5197
5198 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5199
5200         * configure.ac:
5201         * cut-n-paste/Makefile.am:
5202         * data/evince-ui.xml:
5203         * shell/Makefile.am:
5204         * shell/ev-application.[ch]:
5205         * shell/ev-window.c:
5206
5207         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5208         #349273
5209
5210 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5211
5212         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5213         findbar code: s/help/search/
5214
5215 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5216
5217         * shell/ev-window.c: (setup_document_from_metadata),
5218         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5219         (setup_view_from_metadata):
5220         
5221         Fix memory leaks.
5222
5223 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5224
5225         * autogen.sh, configure.ac: 
5226         
5227         Update automake usage. See bug 349292.
5228
5229 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5230
5231         * shell/eggfindbar.c: (egg_find_bar_class_init),
5232         (entry_activate_callback), (egg_find_bar_init),
5233         (egg_find_bar_set_status_text):
5234         * shell/eggfindbar.h:
5235         
5236         Unify Evince findbar with Epiphany. Nice patch
5237         from Fabricio Silva <silva@crans.org> and
5238         Frederic Peters <fpeters@entrouvert.com>. See
5239         bug #339966 for details.
5240
5241 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * data/evince.desktop.in.in:
5244         
5245         Correct information for bugzilla. Thanks to
5246         Olaf Vitters, see bug #348855.
5247
5248 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5249
5250         * shell/ev-jobs.[ch]:
5251         * shell/ev-sidebar-links.c:
5252         * shell/ev-window.[ch]:
5253
5254         GtkPrintJob doesn't support print ranges or current page, so we export
5255         to a ps file now when printing ranges or current page.
5256
5257 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5258
5259         * pdf/ev-poppler.cc:
5260         * shell/ev-window.c: (do_action_named):
5261
5262         We should be more clear about bugzilla. See the
5263         poppler bug #7623.
5264
5265 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5266
5267         * configure.ac:
5268         * shell/Makefile.am:
5269         * shell/ev-job-queue.c:
5270         * shell/ev-jobs.[ch]:
5271         * shell/ev-sidebar-links.c:
5272         * shell/ev-window.[ch]:
5273         
5274         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5275         #348422
5276
5277 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5278
5279         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5280         * shell/ev-application-service.xml:
5281         * shell/ev-application.[ch]:
5282         * shell/ev-jobs.[ch]:
5283         * shell/ev-window.[ch]: (ev_window_run_preview):
5284         * shell/main.c: 
5285
5286         Add preview mode to use evince as a printing previewer. It also adds
5287         other command line options for fullscreen and presentation modes.
5288         Fixes bugs #347822, #317031
5289
5290 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5291
5292         * NEWS:
5293         * configure.ac:
5294         
5295         Update for release 0.5.4
5296
5297 2006-07-11  Bastien Nocera <hadess@hadess.net>
5298
5299         * Makefile.am:
5300         * backend/Makefile.am:
5301         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5302         * backend/ev-document-factory.h:
5303         * configure.ac:
5304         * impress/.cvsignore:
5305         * impress/Makefile.am:
5306         * impress/common.h:
5307         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5308         (imp_get_page), (imp_next_page), (imp_prev_page),
5309         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5310         * impress/f_oasis.c: (render_object), (render_page),
5311         (get_geometry), (_imp_oasis_load):
5312         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5313         (_imp_oo13_load):
5314         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5315         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5316         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5317         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5318         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5319         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5320         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5321         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5322         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5323         (iks_new_within), (iks_insert), (iks_insert_cdata),
5324         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5325         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5326         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5327         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5328         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5329         (iks_cdata), (iks_cdata_size), (iks_has_children),
5330         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5331         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5332         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5333         (iks_tree), (iks_load), (iks_save):
5334         * impress/iksemel.h:
5335         * impress/imposter.h:
5336         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5337         (imp_render_draw_bezier_real), (imp_render_get_size),
5338         (imp_render_set_fg_color), (imp_render_draw_line),
5339         (imp_render_draw_rect), (imp_render_draw_polygon),
5340         (imp_render_draw_arc), (imp_render_draw_bezier),
5341         (imp_render_open_image), (imp_render_get_image_size),
5342         (imp_render_scale_image), (imp_render_draw_image),
5343         (imp_render_close_image), (imp_render_markup),
5344         (imp_render_get_text_size), (imp_render_draw_text),
5345         (impress_document_load), (impress_document_save),
5346         (impress_document_get_n_pages), (impress_document_get_page_size),
5347         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5348         (impress_document_finalize), (impress_document_class_init),
5349         (impress_document_can_get_text), (impress_document_get_info),
5350         (impress_document_document_iface_init),
5351         (impress_document_thumbnails_get_thumbnail),
5352         (impress_document_thumbnails_get_dimensions),
5353         (impress_document_document_thumbnails_iface_init),
5354         (impress_document_init):
5355         * impress/impress-document.h:
5356         * impress/internal.h:
5357         * impress/r_back.c: (_imp_fill_back):
5358         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5359         (_imp_draw_image), (_imp_tile_image):
5360         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5361         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5362         (r_polyline):
5363         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5364         (r_draw_gradient_complex), (r_draw_gradient):
5365         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5366         (r_get_bullet):
5367         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5368         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5369         (r_text):
5370         * impress/render.c: (imp_create_context), (imp_context_set_page),
5371         (imp_context_set_step), (imp_render), (imp_delete_context):
5372         * impress/render.h:
5373         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5374         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5375         (zip_load_xml), (zip_get_size), (zip_load):
5376         * impress/zip.h:
5377         * shell/ev-utils.c:
5378         
5379         New backend to support impress slides. Fixes bug #30867.
5380
5381 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5382
5383         * shell/ev-utils.c: (using_postscript_printer):
5384         
5385         Fixes crash when print using PAPI backend,
5386         bug #345012.
5387
5388 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5389
5390         * shell/ev-jobs.c: (ev_job_xfer_run):
5391         * shell/ev-window.c: (password_dialog_response),
5392         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5393         (ev_window_dispose):
5394         Fixes bug #344160: if the xfer job doesn't complete
5395         because a password is required, reload the existing
5396         instance instead of creating a new one.
5397
5398 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5399
5400         * shell/main.c: (main): Call gdk_threads_init. Thus
5401         we'll avoid errors in auth dialog. Fix for the bug
5402         #343347.
5403
5404 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5405
5406         * configure.ac: Advertise pixbuf support, fix
5407         for the bug 343317.
5408
5409 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5410
5411         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5412         (ev_sidebar_thumbnails_set_document):
5413         
5414         Update sidebar thumbnails after reloading.
5415
5416 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5417
5418         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5419         * shell/ev-jobs.h:
5420         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5421         (ev_window_cmd_view_reload), (ev_window_init):
5422         
5423         Don't crash on reload. Fix for the bug #343167.
5424
5425 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * shell/ev-jobs.c: (ev_job_render_run):
5428         
5429         Check for document links.
5430
5431 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * backend/ev-attachment.c: (ev_attachment_save),
5434         (ev_attachment_launch_app), (ev_attachment_open):
5435         * backend/ev-document-factory.c: (get_document_from_uri):
5436         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5437         (egg_recent_view_uimanager_set_list):
5438         * ps/ps-document.c: (check_filecompressed), (document_load),
5439         (ps_document_load):
5440         * shell/ev-metadata-manager.c: (load_values):
5441         * shell/ev-password.c: (ev_password_dialog_set_property):
5442         * shell/ev-view.c: (tip_from_link):
5443         * shell/ev-window.c: (file_save_dialog_response_cb),
5444         (ev_window_print_dialog_response_cb):
5445         
5446         Use consistent quoting style. Fix for the bug #320285.
5447
5448 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5449
5450         * shell/ev-jobs.c: (ev_job_xfer_run):
5451         * shell/main.c: (load_files):
5452                 
5453         Open links with anchors. Fix for the bug #339836.
5454
5455 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5456
5457         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5458         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5459         (ev_link_dest_set_property), (ev_link_dest_finalize),
5460         (ev_link_dest_class_init), (ev_link_dest_new_named),
5461         (ev_link_dest_new_page_label):
5462         * backend/ev-link-dest.h:
5463         * shell/ev-application.c: (ev_application_open_uri):
5464         * shell/ev-view.c: (goto_dest):
5465         * shell/ev-window.c:
5466         * shell/ev-window.h:
5467         
5468         Fix page-label command line option. Bug #342070.
5469
5470 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5471
5472         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5473         
5474         Don't show highlight rects if page can't be showed. Fix for 
5475         the bug #342076
5476
5477 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5478
5479         * shell/ev-window.c: (setup_sidebar_from_metadata),
5480         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5481         
5482         Setup sidebar from metadata even if there is no document
5483         loaded. Fix for the bug #342807.
5484
5485 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5486
5487         * cut-n-paste/toolbar-editor/Makefile.am:
5488         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5489         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5490         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5491         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5492         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5493         (popup_context_menu_cb), (button_press_event_cb),
5494         (configure_item_sensitivity), (configure_item_cursor),
5495         (configure_item_tooltip), (connect_widget_signals),
5496         (action_sensitive_cb), (create_item_from_action),
5497         (create_item_from_position), (toolbar_drag_data_received_cb),
5498         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5499         (toolbar_drag_leave_cb), (configure_drag_dest),
5500         (toggled_visibility_cb), (toolbar_visibility_refresh),
5501         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5502         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5503         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5504         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5505         (egg_editable_toolbar_dispose),
5506         (egg_editable_toolbar_set_ui_manager),
5507         (egg_editable_toolbar_get_selected),
5508         (egg_editable_toolbar_set_selected), (set_edit_mode),
5509         (egg_editable_toolbar_set_property),
5510         (egg_editable_toolbar_get_property),
5511         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5512         (egg_editable_toolbar_new_with_model),
5513         (egg_editable_toolbar_get_edit_mode),
5514         (egg_editable_toolbar_set_edit_mode),
5515         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5516         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5517         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5518         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5519         (item_added_or_removed_cb), (toolbar_removed_cb),
5520         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5521         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5522         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5523         (editor_create_item_from_name), (append_table),
5524         (update_editor_sheet), (egg_toolbar_editor_init):
5525         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5526         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5527         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5528         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5529         (toolbar_node_free), (egg_toolbars_model_get_flags),
5530         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5531         (egg_toolbars_model_get_name), (impl_add_item),
5532         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5533         (parse_data_list), (parse_item_list), (parse_toolbars),
5534         (egg_toolbars_model_load_toolbars), (parse_available_list),
5535         (parse_names), (egg_toolbars_model_load_names),
5536         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5537         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5538         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5539         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5540         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5541         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5542         (egg_toolbars_model_set_types), (fill_avail_array),
5543         (egg_toolbars_model_get_name_avail),
5544         (egg_toolbars_model_get_name_flags),
5545         (egg_toolbars_model_set_name_flags):
5546         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5547         * cut-n-paste/toolbar-editor/eggintl.h:
5548         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5549         (egg_tree_multi_drag_source_get_type),
5550         (egg_tree_multi_drag_source_row_draggable),
5551         (egg_tree_multi_drag_source_drag_data_delete),
5552         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5553         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5554         (path_list_free), (set_context_data), (get_context_data),
5555         (get_info), (egg_tree_multi_drag_drag_data_get),
5556         (egg_tree_multi_drag_motion_event),
5557         (egg_tree_multi_drag_button_press_event),
5558         (egg_tree_multi_drag_add_drag_support):
5559         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5560         * shell/ev-application.c: (ev_application_init),
5561         (ev_application_save_toolbars_model):
5562         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5563         (ev_window_cmd_edit_toolbar), (ev_window_init):
5564         
5565         Sync toolbareditor with epiphany and libegg
5566
5567 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5568
5569         * configure.ac: 
5570
5571         Depend on poppler 0.5.2
5572
5573 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5574
5575         * shell/ev-jobs.c: (ev_job_render_run):
5576         
5577         Check if document supports links iterface.
5578
5579 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5580
5581         * NEWS:
5582         * configure.ac:
5583         
5584         Update for release 0.5.3
5585
5586 2006-05-13  Michael Plump  <plumpy@skylab.org>
5587
5588         * configure.ac:
5589         * shell/Makefile.am:
5590         * shell/main.c: (main):
5591         
5592         Port to GOption command line parsing. Fix for the 
5593         bug #327518
5594
5595 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5596
5597         * shell/ev-window.c: (ev_window_cmd_help_about):
5598         
5599         Do not wrap license. Fix for the bug #309460.
5600
5601 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5602
5603         * configure.ac:
5604         * properties/ev-properties-main.c: (ev_properties_get_pages):
5605         * shell/ev-application.c: (ev_application_open_window),
5606         (ev_application_open_uri_at_dest):
5607         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5608         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5609         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5610         * shell/ev-utils.c: (save_print_config_to_file):
5611         * shell/ev-window.c: (ev_window_cmd_save_as),
5612         (ev_attachment_popup_cmd_save_attachment_as):
5613         * shell/main.c: (load_files_remote):
5614         
5615         Bump requirements to gtk 2.8 and drop all ifdefs used.
5616
5617 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5618
5619         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5620         * shell/ev-window.c: (ev_window_init):
5621         
5622         Show attachments page.
5623
5624 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5625
5626         * po/POTFILES.in:
5627         * shell/ev-attachment-bar.c:
5628         * shell/ev-attachment-bar.h:
5629         * shell/ev-sidebar-attachments.c:
5630         (ev_sidebar_attachments_icon_cache_add),
5631         (icon_theme_get_pixbuf_from_mime_type),
5632         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5633         (ev_sidebar_attachments_icon_cache_refresh),
5634         (ev_sidebar_attachments_get_attachment_at_pos),
5635         (ev_sidebar_attachments_popup_menu_show),
5636         (ev_sidebar_attachments_popup_menu),
5637         (ev_sidebar_attachments_button_press),
5638         (ev_sidebar_attachments_update_icons),
5639         (ev_sidebar_attachments_drag_data_get),
5640         (ev_sidebar_attachments_get_property),
5641         (ev_sidebar_attachments_destroy),
5642         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5643         (ev_sidebar_attachments_new),
5644         (ev_sidebar_attachments_set_document),
5645         (ev_sidebar_attachments_support_document),
5646         (ev_sidebar_attachments_get_label),
5647         (ev_sidebar_attachments_page_iface_init):
5648         * shell/ev-sidebar-attachments.h:
5649         * shell/ev-window.c: (update_chrome_visibility),
5650         (setup_sidebar_from_metadata), (ev_window_setup_document),
5651         (ev_window_sidebar_current_page_changed_cb),
5652         (attachment_bar_menu_popup_cb), (ev_window_init):
5653         
5654         Move attachments bar to sidebar.
5655
5656 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5657
5658         * pdf/ev-poppler.cc:
5659         * shell/ev-application.[ch]:
5660         * shell/main.c:
5661
5662         Fix some memory leaks.
5663
5664 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5665
5666         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5667
5668         Change the properties dialog response to
5669         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5670         will make the dialog go away when the user presses
5671         enter. With gtk+ >= 2.9 this will happen anyway, but for
5672         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5673         escape by default. Fixes bug #340539. See also bug
5674         #101293 for the gtk+ part.
5675
5676 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5677
5678         * shell/ev-view.c (tip_from_action_named): Replace some strings
5679         that were wrong. Closes #340970.
5680
5681 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5682
5683         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5684
5685         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5686         #341049
5687
5688 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5689
5690         * djvu/Makefile.am:
5691         * dvi/Makefile.am:
5692         * dvi/mdvi-lib/Makefile.am:
5693         * properties/Makefile.am:
5694         * ps/Makefile.am:
5695         * shell/Makefile.am:
5696         * thumbnailer/Makefile.am:
5697         
5698         Due to broken libtool that is unable to track dependencies
5699         of noinst libraries we are forced to explicitely point
5700         libraries for binary. Fix for the bug #333334.
5701
5702 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5703
5704         * data/evince.desktop.in.in:
5705         * shell/ev-view.c: (view_update_range_and_current_page),
5706         (ev_view_next_page), (ev_view_previous_page):
5707         * shell/ev-window.c: (update_chrome_visibility),
5708         (setup_sidebar_from_metadata), (ev_window_setup_document),
5709         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5710         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5711         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5712         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5713         (ev_window_stop_presentation), (ev_window_focus_in_event),
5714         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5715         (ev_window_init):
5716         * thumbnailer/Makefile.am:
5717         
5718         Update fullscreen and presentation timeout handling. Hide
5719         cursor in presentation after timeout. Fix for the bugs
5720         #136359 and #336981.
5721
5722 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5723
5724         * backend/ev-link-action.[ch]:
5725         * pdf/ev-poppler.cc: (ev_link_from_action):
5726         * shell/ev-view-private.h:
5727         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5728         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5729
5730         Add support for Named Action links
5731
5732 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5733
5734         * backend/Makefile.am:
5735         * backend/ev-document-links.[ch]:
5736         * backend/ev-document.[ch]:
5737         * backend/ev-link-action.[ch]:
5738         * backend/ev-link-dest.[ch]:
5739         * backend/ev-link.[ch]:
5740         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5741         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5742         * shell/ev-page-action.c: (build_new_tree_cb):
5743         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5744         (links_page_num_func), (update_page_callback):
5745         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5746         (tip_from_link):
5747         * shell/ev-jobs.c:
5748         * shell/ev-window.[ch]: (ev_window_open_uri),
5749         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5750         * shell/ev-application.[ch]: (ev_application_open_window),
5751         (ev_application_open_uri):
5752
5753         Rework links system, it adds support for remote links now and it makes
5754         easier to add new kinds of actions and destinations. Fixes bug #317292
5755
5756 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5757
5758         * data/Makefile.am:
5759         * data/evince.png:
5760         * data/evince-16.png:
5761         * data/evince-22.png:
5762         * data/evince.svg:
5763         * shell/main.c: (main):
5764         
5765         Evince use it's own icon. Fix for the bug #313392.
5766
5767         * shell/ev-window.c: (fullscreen_timeout_cb),
5768         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5769         (ev_window_cmd_help_about), (ev_window_dispose):
5770         
5771         Simplify fullscreen timeout code.
5772
5773 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5774
5775         * backend/ev-attachment.c: 
5776         * shell/ev-attachment-bar.c:
5777         * shell/ev-window.c:
5778
5779         Allow multiple selection of attachments
5780
5781 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * shell/ev-view.c: (view_update_range_and_current_page),
5784         (ev_view_scroll):
5785         
5786         Fix for the bug #312573 – Optimal selection of current 
5787         page among visible pages.
5788
5789 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5790
5791         * configure.ac:
5792         * djvu/Makefile.am:
5793         * djvu/djvu-text.h:
5794         
5795         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5796         for the bug 339868.
5797
5798 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5799
5800         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5801
5802 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5803
5804         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5805         dictated by the GNOME HIG. Fixes bug #339235.
5806
5807 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5808
5809         * data/evince-ui.xml:
5810         * shell/ev-view.c: (ev_view_can_find_previous):
5811         * shell/ev-view.h:
5812         * shell/ev-window.c: (ev_window_update_actions),
5813         (ev_window_cmd_edit_find_previous):
5814
5815         Add support for "Find Previous" as dictated by the GNOME HIG. A
5816         menu item is added and some glue code to make it all work is added
5817         to various files.
5818
5819 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5820
5821         * configure.ac: Award myself the "useless use of cat" award.
5822
5823 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5824
5825         * po/LINGUAS: New file listing all supported languages.
5826
5827         * configure.in: Use po/LINGUAS instead of including all languages
5828         directly in this file. See the wiki for more information:
5829         http://live.gnome.org/GnomeGoals/PoLinguas
5830
5831 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * backend/ev-document-factory.c:
5834
5835         Do not load the document twice when there isn't errors
5836
5837 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5838
5839         * backend/ev-attachment.c: 
5840
5841         Fix a crash when there isn't a default application to open an
5842         attachment
5843
5844 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5845
5846         * backend/ev-attachment.[ch]:
5847         * shell/ev-attachment-bar.[ch]:
5848
5849         Added missing files. 
5850
5851 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5852
5853         * backend/Makefile.am:
5854         * data/evince-ui.xml:
5855         * backend/ev-attachment.[ch]:
5856         * backend/ev-document.[ch]: (ev_document_has_attachments),
5857         (ev_document_get_attachments):
5858         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5859         (attachment_save_to_buffer), (pdf_document_get_attachments),
5860         (pdf_document_document_iface_init):
5861         * shell/Makefile.am:
5862         * shell/ev-attachment-bar.[ch]:
5863         * shell/ev-window.c:
5864
5865         Add support for PDF attachments. Fixes bug #325143
5866
5867 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5868
5869         * backend/ev-document-factory.c: (get_document_from_uri),
5870         (ev_document_factory_get_document):
5871         * backend/ev-document-factory.h:
5872         * properties/ev-properties-main.c: (ev_properties_get_pages):
5873         * shell/Makefile.am:
5874         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5875         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5876         (ev_job_queue_remove_job):
5877         * shell/ev-job-queue.h:
5878         * shell/ev-job-xfer.c:
5879         * shell/ev-job-xfer.h:
5880         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5881         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5882         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5883         (ev_job_xfer_run):
5884         * shell/ev-jobs.h:
5885         * shell/ev-window.c: (ev_window_is_empty),
5886         (password_dialog_response), (ev_window_clear_xfer_job),
5887         (ev_window_xfer_job_cb), (ev_window_open_uri),
5888         (ev_window_cmd_focus_page_selector),
5889         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5890         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5891         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5892         (ev_window_dispose):
5893         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5894         
5895         * Cleanup mime type detection on document load. Fix for the
5896         bug #336448.
5897
5898 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5899
5900         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5901         
5902         Fix crash on exit, described in the bug #336825.
5903
5904 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5905
5906         * backend/ev-document-factory.c:
5907         (ev_document_factory_get_from_mime),
5908         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5909         (ev_document_factory_get_document),
5910         (file_filter_add_mime_list_and_free),
5911         (ev_document_factory_add_filters):
5912         * backend/ev-document-factory.h:
5913         * properties/ev-properties-main.c: (ev_properties_get_pages):
5914         * shell/Makefile.am:
5915         * shell/ev-application.c:
5916         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5917         * shell/ev-window.c: (ev_window_cmd_file_open),
5918         (ev_window_cmd_save_as):
5919         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5920         
5921         Rework factory functions so they are placed now in a single 
5922         file ev-document-factory.c
5923
5924 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5925
5926         * shell/ev-window.c: (update_chrome_visibility):
5927         
5928         Fix for the bug 166566 - don't show menubar in fullscreen
5929         mode.
5930
5931 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5932
5933         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5934
5935 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5936
5937         * shell/ev-view.c: (ev_view_expose_event):
5938         
5939         More correctly draw loading text when document
5940         is empty.
5941
5942 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5943
5944         * shell/ev-view.c: (ev_view_scroll):
5945         
5946         Fix for the bug #334854, page down and page up switch
5947         pages in presentation mode.
5948
5949 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5950
5951         * shell/ev-window.c: (ev_window_set_action_sensitive),
5952         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5953         (ev_window_set_view_accels_sensitivity),
5954         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5955         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5956         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5957         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5958         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5959         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5960         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5961         (view_actions_focus_in_cb), (ev_window_init):
5962         
5963         Fix for the bug #333902, now it's possible to search
5964         words with slash.
5965
5966 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5967
5968         * configure.ac: Added Breton translation.
5969         * po/br.po: Added Breton translation.
5970
5971 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5972
5973         * shell/ev-window-title (ev_window_title_update):
5974
5975         Fix memory leak in window title. Fixes bug #333944
5976
5977 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5978
5979         * shell/ev-metadata-manager.c (parseItem):
5980
5981         Fix memory leaks. Fixes bug #333945
5982
5983 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5984         
5985         * NEWS, configure.ac, TODO:
5986         
5987         Update for release 0.5.2.
5988
5989 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5990
5991         * shell/ev-view.c: (view_update_range_and_current_page),
5992         (page_changed_cb):
5993         
5994         Don't jump on scrolling, fix for the bug #333127.
5995
5996 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5999         
6000         Scroll by one page in presentation mode. Fix for the bug
6001         #332993.
6002
6003 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6004
6005         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6006
6007 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6008
6009         * configure.ac  Added lv in ALL_LINGUAS line.
6010
6011 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6012         
6013         * NEWS, configure.ac:
6014         
6015         Update for release 0.5.1
6016
6017 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6018
6019         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6020         * backend/ev-document-misc.h:
6021         * shell/ev-view.c: (draw_one_page):
6022         
6023          Clairfy what page the toolbar page number applies to. Fix
6024          for the bug #328102.
6025
6026 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6027
6028         * shell/ev-view-private.h:
6029         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6030         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6031         (ev_view_search_changed):
6032         * shell/ev-view.h:
6033         * shell/ev-window.c: (find_bar_search_changed_cb):
6034         
6035         Dont't jump to find result if window was scrolled during search.
6036         Fix for the bug #313266.
6037
6038 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6039
6040         * shell/eggfindbar.c: (egg_find_bar_class_init):
6041         * shell/eggfindbar.h:
6042         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6043         * shell/ev-view-private.h:
6044         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6045         (ev_view_class_init), (ev_sizing_mode_get_type),
6046         (ev_scroll_type_get_type):
6047         * shell/ev-view.h:
6048         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6049         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6050         (ev_window_init):
6051         
6052         Fix for the bug 319133 - Find entry should allow text scroll.
6053
6054 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6055
6056         * shell/ev-view-private.h:
6057         * shell/ev-view.c: (view_update_range_and_current_page),
6058         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6059         (ev_view_set_document), (update_find_status_message),
6060         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6061         (ev_view_find_previous):
6062         
6063         Fix for the bug #319137. Search now takes account for scrolling.
6064
6065 2006-02-19  Michael Hofmann <mh21@piware.de>
6066
6067         * configure.ac:
6068         * djvu/Makefile.am:
6069         * djvu/djvu-document-private.h:
6070         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6071         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6072         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6073         (djvu_document_can_get_text), (djvu_document_get_text),
6074         (djvu_document_document_iface_init),
6075         (djvu_document_thumbnails_get_thumbnail),
6076         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6077         (djvu_document_find_get_result),
6078         (djvu_document_find_page_has_results),
6079         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6080         (djvu_document_find_iface_init):
6081         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6082         (djvu_text_page_selection), (djvu_text_page_limits_process),
6083         (djvu_text_page_limits), (djvu_text_page_copy),
6084         (djvu_text_page_position), (djvu_text_page_union),
6085         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6086         (djvu_text_page_box), (djvu_text_page_append_text),
6087         (djvu_text_page_search), (djvu_text_page_prepare_search),
6088         (djvu_text_page_new), (djvu_text_page_free):
6089         * djvu/djvu-text-page.h:
6090         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6091         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6092         (djvu_text_n_results), (djvu_text_has_results),
6093         (djvu_text_get_result), (djvu_text_get_progress):
6094         * djvu/djvu-text.h:
6095         
6096         Text search in djvu. Fix for the bug #303415.
6097
6098 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6099
6100         * configure.ac:
6101         * shell/ev-window.c: (ev_window_cmd_save_as):
6102         
6103         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6104         Thanks to Gary Coady <gary@lyranthe.org>
6105
6106 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6107
6108         * shell/ev-print-job.c: (idle_print_handler):
6109         
6110         Inverse order printing, bug #320919.
6111
6112 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6113
6114         * data/evince-toolbar.xml:
6115         * shell/ev-window.c:
6116         
6117         Allow to add sidebar checkbutton on toolbar. Fix
6118         for the bug #144577.
6119
6120 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6121
6122         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6123         
6124         Add checks that have sense for empty ps document.
6125
6126 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6127
6128         * configure.ac: Include PS in mime types list. 
6129
6130 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6131
6132         * configure.ac:
6133         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6134         * ps/gsdefaults.h:
6135         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6136         
6137         Runtime check for gs interpreter. Fix for the bug #320868.
6138         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6139
6140 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6141
6142         * shell/ev-application.c: 
6143
6144         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6145         dbus>=0.60, so that the request is not queued. 
6146
6147 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * configure.ac:
6150         * shell/Makefile.am:
6151         * shell/ev-sidebar-links.c: (print_section_cb):
6152         * shell/ev-utils.c:
6153         * shell/ev-utils.h:
6154         * shell/ev-window.c: (update_action_sensitivity),
6155         (ev_window_close_dialogs), (ev_window_print):
6156         * shell/ev-window.h:
6157         
6158         Make printing support optional. Patch from Eduardo de Barros Lima
6159         <eduardo.lima@indt.org.br> for the bug #330546.
6160
6161 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6162
6163         * shell/ev-view-private.h:
6164         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6165         (ev_view_set_document):
6166         * shell/ev-view.h:
6167         * shell/ev-window.c: (ev_window_load_job_cb),
6168         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6169         (ev_window_init):
6170
6171         Draw Loading message during xfer job. Fix for the bug #329495.
6172
6173 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6174
6175         * comics/comics-document.c: (comics_regex_quote),
6176         (comics_document_load), (extract_argv):
6177         
6178         Correcly quote regexp before passing it to unzip.
6179
6180 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6181
6182         * shell/ev-page-cache.c: (build_height_to_page),
6183         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6184         (ev_page_cache_get_dual_even_left):
6185         * shell/ev-page-cache.h:
6186         * shell/ev-view.c: (view_update_range_and_current_page),
6187         (get_page_y_offset), (get_page_extents):
6188         
6189         Place even pages to the left if document has less then
6190         two pages. Fix for the bug #328856.
6191
6192 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6195         
6196         Correct comics scheme. This make evince create thumbnails
6197         for comic books. Fix for the bug 329088.
6198
6199 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6200
6201         * data/evince-password.glade: Don't explicitly set
6202         invisible_char to the current default value in case
6203         the default changes; let GTK+ do its magic.
6204
6205 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6206
6207         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6208         real filename to tmp filename since often document
6209         type is determined by extension.
6210
6211 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6212
6213         * shell/ev-view.c: (add_scroll_binding_keypad),
6214         (ev_view_binding_activated), (ev_view_class_init):
6215         
6216         Add keybindings for percision-scrolling of display area. 
6217         Fix for the bug #314072.
6218
6219 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6220
6221         * data/evince.desktop.in.in:
6222         
6223         Add GTK to the list of categories. Fix for the bug #328034.
6224
6225 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6226
6227         * shell/ev-application.c: (ev_application_shutdown),
6228         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6229         * shell/ev-application.h:
6230         * shell/ev-window.c: (file_open_dialog_response_cb),
6231         (ev_window_cmd_file_open):
6232         
6233         Save last uri in file chooser dialog. Fix for the bug #327950.
6234
6235 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6236
6237         * NEWS:
6238         * README:
6239         
6240         Final update for release 0.5.0
6241         
6242         * shell/Makefile.am:
6243         
6244         Remove disable deprecated until we'll require libgnome-2.13.7
6245         and port to GOption argument parsing. See bug 327518.
6246
6247 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6248
6249         * comics/comics-document.c: (comics_document_save):
6250         * djvu/djvu-document.c: (djvu_document_save):
6251         * dvi/dvi-document.c: (dvi_document_save):
6252         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6253         * lib/ev-file-helpers.h:
6254         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6255         * tiff/tiff-document.c: (tiff_document_save):
6256         
6257         Use common save function for backends.
6258
6259 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6260
6261         * backend/ev-document-types.c:
6262         
6263         Fix crash on saving pixbuf.
6264
6265 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6266
6267         * cut-n-paste/recent-files/egg-recent-item.c:
6268         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6269         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6270         (parse_info_free), (valid_element), (start_element_handler),
6271         (end_element_handler), (text_handler), (egg_recent_model_filter),
6272         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6273         (egg_recent_model_monitor), (egg_recent_model_read),
6274         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6275         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6276         (egg_recent_model_set_property), (egg_recent_model_class_init),
6277         (egg_recent_model_init), (egg_recent_model_add_full),
6278         (egg_recent_model_delete), (egg_recent_model_get_list),
6279         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6280         (egg_recent_model_set_filter_mime_types),
6281         (egg_recent_model_clear_group_filter),
6282         (egg_recent_model_set_filter_groups),
6283         (egg_recent_model_clear_scheme_filter),
6284         (egg_recent_model_set_filter_uri_schemes),
6285         (egg_recent_model_remove_expired):
6286         * cut-n-paste/recent-files/egg-recent-util.c:
6287         (egg_recent_util_get_icon):
6288         * cut-n-paste/recent-files/egg-recent-util.h:
6289         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6290         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6291         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6292         (egg_recent_view_uimanager_set_property),
6293         (egg_recent_view_uimanager_get_property),
6294         (egg_recent_view_uimanager_class_init),
6295         (egg_recent_view_uimanager_init),
6296         (egg_recent_view_uimanager_set_label_width),
6297         (egg_recent_view_uimanager_get_label_width):
6298         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6299         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6300         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6301         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6302         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6303         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6304         
6305         Update from libegg.
6306
6307 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6308
6309         * shell/ev-page-cache.c: (build_height_to_page),
6310         (ev_page_cache_get_height_to_page):
6311         * shell/ev-page-cache.h:
6312         * shell/ev-view.c: (view_update_range_and_current_page),
6313         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6314         (ev_view_previous_page):
6315         
6316         Dual mode places even pages to the left. Fix for the bug #309393.
6317
6318         * shell/ev-view.h:
6319         * shell/ev-window.c: (update_action_sensitivity),
6320         (setup_view_from_metadata), (view_menu_popup_cb):
6321         
6322         Don't restore presentation in empty windows, more intelligent
6323         next page behaviour in dual mode.
6324
6325         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6326         (ev_pixbuf_cache_clear_job_sizes):
6327         
6328         Cleanup job callback on removal. Fix for the bug #325886.
6329
6330 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332         * ps/ps.c: (psscan):
6333         
6334         Commit workaround Mozilla problem. Fix for the bug #325919
6335         
6336         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6337         (save_item):
6338         
6339         Fix for year 2038 problem.
6340
6341 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6342
6343         * shell/ev-window.c: (setup_document_from_metadata),
6344         (ev_window_cmd_view_reload):
6345
6346         Clamp page recieved from metadata in valid values. Fix
6347         for the bug #325986.
6348
6349 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6350
6351         * MAINTAINERS: 
6352         Add MAINTAINERS as requested on desktop-devel-list.
6353
6354 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6355
6356         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6357         (mime_type_supported_by_gdk_pixbuf),
6358         (ev_document_factory_get_mime_types),
6359         (ev_document_factory_get_all_mime_types):
6360         
6361         Don't add pixbuf mime types if pixbuf backend is disabled.
6362         
6363         * shell/ev-application.c: (ev_application_get_uri_window):
6364         
6365         Fix for the bug 325815 - unhandled MIME type message doesn't 
6366         appear a second time. 
6367         
6368         * shell/ev-document-types.c: (ev_document_types_add_filters):
6369         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6370         (password_dialog_response), (ev_window_popup_password_dialog),
6371         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6372         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6373         (ev_window_run_presentation), (ev_window_stop_presentation),
6374         (save_sizing_mode), (ev_window_zoom_changed_cb),
6375         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6376         (ev_window_dual_mode_changed_cb),
6377         (ev_window_sidebar_current_page_changed_cb),
6378         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6379         (window_state_event_cb), (window_configure_event_cb):
6380         
6381         Cleanup additional uris holded by EvWindow.
6382
6383 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6384
6385         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6386         (ev_view_can_previous_page), (ev_view_can_next_page):
6387         * shell/ev-view.h:
6388         * shell/ev-window.c: (update_action_sensitivity):
6389         
6390         Two page scrolling with Space and PageUp in dual mode. Second fix 
6391         for the bug #316608.
6392
6393 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6394
6395         * shell/ev-view.c: (scroll_to_current_page):
6396         
6397         Correctly clamp adjustment value. Fix for the bug
6398         #325808.
6399
6400 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6401
6402         * shell/ev-sidebar-links.c: (print_section_cb):
6403         * shell/ev-window.c: (ev_window_get_uri),
6404         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6405         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6406         (ev_window_dispose):
6407         
6408         Make print dialog non-modal. Fix for the bug #325622.
6409
6410 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6411
6412         * shell/ev-metadata-manager.c:
6413         * shell/ev-utils.c: (using_pdf_printer),
6414         (using_postscript_printer), (load_print_config_from_file),
6415         (save_print_config_to_file):
6416         * shell/ev-utils.h:
6417         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6418         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6419         (setup_view_from_metadata), (ev_window_setup_document),
6420         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6421         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6422         (ev_window_run_presentation), (ev_window_stop_presentation),
6423         (save_sizing_mode), (ev_window_zoom_changed_cb),
6424         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6425         (ev_window_dual_mode_changed_cb),
6426         (ev_window_sidebar_current_page_changed_cb),
6427         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6428         (window_state_event_cb), (window_configure_event_cb),
6429         (ev_window_init):
6430         
6431         Setting saving behaviour fixes.
6432
6433 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * configure.ac:
6436         
6437         Make antialiasing gs options better and allow
6438         to change them during configure. Fix for the 
6439         bug #319049.
6440
6441 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6442
6443         * shell/ev-window.c: (setup_view_from_metadata):
6444         
6445         Remember if last window was maximized. Fix for the
6446         bug #323797.
6447
6448 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6449
6450         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6451
6452 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6453
6454         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6455         * shell/ev-page-action.c: (build_new_tree_cb):
6456         * shell/ev-sidebar-links.c: (links_page_num_func),
6457         (update_page_callback_foreach), (update_page_callback):
6458         * shell/ev-view.c: (scroll_to_current_page):
6459         
6460         Fix for the bug #325067 with more intelligent selection
6461         of current link in sidebar. Make sidebar handle links
6462         of FITR-like type more correctly.
6463
6464         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6465         (dvi_pixbuf_put_pixel):
6466         
6467         Fix memory consumtion with disabled alpha channel.
6468
6469 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6470
6471         * data/evince-ui.xml:
6472         * shell/ev-window.c: (view_menu_popup_cb),
6473         (ev_popup_cmd_open_link), (ev_window_init):
6474         
6475         Update context menu for internal links. Fix for the bug
6476         #325066.
6477
6478 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6479
6480         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6481         
6482         Bind context menu to keyboard also. Fix for the bug
6483         #325065.
6484
6485 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6486
6487         * shell/ev-view.c: (selection_scroll_timeout_cb):
6488         
6489         Horizontal scroll on selection also.
6490
6491 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6492
6493         * shell/ev-metadata-manager.c: (parse_value):
6494         * shell/ev-view.c: (goto_xyz_link):
6495         
6496         Correct zoom setup and metadata save broken in 
6497         some locales.
6498
6499 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6500
6501         * shell/ev-view-private.h:
6502         * shell/ev-view.c: (scroll_to_current_page),
6503         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6504         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6505         (page_changed_cb), (ev_view_set_continuous),
6506         (ev_view_set_dual_page), (ev_view_set_presentation):
6507         
6508         Delay scroll until allocation to correctly position page. Fix
6509         for the bug #317334.
6510
6511 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6512
6513         * NEWS:
6514         * configure.ac:
6515         
6516         Update NEWS and require poppler 0.5.0.
6517
6518 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6519         
6520         * data/evince-ui.xml:
6521         * shell/ev-view-private.h:
6522         * shell/ev-view.c: (ev_view_get_link_at_location),
6523         (handle_link_over_xy), (ev_view_button_press_event),
6524         (ev_view_button_release_event), (ev_view_class_init):
6525         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6526         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6527         (ev_window_init):
6528         
6529         Implement right-click context menu.
6530
6531 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6532
6533         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6534         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6535         (mdvi_pixbuf_device_render):
6536         * pdf/ev-poppler.cc:
6537
6538         Don't generate thumbnails with alpha. See bug #324077.
6539         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6540
6541 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6542
6543         * shell/ev-window.c: (setup_chrome_from_metadata):
6544         
6545         Fix typo that was hiding toolbar.
6546
6547 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6548
6549         * shell/ev-view-private.h:
6550         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6551         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6552         (ev_view_button_release_event), (ev_view_destroy):
6553         
6554         Small cleanup and autoscrolling during selection. Thanks to 
6555         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6556
6557 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6558
6559         * configure.ac:
6560         
6561         Correctly check for comics option.
6562
6563 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6564         * Makefile.am:
6565         * configure.ac:
6566         * backend/Makefile.am:
6567         * backend/ev-document-factory.c:
6568         * shell/ev-document-types.c:
6569
6570         Included option in configure to make ps backend 
6571         compilation optional with --disable-ps.
6572
6573 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6574
6575         * backend/ev-document-factory.c:
6576         * comics/Makefile.am:
6577         * comics/comics-document.c: (comics_document_load):
6578         * comics/ev-cbr-mime.xml:
6579         * configure.ac:
6580         
6581         Comics mime types are added to shared-mime-info CVS. Now
6582         we don't need to install our own mime types.
6583
6584 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * shell/ev-window.c:
6587         
6588         Add shortcut for "save a copy" menu entry. Fix for
6589         the bug #324582.
6590
6591 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6592
6593         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6594         (job_finished_cb), (new_selection_pixbuf_needed),
6595         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6596         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6597         
6598         Rework selection job info logic and fix critical warning.
6599
6600 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6601
6602         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6603
6604 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6605
6606         * data/evince-ui.xml:
6607         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6608         
6609         Enter as shortcut key for next page. Fix for the bug
6610         #321394.
6611
6612 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6613
6614         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6615
6616 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6617
6618         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6619         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6620         (new_selection_pixbuf_needed),
6621         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6622         (clear_job_selection):
6623         
6624         Too early for 0.5. Pixbuf cache code cleaned a bit.
6625
6626 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6627
6628         * NEWS:
6629         * configure.ac:
6630         
6631         Release 0.5.0 preparation
6632
6633 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6634
6635         * comics/Makefile.am:
6636         * configure.ac:
6637         * shell/ev-document-types.c: (ev_document_types_add_filters):
6638         
6639         More advanced handling of custom mime type installation.
6640
6641 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6642
6643         * data/evince.schemas.in:
6644         * shell/ev-metadata-manager.c: (value_free),
6645         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6646         (ev_metadata_manager_get), (ev_metadata_manager_set):
6647         * shell/ev-metadata-manager.h:
6648         * shell/ev-window.c: (update_chrome_flag),
6649         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6650         (setup_document_from_metadata), (setup_chrome_from_metadata),
6651         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6652         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6653         (ev_window_view_toolbar_cb),
6654         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6655         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6656         
6657         Save last document settings and reuse them for new documents.
6658
6659 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6660
6661         * Makefile.am:
6662         * backend/Makefile.am:
6663         * backend/ev-document-factory.c:
6664         * backend/ev-document-factory.h:
6665         * comics/Makefile.am:
6666         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6667         (comics_document_load), (comics_document_save),
6668         (comics_document_get_n_pages), (comics_document_get_page_size),
6669         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6670         (comics_document_class_init), (comics_document_can_get_text),
6671         (comics_document_get_info), (comics_document_document_iface_init),
6672         (comics_document_init), (get_supported_image_extensions),
6673         (comics_document_thumbnails_get_geometry),
6674         (comics_document_thumbnails_get_thumbnail),
6675         (comics_document_thumbnails_get_dimensions),
6676         (comics_document_document_thumbnails_iface_init), (extract_argv):
6677         * comics/comics-document.h:
6678         * comics/ev-cbr-mime.xml:
6679         * configure.ac:
6680         * po/POTFILES.in:
6681         * shell/ev-application.c: (ev_application_register_service):
6682         * shell/ev-document-types.c: (ev_document_types_add_filters):
6683         * thumbnailer/Makefile.am:
6684         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6685         
6686         New CBR/CBZ backend for comic books.
6687
6688 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6689
6690         * shell/main.c: (load_files_remote):
6691
6692         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6693         warning on startup of second instance is fixed. It
6694         is bug #320353.
6695
6696 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6697
6698         * shell/ev-window.c: (ev_window_finalize):
6699         
6700         Fix double free that cause crash.
6701
6702 2005-10-29  Bastien Nocera <hadess@hadess.net>
6703
6704         * tiff/tiff-document.c: (tiff_document_load):
6705         
6706         Fix memory leak.
6707
6708 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6709
6710         * po/POTFILES.in:
6711         * shell/Makefile.am:
6712         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6713         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6714         (ev_view_accessible_get_text),
6715         (ev_view_accessible_get_character_at_offset),
6716         (ev_view_accessible_get_text_before_offset),
6717         (ev_view_accessible_get_text_at_offset),
6718         (ev_view_accessible_get_text_after_offset),
6719         (ev_view_accessible_get_character_count),
6720         (ev_view_accessible_get_caret_offset),
6721         (ev_view_accessible_set_caret_offset),
6722         (ev_view_accessible_get_run_attributes),
6723         (ev_view_accessible_get_default_attributes),
6724         (ev_view_accessible_get_character_extents),
6725         (ev_view_accessible_get_offset_at_point),
6726         (ev_view_accessible_get_n_selections),
6727         (ev_view_accessible_get_selection),
6728         (ev_view_accessible_add_selection),
6729         (ev_view_accessible_remove_selection),
6730         (ev_view_accessible_set_selection),
6731         (ev_view_accessible_text_iface_init),
6732         (ev_view_accessible_idle_do_action),
6733         (ev_view_accessible_action_do_action),
6734         (ev_view_accessible_action_get_n_actions),
6735         (ev_view_accessible_action_get_description),
6736         (ev_view_accessible_action_get_name),
6737         (ev_view_accessible_action_set_description),
6738         (ev_view_accessible_action_iface_init),
6739         (ev_view_accessible_get_type), (ev_view_accessible_new),
6740         (ev_view_accessible_factory_get_accessible_type),
6741         (ev_view_accessible_factory_create_accessible),
6742         (ev_view_accessible_factory_class_init),
6743         (ev_view_accessible_factory_get_type):
6744         * shell/ev-view-accessible.h:
6745         * shell/ev-view-private.h:
6746         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6747         * shell/ev-view.h:
6748         
6749         Initial accessibility support.
6750
6751 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6752
6753         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6754
6755 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6756
6757         * shell/ev-print-job.c: (idle_print_handler):
6758         
6759         Fix for bug Bug 318916: Printing multiple pages.
6760
6761 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6762
6763         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6764
6765 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6766
6767         * pdf/ev-poppler.cc:
6768         
6769         Thumnail dimensions unified with other backends.
6770         
6771         * shell/ev-window-title.c: (ev_window_title_update):
6772         
6773         Fix warning.
6774
6775 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * data/ev-stock-zoom-fit-width.png:
6778         
6779         Remove unused file.
6780
6781 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6782
6783         * configure.ac:
6784         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6785         (djvu_document_finalize):
6786         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6787         (dvi_document_finalize):
6788         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6789         (pixbuf_document_save), (pixbuf_document_finalize):
6790         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6791         (tiff_document_finalize):
6792         
6793         Save a copy implemented for various backends.
6794
6795 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6796
6797         * configure.ac:
6798         
6799         Don't link with ltiff if tiff is disabled.
6800
6801 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6802
6803         * pdf/GDKSplashOutputDev.cc:
6804         * pdf/GDKSplashOutputDev.h:
6805         * pdf/Thumb.cc:
6806         * pdf/Thumb.h:
6807         * pdf/pdf-document.cc:
6808         * pdf/pdf-document.h:
6809         * pdf/test-gdk-output-dev.cc:
6810         
6811         Remove old unused files.
6812
6813 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6814
6815         * shell/ev-window.c: (ev_window_setup_document):
6816         
6817         Fixed warnings on reload and probably crash reason.
6818
6819 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6820
6821         * properties/ev-properties-view.c:
6822         (ev_properties_view_format_date):
6823         
6824         Check if date is invalid. Fix for bug 318134.
6825
6826 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6827
6828         * shell/ev-window-title.c:
6829         
6830         Add .indd files (Adobe Indesign) to the list of "bad
6831         extensions".
6832
6833 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6834
6835         * data/evince-ui.xml:
6836         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6837         
6838         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6839
6840 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6841
6842         * shell/ev-window.c: (launch_link), (launch_external_uri),
6843         (view_external_link_cb):
6844
6845         URL-escape link before passing it to gnome_vfs_url_show.
6846
6847 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6848
6849         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6850         there isn't text selected.
6851
6852 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6853
6854         * shell/ev-view.c: (handle_link_over_xy):
6855
6856         Check tooltip is valid utf8 before showing it
6857
6858 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6859
6860         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6861
6862 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6863
6864         * shell/ev-window-title.c: (ev_window_title_update):
6865
6866         Guard against using g_strstrip on NULL. Fixes bug #317291.
6867
6868 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6869
6870         * pdf/ev-poppler.cc:
6871
6872         Show title even for unknown links
6873
6874 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6875
6876         * shell/ev-window-title.c: (ev_window_title_update):
6877
6878         Strip the title string
6879
6880 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6881
6882         * shell/ev-window-title.c:
6883
6884         Add .rtf to the bad extensions list
6885
6886 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6887
6888         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6889         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6890
6891         Ignore link coordinates if they are outside page bounds
6892
6893 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6894
6895         * backend/ev-link.c: (ev_link_type_get_type),
6896         (ev_link_get_filename), (ev_link_get_params),
6897         (ev_link_get_property), (ev_link_set_property),
6898         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6899         * backend/ev-link.h:
6900         * pdf/ev-poppler.cc:
6901         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6902         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6903         (ev_window_init):
6904
6905         Implement launch links. Delegate external link opening to
6906         the window.
6907
6908 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6909
6910         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6911         (ev_link_get_right), (ev_link_get_property),
6912         (ev_link_set_property), (ev_link_class_init),
6913         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6914         * backend/ev-link.h:
6915         * pdf/ev-poppler.cc:
6916         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6917
6918         Implement fitr links
6919
6920 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6921
6922         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6923         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6924         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6925         (ev_view_size_request_continuous),
6926         (ev_view_size_request_dual_page),
6927         (ev_view_size_request_single_page), (ev_view_size_allocate),
6928         (ev_view_zoom_for_size_continuous_and_dual_page),
6929         (ev_view_zoom_for_size_continuous),
6930         (ev_view_zoom_for_size_dual_page),
6931         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6932         (ev_sizing_mode_get_type):
6933         * shell/ev-view.h:
6934         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6935
6936         Do not use modes for link, we need to calculate size ad hoc.
6937         Still not perfect because of the usual scrollbar issues grrr.
6938
6939 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6940
6941         * backend/ev-link.c: (ev_link_type_get_type),
6942         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6943         * backend/ev-link.h:
6944         * pdf/ev-poppler.cc:
6945         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6946         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6947         (ev_view_size_request_continuous),
6948         (ev_view_size_request_dual_page),
6949         (ev_view_size_request_single_page), (ev_view_size_allocate),
6950         (zoom_for_size_fit_height),
6951         (ev_view_zoom_for_size_continuous_and_dual_page),
6952         (ev_view_zoom_for_size_continuous),
6953         (ev_view_zoom_for_size_dual_page),
6954         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6955         (ev_sizing_mode_get_type):
6956         * shell/ev-view.h:
6957         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6958
6959         Implement FIT_HEIGHT mode (only for links).
6960         Implement FITH links
6961
6962 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6963
6964         * shell/ev-window-title.c: (get_filename_from_uri),
6965         (ev_window_title_sanitize_extension), (ev_window_title_update),
6966         (ev_window_title_set_document), (ev_window_title_set_uri),
6967         (ev_window_title_free):
6968         * shell/ev-window-title.h:
6969         * shell/ev-window.c: (ev_window_setup_document),
6970         (ev_window_popup_password_dialog):
6971
6972         Refactor window title building while fixing it for
6973         password documents.
6974
6975 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6976
6977         * pdf/ev-poppler.cc:
6978
6979         Escape link title before setting it in the model
6980
6981 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6982
6983         * shell/ev-application.c: (removed_from_session), (save_session),
6984         (init_session), (ev_application_get_empty_window),
6985         (ev_application_init), (ev_application_get_windows):
6986         * shell/ev-application.h:
6987         * shell/ev-window.c: (ev_window_finalize):
6988
6989         Add a function to retrieve window list and share it where
6990         necessary.
6991         Implement session handling, works pretty well thanks to the
6992         metadata system.
6993
6994 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6995
6996         * shell/ev-password.c: (ev_password_item_created_callback),
6997         (ev_password_dialog_save_password):
6998         
6999         Fix for bug 316972. Use async gnome-keyring API.
7000
7001 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7002
7003         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7004         Remove unused unrealize handler. Add scroll handling to
7005         ev_view_scroll_event for presentation mode (bug #316708),
7006         and fix the event state checks there.
7007
7008 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7009
7010         * shell/ev-page-action.c: (page_changed_cb):
7011
7012         "marco, maybe we should be crazy and jump right to 6! :)"
7013
7014         Bryan Clark, Sep 2005
7015
7016 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7017
7018         * ps/ps-document.c: (save_document), (ps_document_save),
7019         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7020         (ps_document_ps_export_end):
7021
7022         Fix unstructured documents save and print
7023
7024 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7025
7026         * shell/ev-application.c: (ev_application_open_uri):
7027
7028         Fix window size persistance
7029
7030 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7031
7032         * shell/ev-view.c: (ev_view_button_release_event):
7033
7034         Based on a patch from carlosgc@gnome.org. Mouse buttons
7035         switch pages in presentation mode.
7036
7037 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7038
7039         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7040
7041         Dont cast to int before scaling
7042
7043 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7044
7045         * backend/ev-link.c: (ev_link_type_get_type),
7046         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7047         (ev_link_new_page_fith):
7048         * backend/ev-link.h:
7049         * pdf/ev-poppler.cc:
7050         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7051
7052         Implement FIT and FITH links
7053
7054 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7055
7056         * pdf/ev-poppler.cc:
7057
7058         Return 0 results when search is not in progress.
7059
7060         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7061         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7062
7063         Update menu sensitivity when cancelling search
7064
7065 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7066
7067         * shell/ev-view.c: (ev_view_can_find_next):
7068
7069         Take all pages in consideration, not just current one
7070
7071 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7072
7073         * shell/ev-page-cache.c:
7074         * shell/ev-page-cache.h:
7075         * shell/ev-view.c: (ev_view_binding_activated),
7076         (ev_view_next_page), (ev_view_previous_page),
7077         (ev_sizing_mode_get_type):
7078         * shell/ev-view.h:
7079         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7080         (ev_window_cmd_go_next_page):
7081
7082         Move page next/previous functions from page chace to
7083         view and change it to move by 2 page steps in dual mode.
7084
7085 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7086
7087         * shell/ev-window.c: (update_sidebar_visibility),
7088         (setup_sidebar_from_metadata), (ev_window_setup_document),
7089         (setup_view_from_metadata):
7090
7091         Show the index by default when there is one     
7092
7093 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7094
7095         * shell/ev-window-title.c: (ev_window_title_set_document):
7096
7097         Missing null check
7098
7099 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7100
7101         * shell/ev-view.c: (view_update_range_and_current_page):
7102         
7103         Allow display of last odd page in dual view. Fix for 316347.
7104
7105 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7106
7107         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7108         
7109         Make close button default. Fix for 316383.
7110
7111 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7112
7113         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7114         
7115         Mark close button as default. Fix for 316381.
7116
7117 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7118
7119         * backend/ev-link.c: (ev_link_class_init):
7120
7121         Allow negative doubles in left/top properties
7122
7123 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7124
7125         * shell/ev-window.c:
7126
7127         Remove a bunch of strings that was used only
7128         by the statusbar.
7129
7130 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7131
7132         * shell/ev-window-title.c: (get_filename_from_uri),
7133         (ev_window_title_set_document):
7134
7135         When title has a confusing extension, show also
7136         the document filename inside ()
7137
7138 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7139
7140         * shell/Makefile.am:
7141         * shell/ev-window-title.c: (ev_window_title_new),
7142         (ev_window_title_update), (ev_window_title_set_type),
7143         (ev_window_title_set_document), (ev_window_title_free):
7144         * shell/ev-window-title.h:
7145         * shell/ev-window.c: (ev_window_setup_document),
7146         (password_dialog_response), (ev_window_popup_password_dialog),
7147         (ev_window_dispose), (ev_window_init):
7148
7149         Factor out and cleanup window title code
7150
7151 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7152
7153         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7154         (unable_to_load):
7155
7156         Make dialog transient so it doesnt block other windows
7157
7158 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7159
7160         * pdf/ev-poppler.cc:
7161         
7162         Fix pdf thumbnails rendering.
7163
7164 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7165
7166         * shell/ev-window.c: (fullscreen_set_timeout):
7167         
7168         Increase timeout to hide full screen popup. Bug 
7169         316123. 
7170
7171 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7172
7173         * data/evince.schemas.in:
7174         * shell/ev-window.c: (update_action_sensitivity):
7175
7176         Allow the user to override document restrictions. Fix for bug
7177         305818.
7178
7179 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7180
7181         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7182         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7183         (ev_window_class_init): Fix multihead behaviour of fullscreen
7184         toolbar popup. Fixes bug #315451.
7185
7186 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7187
7188         * configure.ac:
7189         * data/evince-password.glade:
7190         * shell/ev-password.c: (ev_password_dialog_set_property),
7191         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7192         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7193         (ev_password_dialog_entry_changed_cb),
7194         (ev_password_dialog_entry_activated_cb),
7195         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7196         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7197         (ev_password_dialog_set_bad_pass):
7198         * shell/ev-password.h:
7199         * shell/ev-window.c: (password_dialog_response),
7200         (ev_window_popup_password_dialog):
7201         
7202         Support for gnome-keyring for encrypted PDF's.
7203
7204 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7205
7206         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7207         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7208         (ev_view_enter_notify_event), (ev_view_class_init):
7209         
7210         More precise handling of enter_notify/leave_notify events
7211         in EvView. Fix for bug 315470.
7212
7213 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7214
7215         * shell/ev-window.c: (fullscreen_timeout_cb),
7216         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7217         (ev_window_dispose):
7218
7219         leak fix: unref fullscreen_timeout_source before clearing it
7220
7221 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7222
7223         * configure.ac, dvi/mdvi/Makefile.am: 
7224         
7225         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7226
7227 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7228
7229         * backend/ev-link.c: (ev_link_new_page_xyz):
7230         * pdf/ev-poppler.cc:
7231         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7232
7233         Fix some bugs with xyz links, respect zoom
7234
7235 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7236
7237         * shell/ev-window.c: (page_changed_cb),
7238         (setup_document_from_metadata), (update_sidebar_visibility),
7239         (setup_view_from_metadata), (ev_window_run_fullscreen),
7240         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7241         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7242         (ev_window_dual_mode_changed_cb),
7243         (ev_window_sidebar_current_page_changed_cb):
7244
7245         null check uri before setting and getting metadata
7246
7247 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7248
7249         * dvi/Makefile.am:
7250         * properties/Makefile.am:
7251         * shell/Makefile.am:
7252         * thumbnailer/Makefile.am:
7253
7254         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7255
7256 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7257
7258         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7259         (selection_changed_callback):
7260         * shell/ev-sidebar-links.h:
7261
7262         Add a signal for link activation.
7263
7264         * shell/ev-view.c: (ev_view_goto_link),
7265         (ev_view_button_release_event):
7266         * shell/ev-view.h:
7267         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7268         (ev_window_init):
7269
7270         Implement the signal so that we can handle all link types.
7271
7272         * shell/ev-page-cache.c:
7273
7274         Remove unused set_link function
7275
7276 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7277
7278         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7279
7280         Add some space from the cursor, hardcoded but I couldnt
7281         find a better way.
7282
7283 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7284
7285         * lib/ev-tooltip.c:
7286
7287         Use mozilla style vs gtk style, way better for links.
7288
7289         * shell/ev-view.c: (ev_view_motion_notify_event),
7290         (ev_view_destroy), (ev_view_init):
7291
7292         Deactive tooltip when the link hovered is changed.
7293
7294 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7295
7296         * backend/ev-document.h:
7297         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7298         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7299         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7300         (ev_link_new_page), (ev_link_new_page_xyz):
7301         * backend/ev-link.h:
7302         * pdf/ev-poppler.cc:
7303         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7304         (go_to_link), (tip_from_link):
7305
7306         Implement xyz links, still not functional. Links are a total
7307         mess, will need to refactor and bugfix a lot :(
7308
7309 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7310
7311         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7312
7313 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7314
7315         * data/evince-ui.xml:
7316         * data/evince.schemas.in:
7317         * shell/Makefile.am:
7318         * shell/ev-window.c: (update_chrome_visibility),
7319         (password_dialog_response), (ev_window_load_job_cb),
7320         (ev_window_xfer_job_cb), (ev_window_open_uri),
7321         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7322         (ev_window_init):
7323
7324         Remove the statusbar. This regress loading feedback, need to
7325         check with Bryan what we want to do there...
7326
7327 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7328
7329         * lib/ev-tooltip.c: (ev_tooltip_init):
7330
7331         Fix tooltip border and size handling
7332
7333 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7334
7335         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7336         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7337         (ev_tooltip_timeout), (ev_tooltip_activate),
7338         (ev_tooltip_deactivate):
7339         * lib/ev-tooltip.h:
7340         * shell/ev-view.c: (ev_view_motion_notify_event):
7341
7342         Delay popup showing. Mirror gtk logic/times.
7343
7344 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7345
7346         * lib/Makefile.am:
7347         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7348         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7349         (ev_tooltip_set_text), (ev_tooltip_set_position):
7350         * lib/ev-tooltip.h:
7351
7352         Simple widget to show tooltips at a custom position
7353
7354         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7355         (ev_view_destroy):
7356
7357         Use it for links. First go, needs work
7358
7359 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7360
7361         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7362         HIG fixes.  Use title capitalization for window title. Use 12 
7363         pixels of space between the dialog's vbox and action area.
7364
7365 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7366
7367         * shell/ev-window.c: (file_open_dialog_response_cb),
7368         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7369         (ev_window_cmd_save_as):
7370
7371         Make file pickers not modal and refactor code some
7372
7373 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * shell/ev-sidebar.h:
7376         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7377         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7378         (ev_sidebar_class_init), (ev_sidebar_select_page),
7379         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7380         (ev_sidebar_set_page):
7381
7382         Add a current page property and allow to get/set it
7383
7384         * shell/ev-window.c: (setup_view_from_metadata),
7385         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7386
7387         Persist current sidebar page per document
7388
7389 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7390
7391         * data/evince.schemas.in:
7392         * shell/ev-window.c: (update_chrome_visibility),
7393         (setup_document_from_metadata), (update_sidebar_visibility),
7394         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7395         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7396         (ev_window_run_presentation), (ev_window_stop_presentation),
7397         (ev_window_view_sidebar_cb),
7398         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7399         (load_chrome), (ev_window_init):
7400
7401         Persist size/visibility of sidebar per document
7402
7403 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7404
7405         * shell/ev-view.c (draw_loading_text): Draw loading text.
7406
7407 2005-09-02  Dan Damian  <dand@gnome.ro>
7408
7409         * configure.in: Added "ro" to ALL_LINGUAS.
7410
7411 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7412
7413         * shell/ev-view.c: (clear_caches):
7414
7415         ev_page_cache_get doesnt return a reference,
7416         dont try to unref it.
7417
7418 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7419
7420         * shell/main.c: (load_files_remote):
7421
7422         Fix timestamp parameter with dbus <= 0.33
7423
7424 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7425
7426         * data/evince.schemas.in:
7427
7428         Add missing full stop
7429
7430 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7431
7432         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7433         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7434
7435         Plug some memory leaks
7436
7437 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7438
7439         * configure.ac:
7440         * lib/ev-debug.c: (trap_handler):
7441
7442         Check for execinfo.h and use it only if it exists.
7443         Ported from Epiphany (bug #314776).
7444
7445 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7446
7447         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7448
7449 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7450
7451         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7452         * po/id.po      : Added Indonesian translation
7453
7454 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7455
7456         * shell/main.c:
7457         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7458         * NEWS: Release 0.4.0
7459
7460 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7461
7462         * configure.ac: catch another gtk+-2.8ism
7463         * shell/main.c: Make work with gtk+-2.6
7464
7465 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7466
7467         * shell/ev-application-service.xml: Add 'timestamp' argument to
7468           ev_application_open_window and ev_application_open_uri methods.
7469
7470         * shell/ev-application.h: Add 'timestamp' argument to
7471           ev_application_open_window, ev_application_open_uri,
7472           and ev_application_open_uri_list functions.
7473
7474         * shell/ev-application.c (ev_application_open_window,
7475           ev_application_open_uri, ev_application_open_uri_list): Change
7476           functions that show/present windows to use a timestamp if one
7477           is passed in.
7478
7479         * shell/ev-window.c (ev_window_cmd_file_open,
7480           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7481         * shell/main.c (load_files): Modify calls to ev_application to
7482           include GDK_CURRENT_TIME as timestamp.
7483
7484         * shell/main.c (load_files_remote): Obtain timestamp for client
7485           instance from GDK and pass to server instance so new windows are
7486           focused properly.  Fix dbus_g_proxy_call() calls by including second
7487           G_TYPE_INVALID.
7488           
7489         Closes bug #314475.
7490
7491 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7492
7493         * shell/ev-window.c (ev_window_finalize): Check for
7494         avail. EvWindows when quiting to handle the finalize better,
7495         #314497
7496
7497 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7498         
7499         * properties/ev-properties-view.c: 
7500         
7501         Set textdomain to libglade. Fixes translation problem in property page.
7502
7503 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7506         * dvi/Makefile.am:
7507         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7508         * dvi/mdvi-lib/Makefile.am:
7509         
7510         Fix rotation of thumbnails, ported to new API. Moved library
7511         dependencies earlier, probably it will fix linkage problem.
7512
7513 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7514
7515         * backend/ev-document-misc.c:
7516         (ev_document_misc_get_thumbnail_frame):
7517         * backend/ev-document-misc.h:
7518         * configure.ac:
7519         * pdf/ev-poppler.cc:
7520         * shell/Makefile.am:
7521         * shell/ev-sidebar-thumbnails.c: (add_range),
7522         (ev_sidebar_thumbnails_set_loading_icon),
7523         (ev_sidebar_thumbnails_refresh),
7524         (ev_sidebar_thumbnails_set_document):
7525         * shell/ev-sidebar-thumbnails.h:
7526         * shell/ev-view.c: (ev_view_motion_notify_event),
7527         (ev_view_set_property), (ev_view_get_property),
7528         (ev_view_class_init), (ev_view_set_rotation):
7529         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7530         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7531         (ev_window_init):
7532         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7533         Redo rotation (again).  prepare for 0.4.0
7534
7535 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7536
7537         * configure.ac: Bump poppler requirement to 0.4.1.
7538
7539         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7540         argument to poppler_page_render_selection() call.
7541
7542 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7543
7544         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7545         (djvu_document_thumbnails_get_thumbnail):
7546         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7547         (dvi_document_thumbnails_get_thumbnail):
7548         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7549         (pixbuf_document_thumbnails_get_thumbnail):
7550         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7551         
7552         Update rotation direction of backends to fit with pdf and ps.
7553
7554 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7555
7556         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7557         * backend/ev-async-renderer.h:
7558         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7559         (setup_page), (ps_document_get_page_size),
7560         (ps_async_renderer_render_pixbuf):
7561         * ps/ps-document.h:
7562         * shell/ev-jobs.c: (ev_job_render_run):
7563
7564         Fix orientation in the postscript document
7565
7566 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7567
7568         * pdf/ev-poppler.cc:
7569         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7570         * shell/ev-view.c: (highlight_find_results):
7571
7572         Adapt to the new poppler rotation API. Fix text maps on landscape
7573         documents.
7574
7575 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7576
7577         * shell/ev-view.c (compute_new_selection_text): get the correct
7578         region when selecting in modes other than continuous.
7579
7580 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7581
7582         * shell/main.c (main): remove redundant g_warnings.
7583
7584 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7585
7586         * shell/Makefile.am: Don't include autogenerated
7587         file ev-application-service.h into distribution, since
7588         it causes dbus crash. Fix for bugs 313724 and 313443. 
7589
7590 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * configure.ac: Fix sed expression for FreeBSD. Thanks
7593         to Joe Marcus Clark <marcus@freebsd.org>
7594         
7595         * shell/eggfindbar.c: (entry_activate_callback),
7596         (entry_changed_callback), (egg_find_bar_init),
7597         (egg_find_bar_set_search_string):
7598         
7599         Made findbar buttons unsensitive if there is no text in
7600         entry. Fix for the bug 313285.
7601
7602 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7603
7604         * ps/ps-document.c: Use g_filename_display_name for displaying
7605         filenames and revert string freeze breackage
7606
7607 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7608
7609         * NEWS:
7610         * configure.ac:
7611
7612         Update for 0.3.4
7613
7614         * shell/Makefile.am:
7615
7616         Add ev-application-service.xml to extra dist
7617
7618         * shell/ev-view.c: (find_page_at_location):
7619
7620         Remove unused function (fix warning)
7621
7622 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7623
7624         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7625         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7626         
7627         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7628         bug 313623.
7629
7630 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7631
7632         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7633         * shell/ev-window.c:
7634         Fix build warnings
7635
7636 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7637
7638         * configure.ac: Update script to get dbus version.
7639         Fix for the bug #313443.
7640
7641 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7642
7643         * shell/ev-window.c: (ev_window_cmd_escape):
7644         
7645         Return focus back to view on escape. Fix for bug 313295.
7646
7647 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7648
7649         * shell/ev-window.c: (update_window_title),
7650         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7651         (ev_window_cmd_save_as):
7652         
7653         Correct conversion from uri to displayable string. Fix for
7654         bug 313296.
7655
7656 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7657
7658         * ps/ps-document.c: convert filename to utf8 when there is an error
7659         loading document. Fixes #309915
7660
7661 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7662
7663         * configure.ac:
7664
7665         We depend on poppler 0.4.0
7666
7667 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7668
7669         * configure.ac:
7670         * NEWS: Release 0.3.3.
7671         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7672
7673 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7674
7675         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7676         add a couple missing mnemonics to menu items, use title 
7677         capitalization for menu items and window titles, and add 
7678         ellipsis to open menu item.     
7679
7680 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7681
7682         * pdf/ev-poppler.cc:
7683         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7684         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7685         (ev_view_get_rotation):
7686         * shell/ev-view.h:
7687         * shell/ev-window.c: (setup_view_from_metadata),
7688         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7689         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7690         disk.
7691
7692 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7693
7694         * configure.ac: Added tr to ALL_LINGUAS
7695
7696 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7697
7698         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7699         requires several clicks to find word. Thanks to 
7700         Colin Slater <kiltedtaco@gmail.com>.
7701
7702 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7703
7704         * data/evince.desktop.in.in: Hide menu entry and
7705         rename it to "Document Viewer". Fix for bug 
7706         #312399.
7707
7708 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7709
7710         * shell/ev-page-action.c (ev_page_action_class_init): 
7711
7712         Point to the correct function in constructor of the
7713         activate_label signal
7714
7715 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7716
7717         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7718         * shell/ev-jobs.h: Make thread safe.
7719
7720 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7721
7722         * shell/ev-view.c: (view_update_range_and_current_page):
7723         Don't update page range if we are scrolling to some document
7724         point.
7725
7726 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7727
7728         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7729         when getting max_page_width, fix drawing in dual mode.
7730
7731 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7732
7733         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7734         getting the area for select_all.
7735
7736 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7737
7738         * backend/ev-selection.c: (ev_selection_render_selection):
7739         * backend/ev-selection.h:
7740         * pdf/ev-poppler.cc:
7741         * shell/ev-jobs.c: (ev_job_render_new):
7742         * shell/ev-jobs.h:
7743         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7744         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7745         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7746         (ev_view_class_init):
7747
7748         Change selection color on focus in and focus out events.  Also,
7749         poppler now uses GdkColor for specifying the selection colors, so
7750         drop some awkward conversion code.
7751
7752 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7753
7754         * configure.ac: Added Hebrew translation
7755
7756 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7757
7758         * NOTES:
7759         * backend/ev-selection.c: (ev_selection_render_selection):
7760         * backend/ev-selection.h:
7761         * pdf/ev-poppler.cc:
7762         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7763         (ev_job_render_run):
7764         * shell/ev-jobs.h:
7765         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7766         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7767         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7768         (ev_pixbuf_cache_style_changed),
7769         (ev_pixbuf_cache_get_selection_pixbuf),
7770         (ev_pixbuf_cache_set_selection_list),
7771         (ev_pixbuf_cache_get_selection_list):
7772         * shell/ev-pixbuf-cache.h:
7773         * shell/ev-utils.c: (ev_print_region_contents):
7774         * shell/ev-utils.h:
7775         * shell/ev-view.c: (ev_view_queue_draw_page),
7776         (selection_update_idle_cb), (ev_view_motion_notify_event),
7777         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7778         (setup_caches), (ev_view_find_next), (merge_selection_region),
7779         (selection_free):
7780         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7781
7782         Clean up selection to be much smoother!
7783
7784 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7785
7786         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7787         to poppler_page_render_selection().
7788
7789 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7790
7791         * ps/ps-document.c: (save_page_list): Use
7792         unzipped document when printing. Thanks to 
7793         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7794         311016.
7795
7796 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7797
7798         * shell/ev-window.c: (update_action_sensitivity):
7799         
7800         Disable print and save respect to lockdown gconf keys. Fix
7801         for 312342.
7802
7803 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7804
7805         * configure.ac:
7806         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7807         (write_to_temp_file), (ev_file_set_contents):
7808         * shell/ev-utils.h:
7809         * shell/ev-window.c: (save_print_config_to_file):
7810         
7811         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7812         Fix for bug 312238
7813
7814 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7815
7816         * shell/ev-window.c: (load_print_config_from_file),
7817         (save_print_config_to_file), (ev_window_print_range):
7818
7819         Persist the print settings. Fixes bug #311578.
7820
7821 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7822
7823         * djvu/djvu-document.c: (djvu_document_get_page_size),
7824         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7825         (djvu_document_thumbnails_get_thumbnail):
7826         * dvi/dvi-document.c: (dvi_document_get_page_size),
7827         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7828         (dvi_document_thumbnails_get_dimensions),
7829         (dvi_document_thumbnails_get_thumbnail):
7830         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7831         (pixbuf_document_render_pixbuf),
7832         (pixbuf_document_document_iface_init),
7833         (pixbuf_document_thumbnails_get_thumbnail):
7834         
7835         Update backends to make them build with new rotation system.
7836
7837 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7838
7839         * help/C/figures/evince_start_window.png:
7840         
7841         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7842
7843 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7844
7845         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7846         * shell/ev-pixbuf-cache.h:
7847         * shell/ev-sidebar-thumbnails.c:
7848         (ev_sidebar_thumbnails_get_property), (add_range),
7849         (adjustment_changed_cb):
7850         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7851         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7852         we were thumbnailing the entire docment on startup, slowing us
7853         down hugely. 
7854
7855 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7856
7857         * shell/ev-page-cache.c: (ev_page_cache_new):
7858         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7859         == 0, fixes #310306.
7860
7861 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7862
7863         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7864         (ev_view_rotate_left):
7865
7866         Account rotation in doc_rect_to_view_rect.
7867         Ensure rotation doesnt go out of bounds.
7868
7869 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7870
7871         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7872
7873         Correct and cleanup w/h swapping
7874
7875 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7876
7877         * backend/ev-document-thumbnails.c:
7878         (ev_document_thumbnails_get_thumbnail):
7879         * backend/ev-document-thumbnails.h:
7880         * backend/ev-document.c:
7881         * backend/ev-document.h:
7882         * backend/ev-render-context.c: (ev_render_context_new),
7883         (ev_render_context_set_rotation):
7884         * backend/ev-render-context.h:
7885         * pdf/ev-poppler.cc:
7886         * ps/ps-document.c: (ps_document_document_iface_init):
7887         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7888         * shell/ev-jobs.h:
7889         * shell/ev-page-cache.c: (build_height_to_page),
7890         (ev_page_cache_new), (ev_page_cache_get_size),
7891         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7892         (ev_page_cache_get_height_to_page):
7893         * shell/ev-page-cache.h:
7894         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7895         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7896         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7897         (ev_pixbuf_cache_get_selection_pixbuf):
7898         * shell/ev-pixbuf-cache.h:
7899         * shell/ev-print-job.c: (idle_print_handler):
7900         * shell/ev-sidebar-thumbnails.c: (add_range):
7901         * shell/ev-view.c: (view_update_range_and_current_page),
7902         (get_page_y_offset), (get_page_extents),
7903         (ev_view_size_request_continuous_dual_page),
7904         (ev_view_size_request_continuous),
7905         (ev_view_size_request_dual_page),
7906         (ev_view_size_request_single_page), (draw_one_page),
7907         (ev_view_set_rotation), (ev_view_rotate_right),
7908         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7909         (ev_view_zoom_for_size_continuous_and_dual_page),
7910         (ev_view_zoom_for_size_continuous),
7911         (ev_view_zoom_for_size_dual_page),
7912         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7913         (ev_view_select_all):
7914         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7915         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7916         (tiff_document_document_iface_init),
7917         (tiff_document_thumbnails_get_thumbnail):
7918
7919         Use rotation rather than orientation. It's easier and enough
7920         for our needs.
7921
7922 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7923
7924         * shell/ev-page-cache.c: (build_height_to_page),
7925         (ev_page_cache_new), (ev_page_cache_get_size),
7926         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7927         (ev_page_cache_get_height_to_page):
7928         * shell/ev-page-cache.h:
7929         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7930         (ev_view_size_request_continuous_dual_page),
7931         (ev_view_size_request_continuous),
7932         (ev_view_zoom_for_size_continuous_and_dual_page),
7933         (ev_view_zoom_for_size_continuous):
7934
7935         Make the page cache aware of page orientation.
7936
7937 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7938
7939         * backend/ev-document-thumbnails.c:
7940         (ev_document_thumbnails_get_thumbnail):
7941         * backend/ev-document-thumbnails.h:
7942         * backend/ev-document.c:
7943         * backend/ev-document.h:
7944         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7945         * backend/ev-ps-exporter.h:
7946         * pdf/ev-poppler.cc:
7947         * ps/ps-document.c: (ps_document_document_iface_init),
7948         (ps_document_ps_export_do_page):
7949         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7950         * shell/ev-jobs.h:
7951         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7952         (ev_page_cache_get):
7953         * shell/ev-page-cache.h:
7954         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7955         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7956         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7957         * shell/ev-pixbuf-cache.h:
7958         * shell/ev-print-job.c: (idle_print_handler):
7959         * shell/ev-sidebar-thumbnails.c: (add_range):
7960         * shell/ev-view.c: (view_update_range_and_current_page),
7961         (get_page_extents), (ev_view_size_request_dual_page),
7962         (ev_view_size_request_single_page), (draw_one_page),
7963         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7964         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7965         (ev_view_zoom_for_size_dual_page),
7966         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7967         (ev_view_select_all):
7968         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7969         * tiff/tiff-document.c: (tiff_document_get_page_size),
7970         (tiff_document_get_orientation), (rotate_pixbuf),
7971         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7972         (tiff_document_thumbnails_get_thumbnail),
7973         (tiff_document_ps_export_do_page), (tiff_document_init):
7974
7975         Really make use of the orientation bit of the render context.
7976         Use the render context in a few more places in the backend API.
7977         This regress orientation, but now it's done right. Will try to
7978         fix it up asap...
7979
7980 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7981
7982         * shell/ev-view.c: (ensure_rectangle_is_visible):
7983
7984         Patch by Nickolay V. Shmyrev to fix find flickering
7985
7986 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7987
7988         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7989         duplex parameters to ::begin.
7990
7991         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7992         * shell/ev-print-job.c (idle_print_handler): 
7993         * ps/ps-document.c (ps_document_ps_export_begin): 
7994         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7995         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7996         implementations. Poppler backend needs poppler cvs. Rest has
7997         unchanged behavior.
7998
7999 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8000
8001         * shell/ev-window.c (using_pdf_printer): new function.
8002         (ev_window_print_range): print a less techy message if someone
8003         tries to print to PDF.
8004
8005 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8006
8007         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8008         from "unknown font" string. Bug #311431
8009
8010 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8011
8012         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8013
8014 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8015
8016         Bug #311280
8017         
8018         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8019         name for PopplerFontTypes
8020         (pdf_document_fonts_fill_model): add font type to the detail column
8021
8022         * backend/ev-document-fonts.h: added
8023         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8024
8025         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8026         font name and font details, add a little markup.
8027         (ev_properties_fonts_init): use the new cell data func, specify ypad
8028         property for the cell renderer.
8029         (ev_properties_fonts_set_document): add the details column.
8030
8031 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8032
8033         * configure.ac: Added "pl" to ALL_LINGUAS.
8034
8035 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8036
8037         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8038
8039 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8040
8041         * help/ChangeLog: Started this for translations of manual.
8042         * configure.ac, autogen.sh, .cvsignore: Migrated to
8043         gnome-doc-utils. Patch in bug #311222.
8044
8045 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8046
8047         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8048         #ifdef this away to fix an unused-function warning.
8049
8050 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8051
8052         * configure.ac: Added 'gl' to ALL_LINGUAS.
8053
8054 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8055
8056         * configure.ac: Added ne in ALL_LINGUAS
8057         
8058 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8059
8060         * shell/ev-view.c: (ev_view_leave_notify_event):
8061         
8062         Clear status message when pointer leaves view. Fix for bug
8063         #310818 
8064
8065 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8066
8067         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8068
8069 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8070
8071         * shell/ev-view.c: (ev_view_leave_notify_event),
8072         (ev_view_class_init):
8073         
8074         Set cursor to normal then leaving view.
8075
8076 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8077
8078         * configure.ac:
8079         
8080         Fix required djvulibre version.
8081
8082 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8083
8084         *configure.ac: Hindi (hi) language added
8085
8086 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8087
8088         *configure.ac: Punjabi (pa) Language added
8089
8090 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8091
8092         * data/evince-ui.xml, shell/ev-window.c:
8093         
8094         Add keypad accelerators for zooming. Fix for bug 308128.
8095
8096 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8097
8098         * Makefile.am:
8099         * backend/Makefile.am:
8100         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8101         * configure.ac:
8102         * shell/ev-document-types.c: (ev_document_types_add_filters):
8103
8104         Allow to enable/disable the pixbuf backend.
8105         Default to off for now. If we want it enabled we should
8106         really put mime types in the desktop, implement properties etc.
8107
8108         * properties/evince-properties.c:
8109
8110         Initialize error to NULL.
8111         Check error is not NULL before freeing.
8112
8113 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8114
8115         * shell/ev-window.c:
8116
8117         Use F5 as presentation accell
8118
8119 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8120
8121         * shell/ev-window.c: (update_chrome_visibility),
8122         (ev_window_create_fullscreen_popup), (ev_window_init):
8123
8124         Do not leak the fullscreen toolbar
8125
8126 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8127
8128         * shell/ev-window.c: (view_actions_focus_in_cb),
8129         (view_actions_focus_out_cb):
8130
8131         These has a return value! Fix totally random focus
8132         issues we was seeing.
8133
8134 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8135
8136         * shell/main.c: (load_files_remote):
8137
8138         Allow open more than one file
8139
8140 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8141
8142         * shell/main.c: (load_files_remote):
8143
8144         Fix for dbus 0.33. bug #309975
8145
8146 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8147
8148         * properties/ev-properties-main.c: (ev_properties_get_pages):
8149
8150         Actually return NULL for types we dont support
8151
8152 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8153
8154         * po/POTFILES.in:
8155
8156         Remove empty lines.
8157
8158 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8159
8160         * backend/ev-document-factory.c:
8161         (ev_document_factory_get_document):
8162
8163         Do not try to create the object if type
8164         is invalid.
8165
8166 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8167
8168         * ps/ps-document.c: (ps_document_dispose),
8169         (ps_async_renderer_render_pixbuf):
8170         * ps/ps-document.h:
8171
8172         Do not leak the target window
8173
8174 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8175
8176         * shell/ev-application.c: (ev_application_init):
8177
8178         Let tbe check file existence for us.
8179         Add a comment about eggrecent mime filter.
8180
8181 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8182
8183         * data/evince-ui.xml:
8184         * shell/ev-application.c: (ev_application_shutdown),
8185         (ev_application_init), (ev_application_get_toolbars_model),
8186         (ev_application_get_recent_model),
8187         (ev_application_save_toolbars_model):
8188         * shell/ev-application.h:
8189         * shell/ev-window.c: (ev_window_add_recent),
8190         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8191         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8192         (ev_window_init):
8193
8194         Use common toolbar and recent models for all windows.
8195         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8196
8197 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8198
8199         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8200         successfully check for gtk_icon_view_get_visible_range.
8201
8202 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8203
8204         * djvu/Makefile.am:
8205         * dvi/Makefile.am:
8206         
8207         Fix djvu and dvi backend build.
8208
8209 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8210
8211         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8212         (new_separator_pixbuf):
8213
8214         Don't leak windows.
8215
8216 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8217
8218         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8219
8220         HIGification of toolbar editor dialogue.
8221
8222 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8223
8224         * configure.ac:
8225         * shell/Makefile.am:
8226
8227         Ever build metadata manager since it's just
8228         disabled at runtime now.
8229
8230 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8231
8232         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8233         (ev_metadata_manager_get), (ev_metadata_manager_set):
8234         * shell/ev-metadata-manager.h:
8235
8236         Add an _init functions that enabled metadata management
8237         at runtime.
8238
8239         * shell/ev-window.c: (page_changed_cb),
8240         (setup_document_from_metadata), (ev_window_setup_document),
8241         (setup_view_from_metadata), (ev_window_open_uri),
8242         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8243         (ev_window_run_presentation), (ev_window_stop_presentation),
8244         (save_sizing_mode), (ev_window_zoom_changed_cb),
8245         (ev_window_continuous_changed_cb),
8246         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8247         (window_configure_event_cb):
8248
8249         Remove all ugly metadata define since we deal with it
8250         at runtime now.
8251
8252         * shell/main.c: (load_files_remote), (main):
8253
8254         Add support for dbus cvs head. Hopefully didnt break one
8255         of the other versions now!
8256
8257         If we dont get a response from the dbus server just
8258         give up with it and not enable metadata.
8259
8260 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8261
8262         * Makefile.am:
8263         * backend/Makefile.am:
8264         * configure.ac:
8265         * cut-n-paste/recent-files/Makefile.am:
8266         * cut-n-paste/toolbar-editor/Makefile.am:
8267         * cut-n-paste/zoom-control/Makefile.am:
8268         * lib/Makefile.am:
8269         * pdf/Makefile.am:
8270         * pixbuf/Makefile.am:
8271         * properties/Makefile.am:
8272         * ps/Makefile.am:
8273         * shell/Makefile.am:
8274         * thumbnailer/Makefile.am:
8275         * tiff/Makefile.am:
8276
8277         Make frontends depend on just libev.
8278         Rework and group CFLAGS/LIBS definitions.
8279         Cleanups.
8280
8281 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8282
8283         * shell/ev-window:
8284
8285         do not unnecessarily save zoom
8286
8287         * configure.ac:
8288         * lib/ev-file-helpers.c: (ev_dot_dir):
8289         * shell/Makefile.am:
8290         * shell/dummy.cc:
8291
8292         Some cleanups
8293
8294 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8295
8296         * configure.ac:
8297         
8298         Remove unnecessary dependencies
8299
8300 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8301
8302         * properties/Makefile.am:
8303         * thumbnailer/Makefile.am:
8304         * tiff/Makefile.am:
8305
8306         Some more cleanups. Was really necessary
8307         but I probably introduced bugs, feel free
8308         to flame :)
8309
8310 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8311
8312         * backend/Makefile.am:
8313         * configure.ac:
8314         * cut-n-paste/recent-files/Makefile.am:
8315         * cut-n-paste/toolbar-editor/Makefile.am:
8316         * cut-n-paste/zoom-control/Makefile.am:
8317         * lib/Makefile.am:
8318         * pdf/Makefile.am:
8319         * pixbuf/Makefile.am:
8320         * properties/Makefile.am:
8321         * ps/Makefile.am:
8322         * shell/Makefile.am:
8323         * thumbnailer/Makefile.am:
8324         * tiff/Makefile.am:
8325
8326         Use gnome-common macros when possible.
8327         Cleanup dependencies.
8328         Actually disable deprecated where possible.
8329
8330 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8331
8332         * Makefile.am:
8333         * backend/Makefile.am:
8334         * properties/Makefile.am:
8335         * shell/Makefile.am:
8336         * thumbnailer/Makefile.am:
8337
8338         This should solve the circular dep without
8339         requiring dir reorg!
8340
8341         * shell/ev-window.c: (setup_view_from_metadata):
8342
8343         Never restore window size/position when the
8344         window is already visible.
8345
8346 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8347
8348         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8349
8350         Return a boolean from timeout func. Fix ported from gedit.
8351
8352 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8353
8354         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8355
8356 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8357
8358         * shell/ev-document-types.c: set "All Documents" as default filter in
8359         open dialog
8360
8361 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8362
8363         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8364         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8365         (ev_metadata_manager_set_boolean): fix value/val thinko.
8366
8367 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8368
8369         * shell/ev-window.c: (setup_view_from_metadata),
8370         (window_state_event_cb), (window_configure_event_cb),
8371         (ev_window_init):
8372
8373         Remember window position and maximized state
8374
8375 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8376
8377         * configure.ac:
8378
8379         Fix DBUS configure checks.
8380
8381         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8382         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8383         (ev_metadata_manager_set_boolean):
8384
8385         Plug mem leaks.
8386
8387         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8388         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8389         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8390         (ev_window_continuous_changed_cb),
8391         (ev_window_dual_mode_changed_cb), (ev_window_new):
8392
8393         Fix the build without DBUS.
8394
8395 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8396
8397         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8398         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8399         (ev_metadata_manager_set_string),
8400         (ev_metadata_manager_set_boolean):
8401         * shell/ev-metadata-manager.h:
8402
8403         Add support for some more types
8404
8405         * shell/ev-view.c: (scroll_to_current_page),
8406         (ev_view_get_continuous), (ev_view_set_continuous),
8407         (ev_view_get_dual_page):
8408         * shell/ev-view.h:
8409         * shell/ev-window.c: (page_changed_cb),
8410         (setup_document_from_metadata), (ev_window_setup_document),
8411         (setup_view_from_metadata), (ev_window_open_uri),
8412         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8413         (ev_window_run_presentation), (ev_window_stop_presentation),
8414         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8415         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8416         (ev_window_update_dual_page_action),
8417         (ev_window_continuous_changed_cb),
8418         (ev_window_dual_mode_changed_cb), (ev_window_init):
8419
8420         Remember a bunch of view/document properties. Prolly some
8421         are still missing but it's getting interesting.
8422
8423 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8424
8425         * configure.ac: check if dbus-binding-tool is installed. Not the
8426         case on current Ubuntu breezy, it seems.
8427
8428 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8429
8430         * data/evince.desktop.in.in:
8431         
8432         Allow open uri lists and add TryExec field.
8433
8434 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * configure.ac:
8437
8438         Enable dbus when available, do not require a configure
8439         option.
8440
8441 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8442
8443         * configure.ac:
8444
8445         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8446         disabled.
8447
8448 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8449         Marco Pesenti Gritti  <mpg@redhat.com>
8450
8451         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8452         
8453         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8454         functions to the format required by dbus
8455
8456         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8457         errors. Use the RPC parameters in the expected way
8458
8459 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8460
8461         * Makefile.am:
8462         * properties/Makefile.am:
8463         * properties/ev-properties-main.c: (ev_properties_get_pages):
8464
8465         Support all mime types
8466
8467         * shell/Makefile.am:
8468         * thumbnailer/Makefile.am:
8469         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8470         (evince_thumbnail_pngenc_get):
8471
8472         Use the document factory
8473
8474 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8475
8476         * backend/Makefile.am:
8477         * backend/ev-document-factory.c:
8478         (mime_type_supported_by_gdk_pixbuf),
8479         (ev_document_type_get_from_mime),
8480         (ev_document_factory_get_document),
8481         (ev_document_factory_get_backend),
8482         (ev_document_factory_get_mime_types),
8483         (ev_document_factory_get_all_mime_types):
8484         * backend/ev-document-factory.h:
8485         * shell/Makefile.am:
8486         * shell/ev-document-types.c: (get_document_from_uri),
8487         (ev_document_types_get_document),
8488         (file_filter_add_mime_list_and_free),
8489         (ev_document_types_add_filters):
8490         * shell/ev-document-types.h:
8491         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8492         * shell/ev-properties-dialog.c:
8493         (ev_properties_dialog_set_document):
8494         * shell/ev-window.c: (ev_window_cmd_file_open),
8495         (ev_window_cmd_save_as):
8496         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8497
8498         Rework document types managing to avoid code duplication
8499         and actually abstract from backend implementations.
8500         Also provide a minimal factory api that can be used by
8501         thumbnailer/properties.
8502
8503 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8504
8505         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8506         Plug a mem leak.
8507         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8508         HIG spacings.
8509
8510 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8511
8512         * shell/ev-properties-dialog.c
8513         (ev_properties_dialog_set_document): only call
8514         ev_properties_fonts_set_document() if the document implements the
8515         fonts interface
8516
8517 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8518
8519         * configure.ac:
8520         * properties/Makefile.am:
8521         * properties/ev-properties-view.c:
8522         (ev_properties_view_register_type):
8523         * properties/ev-properties-view.h:
8524         * properties/ev-properties-main.h:
8525
8526         Implement nautilus plugin for properties.
8527         Works only for pdf atm, I need to rework the
8528         document types stuff to get this to work
8529         for all backends...
8530
8531 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8532
8533         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8534         (ev_properties_fonts_set_document): use
8535         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8536
8537 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8538
8539         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8540         them
8541         (PlaceImage, tiff2ps_process_page): use
8542         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8543
8544
8545 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8546
8547         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8548         (main): to call gnome_authentication_manager_init. Should fix
8549         Bug #308510
8550
8551         * configure.ac: that requires libgnomeui 2.6.0.
8552
8553 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8554
8555         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8556         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8557         use the new tiff2ps interfaces
8558
8559         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8560         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8561
8562         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8563         structure instead of global variables.  Remove use of static
8564         variables in functions.
8565
8566 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8567
8568         * shell/ev-page-action.c: unref the completion after setting it to the
8569         entry
8570
8571 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8572
8573         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8574         postscript files
8575
8576 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8577
8578         * shell/ev-window.c (update_action_sensitivity): disable
8579         File->Print if the document does not implement the ps exporter
8580         interface
8581
8582 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8583
8584         * Makefile.am:
8585         * configure.ac:
8586         * data/evince-properties.glade:
8587         * properties/.cvsignore:
8588         * properties/Makefile.am:
8589         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8590         (ev_properties_view_class_init), (ev_properties_view_format_date),
8591         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8592         (ev_properties_view_init), (ev_properties_view_new):
8593         * properties/ev-properties-view.h:
8594         * shell/Makefile.am:
8595         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8596         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8597         (ev_properties_dialog_new):
8598         * shell/ev-properties-dialog.h:
8599         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8600         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8601         (update_progress_label), (job_fonts_finished_cb),
8602         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8603         * shell/ev-properties-fonts.h:
8604         * shell/ev-properties.c:
8605         * shell/ev-properties.h:
8606         * shell/ev-window.c: (ev_window_setup_document),
8607         (ev_window_cmd_file_properties):
8608
8609         Split the properties pages in two different objects, depend
8610         only on the backend where possible, use widgets instead
8611         of gobject for the glade part, reimplement the dialog
8612         itself with gtk.
8613         I need this to implement nautilus properties page.
8614
8615 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8616
8617         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8618         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8619         (tiff_document_document_ps_exporter_iface_init): implement the ps
8620         exporter interface for tiff documents
8621
8622         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8623         libtiff to implement TIFF postscript export
8624
8625         * tiff/tiff2ps.h: added a header file for external tiff2ps
8626         functions.
8627
8628         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8629         tiff2ps.h
8630
8631 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8632
8633         * shell/ev-view.c: (scroll_to_current_page),
8634         (ev_view_set_fullscreen), (ev_view_set_presentation):
8635         
8636         Scroll to current page when exit from presentation
8637
8638 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8639
8640         * shell/ev-window.c: (update_document_mode),
8641         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8642         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8643         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8644         
8645         Exit from fullscreen mode when switch to presentation. Fix for
8646         bug 309365
8647
8648 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8649
8650         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8651         return NULL if the document does not implement the selection
8652         interface.
8653
8654 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8655
8656         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8657         reported height by using the resolution aspect ratio
8658         (tiff_document_render_pixbuf): scale the pixbuf using the
8659         resolution aspect ratio
8660
8661 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8662
8663         * configure.ac:
8664         
8665         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8666         <kiltedaco@gmail.com>
8667         
8668         * djvu/djvu-document.c: (djvu_document_get_orientation),
8669         (djvu_document_set_orientation), (djvu_document_get_page_size),
8670         (rotate_pixbuf), (djvu_document_render_pixbuf),
8671         (djvu_document_document_iface_init):
8672         * dvi/dvi-document.c: (dvi_document_get_orientation),
8673         (dvi_document_set_orientation), (dvi_document_get_page_size),
8674         (rotate_pixbuf), (dvi_document_render_pixbuf),
8675         (dvi_document_document_iface_init):
8676         
8677         Dvi and djvu backends are ported to new API
8678
8679 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8680
8681         * backend/ev-selection.c: (ev_selection_get_selection_region),
8682         (ev_selection_get_selection_map):
8683         * backend/ev-selection.h:
8684         * pdf/ev-poppler.cc:
8685         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8686         * shell/ev-jobs.h:
8687         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8688         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8689         (ev_pixbuf_cache_get_text_mapping):
8690         * shell/ev-pixbuf-cache.h:
8691         * shell/ev-view.c: (location_in_text),
8692         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8693         support to EvView.  Now we can see where we can select!  Sweet!
8694
8695 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8696
8697         * shell/ev-view.c (ev_view_button_press_event): Fix
8698         event->y + view->scroll_x typo.
8699
8700 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8701
8702         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8703         sub-GdkPixbuf instead of passing dest_x and dest_y.
8704         
8705         * shell/ev-view.c: (view_point_to_doc_point),
8706         (view_rect_to_doc_rect), (ev_view_button_press_event),
8707         (ev_view_motion_notify_event), (compute_new_selection_rect),
8708         (gdk_rectangle_point_in), (compute_new_selection_text),
8709         (compute_selections): Update selection code to keep the selection
8710         around as two points and not as a normalized rectangle, and fix
8711         page level selection in two-column mode.
8712
8713 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8714
8715         * shell/ev-window.c: (window_configure_event_cb): 
8716         
8717         Fix compilation
8718         
8719 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8720
8721         * pdf/ev-poppler.cc:
8722
8723         Fix compilation
8724
8725 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8726
8727         * shell/Makefile.am:
8728         * shell/ev-metadata-manager.c: (item_free),
8729         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8730         (parse_value), (parseItem), (load_values),
8731         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8732         (save_values), (save_item), (get_oldest), (resize_items),
8733         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8734         * shell/ev-metadata-manager.h:
8735
8736         Metadata manager from gedit but modified to use GValue, so that
8737         we dont need to keep converting from strings.
8738
8739         * configure.ac:
8740
8741         ENABLE_METADATA conditional, on when dbus is on
8742
8743         * shell/ev-application.c: (ev_application_open_uri):
8744
8745         Show the window after load so that we can initialize
8746         window size before it's showed.
8747
8748         * shell/ev-window.c: (ev_window_setup_from_metadata),
8749         (ev_window_open_uri), (window_configure_event_cb),
8750         (ev_window_init):
8751
8752         Save and load metadata information about window size.
8753         Not yet keeping states in account.
8754
8755         * shell/main.c: (main):
8756
8757         Shutdown metadata manager.
8758
8759 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8760
8761         * shell/ev-application-service.xml:
8762         * configure.ac:
8763         * shell/Makefile.am:
8764         * shell/ev-application.c:
8765         * shell/ev-application.h:
8766         * shell/ev-window.c:
8767         * shell/ev-window.h:
8768         * shell/main.c:
8769
8770         Add an optional dbus interface (--enable-dbus).
8771         Rework application code, mainly to be easier to
8772         use "remotely".
8773         Do not open multiple windows with the same document,
8774         spatial evince!
8775
8776 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8777
8778         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8779         pixbuf iff it exists.
8780
8781 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8782
8783         * shell/*:
8784         * backend/ev-render-context.[ch]:
8785         * backend/ev-selection.[ch]:
8786
8787         Massive changes.  We now support text selection of pdfs, and not
8788         just rectangular selection.  This is pretty broken still, but I
8789         want to get something into CVS.
8790
8791 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8792
8793         * pdf/ev-poppler.cc:
8794         
8795         Fix for Bug 309080: crash on window close.
8796         
8797         * shell/ev-page-action.c: (page_changed_cb):
8798         
8799         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8800         jensgr@gmx.net (Jens Granseuer).
8801
8802 2005-06-25  Marcel Telka  <marcel@telka.sk>
8803
8804         * configure.in (ALL_LINGUAS): Added sk.
8805
8806 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8807
8808         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8809         not a document open
8810
8811 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8812
8813         * NEWS:
8814         * configure.ac:
8815
8816         Release 0.3.2
8817
8818         * cut-n-paste/recent-files/Makefile.am:
8819
8820         Fix make distcheck
8821
8822 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8823
8824         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8825         (pixbuf_document_set_orientation), (rotate_pixbuf),
8826         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8827         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8828
8829         Implement rotation and cleanup the code a bit.
8830
8831         * tiff/tiff-document.c: (tiff_document_get_page_size),
8832         (tiff_document_get_orientation), (tiff_document_set_orientation),
8833         (rotate_pixbuf), (tiff_document_render_pixbuf),
8834         (tiff_document_document_iface_init), (tiff_document_init):
8835
8836         Implement rotation. Was the quicker solution for the release
8837         but we really need to share this code in the shell.
8838
8839 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8840
8841         * pdf/ev-poppler.cc:
8842
8843         Enable rotation, require poppler cvs. Fix a leak.
8844
8845 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8846
8847         * shell/ev-window.c: (update_action_sensitivity):
8848         
8849         Make properties unsensitive if document backend doesn't provide
8850         any info
8851
8852 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8853
8854         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8855         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8856         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8857         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8858         (bitmap_flip_rotate_counter_clockwise):
8859         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8860         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8861         (buff_gets):
8862         * dvi/mdvi-lib/common.h:
8863         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8864         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8865         (opendvi), (mdvi_reload), (mdvi_init_context),
8866         (mdvi_destroy_context), (mdvi_dopage), (special):
8867         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8868         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8869         (file_hash_free), (register_encoding), (parse_spec),
8870         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8871         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8872         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8873         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8874         (mdvi_register_font_type), (mdvi_unregister_font_type),
8875         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8876         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8877         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8878         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8879         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8880         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8881         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8882         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8883         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8884         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8885         (mdvi_unregister_special), (mdvi_flush_specials):
8886         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8887         (t1_font_remove):
8888         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8889         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8890         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8891         (free_font_metrics), (flush_font_metrics):
8892         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8893         (tt_font_remove):
8894         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8895         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8896         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8897         (dstring_insert), (dstring_new), (dstring_reset):
8898         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8899         
8900         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8901         avoid conflict with libtool on FC4
8902         
8903         * shell/ev-window.c: (ev_window_cmd_help_about):
8904         
8905         Update copyright year. Fix for bug 308828.
8906
8907 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8908
8909         * shell/ev-view.c: (add_scroll_binding_keypad),
8910         (ev_view_binding_activated), (ev_view_class_init),
8911         (on_adjustment_value_changed):
8912         
8913         Bug 170874: Arrow keys switch pages in presentation mode
8914
8915 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8916
8917         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8918         
8919         Fix for Bug 308265: Sidebar dissappears coming out of 
8920         Presentation mode
8921
8922 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8923
8924         * shell/ev-application.c: (ev_application_open):
8925         * shell/ev-document-types.c: (ev_document_types_add_filters),
8926         (ev_document_types_add_filters_for_type):
8927         * shell/ev-document-types.h:
8928         * shell/ev-window.c: (ev_window_cmd_save_as):
8929         
8930         Suggest basename as template when saving, provide filters
8931         for save dialog. It's bug 308402
8932
8933 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8934
8935         * pdf/ev-poppler.cc:
8936         * shell/ev-sidebar-links.c: (job_finished_callback):
8937         * shell/ev-view.c: (update_find_status_message):
8938         
8939         Some leaks fixed
8940
8941 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8942
8943         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8944         (egg_recent_view_uimanager_set_list):
8945
8946         Fix buglet in !show_numbers case.
8947
8948 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8949
8950         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8951         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8952
8953         Use pango ellipsisation.
8954
8955         * pdf/ev-poppler.cc:
8956
8957         Fix refcount leak, from nsh.
8958
8959 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8960
8961         * cut-n-paste/recent-files/Makefile.am:
8962         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8963         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8964         
8965         Removed EggRecentViewGtk
8966         
8967         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8968         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8969         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8970         (ev_window_setup_recent):
8971         
8972         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8973         with other projects
8974
8975 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8976
8977         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8978         (egg_recent_view_gtk_finalize):
8979
8980         Fix memory leak
8981
8982         * cut-n-paste/toolbar-editor/Makefile.am:
8983         
8984         Fix location of cursor icon.
8985         
8986         * pdf/ev-poppler.cc:
8987         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8988         (display_completion_text), (match_completion):
8989         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8990         (selection_changed_callback), (create_loading_model),
8991         (print_section_cb), (links_page_num_func),
8992         (update_page_callback_foreach):
8993         * shell/ev-window.c: (ev_window_dispose):
8994         
8995         Small memory fixes. Links model now store objects instead
8996         of pointers to improve memory management. 
8997
8998 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8999
9000         * shell/ev-window.c: (zoom_control_changed_cb):
9001         
9002         Fix update of zoom control (bug 308268).
9003
9004 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9005
9006         * shell/ev-properties.c (set_property): escape the text correctly.
9007         Handles non-UTF-8 properties and escaped properties.  Also, sets
9008         the text to "<i>None</i>" if the property isn't set.
9009
9010         * data/evince-properties.glade: Change the label to be ellipsized,
9011         and give it a minimum size.
9012
9013 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9014
9015         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9016         * shell/ev-sidebar-links.c: (create_loading_model):
9017         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9018         * shell/ev-view.c: (ev_view_set_document):
9019         * shell/ev-window.c: (ev_window_dispose):
9020         
9021         Various small fixes, mostly memory leaks. Thanks to valgrind.
9022
9023 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9024
9025         * ps/ps-document.c: remove the locale.h include again ;-). And
9026         kill the (bogus) setlocale/savelocale business.
9027
9028 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9029
9030         * ps/ps-document.c:
9031         
9032         Include locale.h to fix build
9033         
9034         * shell/ev-sidebar.c:
9035         
9036         Remove unnecessary includes
9037
9038 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9039
9040         * dvi/dvi-document.c: (dvi_document_load):
9041         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9042         * po/POTFILES.in:
9043         
9044         Check for incorrect dvi files. Fix parsing dvi on AMD64
9045         platform. Thanks to tester@tester.ca (Olivier Crete).
9046
9047 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9048
9049         * shell/ev-page-action.c: (match_selected_cb),
9050         (display_completion_text), (match_completion), (update_model):
9051         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9052         (expand_open_links):
9053         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9054         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9055         (ev_sidebar_set_document):
9056         * shell/ev-window.c: (ev_window_xfer_job_cb),
9057         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9058         
9059         Fixed lot's of memory leaks, for example, memory leak on reload, 
9060         described in bug 307793.
9061
9062 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9063
9064         * pdf/ev-poppler.cc:
9065         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9066         (update_visible_range), (adjustment_changed_cb),
9067         (ev_sidebar_thumbnails_fill_model),
9068         (ev_sidebar_thumbnails_refresh),
9069         (ev_sidebar_tree_selection_changed),
9070         (ev_sidebar_icon_selection_changed),
9071         (ev_sidebar_thumbnails_use_icon_view),
9072         (ev_sidebar_thumbnails_set_document):
9073         * shell/ev-sidebar-thumbnails.h:
9074         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9075         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9076
9077         Refresh thumbnails when changing orientation. Not fully
9078         working yet becuase of a sidebar bug.
9079
9080         Set page orientation to poppler page everywhere. This sucks
9081         really need to fix poppler.
9082
9083 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9084
9085         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9086         (egg_recent_view_gtk_new_menu_item),
9087         (egg_recent_view_gtk_set_property),
9088         (egg_recent_view_gtk_get_property),
9089         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9090         (egg_recent_view_gtk_set_tooltip_func),
9091         (egg_recent_view_gtk_set_label_width),
9092         (egg_recent_view_gtk_get_label_width):
9093         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9094
9095         Sync with libegg (ellipsize labels)
9096
9097 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9098
9099         * data/evince-ui.xml:
9100         * shell/ev-window.c: (ev_window_cmd_go_forward),
9101         (ev_window_cmd_go_backward):
9102         
9103         Shift + PageUp moves 10 Pages. Fix for 306125
9104
9105 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9106
9107         * pdf/ev-poppler.cc:
9108
9109         Add a flag to check if orientation has been overriden
9110
9111 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9112
9113         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9114         field if necessary.
9115
9116         * ps/ps.h: add creator field to document.
9117
9118         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9119         set creator field.
9120
9121 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * data/evince-properties.glade:
9124         * shell/ev-properties.c: (ev_properties_set_document):
9125
9126         s/PDF Version/Format
9127
9128 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9129
9130         * shell/ev-properties.c: (ev_properties_set_document):
9131
9132         Remove unnecessary translations
9133
9134 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9135
9136         * cut-n-paste/toolbar-editor/Makefile.am:
9137
9138         Correct library name    
9139
9140 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9141
9142         * configure.ac:
9143         * cut-n-paste/recent-files/egg-recent-model.c:
9144         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9145         (egg_recent_model_unlock_file):
9146         * cut-n-paste/recent-files/egg-recent-util.c:
9147         (egg_recent_util_get_unique_id):
9148         * cut-n-paste/recent-files/update-from-egg.sh:
9149         * cut-n-paste/toolbar-editor/Makefile.am:
9150         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9151         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9152         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9153         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9154         (egg_toolbars_model_get_type):
9155         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9156
9157         Better makefile for toolbar editor and update everything
9158         to latest libegg.
9159
9160 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9161
9162         * shell/ev-window.c: (update_document_mode):
9163
9164         Prefer presentation mode when the document
9165         require fullscreen.
9166
9167 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9168
9169         * data/evince-ui.xml:
9170         * shell/ev-window.c:
9171
9172         Add control-equal for zooming
9173
9174 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9175
9176         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9177
9178 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9179
9180         * backend/ev-document.c: (ev_document_get_orientation):
9181         * backend/ev-document.h:
9182         * pdf/ev-poppler.cc:
9183         * ps/ps-document.c: (ps_document_get_orientation),
9184         (ps_document_set_orientation), (ps_document_document_iface_init):
9185
9186         Add a get_orientation api. Improve set_orientation.
9187
9188         * data/evince-ui.xml:
9189         * shell/ev-view.c: (ev_view_set_orientation),
9190         (ev_view_rotate_right), (ev_view_rotate_left):
9191         * shell/ev-view.h:
9192         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9193         (ev_window_cmd_edit_rotate_right):
9194
9195         Better ui for changing document orientation
9196
9197 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9198
9199         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9200         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9201         * shell/ev-sidebar-links.h:
9202         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9203         (ev_sidebar_page_iface_init):
9204         * shell/ev-sidebar-page.h:
9205         * shell/ev-sidebar-thumbnails.c:
9206         (ev_sidebar_thumbnails_get_property),
9207         (ev_sidebar_thumbnails_class_init),
9208         (ev_sidebar_thumbnails_set_document):
9209         * shell/ev-sidebar-thumbnails.h:
9210         * shell/ev-view.c: (ev_view_motion_notify_event):
9211         * shell/ev-window.c: (update_chrome_visibility),
9212         (ev_window_cmd_focus_page_selector),
9213         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9214         (sidebar_page_main_widget_update_cb), (ev_window_init):
9215         
9216         Autoraise toolbar on GoToPage binding and fix bindings in
9217         EvSidebarThumbnails page.
9218
9219 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9220
9221         * shell/ev-properties.c: (update_progress_label):
9222
9223         Hide the progress label when finished; bug #307697.
9224
9225 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9226
9227         * pdf/ev-poppler.cc:
9228
9229         Enable is_open for links, you will need poppler cvs
9230
9231         * shell/ev-properties.c: (job_fonts_finished_cb):
9232
9233         Get a lock on the document when filling the tree view
9234
9235 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9236
9237         * backend/ev-document-links.h:
9238         * pdf/ev-poppler.cc:
9239         * shell/ev-sidebar-links.c: (create_loading_model),
9240         (expand_open_links), (job_finished_callback):
9241
9242         Expand links when specified by the document.
9243         Depend on a poppler api (defined out for now)
9244
9245 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9246
9247         * shell/ev-properties.c: (ev_properties_dispose),
9248         (ev_properties_class_init), (dialog_destroy_cb),
9249         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9250         (ev_properties_set_document), (ev_properties_new),
9251         (ev_properties_show):
9252         * shell/ev-properties.h:
9253
9254         Make it an object, cleanup the code, api to show it as transient
9255         and to set the document.
9256
9257         * shell/ev-window.c: (ev_window_setup_document),
9258         (ev_window_cmd_file_properties):
9259
9260         Adapt to EvProperties changes, do not show multiple
9261         times, update it when document changes.
9262
9263 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9264
9265         * ps/gstypes.h:
9266         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9267         (ps_document_set_orientation), (ps_document_document_iface_init):
9268         * ps/ps-document.h:
9269
9270         Implement orientation here too
9271
9272         * shell/ev-properties.c: (ev_properties_new):
9273         * data/evince-properties.glade:
9274
9275         Hide the fonts page for backends that doesnt
9276         support it.     
9277
9278 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9279
9280         * backend/ev-document.c: (ev_document_set_orientation):
9281         * backend/ev-document.h:
9282         * pdf/ev-poppler.cc:
9283
9284         Add orientation api. Currently poppler api is not optimal,
9285         we need to set orientation every time we _get a page.
9286         I will try to fix that at some point.
9287
9288         * data/evince-ui.xml:
9289         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9290         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9291
9292         Add orientation menu items
9293
9294         * shell/ev-page-cache.c: (ev_page_cache_clear):
9295         * shell/ev-page-cache.h:
9296
9297         Add api to clear the cache
9298
9299         * shell/ev-view.c: (setup_caches), (clear_caches),
9300         (ev_view_set_document), (ev_view_zoom_out),
9301         (ev_view_set_orientation):
9302         * shell/ev-view.h:
9303
9304         Implement orientation changing
9305
9306 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9307
9308         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9309         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9310         * backend/ev-document-fonts.h:
9311
9312         Separate scan and fill so that we can incrementally fill from
9313         the main thread. Add a progress api.
9314
9315         * data/evince-properties.glade:
9316         * pdf/ev-poppler.cc:
9317         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9318         * shell/ev-jobs.h:
9319         * shell/ev-properties.c: (update_progress_label),
9320         (job_fonts_finished_cb), (setup_fonts_view):
9321
9322         Incrementally feel the list and show the progress
9323         percentage in a label like acrobat does.
9324
9325         You are going to need poppler cvs
9326
9327 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9328
9329         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9330         * backend/ev-document-fonts.h:
9331         * pdf/ev-poppler.cc:
9332
9333         Make fonts model fill incrementally.
9334
9335         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9336         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9337         (ev_job_queue_remove_job):
9338         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9339         (ev_job_fonts_new), (ev_job_fonts_run):
9340         * shell/ev-jobs.h:
9341
9342         New job for fonts scanning
9343
9344         * shell/ev-properties.c: (job_fonts_finished_cb),
9345         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9346         * shell/ev-properties.h:
9347         * shell/ev-window.c: (ev_window_cmd_file_properties):
9348
9349         Incrementally feel the treeview using the new job. Show Loading...
9350         message until scanning is completed.
9351
9352         Hopefully I didnt break the build without the poppler patch.
9353
9354 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9355
9356         * shell/ev-application.c: (ev_application_open):
9357         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9358         (ev_document_type_get_type), (ev_document_type_lookup):
9359         * shell/ev-document-types.h:
9360         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9361         * shell/ev-job-xfer.h:
9362         * shell/ev-window.c: (ev_window_clear_local_uri),
9363         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9364         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9365         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9366         
9367         Transfer remote documents to tmp directory to display them later.
9368
9369 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9370
9371         * backend/ev-document-info.h:
9372         * shell/ev-properties.c: (ev_properties_new):
9373
9374         s/GTime*/GTime. Not sure why we was using a pointer
9375         at all there!
9376
9377 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9378
9379         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9380         situations.  That situation is that you're using GTK+-HEAD with
9381         the patch at #306726 is applied, and you have a document with <
9382         1500 pages in it.  It's not quite as uniformly nice as the
9383         TreeView, but should be better in the long run.
9384
9385         I'm pretty sure I guarded against breaking compilation with
9386         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9387         I missed some.
9388
9389         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9390         widget yet, so I commented that code out
9391         enable_view_actions_for_widget() for now.  Need to figure this
9392         out.
9393
9394         * shell/ev-page-action.c (match_selected_cb): emit the right
9395         signals.  Our cool C-l completion now works.
9396
9397 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9398
9399         * backend/Makefile.am:
9400         * backend/ev-document-fonts.c:
9401         * backend/ev-document-links.c:
9402         * backend/ev-document.c: (ev_document_load):
9403         * backend/ev-document.h:
9404         * backend/ev-job-queue.c:
9405         * backend/ev-job-queue.h:
9406         * backend/ev-jobs.c:
9407         * backend/ev-jobs.h:
9408         * backend/ev-page-cache.c:
9409         * backend/ev-page-cache.h:
9410
9411         EvPageCache and EvJobs are moved to shell.
9412
9413         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9414         (ev_tmp_filename):
9415         * lib/ev-file-helpers.h:
9416         
9417         New helper to work with temporary files
9418         
9419         * shell/Makefile.am:
9420         * shell/ev-application.c: (ev_application_open):
9421         * shell/ev-application.h:
9422         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9423         (remove_job_from_async_queue), (add_job_to_async_queue),
9424         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9425         (handle_job), (search_for_jobs_unlocked),
9426         (no_jobs_available_unlocked), (ev_render_thread),
9427         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9428         (ev_job_queue_add_job), (move_job_async), (move_job),
9429         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9430         * shell/ev-job-queue.h:
9431         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9432         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9433         * shell/ev-job-xfer.h:
9434         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9435         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9436         (ev_job_links_class_init), (ev_job_render_init),
9437         (ev_job_render_dispose), (ev_job_render_class_init),
9438         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9439         (ev_job_thumbnail_class_init), (ev_job_load_init),
9440         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9441         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9442         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9443         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9444         * shell/ev-jobs.h:
9445         * shell/ev-page-action.c: (ev_page_action_set_document):
9446         * shell/ev-page-cache.c: (ev_page_cache_init),
9447         (ev_page_cache_class_init), (ev_page_cache_finalize),
9448         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9449         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9450         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9451         (ev_page_cache_get_title), (ev_page_cache_get_size),
9452         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9453         (ev_page_cache_get_height_to_page),
9454         (ev_page_cache_get_max_label_chars),
9455         (ev_page_cache_get_page_label),
9456         (ev_page_cache_has_nonnumeric_page_labels),
9457         (ev_page_cache_get_info), (ev_page_cache_next_page),
9458         (ev_page_cache_prev_page), (ev_page_cache_get):
9459         * shell/ev-page-cache.h:
9460         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9461         (ev_pixbuf_cache_clear_job_sizes),
9462         (ev_pixbuf_cache_add_jobs_if_needed),
9463         (ev_pixbuf_cache_set_page_range):
9464         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9465         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9466         * shell/ev-sidebar-thumbnails.c:
9467         (ev_sidebar_tree_selection_changed),
9468         (ev_sidebar_thumbnails_set_document):
9469         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9470         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9471         (ev_statusbar_get_context_id), (ev_statusbar_push),
9472         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9473         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9474         (ev_statusbar_set_progress):
9475         * shell/ev-statusbar.h:
9476         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9477         (ev_view_find_previous):
9478         * shell/ev-window.c: (ev_window_is_empty),
9479         (ev_window_setup_document), (password_dialog_response),
9480         (ev_window_clear_jobs), (ev_window_load_job_cb),
9481         (ev_window_xfer_job_cb), (ev_window_open_uri),
9482         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9483         (ev_window_print), (ev_window_print_range),
9484         (ev_window_state_event), (ev_window_cmd_view_reload),
9485         (menu_item_select_cb), (menu_item_deselect_cb),
9486         (view_status_changed_cb), (ev_window_dispose),
9487         (drag_data_received_cb), (ev_window_init):
9488         * shell/ev-window.h:
9489         * shell/main.c: (load_files):
9490         
9491         New statusbar to show progress on idle. Two new jobs - 
9492         xfer job and load job to load document in background. And update
9493         of page_cache clients to new location of code.
9494
9495 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9496
9497         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9498         selection in open dialog. It also remembers the last visited directory 
9499         in the current session.
9500
9501 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9502
9503         * shell/ev-properties.c: (ev_properties_new):
9504         * shell/ev-properties.h:
9505         * shell/ev-window.c: (ev_window_cmd_file_properties):
9506         
9507         Get document info from page cache instead of document itself.
9508         This should fix crash related to race conditions described in
9509         bug 306545.
9510
9511 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9512
9513         * ps/ps-document.c: (ps_document_init),
9514         (send_ps), (get_page_box), (output), (catchPipe), (input),
9515         (stop_interpreter), (file_length), (file_readable),
9516         (check_filecompressedb), (ps_document_enable_interpreter),
9517         (document_load), (ps_async_renderer_render_pixbuf):
9518         * ps/ps-document.h:
9519
9520         Big cleanup of the ps code
9521
9522 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9523
9524         * backend/Makefile.am:
9525         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9526         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9527         * backend/ev-async-renderer.h:
9528
9529         Add an async renderer interface (method + callback) which
9530         is useful for backends like ps.
9531
9532         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9533         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9534         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9535         (ev_job_queue_add_job), (move_job_async), (move_job),
9536         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9537
9538         Add queues for async renderer, these are executed on the
9539         main thread.
9540
9541         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9542         (ev_job_render_run):
9543         * backend/ev-jobs.h:
9544
9545         If the backend support async renderer interface use it.
9546
9547         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9548         (setup_pixmap), (ps_document_get_type),
9549         (ps_async_renderer_render_pixbuf),
9550         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9551
9552         Implement async renderer interface.
9553
9554 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9555
9556         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9557
9558         Cleanup links job on exit.
9559
9560 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9561
9562         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9563         (drag_data_get_cb), (drag_data_received_cb):
9564         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9565         (drag_data_get_cb), (parse_item_list),
9566         (egg_toolbar_editor_load_actions):
9567         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9568         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9569         (parse_item_list), (parse_toolbars):
9570         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9571         (dvi_pixbuf_put_pixel):
9572         
9573         Fix gcc 4.0 warnings
9574
9575 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9576
9577         * ps/ps-document.c: (start_interpreter):
9578
9579         Fix warning when loading ps
9580
9581 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9582
9583         * ps/ps-document.c: (output):
9584
9585         Fix crash when priting gs error messages.
9586
9587 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9588
9589         * backend/ev-page-cache.c: (_ev_page_cache_new):
9590         * backend/ev-page-cache.h:
9591
9592         Use a const to return title so that we dont double
9593         free it. Small cleanup and fix a leak.
9594
9595         * shell/ev-window.c: (update_window_title):
9596
9597         strdup value from get_title.
9598
9599 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9600
9601         * shell/ev-sidebar-links.c: (job_finished_callback),
9602         (ev_sidebar_links_set_document):
9603
9604         Cleanup the old job when changing document
9605
9606 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9607
9608         * shell/ev-stock-icons.c:
9609         * shell/ev-stock-icons.h:
9610         * shell/ev-window.c:
9611         
9612         Add stock icons for actions that can appear in toolbar. Fix for
9613         bug 306566.
9614
9615 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9616
9617         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9618         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9619         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9620         * backend/ev-page-cache.h:
9621         * shell/ev-view.c: (scroll_to_current_page),
9622         (view_update_range_and_current_page), (get_page_y_offset),
9623         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9624         (ev_view_size_request_continuous),
9625         (ev_view_zoom_for_size_continuous_and_dual_page),
9626         (ev_view_zoom_for_size_continuous):
9627         
9628         More compact EvView layout in document with pages of different size.
9629
9630 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9631
9632         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9633         compilation.
9634
9635 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9636
9637         * shell/ev-view.c: (view_set_adjustment_values):
9638         * shell/ev-window.c: (ev_window_cmd_file_properties):
9639         
9640         A bit different fix for rounding problem but it has no
9641         problems on startup. Make properties window transient to parent.
9642
9643 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9644
9645         * pdf/ev-poppler.cc:
9646         
9647         More commenting of font stuff.
9648
9649 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9650
9651         * pdf/ev-poppler.cc:
9652
9653         Comment out some more fonts stuff. Should really
9654         work without the poppler patch now.
9655
9656 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9657
9658         * pdf/ev-poppler.cc:
9659
9660         Adapt to api change
9661
9662 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9663
9664         * data/evince-properties.glade:
9665         * pdf/ev-poppler.cc:
9666         * shell/ev-properties.c: (setup_fonts_view):
9667
9668         Set the column title. Show the dialog only
9669         once everything is setup.
9670         Getting font info can be very slow... will
9671         prolly need to make this threaded too.
9672
9673 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9674
9675         * backend/Makefile.am:
9676         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9677         (ev_document_fonts_get_fonts_model):
9678         * backend/ev-document-fonts.h:
9679         * data/evince-properties.glade:
9680         * pdf/ev-poppler.cc:
9681         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9682         * shell/ev-properties.h:
9683         * shell/ev-window.c: (ev_window_cmd_file_properties):
9684
9685         Implement fonts list. Defined out for now, since it depends
9686         on a not yet committed poppler patch.
9687
9688 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9689
9690         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9691         page + 1.
9692
9693         * shell/ev-window.c: Make sure we add the timeout when we get a
9694         focus-in event.
9695
9696         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9697         adjustment->value before calculating the zoom factor to average
9698         out all of our rounding errors.  The page no longer 'drifts' when
9699         resizing.
9700
9701 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9702
9703         * data/evince-properties.glade:
9704         * shell/ev-properties.c: (ev_properties_format_date),
9705         (set_property):
9706         
9707         Labels don't expand when the dialogue is resized.
9708         strftime result needs to be converted to UTF-8. Thanks
9709         to Christian Persch <chpe@gnome.org>.
9710
9711 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9712
9713         * data/evince-properties.glade:
9714
9715         Hide the fonts tab
9716
9717 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9718
9719         * backend/ev-document-info.h:
9720         * backend/ev-document.c: (ev_document_info_free):
9721         * data/evince-properties.glade:
9722         * pdf/ev-poppler.cc:
9723         * ps/ps-document.c: (ps_document_get_info):
9724         * shell/ev-properties.c: (ev_properties_format_date),
9725         (set_property), (ev_properties_new):
9726         * shell/ev-properties.h:
9727         * shell/ev-window.c: (ev_window_cmd_file_properties):
9728
9729         Rework properties code to take only EvPropertyInfo
9730         in the constructor so that it can be useful for
9731         nautilus plugin too.
9732
9733         Deal with backends that doesnt support some properties.
9734         Make set property code generic.
9735
9736 2005-06-04  Christian Persch <chpe@gnome.org>
9737
9738         * data/evince-properties.glade:
9739
9740         fix spacings, make resizeable, and make data labels
9741         selectable + ellipsised
9742
9743 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9744
9745         * backend/ev-document-info.h:
9746         * data/Makefile.am:
9747         * data/evince-ui.xml:
9748         * pdf/ev-poppler.cc:
9749         * shell/Makefile.am:
9750         * shell/ev-window.c: (update_action_sensitivity),
9751         (ev_window_cmd_file_properties):
9752
9753         Initial go at file properties. Patch by
9754         Emil Soleyman-Zomalan <emil@soleyman.com>.
9755         Needs love see #169583
9756
9757 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9758
9759         * ps/ps-document.c: (output):
9760         * ps/ps.c: (psscan):
9761
9762         Try to render even if psscan fails.
9763
9764 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9765
9766         * ps/ps.c: (psscan), (pscopydoc):
9767
9768         Port buffered reading code from gv
9769
9770 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9771
9772         * ps/ps-document.c: (interpreter_message), (output):
9773
9774         Do not fail on interpreter messages
9775
9776 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9777
9778         * backend/ev-document-misc.c:
9779         (ev_document_misc_get_thumbnail_frame):
9780
9781         Pages can be 0 x 0, dont assert on this case
9782
9783 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9784
9785         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9786         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9787
9788         Correctly manage our reference on document. Finally the reload
9789         huge leak is gone...
9790
9791 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9792
9793         * ps/ps-document.c: (ps_document_dispose):
9794
9795         Forgot to chain it to the parent. Thanks chpe.
9796
9797 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9798
9799         * ps/ps-document.c: (ps_document_dispose),
9800         (ps_document_class_init), (stop_interpreter), (document_load):
9801
9802         Cleanup dispose a bit. Dont leak the whole pixmap.
9803
9804 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9805
9806         * pdf/ev-poppler.cc:
9807
9808         Release the poppler document on dispose
9809
9810 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9811
9812         * shell/ev-view.c: (ev_view_set_document):
9813
9814         Release ref on the pixbuf cache when changing
9815         document.
9816
9817 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9818
9819         * ps/ps-document.c: (ps_document_get_info):
9820
9821         Fix a double free
9822
9823 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9824
9825         * backend/ev-page-cache.c: (ev_page_cache_init),
9826         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9827         * backend/ev-page-cache.h:
9828         * shell/ev-page-action.c: (page_changed_cb):
9829         
9830         Set page action entry width depending on labels width. Fix
9831         for bug 305202.
9832
9833 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9834
9835         * backend/ev-link.c: (ev_link_class_init):
9836
9837         Allow -1 as page value (error)
9838
9839 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9840
9841         * shell/ev-sidebar-thumbnails.c:
9842         (ev_sidebar_thumbnails_set_document):
9843         * shell/ev-view.c: (scroll_to_current_page),
9844         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9845         (page_changed_cb), (on_adjustment_value_changed),
9846         (ev_view_set_document):
9847
9848         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9849         Fix bug 305377
9850
9851 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9852
9853         * configure.ac:
9854         * djvu/djvu-document.c: (djvu_document_get_page_size):
9855
9856         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9857         bug 301993.
9858
9859 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9860
9861         * shell/ev-view.c (draw_one_page): modify the expose handling to
9862         get the shadows.
9863
9864         * shell/ev-window.c (update_action_sensitivity): Respect
9865         permissions field.  Kowtow to the man.
9866
9867         * pdf/ev-poppler.cc: Get the permissions field.
9868
9869         * tiff/*c: Make a tiny bit more robust.
9870
9871 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9872
9873         * djvu/djvu-document.c:
9874         
9875         Pop messages from djvu context message queue.
9876
9877 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9878
9879         * configure.ac, Makefile.am, shell/Makefile.am:
9880         * tiff/Makefile.am, shell/ev-document-types.c:
9881         
9882         Cleanup tiff configure checks. Fix for bug 305218.
9883
9884 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9885
9886         * configure.ac: Added "uk" to ALL_LINGUAS.
9887
9888 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9889
9890         * cut-n-paste/zoom-control/ephy-zoom.c:
9891         (ephy_zoom_get_changed_zoom_level):
9892         * cut-n-paste/zoom-control/ephy-zoom.h:
9893         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9894         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9895         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9896         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9897         (zoom_control_changed_cb), (ev_window_init):
9898         
9899         Fix minor points related to moving best fit up. Introduce
9900         "zoom" property and make zoom control change it's value on
9901         notify::zoom signals. Fix for 305080.
9902
9903 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9904
9905         * data/evince-ui.xml:
9906         * shell/ev-window.c: (set_view_actions_sensitivity):
9907         
9908         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9909
9910 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9911
9912         * configure.ac:
9913
9914         Depends on poppler 0.3.2
9915
9916 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9917
9918         * cut-n-paste/recent-files/egg-recent-item.c:
9919         (egg_recent_item_get_short_name):
9920         * cut-n-paste/toolbar-editor/Makefile.am:
9921         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9922         (new_pixbuf_from_widget):
9923         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9924         * cut-n-paste/toolbar-editor/egg-marshal.c:
9925         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9926         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9927
9928         Sync
9929
9930 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9931
9932         * tiff/tiff-document.c: Rough TIFF backend.
9933
9934 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9935
9936         * NEWS:
9937         * configure.ac:
9938         * cut-n-paste/toolbar-editor/Makefile.am:
9939
9940         Release 0.3.1
9941
9942 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9943
9944         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9945         (ev_view_find_next), (ev_view_find_previous):
9946
9947         Remove the locks around get_n_results   
9948
9949 2005-05-21  Juerg Billeter  <j@bitron.ch>
9950
9951         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9952
9953         Pass correct number of pages to poppler.
9954
9955 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9956
9957         * configure.ac:
9958         * data/Makefile.am:
9959         * data/evince.desktop.in: 
9960         * data/evince.desktop.in.in:
9961         * po/POTFILES.in:
9962         
9963         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9964
9965 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9966
9967         * shell/ev-view.c: (view_update_adjustments),
9968         (view_set_adjustment_values): cast adjustmen->value to (int)
9969         before using it.  Otherwise, we get off by a pixel in some
9970         situations.
9971
9972         (draw_one_page): Draw the border on expose.
9973
9974 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9975
9976         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9977         adjustment when the mode changes, #304923
9978
9979 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9980
9981         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9982         flickering on resize but still use gdk_window_scroll on
9983         scrolling
9984
9985 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9986
9987         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9988         option, #170458
9989
9990 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9991
9992         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9993         second page on page_changed if possible, #304669
9994
9995 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9996
9997         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9998         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9999
10000 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10001
10002         * .cvsignore:
10003         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10004         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10005         (ev_view_zoom_for_size_presentation),
10006         (ev_view_zoom_for_size_continuous_and_dual_page),
10007         (ev_view_zoom_for_size_continuous),
10008         (ev_view_zoom_for_size_dual_page),
10009         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10010         * shell/ev-view.h:
10011         * shell/ev-window.c: (update_view_size),
10012         (ev_window_sizing_mode_changed_cb):
10013
10014         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10015         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10016         an infinite loop, #304769
10017
10018
10019 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10020
10021         * data/evince-ui.xml:
10022         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10023         * shell/ev-window.c: (set_view_actions_sensitivity):
10024
10025         Make PgUp/Down behave like Space
10026
10027 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10028
10029         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10030         * backend/ev-ps-exporter.h:
10031         * pdf/ev-poppler.cc:
10032         * ps/ps-document.c: (ps_document_ps_export_begin):
10033         * shell/ev-print-job.c: (idle_print_handler):
10034
10035         Adapt to new poppler api
10036
10037 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10038
10039         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10040         (ephy_zoom_control_init):
10041
10042         Translate zoom levels
10043
10044 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10045
10046         * cut-n-paste/zoom-control/ephy-zoom.c:
10047         (ephy_zoom_get_zoom_level_index):
10048
10049         Fix current zoom -> zoom control match
10050
10051 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10052
10053         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10054         rather than the scrolled_window that it's in. Fixes bug #304655.
10055
10056 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10057
10058         * shell/ev-view.c: (view_update_adjustments),
10059         (view_set_adjustment_values), (view_update_range_and_current_page),
10060         (view_scroll_to_page), (set_scroll_adjustment),
10061         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10062         (ev_view_scroll), (ev_view_scroll_view),
10063         (ensure_rectangle_is_visible), (find_page_at_location),
10064         (get_link_at_location), (go_to_link), (status_message_from_link),
10065         (ev_view_size_request_continuous_dual_page),
10066         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10067         (ev_view_unrealize), (ev_view_expose_event),
10068         (ev_view_button_press_event), (ev_view_motion_notify_event),
10069         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10070         (draw_rubberband), (highlight_find_results), (draw_one_page),
10071         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10072         (ev_view_init), (find_changed_cb), (page_changed_cb),
10073         (on_adjustment_value_changed), (ev_view_new),
10074         (ev_view_set_document), (ev_view_set_zoom),
10075         (ev_view_set_continuous), (ev_view_set_dual_page),
10076         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10077         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10078         (ev_view_zoom_for_size_presentation),
10079         (ev_view_zoom_for_size_continuous_dual_page),
10080         (ev_view_zoom_for_size_continuous),
10081         (ev_view_zoom_for_size_dual_page),
10082         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10083         (ev_view_get_status), (ev_view_set_status),
10084         (update_find_status_message), (ev_view_get_find_status),
10085         (ev_view_set_find_status), (jump_to_find_result),
10086         (jump_to_find_page), (compute_selections), (clear_selection),
10087         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10088         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10089         (ev_view_update_primary_selection),
10090         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10091         * shell/ev-view.h:
10092         * shell/ev-window.c: (ev_window_open_page_label),
10093         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10094         (ev_window_init):
10095         * shell/ev-window.h:
10096         * shell/main.c: (load_files):
10097
10098         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10099         when resizing.  Remove the bin_window().  Also, patch from James
10100         Bowes to fix command line page, #300641
10101         
10102 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10103
10104         * data/evince-ui.xml:
10105         * shell/ev-view.c:
10106         * shell/ev-view.h:
10107         * shell/ev-window.c: (update_action_sensitivity):
10108
10109         Get rid of View->Normal Size, it's just confusing
10110
10111 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10112
10113         * backend/ev-document-info.h:
10114         * backend/ev-document.c: (ev_document_info_free): Free the
10115         EvDocumentInfo.
10116
10117         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10118         (clear_range), (add_range), (update_visible_range),
10119         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10120         (ev_sidebar_thumbnails_set_document):
10121         * shell/ev-window.c: (ev_window_setup_document): Only render the
10122         visible thumbnails.  It takes an instant to render, but it uses
10123         much less memory.
10124
10125 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10126
10127         * shell/ev-sidebar-links.c: (popup_menu_cb):
10128
10129         Select first item
10130
10131 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10132
10133         * lib/Makefile.am:
10134         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10135         (button_press_cb), (ev_sidebar_links_construct):
10136
10137         Show the popup menu also on keybindings
10138
10139 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10140
10141         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10142         * shell/ev-window.h:
10143
10144         Expose api to print a range (with dialog). Make private _print use
10145         it.
10146
10147         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10148         (ev_sidebar_links_construct):
10149
10150         Show a print context menu on linkx, it prints the selected
10151         section.
10152
10153 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10154
10155         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10156         button.
10157
10158 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10159
10160         * AUTHORS:
10161
10162         Update
10163
10164         * shell/ev-window.c: (build_comments_string),
10165         (ev_window_cmd_help_about):
10166
10167         Show poppler version/backend and authors
10168
10169 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10170
10171         * cut-n-paste/zoom-control/ephy-zoom.c:
10172         (ephy_zoom_get_zoom_level_index):
10173         * cut-n-paste/zoom-control/ephy-zoom.h:
10174
10175         Move the best fit items at the top of the list
10176
10177 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10178
10179         * shell/ev-marshal.list:
10180         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10181         (activate_cb), (match_selected_cb), (activate_link_cb),
10182         (connect_proxy), (ev_page_action_class_init):
10183         * shell/ev-page-action.h:
10184
10185         Use signals to notify action activation. Hopefully
10186         I did not break completion since I cant test...
10187
10188         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10189         (register_custom_actions):
10190
10191         Connect to page selector actions and also grab focus on
10192         the view when activated.
10193
10194 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10195
10196         * pdf/ev-poppler.cc:
10197         * backend/ev-page-cache.c: make page size calculation consistent
10198         and set it to (int)( width * scale + 0.5).  This makes the weird
10199         line going through the middle of the page go away.
10200
10201         * shell/ev-view.c: move painting the background page after
10202         checking the expose area covers us.
10203
10204 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10205
10206         * data/evince-password.glade:
10207         
10208         Mark labels as not translatable. Fix for bug 302842.
10209
10210 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10211
10212         * configure.ac: Added "es" to ALL_LINGUAS.
10213
10214 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10215
10216         * data/evince-toolbar.xml:
10217         * shell/ev-window.c: (update_action_sensitivity),
10218         (ev_window_setup_document), (ev_window_set_page_mode),
10219         (ev_window_init):
10220
10221         Remove some leftover code from jrb first continous
10222         attempt. Use the new actions, we still need good icons
10223         though...
10224
10225 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10226
10227         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10228
10229         Update label when connecting proxy. Fix a warning with NULL
10230         page_cache.
10231
10232 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10233
10234         * data/evince-ui.xml:
10235         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10236         * shell/ev-page-action.h:
10237         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10238
10239         Add mnemonic for edit toolbar.
10240         ctrl+l focus the page entry.
10241
10242 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10243
10244         * lib/Makefile.am:
10245         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10246         (ev_window_init):
10247         * shell/main.c: (main):
10248
10249         Put the toolbar xml in evince own dot dir
10250
10251 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10252
10253         * shell/ev-window.c: (ev_window_init):
10254
10255         Make the toolbar not removable
10256
10257 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10258
10259         * data/evince-ui.xml:
10260         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10261         * shell/ev-sidebar-links.h:
10262         * shell/ev-sidebar-thumbnails.c:
10263         (ev_sidebar_thumbnails_get_treeview):
10264         * shell/ev-sidebar-thumbnails.h:
10265         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10266         (ev_view_class_init):
10267         * shell/ev-view.h:
10268         * shell/ev-window.c: (update_action_sensitivity),
10269         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10270         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10271         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10272         (ev_window_init):
10273
10274         This is evil... Make space/backspace global accelerators but
10275         enable them only for some widgets (sidebars and view).
10276         I dont like it, but I dont know a better way... :/
10277
10278 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10279
10280         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10281         (ev_page_action_widget_finalize),
10282         (ev_page_action_widget_class_init), (update_page_cache):
10283
10284         Keep a weak reference on proxy->page_cache so that we
10285         dont try to disconnect the signal if the object is already
10286         gone. Maybe there is a better way to cleanup reference handling
10287         in page action though...
10288
10289 2005-05-10  Juerg Billeter  <j@bitron.ch>
10290
10291         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10292         * backend/ev-ps-exporter.h:
10293         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10294         * ps/ps-document.c: (ps_document_ps_export_begin):
10295         
10296         Change api to pass print range to ps_exporter_begin. The pdf backend
10297         requires this information.
10298         
10299         * shell/ev-print-job.c: (idle_print_handler):
10300         
10301         Adapt to api change
10302
10303 2005-05-10  Juerg Billeter  <j@bitron.ch>
10304
10305         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10306         (idle_print_handler)
10307         * shell/ev-window.c: (ev_window_print):
10308
10309         Support printing page range, based on patch by Amaury Jacquot
10310
10311 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10312
10313         * data/evince-toolbar.xml:
10314
10315         Add zoom control to available items
10316
10317 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10318
10319         * shell/ev-window.c: (update_action_sensitivity):
10320
10321         Set slash action insensitive when appropriate
10322
10323 2005-05-10  Christian Persch <chpe@gnome.org>
10324
10325         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10326
10327         Fix warning on the overflow menu
10328
10329 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10330
10331         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10332
10333         Check for uri correctness/existence
10334
10335 2005-05-09  Juerg Billeter  <j@bitron.ch>
10336
10337         * shell/ev-window.c: (using_postscript_printer):
10338
10339         LPD printers use postscript, too
10340
10341 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10342
10343         * shell/ev-window.c: (register_custom_actions):
10344
10345         The zoom one is actually sort of useful,
10346         put it back
10347
10348 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10349
10350         * shell/ev-window.c: (register_custom_actions):
10351
10352         Hide page/zoom controls from overflow, they
10353         are useless.
10354
10355 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10356
10357         * cut-n-paste/update-from-egg.sh:
10358         
10359         Share it between all cut-n-paste subdirs
10360
10361         * cut-n-paste/recent-files/Makefile.am:
10362
10363         Fix to use "global" update-from-egg.sh
10364
10365         * cut-n-paste/recent-files/egg-recent-model.c:
10366         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10367         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10368         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10369         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10370
10371         Update from libegg
10372
10373         * cut-n-paste/toolbar-editor/Makefile.am:
10374
10375         Fix to use "global" update-from-egg.sh
10376
10377         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10378
10379         Update from libegg
10380
10381 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10382
10383         * configure.ac:
10384         * cut-n-paste/Makefile.am:
10385         * cut-n-paste/recent-files/Makefile.am:
10386         * cut-n-paste/toolbar-editor/.cvsignore:
10387         * cut-n-paste/toolbar-editor/Makefile.am:
10388         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10389         (egg_editable_toolbar_get_type), (get_toolbar_position),
10390         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10391         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10392         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10393         (set_item_drag_source), (create_item_from_action), (create_item),
10394         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10395         (popup_toolbar_context_menu_cb), (free_dragged_item),
10396         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10397         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10398         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10399         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10400         (item_added_cb), (item_removed_cb),
10401         (egg_editable_toolbar_construct),
10402         (egg_editable_toolbar_disconnect_model),
10403         (egg_editable_toolbar_deconstruct),
10404         (egg_editable_toolbar_set_model),
10405         (egg_editable_toolbar_set_ui_manager),
10406         (egg_editable_toolbar_set_property),
10407         (egg_editable_toolbar_get_property),
10408         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10409         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10410         (egg_editable_toolbar_new_with_model),
10411         (egg_editable_toolbar_get_edit_mode),
10412         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10413         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10414         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10415         (new_pixbuf_from_widget), (new_separator_pixbuf),
10416         (update_separator_image), (style_set_cb),
10417         (_egg_editable_toolbar_new_separator_image),
10418         (egg_editable_toolbar_get_model):
10419         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10420         * cut-n-paste/toolbar-editor/egg-marshal.c:
10421         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10422         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10423         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10424         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10425         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10426         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10427         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10428         (editor_drag_data_delete_cb), (drag_data_get_cb),
10429         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10430         (editor_create_item), (update_editor_sheet), (setup_editor),
10431         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10432         (parse_item_list), (model_has_action), (update_actions_list),
10433         (egg_toolbar_editor_load_actions):
10434         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10435         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10436         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10437         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10438         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10439         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10440         (egg_toolbars_model_add_separator), (impl_add_item),
10441         (parse_item_list), (egg_toolbars_model_add_toolbar),
10442         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10443         (impl_get_item_data), (impl_get_item_type),
10444         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10445         (egg_toolbars_model_init), (free_toolbar),
10446         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10447         (egg_toolbars_model_remove_toolbar),
10448         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10449         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10450         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10451         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10452         (egg_toolbars_model_get_item_data),
10453         (egg_toolbars_model_get_item_type):
10454         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10455         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10456         * data/Makefile.am:
10457         * data/evince-toolbar.xml:
10458         * data/evince-ui.xml:
10459         * data/hand-open.png:
10460         * po/POTFILES.in:
10461         * shell/Makefile.am:
10462         * shell/ev-window.c: (update_chrome_visibility),
10463         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10464         (ev_window_dispose), (ev_window_init):
10465
10466         Implement epiphany like toolbar editor. Based on patch by
10467         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10468
10469 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10470
10471         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10472
10473         Use set_cursor instead of set_selection, so that
10474         the keyboard focus moves too.
10475
10476 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10477
10478         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10479
10480         Fix infinite loop when loading Type1 fonts
10481
10482 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10483
10484         * data/evince-ui.xml:
10485         * shell/ev-window.c:
10486
10487         Slash -> Find
10488
10489 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10490
10491         * configure.ac:
10492
10493         Make --disable really disable
10494
10495 2005-05-07  Juerg Billeter  <j@bitron.ch>
10496
10497         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10498
10499         Compare page labels even without has_labels set, fixes setting page
10500         with entry
10501
10502 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10503
10504         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10505         (ev_view_set_cursor), (ev_view_button_press_event),
10506         (ev_view_motion_notify_event), (ev_view_button_release_event),
10507         (ev_view_init):
10508
10509         Implement middle button scrolling. Based on a patch
10510         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10511
10512 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10513
10514         * shell/ev-document-types.c: (get_slow_mime_type),
10515         (get_document_type_from_mime), (ev_document_type_lookup):
10516         * shell/ev-document-types.h:
10517
10518         Change api to lookup from uri. Do fast lookup first, if the
10519         type is unknown try with data sniffing.
10520
10521         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10522         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10523
10524         Adapt to api change
10525
10526 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10527
10528         * thumbnailer/Makefile.am:
10529
10530         Fix distcheck
10531
10532 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10533
10534         * NEWS:
10535         * configure.ac:
10536
10537         Release 0.3.0
10538
10539         * data/evince-ui.xml:
10540
10541         Hide presentation mode for now
10542
10543         * shell/ev-view.c: (highlight_find_results):
10544
10545         Show current find selection only on current page
10546
10547 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10548
10549         * shell/ev-view.c: (ev_view_select_all):
10550
10551         Compute size of the actual page, not of
10552         the current one.
10553
10554 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10555
10556         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10557         (view_rect_to_doc_rect), (compute_selections),
10558         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10559         (ev_view_copy), (ev_view_primary_get_cb),
10560         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10561         (ev_view_button_press_event), (ev_view_motion_notify_event),
10562         (ev_view_button_release_event), (page_changed_cb):
10563
10564         Fix text selection
10565
10566 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10567
10568         * shell/ev-view.c: (compute_border), (get_page_extents),
10569         (doc_rect_to_view_rect), (highlight_find_results),
10570         (ev_view_bin_expose), (ev_view_select_all),
10571         (ev_view_motion_notify_event), (update_find_status_message),
10572         (jump_to_find_result), (jump_to_find_page):
10573
10574         First go at fixing search, still buggy
10575
10576 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10577
10578         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10579         dropdown box and button at the top of the sidebar.
10580
10581 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10582
10583         * configure.ac: Output zoom-control Makefile.
10584         * cut-n-paste/Makefile.am: build zoom-control subdir.
10585         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10586         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10587         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10588         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10589         * cut-n-paste/zoom-control/ephy-zoom.c:
10590         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10591         from epiphany, and modified to add a separator into the menu.
10592         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10593         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10594         zoom-control action.
10595         * shell/Makefile.am: Include zoom-control flags.
10596         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10597         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10598         (ev_view_zoom_for_size_presentation),
10599         (ev_view_zoom_for_size_continuous_and_dual_page),
10600         (ev_view_zoom_for_size_continuous),
10601         (ev_view_zoom_for_size_dual_page),
10602         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10603         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10604         ev_view_get_zoom and ev_view_get_sizing_mode.
10605         * shell/ev-view.h:
10606         * shell/ev-window.c: (update_action_sensitivity),
10607         (update_sizing_buttons), (zoom_control_changed_cb),
10608         (register_custom_actions): Initialize and use the zoom-control 
10609         widget.
10610
10611 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10612
10613         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10614         preview cache back to 1.  Don't know when it got set to 0.
10615         
10616         * shell/ev-view.c: (compute_border), (ev_view_realize),
10617         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10618         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10619         (ev_view_get_fullscreen), (ev_view_set_presentation),
10620         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10621         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10622         * shell/ev-view.h:
10623         * shell/ev-window.c:
10624         (update_chrome_visibility),
10625         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10626         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10627         (update_document_mode), (ev_window_update_fullscreen_action),
10628         (ev_window_fullscreen), (ev_window_unfullscreen),
10629         (ev_window_cmd_view_fullscreen),
10630         (ev_window_update_presentation_action),
10631         (ev_window_run_presentation), (ev_window_stop_presentation),
10632         (ev_window_cmd_view_presentation), (ev_window_state_event),
10633         (ev_window_focus_in_event), (ev_window_focus_out_event),
10634         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10635         * data/evince-ui.xml: Initial presentation mode.  We should
10636         probably hide this until it's done, as it's quite rough.  Also,
10637         change full-screen to fullscreen and add two getters to EvView.
10638
10639 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10640
10641         * shell/ev-page-action.c: (update_page_cache),
10642         (ev_page_action_dispose):
10643         * shell/ev-window.c: (destroy_fullscreen_popup),
10644         (ev_window_create_fullscreen_popup):
10645
10646         Use connect_object rather than explicitly
10647         disconnect on dispose.
10648
10649 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10650
10651         * shell/ev-page-action.c: (update_page_cache),
10652         (ev_page_action_dispose):
10653
10654 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10655
10656         * backend/ev-page-cache.c: (_ev_page_cache_new),
10657         (ev_page_cache_set_page_label),
10658         (ev_page_cache_has_nonnumeric_page_labels):
10659         * backend/ev-page-cache.h:
10660         * shell/ev-page-action.c: (update_pages_label):
10661         
10662         If all page labels are numeric, fallback to default
10663         way to display number of pages. See bug 173185.
10664
10665 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10666
10667         * shell/ev-page-action.c: (ev_page_action_dispose):
10668         * shell/ev-view.c: (view_update_range_and_current_page):
10669         * shell/ev-window.c: (ev_window_dispose):
10670         
10671         Set page on scroll in continuous mode. Fixes bug 301986.
10672         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10673
10674 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10675
10676         * configure.ac:
10677
10678         Require poppler 0.3.0
10679
10680 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10681         
10682         * shell/Makefile.am, configure.ac: Fix build problems
10683         with t1lib. Bug 301996.
10684
10685 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10686
10687         * shell/ev-view.c: (ev_view_scroll_event):
10688         
10689         Scroll up increase zoom
10690
10691 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10692
10693         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10694         (ev_view_set_sizing_mode),
10695         (ev_view_zoom_for_size_continuous_and_dual_page),
10696         (ev_view_zoom_for_size_continuous):
10697         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10698         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10699         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10700         (ev_window_init):
10701
10702         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10703         Fix for 165473 and 165472.
10704
10705 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10706
10707         * po/POTFILES.in:
10708         * thumbnailer/Makefile.am:
10709         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10710         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10711         * thumbnailer/evince-thumbnailer.schemas.in:
10712         
10713         Make thumbnailer schemas translatable. Fix for bug 301773
10714         
10715         * thumbnailer/evince-thumbnailer-djvu.schemas:
10716         * thumbnailer/evince-thumbnailer-dvi.schemas:
10717         * thumbnailer/evince-thumbnailer.schemas:
10718
10719         Removed files
10720
10721 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10722
10723         * shell/ev-view.c (ev_view_init): forgot to set this.
10724
10725 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10726
10727         * shell/ev-view.c: (find_page_at_location),
10728         (get_link_at_location),
10729         (ev_view_set_show_border), (ev_view_set_spacing),
10730         (ev_view_zoom_for_size_continuous_and_dual_page),
10731         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10732         Also, add a quick fix measuring of widths.  Also, removed
10733         ev_view_set_spacing and ev_view_set_show_border.
10734         
10735         * shell/ev-window.c: (ev_window_unfullscreen),
10736         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10737
10738 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10739
10740         * shell/ev-view.c: (view_update_range_and_current_page),
10741         (page_changed_cb):
10742         
10743         Fix crash on exit and scrolling to page in continuous view.
10744
10745 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10746
10747         * TODO:
10748         * backend/ev-page-cache.c: (_ev_page_cache_new),
10749         (ev_page_cache_get_max_width_size),
10750         (ev_page_cache_get_max_height_size):
10751         * backend/ev-page-cache.h:
10752         * data/evince-ui.xml:
10753         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10754         * shell/ev-view.c: (view_update_adjustments),
10755         (view_update_range_and_current_page), (get_bounding_box_size),
10756         (ev_view_size_request_continuous_and_dual_page),
10757         (ev_view_size_request_continuous),
10758         (ev_view_size_request_dual_page),
10759         (ev_view_size_request_single_page), (ev_view_size_request),
10760         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10761         (ev_view_bin_expose), (ev_view_expose_event),
10762         (ev_view_set_property), (ev_view_get_property),
10763         (ev_view_class_init), (ev_view_init), (ev_view_new),
10764         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10765         (ev_view_set_dual_page), (ev_view_set_full_screen),
10766         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10767         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10768         (ev_view_zoom_out), (zoom_for_size_fit_width),
10769         (zoom_for_size_best_fit),
10770         (ev_view_zoom_for_size_continuous_and_dual_page),
10771         (ev_view_zoom_for_size_continuous),
10772         (ev_view_zoom_for_size_dual_page),
10773         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10774         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10775         * shell/ev-view.h:
10776         * shell/ev-window.c: (update_action_sensitivity),
10777         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10778         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10779         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10780         (ev_window_cmd_view_zoom_out), (update_view_size),
10781         (ev_window_set_sizing_mode), (ev_window_init):
10782
10783         Add Continuous and Dual page modes.
10784
10785 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10786
10787         * dvi/dvi-document.c: (dvi_document_load),
10788         (dvi_document_thumbnails_get_thumbnail),
10789         (dvi_document_init_params): Fix up some mixups between
10790         width and height to correct thumbnail rendering.
10791
10792 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10793
10794         * dvi/mdvi-lib/private.h:
10795         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10796         
10797         Suppess output for kpathsea during font generation. Thanks to
10798         James Bowes
10799
10800 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10801
10802         * NEWS:
10803         * configure.ac:
10804
10805         Release 0.2.1
10806
10807         * Makefile.am: fix distcheck.
10808
10809 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10810
10811         * shell/ev-sidebar-links.c: (selection_changed_callback),
10812         (update_page_callback), (row_activated_callback),
10813         (job_finished_callback), (ev_sidebar_links_set_document):
10814         
10815         Fix for bug #169901. Double click on links expands tree.
10816
10817 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10818
10819         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10820         hard-coded style. Fix for bug 170111
10821
10822 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10823
10824         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10825         locking.
10826
10827 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10828
10829         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10830
10831 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10832
10833         * pdf/ev-poppler.cc:
10834         * shell/ev-view.c: (highlight_find_results):
10835
10836         Fix find on single page documents
10837
10838 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10839
10840         * data/evince.schemas.in: fix for bug 301390
10841
10842 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10843
10844         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10845         (ev_view_zoom_out), (ev_view_zoom_normal):
10846         * shell/ev-view.h:
10847         * shell/ev-window.c: (update_action_sensitivity),
10848         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10849         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10850         (ev_window_cmd_view_normal_size):
10851
10852         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10853         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10854         better than oom. 
10855
10856 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10857
10858         * configure.ac:
10859
10860         Depend on 2.57, 2.59 doesnt seem to be necessary
10861
10862 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10863
10864         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10865         (create_tool_item):
10866
10867         Put back total number of pages as (1 of 1234)
10868
10869 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10870
10871         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10872         remove the job.
10873
10874         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10875         function.  This helps debugging.
10876
10877 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10878
10879         * djvu/djvu-document.c: (djvu_document_class_init),
10880         (djvu_document_get_info), (djvu_document_document_iface_init):
10881         * dvi/dvi-document.c: (dvi_document_class_init),
10882         (dvi_document_get_info), (dvi_document_document_iface_init):
10883
10884         Dummy implementation of get_info method for dvi and
10885         djvu. Fix crashes with those backends
10886
10887 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10888
10889         * data/evince.desktop.in:
10890
10891         Add application/x-gzpostscript
10892
10893 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10894
10895         * data/evince.schemas.in: Added real long descriptions, 
10896         closes bug 172496 
10897
10898         * README: Added actual text, closes bug 171869
10899
10900 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10901
10902         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10903
10904         Thumbnail page 0
10905
10906 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10907
10908         * backend/ev-document-info.h:
10909
10910         s/GDate */GDate so we can just use g_free
10911
10912 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10913
10914         * shell/ev-window.c: (update_document_mode),
10915         (ev_window_setup_document):
10916
10917         Show the window in fullscreen when specified by
10918         the document
10919
10920 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10921
10922         * backend/ev-document.c: (ev_document_class_init),
10923         (ev_document_get_info), (ev_document_render_pixbuf):
10924         * backend/ev-document.h:
10925         * backend/ev-page-cache.c: (_ev_page_cache_new):
10926         * pdf/ev-poppler.cc:
10927         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10928         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10929         * ps/ps-document.c: (ps_document_class_init), (document_load),
10930         (ps_document_get_info), (ps_document_document_iface_init):
10931
10932         Remove get_title from the interface, we can just use document info
10933
10934 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10935
10936         * backend/Makefile.am:
10937         * backend/ev-document.c: (ev_document_render_get_info):
10938         * backend/ev-document.h:
10939         * pdf/ev-poppler.cc:
10940
10941         Initial support for document info. Based on jrb patch.
10942
10943 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10944
10945         * shell/ev-window.c: (ev_window_state_event),
10946         (ev_window_class_init), (ev_window_init):
10947         
10948         Doesn't show resize grip when maximized. See bug #301053
10949
10950 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10951
10952         * po/POTFILES.in:
10953         
10954         ev-sidebar-thumbnails now has translatable labels
10955         
10956         * shell/Makefile.am:
10957         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10958         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10959         (ev_sidebar_links_page_iface_init):
10960         * shell/ev-sidebar-links.h:
10961         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10962         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10963         (ev_sidebar_page_get_label):
10964         * shell/ev-sidebar-page.h:
10965         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10966         (ev_sidebar_thumbnails_set_document),
10967         (ev_sidebar_thumbnails_support_document),
10968         (ev_sidebar_thumbnails_get_label),
10969         (ev_sidebar_thumbnails_page_iface_init):
10970         * shell/ev-sidebar-thumbnails.h:
10971         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10972         (ev_sidebar_set_document):
10973         * shell/ev-sidebar.h:
10974         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10975         
10976         Small rework of sidebar code. Now sidebar pages should implement
10977         EvSidebarPage interface. That makes page management in EvSidebar
10978         easier. See bug #164811 for details
10979
10980 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10981
10982         * shell/ev-application.c: (ev_application_open):
10983         * shell/ev-document-types.c:
10984         
10985         Fix build error and small problem with application exit
10986
10987 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10988
10989         * thumbnailer/Makefile.am:
10990         * thumbnailer/evince-thumbnailer-djvu.schemas:
10991         * thumbnailer/evince-thumbnailer-dvi.schemas:
10992         
10993         Conditionally install schemas for djvu/dvi thumbnailer
10994
10995 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10996
10997         * shell/ev-document-types.h: 
10998         * shell/ev-document-types.c: 
10999         New files, handling the mapping from mimetypes to backends
11000         
11001         * shell/ev-window.c: 
11002         * thumbnailer/evince-thumbnailer.c:     
11003         Use the ev-document-types code
11004         
11005         * shell/Makefile.am: 
11006         Added new convenience library libevbackendfactory_la, containing
11007         the new mimetype->backend logic; moved the backends into it.
11008
11009         * thumbnailer/Makefile.am:
11010         Make the thumbnailer link with the libevbackend.la convenience
11011         library, rather than having a duplicate of the backend logic here.
11012
11013 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11014
11015         * shell/ev-stock-icons.c: constify some vars.
11016         * shell/ev-window.c: ditto.
11017
11018 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11019
11020         * ps/ps-document.c (get_page_orientation):
11021
11022         Respect document orientation 
11023
11024 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11025
11026         * djvu/Makefile.am:
11027         * dvi/Makefile.am:
11028         * shell/Makefile.am:
11029         
11030         Move library dependencies to components.
11031         
11032         * shell/ev-window.c: (update_window_title),
11033         (start_loading_document):
11034         
11035         Fix display of uris with spaces. Bug 168358.
11036
11037 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11038
11039         * shell/ev-sidebar-links.c: (selection_changed_cb):
11040         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11041         (ev_view_button_release_event), (ev_view_set_document):
11042         * shell/ev-view.h:
11043         * shell/ev-window.c: (find_bar_search_changed_cb):
11044         * shell/ev-window.h: Minor cleanups removing some dead code.
11045
11046 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11047
11048         * backend/ev-page-cache.c: (_ev_page_cache_new):
11049         
11050         Set current page to 0 if document has pages.
11051
11052 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11053
11054         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11055
11056         Initialize GError to NULL, fix a crash when loading fails.
11057
11058 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11059
11060         * shell/ev-window.c: (update_view_size):
11061
11062         Calculate shadow size only when there is actually
11063         a shadow.
11064
11065 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11066
11067         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11068         * shell/ev-view.h:
11069
11070         Allow setting view spacing, default to 0
11071
11072         * shell/ev-window.c: (ev_window_unfullscreen),
11073         (ev_window_cmd_view_fullscreen), (ev_window_init):
11074
11075         Remove spacing in fullscreen mode
11076
11077 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11078
11079         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11080         (ev_view_size_request), (expose_bin_window),
11081         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11082         * shell/ev-view.h:
11083         * shell/ev-window.c: (ev_window_unfullscreen),
11084         (ev_window_cmd_view_fullscreen):
11085
11086         Do not draw the border in fulscreen
11087
11088 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11089
11090         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11091         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11092         (find_page_at_location), (page_changed_cb):
11093
11094         Rework border calculation, so that I can more easily disable it.
11095         Code somewhat cleaner too.
11096
11097 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11098
11099         * backend/ev-page-cache.c: (ev_page_cache_init),
11100         (_ev_page_cache_new):
11101
11102         Remove some assertions, documents can have 0 pages.
11103         Make initial current page -1.
11104
11105         * shell/ev-page-action.c: (page_changed_cb):
11106
11107         Show "" if current page is -1
11108
11109         * shell/ev-window.c: (update_action_sensitivity),
11110         (ev_window_setup_document):
11111
11112         When document has 0 pages do not set the view
11113         and make nearly everything insensitive.
11114
11115 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11116
11117         * shell/ev-page-view.c:
11118         * shell/ev-page-view.h:
11119
11120         Remove unused files.
11121         
11122         * shell/ev-sidebar-thumbnails.c:
11123         (ev_sidebar_thumbnails_set_document):
11124         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11125         (ev_sidebar_supports_document):
11126         * shell/ev-sidebar.h:
11127         * shell/ev-window.c: (ev_window_setup_document):
11128         
11129         Doesn't show thumbnails if document has 1 page. Make
11130         sidebar menu entries sensitive only if if they have 
11131         sense. Fix bug 164811. 
11132
11133 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11134
11135         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11136         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11137         (ev_view_zoom_out), (ev_view_set_size):
11138
11139         Rework sizing to deal with documents with not uniform page
11140         size.
11141
11142 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11143
11144         * backend/ev-page-cache.c: (_ev_page_cache_new):
11145
11146         Fix several page size caching bugs
11147
11148 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11149
11150         * shell/ev-window.c: (set_action_properties):
11151
11152         Make all toolbar items translatable
11153
11154 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11155
11156         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11157         (save_page_list), (ps_document_save),
11158         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11159         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11160         (ps_document_ps_exporter_iface_init):
11161         * ps/ps-document.h:
11162
11163         Based on a patch by J�rg Billeter <j@bitron.ch>
11164         
11165         Implement print and save a copy for the ps backend.
11166
11167 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11168
11169         * backend/ev-document.h:
11170         * djvu/djvu-document.c: (djvu_document_can_get_text),
11171         (djvu_document_document_iface_init):
11172         * dvi/dvi-document.c: (dvi_document_can_get_text),
11173         (dvi_document_document_iface_init):
11174         * pdf/ev-poppler.cc:
11175         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11176         (pixbuf_document_document_iface_init):
11177         * ps/ps-document.c: (ps_document_can_get_text),
11178         (ps_document_document_iface_init):
11179         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11180         * shell/ev-window.c: (update_action_sensitivity):
11181
11182         Fix the crash when trying to copy in backends that doesnt
11183         support it. We can implement a better solution once we
11184         do real text selection.
11185
11186 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11187
11188         * data/evince-ui.xml:
11189         * shell/ev-window.c: (ev_window_cmd_escape):
11190         
11191         Work around the Escape conflict (find bar and unfullscreen)
11192
11193 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11194
11195         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11196         
11197         Fix for #300233. Next page correctly handles document end.
11198         
11199         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11200         (ev_sidebar_thumbnails_class_init),
11201         (ev_sidebar_thumbnails_set_document),
11202         (ev_sidebar_thumbnails_clear_job),
11203         (ev_sidebar_thumbnails_clear_model):
11204         
11205         Cleanup thumbnail jobs on document changes.
11206         
11207         * shell/ev-view.c: (add_scroll_binding_keypad),
11208         (add_scroll_binding_shifted), (ev_view_class_init):
11209         
11210         Shift + Space scrolls up. Fix for #173184
11211         
11212         * shell/ev-window.c: (ev_window_open_page),
11213         (ev_window_cmd_view_reload):
11214         
11215         Fix reload (Bug #300094)
11216
11217 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11218
11219         
11220         * dvi/mdvi-lib/assoc.c:
11221         * dvi/mdvi-lib/assoc.h: Removed garbage files
11222         
11223         * dvi/mdvi-lib/bitmap.c:
11224         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11225         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11226         * dvi/mdvi-lib/color.h: Antialias of rules
11227         
11228         * dvi/mdvi-lib/common.h:
11229         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11230         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11231         * dvi/mdvi-lib/files.c:
11232         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11233         * dvi/mdvi-lib/mdvi.h:
11234         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11235         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11236         * dvi/mdvi-lib/util.c: Fix compile warnings
11237         
11238         * dvi/dvi-document.c:
11239         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11240         (dvi_document_thumbnails_get_thumbnail),
11241         (dvi_document_document_thumbnails_iface_init):
11242         * dvi/mdvi-lib/Makefile.am:
11243         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11244         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11245         
11246         Dvi backend now renders thumbnails
11247
11248 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11249
11250         * shell/main.c: (main): 
11251         
11252         Save accelerators on exit. Fixes bug #172095.
11253
11254 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11255
11256         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11257         update priority" comment.
11258
11259         * backend/ev-job-queue.c: Give a way to change priority.
11260
11261 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11262
11263         * shell/ev-page-action.c: Fix logic.
11264
11265 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11266
11267         * shell/ev-view.c: (ev_view_can_find_next):
11268         * shell/ev-window.c: (ev_window_setup_document):
11269
11270         Check that the document supports find
11271
11272 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11273
11274         * data/evince-ui.xml:
11275         * shell/ev-view.c: (ev_view_can_find_next):
11276         * shell/ev-view.h:
11277         * shell/ev-window.c: (update_action_sensitivity),
11278         (find_changed_cb), (ev_window_setup_document),
11279         (ev_window_cmd_edit_find_next):
11280
11281         Add Edit->Find Next
11282
11283 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11284
11285         * pdf/ev-poppler.cc:
11286         * shell/ev-print-job.c: (idle_print_handler):
11287
11288         Make printing work again
11289
11290 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11291
11292         * shell/ev-page-action.h:
11293         * shell/ev-page-action.c: (ev_page_action_widget_init),
11294         (ev_page_action_widget_class_init), (page_changed_cb),
11295         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11296         (get_filter_model_from_model), (match_selected_cb),
11297         (display_completion_text), (match_completion), (update_model),
11298         (connect_proxy), (ev_page_action_set_property),
11299         (ev_page_action_get_property), (ev_page_action_set_document),
11300         (ev_page_action_set_model), (ev_page_action_class_init): Big
11301         reworking to make completions work iff we have >= GTK-2.7.0
11302                 
11303         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11304         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11305         (job_finished_cb): We now have a 'model' property that is set when
11306         the links are loaded.  This can be caught with "notify::model"
11307
11308         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11309         listen for the model to be set, and propagate it to the action.
11310
11311 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11312
11313         * cut-n-paste/recent-files/egg-recent-item.c:
11314         (egg_recent_item_set_uri), (make_valid_utf8),
11315         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11316         * cut-n-paste/recent-files/egg-recent-item.h:
11317         
11318         Update egg-recent from libegg. This should fix long
11319         startup problem. For details see
11320         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11321
11322 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11323
11324         * cut-n-paste/recent-files/Makefile.am:
11325         * data/evince-ui.xml, shell/Makefile.am:
11326         * shell/ev-application.c, shell/ev-application.h:
11327         * shell/ev-window.c: Recent files support.
11328         
11329         * configure.ac: Added "ru" to ALL_LINGUAS.
11330         
11331         * dvju: new backend to support DJVU files.
11332         * dvi: new backend to support DVI.
11333
11334         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11335         * ev-application.c: Support for new backends.
11336         
11337         * help, ev-window.c, main.c shell/Makefile.am: 
11338         Evince user documentation.
11339
11340 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11341
11342         * po/POTFILES.in:
11343         * shell/ev-window.c:
11344         * thumbnailer/evince-thumbnailer.c:
11345
11346         s/pdf-document/ev-poppler
11347
11348 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11349
11350         * NEWS:
11351         * configure.ac:
11352
11353         Release 0.2.0
11354
11355         * ps/ps-document.c: (setup_pixmap):
11356
11357         Remove debug code
11358
11359 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11360
11361         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11362         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11363         (ev_window_cmd_go_first_page): Fix of by one errors.
11364
11365 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11366
11367         * ps/ps-document.c: (get_page_box):
11368
11369         Fix page size calculation
11370
11371 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11372
11373         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11374         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11375         (get_page_orientation), (setup_page), (document_load),
11376         (ps_document_get_page_size), (render_pixbuf_idle):
11377         * ps/ps-document.h:
11378
11379         More refactoring to adapt to EvDocument changes
11380
11381 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11382
11383         * ps/ps-document.c: (start_interpreter):
11384
11385         Actually add alpha args
11386
11387 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11388
11389         * pdf/ev-poppler.cc:
11390
11391         Make clipboard work again
11392
11393 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11394
11395         Make searching work again.
11396         
11397         * backend/ev-document.c:
11398         * backend/ev-document.h:
11399         * backend/ev-document-find.c:
11400         * backend/ev-document-find.h: Change EvDocumentIface so we no
11401         longer store the current page or zoom level in the document.  The
11402         consequence is that all calls that operate on the current page now
11403         instead take the page number as an extra argument, and all
11404         coordinates are now doubles in document coordinate system.
11405
11406         * pdf/ev-poppler.cc:
11407         * pixbuf/pixbuf-document.c:
11408         * ps/ps-document.c: Update backends accordingly.
11409
11410 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11411
11412         * autogen.sh:
11413
11414         Add required gettext version
11415
11416 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11417
11418         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11419         make F1 bring up non-existent help.
11420
11421         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11422         epiphany's find bar, #167477
11423
11424         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11425         <emil@nishra.com> to add space-bar scrolling, 
11426
11427         * shell/ev-window.c (static GtkActionEntry entries): add default
11428         keybinding for Help (F1)
11429         Fixes #171068
11430
11431         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11432         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11433         170110
11434
11435 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11436
11437         * Makefile.am: 
11438         * pixbuf/pixbuf-document.c: 
11439
11440         Got pixbuf backend working again
11441
11442 2005-04-01  Steve Murphy  <murf@e-tools.com>
11443
11444         * configure.in: Added "rw" to ALL_LINGUAS.
11445
11446 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11447
11448         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11449         model types, noticed by Martin Kretzschmar.
11450
11451 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11452
11453         * pdf/ev-poppler.cc: Implement search based on
11454         poppler_page_find_text().  Currently a bit crude since we remember
11455         all matches from all pages.  Also, we grab the big document lock
11456         when we search since searching changes the underlying stream and
11457         thus conflicts with the rendering thread.
11458         
11459         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11460         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11461         (ev_view_find_previous): Fix some page indexes to be 0 based,
11462         offset rubber band by view offset,
11463
11464 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11465
11466         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11467
11468 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11469
11470         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11471         completely because I didn't understand GtkActions.  I should
11472         read Marco's code more carefully in the future.
11473
11474         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11475         function
11476
11477 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11478
11479         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11480         PopplerRectangle change from poppler CVS.
11481
11482 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11483
11484         * backend/ev-document.c: (ev_document_get_page_label):
11485         * backend/ev-document.h:
11486         * backend/ev-page-cache.c: (_ev_page_cache_new),
11487         (ev_page_cache_get_page_label):
11488         * backend/ev-page-cache.h:
11489         * pdf/ev-poppler.cc:
11490         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11491         (links_page_num_func):
11492         * shell/ev-sidebar-thumbnails.c:
11493         (ev_sidebar_thumbnails_set_document):
11494         * shell/ev-view.c: (status_message_from_link),
11495         (ev_view_motion_notify_event):
11496         * shell/ev-window.c: (document_supports_sidebar): Add in page
11497         label support.  It's not perfect yet, but it's the first 'feature'
11498         in a while.
11499         Also, fix a bogus comment noticed by crispin. 
11500
11501 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11502
11503         * Makefile.am: Remove pixbuf backend for now
11504
11505         * configure.ac: Require poppler-glib instead of just poppler.
11506
11507         * backend/ev-document-thumbnails.h: Add a comment
11508
11509         * backend/ev-document.h:
11510         * backend/ev-document.c: (ev_document_class_init),
11511         (ev_document_load), (ev_document_get_link),
11512         (ev_document_get_links): Remove 3 methods and add get_links.
11513         Also, made 0 based.
11514
11515         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11516         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11517
11518         * backend/ev-link.c: (ev_link_set_title),
11519         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11520         (ev_link_mapping_find):
11521         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11522         
11523         * backend/ev-page-cache.c: (ev_page_cache_init),
11524         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11525         (ev_page_cache_get_size), (ev_page_cache_next_page),
11526         (ev_page_cache_prev_page): Fix to be 0 based.
11527
11528         * pdf/Makefile.am: 
11529         * pdf/ev-poppler.h:
11530         * pdf/ev-poppler.cc: New backend.
11531         
11532         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11533         (ps_document_get_page), (ps_document_document_iface_init):
11534
11535         * shell/ev-pixbuf-cache.h:
11536         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11537         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11538         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11539         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11540         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11541         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11542         based.
11543         
11544         * shell/ev-sidebar-thumbnails.c:
11545         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11546         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11547
11548         * shell/ev-view.c: (status_message_from_link),
11549         (find_page_at_location), (get_link_at_location),
11550         (ev_view_motion_notify_event), (ev_view_button_release_event),
11551         (ev_view_init): Use the new link code.  Fix to be 0 based.
11552
11553         * shell/ev-window.c: (update_action_sensitivity),
11554         (document_supports_sidebar): 0 based.
11555
11556 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11557
11558         * pdf/pdf-document.cc: Patch from Fernando Herrera
11559         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11560         *blush*
11561
11562 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11563
11564         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11565         1 to the page, as this seems to be 1 based.  I thought we has this
11566         fixed.  grump.
11567
11568 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11569
11570         * TODO:
11571         * backend/Makefile.am:
11572         * backend/ev-document-links.c:
11573         (ev_document_links_has_document_links),
11574         (ev_document_links_get_links_model):
11575         * backend/ev-document-links.h:
11576         * backend/ev-document.c: (ev_document_get_page_cache),
11577         (ev_document_get_doc_mutex), (ev_document_load),
11578         (ev_document_save), (ev_document_get_title),
11579         (ev_document_get_n_pages), (ev_document_set_page),
11580         (ev_document_get_page), (ev_document_set_target),
11581         (ev_document_set_scale), (ev_document_set_page_offset),
11582         (ev_document_get_page_size), (ev_document_get_text),
11583         (ev_document_get_link), (ev_document_render),
11584         (ev_document_render_pixbuf), (ev_document_scale_changed):
11585         * backend/ev-document.h:
11586         * backend/ev-job-queue.c: (remove_object_from_queue),
11587         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11588         (no_jobs_available_unlocked), (ev_render_thread),
11589         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11590         (ev_job_queue_remove_job):
11591         * backend/ev-job-queue.h:
11592         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11593         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11594         (ev_job_links_class_init), (ev_job_render_init),
11595         (ev_job_render_dispose), (ev_job_render_class_init),
11596         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11597         (ev_job_thumbnail_class_init), (ev_job_finished),
11598         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11599         (ev_job_render_run), (ev_job_thumbnail_new),
11600         (ev_job_thumbnail_run):
11601         * backend/ev-jobs.h:
11602         * backend/ev-link.c:
11603         * backend/ev-link.h:
11604         * backend/ev-page-cache.c: (ev_page_cache_init),
11605         (ev_page_cache_class_init), (ev_page_cache_finalize),
11606         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11607         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11608         (ev_page_cache_set_link), (ev_page_cache_get_title),
11609         (ev_page_cache_get_size), (ev_page_cache_next_page),
11610         (ev_page_cache_prev_page):
11611         * backend/ev-page-cache.h:
11612         * pdf/pdf-document.cc:
11613         * ps/gsdefaults.c:
11614         * ps/gsdefaults.h:
11615         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11616         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11617         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11618         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11619         (is_interpreter_ready), (output), (catchPipe), (input),
11620         (start_interpreter), (check_filecompressed), (compute_dimensions),
11621         (ps_document_enable_interpreter), (document_load),
11622         (ps_document_next_page), (render_page), (ps_document_set_page),
11623         (ps_document_set_scale), (render_pixbuf_idle),
11624         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11625         * ps/ps-document.h:
11626         * shell/Makefile.am:
11627         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11628         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11629         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11630         (ev_pixbuf_cache_new), (job_finished_cb),
11631         (check_job_size_and_unref), (move_one_job),
11632         (ev_pixbuf_cache_update_range), (find_job_cache),
11633         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11634         (ev_pixbuf_cache_add_jobs_if_needed),
11635         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11636         * shell/ev-pixbuf-cache.h:
11637         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11638         (idle_print_handler):
11639         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11640         (selection_changed_cb), (create_loading_model),
11641         (ev_sidebar_links_construct), (links_page_num_func),
11642         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11643         (update_page_callback), (job_finished_cb),
11644         (ev_sidebar_links_set_document):
11645         * shell/ev-sidebar-thumbnails.c:
11646         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11647         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11648         (page_changed_cb), (thumbnail_job_completed_callback),
11649         (ev_sidebar_thumbnails_set_document):
11650         * shell/ev-sidebar-thumbnails.h:
11651         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11652         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11653         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11654         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11655         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11656         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11657         (ev_view_button_release_event), (ev_view_scroll_view),
11658         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11659         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11660         (ev_view_new), (job_finished_cb), (page_changed_cb),
11661         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11662         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11663         (ev_view_find_previous):
11664         * shell/ev-view.h:
11665         * shell/ev-window.c: (update_action_sensitivity),
11666         (ev_window_open_page), (update_window_title), (update_total_pages),
11667         (page_changed_cb), (ev_window_setup_document),
11668         (password_dialog_response), (ev_window_cmd_save_as),
11669         (ev_window_print), (ev_window_cmd_go_previous_page),
11670         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11671         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11672         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11673         * shell/main.c: (main):
11674
11675         Merge evince-threads branch
11676
11677 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11678
11679         * configure.ac: Added "lt" to ALL_LINGUAS.
11680
11681 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11682
11683         * NEWS:
11684         * configure.ac:
11685
11686         Release 0.1.9
11687
11688 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11689
11690         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11691
11692         Fix here also the thumbnails 1-basedness :)
11693
11694 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11695
11696         * NEWS:
11697         * configure.ac:
11698
11699         Release 0.1.8
11700
11701 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11702
11703         * pdf/pdf-document.cc:
11704         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11705         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11706
11707         Fix the mess we did with thumbnails and 1-basedness
11708
11709 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11710
11711         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11712
11713 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11714
11715         * NEWS:
11716         * configure.ac:
11717
11718         Release 0.1.7
11719
11720 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11721
11722         * ps/Makefile.am:
11723         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11724         (gtk_gs_defaults_get_alpha_parameters),
11725         (gtk_gs_defaults_get_ungzip_cmd),
11726         (gtk_gs_defaults_get_unbzip2_cmd):
11727         * ps/gsdefaults.h:
11728         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11729         (ps_document_get_orientation), (document_load),
11730         (ps_document_goto_page), (ps_document_set_page_size):
11731         * ps/ps-document.h:
11732
11733         Some more sanitization of the ps backend. Remove a lot
11734         of unused code and do not base our defaults on ggv
11735         preferences (ugh!)
11736
11737 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11738
11739         * thumbnailer/evince-thumbnailer.schemas:
11740         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11741         (main): add -s option for thumbnail size.
11742
11743 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11744
11745         * configure.ac:
11746
11747         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11748         remove it.
11749
11750 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11751
11752         * pdf/pdf-document.cc:
11753
11754         Remove 4 pixels of useless border from the
11755         thumbnail.
11756
11757 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11758
11759         * backend/ev-document-thumbnails.c:
11760         (ev_document_thumbnails_get_thumbnail):
11761         * backend/ev-document-thumbnails.h:
11762
11763         Rework API a bit. Add a border flag and
11764         change sizing logic (now the size we specify
11765         applies to the bigger dimension).
11766
11767         * pdf/pdf-document.cc:
11768         * pixbuf/pixbuf-document.c:
11769         (pixbuf_document_thumbnails_get_thumbnail):
11770         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11771         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11772
11773         Adapt to the new API and do not draw a border for nautilus
11774         thumbnailer.
11775
11776 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11777
11778         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11779         take thumbnails from page "0" instead of "1". Added a copyright header.
11780
11781 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11782
11783         * ps/ps-document.c: (set_up_page), (start_interpreter):
11784
11785         Make it C89 compliant
11786
11787 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11788
11789         * Makefile.am:
11790         * configure.ac:
11791         * pdf/.cvsignore:
11792         * pdf/pdf-document.cc:
11793         * thumbnailer/Makefile.am:
11794         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11795         (main):
11796         * thumbnailer/evince-thumbnailer.schemas:
11797         * thumbnailer/pdf-icon.png:
11798
11799         Add a nautilus thumbnailer.
11800         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11801
11802 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11803
11804         * NEWS:
11805         * configure.ac:
11806         * po/POTFILES.in:
11807
11808         Release 0.1.6
11809
11810 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11811
11812         Use poppler instead of including xpdf source code.  Poppler is a
11813         fork of xpdf to build it as a shared library. See
11814         http://freedesktop.org/wiki/Software/poppler.
11815
11816         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11817         xpdf fork.
11818         
11819         * pdf/Makefile.am: Build libpdfdocument.a here.
11820         
11821         * pdf/GDKSplashOutputDev.cc:
11822         * pdf/GDKSplashOutputDev.h:
11823         * pdf/GnomeVFSStream.cc:
11824         * pdf/GnomeVFSStream.h:
11825         * pdf-document.cc:
11826         * pdf-document.h:
11827         * test-gdk-output-dev.cc
11828         * Thumb.cc:
11829         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11830         against poppler.
11831
11832 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11833
11834         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11835
11836         Clear idle stack before unsetting the document
11837
11838 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11839
11840         * ps/ps-document.c: (ps_document_widget_event),
11841         (ps_document_set_target), (ps_document_finalize),
11842         (ps_document_get_page):
11843
11844         Disconnect the widget event signal on finalize.
11845         Some code cleanups.
11846
11847 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11848
11849         * ps/ps-document.c: (set_up_page):
11850
11851         If there is no bpixmap create one, even if size
11852         is not changed.
11853
11854 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11855
11856         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11857         (set_up_page), (document_load), (ps_document_set_zoom):
11858
11859         Default page is 0. Calculate size even when we have no
11860         target yet.
11861
11862 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11863
11864         * shell/ev-sidebar.c: expand the selection widget to be always as
11865         wide as the sidebar
11866
11867 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11868
11869         * shell/ev-sidebar-thumbnails.c:
11870         (ev_sidebar_thumbnails_set_document):
11871
11872         Clear the list store when setting document
11873
11874 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11875
11876         * shell/ev-page-action.c: (update_entry), (sync_entry),
11877         (activate_cb), (entry_size_request_cb), (create_tool_item),
11878         (connect_proxy):
11879
11880         Use an entry for the page control instead of spinbuttons
11881
11882 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11883
11884         * data/evince.schemas.in:
11885
11886         Correct confusing string
11887
11888 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11889
11890         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11891         for real.  Gosh, how long has this been broken.
11892
11893         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11894         check for a NULL link.  We crash otherwise.
11895
11896 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11897
11898         * NEWS:
11899         * configure.ac:
11900
11901         Release 0.1.5
11902
11903 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11904
11905         * configure.ac: add the french translation.
11906
11907 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * shell/ev-window.c:
11910
11911         Remove unused header -> fix distcheck
11912
11913 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11914
11915         * shell/ev-window.c: (update_window_title),
11916         (ev_window_popup_password_dialog):
11917
11918         Unescape filename for display
11919
11920 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11921
11922         * pdf/xpdf/pdf-document.cc:
11923
11924         In get_page_size deal with rotation. Also
11925         cleanup the function a bit.
11926
11927 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11928
11929         * pdf/xpdf/pdf-document.cc:
11930
11931         Fix crash when opening in new window
11932
11933 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11934
11935         * configure.ac:
11936
11937         Check ghostscript >= 7
11938
11939 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11940
11941         * shell/ev-window.c:
11942
11943         Make page width the default sizing mode
11944
11945 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11946         Marco Pesenti Gritti <marco@gnome.org>
11947
11948         * shell/ev-window.c: Remember the sidebar size
11949
11950         * data/evince.schemas.in: Add a new gconf key to store the size of
11951         the sidebar
11952
11953 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11954
11955         * data/evince-ui.xml:
11956         * shell/ev-window.c: (update_action_sensitivity),
11957         (ev_window_cmd_view_reload):
11958         
11959         Add a "Reload" action and menu entry
11960
11961 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11962
11963         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11964         iff the type doesn't support thumbnailing and indexing.
11965
11966 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11967
11968         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11969
11970 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11971
11972         * pdf/splash/Splash.cc:
11973
11974         Port fix for a crasher from kde bug
11975         http://bugs.kde.org/show_bug.cgi?id=97131
11976
11977 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11978
11979         * pdf/xpdf/pdf-document.cc:
11980
11981         Return a link even if it's of an unrecognized
11982         type. Otherwise we go in an infinte cycle.
11983
11984 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11985
11986         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11987         (size_allocate_cb), (ev_window_set_sizing_mode):
11988
11989         Update size when switching mode
11990
11991 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11992
11993         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11994         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11995         (ev_window_cmd_view_normal_size):
11996
11997         Fix size toggle buttons behavior
11998
11999 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12000
12001         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12002         (doc_rect_to_view_rect), (ev_view_size_allocate),
12003         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12004         (scale_changed_callback):
12005
12006         Do not cache offsets in size_allocate.
12007
12008 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12009
12010         * shell/ev-view.c: (ev_view_size_allocate):
12011
12012         Calculate offsets before calling the parent
12013         class (which does a redraw)
12014
12015 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12016
12017         * pdf/xpdf/pdf-document.cc:
12018
12019         Fix a crasher on exit. Unused code, put a TODO
12020
12021 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12022
12023         * backend/ev-document.c: (ev_document_class_init),
12024         (ev_document_page_changed), (ev_document_scale_changed):
12025         * backend/ev-document.h:
12026
12027         Separate page/scale notifications
12028
12029         * pdf/xpdf/pdf-document.cc:
12030
12031         Emit the new signals.
12032         Do not display the pdf page in _render, do it
12033         when scale/page are requested.
12034
12035         * ps/ps-document.c: (ps_document_set_zoom),
12036         (ps_document_widget_event):
12037         * ps/ps-document.h:
12038
12039         Emit the new signals.
12040
12041         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12042         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12043         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12044         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12045         * shell/ev-view.h:
12046         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12047         (ev_window_cmd_view_page_width), (size_allocate_cb),
12048         (ev_window_set_sizing_mode):
12049
12050         Rework sizing to be pixel based.
12051         There are bugs but should be already way better.
12052
12053 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12054
12055         * shell/ev-window.c: (ev_window_init):
12056
12057         Do not allow to shrink sidebar smaller then
12058         child requisition
12059
12060 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12061
12062         * shell/ev-sidebar.[ch]
12063         * shell/ev-window.c:
12064
12065         Improved sidebar widget. Fixes #166683
12066
12067 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12068
12069         * shell/ev-view.c (update_find_status_message): Give translators
12070         more flexibility with ngettext plural handling.
12071
12072 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12073
12074         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12075         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12076         page when we get the page size.
12077
12078 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12079
12080         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12081
12082         ps pages are 0 based, convert 
12083
12084 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12085
12086         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12087
12088         Initialize correct parent class. Set GError on document load
12089
12090 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12091
12092         * pdf/xpdf/pdf-document.cc:
12093
12094         Fixup selection offset calculation
12095
12096         * shell/ev-view.c: (view_rect_to_doc_rect),
12097         (doc_rect_to_view_rect), (ev_view_size_allocate),
12098         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12099         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12100
12101         Store selection as document relative, so that zooming
12102         and offset changing doesnt break it.
12103
12104 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12105
12106         * shell/ev-view.c: (ev_view_best_fit):
12107
12108         Do not try to best fit if the view is not realized
12109
12110 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12111           
12112         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12113
12114 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12115
12116         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12117
12118 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12119
12120         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12121         the popup window.  That prevents it resizing when in full screen
12122         mode.
12123
12124         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12125         multiple rerenders.  This pretty much sucks.
12126
12127         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12128         rest of the toolbar.
12129
12130 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12131
12132         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12133
12134 2005-02-17  Alexander Shopov  <ash@contact.bg>
12135
12136         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12137
12138 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12139
12140         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12141
12142 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12143
12144         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12145         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12146         (set_document_page), (document_changed_callback),
12147         (ev_view_set_document), (ev_view_find_previous),
12148         (ev_view_hide_cursor), (ev_view_show_cursor):
12149         * shell/ev-view.h:
12150         * shell/ev-window.c: (update_chrome_visibility),
12151         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12152         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12153         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12154         (ev_window_unfullscreen):
12155         * shell/main.c: (main):
12156
12157         Automatically hide the fullscreen button.
12158         Patch by Kristian Høgsberg <krh@redhat.com>
12159
12160 2005-02-16  Vincent Noel  <vnoel@cox.net>
12161
12162         * shell/main.c (main): Specify an icon for the window. Patch by
12163         Jaap A. Haitsma. Fixes #166177.
12164
12165 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12166
12167         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12168
12169 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12170
12171         * backend/ev-document-misc.h:
12172         * backend/ev-document-misc.c:
12173         (ev_document_misc_get_page_border_size),
12174         (ev_document_misc_paint_one_page): New function to canonicalize
12175         sizing/painting a border.
12176
12177         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12178         used.
12179
12180         * pdf/xpdf/pdf-document.cc: use new function
12181
12182         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12183         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12184         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12185         shell/ev-window.c: (update_sizing_buttons),
12186         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12187         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12188         (ev_window_cmd_view_page_width), (size_allocate_cb),
12189         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12190         and "fit width" values act as toggle buttons so they stay
12191         toggled.  It's not 100% perfect, and it's a little slow, but it's
12192         good enough to commit I think.
12193
12194 2005-02-15  David Lodge  <dave@cirt.net>
12195
12196         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12197
12198 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12199
12200         * shell/ev-window.c (update_window_title): replace newlines in
12201         the title by spaces. Bug #166107.
12202
12203 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12204
12205         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12206         parameters providing allocation width and height without
12207         scrollbars and width of a possible vertical scrollbar. With this
12208         additional information the functions can work as
12209         intended. Unfortunately they're not idempotent. We should
12210         transform these commands to toggles. Fixes Bug #164976
12211         Initial patch by Stephane Loeuillet, then heavily modified.
12212
12213         * shell/ev-view.h: update prototypes.
12214
12215         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12216         (ev_window_cmd_view_page_width): provide EvView fit functions with
12217         all the information they need. Formulas to calculate this
12218         information taken from GtkScrolledWindow.
12219
12220 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12221
12222         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12223         created a thumbnail, the list store is updated to know
12224         that the thumbnail is set. Fixes bug #166792
12225
12226 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12227
12228         * shell/ev-window.c: fixed typo, closes bug 166897
12229
12230         * TODO: updated TODO with bug numbers that are relevant
12231
12232 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12233
12234         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12235
12236 2005-02-09  Vincent Noel  <vnoel@cox.net>
12237
12238         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12239         and "Next" toolbar buttons as important to make them stand out.
12240
12241 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12242
12243         * lib/ev-debug.c:
12244         * lib/ev-debug.h:
12245         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12246         (start_interpreter), (stop_interpreter), (document_load),
12247         (ps_document_next_page), (ps_document_goto_page),
12248         (ps_document_set_page_size), (ps_document_widget_event),
12249         (ps_document_render):
12250         * shell/ev-page-view.c: (ev_page_view_dispose):
12251         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12252
12253         Fix compilation on non-gcc platforms
12254
12255 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12256
12257         * NEWS:
12258         * configure.ac:
12259
12260         Release 0.1.4
12261
12262         * pdf/xpdf/Catalog.cc:
12263         * pdf/xpdf/XRef.cc:
12264
12265         Fix the fix for CAN-2004-0888
12266
12267 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12268
12269         * data/Makefile.am:
12270         * data/evince-ui.xml:
12271         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12272         * shell/ev-stock-icons.h:
12273         * shell/ev-window.c: (update_action_sensitivity),
12274         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12275         (set_action_properties):
12276
12277         Improve toolbar layout/icons
12278
12279 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12280
12281         * pdf/xpdf/pdf-document.cc:
12282
12283         Add warnings about unimplemented/unknown link
12284         types.
12285
12286 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12287
12288         * ps/ps-document.c: (set_up_page):
12289
12290         Log gs property
12291
12292 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12293
12294         * ps/ps-document.c: (start_interpreter):
12295
12296         Log gs env var
12297
12298 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12299
12300         * shell/ev-page-view.c: (ev_page_view_dispose):
12301         * shell/ev-view.c: (ev_view_finalize):
12302         * shell/ev-window.c: (ev_window_setup_document),
12303         (ev_window_dispose), (ev_window_init):
12304
12305         Solve more refs issues.
12306
12307         I commented out the page_view initialization for now:
12308         it was never destroyed (because it's never added
12309         to a container). Because of that we was leaking
12310         gs processes. Couldnt think to a clean fix.
12311         We need to figure this out, password view has the
12312         same issue probably.
12313
12314 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12315
12316         * ps/ps-document.c: (ps_document_finalize),
12317         (ps_document_get_n_pages), (ps_document_get_page):
12318
12319         Some cleanups, stop the interpreter on finalize
12320
12321         * shell/ev-page-view.c: (ev_page_view_dispose),
12322         (ev_page_view_class_init):
12323
12324         Release our reference on the document
12325
12326 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12327
12328         * Makefile.am:
12329         * configure.ac:
12330         * doc/debugging.txt:
12331         * lib/.cvsignore:
12332         * lib/Makefile.am:
12333         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12334         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12335         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12336         * lib/ev-debug.h:
12337
12338         Add debugging helpers
12339
12340         * ps/Makefile.am:
12341         * ps/ps-document.c: (set_up_page), (start_interpreter),
12342         (stop_interpreter), (document_load), (ps_document_next_page),
12343         (ps_document_goto_page), (ps_document_set_page_size),
12344         (ps_document_widget_event), (ps_document_render):
12345         * shell/Makefile.am:
12346         * shell/ev-view.c: (expose_bin_window):
12347         * shell/main.c: (main):
12348
12349         Add some logs
12350         
12351 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * ps/ps-document.c: (ps_document_widget_event):
12354
12355         Initialize message_window, this should make ps
12356         rendering really work! (Never noticed because I was
12357         testing with a ps that is causing gs to exit every time!)
12358
12359 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12360
12361         * data/evince.schemas.in: updated simple error in applyto closing tag
12362
12363 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12364
12365         * Makefile.am:
12366         * configure.ac:
12367         * data/.cvsignore:
12368         * data/Makefile.am:
12369         * data/evince-ui.xml:
12370         A data/evince.schemas.in:
12371         * po/POTFILES.in:
12372         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12373         * shell/ev-stock-icons.h:
12374         * shell/ev-window.c: (update_chrome_visibility),
12375         (update_chrome_flag), (ev_window_cmd_edit_find),
12376         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12377         (ev_window_unfullscreen), (ev_window_focus_in_event),
12378         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12379         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12380         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12381         (ev_window_dispose), (ev_window_class_init),
12382         (set_action_properties), (set_chrome_actions), (load_chrome),
12383         (ev_window_init):
12384
12385         Implement fullscreen mode changes from bug #164776.
12386         Also implement persistent chrome toggles.
12387
12388 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12389
12390         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12391
12392 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12393
12394         * NEWS:
12395         * configure.ac:
12396         * shell/ev-view.c:
12397
12398         Add another check for find interface
12399
12400         Release 0.1.3
12401
12402 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12403
12404         * shell/ev-application.c: (ev_application_open):
12405         * shell/ev-window.c: (ev_window_open):
12406
12407         Open gzipped ps documents
12408
12409 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12410
12411         * TODO:
12412         * shell/ev-view.c: (set_document_page):
12413
12414         Clamp page number, dont try to move to
12415         not existant pages.
12416
12417 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12418
12419         * backend/ev-document-find.c: (ev_document_find_changed):
12420         * backend/ev-document-find.h:
12421         * pdf/xpdf/pdf-document.cc:
12422         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12423         * shell/ev-window.c: (find_bar_search_changed_cb):
12424
12425         Fix several bugs with find
12426
12427 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12428
12429         * shell/ev-sidebar-thumbnails.c
12430         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12431         document. Prevents warning from scroll_to_cell.
12432
12433 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12434
12435         * configure.ac: Add «nb» to ALL_LINGUAS too.
12436
12437 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12438
12439         * NOTES: New file with some random thoughts.
12440
12441         * TODO: Update.
12442
12443         * backend/ev-document-misc.c:
12444         (ev_document_misc_get_page_border_size): New function to
12445         canonicalize shadow drawing sizes.  Possibly goofy.
12446
12447         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12448         (ev_view_best_fit), (ev_view_fit_width):
12449         * pdf/xpdf/pdf-document.cc:
12450         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12451         * ps/ps-document.c: (ps_document_get_page_size):
12452         * backend/ev-document-misc.h:
12453         * backend/ev-document.c: (ev_document_get_page_size):
12454         * backend/ev-document.h: get_page_size now takes a page number
12455         parameter.  Made all the backends/frontends honor it.
12456
12457         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12458         see.  Doesn't work yet.
12459
12460         * shell/Makefile.am:
12461         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12462         Doesn't do anything yet.
12463
12464         * shell/ev-sidebar-thumbnails.c:
12465         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12466         [0..n_pages-1]
12467
12468         * shell/ev-window.c: (update_action_sensitivity),
12469         (ev_window_setup_document), (ev_window_set_page_mode),
12470         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12471         view-swapping code a bit so we can have multiple views on a
12472         document.  Add the multi-page view, though it can't be turned on
12473         yet.
12474
12475 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12476
12477         * shell/ev-application.c: (ev_application_open):
12478         * shell/ev-view.c: (expose_bin_window):
12479         * shell/ev-window.c: (ev_window_open):
12480
12481         Support eps and check document supports find
12482         before drawing highlightings in expose.
12483
12484 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12485
12486         * pixbuf/pixbuf-document.c:
12487         (pixbuf_document_thumbnails_get_dimensions),
12488         (pixbuf_document_document_thumbnails_iface_init):
12489
12490         implement get_dimensions
12491
12492 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12493
12494         * NEWS:
12495         * configure.ac:
12496
12497         Release 0.1.2
12498
12499 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12500
12501         * shell/ev-view.c: (set_document_page):
12502
12503         Scroll at the top of the page when changing page
12504
12505 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12506
12507         * shell/ev-view.c: (ev_view_motion_notify_event):
12508
12509         Do not redraw unnecessarily
12510
12511 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12512
12513         * pdf/xpdf/pdf-document.cc:
12514         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12515         (expose_bin_window), (find_changed_cb):
12516
12517         Yay! find works now... Now to find bugs...
12518
12519 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12520
12521         * backend/ev-document-find.c: (ev_document_find_base_init),
12522         (ev_document_find_changed):
12523         * backend/ev-document-find.h:
12524         * pdf/xpdf/pdf-document.cc:
12525         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12526         (expose_bin_window), (ev_view_init), (set_document_page),
12527         (ensure_rectangle_is_visible), (jump_to_find_result),
12528         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12529         (ev_view_find_next), (ev_view_find_previous):
12530         * shell/ev-view.h:
12531         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12532
12533         More work on find implementation, mostly there now
12534
12535 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12536
12537         * backend/ev-backend-marshalers.list:
12538         * backend/ev-document-find.c: (ev_document_find_base_init),
12539         (ev_document_find_cancel), (ev_document_find_page_has_results),
12540         (ev_document_find_get_n_results), (ev_document_find_get_result),
12541         (ev_document_find_get_progress), (ev_document_find_changed):
12542         * backend/ev-document-find.h:
12543
12544         Enanche the find interface to be really able to do
12545         multi page find.
12546
12547         * pdf/xpdf/pdf-document.cc:
12548
12549         Implement
12550
12551         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12552         (expose_bin_window), (ev_view_init),
12553         (ev_view_get_find_status_message), (find_changed_cb),
12554         (ev_view_set_document), (set_document_page):
12555
12556         Adapt to the new interface. A few things are regressed sorry,
12557         I will finish it soon.
12558
12559 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12560
12561         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12562         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12563         ev_sidebar_thumbnails_parent_class variable, don't define another
12564         parent_class variable.
12565
12566         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12567         (ev_page_action_class_init): ditto.
12568
12569         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12570         (pixbuf_document_class_init): ditto.
12571
12572         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12573         ditto.
12574
12575         * .cvsignore: ignore various valgrind output files.
12576
12577 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12578
12579         * data/evince-ui.xml:
12580         * shell/Makefile.am:
12581         * shell/ev-history.c:
12582         * shell/ev-history.h:
12583         * shell/ev-navigation-action.c:
12584         * shell/ev-navigation-action.h:
12585         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12586         (ev_view_set_page), (ev_view_fit_width):
12587         * shell/ev-view.h:
12588         * shell/ev-window.c: (update_action_sensitivity),
12589         (ev_window_setup_document), (register_custom_actions):
12590
12591         Kill session history
12592
12593 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12594
12595         * shell/ev-window.c: (update_action_sensitivity):
12596
12597         Fix inverted up/down buttons
12598
12599 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12600
12601         * shell/ev-sidebar-thumbnails.c
12602         (ev_sidebar_thumbnails_select_page): make sure the selected
12603         thumbnail stays visible.
12604
12605 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12606
12607         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12608         scrolled window for Federico.
12609
12610 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12611
12612         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12613
12614 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12615
12616         * configure.ac:
12617         * pdf/splash/SplashFTFontEngine.cc:
12618
12619         Fix CID fonts with freetype 2.1.9
12620
12621 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12622
12623         * TODO: added item for desktop icon thumbnailer
12624
12625 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12626
12627         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12628         unloaded docs when the title is accessed.
12629
12630         * shell/ev-password-view.[hc]: New widget for displaying password
12631         state.
12632
12633         * shell/ev-window.[ch]: Refactor password handling code to handle
12634         the new view.
12635
12636 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12637
12638         * NEWS:
12639         * configure.ac:
12640         * data/Makefile.am:
12641
12642         Release 0.1.1
12643
12644 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12645
12646         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12647         ignore page offset here, to make search results independent of it,
12648
12649         * shell/ev-view.c (expose_bin_window): but take offsets into
12650         account here. Bug #164932
12651
12652         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12653         scale at the right time. Bug #164996
12654
12655 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12656
12657         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12658         fix the problem. Now I just removed the Adobe font names and hope
12659         that the URW fonts are always in outline format. Bug #164934
12660
12661         * shell/ev-window.c (update_window_title): empty titles are
12662         useless, use filename in that case too.
12663
12664         * NEWS: Add some content.
12665
12666 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12667
12668         * TODO: added one more TODO item and a TODONE section :)
12669
12670 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12671
12672         * ps/ps-document.h: add page_[xy]_offset fields.
12673
12674         * ps/ps-document.c (ps_document_set_page_offset)
12675         (ps_document_render): Keep offset in consideration in a few
12676         places. Bug #164752 "postscript documents are not centered in
12677         window"
12678
12679         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12680         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12681
12682         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12683         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12684         stub out missing methods for complete EvDocument implementation.
12685         Fixes segfaults with Save A Copy and Copy actions.
12686
12687         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12688         (ps_document_document_iface_init): ditto.
12689         
12690 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12691
12692         * data/.cvsignore:
12693         * data/Makefile.am:
12694         * data/evince.desktop.in:
12695
12696         Add desktop file
12697
12698 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12699
12700         * shell/ev-view.c: (ev_view_button_press_event),
12701         (ev_view_motion_notify_event):
12702
12703         Make selection work in any direction
12704
12705 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12706
12707         * TODO:
12708         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12709
12710         Use shorter labels for some of the toolbars items
12711
12712 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12713
12714         * pdf/xpdf/pdf-document.cc:
12715
12716         Check the links info is initialized before
12717         using it. Should fix a crash on startup.
12718
12719 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12720
12721         * pixbuf/pixbuf-document.c
12722         (pixbuf_document_thumbnails_get_dimensions): force floating point
12723         division to calculate page_ratio. Fixes crash with landscape
12724         format pixbufs.
12725
12726 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12727
12728         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12729
12730 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12731
12732         * shell/ev-view.c (set_document_page): unset has_selection when
12733         the page changes.
12734         (set_document_page): handle paper size changes when the page
12735         changes (test with Free Culture, page 2).
12736
12737 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12738
12739         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12740         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12741
12742         Use normal style color for the widget background and
12743         draw a black box around the page.
12744
12745 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12746
12747         * pdf/xpdf/pdf-document.cc:
12748
12749         Keep offset in consideration in a few places
12750
12751         * shell/ev-view.c: (expose_bin_window):
12752
12753         Set the offsets so that the document is ever centered
12754
12755 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12756
12757         * TODO: Added TODO items and finished off the first todo item
12758
12759         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12760         reflect current authors
12761
12762 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * pdf/xpdf/pdf-document.cc:
12765         * shell/ev-view.c: (ev_view_set_cursor),
12766         (ev_view_motion_notify_event), (document_changed_callback),
12767         (set_document_page):
12768
12769         Show a wait cursor while the page is rendering
12770
12771 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12772
12773         * shell/ev-sidebar-thumbnails.c:
12774         (ev_sidebar_tree_selection_changed),
12775         (ev_sidebar_thumbnails_select_page):
12776         * shell/ev-sidebar-thumbnails.h:
12777         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12778         (ev_view_can_go_forward):
12779         * shell/ev-window.c: (ev_window_open_page),
12780         (ev_window_setup_document), (update_current_page),
12781         (view_page_changed_cb), (ev_window_init):
12782         * shell/ev-window.h:
12783
12784         Ensure thumbnails selection, toolbar page control and
12785         current page are in sync.
12786
12787 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12788
12789         * pdf/xpdf/XRef.cc:
12790
12791         Fix CAN-2005-0064
12792
12793 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12794
12795         * backend/Makefile.am:
12796         * backend/ev-document-links.h:
12797         * backend/ev-document-security.c: (ev_document_security_get_type),
12798         (ev_document_security_has_document_security),
12799         (ev_document_security_set_password):
12800         * backend/ev-document-security.h:
12801         * backend/ev-document.c: (ev_document_error_quark):
12802         * backend/ev-document.h:
12803         * data/Makefile.am:
12804         * data/evince-password.glade:
12805         * pdf/xpdf/pdf-document.cc:
12806         * shell/Makefile.am:
12807         * shell/ev-password.c: (ev_password_set_bad_password_label),
12808         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12809         (ev_password_dialog_get_password),
12810         (ev_password_dialog_set_bad_pass):
12811         * shell/ev-password.h:
12812         * shell/ev-window.c: (ev_window_get_attribute),
12813         (ev_window_set_property), (update_action_sensitivity),
12814         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12815         (ev_window_setup_document), (ev_window_get_password),
12816         (ev_window_open), (ev_window_cmd_save_as),
12817         (using_postscript_printer), (ev_window_print),
12818         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12819         (update_fullscreen_popup), (ev_window_fullscreen),
12820         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12821         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12822         (menu_item_select_cb), (find_bar_search_changed_cb),
12823         (ev_window_dispose), (ev_window_init):
12824
12825         Add initial support for password-supported dialogs.  This could be
12826         a lot cooler, but it'll do for now.
12827
12828 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12829
12830         * pdf/xpdf/pdf-document.cc:
12831         * shell/ev-view.c: (status_message_from_link),
12832         (ev_view_set_status), (ev_view_set_cursor),
12833         (ev_view_motion_notify_event), (ev_view_init):
12834         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12835
12836         Fix bugs in the links implementation and change cursor
12837         when hovering a link.
12838
12839 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12840
12841         * viewer/.cvsignore: added cvsignore file for viewer directory
12842
12843         * TODO: created TODO document
12844
12845 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12846
12847         * shell/ev-view.h:
12848         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12849         new functions to help with implementation of sensitivity code
12850         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12851         of all actions that might require it.  Fixes a crash when you
12852         click on the Zoom actions in a window lacking a document.
12853
12854 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12855
12856         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12857         of the Find action
12858
12859 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12860
12861         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12862         (pixbuf_document_document_iface_init):
12863         * ps/ps-document.c: (ps_document_get_link),
12864         (ps_document_document_iface_init):
12865         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12866         (status_message_from_link), (ev_view_set_status),
12867         (ev_view_set_find_status), (ev_view_motion_notify_event),
12868         (ev_view_button_release_event), (ev_view_set_property),
12869         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12870         (ev_view_get_find_status_message), (update_find_results),
12871         (ev_view_get_status), (ev_view_get_find_status):
12872         * shell/ev-view.h:
12873         * shell/ev-window.c: (view_status_changed_cb),
12874         (view_find_status_changed_cb), (ev_window_init):
12875
12876         View status message support, use it to show the links.
12877         Needs work...
12878
12879 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12880
12881         * backend/ev-document.c: (ev_document_get_link):
12882         * backend/ev-document.h:
12883         * pdf/xpdf/pdf-document.cc:
12884         * shell/ev-application.c: (ev_application_open):
12885         * shell/ev-application.h:
12886         * shell/ev-sidebar-links.c: (selection_changed_cb):
12887         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12888         (ev_view_go_to_link):
12889
12890         Add support for document links
12891
12892 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12893
12894         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12895         (create_tool_item):
12896         Set the spin button limits correctly.
12897         
12898         * shell/ev-sidebar-thumbnails.c:
12899         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12900         Support changing pages by clicking on the thumbnails.
12901         
12902 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12903
12904         * pixbuf/pixbuf-document.c:
12905         (pixbuf_document_thumbnails_get_dimensions),
12906         (pixbuf_document_document_thumbnails_iface_init):
12907
12908         implement get_dimensions
12909
12910 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12911
12912         * ps/ps-document.c: (ps_document_goto_page):
12913
12914         Fix page switching on multipage documents
12915
12916 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12917
12918         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12919         
12920         check for NULL before assigning to width and height parameters
12921
12922 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12923
12924         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12925         (pixbuf_document_set_property), (pixbuf_document_get_property):
12926
12927         implement get/set properties
12928
12929 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12930
12931         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12932         
12933         return NULL instead of "Unknown", letting the title get set to
12934         the filename when the pdf has no title.
12935
12936 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12937
12938         * ps/ps-document.c: (ps_document_get_page_count),
12939         (ps_document_goto_page):
12940
12941 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12942
12943         * shell/ev-history.c: (ev_history_get_property),
12944         (ev_history_set_property), (ev_history_class_init),
12945         (ev_history_add_page), (ev_history_set_current_index):
12946         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12947         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12948         (ev_navigation_action_finalize):
12949         * shell/ev-navigation-action.h:
12950         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12951         (ev_view_go_forward), (ev_view_get_find_status_message),
12952         (history_index_changed_cb), (ev_view_set_history):
12953         * shell/ev-view.h:
12954         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12955         (update_current_page), (register_custom_actions):
12956
12957         Implement history dropdowns
12958
12959 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12960
12961         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12962         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12963         (ev_view_go_forward):
12964         * shell/ev-window.c: (register_custom_actions):
12965
12966         Fix several history bugs
12967
12968 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12969
12970         * configure.ac: Add «nb» to ALL_LINGUAS.
12971
12972 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * backend/Makefile.am:
12975         * backend/ev-bookmark.c:
12976         * backend/ev-bookmark.h:
12977         * backend/ev-document-bookmarks.c:
12978         * backend/ev-document-bookmarks.h:
12979         * backend/ev-document-links.c: (ev_document_links_get_type),
12980         (ev_document_links_has_document_links),
12981         (ev_document_links_begin_read), (ev_document_links_get_link),
12982         (ev_document_links_get_child), (ev_document_links_next),
12983         (ev_document_links_free_iter):
12984         * backend/ev-document-links.h:
12985         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12986         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12987         (ev_link_get_link_type), (ev_link_set_link_type),
12988         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12989         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12990         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12991         (ev_link_new_external):
12992         * backend/ev-link.h:
12993         * pdf/xpdf/pdf-document.cc:
12994         * shell/Makefile.am:
12995         * shell/ev-application.c: (ev_application_open_link):
12996         * shell/ev-application.h:
12997         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12998         (ev_history_get_link_nth):
12999         * shell/ev-history.h:
13000         * shell/ev-sidebar-bookmarks.c:
13001         * shell/ev-sidebar-bookmarks.h:
13002         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13003         (ev_sidebar_links_class_init), (selection_changed_cb),
13004         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13005         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13006         (do_one_iteration), (populate_links_idle),
13007         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13008         * shell/ev-sidebar-links.h:
13009         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13010         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13011         (go_to_index):
13012         * shell/ev-view.h:
13013         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13014         * shell/ev-window.h:
13015
13016         Rename bookmark to link, and use "Index" for the sidebar panel.
13017
13018 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13019
13020         * shell/Makefile.am:
13021         * shell/ev-application.c: (ev_application_open_bookmark):
13022         * shell/ev-application.h:
13023         * shell/ev-history.c: (ev_history_init), (free_links_list),
13024         (ev_history_finalize), (ev_history_class_init),
13025         (ev_history_add_link), (ev_history_add_page),
13026         (ev_history_get_link_nth), (ev_history_get_n_links),
13027         (ev_history_get_current_index), (ev_history_set_current_index),
13028         (ev_history_new):
13029         * shell/ev-history.h:
13030         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13031         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13032         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13033         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13034         (ev_view_set_page):
13035         * shell/ev-view.h:
13036         * shell/ev-window.c: (ev_window_open_bookmark),
13037         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13038         (goto_page_cb), (register_custom_actions):
13039         * shell/ev-window.h:
13040
13041         Initial history implementation. Needs work.
13042
13043 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13044
13045         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13046
13047 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13048
13049         * cut-n-paste/recent-files/egg-recent-item.c:
13050         * cut-n-paste/recent-files/egg-recent-item.h:
13051         * cut-n-paste/recent-files/egg-recent-model.c:
13052         * cut-n-paste/recent-files/egg-recent-util.c:
13053         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13054         * cut-n-paste/recent-files/egg-recent-view.c:
13055
13056         Update
13057
13058 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13059
13060         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13061         (fillGlyph, fillImageMask, drawImage):
13062         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13063         pdf/splash/SplashTypes.h:
13064         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13065         packed mode for Splash.
13066
13067         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13068         RGB8 packed mode, eliminates the pixbuf data creation loop.
13069
13070         * shell/ev-print-job.c (ev_print_job_finalize)
13071         (ev_print_job_set_property, ev_print_job_get_property)
13072         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13073         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13074         (print_closure_finalize, ev_print_job_print): implement
13075         printing (for backends with EvPsExporter)
13076
13077         * shell/ev_print_job.h: update prototypes.
13078
13079         * shell/ev-window.c (ev_window_print): unref print job after
13080         printing.
13081
13082         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13083         unless the document implements the EvDocumentFind interface.
13084
13085 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13086
13087         * configure.ac: Added ja to ALL_LINGUAS.
13088
13089 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13090
13091         * pdf/xpdf/pdf-document.cc:
13092
13093         add a FIXME. We should probably not allocate
13094         a bookmark object every time
13095
13096 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13097
13098         * shell/ev-application.c: (ev_application_open),
13099         (ev_application_open_bookmark):
13100         * shell/ev-application.h:
13101         
13102         Add a way to open bookmarks
13103
13104         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13105         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13106         (ev_bookmark_set_property), (ev_bookmark_class_init),
13107         (ev_bookmark_new_title), (ev_bookmark_new_link),
13108         (ev_bookmark_new_external):
13109
13110         Support for external uris, better constructors.
13111
13112         * backend/ev-bookmark.h:
13113         * pdf/xpdf/pdf-document.cc:
13114         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13115
13116         Handle external uris
13117
13118 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13119
13120         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13121         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13122
13123         Hook up bookmarks navigation
13124
13125 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13126
13127         * backend/Makefile.am:
13128         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13129         (ev_bookmark_get_title), (ev_bookmark_set_title),
13130         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13131         (ev_bookmark_get_page), (ev_bookmark_set_page),
13132         (ev_bookmark_get_property), (ev_bookmark_set_property),
13133         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13134         (ev_bookmark_new):
13135         * backend/ev-bookmark.h:
13136         * backend/ev-document-bookmarks.c:
13137         (ev_document_bookmarks_get_bookmark):
13138         * backend/ev-document-bookmarks.h:
13139         * pdf/xpdf/pdf-document.cc:
13140         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13141
13142         Add a bookmark object to the backend and use it instead of get_values
13143
13144 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13145
13146         * data/evince-ui.xml:
13147
13148         Cleanup and add select all.
13149
13150         * shell/ev-view.c: (ev_view_select_all),
13151         (ev_view_button_press_event):
13152         * shell/ev-view.h:
13153         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13154
13155         Add select all.
13156         Clear selection on click.
13157
13158 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13159
13160         * shell/ev-sidebar-thumbnails.c
13161         (ev_sidebar_thumbnails_set_document): forgot to unref the
13162         loading_icon.
13163
13164 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13165
13166         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13167         at the visible page, not just linearly.  This makes it look fast.
13168
13169 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13170
13171         * backend/ev-document-misc.c
13172         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13173         white.
13174         * backend/ev-document-thumbnails.h: New interface to get the size
13175         of a page.
13176
13177 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13178
13179         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13180         make dist works
13181
13182 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13183
13184         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13185         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13186         things up a bit.
13187
13188         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13189
13190 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13191
13192         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13193         fonts. Should fix font problems on systems that have the base
13194         fonts in bitmap format. Reported by James Henstridge
13195         <james@jamesh.id.au>.
13196
13197 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * pdf/xpdf/Gfx.cc:
13200         * pdf/xpdf/GfxState.cc:
13201
13202         Fix for CAN-2004-1125
13203
13204 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13205
13206         * shell/ev-view.c: (ev_view_copy):
13207         * shell/ev-view.h:
13208         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13209
13210         Implement Edit->Copy
13211
13212 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13213
13214         * backend/ev-document.c: (ev_document_get_text):
13215         * backend/ev-document.h:
13216         * pdf/xpdf/pdf-document.cc:
13217         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13218         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13219         (ev_view_update_primary_selection), (ev_view_button_press_event),
13220         (ev_view_motion_notify_event), (ev_view_button_release_event):
13221
13222         Beginnings of clipboard support. Incomplete but primary sort
13223         of work.
13224
13225 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13226
13227         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13228         (expose_bin_window):
13229
13230         Nicer rubberband drawing, from GtkIconView.
13231
13232 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13233
13234         * backend/ev-document.c: (ev_document_save):
13235         * backend/ev-document.h:
13236         * data/evince-ui.xml:
13237         * pdf/xpdf/pdf-document.cc:
13238         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13239
13240         Implement "Save a copy..." menu item
13241
13242 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13243
13244         * shell/ev-view.c: (ev_view_zoom):
13245
13246         Queue a resize when zoom changes
13247
13248 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13249
13250         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13251         shadows.
13252
13253         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13254         thumbnails..
13255
13256 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13257
13258         * pdf/xpdf/pdf-document.cc
13259         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13260
13261 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13262
13263         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13264         It's slow, but I'll speed it up next!
13265
13266 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13267
13268         * shell/main.c (load_files):
13269
13270         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13271         from the command line and because it seems more appropriate.
13272
13273 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13274
13275         * data/evince-ui.xml:
13276         * shell/ev-window.c: (update_action_sensitivity),
13277         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13278
13279         s/next page/page down
13280         s/previous page/page up
13281
13282 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13283
13284         * data/evince-ui.xml:
13285
13286         Change the layout to match clarkbw design.
13287
13288         * shell/Makefile.am:
13289         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13290         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13291         (ev_navigation_action_finalize),
13292         (ev_navigation_action_set_property),
13293         (ev_navigation_action_get_property),
13294         (ev_navigation_action_class_init):
13295         * shell/ev-navigation-action.h:
13296
13297         Implement clarkbw toolbar navigation controls (incomplete)
13298
13299         * shell/ev-page-action.c: (update_label), (update_spin),
13300         (value_changed_cb), (create_tool_item), (connect_proxy),
13301         (ev_page_action_init), (ev_page_action_finalize),
13302         (ev_page_action_set_property), (ev_page_action_get_property),
13303         (ev_page_action_set_current_page),
13304         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13305         * shell/ev-page-action.h:
13306
13307         Implement a page switcher in the toolbar
13308
13309         * shell/ev-view.c: (ev_view_scroll_view):
13310         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13311         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13312         (register_custom_actions), (ev_window_init):
13313
13314         Change page on PageUp/Down.
13315
13316 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13317
13318         * pdf/xpdf/pdf-document.cc
13319         (pdf_document_thumbnails_get_thumbnail): initial stab at
13320         implementing thumbnail support for pdfs.  It only does documents
13321         with precached pdfs now.
13322
13323 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13324
13325         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13326         thumbnail code into a time-based idle as well.  Also, turn off the
13327         shadow temporarily as it's really slow.
13328
13329 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13330
13331         * backend/ev-document.c: (ev_document_class_init):
13332         * pdf/xpdf/pdf-document.cc:
13333         * shell/ev-window.c: (ev_window_open):
13334
13335         Fix document title bugs and fallback to
13336         filename when not available.
13337
13338 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13339
13340         * backend/ev-document.c: (ev_document_get_type),
13341         (ev_document_class_init), (ev_document_load),
13342         (ev_document_get_title):
13343         * backend/ev-document.h:
13344         * pdf/xpdf/pdf-document.cc:
13345         * ps/ps-document.c: (ps_document_set_property),
13346         (ps_document_get_property), (ps_document_class_init),
13347         (document_load):
13348         * ps/ps-document.h:
13349         * ps/ps.h:
13350         * shell/ev-window.c: (update_window_title), (ev_window_open),
13351         (ev_window_init):
13352
13353         Initial support for document title. Not working yet.
13354
13355 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13356
13357         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13358
13359         Grab focus on the view when clicking it
13360
13361 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13362
13363         * shell/ev-marshal.list:
13364         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13365         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13366
13367         Add key bindings to the view. Now if the focus would work
13368         right...
13369
13370 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13371
13372         * Makefile.am:
13373         * backend/Makefile.am:
13374         * data/Makefile.am:
13375         * dvi/Makefile.am:
13376         * dvi/dvilib/Makefile.am:
13377         * pdf/xpdf/Makefile.am:
13378         * po/POTFILES.in:
13379         * ps/Makefile.am:
13380
13381         Fix distcheck
13382
13383 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13384
13385         * shell/ev-view.c: (ev_view_realize):
13386
13387         Fix mouse wheel scrolling
13388
13389 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13390
13391         * ps/Makefile.am:
13392         * ps/gstypes.h:
13393         * ps/gtkgs.c:
13394         * ps/gtkgs.h:
13395         * ps/ps-document.c: (catchPipe), (ps_document_init),
13396         (ps_document_class_init), (ps_document_cleanup),
13397         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13398         (set_up_page), (close_pipe), (is_interpreter_ready),
13399         (interpreter_failed), (output), (input), (start_interpreter),
13400         (stop_interpreter), (file_length), (file_readable),
13401         (check_filecompressed), (check_pdf), (compute_xdpi),
13402         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13403         (ps_document_get_type), (ps_document_emit_error_msg),
13404         (document_load), (ps_document_next_page),
13405         (ps_document_get_current_page), (ps_document_get_page_count),
13406         (ps_document_goto_page), (ps_document_set_page_size),
13407         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13408         (ps_document_load), (ps_document_get_n_pages),
13409         (ps_document_set_page), (ps_document_get_page),
13410         (ps_document_widget_event), (ps_document_set_target),
13411         (ps_document_set_scale), (ps_document_set_page_offset),
13412         (ps_document_get_page_size), (ps_document_render),
13413         (ps_document_document_iface_init):
13414         * ps/ps-document.h:
13415         * ps/ps.c:
13416         * shell/ev-window.c: (ev_window_open):
13417
13418         Rename GtkGS to PSDocument
13419
13420 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13421
13422         * ps/gtkgs.c: (gtk_gs_class_init):
13423         * ps/gtkgs.h:
13424
13425         Some more leftover...
13426
13427 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13428
13429         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13430         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13431         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13432         * ps/gtkgs.h:
13433
13434         Remove unused code and make a lot of stuff private
13435
13436 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13437
13438         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13439         (gtk_gs_defaults_changed):
13440         * ps/gsdefaults.h:
13441         * ps/gtkgs.c:
13442         * ps/gtkgs.h:
13443         * ps/ps.h:
13444
13445         Cleanup headers dependencies
13446
13447 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13448
13449         * ps/Makefile.am:
13450         * ps/ggvutils.c:
13451         * ps/ggvutils.h:
13452         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13453         * ps/gsdefaults.h:
13454         * ps/gtkgs.c: (file_length), (file_readable),
13455         (check_filecompressed), (check_pdf), (gtk_gs_load),
13456         (gtk_gs_get_postscript):
13457
13458         Get rid of ggvutils
13459
13460 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13461
13462         * ps/ggvutils.c:
13463         * ps/ggvutils.h:
13464         * ps/gsio.h:
13465         * ps/gtkgs.c: (gtk_gs_set_zoom):
13466
13467         Cleanups
13468
13469 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13472
13473         Ensure the page is rerendered when changing zoom
13474
13475 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13476
13477         * backend/ev-document.c: (ev_document_base_init),
13478         (ev_document_changed):
13479         * backend/ev-document.h:
13480
13481         Add a changed event that is emitted when the page content
13482         changes. This is necessary to deal with the fact that
13483         in ps backend rendering happen asycrounously.
13484         This makes the ps backend mostly work.
13485
13486         * pdf/xpdf/pdf-document.cc:
13487
13488         Emit changed event
13489
13490         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13491         (ps_document_set_target):
13492
13493         Emit changed event
13494
13495         * shell/ev-view.c: (document_changed_callback),
13496         (ev_view_set_document), (ev_view_set_page):
13497
13498         Redraw on the changed signal
13499
13500 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13501
13502         * configure.ac: Added pt_BR to ALL_LINGUAS.
13503
13504 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13505
13506         * backend/ev-document-bookmarks.c:
13507         (ev_document_bookmarks_get_child): *
13508         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13509         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13510         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13511         (ev_sidebar_bookmarks_destroy),
13512         (ev_sidebar_bookmarks_class_init),
13513         (ev_sidebar_bookmarks_construct), (stack_data_free),
13514         (do_one_iteration), (populate_bookmarks_idle),
13515         (ev_sidebar_bookmarks_clear_document),
13516         (ev_sidebar_bookmarks_set_document): *
13517         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13518         (ev_sidebar_add_page),
13519         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13520         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13521         it displays both the topics and the page numbers.
13522
13523 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13524
13525         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13526         toggle.
13527         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13528         visible.
13529
13530 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13531
13532         * configure.ac: Added en_CA to ALL_LINGUAS.
13533
13534 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13535
13536         * ChangeLog: replace bottom of this ChangeLog (merged history of
13537         ggv and gpdf; where all paths were wrong and most of the files are
13538         not even in this tree) with ChangeLog (from arch) of the shell
13539         code.
13540
13541 2004-12-23  Havoc Pennington  <hp@redhat.com>
13542
13543         * shell/ev-window.c: hook up potentially-questionable "find
13544         results status text" feature - something involving the sidebar or
13545         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13546         might be better in the end.
13547
13548         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13549         with corresponding signal when it should be updated
13550
13551         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13552
13553 2004-12-22  Havoc Pennington  <hp@redhat.com>
13554
13555         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13556         find stuff on other pages, sort of (only returns one result on
13557         invisible pages, to show they have results; updates full results
13558         for a page when you view it). Currently repaints the current page
13559         every time a new result is found on any page, which isn't so nice.
13560
13561 2004-12-22  Havoc Pennington  <hp@redhat.com>
13562
13563         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13564         the document doesn't support find (better ideas?)
13565         (find_bar_search_changed_cb): handle missing document or document
13566         that doesn't support find
13567
13568         * pdf/xpdf/pdf-document.cc: port to implement the new
13569         EvDocumentFindIface
13570
13571         * backend/ev-document-find.c: create a new interface for searching
13572
13573         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13574
13575 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13576
13577         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13578         libevbackend.la.
13579
13580         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13581         EvPrintJob constructor arguments.
13582
13583         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13584         for documents that can export PostScript (page by page).
13585
13586         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13587         
13588         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13589         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13590         (pdf_document_ps_exporter_iface_init:
13591         Implement EvPSExporter.
13592
13593         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13594
13595 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13596
13597         * backend/Makefile.am:
13598         * backend/ev-document-thumbnails.c:
13599         (ev_document_thumbnails_get_type),
13600         (ev_document_thumbnails_get_thumbnail):
13601         * backend/ev-document-thumbnails.h:
13602         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13603         (pixbuf_document_thumbnails_get_thumbnail),
13604         (pixbuf_document_document_thumbnails_iface_init):
13605         * shell/Makefile.am:
13606         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13607         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13608         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13609         * shell/ev-sidebar-thumbnails.h:
13610         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13611         (ev_sidebar_set_document):
13612         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13613         (create_shadow), (ev_pixbuf_add_shadow):
13614         * shell/ev-utils.h:
13615         Add thumbnail support.
13616         
13617 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13618
13619         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13620         (using_postscript_printer): Set up a print dialog for "PostScript
13621         injection" method.
13622
13623         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13624         EvPrintJob.
13625
13626         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13627
13628 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13629
13630         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13631         (ps_document_set_target), (ps_document_get_page_size),
13632         (ps_document_render):
13633         * ps/gtkgs.h:
13634
13635         Fix a few bugs
13636
13637 2004-12-22  Christian Rose  <menthos@menthos.com>
13638
13639         * configure.ac: Added "sv" to ALL_LINGUAS.
13640
13641 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13642
13643         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13644         document supports bookmarks.
13645
13646 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13647
13648         * ps/ggvutils.c: (ggv_file_readable):
13649         * ps/ggvutils.h:
13650         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13651         (gtk_gs_get_postscript):
13652
13653         Remove unused utils
13654
13655 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13656
13657         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13658         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13659         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13660         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13661         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13662         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13663         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13664         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13665         (gtk_gs_set_antialiasing), (ps_document_load),
13666         (ps_document_render):
13667         * ps/gtkgs.h:
13668
13669         Another check point for the ps backend. Now I can get it to show
13670         pages!
13671
13672 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13673
13674         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13675         document setting code.
13676
13677 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13678
13679         * shell/eggfindbar.c: (entry_activate_callback):
13680         Animate the next button when activate is pressed.
13681         
13682 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13683
13684         * shell/ev-window.c: (ev_window_cmd_edit_find),
13685         (update_fullscreen_popup), (ev_window_fullscreen),
13686         (ev_window_unfullscreen), (ev_window_state_event_cb),
13687         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13688         Fix bugs in fullscreen code.
13689         
13690 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13691
13692         * Makefile.am:
13693         * configure.ac:
13694         * pixbuf/Makefile.am:
13695         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13696         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13697         (pixbuf_document_set_page), (pixbuf_document_get_page),
13698         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13699         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13700         (pixbuf_document_render), (pixbuf_document_begin_find),
13701         (pixbuf_document_end_find), (pixbuf_document_finalize),
13702         (pixbuf_document_class_init),
13703         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13704         * pixbuf/pixbuf-document.h:
13705         * shell/Makefile.am:
13706         * shell/ev-application.c: (ev_application_open):
13707         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13708         (ev_window_open):
13709         Add pixbuf backend.
13710         
13711 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13712
13713         * Makefile.am: 
13714         * dvi/dvilib/Makefile.am:
13715         * dvi/Makefile.am:
13716         * configure.ac: Auto*ify dvi and dvi/dvilib
13717
13718         * dvi/Makefile: Remove from CVS
13719         
13720         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13721         confusion.
13722
13723         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13724         
13725         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13726         
13727 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13728
13729         * ps/Makefile.am:
13730         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13731         (gtk_gs_value_adjustment_changed), (compute_size),
13732         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13733         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13734         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13735         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13736         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13737         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13738         (ps_document_load), (ps_document_get_n_pages),
13739         (ps_document_set_page), (ps_document_get_page),
13740         (ps_document_set_target), (ps_document_set_scale),
13741         (ps_document_set_page_offset), (ps_document_get_page_size),
13742         (ps_document_render), (ps_document_begin_find),
13743         (ps_document_end_find), (ps_document_document_iface_init):
13744         * ps/gtkgs.h:
13745         * shell/Makefile.am:
13746         * shell/ev-window.c: (ev_window_open):
13747
13748         Some work to integrate gtkgs with EvDocument
13749
13750 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13751
13752         * shell/ev-window.c: (update_fullscreen_popup),
13753         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13754         (exit_fullscreen_button_clicked_cb),
13755         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13756         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13757         (ev_window_state_event_cb), (ev_window_init):
13758         Add fullscreen support from Epiphany.
13759         
13760 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13761
13762         * data/ev-stock-zoom-fit-width.png: fit-width
13763         stock icon from gpdf.
13764         
13765         * shell/ev-stock-icons.[ch]: copied from gpdf.
13766         
13767         * shell/main.c: (main): init stock icons.
13768         
13769         * shell/ev-window.c: use the fit-width icon.
13770         
13771         * data/evince-ui.xml: add zooming toolbar items.
13772
13773 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13774
13775         * shell/ev-view.c: 
13776         (ev_view_best_fit), (ev_view_fit_width): because
13777         get_page_size() returns the scaled page size, we
13778         need to calculate the scale factor relative to
13779         the previous scale factor. Should really just
13780         add get_real_page_size().
13781
13782 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13783
13784         * shell/ev-view.[ch]:
13785         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13786         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13787         add zooming.
13788         
13789         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13790         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13791         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13792         hook it up.
13793         
13794         * pdf/xpdf/pdf-document.cc:
13795         (pdf_document_begin_find),
13796         (pdf_document_end_find): make static.
13797
13798 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13799
13800         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13801
13802         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13803         names to fontconfig patterns.
13804         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13805
13806         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13807         setupBaseFontsFc.
13808
13809 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13810
13811         * Makefile.am:
13812         * configure.ac:
13813         * ps/Makefile.am:
13814         * ps/ggvutils.c:
13815         * ps/ggvutils.h:
13816         * ps/gsdefaults.c:
13817         * ps/gsdefaults.h:
13818         * ps/gsio.c:
13819         * ps/gsio.h:
13820         * ps/gtkgs.c:
13821         * ps/gtkgs.h:
13822         * ps/ps.c:
13823         * ps/ps.h:
13824
13825         Import ggv backend. Not hooked up yet.
13826
13827 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13828
13829         * shell/main.c: (load_files), (main): load files
13830         from the command line.
13831
13832 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13833
13834         * configure.ac: don't require bonobo.
13835         
13836         * cut-n-paste/recent-files/*: kill bonobo recent
13837         view.
13838
13839         * shell/ev-window.c:
13840         (ev_window_is_empty): upd.
13841         (unable_to_load), (ev_window_open): load backend
13842         based on the mime type.
13843
13844 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13845
13846         * backend/.cvsignore: ignore generated marshalers source.
13847
13848         * shell/main.c (main): this is not epiphany.
13849
13850 2004-12-22  Havoc Pennington  <hp@redhat.com>
13851
13852         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13853         (expose_bin_window): draw find highlights
13854
13855         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13856         
13857         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13858         (pdf_document_end_find): implement this interface
13859
13860         * backend/ev-document.c (ev_document_found): add this to emit
13861         signal
13862
13863 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13864
13865         * data/evince-ui.xml: Add a few more toolbar items.
13866
13867         * shell/ev-window.c: Hook up page navigation toolbar 
13868         items.
13869
13870         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13871         a page-changed signal.
13872
13873         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13874         Add ev_document_get_page().
13875
13876         * shell/ev-window.c: Sensitize/desensitize navigation
13877         actions.
13878
13879 2004-12-21  Havoc Pennington  <hp@redhat.com>
13880
13881         * backend/ev-backend-marshal.c,
13882         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13883         marshaler-generator thingy. I'm sure there's a better way to do
13884         this in the modern world.
13885
13886         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13887         end_find methods and "found" signal.
13888
13889         * configure.ac: find glib-genmarshal
13890
13891 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13892
13893         * shell/ev-sidebar.c: Construct an actual sidebar.
13894         * shell/ev-sidebar-bookmarks.[ch]:
13895         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13896
13897 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13898
13899         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13900         Redo size handling.
13901         
13902         * shell/ev-view.c: Track the size from the document.
13903
13904 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13905
13906         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13907         constructor assumes ownership of the string passed in.
13908         
13909         * shell/ev-window.c (ev_window_open): Destroy the error
13910         dialog once we've displayed it.
13911
13912 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13913
13914         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13915         a bit, it works! (sort of)
13916
13917         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13918         Move to .cc since we need to use C++ in the implementation.
13919
13920         * shell/dummy.cc: Add a CC file to force evince
13921         to be linked as a C++ program.
13922
13923 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13924
13925         * shell/ev-view.[ch]: Start of content-area widget.
13926
13927         * shell/ev-window.c: Create a EvView, update it
13928         as we change documents.
13929
13930         * shell/Makefile.am shell/ev-marshal.list: Add
13931         generated marshalers.
13932
13933 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13934
13935         * Makefile.am (SUBDIRS): move shell.
13936
13937 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13938
13939         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13940         .a to libtool convenience libraries.
13941
13942         * shell/ev-window.c (ev_window_open): Hard code loading
13943         a PDF document.
13944         
13945         * backend/ev-document.h: Add a boolean return to load(),
13946         fix GError * to GError **.
13947
13948         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13949         object for a PDF backend EvDocument.
13950
13951 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13952
13953         * dvi/*: New directory with the beginning of a .dvi backend.
13954
13955 2004-12-21  Havoc Pennington  <hp@redhat.com>
13956
13957         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13958         previous/next instead of back/forward
13959
13960 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13961
13962         * backend/ev-document.[ch]: Fix a couple of problems so
13963         it compile.
13964
13965 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13966
13967         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13968         to backend/ directory, rename EvViewer to EvDocument.
13969
13970 2004-12-21  Havoc Pennington  <hp@redhat.com>
13971
13972         * shell/ev-window.c: hook up the find bar widget; now we just need
13973         a document to find things in
13974
13975         * shell/eggfindbar.c: a find bar widget
13976
13977 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13978
13979         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13980
13981 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13982
13983         * pdf/**: Import of xpdf code from gpdf. 
13984
13985         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13986
13987         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13988         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13989         Fix FreeType includes.
13990
13991         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13992         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13993         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13994         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13995         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13996         Include xpdfconfig.h
13997         
13998 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13999
14000         * shell/ev-window.c (ev_window_dispose): dispose can be called
14001         multiple times.
14002
14003 2004-12-21  Havoc Pennington  <hp@redhat.com>
14004
14005         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14006         rather than Evince
14007
14008         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14009         items; really they should be synced with the strings, etc. from
14010         current gpdf, but just getting the boring typing out of the way 
14011
14012 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14013
14014         * po/POTFILES.in:
14015         * shell/ev-application.c: (window_destroy_cb):
14016         * shell/ev-window.c:
14017         * shell/main.c: (main):
14018
14019         Actually show the window...
14020
14021 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14022
14023         * Makefile.am:
14024         * shell/Makefile.am:
14025         * shell/ev-application.c: (ev_application_class_init):
14026         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14027
14028         Make it build again
14029
14030 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14031
14032         Import to gnome cvs.
14033         
14034         * Remove copies of gpdf and ggv trees.
14035         * Rip out all the recursive configure code.
14036         * Remove bonobo machinery.
14037         * viewer/*: GInterfaces that backends should/can implement.
14038
14039 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14040
14041         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14042         typo
14043
14044 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14045
14046         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14047         (ev_application_finalize, ev_application_class_init)
14048         (ev_application_init): use GType instance private data for priv.
14049
14050         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14051         (ev_window_finalize, ev_window_class_init)
14052         (ev_window_init): ditto.
14053
14054 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14055
14056         * shell/ev-application.c (ev_application_new_window): make public
14057         (ev_application_show_initial_window): kill.
14058
14059         * shell/ev-application.h: update prototypes.
14060
14061         * shell/main.cc (main): inline ev_application_show_initial_window.
14062
14063 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14064
14065         * shell/ev-application.c (ev_application_new_window): impl.
14066         (ev_application_show_initial_window): use it.
14067         (is_window_empty, ev_application_get_empty_window): returns an
14068         existing empty window or a new one.
14069         (ev_application_open): from ev_window_cmd_file_open.
14070
14071         * shell/ev-application.h: update prototypes
14072
14073         * shell/ev-window.c (ev_window_is_empty): impl.
14074         (ev_window_open): make public.
14075         (ev_window_cmd_file_open): use ev_application_open
14076
14077         * shell/ev-window.h: update prototypes, remove unused.
14078
14079 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14080
14081         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14082         move destroy handler out of here...
14083
14084         * shell/ev-application.c, shell/ev-application.h: ...into this new
14085         class. Also handles initial window creation.
14086
14087         * shell/main.cc (main): use EvApplication to create initial
14088         window.
14089
14090 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14091
14092         * Makefile.am (SUBDIRS): add cut-n-paste
14093
14094         * cut-n-paste/Makefile.am: add
14095
14096         * configure.ac: generate Makefiles in cut-n-paste
14097
14098 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14099
14100         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14101         (ev_window_class_init): install ev_window_dispose.
14102
14103 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14104
14105         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14106         char (gchar looks stupid).
14107
14108 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14109
14110         * po/de.po: updated German translation.
14111
14112 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14113
14114         * configure.ac: add more pkg-config library checks for gnome-vfs,
14115         bonobo etc.
14116
14117         * gpdf/configure.in: temporarily disable libpaper
14118         checks. Otherwise I'd have to add the checks for the shell, too.
14119
14120 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14121
14122         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14123         and * file filters to the file choose.
14124
14125 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14126
14127         * po/de.po: Updated German translation.
14128
14129 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14130
14131         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14132
14133 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14134
14135         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14136
14137         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14138         (ev_window_init): implement those menuitems.
14139
14140 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14141
14142         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14143
14144         * shell/ev-window.c (ev_window_init): use the toolbar.
14145
14146 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14147
14148         * shell/ev-window.c (ev_window_init): use menu translations
14149
14150 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14151
14152         * configure.ac: add "de" to ALL_LINGUAS.
14153
14154         * po/de.po: add German translation.
14155
14156 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14157
14158         * Makefile.am (SUBDIRS): add po
14159
14160         * configure.ac: check intltool, glib-gettext etc, generate
14161         po/Makefile.in
14162
14163         * po, po/POTFILES.in, po/POTFILES.skip: new.
14164
14165 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14166
14167         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14168         already use (#ifdef ENABLE_NLS)
14169
14170         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14171         pointer indirection thinko.
14172
14173         * shell/main.c: include gi18n.h for bindtextdomain etc.
14174
14175 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14176
14177         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14178         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14179         tooltips for menu items in the statusbar.
14180
14181 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14182
14183         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14184         pkgdatadir drop UIDIR
14185
14186 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14187
14188         * data/evince-ui.xml: Add File->Open menu item
14189
14190         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14191         chooser), hook it up in the ui manager.
14192
14193 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14194
14195         * shell/ev-window.c: fix Help->About tooltip.
14196
14197 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14198
14199         * configure.ac: set CFLAGS for libevprivate.
14200
14201         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14202         definitions, factory etc.
14203
14204         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14205
14206         * shell/Makefile.am: link against libevprivate.a.
14207
14208         * shell/ev-window.c (entries): add stock icon to Help->About.
14209
14210         * shell/main.c (main): init stock icon code.
14211
14212 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14213
14214         * lib/recent-files: egg recent files code
14215
14216         * lib/Makefile.am: add.
14217
14218         * Makefile.am: add lib subdir.
14219
14220         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14221         set CFLAGS for recent-files.
14222
14223 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14224
14225         * configure.ac: disable -ansi and -pedantic gcc flags. They
14226         disable POSIX stuff in stdio.h, but egg-recent uses them.
14227
14228 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14229
14230         * configure.ac: add --disable-deprecated flag (defaults to on in
14231         "cvs" builds).
14232
14233         * shell/Makefile.am (INCLUDES): use it.
14234
14235 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14236
14237         * shell/main.c: add missing #include.
14238
14239         * shell/ev-window.c: fix for pedantic gcc.
14240         (ev_window_cmd_help_about): split license into paragraphs for
14241         translators and pedantic compilers.
14242
14243 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14244
14245         * configure.ac: add more warning flags if compiling with gcc from
14246         cvs (or explicitly requested with --enable-more-warnings).
14247
14248 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14249
14250         * data/evince-ui.xml: add File and File->Close menu.
14251
14252         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14253         (ev_window_destroy): quit after destroy.
14254         (ev_window_class_init): override GtkObject::destroy.
14255         (entries): install close_window callback.
14256
14257 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14258
14259         * Makefile.am (SUBDIRS): add data subdir.
14260
14261         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14262         gtk+ 2.5.0 for GtkAboutDialog.
14263
14264         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14265         main window.
14266
14267         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14268
14269         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14270         manager.
14271         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14272
14273 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14274
14275         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14276
14277 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14278
14279         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14280
14281 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14282
14283         * shell/*: Added shell directory boilerplate, build it.
14284
14285 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14286
14287         * configure.ac, Makefile.am: Added top-level configure.ac and
14288         Makefile.am