]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Clean up the media player keys stuff.
[evince.git] / ChangeLog
1 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-application.c: (ev_application_get_media_keys):
4         * shell/ev-media-player-keys.[ch]:
5         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
6         (ev_media_player_keys_grab_keys),
7         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
8         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
9         * shell/ev-window.[ch]: (ev_window_dispose),
10         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
11         (ev_window_init):
12
13         Clean up the media player keys stuff.
14         
15 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * NEWS:
18         * configure.ac:
19
20         Update for release 2.23.91.
21         
22 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * cut-n-paste/smclient/eggsmclient-xsmp.c:
25         (sm_client_xsmp_set_initial_properties):
26
27         Fix memory leak.
28         
29 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * shell/ev-application.c: (ev_application_open_window),
32         (ev_application_open_uri_at_dest):
33
34         Make sure evince starts up in the right workspace when resuming a
35         previous session.
36         
37 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * shell/ev-application.[ch]: (ev_application_open_window),
40         (ev_application_add_icon_path_for_screen),
41         (ev_application_open_uri_at_dest):
42
43         Fix window manager warnings shown in ~/.xsession-errors
44         
45 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * configure.ac:
48         * cut-n-paste/Makefile.am:
49         * cut-n-paste/smclient/Makefile.am:
50         * cut-n-paste/smclient/eggdesktopfile.[ch]:
51         * cut-n-paste/smclient/eggsmclient-private.h:
52         * cut-n-paste/smclient/eggsmclient-xsmp.c:
53         * cut-n-paste/smclient/eggsmclient.[ch]:
54
55         EggSMClient copied from libegg
56
57         * libdocument/ev-file-helpers.c: (ev_dot_dir):
58         * shell/Makefile.am:
59         * shell/ev-application.[ch]: (ev_application_load_session),
60         (smclient_save_state_cb), (smclient_quit_cb),
61         (ev_application_init_session), (ev_application_shutdown),
62         (ev_application_init):
63         * shell/main.c: (main):
64
65         Use EggSMClient instead of gnome-client and remove libgnome and
66         libgnomeui dependencies.
67         
68 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * shell/main.c: (main):
71
72         Remove gnome_authentication_manager_init.
73         
74 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * shell/ev-view.c: (ev_view_goto_window_create):
77
78         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
79         since it's now deprecated.
80         
81 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * backend/djvu/Makefile.am:
84         * backend/djvu/djvu-document-private.h:
85         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
86         (djvu_document_find_iface_init):
87         * backend/djvu/djvu-text-page.[ch]:
88         * backend/djvu/djvu-text.[ch]: Removed
89         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
90         (pdf_document_find_iface_init):
91         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
92         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
93         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
94         (ev_job_find_get_n_results), (ev_job_find_get_progress),
95         (ev_job_find_has_results), (ev_job_find_get_results):
96         * shell/ev-view-private.h:
97         * shell/ev-view.[ch]: (ev_view_expose_event),
98         (highlight_find_results), (ev_view_finalize),
99         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
100         (ev_view_set_document), (ev_view_find_get_n_results),
101         (ev_view_find_get_result), (jump_to_find_result),
102         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
103         (ev_view_find_previous), (ev_view_find_search_changed),
104         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
105         * shell/ev-window.c: (ev_window_update_actions),
106         (page_changed_cb), (ev_window_setup_document),
107         (ev_window_update_find_status_message),
108         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
109         (ev_window_clear_find_job), (find_bar_close_cb),
110         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
111         (ev_window_dispose), (ev_window_init):
112
113         Rework find interface. The find logic has been moved from backends
114         to the shell avoiding a lot of duplicated code in the backends and
115         making easier to implement the find interface in the backends.
116         
117 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * backend/pdf/ev-poppler.cc:
120         (pdf_document_thumbnails_get_dimensions):
121
122         Make sure thumbnail size returned by the PDF is actually
123         valid. Fixes bug #548462.
124         
125 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * shell/ev-window.c: (ev_window_setup_document),
128         (ev_window_set_document), (ev_window_dispose):
129
130         Remove the idle function for setting the document up when the
131         window is destroyed. Fixes bug #549163.
132         
133 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
134
135         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
136         (ev_job_attachments_dispose), (ev_job_attachments_run),
137         (ev_job_attachments_class_init), (ev_job_attachments_new):
138         * shell/ev-sidebar-attachments.c:
139         (ev_sidebar_attachments_set_document):
140
141         Add a new job to get the attachments in a thread with the document
142         lock held. Fixes bug #548653.
143         
144 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
147         (tiff_document_document_iface_init):
148
149         Implement document_get_page_label in tiff backend.
150         
151 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * backend/tiff/tiff-document.c: (tiff_document_render):
154
155         Handle document orientation in tiff backend. Fixes bug #548444.
156         
157 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
160
161         Do not crash when adjustment page size is 0. Fixes bug #547440.
162         
163 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * cut-n-paste/evmountoperation/ev-mount-operation.c:
166
167         Sync with current GTK+.
168         
169 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
170
171         * configure.ac:
172         
173         Update for release 2.23.6.
174
175 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
178         (ev_job_load_set_password):
179         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
180         * shell/ev-window.c: (password_dialog_response),
181         (ev_window_load_job_cb):
182
183         Fix loading encrypted documents since I broke it with the jobs
184         rework.
185         
186 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
187
188         * NEWS:
189
190         Update NEWS for 2.23.6 release.
191         
192 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
193
194         * backend/impress/impress-document.c:
195         * backend/impress/render.h:
196         * libdocument/ev-document-factory.c:
197         * libdocument/ev-document-factory.h:
198         * libdocument/ev-document-links.h:
199         * libdocument/ev-document-misc.c:
200         * libdocument/ev-document-misc.h:
201         * properties/ev-properties-main.c:
202         * properties/ev-properties-view.c:
203         * properties/ev-properties-view.h:
204         * shell/eggfindbar.c:
205         * shell/eggfindbar.h:
206         * shell/ev-application.c:
207         * shell/ev-application.h:
208         * shell/ev-jobs.h:
209         * shell/ev-message-area.h:
210         * shell/ev-navigation-action.c:
211         * shell/ev-navigation-action.h:
212         * shell/ev-open-recent-action.c:
213         * shell/ev-open-recent-action.h:
214         * shell/ev-page-action-widget.c:
215         * shell/ev-page-action.c:
216         * shell/ev-page-action.h:
217         * shell/ev-page-cache.h:
218         * shell/ev-password-view.h:
219         * shell/ev-password.h:
220         * shell/ev-pixbuf-cache.h:
221         * shell/ev-properties-fonts.c:
222         * shell/ev-sidebar-attachments.c:
223         * shell/ev-sidebar-links.c:
224         * shell/ev-sidebar-links.h:
225         * shell/ev-sidebar-thumbnails.c:
226         * shell/ev-sidebar-thumbnails.h:
227         * shell/ev-sidebar.c:
228         * shell/ev-sidebar.h:
229         * shell/ev-stock-icons.c:
230         * shell/ev-tooltip.h:
231         * shell/ev-view.c:
232         * shell/ev-view.h:
233         * shell/ev-window.c:
234         * shell/ev-window.h:
235         * shell/main.c:
236
237         More #include cleanups. Again: reordering, single gtk.h
238         includes and other stuff.
239
240 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
241
242         * shell/eggfindbar.c:
243         * shell/ev-application.c:
244         * shell/ev-message-area.c:
245         * shell/ev-navigation-action.c:
246         * shell/ev-open-recent-action.c:
247         * shell/ev-page-action-widget.c:
248         * shell/ev-page-action.c:
249         * shell/ev-password-view.c:
250         * shell/ev-properties-dialog.c:
251         * shell/ev-properties-fonts.c:
252         * shell/ev-sidebar-attachments.c:
253         * shell/ev-sidebar-page.c:
254         * shell/ev-sidebar-thumbnails.c:
255         * shell/ev-stock-icons.c:
256         * shell/ev-tooltip.c:
257         * shell/ev-view.c:
258         * shell/ev-window.c:
259         * shell/main.c:
260
261         Cleanup many #include statements: reorder so that a
262         generic-to-specific order is used, use single gtk.h
263         includes, and some other cleanups.
264
265 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * shell/ev-jobs.h:
268
269         Add gio header.
270         
271 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
272
273         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
274         (ev_document_fc_mutex_trylock):
275         * shell/Makefile.am:
276         * shell/ev-job-queue.[ch]:
277         * shell/ev-job-scheduler.[ch]:
278         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
279         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
280         (ev_job_run), (ev_job_cancel), (ev_job_failed),
281         (ev_job_failed_from_error), (ev_job_succeeded),
282         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
283         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
284         (ev_job_links_class_init), (ev_job_render_init),
285         (notify_page_ready), (ev_job_render_page_ready),
286         (ev_job_render_run), (ev_job_render_class_init),
287         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
288         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
289         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
290         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
291         (ev_job_save_dispose), (ev_job_save_run),
292         (ev_job_save_class_init), (ev_job_print_init),
293         (ev_job_print_dispose), (ev_job_print_run),
294         (ev_job_print_class_init):
295         * shell/ev-page-cache.c:
296         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
297         (check_job_size_and_unref), (move_one_job),
298         (copy_job_to_job_info), (add_job),
299         (ev_pixbuf_cache_add_jobs_if_needed):
300         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
301         (job_fonts_finished_cb), (job_fonts_updated_cb),
302         (ev_properties_fonts_set_document):
303         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
304         (ev_sidebar_links_set_document):
305         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
306         (ev_sidebar_thumbnails_set_document),
307         (ev_sidebar_thumbnails_clear_job):
308         * shell/ev-view-private.h:
309         * shell/ev-view.c:
310         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
311         (ev_window_refresh_window_thumbnail), (password_dialog_response),
312         (ev_window_clear_load_job), (ev_window_clear_reload_job),
313         (ev_window_load_job_cb), (ev_window_reload_job_cb),
314         (window_open_file_copy_ready_cb), (ev_window_open_uri),
315         (ev_window_reload_document), (ev_window_clear_save_job),
316         (ev_window_save_job_cb), (file_save_dialog_response_cb),
317         (ev_window_clear_print_job), (ev_window_print_job_cb),
318         (ev_window_print_dialog_response_cb):
319         * shell/main.c: (main):
320
321         Rework the jobs system in order to make it simpler and more
322         extensible. It allows to run jobs in the main loop instead of
323         using a thread when it's appropriate like the fonts job. Now it's
324         also possible to cancel jobs that are currently running. 
325         
326 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * libdocument/ev-debug.c: (profile_init):
329
330         Create the hash table also when profiling service is enabled for
331         all sections.
332         
333 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * libdocument/ev-debug.[ch]: (ev_profiler_start),
336         (ev_profiler_stop):
337         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
338         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
339         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
340         (ev_job_print_run):
341         * shell/main.c: (main):
342
343         Add a profile mode available when debug is enabled. Add profilers
344         in ev-jobs.
345         
346 2008-07-23  Götz Waschk <waschk@mandriva.org>
347
348         * configure.ac: Correctly build desktop file. Fixes
349         bug #544237.
350
351 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
352
353         * configure.ac:
354         
355         Update for release 2.23.5.
356
357 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * NEWS:
360
361         Update NEWS for 2.23.5 release.
362         
363 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
364
365         * shell/ev-window.c: (ev_window_state_event),
366         (ev_window_class_init):
367
368         Intercept window manager's fullscreen request in order to run/stop
369         fullscreen mode. Fixes bug #493541.
370         
371 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * shell/ev-window.c: (find_bar_visibility_changed_cb):
374
375         Restart the job search when the find bar is opened for the second
376         time. Fixes bug #531956.
377         
378 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
381         (get_document_from_uri):
382
383         Make sure we always return a valid error struct when
384         get_document_from_uri fails. Fixes nautilus crash, see bug
385         #542548.
386         
387 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
388
389         * libdocument/ev-transition-effect.c
390         (ev_transition_effect_type_get_type),
391         (ev_transition_effect_alignment_get_type),
392         (ev_transition_effect_direction_get_type):
393         
394         Fixes bug #542924. Makes enums static to fix Solaris build.
395
396 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * shell/ev-view.c: (ev_view_key_press_event):
399
400         Add '.' keybinding for blanking the screen in presentation
401         mode. Fixes bug #542001.
402         
403 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * libdocument/ev-document-misc.c:
406         (ev_document_misc_pixbuf_from_surface):
407
408         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
409         #540950.
410         
411 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
412
413         * backend/comics/comics-document.c (comics_document_load):
414         * backend/comics/comicsdocument.evince-backend.in:
415         * configure.ac:
416         * thumbnailer/evince-thumbnailer-comics.schemas.in:
417         
418         Added support for 7-zip based cb7 comic book. Patch by
419         Kartik Rustagi. Fixes bug #532312.
420
421 2008-06-24  Bastien Nocera  <hadess@hadess.net>
422
423         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
424         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
425         Fixes bug #539972.
426
427 2008-06-24  Bastien Nocera  <hadess@hadess.net>
428
429         * shell/Makefile.am:
430         * shell/ev-application.c (ev_application_init),
431         (ev_application_get_media_keys):
432         * shell/ev-application.h:
433         * shell/ev-marshal.list:
434         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
435         (proxy_destroy), (on_media_player_key_pressed),
436         (ev_media_player_keys_init), (ev_media_player_keys_focused),
437         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
438         * shell/ev-media-player-keys.h:
439         * shell/ev-window.c (ev_window_go_previous_page),
440         (ev_window_go_next_page), (ev_window_go_first_page),
441         (ev_window_go_last_page), (ev_window_start_presentation),
442         (ev_window_dispose), (view_actions_focus_in_cb):
443         * shell/ev-window.h: When building with D-Bus support, listen
444         for multimedia key events from gnome-settings-daemon. This allows
445         to go to the next/previous/first/last pages using, respectively,
446         Next/Previous/Rewing/Fast Forward. The Play button is used to start
447         a presentation. Fixes bug #539971.
448
449 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
450
451         * configure.ac:
452         
453         Update for release 2.23.4.
454
455 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
456
457         * NEWS:
458
459         Update news for 2.23.4 release.
460         
461 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
464         * shell/ev-sidebar-thumbnails.c:
465         (ev_sidebar_thumbnails_set_loading_icon),
466         (ev_sidebar_thumbnails_refresh):
467         * shell/ev-window.c: (ev_window_error_message),
468         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
469         (ev_window_set_document):
470
471         Do not crash opening documents with no pages and show a warning
472         message in the message area. Fixes bugs #537574 and #171588.
473         
474 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
475
476         * shell/Makefile.am:
477         * shell/ev-file-monitor.[ch]:
478         * shell/ev-window.c: (ev_window_document_changed),
479         (ev_window_clear_reload_job), (ev_window_load_job_cb),
480         (ev_window_reload_job_cb), (ev_window_open_uri),
481         (ev_window_reload_document), (ev_window_cmd_view_reload),
482         (ev_window_dispose):
483
484         Automaticly reload the document when the file has changed on
485         disk. Bug #304249.
486         
487 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
488
489         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
490         * libdocument/ev-image.c: (ev_image_save_tmp):
491         * libdocument/ev-module.c: (ev_module_load):
492         * shell/ev-application.c: (ev_application_shutdown),
493         (ev_application_get_print_settings):
494         * shell/ev-sidebar-attachments.c:
495         (ev_sidebar_attachments_button_press),
496         (ev_sidebar_attachments_drag_data_get):
497         * shell/ev-window.c: (window_save_file_copy_ready_cb),
498         (ev_window_print_finished), (ev_window_print_send),
499         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
500         (ev_window_preview_print_finished), (ev_window_do_preview_print),
501         (ev_window_cmd_preview_print):
502         * shell/main.c: (load_files_remote):
503         Fix some build warnings under GCC 4.3.0. (#537535).
504
505 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * shell/ev-jobs.c: (ev_job_render_dispose):
508
509         Fix a crash in debug mode. Patch by Daniel M German.
510         
511 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * shell/ev-window.c:
514
515         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
516         
517 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * shell/ev-window.c: (ev_window_print_send),
520         (ev_window_do_preview_print):
521
522         Use the window title as print job name instead of just
523         "evince-print". Fixes bug #534493.
524         
525 2008-05-19  Frederic Peters  <fpeters@0d.be>
526
527         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
528         Bug #533897.
529
530 2008-05-19  Frederic Peters  <fpeters@0d.be>
531
532         * help/reference/Makefile.am: added missing libevmountoperation to
533         gtkdoc-scanobj libraries.  Bug #533896.
534
535 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
536
537         * properties/ev-properties-view.c (get_default_user_units):
538         Fixes check for default units string translation. Bug #533323.
539
540 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
541
542         * backend/impress/iksemel.c (sax_core): Fix a free() that should
543         be an iks_free(). Fix an array overflow in the XML parser that
544         would occur whenever the number of attributes in a tag was greater
545         than 0 and divisible by 6. Fixes GNOME bug #530852.
546
547 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * backend/djvu/djvu-document-private.h:
550         * backend/djvu/djvu-links.c:
551         * backend/djvu/djvu-text.c:
552         * backend/djvu/djvu-document.c: (djvu_handle_events),
553         (djvu_wait_for_message), (djvu_document_load),
554         (document_get_page_size), (djvu_document_render),
555         (djvu_document_thumbnails_get_thumbnail),
556         (djvu_document_file_exporter_end):
557
558         Make sure load job doesn't finish successfully when the document
559         is not successfully decoded by libdjvu. Fixes bug #530202.
560         
561 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * configure.ac:
564         * libdocument/Makefile.am:
565         * libdocument/ev-debug.[ch]:
566         * libdocument/ev-document.c:
567         * shell/ev-jobs.c: (ev_job_links_dispose),
568         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
569         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
570         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
571         (ev_job_render_page_ready), (ev_job_render_run),
572         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
573         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
574         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
575         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
576         (ev_job_print_new), (ev_job_print_run):
577         * shell/main.c: (main):
578
579         Add debug mode based on gedit code. Add debug messages in
580         ev-jobs.
581         
582 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * libdocument/ev-document-factory.c: (get_document_from_uri):
585
586         Fix memory leak.
587         
588 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
589
590         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
591         (get_mime_type_from_data), (get_document_from_uri),
592         (ev_document_factory_get_document):
593         
594         Improved error message about file opening failture.
595         Bug #529129.
596
597 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
598
599         * data/evince-toolbar.xml:
600         
601         Allow to add SaveAs to toolbar.
602
603 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * shell/ev-view-private.h:
606         * shell/ev-view.[ch]: (ev_view_button_release_event),
607         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
608         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
609         (ev_view_update_primary_selection), (clear_link_selected),
610         (ev_view_copy_link_address):
611         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
612
613         Update also the primary selection when copying a link
614         address. Fixes bug #520855.
615         
616 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * libdocument/ev-document-factory.c: (get_document_from_uri):
619
620         Use the pixbuf backend only when the mime type is not supported by
621         any of the other backend so that tiff documents, for instance, are
622         handled by the tiff backend instead of the pixbuf backend. fixes
623         bug #520290.
624         
625 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * cut-n-paste/Makefile.am:
628
629         Add evmountoperation to subdirs list.
630         
631 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * configure.ac:
634
635         Fix libspectre check in configure script. Fixes bug #528549.
636         
637 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
638
639         * configure.ac:
640         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
641         * shell/Makefile.am:
642         * shell/ev-window.c: (ev_window_load_remote_failed),
643         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
644
645         Add GtkMountOperation (renamed to avoid conflicts) to be able to
646         open documents in remote locations that are not mounted.
647         
648 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
649
650         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
651         (bitmap_convert_msb8):
652         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
653         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
654
655         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
656         
657 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
658
659         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
660         (ev_job_render_new), (ev_job_render_set_selection_info),
661         (ev_job_render_run):
662         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
663         (check_job_size_and_unref),
664         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
665         (add_job), (ev_pixbuf_cache_get_selection_surface):
666
667         Create the render context needed for rendering a page in the render
668         thread so that we don't block the main thread. Simplify
669         EvJobRender API.
670         
671 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
672
673         * libdocument/Makefile.am:
674         * libdocument/ev-page.[ch]:
675         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
676         (ev_render_context_new), (ev_render_context_set_page):
677         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
678         (ev_form_field_finalize), (ev_form_field_class_init):
679         * libdocument/ev-document-forms.[ch]:
680         (ev_document_forms_get_form_fields):
681         * libdocument/ev-document.[ch]: (ev_document_get_page),
682         (ev_document_get_page_size), (ev_document_get_page_label):
683         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
684         (ev_job_render_run), (ev_job_thumbnail_new),
685         (ev_job_thumbnail_run), (ev_job_print_run):
686         * shell/ev-page-cache.c: (ev_page_cache_new):
687         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
688         (check_job_size_and_unref), (add_job):
689         * shell/ev-sidebar-thumbnails.c: (add_range):
690         * shell/ev-view.c: (ev_view_form_field_get_region),
691         (ev_view_form_field_button_create_widget),
692         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
693         (ev_view_handle_form_field), (ev_view_size_allocate),
694         (get_selected_text):
695         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
696         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
697         (pdf_document_get_page), (pdf_document_get_page_label),
698         (pdf_document_render), (pdf_document_get_info),
699         (pdf_document_document_iface_init),
700         (pdf_document_thumbnails_get_thumbnail),
701         (pdf_document_thumbnails_get_dimensions),
702         (pdf_document_file_exporter_do_page),
703         (pdf_selection_render_selection),
704         (pdf_selection_get_selected_text),
705         (pdf_selection_get_selection_region),
706         (pdf_selection_get_selection_map),
707         (pdf_document_forms_get_form_fields),
708         (pdf_document_forms_form_field_text_get_text),
709         (pdf_document_forms_form_field_text_set_text),
710         (pdf_document_forms_form_field_button_set_state),
711         (pdf_document_forms_form_field_button_get_state),
712         (pdf_document_forms_form_field_choice_get_item),
713         (pdf_document_forms_form_field_choice_get_n_items),
714         (pdf_document_forms_form_field_choice_is_item_selected),
715         (pdf_document_forms_form_field_choice_select_item),
716         (pdf_document_forms_form_field_choice_toggle_item),
717         (pdf_document_forms_form_field_choice_unselect_all),
718         (pdf_document_forms_form_field_choice_set_text),
719         (pdf_document_forms_form_field_choice_get_text):
720         * backend/ps/ev-spectre.c: (ps_document_get_page),
721         (ps_document_get_page_size), (ps_document_get_page_label),
722         (ps_document_render), (ps_document_document_iface_init),
723         (ps_document_file_exporter_do_page):
724         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
725         (tiff_document_render), (tiff_document_render_pixbuf),
726         (tiff_document_file_exporter_do_page):
727         * backend/pixbuf/pixbuf-document.c:
728         (pixbuf_document_get_page_size):
729         * backend/comics/comics-document.c:
730         (comics_document_get_page_size), (comics_document_render_pixbuf):
731         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
732         (djvu_document_render), (djvu_selection_get_selected_text),
733         (djvu_document_thumbnails_get_thumbnail),
734         (djvu_document_file_exporter_do_page),
735         (djvu_document_find_get_result):
736         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
737         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
738         (dvi_document_thumbnails_get_thumbnail),
739         (dvi_document_file_exporter_do_page):
740         * backend/impress/impress-document.c:
741         (impress_document_get_page_size),
742         (impress_document_render_pixbuf):
743         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
744
745         Add EvPage so that we can hold a reference to the backend
746         page. Form fields keep now a reference to the poppler page
747         improving performance since we don't have to create/destroy the
748         poppler field for every form operation. This will be needed for
749         annotations too.
750         
751 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * data/evince-ui.xml:
754         * shell/ev-window.c:
755
756         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
757         
758 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * configure.ac:
761         * backend/ps/Makefile.am:
762
763         Remove gs stuff from ps backend.
764         
765 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * configure.ac:
768         * backend/pdf/ev-poppler.cc:
769
770         Bump poppler requirement to 0.8.0.
771         
772 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
773
774         * NEWS:
775         * configure.ac:
776
777         Update for release 2.22.1.1
778
779 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
780
781         * configure.ac:
782
783         Fix build (again) when poppler version is 0.6
784         
785 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * backend/djvu/djvu-links.c: (build_tree):
788
789         Make sure link title is a valid utf8 string. Fixes bug #526517.
790         
791 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * configure.ac:
794
795         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
796         #526799.
797         
798 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
799
800         * configure.ac:
801         
802         Update for release 2.22.1.
803
804 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * NEWS:
807
808         Update for upcoming release.
809
810 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * configure.ac:
813         * backend/dvi/dvidocument.evince-backend.in:
814
815         Add compressed dvi to the list of supported mime types. Patch by
816         Ed Catmur. Fixes bug #307087.
817
818 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * shell/ev-jobs.c: (ev_job_print_get_page_list):
821
822         Fix a crash when printing a range that doesn't specify the start or
823         end page. Fixes bug #524288.
824
825 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * shell/ev-window.c: (ev_window_cmd_continuous),
828         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
829         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
830         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
831         (ev_window_run_presentation), (ev_window_stop_presentation),
832         (ev_window_cmd_view_presentation),
833         (ev_window_cmd_leave_fullscreen),
834         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
835
836         Do not unfullscreen and fullscreen again the window when changing
837         from fullscreen to presentation mode and vice versa. Fixes bug
838         #524112.
839         
840 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
843
844         Do not crash when thumbnail failed to render in PS backend. Fixes
845         bug #525015.
846         
847 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * shell/ev-window.c: (window_open_file_copy_ready_cb),
850         (ev_window_load_file_remote), (ev_window_open_uri):
851
852         Handle errors when opening remote files.
853         
854 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * shell/ev-page-action.c: (ev_page_action_grab_focus):
857
858         Only grab the focus for the current visible proxy widget. Fixes
859         bug #521224.
860         
861 2008-03-30  Emil Soleyman  <emil@nishra.com>
862
863         * shell/ev-window.c: (launch_external_uri):
864         
865         Reuse g_app_info_launch_default_for_uri to
866         save some code and fix bug #525009.
867
868 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
869
870         * shell/ev-window.c (image_save_dialog_response_cb):
871
872         Use g_str_has_suffix. See bug #523069.
873
874 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * configure.ac:
877
878         Add a configure option to enable/diable DBus. Patch by Rémi
879         Cardona. Fixes bug 521797.
880
881 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
884
885         Fix printing in documents with rotated pages. Patch by Eugen
886         Dedu. Fixes bug #512648.
887         
888 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
891         (ev_link_from_action):
892
893         Fix warning messages.
894         
895 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * shell/ev-window.c: (image_save_dialog_response_cb):
898
899         Do not append the extension to filename when saving an image
900         if the filename alredy contains the extension. Fixes bug #523069.
901         
902 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * shell/ev-view.[ch]: (ev_view_find_cancel):
905         * shell/ev-window.c: (find_bar_close_cb):
906
907         Cancel the find operation when the find bar is closed. Fixes bug
908         #508845.
909         
910 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
911
912         * backend/ps/psdocument.evince-backend.in:
913
914         Make ps backend module resident. Fixes bug #520607.
915         
916 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * shell/ev-jobs.c: (ev_job_print_run):
919
920         Invert collate action in order to work as expected, fix reverse
921         printing so that it doesn't start with a blank page and fix number
922         of copies. Patch by Eugen Dedu. Fixes bug #365332.
923         
924 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
925
926         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
927
928         Fix build with poppler <= 0.7.2
929         
930 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * libdocument/ev-document-misc.c:
933         (ev_document_misc_surface_from_pixbuf):
934
935         Fix selections with poppler-splash.
936         
937 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * configure.ac:
940         * backend/pdf/ev-poppler.cc:
941
942         Fix build with poppler >= 0.7.2
943         
944 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
945
946         * configure.ac:
947         
948         Update for release 2.22.0
949
950 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * NEWS:
953
954         Update for upcoming release.
955
956 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
957
958         * shell/ev-window.c (ev_window_print_dialog_response_cb):
959
960         Bug 495107 – Handle print dialog responses correctly
961
962         Correctly handle print dialog response. Properly fixes
963         the above mentioned bug.
964
965 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
968
969         Make sure print job is only run when the print button is
970         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
971         
972 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * backend/pdf/pdfdocument.evince-backend.in:
975         * libdocument/ev-backends-manager.c:
976         (ev_backends_manager_load_backend),
977         (ev_backends_manager_get_document):
978         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
979
980         Allow making backend modules resident. This is needed only for
981         some backends like pdf to avoid registering glib types more than
982         once.
983         
984 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * backend/comics/comics-document.c:
987         * backend/djvu/djvu-document.c:
988         * backend/impress/impress-document.c:
989         * backend/pdf/ev-poppler.cc:
990         * backend/pixbuf/pixbuf-document.c:
991         * backend/ps/ev-spectre.c:
992         * backend/ps/ps-document.c:
993         * backend/tiff/tiff-document.c:
994         * libdocument/ev-document.h:
995         * properties/ev-properties-main.c:
996
997         Use g_type_module_add_interface instead of
998         g_type_add_interface_static. Fixes bug #519679.
999         
1000 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1001
1002         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1003         Added. Returns whether the animation has everything necessary to run.
1004         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1005         is ready just because it's been created. Fixes #519106.
1006         (draw_one_page): Do not show the "Loading..." text in presentation
1007         mode, there was a slim probability that this could happen.
1008
1009 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1010
1011         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1012
1013         Duplicate mime_type string before freeing it so that it doesn't
1014         always fail when getting mime type from uri. Fixes bug #518874.
1015         
1016 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1017
1018         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1019
1020         Fix a crash when a choice form field doesn't have any item
1021         selected. Fixes bug #518831
1022         
1023 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1024
1025         * shell/ev-window.c (ev_window_clear_temp_file):
1026         Use g_file_has_prefix instead of renamed
1027         g_file_contains_file.
1028
1029         * configure.ac:
1030         Require new glib for above change.
1031         
1032 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * libdocument/ev-image.c: (ev_image_finalize),
1035         (ev_image_save_tmp):
1036
1037         Return a real uri instead of a filename when saving an
1038         image. Fixes images drag an drop from evince to nautilus. 
1039         
1040 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * backend/pdf/ev-poppler.cc:
1043         (pdf_document_images_get_image_mapping):
1044
1045         Return the image list in the right order. Fixes bug #516237.
1046         
1047 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1048
1049         * backend/impress/impress-document.c:
1050         (impress_document_thumbnails_get_thumbnail):
1051
1052         Remove unused variable to avoid a compiler warning.
1053
1054 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1055
1056         * configure.ac:
1057         
1058         Update for release 2.21.91.
1059
1060 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * configure.ac:
1063         * shell/Makefile.am:
1064         * shell/ev-application.[ch]:
1065         * shell/ev-sidebar-links.c:
1066         * shell/ev-utils.[ch]:
1067         * shell/ev-window.[ch]:
1068
1069         Remove libgnomeprint support. Fixes bug #512370.
1070         
1071 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1072
1073         * thumbnailer/evince-thumbnailer.c: (main):
1074
1075         Initialize glib type system before using it. Fixes bug #513934.
1076         
1077 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * properties/ev-properties-main.c:
1080
1081         Add missing #include.
1082         
1083 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * configure.ac:
1086         * backend/djvu/djvu-document.c: (djvu_document_render):
1087         * backend/tiff/tiff-document.c: (tiff_document_render):
1088
1089         Use the new cairo function cairo_format_stride_for_width when
1090         available. Fixes bug #482720.
1091
1092 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1095         (get_mime_type_from_data), (get_document_from_uri):
1096
1097         Use g_content_type_guess() only when slow is true in
1098         get_document_from_uri(). Fix several memory leaks.
1099         
1100 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1101
1102         * libdocument/ev-document-factory.c:
1103         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1104         (get_document_from_uri):
1105
1106         Use g_content_type_guess () to get mimetype for files.
1107         Bug #510401.
1108
1109 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * thumbnailer/Makefile.am:
1112
1113         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1114         
1115 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1116
1117         * configure.ac:
1118
1119         Fix build with --without-libgnome. Fixes bug #512771.
1120         
1121 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1122
1123         * backend/dvi/Makefile.am: Install only dvi
1124         module. Fixes bug #512718.
1125
1126 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1127
1128         * properties/ev-properties-main.c: (nautilus_module_initialize):
1129         
1130         Initialize backends in properties tab. Fixes bug
1131         #512720.
1132
1133 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1134
1135         * properties/Makefile.am: No need to link with 
1136         libraries. Fixes bug #512719.
1137
1138 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1139
1140         * NEWS:
1141         * configure.ac:
1142         
1143         Update for release 2.21.90.
1144
1145 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * shell/ev-window.c: (ev_window_cmd_escape):
1148
1149         Fix compile warning.
1150         
1151 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1154
1155         Fix printing in dvi backend when filename contains white
1156         espaces. Fixes bug #502839.
1157         
1158 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1161         (screensaver_disable_x11):
1162         * shell/Makefile.am:
1163         * shell/xdg-user-dir-lookup.c: Removed
1164         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1165         * shell/ev-view.c: (ev_view_presentation_transition_start):
1166         * shell/ev-window.c: (ev_window_cmd_file_open),
1167         (ev_window_cmd_save_as), (presentation_set_timeout):
1168
1169         Remove #ifdefs that are no longer needed.
1170         
1171 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * shell/ev-view.[ch]: (ev_view_button_release_event),
1174         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1175         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1176         (ev_window_cmd_escape):
1177
1178         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1179         
1180 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * configure.ac:
1183         * backend/comics/comics-document.c: (comics_document_load):
1184         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1185         (ev_attachment_set_property), (ev_attachment_init),
1186         (ev_attachment_save), (ev_attachment_launch_app),
1187         (ev_attachment_open):
1188         * libdocument/ev-document-factory.c: (get_document_from_uri):
1189         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1190         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1191         * shell/ev-jobs.c:
1192         * shell/ev-password.c: (ev_password_dialog_set_property),
1193         (ev_password_dialog_save_password):
1194         * shell/ev-sidebar-attachments.c:
1195         (ev_sidebar_attachments_drag_data_get):
1196         * shell/ev-window-title.c: (get_filename_from_uri):
1197         * shell/ev-window.c: (ev_window_clear_temp_file),
1198         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1199         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1200         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1201         (launch_external_uri), (image_save_dialog_response_cb),
1202         (attachment_save_dialog_response_cb):
1203         * shell/main.c: (load_files), (load_files_remote), (main):
1204         * thumbnailer/evince-thumbnailer.c: (main):
1205
1206         Port to gio and drop gnome-vfs dependency. Fixes bug
1207         #510401. Based on patch by Cosimo Cecchi.
1208         
1209 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1210
1211         * NEWS:
1212
1213         Fixed formatting inconsistencies (spaces vs. tabs)
1214
1215 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1216
1217         * shell/ev-window.c:
1218
1219         Use top/up/bottom/down arrows instead of
1220         first/left/last/right in the toolbar and menu actions.
1221         This fixes issues with RTL languages and is visually
1222         consistent with the page view. Fixes bug #170081.
1223
1224 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1225
1226         * NEWS:
1227
1228         Fixed some inaccuracies pointed out by Carlos Garcia
1229         Campos.
1230
1231 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1232
1233         * NEWS:
1234         * data/evince.schemas.in:
1235         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1236
1237         Override PDF restrictions by default. Fixes bug #382700.
1238
1239 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1240
1241         * NEWS: Updated for upcoming release
1242
1243 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1244
1245         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1246
1247         Fix memory leak.
1248         
1249 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1250
1251         * shell/ev-window.c: (register_custom_actions):
1252         
1253         Added comment for translators
1254
1255 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-view.c: (ev_view_button_release_event):
1258
1259         Do not create the idle function for kinetic scrolling if we are
1260         not in a drag operation.
1261
1262 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1265         (ev_view_button_press_event), (ev_view_motion_notify_event),
1266         (ev_view_button_release_event):
1267
1268         Restore cursor after autoscrolling. Fixes bug #509958.
1269
1270 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1271
1272         * configure.ac:
1273         * backend/pdf/ev-poppler.cc:
1274         (pdf_document_images_get_image_mapping),
1275         (pdf_document_images_get_image),
1276         (pdf_document_document_images_iface_init):
1277         * libdocument/ev-document-images.[ch]:
1278         (ev_document_images_get_image_mapping),
1279         (ev_document_images_get_image):
1280         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1281         (ev_image_get_id), (ev_image_save_tmp):
1282         * shell/ev-jobs.c: (ev_job_render_run):
1283         * shell/ev-view.c: (ev_view_drag_data_get):
1284         * shell/ev-window.c: (image_save_dialog_response_cb),
1285         (ev_view_popup_cmd_copy_image):
1286
1287         Do not render images when rendering the page but on demand. It
1288         reduces the memory comsumption.
1289         
1290 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1291
1292         * configure.a:
1293         * shell/ev-password.c:
1294
1295         Make gnome-keyring optional. Fixes bug #509676.
1296         
1297 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * shell/ev-pixbuf-cache.c: (add_job):
1300
1301         Initialize include_images variable as FALSE instead of TRUE.
1302         
1303 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1304
1305         * configure.ac:
1306         * cut-n-paste/Makefile.am:
1307         * cut-n-paste/fileformatchooser/Makefile.am:
1308         * cut-n-paste/fileformatchooser/egg-macros.h:
1309         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1310         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1311         * shell/Makefile.am:
1312         * shell/ev-utils.c:
1313         (file_chooser_dialog_add_writable_pixbuf_formats),
1314         (get_gdk_pixbuf_format_by_extension):
1315         * shell/ev-utils.h:
1316         * shell/ev-window.c: (ev_window_error_message),
1317         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1318         
1319         Simplify image format selection on save.
1320
1321 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1322
1323         * shell/ev-view.c: (ev_view_scroll_event):
1324         
1325         Repair gorizontal scrolling with shift. Fixes
1326         bug #483412.
1327
1328 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1329         
1330         * MAINTAINERS:
1331
1332         Fix formatting issues.
1333         
1334 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1335
1336         * backend/comics/comics-document.c: (comics_regex_quote):
1337         
1338         Don't overquote special chars except of '. See bug 
1339         502500. Thanks to Tom Parker.
1340
1341 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1342
1343         * MAINTAINERS:
1344         
1345         Added Nickolay and Carlos, since they're doing most of
1346         the releases nowadays.
1347
1348 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1349
1350         * properties/Makefile.am:
1351
1352         Get the nautilus extension dir properly instead of using
1353         a hack. Fixes bug #505359.
1354
1355 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1356
1357         * properties/Makefile.am:
1358         
1359         Install nautilus extension into new place. See bug
1360         #505359. Thanks to Matthias Clasen, Brian Pepple and
1361         Damien Carbery.
1362
1363 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1364
1365         * shell/ev-window.c: (ev_window_get_recent_file_label):
1366         
1367         RTL marker in recent file list. See bug #509076.
1368
1369 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1370
1371         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1372         * shell/ev-window.c: (image_save_dialog_response_cb):
1373
1374         Fix compile warnings due to unused variables.
1375         
1376 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * configure.ac:
1379         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1380         * backend/ps/ev-spectre.c: (ps_document_render):
1381
1382         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1383
1384 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1385
1386         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1387         (ev_transition_animation_paint): Implement "fade" effect.
1388
1389 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1390
1391         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1392         (ev_transition_animation_paint): Implement "uncover" effect.
1393
1394 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1395
1396         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1397         (ev_transition_animation_paint): Implement "cover" effect.
1398
1399 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1400
1401         * shell/ev-transition-animation.c (ev_transition_animation_push)
1402         (ev_transition_animation_paint): Implement "push" effect.
1403
1404 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1405
1406         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1407         (ev_transition_animation_paint): Implement "dissolve" effect.
1408
1409 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1410
1411         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1412         (ev_transition_animation_paint): Implement "wipe" effect.
1413
1414 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1415
1416         * shell/ev-transition-animation.c (ev_transition_animation_box)
1417         (ev_transition_animation_paint): Implement "box" effect.
1418
1419 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1420
1421         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1422         (ev_transition_animation_paint): Implement "blinds" effect.
1423
1424 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1425
1426         * shell/ev-transition-animation.c (ev_transition_animation_split)
1427         (ev_transition_animation_paint): Implement "split" effect.
1428
1429 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1430
1431         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1432         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1433         (ev_view_transition_animation_start) 
1434         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1435         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1436         (ev_view_next_page) (ev_view_previous_page):
1437         
1438         Use EvTransitionAnimation to drive page changes in the presentation
1439         mode, the animation will wait to start until both the origin and 
1440         destination page surfaces are available. Fixes #458460.
1441
1442         (draw_loading_text):
1443
1444         Remove workaround for bug #320352, it's now fixed properly.
1445
1446
1447 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1448
1449         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1450         will contain the implementations for page transition animations, at
1451         the moment it just has the "replace" effect.
1452         * shell/Makefile.am: Added these files to build.
1453
1454 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1455
1456         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1457         animations.
1458         * shell/Makefile.am: Added these files to build.
1459
1460 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1461
1462         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1463         implementation to get_effect() in EvDocumentTransitionIface.
1464
1465 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1466
1467         * libdocument/ev-transition-effect.[ch]: New files, define a page
1468         transition effect, at the moment it maps PopplerPageTransition to a
1469         GObject.
1470         * libdocument/Makefile.am: Added these files to build.
1471         * libdocument/ev-document-transition.[ch]
1472         (ev_document_transition_get_effect): New method, gets the
1473         EvTransitionEffect returned by the interface implementation, with
1474         fallback to the "replace" effect.
1475
1476 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1477
1478         * configure.ac:
1479         * cut-n-paste/Makefile.am:
1480         * cut-n-paste/fileformatchooser/Makefile.am:
1481         * cut-n-paste/fileformatchooser/egg-macros.h:
1482         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1483         * shell/Makefile.am:
1484         * shell/ev-window.c: (image_save_dialog_response_cb),
1485         (ev_view_popup_cmd_save_image_as):
1486
1487         Allow exporting images in any format supported by
1488         GdkPixbuf. Fixes bug #500209.
1489         
1490 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1491
1492         * backend/pixbuf/pixbuf-document.c:
1493
1494         More warnings fixed.
1495         
1496 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1497
1498         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1499         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1500         * backend/djvu/djvu-text.h:
1501         * backend/tiff/tiff-document.c: (tiff_document_render):
1502
1503         Fix compile warnings.
1504         
1505 2007-12-28  Christian Persch  <chpe@gnome.org>
1506
1507         * **/*.c: Include config.h. Bug #504721.
1508
1509 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * configure.ac:
1512         * Makefile.am:
1513         * po/POTFILES.in:
1514         * backend/comics/Makefile.am:
1515         * backend/comics/comics-document.[ch]:
1516         * backend/comics/comicsdocument.evince-backend.in:
1517         * backend/djvu/Makefile.am:
1518         * backend/djvu/djvu-document.[ch]:
1519         * backend/djvu/djvudocument.evince-backend.in:
1520         * backend/dvi/Makefile.am:
1521         * backend/dvi/dvi-document.[c]:
1522         * backend/dvi/dvidocument.evince-backend.in:
1523         * backend/impress/Makefile.am:
1524         * backend/impress/impress-document.[ch]:
1525         * backend/impress/impressdocument.evince-backend.in:
1526         * backend/pdf/Makefile.am:
1527         * backend/pdf/ev-poppler.cc:
1528         * backend/pdf/ev-poppler.h:
1529         * backend/pdf/pdfdocument.evince-backend.in:
1530         * backend/pixbuf/Makefile.am:
1531         * backend/pixbuf/pixbuf-document.[ch]:
1532         * backend/pixbuf/pixbufdocument.evince-backend.in:
1533         * backend/ps/Makefile.am:
1534         * backend/ps/ev-spectre.[ch]:
1535         * backend/ps/ps-document.[ch]:
1536         * backend/ps/psdocument.evince-backend.in:
1537         * backend/tiff/Makefile.am:
1538         * backend/tiff/tiff-document.[ch]:
1539         * backend/tiff/tiffdocument.evince-backend.in:
1540         * libdocument/Makefile.am:
1541         * libdocument/ev-backends-manager.[ch]:
1542         * libdocument/ev-module.[ch]:
1543         * libdocument/ev-document.h:
1544         * libdocument/ev-document-factory.[ch]:
1545         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1546         (get_compression_from_mime_type), (get_document_from_uri),
1547         (ev_document_factory_get_document), (file_filter_add_mime_types),
1548         (ev_document_factory_add_filters):
1549         * shell/Makefile.am:
1550         * shell/ev-window-title.c: (get_filename_from_uri):
1551         * shell/main.c: (main):
1552         * thumbnailer/Makefile.am:
1553         * thumbnailer/evince-thumbnailer.c: (main):
1554
1555         Plugin system for backends. Fixes bug #351348.
1556         
1557 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1558
1559         * shell/ev-view-private.h:
1560         * shell/ev-view.c: (ev_view_drag_update_momentum),
1561         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1562         (ev_view_button_release_event), (ev_view_destroy):
1563         
1564         Kinetic scrolling implemented as requested in
1565         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1566
1567 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1568
1569         * data/evince-toolbar.xml:
1570         * data/evince-ui.xml:
1571         * shell/ev-view-private.h:
1572         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1573         (ev_view_button_press_event), (ev_view_motion_notify_event),
1574         (ev_view_button_release_event), (ev_view_init),
1575         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1576         (ev_view_set_cursor):
1577         * shell/ev-view.h:
1578         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1579         (ev_window_cmd_view_autoscroll):
1580         
1581         Autoscroll feature with the context menu. Fixes bug 
1582         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1583
1584 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1587
1588         Disconnect also page-ready signal when removing a job because the
1589         page size has changed. Thanks to kripken
1590         <kripkensteiner@gmail.com>.
1591
1592 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1593
1594         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1595         
1596         Scroll pages in page entry with mouse wheel. Fixes bug
1597         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1598
1599 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1600
1601         * backend/dvi/Makefile.am:
1602         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1603         (mdvi_cairo_device_init):
1604         * backend/dvi/mdvi-lib/common.h:
1605         * backend/dvi/mdvi-lib/mdvi.h:
1606         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1607         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1608         (mdvi_build_path_from_cwd):
1609
1610         Add ps specials support in dvi backend when libspectre is
1611         present. Fixes bug #386005.
1612         
1613 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * configure.ac:
1616         * backend/ps/Makefile.am:
1617         * backend/ps/ev-spectre.[ch]:
1618         
1619         Use libspectre, if available, for the ps backend. Fixes bugs
1620         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1621
1622 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1623         
1624         * backend/comics/comics-document.c: (comics_document_load):
1625         
1626         Cygwin build issue fix.
1627
1628 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * shell/ev-view.c: (ev_view_set_zoom):
1631
1632         Do not limit the minimum zoom factor when sizing mode is best bit
1633         or fit width. Fixes bug #503805.
1634         
1635 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1638         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1639         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1640         (ev_link_dest_get_property), (ev_link_dest_set_property),
1641         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1642         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1643         (ev_link_dest_new_fitr):
1644         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1645         (goto_fith_dest), (goto_xyz_dest):
1646
1647         Do not change left, top and zoom values when they are null in PDF
1648         destinations. Fixes bug #460658.
1649         
1650 2007-12-10  Christian Persch  <chpe@gnome.org>
1651
1652         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1653         (ev_view_accessible_class_init),
1654         (ev_view_accessible_idle_do_action),
1655         (ev_view_accessible_action_do_action),
1656         (ev_view_accessible_action_get_description),
1657         (ev_view_accessible_action_set_description),
1658         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1659         (ev_view_accessible_factory_init),
1660         (ev_view_accessible_factory_get_accessible_type):
1661         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1662         private data, and G_DEFINE_TYPE. Bug #502843.
1663
1664 2007-12-08  Christian Persch  <chpe@gnome.org>
1665
1666         * shell/ev-metadata-manager.c: (item_free),
1667         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1668         (value_free), (parse_value), (parseItem),
1669         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1670         (save_values): Use GSlice to allocate small amounts of memory. Bug
1671         #475972.
1672
1673 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1676
1677         Restore cursor to normal after a drag operation. Fixes bug
1678         #501603.
1679         
1680 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1681
1682         * NEWS:
1683         * configure.ac:
1684         
1685         Update for release 2.21.1
1686
1687 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * configure.ac:
1690         * cut-n-paste/gedit-message-area/Makefile.am:
1691         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1692         * shell/Makefile.am:
1693         * shell/ev-message-area.[ch]:
1694         * shell/ev-window.c: (ev_window_set_message_area),
1695         (ev_window_error_message_response_cb), (ev_window_error_message),
1696         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1697         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1698         (ev_attachment_popup_cmd_open_attachment),
1699         (attachment_save_dialog_response_cb), (ev_window_set_document),
1700         (ev_window_init):
1701
1702         Use a message area instead of a popup dialog for error
1703         notifications. Fixes bug #337495.
1704         
1705 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1708         (ev_window_run_fullscreen):
1709
1710         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1711         
1712 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * ev-sidebar-thumbnails.c: (update_visible_range),
1715         (ev_sidebar_thumbnails_refresh),
1716         (ev_sidebar_thumbnails_set_document),
1717         (ev_sidebar_thumbnails_support_document):
1718
1719         Show thumbnails for documents with one page. Fixes bug #358751.
1720         
1721 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * shell/ev-window.c:
1724         (ev_window_load_print_settings_from_metadata),
1725         (ev_window_save_print_settings), (ev_window_print_finished),
1726         (ev_window_print_range):
1727
1728         Print settings that are specific to the document are now saved per
1729         document in the metadata file. Fixes bug #488806.
1730         
1731 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1732
1733         * backend/tiff/tiff-document.c: (tiff_document_render):
1734
1735         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1736         
1737 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1738
1739         * shell/ev-application.[ch]: (get_find_string_from_args),
1740         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1741         (ev_application_open_uri_list):
1742         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1743         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1744         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1745         (ev_window_cmd_recent_file_activate),
1746         (ev_window_open_recent_action_item_activated),
1747         (ev_window_print_send), (open_remote_link):
1748         * shell/main.c: (arguments_parse):
1749
1750         Add a command line option for search. Fixes bug #497710.
1751         
1752 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1753
1754         * shell/ev-jobs.c: (ev_job_print_new):
1755
1756         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1757         
1758 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1759
1760         * data/evince-toolbar.xml:
1761         * shell/Makefile.am:
1762         * shell/ev-application.c: (ev_application_init):
1763         * shell/ev-open-recent-action.[ch]:
1764         * shell/ev-window.c:
1765         (ev_window_open_recent_action_item_activated),
1766         (register_custom_actions):
1767
1768         Add an expander to the open toolbar item which pops up a dropdown
1769         menu with the recently used documents. Fixes bug #487215.
1770         
1771 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1772
1773         * shell/ev-window.c: (ev_window_open_uri),
1774         (ev_window_cmd_view_reload):
1775
1776         Do not jump to the first page when reloading by running evince
1777         from the command line. Fixes bug #490847.
1778         
1779 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1780
1781         * shell/ev-window.c: (ev_window_cmd_help_contents):
1782
1783         Plugged memory leak when help file is not found. Fixes bug
1784         #490762.
1785         
1786 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * configure.ac:
1789
1790         Enable djvu, dvi and comics backends by default. Fixes bug
1791         #437121.
1792         
1793 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * configure.ac:
1796         * cut-n-paste/Makefile.am:
1797         * cut-n-paste/recent-files/*: Removed
1798         * help/reference/Makefile.am:
1799         * shell/Makefile.am:
1800         * shell/ev-application.[ch]: (ev_application_shutdown),
1801         (ev_application_init):
1802         * shell/ev-window.c: (ev_window_add_recent),
1803         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1804
1805         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1806         
1807 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1808
1809         * shell/ev-window.c: (launch_external_uri):
1810
1811         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1812         and report error if the URL is not supported (#489910).
1813
1814 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1817         (pdf_document_file_exporter_begin_page),
1818         (pdf_document_file_exporter_end_page):
1819
1820         Fix printing with poppler splash backend. Fixes bug #489774.
1821         
1822 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1825         * shell/ev-print-job.c: (ev_print_job_class_init):
1826
1827         Fix a crash when printing with the gnome-print dialog. Fixes bug
1828         #488939.
1829         
1830 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1831
1832         * backend/pixbuf/pixbuf-document.c:
1833
1834         Fix an implicit function definition warning (#487655)
1835
1836 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * shell/ev-window.c:
1839
1840         Fix conflicting shortcut for view sade pane and presentation.
1841         
1842 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * backend/pdf/ev-poppler.cc:
1845         (pdf_document_file_exporter_begin_page),
1846         (pdf_document_file_exporter_do_page),
1847         (pdf_document_file_exporter_end_page),
1848         (pdf_document_file_exporter_iface_init):
1849         * libdocument/ev-file-exporter.[ch]:
1850         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1851         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1852         (ev_job_print_run):
1853
1854         When printing multiple pages per sheet in reverse option, do not
1855         invert the order of the pages in every sheet, but the order of the
1856         sheets. Do not print blank pages when page range is invalid. Fixes
1857         bugs #484857 and #485521.
1858         
1859 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1862         (ev_job_print_run):
1863         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1864
1865         Respect ranges order when printing more than one range in random
1866         order.
1867         
1868 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1869
1870         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1871         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1872
1873         Rotate also the window icon when document is rotated. Fixes bug
1874         #474681.
1875         
1876 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1879         (pdf_document_forms_get_form_fields):
1880
1881         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1882         Matthias Drochner.
1883         
1884 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * configure.ac:
1887         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1888
1889         Use poppler_page_render_for_printing() instead of
1890         poppler_page_render() if available when exporting to a ps or pdf
1891         file. Fixes bug #476627.
1892         
1893 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-window.c: (ev_window_run_fullscreen):
1896
1897         Do not show the toolbar in fullscreen mode if the main toolbar is
1898         not visible. Fixes bug #483048.
1899         
1900 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * shell/ev-view.c: (ev_view_button_press_event):
1903
1904         Give priority to form fields over images when deciding whether a
1905         button press event is over an image or form field. It allows edit
1906         form fields when they are over a background image. Fixes bug
1907         #477841.
1908         
1909 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1910
1911         * NEWS:
1912         * configure.ac:
1913         
1914         Update for release 2.20.0
1915
1916 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1917
1918         * backend/pdf/ev-poppler.cc:
1919
1920         Remove #ifdef HAVE_FORMS, so that forms support works again.
1921
1922 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1923
1924         * configure.ac:
1925         * data/evince.desktop.in.in:
1926         
1927         Fixes desktop file issues. See bug #473471.
1928
1929 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1932         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1933         (ev_job_queue_remove_job):
1934         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1935         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1936         * shell/ev-window.c: (ev_window_clear_save_job),
1937         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1938         (ev_window_dispose):
1939
1940         Move save a copy task to its own job so that it's carried out in a
1941         thread avoiding another lock in the main thread. Use
1942         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1943         can be saved to a pathin another file system. Fixes bug #456891.
1944         
1945 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1946
1947         * NEWS:
1948         * configure.ac:
1949         
1950         Update for release 2.19.92
1951
1952 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1953
1954         * configure.ac:
1955         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1956         (pdf_selection_get_selection_region),
1957         (pdf_selection_get_selection_map),
1958         (ev_form_field_from_poppler_field):
1959
1960         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1961         and triple click selections are enabled again now.
1962
1963 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-window.c: (ev_window_add_history):
1966
1967         Make sure not to use the history with documents not supporting
1968         links. Fixes bug #468954.
1969
1970 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-window.c: (ev_window_load_job_cb):
1973
1974         Restart the search when reloading a document with the find bar
1975         visible. Fixes bug #461962.
1976
1977 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * shell/ev-window.c: (setup_document_from_metadata),
1980         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1981
1982         Do not jump to the first page when reloading a document from the
1983         last page.
1984
1985 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * shell/ev-window.c: (update_chrome_flag),
1988         (setup_sidebar_from_metadata),
1989         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1990         (ev_window_cmd_edit_find_next),
1991         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1992         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1993         (find_bar_close_cb), (view_actions_focus_in_cb):
1994
1995         Do not update visibility when changing a chrome flag so that it's
1996         possible to update several flags and update visibility only once
1997         for all of them.
1998
1999 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2002
2003         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2004         supported by gtk+. Fixes bug #460907.
2005
2006 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2007
2008         * shell/ev-view.c: (view_update_range_and_current_page):
2009
2010         Make sure current-page <= end-page in continuous mode. Fixes bug
2011         #454950.
2012
2013 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * backend/pdf/ev-poppler.cc: (build_tree):
2016
2017         Ignore outline items without a title. Fixes bug #453913.
2018
2019 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2022         (ev_view_button_release_event), (ev_view_leave_notify_event):
2023
2024         Use always drag mouse cursor during a drag operation. Fixes bug
2025         #470564.
2026
2027 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2030         (pdf_selection_get_selection_region),
2031         (pdf_selection_get_selection_map):
2032
2033         Temporarily disable double and triple selections since it depends on
2034         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2035         released and the update of the external dependency minimal version
2036         approved.
2037
2038 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2039
2040         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2041         (pdf_document_file_exporter_do_page):
2042         * libdocument/ev-file-exporter.h:
2043         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2044         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2045
2046         Actually fix printing regressions. Remove orientation from
2047         EvPrintContext since it's redundant.
2048
2049 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2052         * backend/impress/impress-document.c:
2053         (impress_document_document_iface_init):
2054         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2055         * backend/djvu/djvu-document.c:
2056         (djvu_document_document_iface_init),
2057         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2058         * backend/tiff/tiff-document.c:
2059         (tiff_document_document_iface_init):
2060         * backend/pixbuf/pixbuf-document.c:
2061         (pixbuf_document_document_iface_init):
2062         * backend/comics/comics-document.c:
2063         (comics_document_document_iface_init):
2064         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2065         (pdf_selection_render_selection),
2066         (pdf_selection_get_selected_text),
2067         (pdf_selection_get_selection_region),
2068         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2069         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2070         (ev_selection_get_selection_region),
2071         (ev_selection_get_selection_map):
2072         * libdocument/ev-document.[ch]:
2073         * shell/ev-pixbuf-cache.[ch]: (add_job),
2074         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2075         * shell/ev-view-private.h:
2076         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2077         (ev_job_render_run):
2078         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2079         * shell/ev-view.c: (start_selection_for_event),
2080         (ev_view_button_press_event), (ev_view_drag_data_get),
2081         (ev_view_drag_data_received), (ev_view_button_release_event),
2082         (compute_new_selection_text), (compute_selections),
2083         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2084         (ev_view_primary_get_cb):
2085
2086         Add support for double and triple click selections.
2087
2088 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2089
2090         * NEWS:
2091         * configure.ac:
2092
2093         Update for release 2.19.4
2094
2095 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2096
2097         * shell/ev-view-private.h:
2098         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2099         (ev_view_set_highlight_search):
2100         * shell/ev-view.h:
2101         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2102         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2103         (find_bar_visibility_changed_cb):
2104         
2105         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2106
2107 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2108
2109         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2110         (pdf_document_file_exporter_begin),
2111         (pdf_document_file_exporter_do_page):
2112         * shell/ev-jobs.c: (ev_job_print_run):
2113         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2114
2115         Create always a portrait cairo surface and rotate when needed for
2116         landscape. It fixes printing problems in real printers.
2117
2118 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2121         * libdocument/ev-file-exporter.[ch]:
2122         (ev_file_exporter_get_capabilities):
2123         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2124         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2125
2126         Adjust number of pages per row according to page orientation when
2127         printing 2 or 6 pages per sheet.
2128
2129 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * shell/ev-window.c: (ev_window_print_send):
2132
2133         Reset also cups setting to 1 when printing multiple pages per
2134         sheet. Fixes bug #468853.
2135
2136 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * libdocument/ev-document-misc.c:
2139         (ev_document_misc_surface_rotate_and_scale):
2140
2141         Use directly cairo_surface_get_content() when creating a similar
2142         surface as suggested by Jeff Muizelaar. Thanks again.
2143
2144 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2145
2146         * backend/djvu/djvu-document.c: (djvu_document_render):
2147         * backend/tiff/tiff-document.c: (tiff_document_render):
2148         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2149         * libdocument/ev-document-misc.c:
2150         (ev_document_misc_surface_from_pixbuf),
2151         (ev_document_misc_surface_rotate_and_scale):
2152
2153         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2154         creating page surfaces. Fixes bug #453123. Thank you very much to
2155         Jeff Muizelaar <jeff@infidigm.net>.
2156
2157 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * shell/ev-page-cache.c: (ev_page_cache_new),
2160         (ev_page_cache_get_thumbnail_size):
2161         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2162         (ev_sidebar_thumbnails_set_loading_icon):
2163
2164         Also store in page-cache the dimensions of the thumbnails so that
2165         they can be used to create the correct loading icon in the side
2166         pane. Fixes bug #466857.
2167
2168 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * backend/pdf/ev-poppler.cc:
2171         (pdf_document_thumbnails_get_thumbnail):
2172
2173         Fix thumbnails rotation in pdf documents that include embedded 
2174         thumbnails.
2175
2176 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2177
2178         * backend/pdf/ev-poppler.cc:
2179
2180         Don't use #ifdef in macro expansion. Some compilers don't
2181         like that. Closes bug #467042.
2182
2183 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2184
2185         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2186         
2187         Fixes memory leak in djvu backend.
2188
2189 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2190
2191         * data/icons/32x32/Makefile.am:
2192         * data/icons/32x32/actions/Makefile.am:
2193         * data/icons/32x32/actions/view-page-cont.svg:
2194         * data/icons/32x32/actions/view-page-facing.svg:
2195         * data/icons/48x48/Makefile.am:
2196         * data/icons/48x48/actions/Makefile.am:
2197         * data/icons/48x48/actions/view-page-cont.svg:
2198         * data/icons/48x48/actions/view-page-facing.svg:
2199         
2200         Icons for a new sizes.
2201
2202 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2203
2204         * shell/ev-page-cache.c: (build_height_to_page),
2205         (ev_page_cache_get_height_to_page):
2206         
2207         Fixes invalid read, see bug #466401.
2208
2209 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2212         (set_drag_cursor):
2213         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2214         (configure_item_cursor), (new_pixbuf_from_widget):
2215
2216         Fix multihead problems in toolbar editor. Fixes bug #382055.
2217
2218 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * shell/ev-window.c: (ev_window_cmd_file_open),
2221         (ev_window_cmd_save_as):
2222
2223         Use g_get_user_special_dir when available instead of
2224         xdg_user_dir_lookup.
2225
2226 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2227
2228         * MAINTAINERS:
2229         
2230         Updated according to request on desktop-devel.
2231
2232 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2235
2236         Do not use cairo_rectangle and cairo_clip since we are
2237         not using cairo_fill but cairo_paint. Use the same cairo context
2238         for every page in the same expose event.
2239
2240 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2241
2242         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2243         leak.
2244
2245 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2246
2247         * configure.ac:
2248         * NEWS:
2249
2250         Release 0.9.3
2251
2252 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * libdocument/ev-document-info.h:
2255         * libdocument/ev-document.h:
2256         * shell/ev-page-action.h:
2257         * shell/ev-sidebar-links.h:
2258
2259         Fix a headers problem with ev-link
2260         
2261         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2262         * shell/ev-view-private.h:
2263         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2264         (get_link_area), (ev_view_query_tooltip),
2265         (ev_view_leave_notify_event), (ev_view_destroy),
2266         (ev_view_class_init):
2267
2268         Use new gtk tooltips when available instead of ev-tooltip.
2269         
2270 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2271
2272         * shell/ev-window.c: (update_chrome_visibility),
2273         (ev_window_sidebar_visibility_changed_cb):
2274
2275         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2276         
2277 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * shell/ev-navigation-action.c:
2280         (ev_navigation_action_history_changed),
2281         (ev_navigation_action_set_history):
2282         * shell/ev-navigation-action-widget.c:
2283         (ev_navigation_action_widget_init):
2284         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2285
2286         Fix compile warnings.
2287         
2288 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2291         (egg_editable_toolbar_dispose):
2292
2293         Fix memory leak.
2294         
2295 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2298         (screensaver_disable_x11):
2299         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2300         * shell/ev-window.c: (presentation_set_timeout):
2301         * shell/ev-view.c: (ev_view_presentation_transition_start):
2302
2303         Use g_timeout_add_seconds instead of g_timeout_add when
2304         available.
2305         
2306 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2309
2310         Set horizontal scrollbar policy to AUTOMATIC instead of
2311         NEVER. Workaround for bug #449462.
2312         
2313 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * shell/ev-jobs.c: (ev_job_render_page_ready):
2316
2317         Add page_ready callback to main loop with high priority and hold
2318         a reference to job during idle.
2319         
2320 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * configure.ac:
2323         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2324         (pdf_document_file_exporter_begin),
2325         (pdf_document_file_exporter_do_page),
2326         (pdf_document_file_exporter_get_capabilities):
2327         * libdocument/ev-file-exporter.h:
2328         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2329         * shell/ev-window.c: (ev_window_print_send),
2330         (ev_window_print_dialog_response_cb):
2331
2332         Allow printing multiple pages per sheet. Fixes bug #395573.
2333         
2334 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2335
2336         * shell/ev-view.c: (tip_from_link):
2337         
2338         Check for NULL, fixes bug #460862.
2339
2340 2007-07-29  Christian Persch  <chpe@gnome.org>
2341
2342         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2343         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2344         (ev_window_cmd_preview_print):
2345         
2346         Fixes bug #437681 - blocks while enumerating printers.
2347
2348 2007-07-29  Christian Persch  <chpe@gnome.org>
2349
2350         * shell/ev-window.c: (ev_window_screen_changed):
2351         
2352         Don't use deprecated gtk+ function. See bug #460909.
2353
2354 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * shell/ev-utils.c: (get_num_monitors):
2357         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2358
2359         Do not use display before initializing it. Remove compile
2360         warnings.
2361
2362 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2363
2364         * shell/ev-view.c: (ev_view_class_init):
2365         
2366         Unix-like hjkl bindings added. See bug #458111.
2367
2368 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2369
2370         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2371         * shell/ev-utils.h:
2372         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2373         (ev_view_update_view_size):
2374         * shell/ev-view.h:
2375         * shell/ev-window.c: (ev_window_update_actions),
2376         (setup_view_from_metadata), (ev_window_screen_changed),
2377         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2378         (zoom_control_changed_cb):
2379         * shell/ev-window.h:
2380         
2381         Reorganizes utility functions.
2382
2383 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2386         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2387         (add_job), (ev_pixbuf_cache_get_surface),
2388         (ev_pixbuf_cache_get_link_mapping),
2389         (ev_pixbuf_cache_get_image_mapping),
2390         (ev_pixbuf_cache_get_form_field_mapping),
2391         (ev_pixbuf_cache_get_text_mapping):
2392         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2393         (notify_page_ready), (ev_job_render_page_ready),
2394         (ev_job_render_run):
2395
2396         Add page_ready signal to notify that page is ready as soon as
2397         possible even if other page elements like links, forms, images or
2398         text mapping are not ready yet.
2399
2400 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2403         (dvi_document_file_exporter_do_page),
2404         (dvi_document_file_exporter_get_capabilities),
2405         (dvi_document_file_exporter_iface_init):
2406         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2407         (ps_document_file_exporter_do_page),
2408         (ps_document_file_exporter_get_capabilities),
2409         (ps_document_file_exporter_iface_init):
2410         * backend/djvu/djvu-document.c:
2411         (djvu_document_file_exporter_begin),
2412         (djvu_document_file_exporter_end),
2413         (djvu_document_file_exporter_get_capabilities),
2414         (djvu_document_file_exporter_iface_init):
2415         * backend/tiff/tiff-document.c:
2416         (tiff_document_file_exporter_begin),
2417         (tiff_document_file_exporter_get_capabilities),
2418         (tiff_document_document_file_exporter_iface_init):
2419         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2420         (pdf_document_file_exporter_do_page),
2421         (pdf_document_file_exporter_get_capabilities),
2422         (pdf_document_file_exporter_iface_init):
2423         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2424         (ev_file_exporter_get_capabilities):
2425         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2426         (idle_print_handler), (ev_print_job_print):
2427         * shell/ev-jobs.c: (ev_job_print_run):
2428         * shell/ev-window.c: (ev_window_print_send),
2429         (ev_window_print_range):
2430
2431         Use capabilities to know which options should be offered by the
2432         print dialog depending on the document backend.
2433
2434 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2437
2438         Give priority to forms over text to set the cursor.
2439
2440 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * shell/ev-view-private.h:
2443         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2444         (ev_view_leave_notify_event), (ev_view_finalize),
2445         (ev_view_get_property), (ev_view_class_init):
2446
2447         Use IBEAM cursor for text form fields and NORMAL cursor for read
2448         only fields. Remove unused status attribute.
2449
2450 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2453
2454         Update region for current selected items also for checkbox
2455         buttons, since they can behave as radio buttons when they are in a
2456         set.
2457
2458 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2459
2460         * configure.ac:
2461         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2462
2463         Get max length of text form fields.
2464
2465 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2466
2467         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2468         * libdocument/ev-form-field.h:
2469         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2470
2471         Fix build with current poppler cvs head.
2472
2473 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2476         * shell/eggfindbar.c: (egg_find_bar_init):
2477
2478         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2479         deprecation. Fixes bug #455667
2480
2481 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2482
2483         * NEWS:
2484         * configure.ac:
2485         
2486         Update for release 0.9.2
2487
2488 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * shell/ev-view.c: (ev_view_form_field_text_save),
2491         (ev_view_form_field_choice_save):
2492
2493         Fix a crash when closing whith a form widget visible.
2494
2495 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2498
2499         Update also the region of the current selected button when
2500         clicking on another button if they are radio buttons.
2501
2502 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2505         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2506         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2507         (ev_pixbuf_cache_get_link_mapping),
2508         (ev_pixbuf_cache_get_image_mapping),
2509         (ev_pixbuf_cache_get_form_field_mapping),
2510         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2511         * shell/ev-view.c: (ev_view_form_field_get_region),
2512         (ev_view_form_field_button_create_widget),
2513         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2514         (job_finished_cb):
2515
2516         Redraw only form field region instead of the whole page when
2517         reloading a page to show changes on the form field.
2518
2519 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * shell/ev-view.c: (ev_view_form_field_choice_save):
2522
2523         Fix selection of first item in list form fields.
2524
2525 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2528         (ev_pixbuf_cache_reload_page),
2529         (ev_pixbuf_cache_get_form_field_mapping):
2530
2531         Some refactoring to avoid duplicated code.
2532
2533 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * configure.ac:
2536         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2537         (ev_form_field_from_poppler_field),
2538         (pdf_document_forms_get_form_fields),
2539         (pdf_document_forms_form_field_text_get_text),
2540         (pdf_document_forms_form_field_text_set_text),
2541         (pdf_document_forms_form_field_button_set_state),
2542         (pdf_document_forms_form_field_button_get_state),
2543         (pdf_document_forms_form_field_choice_get_item),
2544         (pdf_document_forms_form_field_choice_get_n_items),
2545         (pdf_document_forms_form_field_choice_is_item_selected),
2546         (pdf_document_forms_form_field_choice_select_item),
2547         (pdf_document_forms_form_field_choice_toggle_item),
2548         (pdf_document_forms_form_field_choice_unselect_all),
2549         (pdf_document_forms_form_field_choice_set_text),
2550         (pdf_document_forms_form_field_choice_get_text),
2551         (pdf_document_document_forms_iface_init):
2552         * libdocument/Makefile.am:
2553         * libdocument/ev-form-field.[ch]:
2554         * libdocument/ev-document-forms.[ch]:
2555         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2556         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2557         (add_job), (ev_pixbuf_cache_reload_page),
2558         (ev_pixbuf_cache_get_form_field_mapping):
2559         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2560         * shell/ev-view-private.h:
2561         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2562         (ev_view_handle_cursor_over_xy),
2563         (ev_view_get_form_field_at_location),
2564         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2565         (ev_view_form_field_button_create_widget),
2566         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2567         (ev_view_form_field_text_create_widget),
2568         (ev_view_form_field_choice_save),
2569         (ev_view_form_field_choice_changed),
2570         (ev_view_form_field_choice_create_widget),
2571         (ev_view_handle_form_field), (ev_view_size_allocate),
2572         (ev_view_realize), (draw_end_presentation_page),
2573         (ev_view_button_press_event), (ev_view_remove_all),
2574         (ev_view_motion_notify_event), (ev_view_key_press_event),
2575         (ev_view_enter_notify_event), (highlight_find_results),
2576         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2577         (ev_view_class_init), (page_changed_cb),
2578         (on_adjustment_value_changed), (ev_view_set_presentation),
2579         (merge_selection_region), (ev_view_set_cursor),
2580         (ev_view_reset_presentation_state):
2581         
2582         Merge evince-forms branch.
2583
2584 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2585
2586         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2587
2588         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2589         This script also updates itself from libegg
2590
2591         * cut-n-paste/toolbar-editor/egg*:
2592         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2593         libegg
2594
2595 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2596
2597         * shell/ev-window.c:
2598         
2599         Adds a nice icon to page action during toolbar editing.
2600         See bug #452872.
2601
2602 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2603
2604         * data/evince-toolbar.xml:
2605         * shell/ev-window.c:
2606         
2607         Let user add a presentation and fullscreen icons on toolbar.
2608         See bug #449734.
2609
2610 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2611
2612         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2613
2614         new script to keep in sync with toolbareditor in libegg
2615
2616         * cut-n-paste/toolbar-editor/*: 
2617
2618         Run update-toolbareditor-from-libegg so we are in sync again. 
2619         Fixes bug #452850.
2620         
2621
2622 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2623
2624         * shell/ev-sidebar-links.c: (job_finished_callback):
2625
2626         Do not connect selection changed signal more than once. Fixes bug
2627         #349433.
2628
2629 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2630
2631         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2632
2633         Do not change sidebar chrome flag when pressing F9 key in
2634         presentation mode.
2635
2636 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2637
2638         * backend/pdf/ev-poppler.cc:
2639         (pdf_document_thumbnails_get_dimensions):
2640
2641         Make sure thumbnails width and height is not <= 0. Fixes a crash
2642         with some pdf documents which have really small pages.
2643
2644 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2645
2646         * shell/main.c: (main):
2647
2648         Fixes program description translation issue.
2649         Bug #450148.
2650
2651 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2652
2653         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2654
2655         Do not change current page when returning from black/white mode
2656         in presentation. Fixes bug #415032.
2657
2658 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2659
2660         * NEWS:
2661         * configure.ac:
2662         
2663         Update for release 0.9.1
2664
2665 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2666
2667         * backend/dvi/dvi-document.c:
2668         (dvi_document_finalize),
2669         (dvi_document_file_exporter_format_supported),
2670         (dvi_document_file_exporter_begin),
2671         (dvi_document_file_exporter_do_page),
2672         (dvi_document_file_exporter_end),
2673         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2674         
2675         PDF exporter for dvi documents. Fixes bug #441319.
2676
2677 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * shell/ev-window.c: (ev_window_clear_print_job):
2680
2681         Clear gtk print job when job has finished. Fixes bug #447612.
2682
2683 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2684
2685         * shell/ev-window.c: (ev_window_print_send),
2686         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2687
2688         Add preview button to print dialog. Fixes bug #445419.
2689
2690 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * backend/dvi/Makefile.am:
2693         * backend/dvi/pixbuf-device.[ch]: Removed
2694         * backend/dvi/cairo-device.[ch]: Added
2695         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2696         * backend/dvi/dvi-document.c: (dvi_document_load),
2697         (dvi_document_render), (dvi_document_finalize),
2698         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2699         (dvi_document_do_color_special):
2700         * libdocument/ev-document-misc.[ch]:
2701         (ev_document_misc_pixbuf_from_surface):
2702
2703         Port dvi backend to cairo and fix a problem with colors. 
2704
2705 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * shell/ev-view.c: (draw_one_page):
2708
2709         Draw only visible region.
2710
2711 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2712
2713         * backend/djvu/djvu-document.c: (djvu_document_render):
2714
2715         Fix rotation in djvu backend.
2716
2717 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2720         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2721         (ev_pixbuf_cache_get_image_mapping),
2722         (ev_pixbuf_cache_get_text_mapping):
2723
2724         Redraw view every time we have a new surface. Fixes bug #443587.
2725
2726 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2727
2728         * libdocument/ev-document.c: (ev_document_info_free):
2729
2730         Fix memory leaks.
2731
2732 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2733
2734         * backend/dvi/dvi-document.c: (dvi_document_render),
2735         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2736         * backend/impress/impress-document.c:
2737         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2738         (impress_document_render), (impress_document_document_iface_init),
2739         (impress_document_thumbnails_get_thumbnail):
2740         * backend/djvu/djvu-document-private.h:
2741         * backend/djvu/djvu-document.c: (djvu_document_render),
2742         (djvu_document_finalize), (djvu_document_document_iface_init),
2743         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2744         * backend/tiff/tiff-document.c: (tiff_document_render),
2745         (tiff_document_render_pixbuf),
2746         (tiff_document_document_iface_init):
2747         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2748         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2749         (pdf_selection_render_selection):
2750         * backend/comics/comics-document.c:
2751         (comics_document_render_pixbuf), (comics_document_render),
2752         (comics_document_document_iface_init):
2753         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2754         (pixbuf_document_document_iface_init):
2755         * libdocument/ev-document-misc.[ch]:
2756         (ev_document_misc_surface_from_pixbuf),
2757         (ev_document_misc_surface_rotate_and_scale):
2758         * libdocument/ev-document.[ch]: (ev_document_render):
2759         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2760         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2761         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2762         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2763         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2764         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2765         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2766         (render_finished_cb), (ev_job_render_run):
2767         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2768         (merge_selection_region):
2769
2770         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2771         and selections.
2772
2773 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * shell/ev-window-title.c: (ev_window_title_update):
2776
2777         Fix memory leak.
2778
2779 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * shell/ev-view.c: (draw_loading_text):
2782
2783         Show loading text centered. Fixes bug #433061
2784
2785 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2786
2787         * shell/ev-sidebar-thumbnails.c:
2788         (ev_sidebar_thumbnails_set_loading_icon):
2789
2790         Remove a mutex in the main thread that blocks the UI in heavy
2791         documents.
2792
2793 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2794
2795         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2796
2797         Set points_set to TRUE so that selections don't disappear after a
2798         zoom change.
2799
2800 2007-06-07  Michael Monreal  <infernux@web.de>
2801
2802         * data/icons/16x16/actions/Makefile.am:
2803         * data/icons/16x16/actions/zoom.svg:
2804         * data/icons/22x22/actions/Makefile.am:
2805         * data/icons/22x22/actions/zoom.svg:
2806         * data/icons/24x24/actions/Makefile.am:
2807         * shell/ev-stock-icons.c:
2808         * shell/ev-stock-icons.h:
2809         * shell/ev-window.c:
2810         
2811         Zoom icon artwork. See bug #444795.
2812
2813 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2814
2815         * shell/ev-metadata-manager.c: Remove extraneous function
2816         (Closes: #444386)
2817
2818 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2819
2820         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2821         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2822         (ev_metadata_manager_set), (ev_metadata_manager_save):
2823         Simplify the timeout, no need for modified anymore
2824
2825 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2826
2827         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2828         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2829         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2830         (ev_metadata_manager_save): Adapted patch from Arjan van de
2831         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2832         time, saves on power (Closes: #443851)
2833
2834 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * configure.ac:
2837         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2838         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2839
2840         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2841
2842 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2843
2844         * shell/ev-window.c: (ev_window_add_history):
2845
2846         Check if history is NULL
2847
2848 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2849
2850         * libdocument/ev-image.c: (ev_image_finalize):
2851         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2852         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2853         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2854         (ev_tmp_uri_unlink):
2855
2856         Add functions to delete temporary files created by evince in a safe
2857         way.
2858
2859         * shell/ev-window.c: (ev_window_clear_local_uri),
2860         (open_xfer_update_progress_callback),
2861         (save_xfer_update_progress_callback), (ev_window_save_remote),
2862         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2863         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2864         (attachment_save_dialog_response_cb),
2865         (ev_attachment_popup_cmd_save_attachment_as):
2866
2867         Allow saving a copy of a document, image or attachment to a remote
2868         location. Fixes bug #440754. 
2869
2870 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * configure.ac:
2873         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2874
2875         Fix build with current poppler from cvs head. 
2876
2877 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2878
2879         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2880
2881         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2882         directory exists.
2883
2884 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2885
2886         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2887         * shell/ev-window.c:
2888
2889         Change sidebar ordering. Fixes bug #439939.
2890
2891 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2892
2893         * backend/comics/Makefile.am:
2894         
2895         Fixes build with --without-libgnome.
2896
2897 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2898         
2899         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2900
2901         Update cursor and tooltip on page change and view scroll. Fixes bug
2902         #439217.
2903
2904 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2905
2906         * NEWS:
2907         * configure.ac:
2908         
2909         Update for release 0.9.0
2910
2911 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2912
2913         * backend/djvu/djvu-document-private.h:
2914         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2915         (djvu_document_finalize),
2916         (djvu_document_file_exporter_format_supported),
2917         (djvu_document_file_exporter_begin),
2918         (djvu_document_file_exporter_do_page),
2919         (djvu_document_file_exporter_end),
2920         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2921         
2922         Implemented printing with djvu. Bug #437998.
2923
2924 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2925
2926         * backend/impress/zip.c:
2927         Add missing ulong definition.
2928
2929         * backend/ps/ps-interpreter.c:
2930         Add missing headers.
2931
2932         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2933
2934 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2937
2938         Add missing call to parent class dispose method. 
2939
2940 2007-05-12  Ross Burton  <ross@openedhand.com>
2941
2942         * shell/main.c:
2943         Sync keybindings manually when building without libgnome
2944         (#437925).
2945
2946 2007-05-12  Ross Burton  <ross@openedhand.com>
2947
2948         * shell/ev-window.c:
2949         Respect the screen when opening help (#437866).
2950
2951 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2952
2953         * data/evince-ui.xml:
2954         * shell/ev-application.[ch]: (get_print_settings_from_args),
2955         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2956         (ev_application_open_uri_list):
2957         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2958         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2959         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2960         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2961         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2962         (ev_window_dispose):
2963         * shell/main.c: (arguments_parse):
2964
2965         Add print button in preview mode. Fixes bug #396475. 
2966
2967 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2968
2969         * cut-n-paste/zoom-control/ephy-zoom.h:
2970         
2971         Fixes zoom level factors. See bug #408119 for details.
2972
2973 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2974
2975         * backend/comics/comics-document.c: (comics_regex_quote),
2976         (extract_argv):
2977         
2978         Correctly quote symbols. Fixes crash in the bug
2979         #415370.
2980
2981 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2982
2983         * shell/ev-navigation-action-widget.c:
2984         (ev_navigation_action_widget_init),
2985         (ev_navigation_action_widget_class_init),
2986         (ev_navigation_action_widget_button_press_event):
2987         
2988         Connect to button-press event on correct widget. Fixes
2989         bug #431988
2990
2991 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2992
2993         * shell/ev-application.c: (ev_application_open_window),
2994         (ev_application_add_icon_path_for_screen),
2995         (ev_application_open_uri_at_dest):
2996         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2997         * shell/ev-navigation-action.c: (build_menu):
2998         
2999         Add app-specific icons to our icon theme. Fixes bug
3000         #425508.
3001
3002 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3003
3004         * shell/ev-history.c: (ev_history_class_init),
3005         (ev_history_add_link):
3006         * shell/ev-history.h:
3007         * shell/ev-navigation-action.c:
3008         (ev_navigation_action_history_changed),
3009         (ev_navigation_action_set_history), (build_menu),
3010         (ev_navigation_action_finalize):
3011         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3012         
3013         Make navigation action unsensitive instead of showing
3014         menu with unsensitive word. Fixes bug #417392.
3015
3016 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * shell/ev-application.[ch]: (ev_application_shutdown),
3019         (ev_application_get_print_settings),
3020         (ev_application_set_print_settings):
3021         * shell/ev-window.c:
3022
3023         Remember print settings. Fixes bug #349102. 
3024
3025 2007-05-08  Christian Persch  <chpe@gnome.org>
3026
3027         * configure.ac:
3028         * properties/ev-properties-view.c:
3029
3030         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3031         Bug #382438.
3032
3033 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * configure.ac:
3036         * properties/ev-properties-view.c: (ev_regular_paper_size):
3037
3038         Use gtk+ builtin paper list to identify the document's paper size.
3039         Fixes bug #382438. 
3040
3041 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3042
3043         * configure.ac:
3044
3045         Fix build when compiling with thumbnailer and libgnome support. 
3046
3047 2007-05-04  Ross Burton  <ross@openedhand.com>
3048
3049         * configure.ac:
3050         Add --without-libgnome, check for libgnome and libgnomeui
3051         separately, and add them to the symbols as required.
3052
3053         * libdocument/ev-file-helpers.c:
3054         When building without libgnome, use g_get_user_config_dir instead
3055         of gnome_user_dir_get.
3056
3057         * shell/ev-application.c:
3058         When building without libgnome, don't use session management.
3059
3060         * shell/main.c:
3061         When building without libgnome, don't use GnomeProgram or
3062         initialise the authentication manager.
3063
3064         This fixes #328842.
3065
3066 2007-05-04  Ross Burton  <ross@openedhand.com>
3067
3068         * shell/ev-window.c:
3069         Don't use libgnome to open help, instead call Yelp directly.
3070
3071 2007-05-04  Ross Burton  <ross@openedhand.com>
3072
3073         * shell/ev-sidebar-attachments.c:
3074         Don't use libgnome to lookup icons for MIME types, instead copy
3075         code from GTK+ to do it manually.
3076
3077 2007-05-04  Ross Burton  <ross@openedhand.com>
3078
3079         * configure.ac:
3080         Add libxml to the dependencies for SHELL_CORE (#435818).
3081
3082 2007-05-02  Ross Burton  <ross@openedhand.com>
3083
3084         * configure.ac:
3085         * Makefile.am:
3086         Add --disable-thumbnailer (#434825)
3087
3088 2007-05-02  Ross Burton  <ross@openedhand.com>
3089
3090         * shell/ev-window.c:
3091         Add missing includes, fix indentation.
3092
3093         * shell/main.c:
3094         Fix indentation.
3095
3096 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3097
3098         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3099         ev_application_open_uri_at_dest instead of ev_application_open_uri
3100         preventing new document always being opened in a new window even if there
3101         is an empty window.
3102
3103 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3104
3105         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3106         (egg_recent_view_uimanager_finalize):
3107         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3108         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3109         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3110         (ev_pixbuf_cache_dispose):
3111         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3112         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3113         
3114         Add missing chain to parent class methods. Fixes
3115         bug #433128.
3116
3117 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3118
3119         * data/Makefile.am (update-icon-cache): Updates
3120         gtk-update-icon-cache in uninstall-hook.
3121
3122 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * shell/ev-window.c: (ev_window_setup_document),
3125         (ev_window_set_document), (ev_window_load_job_cb):
3126         * shell/ev-view.c: (setup_caches):
3127         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3128
3129         Start rendering pages before any other jobs. 
3130
3131 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3132
3133         * shell/ev-window.c: (ev_window_stop_fullscreen),
3134         (ev_window_stop_presentation):
3135
3136         Update chrome visibility before window unfullscreen. 
3137
3138 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3139
3140         * data/Makefile.am:
3141         * data/evince-ui.xml:
3142         * shell/ev-stock-icons.[ch]:
3143         * shell/ev-application.[ch]: (ev_application_shutdown),
3144         (ev_application_init), (ev_application_get_toolbars_model):
3145         * shell/ev-window.c: (update_chrome_visibility),
3146         (fullscreen_toolbar_setup_item_properties),
3147         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3148         (ev_window_run_presentation), (ev_window_stop_presentation),
3149         (ev_window_run_preview), (ev_window_screen_changed),
3150         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3151         (ev_window_dispose), (ev_window_init):
3152
3153         Make fullscreen toolbar always visible. Do not use egg toolbars for
3154         fullscreen and preview modes since such toolbars are not editables.
3155         Fixes bugs #300278, #338910 and #316188.  
3156
3157 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3158
3159         * shell/ev-application.c:
3160         * shell/ev-job-queue.c:
3161         * shell/ev-metadata-manager.c:
3162         * shell/ev-stock-icons.c:
3163         * shell/ev-window.c:
3164         * shell/main.c:
3165         
3166         Developers documentation updated.
3167
3168 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3171
3172         Check whether uri is valid before launching it. Fixes bug #427664.
3173
3174 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * shell/ev-window.c:
3177
3178         Change key accelerator for Open a Copy menu entry which is in conflict
3179         with Close. Fixes bug #427321.
3180
3181 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3182
3183         * NEWS:
3184         * configure.ac:
3185         
3186         Update for release 0.8.1
3187
3188 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3189
3190         * shell/ev-window.c: (setup_size_from_metadata):
3191         
3192         Do not make window bigger than screen. Fixes bug 
3193         #388985.
3194
3195 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3198         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3199
3200         Use default resolution when it's not provided by document. Fixes bug
3201         #408762.
3202
3203 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3204
3205         * configure.ac:
3206         * thumbnailer/Makefile.am:
3207         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3208         * thumbnailer/evince-thumbnailer.schemas.in:
3209         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3210
3211         Add support for ps, eps and compressed documents thumbnails. Do not
3212         ignore size parameter. 
3213
3214 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3215
3216         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3217         (dvi_document_do_color_special):
3218         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3219
3220         Implement font color specials in the DVI backend. Fixes bug #303651.
3221
3222 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3223
3224         Fixup the previous commit:
3225
3226         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3227         * shell/xdg-user-dir-lookup.c: Make the function non-static
3228         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3229
3230 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3231
3232         * shell/ev-window.c (file_open_dialog_response_cb): Use
3233         the xdg-user-dirs DOCUMENTS folder as default folder when
3234         opening a file chooser.  (#424858)
3235
3236         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3237         xdg-user-dirs.
3238
3239 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * shell/ev-window.c: (ev_window_load_job_cb):
3242
3243         Do not setup view from metadata on preview mode. 
3244
3245 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3246
3247         * shell/main.c:
3248
3249         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3250
3251 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3252
3253         * shell/ev-view.c: (ev_view_primary_get_cb):
3254
3255         Check pointer != NULL before using it. Fixes bug #416841. 
3256
3257 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3258
3259         * NEWS:
3260         * configure.ac:
3261         
3262         Release 0.8.0
3263
3264 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3265
3266         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3267
3268         Do not render thumbnails when sidebar thumbnail page is not visible
3269         at startup. Fixes bug #416447. 
3270
3271 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3272
3273         * data/evince.desktop.in.in:
3274
3275         "Application" is not a valid category in the freedesktop specification.
3276
3277 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3278
3279         * libdocument/ev-file-helpers.[ch]: (compression_run),
3280         (ev_file_uncompress), (ev_file_compress):
3281         * shell/ev-window.c: (file_save_dialog_response_cb):
3282
3283         Save document compressed when saving a copy of a compressed document.
3284         Fixes bug #334542.
3285
3286 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3289
3290         Allow deleting in goto window entry in presentation mode. 
3291
3292 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3293
3294         * Makefile.am: Dist MAINTAINERS.
3295
3296 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * shell/ev-window.c: (ev_window_update_actions):
3299
3300         Fix zoom shortcut keys when searching. Fixes bug #409828.
3301
3302 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * shell/ev-window.c: (ev_window_setup_document):
3305
3306         Fix crash when loading documents with only one page. 
3307
3308 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * backend/dvi/dvi-document.c:
3311         (dvi_document_thumbnails_get_dimensions),
3312         (dvi_document_thumbnails_get_thumbnail):
3313         * backend/impress/impress-document.c:
3314         (impress_document_thumbnails_get_thumbnail),
3315         (impress_document_thumbnails_get_dimensions):
3316         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3317         (ps_document_thumbnails_get_dimensions):
3318         * backend/djvu/djvu-document.c:
3319         (djvu_document_thumbnails_get_dimensions),
3320         (djvu_document_thumbnails_get_thumbnail):
3321         * backend/tiff/tiff-document.c:
3322         (tiff_document_thumbnails_get_thumbnail),
3323         (tiff_document_thumbnails_get_dimensions):
3324         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3325         (pdf_document_thumbnails_get_thumbnail),
3326         (pdf_document_thumbnails_get_dimensions):
3327         * backend/comics/comics-document.c:
3328         (comics_document_thumbnails_get_thumbnail),
3329         (comics_document_thumbnails_get_dimensions):
3330         * backend/pixbuf/pixbuf-document.c:
3331         (pixbuf_document_thumbnails_get_thumbnail),
3332         (pixbuf_document_thumbnails_get_dimensions):
3333         * libdocument/ev-document-thumbnails.[ch]:
3334         (ev_document_thumbnails_get_thumbnail),
3335         (ev_document_thumbnails_get_dimensions):
3336         * libdocument/ev-document-misc.[ch]:
3337         (ev_document_misc_get_thumbnail_frame):
3338         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3339         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3340         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3341         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3342         (ev_sidebar_thumbnails_refresh):
3343         * shell/ev-window.c: (ev_window_setup_document):
3344         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3345
3346         Use an EvRenderContext for rendering thumbnails instead of a suggested
3347         width, so that different sized pages get sized proportionally.
3348
3349 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * shell/ev-view.c: (ev_view_button_press_event),
3352         (ev_view_key_press_event):
3353
3354         Fix critical warnings when there is no document loaded. 
3355
3356 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * shell/ev-page-action-widget.c:
3359         * shell/ev-navigation-action.c:
3360         * shell/ev-window.c:
3361
3362         Fix compile warnings. 
3363
3364 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * backend/djvu/djvu-text.h:
3367         * backend/djvu/djvu-document.c:
3368         * backend/djvu/djvu-text-page.c:
3369         * backend/djvu/djvu-links.c:
3370         * backend/djvu/djvu-text-page.h:
3371         * backend/djvu/djvu-text.c:
3372         
3373         Fix build on Mac. Fixes bug #392186. Patch by
3374         <ephraim_owns@hotmail.com>
3375
3376 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3379
3380         Restore cairo context before rendering every page when printing a PDF
3381         document into a PDF file. 
3382
3383 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * backend/ps/gstypes.h:
3386         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3387         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3388         (ps_document_thumbnails_get_thumbnail):
3389
3390         Handle PostScript page orientation. Fixes bug #318568.
3391
3392 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * backend/ps/Makefile.am:
3395         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3396         (document_load), (ps_document_load), (save_document),
3397         (save_page_list), (ps_document_get_n_pages),
3398         (ps_document_get_page_size), (ps_document_get_info),
3399         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3400         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3401         (ps_document_thumbnails_get_thumbnail),
3402         (ps_document_thumbnails_get_dimensions),
3403         (ps_document_document_thumbnails_iface_init):
3404         * backend/ps/ps.[ch]: (psgetpagebox):
3405         * backend/ps/ps-interpreter.[ch]:
3406
3407         Add support for thumbnails in ps backend. Fixes bug #164755. 
3408
3409 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3410
3411         * NEWS:
3412         * configure.ac:
3413         
3414         Release 0.7.2
3415
3416 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3417
3418         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3419         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3420         (ev_window_dispose):
3421
3422         Use document thumbnail as window icon. Fixes bug #384442.
3423
3424 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3425
3426         * configure.ac:
3427
3428         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3429         duplicated adding application/x-bzpostscript instead. 
3430
3431 2007-02-11  Tom Parker  <palfrey@tevp.net>
3432
3433         * backend/ps/ps-document.c: (document_load):
3434
3435         Check return value of psscan before trying
3436         to use it. Fixes bug #372414.
3437
3438 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3441
3442         Fix invalid free in ev-page-cache. Fixes bug #404745.
3443
3444 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3445
3446         * test/Makefile.am:
3447         * test/test3.py:
3448         
3449         Added reload test case.
3450
3451 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * po/POTFILES.in:
3454         * backend/djvu/djvu-document.c: (djvu_document_load):
3455
3456         Check whether there are missing files in indirect multipage djvu
3457         documents. Fixes bug #361683. 
3458
3459 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3460
3461         * test/Makefile.am:
3462         * test/test-mime.bin:
3463         * test/test3.py:
3464         
3465         Added test for slow mime type
3466
3467 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3470
3471         Add some checks and call parent_class->finalize. Fixes bug #404745.
3472
3473 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3474
3475         * shell/ev-navigation-action.c: (connect_proxy):
3476         
3477         Fixes dropdown history menu. Thanks a lot Carlos!
3478
3479 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3480
3481         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3482
3483         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3484         bug #373715.
3485
3486 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * backend/ps/ps.c: (psscan):
3489
3490         Fix memory leak. 
3491
3492 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * configure.ac:
3495         * libdocument/ev-file-helpers.c: 
3496
3497         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3498
3499 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * configure.ac:
3502         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3503         (ps_interpreter_start), (document_load), (save_document),
3504         (save_page_list):
3505         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3506         * libdocument/ev-document-factory.c:
3507         (ev_document_factory_get_from_mime), (get_document_from_uri),
3508         (free_uncompressed_uri), (ev_document_factory_get_document):
3509         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3510
3511         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3512
3513 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3514
3515         * libdocument/ev-document.h:
3516
3517         Fix typo in function name. 
3518
3519 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3520
3521         * backend/ps/ps-document.c: (ps_interpreter_finished),
3522         (ps_interpreter_start), (ps_interpreter_failed):
3523
3524         Handle ghostscript interpreter crashes. 
3525
3526 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3527
3528         * shell/ev-window.c: (ev_window_open_uri),
3529         (window_configure_event_cb):
3530
3531         Setup window size and position before showing it. Fixes bug #401711.
3532
3533 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3534
3535         * backend/ps/Makefile.am:
3536         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3537         (ps_document_dispose), (ps_document_class_init),
3538         (ps_interpreter_input), (ps_interpreter_output),
3539         (ps_interpreter_error), (setup_interpreter_env),
3540         (ps_interpreter_start), (ps_interpreter_stop),
3541         (ps_interpreter_failed), (ps_interpreter_is_ready),
3542         (check_filecompressed), (document_load), (ps_document_load),
3543         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3544         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3545         (render_page):
3546
3547         Rework ps-document. Code cleanups, remove deprecated code. 
3548
3549 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3550
3551         * shell/ev-view.c: (ev_view_button_press_event):
3552
3553         Do not start an image drag and drop operation when pointer is on 
3554         text, so that we can select text when the whole background is an
3555         image. 
3556
3557 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * shell/ev-window.c: (ev_window_update_actions): 
3560
3561         Disable all zoom related actions during presentation mode. 
3562
3563 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3564
3565         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3566
3567         Do not zoom in or out on presentation mode. Fixes bug #401305.
3568
3569 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3570
3571         * shell/ev-navigation-action.c: (connect_proxy),
3572         (create_menu_item), (ev_navigation_action_class_init):
3573         
3574         Correctly show menu and fix crash when navigaton 
3575         action is out of toolbar visible area.
3576
3577 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3578
3579         * data/Makefile.am:
3580         * data/evince.1:
3581         
3582         Added man file
3583
3584 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3585
3586         * help/reference/* :
3587         * configure.ac:
3588         
3589         Added gtk-doc based documentation for Evince.
3590         Still in initial state but I hope it will
3591         grow.
3592         
3593         * configure.ac:
3594         
3595         Lower dbus requirement to 0.70
3596
3597 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3598
3599         * shell/ev-window.c: (ev_window_add_history):
3600
3601         Fix memory leak. 
3602
3603 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3604
3605         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3606         * shell/ev-view.h:
3607         * shell/ev-window.c: (ev_window_add_history):
3608         
3609         Correctly handle named destination links
3610
3611 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3612
3613         * NOTES:
3614         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3615         * backend/pdf/ev-poppler.cc:
3616         * libdocument/ev-document-links.h:
3617         * libdocument/ev-link.c: (ev_link_get_page):
3618         * libdocument/ev-link.h:
3619         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3620         (ev_history_add_link):
3621         * shell/ev-history.h:
3622         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3623         (new_history_menu_item), (build_menu):
3624         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3625         * shell/ev-sidebar-links.c: (create_loading_model),
3626         (print_section_cb), (ev_sidebar_links_construct),
3627         (fill_page_labels), (update_page_callback_foreach),
3628         (update_page_callback), (job_finished_callback):
3629         * shell/ev-view.c: (ev_view_handle_link):
3630         * shell/ev-window.c: (ev_window_find_chapter),
3631         (ev_window_add_history), (view_handle_link_cb),
3632         (history_changed_cb):
3633         
3634         Implements another history variant
3635
3636 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * shell/ev-window.c: (view_external_link_cb):
3639         * shell/ev-view.c: (ev_view_button_release_event):
3640
3641         Open links in new window when clicking with middle button. 
3642
3643 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3644
3645         * shell/ev-navigation-action.c: (new_history_menu_item):
3646         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3647         * shell/ev-view.c: (ev_view_handle_link):
3648         * shell/ev-window.c:
3649         
3650         Store link before jump, not the destination. For me it 
3651         seems like more natural history behavior.
3652
3653 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3654
3655         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3656         (ev_navigation_action_class_init):
3657         * shell/ev-navigation-action.h:
3658         * shell/ev-page-action.c: (activate_cb):
3659         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3660         (ev_page_cache_set_current_page_history):
3661         * shell/ev-page-cache.h:
3662         * shell/ev-sidebar-thumbnails.c:
3663         (ev_sidebar_tree_selection_changed),
3664         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3665         * shell/ev-view-private.h:
3666         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3667         * shell/ev-view.h:
3668         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3669         (ev_window_setup_document), (ev_window_load_job_cb):
3670         * shell/ev-window.h:
3671         
3672         History finally works as expected.
3673
3674 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3677
3678         Do not update links treeview if it doesn't have a model assigned yet. 
3679
3680 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3681
3682         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3683         (ev_sidebar_links_class_init), (update_page_callback):
3684
3685         Do not update links treeview when sidepane is not visible. 
3686
3687 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3688
3689         * shell/ev-marshal.list:
3690         * shell/ev-page-action.c: (activate_cb),
3691         (ev_page_action_class_init):
3692         * shell/ev-page-action.h:
3693         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3694         * shell/ev-window.c:
3695         
3696         Remove activate_link signal, not required.
3697
3698 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3699
3700         * shell/ev-navigation-action.c: (build_menu):
3701         
3702         Reorder menu items and build menu with fixed length.
3703
3704 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3705
3706         * shell/ev-view.c: (get_selected_text):
3707         
3708         Normalize text to fix ligatures problem. See bug
3709         #341947 for details.
3710
3711 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3714
3715         Fix memory leak in ev-page-cache. 
3716
3717 2007-01-25  Tom Parker <palfrey@tevp.net>
3718
3719         * backend/impress/impress-document.c: (impress_document_load),
3720         (impress_document_finalize), (impress_document_init):
3721         * properties/ev-properties-main.c: (ev_properties_get_pages):
3722         
3723         Correctly handle impress document errors. Fixes nautilus
3724         crash in property page #370491.
3725
3726 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3729         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3730         (ev_job_queue_remove_job):
3731         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3732         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3733         (ev_job_load_run):
3734         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3735         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3736         (ev_window_load_job_cb), (xfer_update_progress_callback),
3737         (ev_window_open_uri), (ev_window_dispose):
3738         * shell/main.c: (main):
3739
3740         Do file transfer asynchronously in the main thread instead of
3741         synchronously in the load thread. Fixes bugs #399694, #398307 and
3742         #343542.
3743
3744 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * shell/ev-jobs.c: (ev_job_xfer_run):
3747
3748         Load the document with the font-config lock held. 
3749
3750 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * backend/ps/ps-document.c: (start_interpreter):
3753
3754         Fix memory leaks in ps backend. 
3755
3756 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3757
3758         * backend/impress/impress-document.c:
3759         (impress_document_render_pixbuf):
3760
3761         Do not acquire fontconfig lock in impress backend, since it is using
3762         the main loop for rendering. 
3763
3764 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3765
3766         * po/POTFILES.in: 
3767
3768         Remove mdvi files that shouldn't be translated. 
3769
3770 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3771
3772         * shell/ev-view-private.h:
3773         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3774         (ev_view_set_zoom):
3775
3776         Render "loading..." text into a cairo surface instead of directly into
3777         the window so that fontconfig lock is only needed once and UI is not
3778         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3779
3780 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3783         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3784
3785         Use icon theme associated with the window screen rather than default. 
3786
3787 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3788
3789         * configure.ac:
3790
3791         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3792
3793 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3794
3795         * data/icons/*/apps/evince.*:
3796
3797         Move Evince icons under new apps directory.
3798
3799         * data/icons/*/actions/*:
3800
3801         Add new custom themeable Evince icons: view-page-continuous, 
3802         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3803         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3804
3805         * configure.ac:
3806
3807         Add new directories to AC_CONFIG_FILES.
3808
3809         * shell/ev-stock-icons.c:
3810         * shell/ev-stock-icons.h:
3811
3812         Use new custom themeable icons.
3813
3814 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3817
3818         Do not draw white background page in presentation mode. 
3819
3820 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3821
3822         * shell/ev-view.c: Remove unused gnome-vfs include.
3823
3824 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3825
3826         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3827         
3828         Format string is corrected, fixes bug #397129.
3829
3830 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3831
3832         * shell/ev-window.c: (ev_window_setup_recent):
3833
3834         Do not include in recent menu inexistent documents. Fixes
3835         bug #339171.
3836
3837 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3838
3839         * po/POTFILES.skip: 
3840
3841         Update POTFILES.skip file according to current source tree. 
3842
3843 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3844
3845         * shell/ev-window.c: (file_save_dialog_response_cb):
3846
3847         Do Save a copy in atomic way. Fixes bug #328266. 
3848
3849 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3852
3853         Keep selected cell always visible in index treeview.
3854
3855 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3856         
3857         * shell/ev-view.c: (ev_view_size_allocate):
3858
3859         Restore horizontal scrollbar after switching to/from fullscreen
3860         or presentation mode. Fixes bug #331728.
3861
3862 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3863
3864         * shell/ev-view-private.h:
3865         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3866         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3867         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3868         (ev_view_can_zoom_out):
3869
3870         Use max and min scale values in the view iby taking dpi into account. 
3871
3872 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * configure.ac:
3875         * NEWS:
3876
3877         Release 0.7.1
3878
3879 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * shell/ev-window.c: (ev_window_print_send):
3882
3883         Send print job to printer with some settings set to default values,
3884         since we have already exported to a file according to such settings
3885         and they could be taken twice by some printers. 
3886
3887 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3888
3889         * shell/ev-jobs.c: (ev_job_xfer_run):
3890         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3891
3892         Show main window and load document with the font-config lock held. 
3893
3894 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3895
3896         * configure.ac:
3897         * shell/ev-application.c: (ev_application_register_service):
3898         * shell/main.c: (load_files_remote):
3899
3900         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3901
3902 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3903
3904         * doc/debugging.txt:
3905         
3906         Remove obsolete documentation.
3907
3908 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3909
3910         * Makefile.am:
3911         * backend/Makefile.am:
3912         * backend/comics/Makefile.am:
3913         * backend/djvu/Makefile.am:
3914         * backend/dvi/Makefile.am:
3915         * backend/ev-async-renderer.c:
3916         * backend/ev-async-renderer.h:
3917         * backend/ev-attachment.c:
3918         * backend/ev-attachment.h:
3919         * backend/ev-backend-marshal.c:
3920         * backend/ev-document-factory.c:
3921         * backend/ev-document-factory.h:
3922         * backend/ev-document-find.c:
3923         * backend/ev-document-find.h:
3924         * backend/ev-document-fonts.c:
3925         * backend/ev-document-fonts.h:
3926         * backend/ev-document-images.c:
3927         * backend/ev-document-images.h:
3928         * backend/ev-document-info.h:
3929         * backend/ev-document-links.c:
3930         * backend/ev-document-links.h:
3931         * backend/ev-document-misc.c:
3932         * backend/ev-document-misc.h:
3933         * backend/ev-document-security.c:
3934         * backend/ev-document-security.h:
3935         * backend/ev-document-thumbnails.c:
3936         * backend/ev-document-thumbnails.h:
3937         * backend/ev-document-transition.c:
3938         * backend/ev-document-transition.h:
3939         * backend/ev-document.c:
3940         * backend/ev-document.h:
3941         * backend/ev-file-exporter.c:
3942         * backend/ev-file-exporter.h:
3943         * backend/ev-image.c:
3944         * backend/ev-image.h:
3945         * backend/ev-link-action.c:
3946         * backend/ev-link-action.h:
3947         * backend/ev-link-dest.c:
3948         * backend/ev-link-dest.h:
3949         * backend/ev-link.c:
3950         * backend/ev-link.h:
3951         * backend/ev-render-context.c:
3952         * backend/ev-render-context.h:
3953         * backend/ev-selection.c:
3954         * backend/ev-selection.h:
3955         * backend/impress/Makefile.am:
3956         * backend/pdf/Makefile.am:
3957         * backend/pixbuf/Makefile.am:
3958         * backend/ps/Makefile.am:
3959         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3960         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3961         (start_interpreter), (stop_interpreter), (document_load),
3962         (ps_document_next_page), (render_page):
3963         * backend/tiff/Makefile.am:
3964         * comics/Makefile.am:
3965         * comics/comics-document.c:
3966         * comics/comics-document.h:
3967         * configure.ac:
3968         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3969         * djvu/Makefile.am:
3970         * djvu/djvu-document-private.h:
3971         * djvu/djvu-document.c:
3972         * djvu/djvu-document.h:
3973         * djvu/djvu-links.c:
3974         * djvu/djvu-links.h:
3975         * djvu/djvu-text-page.c:
3976         * djvu/djvu-text-page.h:
3977         * djvu/djvu-text.c:
3978         * djvu/djvu-text.h:
3979         * dvi/Makefile.am:
3980         * dvi/dvi-document.c:
3981         * dvi/dvi-document.h:
3982         * dvi/fonts.c:
3983         * dvi/fonts.h:
3984         * dvi/mdvi-lib/Makefile.am:
3985         * dvi/mdvi-lib/afmparse.c:
3986         * dvi/mdvi-lib/afmparse.h:
3987         * dvi/mdvi-lib/bitmap.c:
3988         * dvi/mdvi-lib/bitmap.h:
3989         * dvi/mdvi-lib/color.c:
3990         * dvi/mdvi-lib/color.h:
3991         * dvi/mdvi-lib/common.c:
3992         * dvi/mdvi-lib/common.h:
3993         * dvi/mdvi-lib/defaults.h:
3994         * dvi/mdvi-lib/dvimisc.c:
3995         * dvi/mdvi-lib/dviopcodes.h:
3996         * dvi/mdvi-lib/dviread.c:
3997         * dvi/mdvi-lib/files.c:
3998         * dvi/mdvi-lib/font.c:
3999         * dvi/mdvi-lib/fontmap.c:
4000         * dvi/mdvi-lib/fontmap.h:
4001         * dvi/mdvi-lib/fontsrch.c:
4002         * dvi/mdvi-lib/gf.c:
4003         * dvi/mdvi-lib/hash.c:
4004         * dvi/mdvi-lib/hash.h:
4005         * dvi/mdvi-lib/list.c:
4006         * dvi/mdvi-lib/mdvi.h:
4007         * dvi/mdvi-lib/pagesel.c:
4008         * dvi/mdvi-lib/paper.c:
4009         * dvi/mdvi-lib/paper.h:
4010         * dvi/mdvi-lib/pk.c:
4011         * dvi/mdvi-lib/private.h:
4012         * dvi/mdvi-lib/setup.c:
4013         * dvi/mdvi-lib/sp-epsf.c:
4014         * dvi/mdvi-lib/special.c:
4015         * dvi/mdvi-lib/sysdeps.h:
4016         * dvi/mdvi-lib/t1.c:
4017         * dvi/mdvi-lib/tfm.c:
4018         * dvi/mdvi-lib/tfmfile.c:
4019         * dvi/mdvi-lib/tt.c:
4020         * dvi/mdvi-lib/util.c:
4021         * dvi/mdvi-lib/vf.c:
4022         * dvi/pixbuf-device.c:
4023         * dvi/pixbuf-device.h:
4024         * impress/Makefile.am:
4025         * impress/common.h:
4026         * impress/document.c:
4027         * impress/f_oasis.c:
4028         * impress/f_oo13.c:
4029         * impress/iksemel.c:
4030         * impress/iksemel.h:
4031         * impress/imposter.h:
4032         * impress/impress-document.c:
4033         * impress/impress-document.h:
4034         * impress/internal.h:
4035         * impress/r_back.c:
4036         * impress/r_draw.c:
4037         * impress/r_geometry.c:
4038         * impress/r_gradient.c:
4039         * impress/r_style.c:
4040         * impress/r_text.c:
4041         * impress/render.c:
4042         * impress/render.h:
4043         * impress/zip.c:
4044         * impress/zip.h:
4045         * lib/Makefile.am:
4046         * lib/ev-debug.c:
4047         * lib/ev-debug.h:
4048         * lib/ev-file-helpers.c:
4049         * lib/ev-file-helpers.h:
4050         * lib/ev-gui.c:
4051         * lib/ev-gui.h:
4052         * lib/ev-tooltip.c:
4053         * lib/ev-tooltip.h:
4054         * libdocument/Makefile.am:
4055         * libdocument/ev-file-helpers.c:
4056         * pdf/Makefile.am:
4057         * pdf/ev-poppler.cc:
4058         * pdf/ev-poppler.h:
4059         * pixbuf/Makefile.am:
4060         * pixbuf/pixbuf-document.c:
4061         * pixbuf/pixbuf-document.h:
4062         * properties/Makefile.am:
4063         * ps/Makefile.am:
4064         * ps/gsdefaults.c:
4065         * ps/gsdefaults.h:
4066         * ps/gsio.c:
4067         * ps/gsio.h:
4068         * ps/gstypes.h:
4069         * ps/ps-document.c:
4070         * ps/ps-document.h:
4071         * ps/ps.c:
4072         * ps/ps.h:
4073         * shell/Makefile.am:
4074         * shell/ev-application.h:
4075         * shell/ev-sidebar-links.c:
4076         * shell/ev-sidebar-links.h:
4077         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4078         (ev_gui_menu_position_tree_selection):
4079         * shell/ev-utils.h:
4080         * shell/ev-view.c: (ev_view_finalize):
4081         * shell/ev-window.c:
4082         * shell/main.c: (main):
4083         * thumbnailer/Makefile.am:
4084         * tiff/Makefile.am:
4085         * tiff/tiff-document.c:
4086         * tiff/tiff-document.h:
4087         * tiff/tiff2ps.c:
4088         * tiff/tiff2ps.h:
4089         
4090         Reorganize source tree.
4091
4092 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * backend/ev-document-factory.c:
4095
4096         Do not include ev-poppler.h when pdf is disabled. 
4097
4098 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4099
4100         * configure.ac:
4101         * data/evince-ui.xml:
4102         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4103         (pdf_document_document_images_iface_init):
4104         * backend/Makefile.am:
4105         * backend/ev-document-images.[ch]:
4106         * backend/ev-image.[ch]:
4107         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4108         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4109         (ev_job_xfer_run):
4110         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4111         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4112         (ev_pixbuf_cache_get_image_mapping):
4113         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4114         (view_menu_popup_cb), (ev_window_dispose),
4115         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4116         (ev_view_popup_cmd_copy_image):
4117         * shell/ev-view-private.h:
4118         * shell/ev-view.c: (ev_view_get_image_at_location),
4119         (ev_view_do_popup_menu), (ev_view_popup_menu),
4120         (ev_view_button_press_event), (ev_view_drag_data_get),
4121         (ev_view_drag_motion), (ev_view_drag_data_received),
4122         (ev_view_motion_notify_event), (ev_view_button_release_event),
4123         (ev_view_finalize), (ev_view_class_init):
4124
4125         Add image handling support. Fixes bugs #310008 and #325047. Images
4126         selection is not supported yet. 
4127
4128 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4131         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4132         (ev_view_init):
4133
4134         Move view drag and drop stuff to ev-view.
4135
4136 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4139         * shell/ev-view.c: (clear_selection): 
4140
4141         Clear selection also in pixbuf cache.
4142
4143 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4144
4145         * data/evince.desktop.in.in:
4146         
4147         Change icon name in desktop file. See bug #390734
4148         for details.
4149
4150 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4151
4152         * thumbnailer/Makefile.am:
4153
4154         Use top_builddir instead top_srcdir for generated schema
4155         file installation. Fixes bug #390161.
4156
4157 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4158
4159         * configure.ac:
4160         * backend/Makefile.am:
4161         * backend/ev-document-transition.[ch]:
4162         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4163         (pdf_document_page_transition_iface_init):
4164         * shell/ev-view-private.h:
4165         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4166         (ev_view_set_presentation), (transition_next_page),
4167         (ev_view_presentation_transition_stop),
4168         (ev_view_presentation_transition_start), (ev_view_next_page):
4169
4170         Add page transition support in presentation mode. At the moment only
4171         page duration is supported, but not transition effects. Fixes bug
4172         #309815.
4173
4174 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4175
4176         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4177
4178         Run find_link_dest with document lock held, since it's called by links
4179         thread and main thread at the same time. 
4180
4181 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * shell/ev-view.c: (goto_dest):
4184
4185         Update page-cache when page is changed by the view, so that
4186         page-changed signal is emitted. 
4187
4188 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * test/test1.py:
4191         * test/test2.py:
4192
4193         Use C locale in tests. 
4194
4195 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4196
4197         * shell/ev-window.c: (ev_window_run_presentation):
4198         * shell/ev-view-private.h:
4199         * shell/ev-view.c: (ev_view_set_presentation):
4200
4201         Restore zoom settings when back from presentation mode. 
4202
4203 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4204
4205         * shell/ev-window.c: (ev_window_run_presentation):
4206
4207         Always use "best fit" zoom in presentation mode.
4208         Fixes bug #389195.
4209
4210 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4211
4212         * shell/ev-view.c: (ev_view_goto_window_create):
4213
4214         Show "Jump to page" label in the page jumping popup in
4215         presentation mode instead of just a GtkEntry.
4216
4217 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * shell/ev-window.c: (launch_external_uri):
4220
4221         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4222         #378085.
4223
4224 2006-12-22  Elijah Newren  <newren gmail com>
4225
4226         * configure.ac: explicitly check for libxml2.  Fixes #388795
4227
4228 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * shell/ev-view-private.h:
4231         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4232         (ev_view_goto_window_delete_event), (key_is_numeric),
4233         (ev_view_goto_window_key_press_event),
4234         (ev_view_goto_window_button_press_event),
4235         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4236         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4237         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4238
4239         Allow jumping to another page by typing a page number in presentation
4240         mode. It uses a popup window with an entry. Fixes bug #353625.
4241
4242 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4243
4244         * configure.ac:
4245         * properties/ev-properties-view.c: (ev_get_default_user_units),
4246         (ev_regular_paper_size):
4247         
4248         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4249         to Damien Carbery <damien.carbery@sun.com> and
4250         Yevgen Muntyan <muntyan@tamu.edu>.
4251
4252 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4253
4254         * shell/ev-window.c: (setup_document_from_metadata):
4255
4256         Make sure Evince doesn't restore the view on the last
4257         page when a document is reopened. Fixes bug #383381.
4258
4259 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4260
4261         * shell/ev-view.c: (draw_loading_text):
4262
4263         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4264
4265 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4266
4267         * configure.ac:
4268         * NEWS:
4269
4270         Release 0.7.0
4271
4272 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4273
4274         * configure.ac:
4275         * pdf/ev-poppler.cc: (pdf_print_context_free),
4276         (pdf_document_file_exporter_begin),
4277         (pdf_document_file_exporter_do_page):
4278
4279         Make cairo-pdf depedency optional. 
4280
4281 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4282
4283         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4284
4285         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4286
4287 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4290         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4291         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4292         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4293         * shell/ev-view.c: (draw_loading_text):
4294         * shell/ev-window.c: (ev_window_cmd_file_properties):
4295
4296         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4297         related to using FontConfig from different threads.
4298         
4299 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4300
4301         * shell/ev-view.c: (draw_loading_text):
4302
4303         Acquire lock document when drawing "Loading..." text so that only one
4304         thread will use FontConfig at the same time. Fixes bug #374750.
4305
4306 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4307
4308         * shell/ev-page-action.[ch]: (activate_cb):
4309         * shell/ev-window.c: (activate_label_cb):
4310
4311         Check if text inserted in page entry is a valid page number when it
4312         doesn't match to any document page label. Fixes bug #383165.
4313
4314 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4315         * shell/ev-window.c:
4316
4317         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4318         available with GTK < 2.10. Added an ifdef to avoid compilation
4319         error.
4320
4321 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4322
4323         * configure.ac:
4324         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4325
4326         Fix ps backend in multihead systems.
4327
4328 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4329
4330         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4331         * shell/ev-window.c: (ev_window_get_screen_dpi),
4332         (ev_window_update_actions), (setup_view_from_metadata),
4333         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4334
4335         Take screen DPI into account when zooming. Fixes bug #318285.
4336
4337 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4338
4339         * data/Makefile.am:
4340
4341         Cleaned up/slightly refactored Makefile.am. Added GConf
4342         schemas uninstallation as well.
4343
4344 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4345
4346         * Makefile.am:
4347         * test/Makefile.am:
4348
4349         Fight with autotools to fix make check. Make distcheck
4350         works fine as well now!
4351
4352 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4353
4354         * shell/ev-view.c: (draw_end_presentation_page):
4355
4356         Corrected "end of presentation" string.
4357
4358 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4359
4360         * shell/ev-view.c: (ev_view_key_press_event):
4361
4362         Correctly propagate key press event so that up/down keys
4363         work as expected (correct behaviour was broken by
4364         black/white screen key bindings for presentations).
4365
4366 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4367
4368         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4369         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4370         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4371         (pdf_selection_get_selection_region),
4372         (pdf_selection_get_selection_map):
4373
4374         Add "static" to some private functions. 
4375
4376 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4377
4378         * lib/ev-tooltip.h:
4379         * properties/ev-properties-view.h:
4380         * shell/ev-jobs.h:
4381         * shell/ev-properties-dialog.h:
4382         * shell/ev-properties-fonts.h:
4383         * shell/ev-sidebar-links.h:
4384         * shell/ev-sidebar-thumbnails.h:
4385         * shell/ev-sidebar.h:
4386         * shell/ev-window.h:
4387         
4388         Fixes CHACK type in class casts. See bug #385343
4389         for details.
4390
4391 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4392
4393         * shell/ev-view-private.h:
4394         * shell/ev-view.c: (draw_end_presentation_page),
4395         (ev_view_expose_event), (ev_view_key_press_event),
4396         (ev_view_class_init), (ev_view_init):
4397
4398         Blank screen in presentation mode when pressing 'b' (filling with
4399         black) or 'w' (filling with white) keys. Fixes bug #358132.
4400
4401 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4402
4403         * data/evince-toolbar.xml:
4404         * shell/ev-window.c:
4405         
4406         Use stock icon for Select All action. Fixes
4407         bug #382652.
4408
4409 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4410
4411         * shell/ev-view.c: (get_doc_point_from_offset),
4412         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4413
4414         Add links support in rotated documents. Fixes bug #343733.
4415
4416 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4417
4418         * shell/ev-view-private.h:
4419         * shell/ev-view.c: (draw_end_presentation_page),
4420         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4421
4422         Show a blank page after the last page in presentation mode with a
4423         message indicating that presentation has finished and how to exit. 
4424
4425 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4426
4427         * shell/ev-window.c: (fullscreen_timeout_cb):
4428
4429         Hide cursor after a while in presentation mode. 
4430
4431 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4432
4433         * backend/ev-document-info.h:
4434         * data/evince-properties.glade:
4435         * pdf/ev-poppler.cc:
4436         * properties/ev-properties-view.c: (ev_regular_paper_size),
4437         (ev_properties_view_set_info):
4438         * ps/ps-document.c: (ps_document_get_info):
4439
4440         Adds a paper size field to the properties dialog. Fixes
4441         bug #307315. Patch by Kasper Svendsen (with some i18n
4442         changes done by me).
4443
4444 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4447         (screensaver_init_dbus), (totem_scrsaver_new),
4448         (totem_scrsaver_init):
4449         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4450         * shell/ev-application.c: (ev_application_register_service),
4451         (ev_application_screensaver_enable),
4452         (ev_application_screensaver_disable):
4453         * shell/ev-application.h:
4454         * shell/ev-window.c: (ev_window_run_presentation),
4455         (ev_window_stop_presentation), (build_comments_string),
4456         (ev_window_init):
4457         
4458         Move screensaver handling to application. No more
4459         message on startup.
4460
4461 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * configure.ac:
4464         * backend/Makefile.am:
4465         * backend/ev-file-exporter.[ch]:
4466         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4467         * ps/ps-document.c: (ps_document_file_exporter_*):
4468         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4469         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4470         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4471         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4472
4473         Allow printing to PDF when suppoted by the backend.
4474         
4475 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4476
4477         * shell/ev-window.c: (build_comments_string):
4478
4479         Use always "Document Viewer" in about dialog. 
4480
4481 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4482
4483         * djvu/djvu-document.c: (djvu_document_get_page_size):
4484
4485         Display a warning message when get_pageinfo fails. 
4486
4487 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4488
4489         * Makefile.am:
4490         * backend/Makefile.am:
4491         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4492         * configure.ac:
4493         * shell/ev-window.c: (build_comments_string):
4494         
4495         Make pdf compilation optional. See bug #38007.
4496
4497 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4498
4499         * ps/ps.c: (get_next_text):
4500
4501         Fix CVE-2006-5864.
4502
4503 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4504
4505         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4506         * shell/ev-navigation-action.c: (connect_proxy),
4507         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4508         
4509         Do not call g_type_class_peek_parent twice.
4510
4511 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * configure.ac:
4514         * data/icons/24x24/.cvsignore:
4515         * data/icons/24x24/Makefile.am:
4516         * data/icons/24x24/evince.png:
4517         * data/icons/Makefile.am:
4518         
4519         Add 24x24 icon. Thanks to 
4520         Michael Monreal <infernux@web.de>.
4521
4522 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4523
4524         * configure.ac: Fix typo in configure.ac. Thanks
4525         to dmacks@netspace.org for notification.
4526
4527 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4528
4529         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4530         
4531         Drop dbus include, fixes compilation with older dbus.
4532
4533 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4534
4535         * configure.ac:
4536         * cut-n-paste/Makefile.am:
4537         * cut-n-paste/totem-screensaver/.cvsignore
4538         * cut-n-paste/totem-screensaver/Makefile.am:
4539         * cut-n-paste/totem-screensaver/README:
4540         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4541         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4542         * shell/Makefile.am:
4543         * shell/ev-window.c: (ev_window_run_presentation),
4544         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4545         (ev_window_init):
4546
4547         Implemented screensaver enabling/disabling for
4548         presentation mode (not fullscreen mode). Code stolen
4549         from Totem (with some minor tweaks). Fixes bug #338889.
4550
4551 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4552
4553         * configure.ac:
4554
4555         Bump gnome-icon-theme requirements. We use the rotation
4556         icons that appeared recently.
4557
4558 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4559
4560         * shell/ev-history.c: (ev_history_add_page):
4561         * shell/ev-history.h:
4562         * shell/ev-window.c: (page_changed_cb):
4563         
4564         Use page labels instead of numbers.
4565
4566 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4567
4568         * data/evince-toolbar.xml:
4569         * po/POTFILES.in:
4570         * shell/Makefile.am:
4571         * shell/ev-navigation-action-widget.c:
4572         (ev_navigation_action_widget_init),
4573         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4574         (menu_detacher), (ev_navigation_action_widget_set_menu),
4575         (menu_position_func), (popup_menu_under_arrow),
4576         (ev_navigation_action_widget_toggled),
4577         (ev_navigation_action_widget_button_press_event):
4578         * shell/ev-navigation-action-widget.h:
4579         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4580         (ev_navigation_action_set_window), (activate_menu_item_cb),
4581         (new_history_menu_item), (new_empty_history_menu_item),
4582         (build_menu), (menu_activated_cb), (connect_proxy),
4583         (create_tool_item), (ev_navigation_action_init),
4584         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4585         * shell/ev-navigation-action.h:
4586         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4587         (ev_page_action_widget_set_page_cache),
4588         (ev_page_action_widget_finalize),
4589         (ev_page_action_widget_class_init), (match_selected_cb),
4590         (display_completion_text), (match_completion), (build_new_tree_cb),
4591         (get_filter_model_from_model),
4592         (ev_page_action_widget_update_model):
4593         * shell/ev-page-action-widget.h:
4594         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4595         (connect_proxy):
4596         * shell/ev-page-action.h:
4597         * shell/ev-stock-icons.c:
4598         * shell/ev-stock-icons.h:
4599         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4600         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4601         (register_custom_actions):
4602         * shell/main.c:
4603         
4604         Preliminary history implementation
4605
4606 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4607
4608         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4609         (dvi_document_class_init), (dvi_document_init_params):
4610         * dvi/mdvi-lib/font.c: (font_reference):
4611         
4612         Add reference to subfont. Fixes bug #374277.
4613
4614 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4615
4616         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4617         (ev_window_cmd_file_open_copy_at_dest):
4618
4619         Fix a race condition when creating symlink. Increase the counter
4620         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4621         Mathias Hasselmann).
4622
4623 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4624
4625         * backend/Makefile.am:
4626         * backend/ev-attachment.c: (ev_attachment_open):
4627         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4628         (ev_tmp_dir), (ev_tmp_filename):
4629         * shell/ev-sidebar-attachments.c:
4630         (ev_sidebar_attachments_drag_data_get):
4631         * shell/ev-window.c: (ev_window_clear_temp_file):
4632
4633         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4634         in ensure_dir_exists. Abort without crashing when we can't create
4635         user's directory.
4636
4637 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4638
4639         * data/evince-ui.xml:
4640         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4641         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4642         (ev_window_cmd_file_open_copy_at_dest),
4643         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4644         (ev_view_popup_cmd_open_link_new_window):
4645
4646         Allow opening a copy of the current document in a new window. Fixes bug
4647         #357472
4648
4649 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4650
4651         * data/evince-toolbar.xml:
4652         
4653         Add rotate right and rotate left to available items for toolbar.
4654         
4655         * data/evince-ui.xml:
4656         * shell/ev-window.c: (ev_window_init):
4657         
4658         Customize toolbar with right click. Fixes bug #372451.
4659
4660 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4661
4662         * shell/ev-window.c: 
4663         
4664         Use "object-rotate-{left,right}" stock icons. Fixes 
4665         bug #373863.
4666
4667 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4668
4669         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4670         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4671         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4672         (ev_window_open_uri):
4673         * shell/main.c: (arguments_parse):
4674
4675         Remove temp file created when evince is used by GTK+ in
4676         preview mode. Fixes bug #365282. 
4677
4678 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4679
4680         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4681         
4682         Fixes bug #372474 - Side pane disabled when entering 
4683         and leaving fullscreen mode.
4684
4685 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4686
4687         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4688         * data/Makefile.am:
4689         * data/evince-preview-toolbar.xml:
4690         * data/evince-toolbar.xml:
4691         * shell/ev-application.c: (ev_application_shutdown),
4692         (ev_application_init), (ev_application_get_toolbars_model):
4693         * shell/ev-application.h:
4694         * shell/ev-window.c: (update_chrome_visibility),
4695         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4696         (ev_window_cmd_edit_toolbar), (ev_window_init):
4697         
4698         Fixes bug #364364 - toolbar editor shows zoom actions again.
4699
4700 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4701
4702         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4703
4704         Do not take margins into consideration for paper size when printing.
4705         Really fixes bug #350491.
4706
4707 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4708
4709         * data/evince-ui.xml:
4710         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4711         (ev_window_cmd_file_print_setup),
4712         (ev_window_print_dialog_response_cb),
4713         (ev_window_setup_action_sensitivity):
4714
4715         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4716
4717 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4718
4719         * shell/ev-window.c: (ev_window_print_range):
4720
4721         Revert my previuos commit, since printing to PDF is not supported by
4722         evince yet. 
4723
4724 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * shell/ev-window.c: (ev_window_print_range):
4727
4728         Enable print to a PDF. Fixes bug #332121.
4729
4730 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4731
4732         * shell/ev-application-service.xml:
4733         * shell/ev-application.[ch]: (ev_application_open_window),
4734         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4735         (ev_application_open_uri), (ev_application_open_uri_list):
4736         * shell/ev-window.c: (file_open_dialog_response_cb),
4737         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4738         (drag_data_received_cb), (open_remote_link):
4739         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4740
4741         Add support for multiscreen systems. Fixes bug #316206.
4742
4743 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4744
4745         * shell/ev-jobs.[ch]: (ev_job_print_new),
4746         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4747         (ev_job_print_do_page):
4748         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4749
4750         Allow printing only odd/even pages. Fixes bug #367289.
4751
4752 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4753
4754         * test/test1.py:
4755         * test/test2.py:
4756
4757         Re-add locale settings to test files.
4758
4759 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4760
4761         * data/evince-ui.xml:
4762         * shell/ev-window.c: (set_action_properties):
4763         
4764         Removed garbage from code and ui.
4765
4766 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4767
4768         * shell/ev-window.c: (ev_window_cmd_help_about):
4769
4770         Shamelessly add my name to the list of contributors.
4771
4772 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4773
4774         * test/test1.py:
4775         * test/test2.py:
4776
4777         Cleaned up the dogtail scripts.
4778
4779 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4780
4781         * shell/ev-view.c: (draw_loading_text): Don't render
4782         "loading..." text in presentation mode. Temporary
4783         workaround for bug #320352.
4784
4785 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4786
4787         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4788         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4789
4790         Use print settings scale, copies, collate and reverse which were
4791         ignored. Fixes bug #359032.
4792
4793 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4794
4795         * configure.ac:
4796         * data/evince-password.glade:
4797         * test/Makefile.am:
4798         * test/test-encrypt.pdf:
4799         * test/test-links.pdf:
4800         * test/test1.py:
4801         * test/test2.py:
4802
4803         Add automated UI tests for evince with dogtail. See
4804         bug #300948.    
4805
4806 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4807
4808         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4809
4810         Hide fullscreen toolbar when switching to another desktop workspace.
4811         Fixes bug #338871
4812
4813 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4814
4815         * shell/ev-window-title.c: 
4816         
4817         Test for .dvi in title of pdf documents.
4818
4819 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4820
4821         * shell/ev-view.c: (ev_view_scroll):
4822
4823         Page Up/Down should do page jumps in "Best fit" mode.
4824         If a user has explicitly chosen to view exactly one page
4825         at a time, scrolling just a part of the page when
4826         pressing Page Up/Down is not right. Fixes bug #323107.
4827
4828 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4829
4830         * NEWS:
4831         * configure.ac:
4832         
4833         Update for 0.6.1
4834
4835 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4836
4837         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4838         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4839         
4840         Correctly disconnect from job signals on destroy.
4841
4842 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4843
4844         * shell/ev-view-private.h:
4845         * shell/ev-view.c: (view_set_adjustment_values),
4846         (view_update_range_and_current_page),
4847         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4848         
4849         Fixes bug #343199, current page now follows find page.
4850
4851 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4852
4853         * backend/ev-document-factory.c:
4854         * configure.ac:
4855         Assigned OpenDocument presenation MIME type to the
4856         Impress backend. Added some missing (but harmless)
4857         #ifdefs in the document factory as well to make things
4858         consistent again. Fixes bug #360658.
4859
4860 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4861
4862         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4863         * backend/ev-document-find.c: (ev_document_find_get_type):
4864         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4865         * backend/ev-document-links.c: (ev_document_links_get_type):
4866         * backend/ev-document-security.c: (ev_document_security_get_type):
4867         * backend/ev-document-thumbnails.c:
4868         (ev_document_thumbnails_get_type):
4869         * backend/ev-document.c: (ev_document_get_type):
4870         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4871         * backend/ev-selection.c: (ev_selection_get_type):
4872         * cut-n-paste/recent-files/egg-recent-model.c:
4873         (egg_recent_model_get_type):
4874         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4875         (egg_recent_view_uimanager_get_type):
4876         * cut-n-paste/recent-files/egg-recent-view.c:
4877         (egg_recent_view_get_type):
4878         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4879         (egg_editable_toolbar_get_type):
4880         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4881         (egg_toolbar_editor_get_type):
4882         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4883         (egg_toolbars_model_get_type):
4884         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4885         (egg_tree_multi_drag_source_get_type):
4886         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4887         (ephy_zoom_action_get_type):
4888         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4889         (ephy_zoom_control_get_type):
4890         * impress/r_back.c: (_imp_fill_back):
4891         * properties/ev-properties-main.c:
4892         (ev_properties_plugin_register_type):
4893         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4894         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4895         (ev_view_accessible_factory_get_type):
4896
4897         Reduce relocations. Bug #360616.
4898
4899 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4900
4901         * backend/ev-document-factory.c:
4902         (ev_document_factory_get_document):
4903         
4904         Load document even if extension is wrong.
4905
4906 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4907
4908         * shell/ev-metadata-manager.c: (save_values):
4909         * shell/ev-window.c: (setup_size_from_metadata),
4910         (setup_view_from_metadata), (ev_window_setup_document),
4911         (ev_window_xfer_job_cb), (window_configure_event_cb):
4912         
4913         Set size according to the document size/page size ratio.
4914         That should correct rather wierd behaviour of the previous
4915         commit.
4916
4917 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4918
4919         * shell/ev-window.c: (setup_view_from_metadata):
4920         
4921         Set size for new windows from previous window size.
4922         See bugs #354968 and #168450 for details. Thanks
4923         to Meik Hellmund.
4924
4925 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4926
4927         * djvu/djvu-links.c: (build_tree):
4928
4929         Fix memory leak.
4930
4931 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4934         
4935         Don't make sidebar close button insensitive. Fixes
4936         bug #357871.
4937
4938 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4941         (ev_window_set_view_accels_sensitivity):
4942         
4943         Don't enable Slash on documents which don't support
4944         find. Fixes bug #358648.
4945
4946 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4947
4948         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4949         open dialog fall back to the current document uri if the
4950         filechooser hasn't been used before. Fixes bug #356980.
4951
4952 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4953
4954         * shell/ev-window.c: (ev_window_setup_recent), 
4955         (ev_window_get_recent_file_label):
4956
4957         Escape underscores in filenames of recent file items.
4958
4959 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4960
4961         * configure.ac:
4962         
4963         Bumped poppler requirements, really 0.5.3 is very 
4964         buggy, now we require 0.5.4.
4965
4966 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4967
4968         * djvu/Makefile.am:
4969         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4970         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4971         (djvu_document_document_links_iface_init):
4972         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4973         (number_from_string_10), (get_djvu_link_dest),
4974         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4975         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4976         (djvu_links_get_links), (djvu_links_find_link_dest),
4977         (djvu_links_get_links_model):
4978         * djvu/djvu-links.h:
4979         
4980         Add support for links and bookmarks in djvu documents. Thanks
4981         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4982         patch.
4983
4984 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4985
4986         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4987         
4988         Reopen should reload document. Fixes 
4989         bug 327951.
4990
4991 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4992
4993         * configure.ac:
4994         * data/Makefile.am:
4995         * data/evince-16.png:
4996         * data/evince-22.png:
4997         * data/evince.png:
4998         * data/evince.svg:
4999         * data/icons/16x16/Makefile.am:
5000         * data/icons/16x16/evince.png:
5001         * data/icons/22x22/Makefile.am:
5002         * data/icons/22x22/evince.png:
5003         * data/icons/48x48/Makefile.am:
5004         * data/icons/48x48/evince.png:
5005         * data/icons/Makefile.am:
5006         * data/icons/scalable/Makefile.am:
5007         * data/icons/scalable/evince.svg:
5008         
5009         Install icons with correct names. Fixes
5010         bug #354429.
5011
5012 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * shell/ev-view.c: (ev_view_button_release_event):
5015
5016         Don't open links with middle mouse button. Fixes bug #353649
5017
5018 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * NEWS:
5021         * configure.ac:
5022         
5023         Update for release 0.6.0
5024
5025 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5026
5027         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5028         Implement Close named action. Patch by Carlos Garcia Campos.
5029
5030 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5031
5032         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5033         
5034         Don't clear link mapping on copy_job_to_job_info. Fixes
5035         bug 346168.
5036
5037 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5038
5039         * shell/main.c: (main):
5040
5041         Revert my previous commit, gnome_program_init owns the option context.
5042         Fix another memory leak in main. Both caught by Christian Persch. 
5043
5044 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5045
5046         * shell/main.c: (main):
5047
5048         Fix memory leak.
5049
5050 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5051
5052         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5053
5054         Fix crash when opening a pdf with password protection. 
5055
5056 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5057
5058         * pdf/ev-poppler.cc: (pdf_document_search_free):
5059
5060         Fix memory leak. 
5061
5062 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5063
5064         * backend/ev-document-factory.c:
5065         (ev_document_factory_get_document):
5066         * tiff/tiff-document.c: (tiff_document_finalize):
5067         
5068         More correct handling of document loading. Fixes
5069         bug #349043.
5070
5071 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5072
5073         * backend/ev-attachment.c: (ev_attachment_save):
5074
5075         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5076         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5077
5078 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5079         
5080         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5081         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5082
5083 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5084
5085         * shell/ev-sidebar-thumbnails.c:
5086
5087         Do not render thumbnails unless thumbnails page is active in the
5088         sidebar.
5089
5090 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5091
5092         * shell/ev-properties-dialog.c:
5093
5094         Fix dialogue spacing. Bug #351370.
5095
5096 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5097
5098         * configure.ac:
5099
5100         Use lowercase gettext catalog file names (evince.mo
5101         instead of Evince.mo)
5102
5103 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5104
5105         * shell/ev-sidebar-attachments.c:
5106
5107         GtkIconTheme is now screen safe too. Fixes bug #350878
5108
5109 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5110
5111         * shell/ev-window.c:
5112
5113         GtkRecent manager is now screen safe. Fixes bug #350145
5114
5115 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * shell/ev-sidebar.c: (ev_sidebar_init):
5118         
5119         Make sidebar close icon smaller. Fix for bug 350177.
5120         See also bugs 350176 and 165770.
5121
5122 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5123
5124         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5125
5126         Ignore zoom for xyz destinations when it's <= 1, keeping user
5127         preferences instead. Set correct sizing-mode for fith and fitv
5128         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5129
5130 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5131
5132         * NEWS:
5133         * configure.ac:
5134         
5135         Update for release 0.5.5
5136
5137 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5138         
5139         * shell/ev-window.c: (ev_window_cmd_escape)
5140
5141         Escape unfocus page entry. Fixes bug #345809.
5142
5143 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5144
5145         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5146         (build_tree), (pdf_document_links_get_links),
5147         (pdf_document_links_find_link_dest):
5148         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5149         (goto_xyz_dest):
5150
5151         Convert from PDF style coordinates to X style coordinates in the
5152         backend rather than in the view. Fixes bug #338440
5153
5154 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * shell/ev-window.c:
5157         
5158         Remove Ctrl+Shift+T shortcut for toolbars. See
5159         the bug #350098.
5160
5161 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5162
5163         * configure.ac:
5164
5165         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5166         of this. 
5167
5168 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5169
5170         * configure.ac:
5171         * cut-n-paste/Makefile.am:
5172         * data/evince-ui.xml:
5173         * shell/Makefile.am:
5174         * shell/ev-application.[ch]:
5175         * shell/ev-window.c:
5176
5177         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5178         #349273
5179
5180 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5181
5182         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5183         findbar code: s/help/search/
5184
5185 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5186
5187         * shell/ev-window.c: (setup_document_from_metadata),
5188         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5189         (setup_view_from_metadata):
5190         
5191         Fix memory leaks.
5192
5193 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5194
5195         * autogen.sh, configure.ac: 
5196         
5197         Update automake usage. See bug 349292.
5198
5199 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5200
5201         * shell/eggfindbar.c: (egg_find_bar_class_init),
5202         (entry_activate_callback), (egg_find_bar_init),
5203         (egg_find_bar_set_status_text):
5204         * shell/eggfindbar.h:
5205         
5206         Unify Evince findbar with Epiphany. Nice patch
5207         from Fabricio Silva <silva@crans.org> and
5208         Frederic Peters <fpeters@entrouvert.com>. See
5209         bug #339966 for details.
5210
5211 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5212
5213         * data/evince.desktop.in.in:
5214         
5215         Correct information for bugzilla. Thanks to
5216         Olaf Vitters, see bug #348855.
5217
5218 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5219
5220         * shell/ev-jobs.[ch]:
5221         * shell/ev-sidebar-links.c:
5222         * shell/ev-window.[ch]:
5223
5224         GtkPrintJob doesn't support print ranges or current page, so we export
5225         to a ps file now when printing ranges or current page.
5226
5227 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5228
5229         * pdf/ev-poppler.cc:
5230         * shell/ev-window.c: (do_action_named):
5231
5232         We should be more clear about bugzilla. See the
5233         poppler bug #7623.
5234
5235 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5236
5237         * configure.ac:
5238         * shell/Makefile.am:
5239         * shell/ev-job-queue.c:
5240         * shell/ev-jobs.[ch]:
5241         * shell/ev-sidebar-links.c:
5242         * shell/ev-window.[ch]:
5243         
5244         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5245         #348422
5246
5247 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5248
5249         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5250         * shell/ev-application-service.xml:
5251         * shell/ev-application.[ch]:
5252         * shell/ev-jobs.[ch]:
5253         * shell/ev-window.[ch]: (ev_window_run_preview):
5254         * shell/main.c: 
5255
5256         Add preview mode to use evince as a printing previewer. It also adds
5257         other command line options for fullscreen and presentation modes.
5258         Fixes bugs #347822, #317031
5259
5260 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5261
5262         * NEWS:
5263         * configure.ac:
5264         
5265         Update for release 0.5.4
5266
5267 2006-07-11  Bastien Nocera <hadess@hadess.net>
5268
5269         * Makefile.am:
5270         * backend/Makefile.am:
5271         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5272         * backend/ev-document-factory.h:
5273         * configure.ac:
5274         * impress/.cvsignore:
5275         * impress/Makefile.am:
5276         * impress/common.h:
5277         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5278         (imp_get_page), (imp_next_page), (imp_prev_page),
5279         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5280         * impress/f_oasis.c: (render_object), (render_page),
5281         (get_geometry), (_imp_oasis_load):
5282         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5283         (_imp_oo13_load):
5284         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5285         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5286         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5287         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5288         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5289         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5290         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5291         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5292         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5293         (iks_new_within), (iks_insert), (iks_insert_cdata),
5294         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5295         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5296         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5297         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5298         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5299         (iks_cdata), (iks_cdata_size), (iks_has_children),
5300         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5301         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5302         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5303         (iks_tree), (iks_load), (iks_save):
5304         * impress/iksemel.h:
5305         * impress/imposter.h:
5306         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5307         (imp_render_draw_bezier_real), (imp_render_get_size),
5308         (imp_render_set_fg_color), (imp_render_draw_line),
5309         (imp_render_draw_rect), (imp_render_draw_polygon),
5310         (imp_render_draw_arc), (imp_render_draw_bezier),
5311         (imp_render_open_image), (imp_render_get_image_size),
5312         (imp_render_scale_image), (imp_render_draw_image),
5313         (imp_render_close_image), (imp_render_markup),
5314         (imp_render_get_text_size), (imp_render_draw_text),
5315         (impress_document_load), (impress_document_save),
5316         (impress_document_get_n_pages), (impress_document_get_page_size),
5317         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5318         (impress_document_finalize), (impress_document_class_init),
5319         (impress_document_can_get_text), (impress_document_get_info),
5320         (impress_document_document_iface_init),
5321         (impress_document_thumbnails_get_thumbnail),
5322         (impress_document_thumbnails_get_dimensions),
5323         (impress_document_document_thumbnails_iface_init),
5324         (impress_document_init):
5325         * impress/impress-document.h:
5326         * impress/internal.h:
5327         * impress/r_back.c: (_imp_fill_back):
5328         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5329         (_imp_draw_image), (_imp_tile_image):
5330         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5331         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5332         (r_polyline):
5333         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5334         (r_draw_gradient_complex), (r_draw_gradient):
5335         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5336         (r_get_bullet):
5337         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5338         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5339         (r_text):
5340         * impress/render.c: (imp_create_context), (imp_context_set_page),
5341         (imp_context_set_step), (imp_render), (imp_delete_context):
5342         * impress/render.h:
5343         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5344         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5345         (zip_load_xml), (zip_get_size), (zip_load):
5346         * impress/zip.h:
5347         * shell/ev-utils.c:
5348         
5349         New backend to support impress slides. Fixes bug #30867.
5350
5351 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5352
5353         * shell/ev-utils.c: (using_postscript_printer):
5354         
5355         Fixes crash when print using PAPI backend,
5356         bug #345012.
5357
5358 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5359
5360         * shell/ev-jobs.c: (ev_job_xfer_run):
5361         * shell/ev-window.c: (password_dialog_response),
5362         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5363         (ev_window_dispose):
5364         Fixes bug #344160: if the xfer job doesn't complete
5365         because a password is required, reload the existing
5366         instance instead of creating a new one.
5367
5368 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5369
5370         * shell/main.c: (main): Call gdk_threads_init. Thus
5371         we'll avoid errors in auth dialog. Fix for the bug
5372         #343347.
5373
5374 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5375
5376         * configure.ac: Advertise pixbuf support, fix
5377         for the bug 343317.
5378
5379 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5380
5381         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5382         (ev_sidebar_thumbnails_set_document):
5383         
5384         Update sidebar thumbnails after reloading.
5385
5386 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5387
5388         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5389         * shell/ev-jobs.h:
5390         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5391         (ev_window_cmd_view_reload), (ev_window_init):
5392         
5393         Don't crash on reload. Fix for the bug #343167.
5394
5395 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5396
5397         * shell/ev-jobs.c: (ev_job_render_run):
5398         
5399         Check for document links.
5400
5401 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5402
5403         * backend/ev-attachment.c: (ev_attachment_save),
5404         (ev_attachment_launch_app), (ev_attachment_open):
5405         * backend/ev-document-factory.c: (get_document_from_uri):
5406         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5407         (egg_recent_view_uimanager_set_list):
5408         * ps/ps-document.c: (check_filecompressed), (document_load),
5409         (ps_document_load):
5410         * shell/ev-metadata-manager.c: (load_values):
5411         * shell/ev-password.c: (ev_password_dialog_set_property):
5412         * shell/ev-view.c: (tip_from_link):
5413         * shell/ev-window.c: (file_save_dialog_response_cb),
5414         (ev_window_print_dialog_response_cb):
5415         
5416         Use consistent quoting style. Fix for the bug #320285.
5417
5418 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5419
5420         * shell/ev-jobs.c: (ev_job_xfer_run):
5421         * shell/main.c: (load_files):
5422                 
5423         Open links with anchors. Fix for the bug #339836.
5424
5425 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5428         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5429         (ev_link_dest_set_property), (ev_link_dest_finalize),
5430         (ev_link_dest_class_init), (ev_link_dest_new_named),
5431         (ev_link_dest_new_page_label):
5432         * backend/ev-link-dest.h:
5433         * shell/ev-application.c: (ev_application_open_uri):
5434         * shell/ev-view.c: (goto_dest):
5435         * shell/ev-window.c:
5436         * shell/ev-window.h:
5437         
5438         Fix page-label command line option. Bug #342070.
5439
5440 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5441
5442         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5443         
5444         Don't show highlight rects if page can't be showed. Fix for 
5445         the bug #342076
5446
5447 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5448
5449         * shell/ev-window.c: (setup_sidebar_from_metadata),
5450         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5451         
5452         Setup sidebar from metadata even if there is no document
5453         loaded. Fix for the bug #342807.
5454
5455 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5456
5457         * cut-n-paste/toolbar-editor/Makefile.am:
5458         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5459         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5460         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5461         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5462         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5463         (popup_context_menu_cb), (button_press_event_cb),
5464         (configure_item_sensitivity), (configure_item_cursor),
5465         (configure_item_tooltip), (connect_widget_signals),
5466         (action_sensitive_cb), (create_item_from_action),
5467         (create_item_from_position), (toolbar_drag_data_received_cb),
5468         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5469         (toolbar_drag_leave_cb), (configure_drag_dest),
5470         (toggled_visibility_cb), (toolbar_visibility_refresh),
5471         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5472         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5473         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5474         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5475         (egg_editable_toolbar_dispose),
5476         (egg_editable_toolbar_set_ui_manager),
5477         (egg_editable_toolbar_get_selected),
5478         (egg_editable_toolbar_set_selected), (set_edit_mode),
5479         (egg_editable_toolbar_set_property),
5480         (egg_editable_toolbar_get_property),
5481         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5482         (egg_editable_toolbar_new_with_model),
5483         (egg_editable_toolbar_get_edit_mode),
5484         (egg_editable_toolbar_set_edit_mode),
5485         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5486         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5487         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5488         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5489         (item_added_or_removed_cb), (toolbar_removed_cb),
5490         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5491         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5492         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5493         (editor_create_item_from_name), (append_table),
5494         (update_editor_sheet), (egg_toolbar_editor_init):
5495         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5496         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5497         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5498         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5499         (toolbar_node_free), (egg_toolbars_model_get_flags),
5500         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5501         (egg_toolbars_model_get_name), (impl_add_item),
5502         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5503         (parse_data_list), (parse_item_list), (parse_toolbars),
5504         (egg_toolbars_model_load_toolbars), (parse_available_list),
5505         (parse_names), (egg_toolbars_model_load_names),
5506         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5507         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5508         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5509         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5510         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5511         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5512         (egg_toolbars_model_set_types), (fill_avail_array),
5513         (egg_toolbars_model_get_name_avail),
5514         (egg_toolbars_model_get_name_flags),
5515         (egg_toolbars_model_set_name_flags):
5516         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5517         * cut-n-paste/toolbar-editor/eggintl.h:
5518         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5519         (egg_tree_multi_drag_source_get_type),
5520         (egg_tree_multi_drag_source_row_draggable),
5521         (egg_tree_multi_drag_source_drag_data_delete),
5522         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5523         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5524         (path_list_free), (set_context_data), (get_context_data),
5525         (get_info), (egg_tree_multi_drag_drag_data_get),
5526         (egg_tree_multi_drag_motion_event),
5527         (egg_tree_multi_drag_button_press_event),
5528         (egg_tree_multi_drag_add_drag_support):
5529         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5530         * shell/ev-application.c: (ev_application_init),
5531         (ev_application_save_toolbars_model):
5532         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5533         (ev_window_cmd_edit_toolbar), (ev_window_init):
5534         
5535         Sync toolbareditor with epiphany and libegg
5536
5537 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5538
5539         * configure.ac: 
5540
5541         Depend on poppler 0.5.2
5542
5543 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5544
5545         * shell/ev-jobs.c: (ev_job_render_run):
5546         
5547         Check if document supports links iterface.
5548
5549 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5550
5551         * NEWS:
5552         * configure.ac:
5553         
5554         Update for release 0.5.3
5555
5556 2006-05-13  Michael Plump  <plumpy@skylab.org>
5557
5558         * configure.ac:
5559         * shell/Makefile.am:
5560         * shell/main.c: (main):
5561         
5562         Port to GOption command line parsing. Fix for the 
5563         bug #327518
5564
5565 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5566
5567         * shell/ev-window.c: (ev_window_cmd_help_about):
5568         
5569         Do not wrap license. Fix for the bug #309460.
5570
5571 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5572
5573         * configure.ac:
5574         * properties/ev-properties-main.c: (ev_properties_get_pages):
5575         * shell/ev-application.c: (ev_application_open_window),
5576         (ev_application_open_uri_at_dest):
5577         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5578         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5579         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5580         * shell/ev-utils.c: (save_print_config_to_file):
5581         * shell/ev-window.c: (ev_window_cmd_save_as),
5582         (ev_attachment_popup_cmd_save_attachment_as):
5583         * shell/main.c: (load_files_remote):
5584         
5585         Bump requirements to gtk 2.8 and drop all ifdefs used.
5586
5587 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5588
5589         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5590         * shell/ev-window.c: (ev_window_init):
5591         
5592         Show attachments page.
5593
5594 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5595
5596         * po/POTFILES.in:
5597         * shell/ev-attachment-bar.c:
5598         * shell/ev-attachment-bar.h:
5599         * shell/ev-sidebar-attachments.c:
5600         (ev_sidebar_attachments_icon_cache_add),
5601         (icon_theme_get_pixbuf_from_mime_type),
5602         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5603         (ev_sidebar_attachments_icon_cache_refresh),
5604         (ev_sidebar_attachments_get_attachment_at_pos),
5605         (ev_sidebar_attachments_popup_menu_show),
5606         (ev_sidebar_attachments_popup_menu),
5607         (ev_sidebar_attachments_button_press),
5608         (ev_sidebar_attachments_update_icons),
5609         (ev_sidebar_attachments_drag_data_get),
5610         (ev_sidebar_attachments_get_property),
5611         (ev_sidebar_attachments_destroy),
5612         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5613         (ev_sidebar_attachments_new),
5614         (ev_sidebar_attachments_set_document),
5615         (ev_sidebar_attachments_support_document),
5616         (ev_sidebar_attachments_get_label),
5617         (ev_sidebar_attachments_page_iface_init):
5618         * shell/ev-sidebar-attachments.h:
5619         * shell/ev-window.c: (update_chrome_visibility),
5620         (setup_sidebar_from_metadata), (ev_window_setup_document),
5621         (ev_window_sidebar_current_page_changed_cb),
5622         (attachment_bar_menu_popup_cb), (ev_window_init):
5623         
5624         Move attachments bar to sidebar.
5625
5626 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5627
5628         * pdf/ev-poppler.cc:
5629         * shell/ev-application.[ch]:
5630         * shell/main.c:
5631
5632         Fix some memory leaks.
5633
5634 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5635
5636         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5637
5638         Change the properties dialog response to
5639         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5640         will make the dialog go away when the user presses
5641         enter. With gtk+ >= 2.9 this will happen anyway, but for
5642         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5643         escape by default. Fixes bug #340539. See also bug
5644         #101293 for the gtk+ part.
5645
5646 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5647
5648         * shell/ev-view.c (tip_from_action_named): Replace some strings
5649         that were wrong. Closes #340970.
5650
5651 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5652
5653         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5654
5655         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5656         #341049
5657
5658 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5659
5660         * djvu/Makefile.am:
5661         * dvi/Makefile.am:
5662         * dvi/mdvi-lib/Makefile.am:
5663         * properties/Makefile.am:
5664         * ps/Makefile.am:
5665         * shell/Makefile.am:
5666         * thumbnailer/Makefile.am:
5667         
5668         Due to broken libtool that is unable to track dependencies
5669         of noinst libraries we are forced to explicitely point
5670         libraries for binary. Fix for the bug #333334.
5671
5672 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5673
5674         * data/evince.desktop.in.in:
5675         * shell/ev-view.c: (view_update_range_and_current_page),
5676         (ev_view_next_page), (ev_view_previous_page):
5677         * shell/ev-window.c: (update_chrome_visibility),
5678         (setup_sidebar_from_metadata), (ev_window_setup_document),
5679         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5680         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5681         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5682         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5683         (ev_window_stop_presentation), (ev_window_focus_in_event),
5684         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5685         (ev_window_init):
5686         * thumbnailer/Makefile.am:
5687         
5688         Update fullscreen and presentation timeout handling. Hide
5689         cursor in presentation after timeout. Fix for the bugs
5690         #136359 and #336981.
5691
5692 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5693
5694         * backend/ev-link-action.[ch]:
5695         * pdf/ev-poppler.cc: (ev_link_from_action):
5696         * shell/ev-view-private.h:
5697         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5698         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5699
5700         Add support for Named Action links
5701
5702 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5703
5704         * backend/Makefile.am:
5705         * backend/ev-document-links.[ch]:
5706         * backend/ev-document.[ch]:
5707         * backend/ev-link-action.[ch]:
5708         * backend/ev-link-dest.[ch]:
5709         * backend/ev-link.[ch]:
5710         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5711         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5712         * shell/ev-page-action.c: (build_new_tree_cb):
5713         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5714         (links_page_num_func), (update_page_callback):
5715         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5716         (tip_from_link):
5717         * shell/ev-jobs.c:
5718         * shell/ev-window.[ch]: (ev_window_open_uri),
5719         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5720         * shell/ev-application.[ch]: (ev_application_open_window),
5721         (ev_application_open_uri):
5722
5723         Rework links system, it adds support for remote links now and it makes
5724         easier to add new kinds of actions and destinations. Fixes bug #317292
5725
5726 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5727
5728         * data/Makefile.am:
5729         * data/evince.png:
5730         * data/evince-16.png:
5731         * data/evince-22.png:
5732         * data/evince.svg:
5733         * shell/main.c: (main):
5734         
5735         Evince use it's own icon. Fix for the bug #313392.
5736
5737         * shell/ev-window.c: (fullscreen_timeout_cb),
5738         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5739         (ev_window_cmd_help_about), (ev_window_dispose):
5740         
5741         Simplify fullscreen timeout code.
5742
5743 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5744
5745         * backend/ev-attachment.c: 
5746         * shell/ev-attachment-bar.c:
5747         * shell/ev-window.c:
5748
5749         Allow multiple selection of attachments
5750
5751 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5752
5753         * shell/ev-view.c: (view_update_range_and_current_page),
5754         (ev_view_scroll):
5755         
5756         Fix for the bug #312573 – Optimal selection of current 
5757         page among visible pages.
5758
5759 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5760
5761         * configure.ac:
5762         * djvu/Makefile.am:
5763         * djvu/djvu-text.h:
5764         
5765         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5766         for the bug 339868.
5767
5768 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5769
5770         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5771
5772 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5773
5774         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5775         dictated by the GNOME HIG. Fixes bug #339235.
5776
5777 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5778
5779         * data/evince-ui.xml:
5780         * shell/ev-view.c: (ev_view_can_find_previous):
5781         * shell/ev-view.h:
5782         * shell/ev-window.c: (ev_window_update_actions),
5783         (ev_window_cmd_edit_find_previous):
5784
5785         Add support for "Find Previous" as dictated by the GNOME HIG. A
5786         menu item is added and some glue code to make it all work is added
5787         to various files.
5788
5789 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5790
5791         * configure.ac: Award myself the "useless use of cat" award.
5792
5793 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5794
5795         * po/LINGUAS: New file listing all supported languages.
5796
5797         * configure.in: Use po/LINGUAS instead of including all languages
5798         directly in this file. See the wiki for more information:
5799         http://live.gnome.org/GnomeGoals/PoLinguas
5800
5801 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5802
5803         * backend/ev-document-factory.c:
5804
5805         Do not load the document twice when there isn't errors
5806
5807 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5808
5809         * backend/ev-attachment.c: 
5810
5811         Fix a crash when there isn't a default application to open an
5812         attachment
5813
5814 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5815
5816         * backend/ev-attachment.[ch]:
5817         * shell/ev-attachment-bar.[ch]:
5818
5819         Added missing files. 
5820
5821 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5822
5823         * backend/Makefile.am:
5824         * data/evince-ui.xml:
5825         * backend/ev-attachment.[ch]:
5826         * backend/ev-document.[ch]: (ev_document_has_attachments),
5827         (ev_document_get_attachments):
5828         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5829         (attachment_save_to_buffer), (pdf_document_get_attachments),
5830         (pdf_document_document_iface_init):
5831         * shell/Makefile.am:
5832         * shell/ev-attachment-bar.[ch]:
5833         * shell/ev-window.c:
5834
5835         Add support for PDF attachments. Fixes bug #325143
5836
5837 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5838
5839         * backend/ev-document-factory.c: (get_document_from_uri),
5840         (ev_document_factory_get_document):
5841         * backend/ev-document-factory.h:
5842         * properties/ev-properties-main.c: (ev_properties_get_pages):
5843         * shell/Makefile.am:
5844         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5845         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5846         (ev_job_queue_remove_job):
5847         * shell/ev-job-queue.h:
5848         * shell/ev-job-xfer.c:
5849         * shell/ev-job-xfer.h:
5850         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5851         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5852         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5853         (ev_job_xfer_run):
5854         * shell/ev-jobs.h:
5855         * shell/ev-window.c: (ev_window_is_empty),
5856         (password_dialog_response), (ev_window_clear_xfer_job),
5857         (ev_window_xfer_job_cb), (ev_window_open_uri),
5858         (ev_window_cmd_focus_page_selector),
5859         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5860         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5861         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5862         (ev_window_dispose):
5863         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5864         
5865         * Cleanup mime type detection on document load. Fix for the
5866         bug #336448.
5867
5868 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5869
5870         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5871         
5872         Fix crash on exit, described in the bug #336825.
5873
5874 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5875
5876         * backend/ev-document-factory.c:
5877         (ev_document_factory_get_from_mime),
5878         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5879         (ev_document_factory_get_document),
5880         (file_filter_add_mime_list_and_free),
5881         (ev_document_factory_add_filters):
5882         * backend/ev-document-factory.h:
5883         * properties/ev-properties-main.c: (ev_properties_get_pages):
5884         * shell/Makefile.am:
5885         * shell/ev-application.c:
5886         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5887         * shell/ev-window.c: (ev_window_cmd_file_open),
5888         (ev_window_cmd_save_as):
5889         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5890         
5891         Rework factory functions so they are placed now in a single 
5892         file ev-document-factory.c
5893
5894 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5895
5896         * shell/ev-window.c: (update_chrome_visibility):
5897         
5898         Fix for the bug 166566 - don't show menubar in fullscreen
5899         mode.
5900
5901 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5902
5903         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5904
5905 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * shell/ev-view.c: (ev_view_expose_event):
5908         
5909         More correctly draw loading text when document
5910         is empty.
5911
5912 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5913
5914         * shell/ev-view.c: (ev_view_scroll):
5915         
5916         Fix for the bug #334854, page down and page up switch
5917         pages in presentation mode.
5918
5919 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5920
5921         * shell/ev-window.c: (ev_window_set_action_sensitive),
5922         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5923         (ev_window_set_view_accels_sensitivity),
5924         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5925         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5926         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5927         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5928         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5929         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5930         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5931         (view_actions_focus_in_cb), (ev_window_init):
5932         
5933         Fix for the bug #333902, now it's possible to search
5934         words with slash.
5935
5936 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5937
5938         * configure.ac: Added Breton translation.
5939         * po/br.po: Added Breton translation.
5940
5941 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5942
5943         * shell/ev-window-title (ev_window_title_update):
5944
5945         Fix memory leak in window title. Fixes bug #333944
5946
5947 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5948
5949         * shell/ev-metadata-manager.c (parseItem):
5950
5951         Fix memory leaks. Fixes bug #333945
5952
5953 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5954         
5955         * NEWS, configure.ac, TODO:
5956         
5957         Update for release 0.5.2.
5958
5959 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5960
5961         * shell/ev-view.c: (view_update_range_and_current_page),
5962         (page_changed_cb):
5963         
5964         Don't jump on scrolling, fix for the bug #333127.
5965
5966 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5967
5968         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5969         
5970         Scroll by one page in presentation mode. Fix for the bug
5971         #332993.
5972
5973 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5974
5975         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5976
5977 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5978
5979         * configure.ac  Added lv in ALL_LINGUAS line.
5980
5981 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5982         
5983         * NEWS, configure.ac:
5984         
5985         Update for release 0.5.1
5986
5987 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5988
5989         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5990         * backend/ev-document-misc.h:
5991         * shell/ev-view.c: (draw_one_page):
5992         
5993          Clairfy what page the toolbar page number applies to. Fix
5994          for the bug #328102.
5995
5996 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5997
5998         * shell/ev-view-private.h:
5999         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6000         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6001         (ev_view_search_changed):
6002         * shell/ev-view.h:
6003         * shell/ev-window.c: (find_bar_search_changed_cb):
6004         
6005         Dont't jump to find result if window was scrolled during search.
6006         Fix for the bug #313266.
6007
6008 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6009
6010         * shell/eggfindbar.c: (egg_find_bar_class_init):
6011         * shell/eggfindbar.h:
6012         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6013         * shell/ev-view-private.h:
6014         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6015         (ev_view_class_init), (ev_sizing_mode_get_type),
6016         (ev_scroll_type_get_type):
6017         * shell/ev-view.h:
6018         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6019         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6020         (ev_window_init):
6021         
6022         Fix for the bug 319133 - Find entry should allow text scroll.
6023
6024 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6025
6026         * shell/ev-view-private.h:
6027         * shell/ev-view.c: (view_update_range_and_current_page),
6028         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6029         (ev_view_set_document), (update_find_status_message),
6030         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6031         (ev_view_find_previous):
6032         
6033         Fix for the bug #319137. Search now takes account for scrolling.
6034
6035 2006-02-19  Michael Hofmann <mh21@piware.de>
6036
6037         * configure.ac:
6038         * djvu/Makefile.am:
6039         * djvu/djvu-document-private.h:
6040         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6041         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6042         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6043         (djvu_document_can_get_text), (djvu_document_get_text),
6044         (djvu_document_document_iface_init),
6045         (djvu_document_thumbnails_get_thumbnail),
6046         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6047         (djvu_document_find_get_result),
6048         (djvu_document_find_page_has_results),
6049         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6050         (djvu_document_find_iface_init):
6051         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6052         (djvu_text_page_selection), (djvu_text_page_limits_process),
6053         (djvu_text_page_limits), (djvu_text_page_copy),
6054         (djvu_text_page_position), (djvu_text_page_union),
6055         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6056         (djvu_text_page_box), (djvu_text_page_append_text),
6057         (djvu_text_page_search), (djvu_text_page_prepare_search),
6058         (djvu_text_page_new), (djvu_text_page_free):
6059         * djvu/djvu-text-page.h:
6060         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6061         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6062         (djvu_text_n_results), (djvu_text_has_results),
6063         (djvu_text_get_result), (djvu_text_get_progress):
6064         * djvu/djvu-text.h:
6065         
6066         Text search in djvu. Fix for the bug #303415.
6067
6068 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6069
6070         * configure.ac:
6071         * shell/ev-window.c: (ev_window_cmd_save_as):
6072         
6073         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6074         Thanks to Gary Coady <gary@lyranthe.org>
6075
6076 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6077
6078         * shell/ev-print-job.c: (idle_print_handler):
6079         
6080         Inverse order printing, bug #320919.
6081
6082 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6083
6084         * data/evince-toolbar.xml:
6085         * shell/ev-window.c:
6086         
6087         Allow to add sidebar checkbutton on toolbar. Fix
6088         for the bug #144577.
6089
6090 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6091
6092         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6093         
6094         Add checks that have sense for empty ps document.
6095
6096 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6097
6098         * configure.ac: Include PS in mime types list. 
6099
6100 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6101
6102         * configure.ac:
6103         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6104         * ps/gsdefaults.h:
6105         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6106         
6107         Runtime check for gs interpreter. Fix for the bug #320868.
6108         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6109
6110 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6111
6112         * shell/ev-application.c: 
6113
6114         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6115         dbus>=0.60, so that the request is not queued. 
6116
6117 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6118
6119         * configure.ac:
6120         * shell/Makefile.am:
6121         * shell/ev-sidebar-links.c: (print_section_cb):
6122         * shell/ev-utils.c:
6123         * shell/ev-utils.h:
6124         * shell/ev-window.c: (update_action_sensitivity),
6125         (ev_window_close_dialogs), (ev_window_print):
6126         * shell/ev-window.h:
6127         
6128         Make printing support optional. Patch from Eduardo de Barros Lima
6129         <eduardo.lima@indt.org.br> for the bug #330546.
6130
6131 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6132
6133         * shell/ev-view-private.h:
6134         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6135         (ev_view_set_document):
6136         * shell/ev-view.h:
6137         * shell/ev-window.c: (ev_window_load_job_cb),
6138         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6139         (ev_window_init):
6140
6141         Draw Loading message during xfer job. Fix for the bug #329495.
6142
6143 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6144
6145         * comics/comics-document.c: (comics_regex_quote),
6146         (comics_document_load), (extract_argv):
6147         
6148         Correcly quote regexp before passing it to unzip.
6149
6150 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6151
6152         * shell/ev-page-cache.c: (build_height_to_page),
6153         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6154         (ev_page_cache_get_dual_even_left):
6155         * shell/ev-page-cache.h:
6156         * shell/ev-view.c: (view_update_range_and_current_page),
6157         (get_page_y_offset), (get_page_extents):
6158         
6159         Place even pages to the left if document has less then
6160         two pages. Fix for the bug #328856.
6161
6162 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6163
6164         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6165         
6166         Correct comics scheme. This make evince create thumbnails
6167         for comic books. Fix for the bug 329088.
6168
6169 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6170
6171         * data/evince-password.glade: Don't explicitly set
6172         invisible_char to the current default value in case
6173         the default changes; let GTK+ do its magic.
6174
6175 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6176
6177         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6178         real filename to tmp filename since often document
6179         type is determined by extension.
6180
6181 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6182
6183         * shell/ev-view.c: (add_scroll_binding_keypad),
6184         (ev_view_binding_activated), (ev_view_class_init):
6185         
6186         Add keybindings for percision-scrolling of display area. 
6187         Fix for the bug #314072.
6188
6189 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6190
6191         * data/evince.desktop.in.in:
6192         
6193         Add GTK to the list of categories. Fix for the bug #328034.
6194
6195 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * shell/ev-application.c: (ev_application_shutdown),
6198         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6199         * shell/ev-application.h:
6200         * shell/ev-window.c: (file_open_dialog_response_cb),
6201         (ev_window_cmd_file_open):
6202         
6203         Save last uri in file chooser dialog. Fix for the bug #327950.
6204
6205 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6206
6207         * NEWS:
6208         * README:
6209         
6210         Final update for release 0.5.0
6211         
6212         * shell/Makefile.am:
6213         
6214         Remove disable deprecated until we'll require libgnome-2.13.7
6215         and port to GOption argument parsing. See bug 327518.
6216
6217 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6218
6219         * comics/comics-document.c: (comics_document_save):
6220         * djvu/djvu-document.c: (djvu_document_save):
6221         * dvi/dvi-document.c: (dvi_document_save):
6222         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6223         * lib/ev-file-helpers.h:
6224         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6225         * tiff/tiff-document.c: (tiff_document_save):
6226         
6227         Use common save function for backends.
6228
6229 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6230
6231         * backend/ev-document-types.c:
6232         
6233         Fix crash on saving pixbuf.
6234
6235 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6236
6237         * cut-n-paste/recent-files/egg-recent-item.c:
6238         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6239         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6240         (parse_info_free), (valid_element), (start_element_handler),
6241         (end_element_handler), (text_handler), (egg_recent_model_filter),
6242         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6243         (egg_recent_model_monitor), (egg_recent_model_read),
6244         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6245         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6246         (egg_recent_model_set_property), (egg_recent_model_class_init),
6247         (egg_recent_model_init), (egg_recent_model_add_full),
6248         (egg_recent_model_delete), (egg_recent_model_get_list),
6249         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6250         (egg_recent_model_set_filter_mime_types),
6251         (egg_recent_model_clear_group_filter),
6252         (egg_recent_model_set_filter_groups),
6253         (egg_recent_model_clear_scheme_filter),
6254         (egg_recent_model_set_filter_uri_schemes),
6255         (egg_recent_model_remove_expired):
6256         * cut-n-paste/recent-files/egg-recent-util.c:
6257         (egg_recent_util_get_icon):
6258         * cut-n-paste/recent-files/egg-recent-util.h:
6259         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6260         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6261         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6262         (egg_recent_view_uimanager_set_property),
6263         (egg_recent_view_uimanager_get_property),
6264         (egg_recent_view_uimanager_class_init),
6265         (egg_recent_view_uimanager_init),
6266         (egg_recent_view_uimanager_set_label_width),
6267         (egg_recent_view_uimanager_get_label_width):
6268         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6269         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6270         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6271         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6272         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6273         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6274         
6275         Update from libegg.
6276
6277 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6278
6279         * shell/ev-page-cache.c: (build_height_to_page),
6280         (ev_page_cache_get_height_to_page):
6281         * shell/ev-page-cache.h:
6282         * shell/ev-view.c: (view_update_range_and_current_page),
6283         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6284         (ev_view_previous_page):
6285         
6286         Dual mode places even pages to the left. Fix for the bug #309393.
6287
6288         * shell/ev-view.h:
6289         * shell/ev-window.c: (update_action_sensitivity),
6290         (setup_view_from_metadata), (view_menu_popup_cb):
6291         
6292         Don't restore presentation in empty windows, more intelligent
6293         next page behaviour in dual mode.
6294
6295         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6296         (ev_pixbuf_cache_clear_job_sizes):
6297         
6298         Cleanup job callback on removal. Fix for the bug #325886.
6299
6300 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6301
6302         * ps/ps.c: (psscan):
6303         
6304         Commit workaround Mozilla problem. Fix for the bug #325919
6305         
6306         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6307         (save_item):
6308         
6309         Fix for year 2038 problem.
6310
6311 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6312
6313         * shell/ev-window.c: (setup_document_from_metadata),
6314         (ev_window_cmd_view_reload):
6315
6316         Clamp page recieved from metadata in valid values. Fix
6317         for the bug #325986.
6318
6319 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6320
6321         * MAINTAINERS: 
6322         Add MAINTAINERS as requested on desktop-devel-list.
6323
6324 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6327         (mime_type_supported_by_gdk_pixbuf),
6328         (ev_document_factory_get_mime_types),
6329         (ev_document_factory_get_all_mime_types):
6330         
6331         Don't add pixbuf mime types if pixbuf backend is disabled.
6332         
6333         * shell/ev-application.c: (ev_application_get_uri_window):
6334         
6335         Fix for the bug 325815 - unhandled MIME type message doesn't 
6336         appear a second time. 
6337         
6338         * shell/ev-document-types.c: (ev_document_types_add_filters):
6339         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6340         (password_dialog_response), (ev_window_popup_password_dialog),
6341         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6342         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6343         (ev_window_run_presentation), (ev_window_stop_presentation),
6344         (save_sizing_mode), (ev_window_zoom_changed_cb),
6345         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6346         (ev_window_dual_mode_changed_cb),
6347         (ev_window_sidebar_current_page_changed_cb),
6348         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6349         (window_state_event_cb), (window_configure_event_cb):
6350         
6351         Cleanup additional uris holded by EvWindow.
6352
6353 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6354
6355         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6356         (ev_view_can_previous_page), (ev_view_can_next_page):
6357         * shell/ev-view.h:
6358         * shell/ev-window.c: (update_action_sensitivity):
6359         
6360         Two page scrolling with Space and PageUp in dual mode. Second fix 
6361         for the bug #316608.
6362
6363 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6364
6365         * shell/ev-view.c: (scroll_to_current_page):
6366         
6367         Correctly clamp adjustment value. Fix for the bug
6368         #325808.
6369
6370 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6371
6372         * shell/ev-sidebar-links.c: (print_section_cb):
6373         * shell/ev-window.c: (ev_window_get_uri),
6374         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6375         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6376         (ev_window_dispose):
6377         
6378         Make print dialog non-modal. Fix for the bug #325622.
6379
6380 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6381
6382         * shell/ev-metadata-manager.c:
6383         * shell/ev-utils.c: (using_pdf_printer),
6384         (using_postscript_printer), (load_print_config_from_file),
6385         (save_print_config_to_file):
6386         * shell/ev-utils.h:
6387         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6388         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6389         (setup_view_from_metadata), (ev_window_setup_document),
6390         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6391         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6392         (ev_window_run_presentation), (ev_window_stop_presentation),
6393         (save_sizing_mode), (ev_window_zoom_changed_cb),
6394         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6395         (ev_window_dual_mode_changed_cb),
6396         (ev_window_sidebar_current_page_changed_cb),
6397         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6398         (window_state_event_cb), (window_configure_event_cb),
6399         (ev_window_init):
6400         
6401         Setting saving behaviour fixes.
6402
6403 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6404
6405         * configure.ac:
6406         
6407         Make antialiasing gs options better and allow
6408         to change them during configure. Fix for the 
6409         bug #319049.
6410
6411 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6412
6413         * shell/ev-window.c: (setup_view_from_metadata):
6414         
6415         Remember if last window was maximized. Fix for the
6416         bug #323797.
6417
6418 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6419
6420         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6421
6422 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6423
6424         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6425         * shell/ev-page-action.c: (build_new_tree_cb):
6426         * shell/ev-sidebar-links.c: (links_page_num_func),
6427         (update_page_callback_foreach), (update_page_callback):
6428         * shell/ev-view.c: (scroll_to_current_page):
6429         
6430         Fix for the bug #325067 with more intelligent selection
6431         of current link in sidebar. Make sidebar handle links
6432         of FITR-like type more correctly.
6433
6434         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6435         (dvi_pixbuf_put_pixel):
6436         
6437         Fix memory consumtion with disabled alpha channel.
6438
6439 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6440
6441         * data/evince-ui.xml:
6442         * shell/ev-window.c: (view_menu_popup_cb),
6443         (ev_popup_cmd_open_link), (ev_window_init):
6444         
6445         Update context menu for internal links. Fix for the bug
6446         #325066.
6447
6448 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6449
6450         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6451         
6452         Bind context menu to keyboard also. Fix for the bug
6453         #325065.
6454
6455 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6456
6457         * shell/ev-view.c: (selection_scroll_timeout_cb):
6458         
6459         Horizontal scroll on selection also.
6460
6461 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6462
6463         * shell/ev-metadata-manager.c: (parse_value):
6464         * shell/ev-view.c: (goto_xyz_link):
6465         
6466         Correct zoom setup and metadata save broken in 
6467         some locales.
6468
6469 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6470
6471         * shell/ev-view-private.h:
6472         * shell/ev-view.c: (scroll_to_current_page),
6473         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6474         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6475         (page_changed_cb), (ev_view_set_continuous),
6476         (ev_view_set_dual_page), (ev_view_set_presentation):
6477         
6478         Delay scroll until allocation to correctly position page. Fix
6479         for the bug #317334.
6480
6481 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * NEWS:
6484         * configure.ac:
6485         
6486         Update NEWS and require poppler 0.5.0.
6487
6488 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6489         
6490         * data/evince-ui.xml:
6491         * shell/ev-view-private.h:
6492         * shell/ev-view.c: (ev_view_get_link_at_location),
6493         (handle_link_over_xy), (ev_view_button_press_event),
6494         (ev_view_button_release_event), (ev_view_class_init):
6495         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6496         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6497         (ev_window_init):
6498         
6499         Implement right-click context menu.
6500
6501 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6502
6503         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6504         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6505         (mdvi_pixbuf_device_render):
6506         * pdf/ev-poppler.cc:
6507
6508         Don't generate thumbnails with alpha. See bug #324077.
6509         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6510
6511 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6512
6513         * shell/ev-window.c: (setup_chrome_from_metadata):
6514         
6515         Fix typo that was hiding toolbar.
6516
6517 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6518
6519         * shell/ev-view-private.h:
6520         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6521         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6522         (ev_view_button_release_event), (ev_view_destroy):
6523         
6524         Small cleanup and autoscrolling during selection. Thanks to 
6525         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6526
6527 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6528
6529         * configure.ac:
6530         
6531         Correctly check for comics option.
6532
6533 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6534         * Makefile.am:
6535         * configure.ac:
6536         * backend/Makefile.am:
6537         * backend/ev-document-factory.c:
6538         * shell/ev-document-types.c:
6539
6540         Included option in configure to make ps backend 
6541         compilation optional with --disable-ps.
6542
6543 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6544
6545         * backend/ev-document-factory.c:
6546         * comics/Makefile.am:
6547         * comics/comics-document.c: (comics_document_load):
6548         * comics/ev-cbr-mime.xml:
6549         * configure.ac:
6550         
6551         Comics mime types are added to shared-mime-info CVS. Now
6552         we don't need to install our own mime types.
6553
6554 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6555
6556         * shell/ev-window.c:
6557         
6558         Add shortcut for "save a copy" menu entry. Fix for
6559         the bug #324582.
6560
6561 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6562
6563         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6564         (job_finished_cb), (new_selection_pixbuf_needed),
6565         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6566         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6567         
6568         Rework selection job info logic and fix critical warning.
6569
6570 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6571
6572         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6573
6574 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6575
6576         * data/evince-ui.xml:
6577         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6578         
6579         Enter as shortcut key for next page. Fix for the bug
6580         #321394.
6581
6582 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6583
6584         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6585
6586 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6587
6588         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6589         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6590         (new_selection_pixbuf_needed),
6591         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6592         (clear_job_selection):
6593         
6594         Too early for 0.5. Pixbuf cache code cleaned a bit.
6595
6596 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * NEWS:
6599         * configure.ac:
6600         
6601         Release 0.5.0 preparation
6602
6603 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6604
6605         * comics/Makefile.am:
6606         * configure.ac:
6607         * shell/ev-document-types.c: (ev_document_types_add_filters):
6608         
6609         More advanced handling of custom mime type installation.
6610
6611 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6612
6613         * data/evince.schemas.in:
6614         * shell/ev-metadata-manager.c: (value_free),
6615         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6616         (ev_metadata_manager_get), (ev_metadata_manager_set):
6617         * shell/ev-metadata-manager.h:
6618         * shell/ev-window.c: (update_chrome_flag),
6619         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6620         (setup_document_from_metadata), (setup_chrome_from_metadata),
6621         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6622         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6623         (ev_window_view_toolbar_cb),
6624         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6625         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6626         
6627         Save last document settings and reuse them for new documents.
6628
6629 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6630
6631         * Makefile.am:
6632         * backend/Makefile.am:
6633         * backend/ev-document-factory.c:
6634         * backend/ev-document-factory.h:
6635         * comics/Makefile.am:
6636         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6637         (comics_document_load), (comics_document_save),
6638         (comics_document_get_n_pages), (comics_document_get_page_size),
6639         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6640         (comics_document_class_init), (comics_document_can_get_text),
6641         (comics_document_get_info), (comics_document_document_iface_init),
6642         (comics_document_init), (get_supported_image_extensions),
6643         (comics_document_thumbnails_get_geometry),
6644         (comics_document_thumbnails_get_thumbnail),
6645         (comics_document_thumbnails_get_dimensions),
6646         (comics_document_document_thumbnails_iface_init), (extract_argv):
6647         * comics/comics-document.h:
6648         * comics/ev-cbr-mime.xml:
6649         * configure.ac:
6650         * po/POTFILES.in:
6651         * shell/ev-application.c: (ev_application_register_service):
6652         * shell/ev-document-types.c: (ev_document_types_add_filters):
6653         * thumbnailer/Makefile.am:
6654         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6655         
6656         New CBR/CBZ backend for comic books.
6657
6658 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6659
6660         * shell/main.c: (load_files_remote):
6661
6662         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6663         warning on startup of second instance is fixed. It
6664         is bug #320353.
6665
6666 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6667
6668         * shell/ev-window.c: (ev_window_finalize):
6669         
6670         Fix double free that cause crash.
6671
6672 2005-10-29  Bastien Nocera <hadess@hadess.net>
6673
6674         * tiff/tiff-document.c: (tiff_document_load):
6675         
6676         Fix memory leak.
6677
6678 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6679
6680         * po/POTFILES.in:
6681         * shell/Makefile.am:
6682         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6683         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6684         (ev_view_accessible_get_text),
6685         (ev_view_accessible_get_character_at_offset),
6686         (ev_view_accessible_get_text_before_offset),
6687         (ev_view_accessible_get_text_at_offset),
6688         (ev_view_accessible_get_text_after_offset),
6689         (ev_view_accessible_get_character_count),
6690         (ev_view_accessible_get_caret_offset),
6691         (ev_view_accessible_set_caret_offset),
6692         (ev_view_accessible_get_run_attributes),
6693         (ev_view_accessible_get_default_attributes),
6694         (ev_view_accessible_get_character_extents),
6695         (ev_view_accessible_get_offset_at_point),
6696         (ev_view_accessible_get_n_selections),
6697         (ev_view_accessible_get_selection),
6698         (ev_view_accessible_add_selection),
6699         (ev_view_accessible_remove_selection),
6700         (ev_view_accessible_set_selection),
6701         (ev_view_accessible_text_iface_init),
6702         (ev_view_accessible_idle_do_action),
6703         (ev_view_accessible_action_do_action),
6704         (ev_view_accessible_action_get_n_actions),
6705         (ev_view_accessible_action_get_description),
6706         (ev_view_accessible_action_get_name),
6707         (ev_view_accessible_action_set_description),
6708         (ev_view_accessible_action_iface_init),
6709         (ev_view_accessible_get_type), (ev_view_accessible_new),
6710         (ev_view_accessible_factory_get_accessible_type),
6711         (ev_view_accessible_factory_create_accessible),
6712         (ev_view_accessible_factory_class_init),
6713         (ev_view_accessible_factory_get_type):
6714         * shell/ev-view-accessible.h:
6715         * shell/ev-view-private.h:
6716         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6717         * shell/ev-view.h:
6718         
6719         Initial accessibility support.
6720
6721 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6722
6723         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6724
6725 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6726
6727         * shell/ev-print-job.c: (idle_print_handler):
6728         
6729         Fix for bug Bug 318916: Printing multiple pages.
6730
6731 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6732
6733         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6734
6735 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6736
6737         * pdf/ev-poppler.cc:
6738         
6739         Thumnail dimensions unified with other backends.
6740         
6741         * shell/ev-window-title.c: (ev_window_title_update):
6742         
6743         Fix warning.
6744
6745 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6746
6747         * data/ev-stock-zoom-fit-width.png:
6748         
6749         Remove unused file.
6750
6751 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6752
6753         * configure.ac:
6754         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6755         (djvu_document_finalize):
6756         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6757         (dvi_document_finalize):
6758         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6759         (pixbuf_document_save), (pixbuf_document_finalize):
6760         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6761         (tiff_document_finalize):
6762         
6763         Save a copy implemented for various backends.
6764
6765 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6766
6767         * configure.ac:
6768         
6769         Don't link with ltiff if tiff is disabled.
6770
6771 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6772
6773         * pdf/GDKSplashOutputDev.cc:
6774         * pdf/GDKSplashOutputDev.h:
6775         * pdf/Thumb.cc:
6776         * pdf/Thumb.h:
6777         * pdf/pdf-document.cc:
6778         * pdf/pdf-document.h:
6779         * pdf/test-gdk-output-dev.cc:
6780         
6781         Remove old unused files.
6782
6783 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6784
6785         * shell/ev-window.c: (ev_window_setup_document):
6786         
6787         Fixed warnings on reload and probably crash reason.
6788
6789 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * properties/ev-properties-view.c:
6792         (ev_properties_view_format_date):
6793         
6794         Check if date is invalid. Fix for bug 318134.
6795
6796 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6797
6798         * shell/ev-window-title.c:
6799         
6800         Add .indd files (Adobe Indesign) to the list of "bad
6801         extensions".
6802
6803 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6804
6805         * data/evince-ui.xml:
6806         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6807         
6808         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6809
6810 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6811
6812         * shell/ev-window.c: (launch_link), (launch_external_uri),
6813         (view_external_link_cb):
6814
6815         URL-escape link before passing it to gnome_vfs_url_show.
6816
6817 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6818
6819         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6820         there isn't text selected.
6821
6822 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6823
6824         * shell/ev-view.c: (handle_link_over_xy):
6825
6826         Check tooltip is valid utf8 before showing it
6827
6828 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6829
6830         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6831
6832 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6833
6834         * shell/ev-window-title.c: (ev_window_title_update):
6835
6836         Guard against using g_strstrip on NULL. Fixes bug #317291.
6837
6838 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6839
6840         * pdf/ev-poppler.cc:
6841
6842         Show title even for unknown links
6843
6844 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6845
6846         * shell/ev-window-title.c: (ev_window_title_update):
6847
6848         Strip the title string
6849
6850 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6851
6852         * shell/ev-window-title.c:
6853
6854         Add .rtf to the bad extensions list
6855
6856 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6857
6858         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6859         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6860
6861         Ignore link coordinates if they are outside page bounds
6862
6863 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6864
6865         * backend/ev-link.c: (ev_link_type_get_type),
6866         (ev_link_get_filename), (ev_link_get_params),
6867         (ev_link_get_property), (ev_link_set_property),
6868         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6869         * backend/ev-link.h:
6870         * pdf/ev-poppler.cc:
6871         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6872         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6873         (ev_window_init):
6874
6875         Implement launch links. Delegate external link opening to
6876         the window.
6877
6878 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6879
6880         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6881         (ev_link_get_right), (ev_link_get_property),
6882         (ev_link_set_property), (ev_link_class_init),
6883         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6884         * backend/ev-link.h:
6885         * pdf/ev-poppler.cc:
6886         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6887
6888         Implement fitr links
6889
6890 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6891
6892         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6893         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6894         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6895         (ev_view_size_request_continuous),
6896         (ev_view_size_request_dual_page),
6897         (ev_view_size_request_single_page), (ev_view_size_allocate),
6898         (ev_view_zoom_for_size_continuous_and_dual_page),
6899         (ev_view_zoom_for_size_continuous),
6900         (ev_view_zoom_for_size_dual_page),
6901         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6902         (ev_sizing_mode_get_type):
6903         * shell/ev-view.h:
6904         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6905
6906         Do not use modes for link, we need to calculate size ad hoc.
6907         Still not perfect because of the usual scrollbar issues grrr.
6908
6909 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6910
6911         * backend/ev-link.c: (ev_link_type_get_type),
6912         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6913         * backend/ev-link.h:
6914         * pdf/ev-poppler.cc:
6915         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6916         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6917         (ev_view_size_request_continuous),
6918         (ev_view_size_request_dual_page),
6919         (ev_view_size_request_single_page), (ev_view_size_allocate),
6920         (zoom_for_size_fit_height),
6921         (ev_view_zoom_for_size_continuous_and_dual_page),
6922         (ev_view_zoom_for_size_continuous),
6923         (ev_view_zoom_for_size_dual_page),
6924         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6925         (ev_sizing_mode_get_type):
6926         * shell/ev-view.h:
6927         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6928
6929         Implement FIT_HEIGHT mode (only for links).
6930         Implement FITH links
6931
6932 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6933
6934         * shell/ev-window-title.c: (get_filename_from_uri),
6935         (ev_window_title_sanitize_extension), (ev_window_title_update),
6936         (ev_window_title_set_document), (ev_window_title_set_uri),
6937         (ev_window_title_free):
6938         * shell/ev-window-title.h:
6939         * shell/ev-window.c: (ev_window_setup_document),
6940         (ev_window_popup_password_dialog):
6941
6942         Refactor window title building while fixing it for
6943         password documents.
6944
6945 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6946
6947         * pdf/ev-poppler.cc:
6948
6949         Escape link title before setting it in the model
6950
6951 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6952
6953         * shell/ev-application.c: (removed_from_session), (save_session),
6954         (init_session), (ev_application_get_empty_window),
6955         (ev_application_init), (ev_application_get_windows):
6956         * shell/ev-application.h:
6957         * shell/ev-window.c: (ev_window_finalize):
6958
6959         Add a function to retrieve window list and share it where
6960         necessary.
6961         Implement session handling, works pretty well thanks to the
6962         metadata system.
6963
6964 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6965
6966         * shell/ev-password.c: (ev_password_item_created_callback),
6967         (ev_password_dialog_save_password):
6968         
6969         Fix for bug 316972. Use async gnome-keyring API.
6970
6971 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6972
6973         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6974         Remove unused unrealize handler. Add scroll handling to
6975         ev_view_scroll_event for presentation mode (bug #316708),
6976         and fix the event state checks there.
6977
6978 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6979
6980         * shell/ev-page-action.c: (page_changed_cb):
6981
6982         "marco, maybe we should be crazy and jump right to 6! :)"
6983
6984         Bryan Clark, Sep 2005
6985
6986 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6987
6988         * ps/ps-document.c: (save_document), (ps_document_save),
6989         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6990         (ps_document_ps_export_end):
6991
6992         Fix unstructured documents save and print
6993
6994 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6995
6996         * shell/ev-application.c: (ev_application_open_uri):
6997
6998         Fix window size persistance
6999
7000 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7001
7002         * shell/ev-view.c: (ev_view_button_release_event):
7003
7004         Based on a patch from carlosgc@gnome.org. Mouse buttons
7005         switch pages in presentation mode.
7006
7007 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7008
7009         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7010
7011         Dont cast to int before scaling
7012
7013 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7014
7015         * backend/ev-link.c: (ev_link_type_get_type),
7016         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7017         (ev_link_new_page_fith):
7018         * backend/ev-link.h:
7019         * pdf/ev-poppler.cc:
7020         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7021
7022         Implement FIT and FITH links
7023
7024 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7025
7026         * pdf/ev-poppler.cc:
7027
7028         Return 0 results when search is not in progress.
7029
7030         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7031         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7032
7033         Update menu sensitivity when cancelling search
7034
7035 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7036
7037         * shell/ev-view.c: (ev_view_can_find_next):
7038
7039         Take all pages in consideration, not just current one
7040
7041 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7042
7043         * shell/ev-page-cache.c:
7044         * shell/ev-page-cache.h:
7045         * shell/ev-view.c: (ev_view_binding_activated),
7046         (ev_view_next_page), (ev_view_previous_page),
7047         (ev_sizing_mode_get_type):
7048         * shell/ev-view.h:
7049         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7050         (ev_window_cmd_go_next_page):
7051
7052         Move page next/previous functions from page chace to
7053         view and change it to move by 2 page steps in dual mode.
7054
7055 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7056
7057         * shell/ev-window.c: (update_sidebar_visibility),
7058         (setup_sidebar_from_metadata), (ev_window_setup_document),
7059         (setup_view_from_metadata):
7060
7061         Show the index by default when there is one     
7062
7063 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7064
7065         * shell/ev-window-title.c: (ev_window_title_set_document):
7066
7067         Missing null check
7068
7069 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7070
7071         * shell/ev-view.c: (view_update_range_and_current_page):
7072         
7073         Allow display of last odd page in dual view. Fix for 316347.
7074
7075 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7076
7077         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7078         
7079         Make close button default. Fix for 316383.
7080
7081 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7082
7083         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7084         
7085         Mark close button as default. Fix for 316381.
7086
7087 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7088
7089         * backend/ev-link.c: (ev_link_class_init):
7090
7091         Allow negative doubles in left/top properties
7092
7093 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7094
7095         * shell/ev-window.c:
7096
7097         Remove a bunch of strings that was used only
7098         by the statusbar.
7099
7100 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7101
7102         * shell/ev-window-title.c: (get_filename_from_uri),
7103         (ev_window_title_set_document):
7104
7105         When title has a confusing extension, show also
7106         the document filename inside ()
7107
7108 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7109
7110         * shell/Makefile.am:
7111         * shell/ev-window-title.c: (ev_window_title_new),
7112         (ev_window_title_update), (ev_window_title_set_type),
7113         (ev_window_title_set_document), (ev_window_title_free):
7114         * shell/ev-window-title.h:
7115         * shell/ev-window.c: (ev_window_setup_document),
7116         (password_dialog_response), (ev_window_popup_password_dialog),
7117         (ev_window_dispose), (ev_window_init):
7118
7119         Factor out and cleanup window title code
7120
7121 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7122
7123         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7124         (unable_to_load):
7125
7126         Make dialog transient so it doesnt block other windows
7127
7128 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7129
7130         * pdf/ev-poppler.cc:
7131         
7132         Fix pdf thumbnails rendering.
7133
7134 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7135
7136         * shell/ev-window.c: (fullscreen_set_timeout):
7137         
7138         Increase timeout to hide full screen popup. Bug 
7139         316123. 
7140
7141 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * data/evince.schemas.in:
7144         * shell/ev-window.c: (update_action_sensitivity):
7145
7146         Allow the user to override document restrictions. Fix for bug
7147         305818.
7148
7149 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7150
7151         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7152         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7153         (ev_window_class_init): Fix multihead behaviour of fullscreen
7154         toolbar popup. Fixes bug #315451.
7155
7156 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7157
7158         * configure.ac:
7159         * data/evince-password.glade:
7160         * shell/ev-password.c: (ev_password_dialog_set_property),
7161         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7162         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7163         (ev_password_dialog_entry_changed_cb),
7164         (ev_password_dialog_entry_activated_cb),
7165         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7166         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7167         (ev_password_dialog_set_bad_pass):
7168         * shell/ev-password.h:
7169         * shell/ev-window.c: (password_dialog_response),
7170         (ev_window_popup_password_dialog):
7171         
7172         Support for gnome-keyring for encrypted PDF's.
7173
7174 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7175
7176         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7177         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7178         (ev_view_enter_notify_event), (ev_view_class_init):
7179         
7180         More precise handling of enter_notify/leave_notify events
7181         in EvView. Fix for bug 315470.
7182
7183 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7184
7185         * shell/ev-window.c: (fullscreen_timeout_cb),
7186         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7187         (ev_window_dispose):
7188
7189         leak fix: unref fullscreen_timeout_source before clearing it
7190
7191 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7192
7193         * configure.ac, dvi/mdvi/Makefile.am: 
7194         
7195         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7196
7197 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7198
7199         * backend/ev-link.c: (ev_link_new_page_xyz):
7200         * pdf/ev-poppler.cc:
7201         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7202
7203         Fix some bugs with xyz links, respect zoom
7204
7205 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7206
7207         * shell/ev-window.c: (page_changed_cb),
7208         (setup_document_from_metadata), (update_sidebar_visibility),
7209         (setup_view_from_metadata), (ev_window_run_fullscreen),
7210         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7211         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7212         (ev_window_dual_mode_changed_cb),
7213         (ev_window_sidebar_current_page_changed_cb):
7214
7215         null check uri before setting and getting metadata
7216
7217 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7218
7219         * dvi/Makefile.am:
7220         * properties/Makefile.am:
7221         * shell/Makefile.am:
7222         * thumbnailer/Makefile.am:
7223
7224         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7225
7226 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7227
7228         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7229         (selection_changed_callback):
7230         * shell/ev-sidebar-links.h:
7231
7232         Add a signal for link activation.
7233
7234         * shell/ev-view.c: (ev_view_goto_link),
7235         (ev_view_button_release_event):
7236         * shell/ev-view.h:
7237         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7238         (ev_window_init):
7239
7240         Implement the signal so that we can handle all link types.
7241
7242         * shell/ev-page-cache.c:
7243
7244         Remove unused set_link function
7245
7246 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7247
7248         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7249
7250         Add some space from the cursor, hardcoded but I couldnt
7251         find a better way.
7252
7253 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7254
7255         * lib/ev-tooltip.c:
7256
7257         Use mozilla style vs gtk style, way better for links.
7258
7259         * shell/ev-view.c: (ev_view_motion_notify_event),
7260         (ev_view_destroy), (ev_view_init):
7261
7262         Deactive tooltip when the link hovered is changed.
7263
7264 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7265
7266         * backend/ev-document.h:
7267         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7268         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7269         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7270         (ev_link_new_page), (ev_link_new_page_xyz):
7271         * backend/ev-link.h:
7272         * pdf/ev-poppler.cc:
7273         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7274         (go_to_link), (tip_from_link):
7275
7276         Implement xyz links, still not functional. Links are a total
7277         mess, will need to refactor and bugfix a lot :(
7278
7279 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7280
7281         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7282
7283 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7284
7285         * data/evince-ui.xml:
7286         * data/evince.schemas.in:
7287         * shell/Makefile.am:
7288         * shell/ev-window.c: (update_chrome_visibility),
7289         (password_dialog_response), (ev_window_load_job_cb),
7290         (ev_window_xfer_job_cb), (ev_window_open_uri),
7291         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7292         (ev_window_init):
7293
7294         Remove the statusbar. This regress loading feedback, need to
7295         check with Bryan what we want to do there...
7296
7297 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7298
7299         * lib/ev-tooltip.c: (ev_tooltip_init):
7300
7301         Fix tooltip border and size handling
7302
7303 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7304
7305         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7306         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7307         (ev_tooltip_timeout), (ev_tooltip_activate),
7308         (ev_tooltip_deactivate):
7309         * lib/ev-tooltip.h:
7310         * shell/ev-view.c: (ev_view_motion_notify_event):
7311
7312         Delay popup showing. Mirror gtk logic/times.
7313
7314 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7315
7316         * lib/Makefile.am:
7317         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7318         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7319         (ev_tooltip_set_text), (ev_tooltip_set_position):
7320         * lib/ev-tooltip.h:
7321
7322         Simple widget to show tooltips at a custom position
7323
7324         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7325         (ev_view_destroy):
7326
7327         Use it for links. First go, needs work
7328
7329 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7330
7331         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7332         HIG fixes.  Use title capitalization for window title. Use 12 
7333         pixels of space between the dialog's vbox and action area.
7334
7335 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7336
7337         * shell/ev-window.c: (file_open_dialog_response_cb),
7338         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7339         (ev_window_cmd_save_as):
7340
7341         Make file pickers not modal and refactor code some
7342
7343 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7344
7345         * shell/ev-sidebar.h:
7346         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7347         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7348         (ev_sidebar_class_init), (ev_sidebar_select_page),
7349         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7350         (ev_sidebar_set_page):
7351
7352         Add a current page property and allow to get/set it
7353
7354         * shell/ev-window.c: (setup_view_from_metadata),
7355         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7356
7357         Persist current sidebar page per document
7358
7359 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7360
7361         * data/evince.schemas.in:
7362         * shell/ev-window.c: (update_chrome_visibility),
7363         (setup_document_from_metadata), (update_sidebar_visibility),
7364         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7365         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7366         (ev_window_run_presentation), (ev_window_stop_presentation),
7367         (ev_window_view_sidebar_cb),
7368         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7369         (load_chrome), (ev_window_init):
7370
7371         Persist size/visibility of sidebar per document
7372
7373 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7374
7375         * shell/ev-view.c (draw_loading_text): Draw loading text.
7376
7377 2005-09-02  Dan Damian  <dand@gnome.ro>
7378
7379         * configure.in: Added "ro" to ALL_LINGUAS.
7380
7381 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7382
7383         * shell/ev-view.c: (clear_caches):
7384
7385         ev_page_cache_get doesnt return a reference,
7386         dont try to unref it.
7387
7388 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7389
7390         * shell/main.c: (load_files_remote):
7391
7392         Fix timestamp parameter with dbus <= 0.33
7393
7394 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7395
7396         * data/evince.schemas.in:
7397
7398         Add missing full stop
7399
7400 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7401
7402         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7403         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7404
7405         Plug some memory leaks
7406
7407 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7408
7409         * configure.ac:
7410         * lib/ev-debug.c: (trap_handler):
7411
7412         Check for execinfo.h and use it only if it exists.
7413         Ported from Epiphany (bug #314776).
7414
7415 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7416
7417         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7418
7419 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7420
7421         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7422         * po/id.po      : Added Indonesian translation
7423
7424 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7425
7426         * shell/main.c:
7427         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7428         * NEWS: Release 0.4.0
7429
7430 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7431
7432         * configure.ac: catch another gtk+-2.8ism
7433         * shell/main.c: Make work with gtk+-2.6
7434
7435 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7436
7437         * shell/ev-application-service.xml: Add 'timestamp' argument to
7438           ev_application_open_window and ev_application_open_uri methods.
7439
7440         * shell/ev-application.h: Add 'timestamp' argument to
7441           ev_application_open_window, ev_application_open_uri,
7442           and ev_application_open_uri_list functions.
7443
7444         * shell/ev-application.c (ev_application_open_window,
7445           ev_application_open_uri, ev_application_open_uri_list): Change
7446           functions that show/present windows to use a timestamp if one
7447           is passed in.
7448
7449         * shell/ev-window.c (ev_window_cmd_file_open,
7450           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7451         * shell/main.c (load_files): Modify calls to ev_application to
7452           include GDK_CURRENT_TIME as timestamp.
7453
7454         * shell/main.c (load_files_remote): Obtain timestamp for client
7455           instance from GDK and pass to server instance so new windows are
7456           focused properly.  Fix dbus_g_proxy_call() calls by including second
7457           G_TYPE_INVALID.
7458           
7459         Closes bug #314475.
7460
7461 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7462
7463         * shell/ev-window.c (ev_window_finalize): Check for
7464         avail. EvWindows when quiting to handle the finalize better,
7465         #314497
7466
7467 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7468         
7469         * properties/ev-properties-view.c: 
7470         
7471         Set textdomain to libglade. Fixes translation problem in property page.
7472
7473 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7474
7475         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7476         * dvi/Makefile.am:
7477         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7478         * dvi/mdvi-lib/Makefile.am:
7479         
7480         Fix rotation of thumbnails, ported to new API. Moved library
7481         dependencies earlier, probably it will fix linkage problem.
7482
7483 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7484
7485         * backend/ev-document-misc.c:
7486         (ev_document_misc_get_thumbnail_frame):
7487         * backend/ev-document-misc.h:
7488         * configure.ac:
7489         * pdf/ev-poppler.cc:
7490         * shell/Makefile.am:
7491         * shell/ev-sidebar-thumbnails.c: (add_range),
7492         (ev_sidebar_thumbnails_set_loading_icon),
7493         (ev_sidebar_thumbnails_refresh),
7494         (ev_sidebar_thumbnails_set_document):
7495         * shell/ev-sidebar-thumbnails.h:
7496         * shell/ev-view.c: (ev_view_motion_notify_event),
7497         (ev_view_set_property), (ev_view_get_property),
7498         (ev_view_class_init), (ev_view_set_rotation):
7499         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7500         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7501         (ev_window_init):
7502         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7503         Redo rotation (again).  prepare for 0.4.0
7504
7505 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7506
7507         * configure.ac: Bump poppler requirement to 0.4.1.
7508
7509         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7510         argument to poppler_page_render_selection() call.
7511
7512 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7513
7514         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7515         (djvu_document_thumbnails_get_thumbnail):
7516         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7517         (dvi_document_thumbnails_get_thumbnail):
7518         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7519         (pixbuf_document_thumbnails_get_thumbnail):
7520         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7521         
7522         Update rotation direction of backends to fit with pdf and ps.
7523
7524 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7525
7526         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7527         * backend/ev-async-renderer.h:
7528         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7529         (setup_page), (ps_document_get_page_size),
7530         (ps_async_renderer_render_pixbuf):
7531         * ps/ps-document.h:
7532         * shell/ev-jobs.c: (ev_job_render_run):
7533
7534         Fix orientation in the postscript document
7535
7536 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7537
7538         * pdf/ev-poppler.cc:
7539         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7540         * shell/ev-view.c: (highlight_find_results):
7541
7542         Adapt to the new poppler rotation API. Fix text maps on landscape
7543         documents.
7544
7545 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7546
7547         * shell/ev-view.c (compute_new_selection_text): get the correct
7548         region when selecting in modes other than continuous.
7549
7550 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7551
7552         * shell/main.c (main): remove redundant g_warnings.
7553
7554 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7555
7556         * shell/Makefile.am: Don't include autogenerated
7557         file ev-application-service.h into distribution, since
7558         it causes dbus crash. Fix for bugs 313724 and 313443. 
7559
7560 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7561
7562         * configure.ac: Fix sed expression for FreeBSD. Thanks
7563         to Joe Marcus Clark <marcus@freebsd.org>
7564         
7565         * shell/eggfindbar.c: (entry_activate_callback),
7566         (entry_changed_callback), (egg_find_bar_init),
7567         (egg_find_bar_set_search_string):
7568         
7569         Made findbar buttons unsensitive if there is no text in
7570         entry. Fix for the bug 313285.
7571
7572 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7573
7574         * ps/ps-document.c: Use g_filename_display_name for displaying
7575         filenames and revert string freeze breackage
7576
7577 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7578
7579         * NEWS:
7580         * configure.ac:
7581
7582         Update for 0.3.4
7583
7584         * shell/Makefile.am:
7585
7586         Add ev-application-service.xml to extra dist
7587
7588         * shell/ev-view.c: (find_page_at_location):
7589
7590         Remove unused function (fix warning)
7591
7592 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7593
7594         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7595         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7596         
7597         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7598         bug 313623.
7599
7600 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7601
7602         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7603         * shell/ev-window.c:
7604         Fix build warnings
7605
7606 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7607
7608         * configure.ac: Update script to get dbus version.
7609         Fix for the bug #313443.
7610
7611 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7612
7613         * shell/ev-window.c: (ev_window_cmd_escape):
7614         
7615         Return focus back to view on escape. Fix for bug 313295.
7616
7617 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7618
7619         * shell/ev-window.c: (update_window_title),
7620         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7621         (ev_window_cmd_save_as):
7622         
7623         Correct conversion from uri to displayable string. Fix for
7624         bug 313296.
7625
7626 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7627
7628         * ps/ps-document.c: convert filename to utf8 when there is an error
7629         loading document. Fixes #309915
7630
7631 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7632
7633         * configure.ac:
7634
7635         We depend on poppler 0.4.0
7636
7637 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7638
7639         * configure.ac:
7640         * NEWS: Release 0.3.3.
7641         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7642
7643 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7644
7645         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7646         add a couple missing mnemonics to menu items, use title 
7647         capitalization for menu items and window titles, and add 
7648         ellipsis to open menu item.     
7649
7650 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7651
7652         * pdf/ev-poppler.cc:
7653         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7654         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7655         (ev_view_get_rotation):
7656         * shell/ev-view.h:
7657         * shell/ev-window.c: (setup_view_from_metadata),
7658         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7659         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7660         disk.
7661
7662 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7663
7664         * configure.ac: Added tr to ALL_LINGUAS
7665
7666 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7667
7668         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7669         requires several clicks to find word. Thanks to 
7670         Colin Slater <kiltedtaco@gmail.com>.
7671
7672 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7673
7674         * data/evince.desktop.in.in: Hide menu entry and
7675         rename it to "Document Viewer". Fix for bug 
7676         #312399.
7677
7678 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7679
7680         * shell/ev-page-action.c (ev_page_action_class_init): 
7681
7682         Point to the correct function in constructor of the
7683         activate_label signal
7684
7685 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7686
7687         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7688         * shell/ev-jobs.h: Make thread safe.
7689
7690 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7691
7692         * shell/ev-view.c: (view_update_range_and_current_page):
7693         Don't update page range if we are scrolling to some document
7694         point.
7695
7696 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7697
7698         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7699         when getting max_page_width, fix drawing in dual mode.
7700
7701 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7702
7703         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7704         getting the area for select_all.
7705
7706 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7707
7708         * backend/ev-selection.c: (ev_selection_render_selection):
7709         * backend/ev-selection.h:
7710         * pdf/ev-poppler.cc:
7711         * shell/ev-jobs.c: (ev_job_render_new):
7712         * shell/ev-jobs.h:
7713         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7714         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7715         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7716         (ev_view_class_init):
7717
7718         Change selection color on focus in and focus out events.  Also,
7719         poppler now uses GdkColor for specifying the selection colors, so
7720         drop some awkward conversion code.
7721
7722 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7723
7724         * configure.ac: Added Hebrew translation
7725
7726 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7727
7728         * NOTES:
7729         * backend/ev-selection.c: (ev_selection_render_selection):
7730         * backend/ev-selection.h:
7731         * pdf/ev-poppler.cc:
7732         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7733         (ev_job_render_run):
7734         * shell/ev-jobs.h:
7735         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7736         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7737         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7738         (ev_pixbuf_cache_style_changed),
7739         (ev_pixbuf_cache_get_selection_pixbuf),
7740         (ev_pixbuf_cache_set_selection_list),
7741         (ev_pixbuf_cache_get_selection_list):
7742         * shell/ev-pixbuf-cache.h:
7743         * shell/ev-utils.c: (ev_print_region_contents):
7744         * shell/ev-utils.h:
7745         * shell/ev-view.c: (ev_view_queue_draw_page),
7746         (selection_update_idle_cb), (ev_view_motion_notify_event),
7747         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7748         (setup_caches), (ev_view_find_next), (merge_selection_region),
7749         (selection_free):
7750         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7751
7752         Clean up selection to be much smoother!
7753
7754 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7755
7756         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7757         to poppler_page_render_selection().
7758
7759 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7760
7761         * ps/ps-document.c: (save_page_list): Use
7762         unzipped document when printing. Thanks to 
7763         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7764         311016.
7765
7766 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7767
7768         * shell/ev-window.c: (update_action_sensitivity):
7769         
7770         Disable print and save respect to lockdown gconf keys. Fix
7771         for 312342.
7772
7773 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7774
7775         * configure.ac:
7776         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7777         (write_to_temp_file), (ev_file_set_contents):
7778         * shell/ev-utils.h:
7779         * shell/ev-window.c: (save_print_config_to_file):
7780         
7781         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7782         Fix for bug 312238
7783
7784 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7785
7786         * shell/ev-window.c: (load_print_config_from_file),
7787         (save_print_config_to_file), (ev_window_print_range):
7788
7789         Persist the print settings. Fixes bug #311578.
7790
7791 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7792
7793         * djvu/djvu-document.c: (djvu_document_get_page_size),
7794         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7795         (djvu_document_thumbnails_get_thumbnail):
7796         * dvi/dvi-document.c: (dvi_document_get_page_size),
7797         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7798         (dvi_document_thumbnails_get_dimensions),
7799         (dvi_document_thumbnails_get_thumbnail):
7800         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7801         (pixbuf_document_render_pixbuf),
7802         (pixbuf_document_document_iface_init),
7803         (pixbuf_document_thumbnails_get_thumbnail):
7804         
7805         Update backends to make them build with new rotation system.
7806
7807 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7808
7809         * help/C/figures/evince_start_window.png:
7810         
7811         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7812
7813 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7814
7815         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7816         * shell/ev-pixbuf-cache.h:
7817         * shell/ev-sidebar-thumbnails.c:
7818         (ev_sidebar_thumbnails_get_property), (add_range),
7819         (adjustment_changed_cb):
7820         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7821         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7822         we were thumbnailing the entire docment on startup, slowing us
7823         down hugely. 
7824
7825 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7826
7827         * shell/ev-page-cache.c: (ev_page_cache_new):
7828         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7829         == 0, fixes #310306.
7830
7831 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7832
7833         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7834         (ev_view_rotate_left):
7835
7836         Account rotation in doc_rect_to_view_rect.
7837         Ensure rotation doesnt go out of bounds.
7838
7839 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7840
7841         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7842
7843         Correct and cleanup w/h swapping
7844
7845 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7846
7847         * backend/ev-document-thumbnails.c:
7848         (ev_document_thumbnails_get_thumbnail):
7849         * backend/ev-document-thumbnails.h:
7850         * backend/ev-document.c:
7851         * backend/ev-document.h:
7852         * backend/ev-render-context.c: (ev_render_context_new),
7853         (ev_render_context_set_rotation):
7854         * backend/ev-render-context.h:
7855         * pdf/ev-poppler.cc:
7856         * ps/ps-document.c: (ps_document_document_iface_init):
7857         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7858         * shell/ev-jobs.h:
7859         * shell/ev-page-cache.c: (build_height_to_page),
7860         (ev_page_cache_new), (ev_page_cache_get_size),
7861         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7862         (ev_page_cache_get_height_to_page):
7863         * shell/ev-page-cache.h:
7864         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7865         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7866         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7867         (ev_pixbuf_cache_get_selection_pixbuf):
7868         * shell/ev-pixbuf-cache.h:
7869         * shell/ev-print-job.c: (idle_print_handler):
7870         * shell/ev-sidebar-thumbnails.c: (add_range):
7871         * shell/ev-view.c: (view_update_range_and_current_page),
7872         (get_page_y_offset), (get_page_extents),
7873         (ev_view_size_request_continuous_dual_page),
7874         (ev_view_size_request_continuous),
7875         (ev_view_size_request_dual_page),
7876         (ev_view_size_request_single_page), (draw_one_page),
7877         (ev_view_set_rotation), (ev_view_rotate_right),
7878         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7879         (ev_view_zoom_for_size_continuous_and_dual_page),
7880         (ev_view_zoom_for_size_continuous),
7881         (ev_view_zoom_for_size_dual_page),
7882         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7883         (ev_view_select_all):
7884         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7885         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7886         (tiff_document_document_iface_init),
7887         (tiff_document_thumbnails_get_thumbnail):
7888
7889         Use rotation rather than orientation. It's easier and enough
7890         for our needs.
7891
7892 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7893
7894         * shell/ev-page-cache.c: (build_height_to_page),
7895         (ev_page_cache_new), (ev_page_cache_get_size),
7896         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7897         (ev_page_cache_get_height_to_page):
7898         * shell/ev-page-cache.h:
7899         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7900         (ev_view_size_request_continuous_dual_page),
7901         (ev_view_size_request_continuous),
7902         (ev_view_zoom_for_size_continuous_and_dual_page),
7903         (ev_view_zoom_for_size_continuous):
7904
7905         Make the page cache aware of page orientation.
7906
7907 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7908
7909         * backend/ev-document-thumbnails.c:
7910         (ev_document_thumbnails_get_thumbnail):
7911         * backend/ev-document-thumbnails.h:
7912         * backend/ev-document.c:
7913         * backend/ev-document.h:
7914         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7915         * backend/ev-ps-exporter.h:
7916         * pdf/ev-poppler.cc:
7917         * ps/ps-document.c: (ps_document_document_iface_init),
7918         (ps_document_ps_export_do_page):
7919         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7920         * shell/ev-jobs.h:
7921         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7922         (ev_page_cache_get):
7923         * shell/ev-page-cache.h:
7924         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7925         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7926         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7927         * shell/ev-pixbuf-cache.h:
7928         * shell/ev-print-job.c: (idle_print_handler):
7929         * shell/ev-sidebar-thumbnails.c: (add_range):
7930         * shell/ev-view.c: (view_update_range_and_current_page),
7931         (get_page_extents), (ev_view_size_request_dual_page),
7932         (ev_view_size_request_single_page), (draw_one_page),
7933         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7934         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7935         (ev_view_zoom_for_size_dual_page),
7936         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7937         (ev_view_select_all):
7938         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7939         * tiff/tiff-document.c: (tiff_document_get_page_size),
7940         (tiff_document_get_orientation), (rotate_pixbuf),
7941         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7942         (tiff_document_thumbnails_get_thumbnail),
7943         (tiff_document_ps_export_do_page), (tiff_document_init):
7944
7945         Really make use of the orientation bit of the render context.
7946         Use the render context in a few more places in the backend API.
7947         This regress orientation, but now it's done right. Will try to
7948         fix it up asap...
7949
7950 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7951
7952         * shell/ev-view.c: (ensure_rectangle_is_visible):
7953
7954         Patch by Nickolay V. Shmyrev to fix find flickering
7955
7956 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7957
7958         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7959         duplex parameters to ::begin.
7960
7961         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7962         * shell/ev-print-job.c (idle_print_handler): 
7963         * ps/ps-document.c (ps_document_ps_export_begin): 
7964         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7965         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7966         implementations. Poppler backend needs poppler cvs. Rest has
7967         unchanged behavior.
7968
7969 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7970
7971         * shell/ev-window.c (using_pdf_printer): new function.
7972         (ev_window_print_range): print a less techy message if someone
7973         tries to print to PDF.
7974
7975 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7976
7977         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7978         from "unknown font" string. Bug #311431
7979
7980 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7981
7982         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7983
7984 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7985
7986         Bug #311280
7987         
7988         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7989         name for PopplerFontTypes
7990         (pdf_document_fonts_fill_model): add font type to the detail column
7991
7992         * backend/ev-document-fonts.h: added
7993         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7994
7995         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7996         font name and font details, add a little markup.
7997         (ev_properties_fonts_init): use the new cell data func, specify ypad
7998         property for the cell renderer.
7999         (ev_properties_fonts_set_document): add the details column.
8000
8001 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8002
8003         * configure.ac: Added "pl" to ALL_LINGUAS.
8004
8005 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8006
8007         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8008
8009 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8010
8011         * help/ChangeLog: Started this for translations of manual.
8012         * configure.ac, autogen.sh, .cvsignore: Migrated to
8013         gnome-doc-utils. Patch in bug #311222.
8014
8015 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8016
8017         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8018         #ifdef this away to fix an unused-function warning.
8019
8020 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8021
8022         * configure.ac: Added 'gl' to ALL_LINGUAS.
8023
8024 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8025
8026         * configure.ac: Added ne in ALL_LINGUAS
8027         
8028 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8029
8030         * shell/ev-view.c: (ev_view_leave_notify_event):
8031         
8032         Clear status message when pointer leaves view. Fix for bug
8033         #310818 
8034
8035 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8036
8037         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8038
8039 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8040
8041         * shell/ev-view.c: (ev_view_leave_notify_event),
8042         (ev_view_class_init):
8043         
8044         Set cursor to normal then leaving view.
8045
8046 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8047
8048         * configure.ac:
8049         
8050         Fix required djvulibre version.
8051
8052 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8053
8054         *configure.ac: Hindi (hi) language added
8055
8056 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8057
8058         *configure.ac: Punjabi (pa) Language added
8059
8060 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8061
8062         * data/evince-ui.xml, shell/ev-window.c:
8063         
8064         Add keypad accelerators for zooming. Fix for bug 308128.
8065
8066 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8067
8068         * Makefile.am:
8069         * backend/Makefile.am:
8070         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8071         * configure.ac:
8072         * shell/ev-document-types.c: (ev_document_types_add_filters):
8073
8074         Allow to enable/disable the pixbuf backend.
8075         Default to off for now. If we want it enabled we should
8076         really put mime types in the desktop, implement properties etc.
8077
8078         * properties/evince-properties.c:
8079
8080         Initialize error to NULL.
8081         Check error is not NULL before freeing.
8082
8083 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * shell/ev-window.c:
8086
8087         Use F5 as presentation accell
8088
8089 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8090
8091         * shell/ev-window.c: (update_chrome_visibility),
8092         (ev_window_create_fullscreen_popup), (ev_window_init):
8093
8094         Do not leak the fullscreen toolbar
8095
8096 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8097
8098         * shell/ev-window.c: (view_actions_focus_in_cb),
8099         (view_actions_focus_out_cb):
8100
8101         These has a return value! Fix totally random focus
8102         issues we was seeing.
8103
8104 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8105
8106         * shell/main.c: (load_files_remote):
8107
8108         Allow open more than one file
8109
8110 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8111
8112         * shell/main.c: (load_files_remote):
8113
8114         Fix for dbus 0.33. bug #309975
8115
8116 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8117
8118         * properties/ev-properties-main.c: (ev_properties_get_pages):
8119
8120         Actually return NULL for types we dont support
8121
8122 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8123
8124         * po/POTFILES.in:
8125
8126         Remove empty lines.
8127
8128 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8129
8130         * backend/ev-document-factory.c:
8131         (ev_document_factory_get_document):
8132
8133         Do not try to create the object if type
8134         is invalid.
8135
8136 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8137
8138         * ps/ps-document.c: (ps_document_dispose),
8139         (ps_async_renderer_render_pixbuf):
8140         * ps/ps-document.h:
8141
8142         Do not leak the target window
8143
8144 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8145
8146         * shell/ev-application.c: (ev_application_init):
8147
8148         Let tbe check file existence for us.
8149         Add a comment about eggrecent mime filter.
8150
8151 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8152
8153         * data/evince-ui.xml:
8154         * shell/ev-application.c: (ev_application_shutdown),
8155         (ev_application_init), (ev_application_get_toolbars_model),
8156         (ev_application_get_recent_model),
8157         (ev_application_save_toolbars_model):
8158         * shell/ev-application.h:
8159         * shell/ev-window.c: (ev_window_add_recent),
8160         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8161         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8162         (ev_window_init):
8163
8164         Use common toolbar and recent models for all windows.
8165         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8166
8167 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8168
8169         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8170         successfully check for gtk_icon_view_get_visible_range.
8171
8172 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8173
8174         * djvu/Makefile.am:
8175         * dvi/Makefile.am:
8176         
8177         Fix djvu and dvi backend build.
8178
8179 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8180
8181         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8182         (new_separator_pixbuf):
8183
8184         Don't leak windows.
8185
8186 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8187
8188         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8189
8190         HIGification of toolbar editor dialogue.
8191
8192 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8193
8194         * configure.ac:
8195         * shell/Makefile.am:
8196
8197         Ever build metadata manager since it's just
8198         disabled at runtime now.
8199
8200 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8201
8202         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8203         (ev_metadata_manager_get), (ev_metadata_manager_set):
8204         * shell/ev-metadata-manager.h:
8205
8206         Add an _init functions that enabled metadata management
8207         at runtime.
8208
8209         * shell/ev-window.c: (page_changed_cb),
8210         (setup_document_from_metadata), (ev_window_setup_document),
8211         (setup_view_from_metadata), (ev_window_open_uri),
8212         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8213         (ev_window_run_presentation), (ev_window_stop_presentation),
8214         (save_sizing_mode), (ev_window_zoom_changed_cb),
8215         (ev_window_continuous_changed_cb),
8216         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8217         (window_configure_event_cb):
8218
8219         Remove all ugly metadata define since we deal with it
8220         at runtime now.
8221
8222         * shell/main.c: (load_files_remote), (main):
8223
8224         Add support for dbus cvs head. Hopefully didnt break one
8225         of the other versions now!
8226
8227         If we dont get a response from the dbus server just
8228         give up with it and not enable metadata.
8229
8230 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8231
8232         * Makefile.am:
8233         * backend/Makefile.am:
8234         * configure.ac:
8235         * cut-n-paste/recent-files/Makefile.am:
8236         * cut-n-paste/toolbar-editor/Makefile.am:
8237         * cut-n-paste/zoom-control/Makefile.am:
8238         * lib/Makefile.am:
8239         * pdf/Makefile.am:
8240         * pixbuf/Makefile.am:
8241         * properties/Makefile.am:
8242         * ps/Makefile.am:
8243         * shell/Makefile.am:
8244         * thumbnailer/Makefile.am:
8245         * tiff/Makefile.am:
8246
8247         Make frontends depend on just libev.
8248         Rework and group CFLAGS/LIBS definitions.
8249         Cleanups.
8250
8251 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8252
8253         * shell/ev-window:
8254
8255         do not unnecessarily save zoom
8256
8257         * configure.ac:
8258         * lib/ev-file-helpers.c: (ev_dot_dir):
8259         * shell/Makefile.am:
8260         * shell/dummy.cc:
8261
8262         Some cleanups
8263
8264 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * configure.ac:
8267         
8268         Remove unnecessary dependencies
8269
8270 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8271
8272         * properties/Makefile.am:
8273         * thumbnailer/Makefile.am:
8274         * tiff/Makefile.am:
8275
8276         Some more cleanups. Was really necessary
8277         but I probably introduced bugs, feel free
8278         to flame :)
8279
8280 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8281
8282         * backend/Makefile.am:
8283         * configure.ac:
8284         * cut-n-paste/recent-files/Makefile.am:
8285         * cut-n-paste/toolbar-editor/Makefile.am:
8286         * cut-n-paste/zoom-control/Makefile.am:
8287         * lib/Makefile.am:
8288         * pdf/Makefile.am:
8289         * pixbuf/Makefile.am:
8290         * properties/Makefile.am:
8291         * ps/Makefile.am:
8292         * shell/Makefile.am:
8293         * thumbnailer/Makefile.am:
8294         * tiff/Makefile.am:
8295
8296         Use gnome-common macros when possible.
8297         Cleanup dependencies.
8298         Actually disable deprecated where possible.
8299
8300 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8301
8302         * Makefile.am:
8303         * backend/Makefile.am:
8304         * properties/Makefile.am:
8305         * shell/Makefile.am:
8306         * thumbnailer/Makefile.am:
8307
8308         This should solve the circular dep without
8309         requiring dir reorg!
8310
8311         * shell/ev-window.c: (setup_view_from_metadata):
8312
8313         Never restore window size/position when the
8314         window is already visible.
8315
8316 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8317
8318         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8319
8320         Return a boolean from timeout func. Fix ported from gedit.
8321
8322 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8323
8324         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8325
8326 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8327
8328         * shell/ev-document-types.c: set "All Documents" as default filter in
8329         open dialog
8330
8331 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8332
8333         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8334         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8335         (ev_metadata_manager_set_boolean): fix value/val thinko.
8336
8337 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8338
8339         * shell/ev-window.c: (setup_view_from_metadata),
8340         (window_state_event_cb), (window_configure_event_cb),
8341         (ev_window_init):
8342
8343         Remember window position and maximized state
8344
8345 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8346
8347         * configure.ac:
8348
8349         Fix DBUS configure checks.
8350
8351         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8352         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8353         (ev_metadata_manager_set_boolean):
8354
8355         Plug mem leaks.
8356
8357         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8358         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8359         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8360         (ev_window_continuous_changed_cb),
8361         (ev_window_dual_mode_changed_cb), (ev_window_new):
8362
8363         Fix the build without DBUS.
8364
8365 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8366
8367         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8368         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8369         (ev_metadata_manager_set_string),
8370         (ev_metadata_manager_set_boolean):
8371         * shell/ev-metadata-manager.h:
8372
8373         Add support for some more types
8374
8375         * shell/ev-view.c: (scroll_to_current_page),
8376         (ev_view_get_continuous), (ev_view_set_continuous),
8377         (ev_view_get_dual_page):
8378         * shell/ev-view.h:
8379         * shell/ev-window.c: (page_changed_cb),
8380         (setup_document_from_metadata), (ev_window_setup_document),
8381         (setup_view_from_metadata), (ev_window_open_uri),
8382         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8383         (ev_window_run_presentation), (ev_window_stop_presentation),
8384         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8385         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8386         (ev_window_update_dual_page_action),
8387         (ev_window_continuous_changed_cb),
8388         (ev_window_dual_mode_changed_cb), (ev_window_init):
8389
8390         Remember a bunch of view/document properties. Prolly some
8391         are still missing but it's getting interesting.
8392
8393 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8394
8395         * configure.ac: check if dbus-binding-tool is installed. Not the
8396         case on current Ubuntu breezy, it seems.
8397
8398 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8399
8400         * data/evince.desktop.in.in:
8401         
8402         Allow open uri lists and add TryExec field.
8403
8404 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8405
8406         * configure.ac:
8407
8408         Enable dbus when available, do not require a configure
8409         option.
8410
8411 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8412
8413         * configure.ac:
8414
8415         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8416         disabled.
8417
8418 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8419         Marco Pesenti Gritti  <mpg@redhat.com>
8420
8421         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8422         
8423         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8424         functions to the format required by dbus
8425
8426         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8427         errors. Use the RPC parameters in the expected way
8428
8429 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8430
8431         * Makefile.am:
8432         * properties/Makefile.am:
8433         * properties/ev-properties-main.c: (ev_properties_get_pages):
8434
8435         Support all mime types
8436
8437         * shell/Makefile.am:
8438         * thumbnailer/Makefile.am:
8439         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8440         (evince_thumbnail_pngenc_get):
8441
8442         Use the document factory
8443
8444 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * backend/Makefile.am:
8447         * backend/ev-document-factory.c:
8448         (mime_type_supported_by_gdk_pixbuf),
8449         (ev_document_type_get_from_mime),
8450         (ev_document_factory_get_document),
8451         (ev_document_factory_get_backend),
8452         (ev_document_factory_get_mime_types),
8453         (ev_document_factory_get_all_mime_types):
8454         * backend/ev-document-factory.h:
8455         * shell/Makefile.am:
8456         * shell/ev-document-types.c: (get_document_from_uri),
8457         (ev_document_types_get_document),
8458         (file_filter_add_mime_list_and_free),
8459         (ev_document_types_add_filters):
8460         * shell/ev-document-types.h:
8461         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8462         * shell/ev-properties-dialog.c:
8463         (ev_properties_dialog_set_document):
8464         * shell/ev-window.c: (ev_window_cmd_file_open),
8465         (ev_window_cmd_save_as):
8466         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8467
8468         Rework document types managing to avoid code duplication
8469         and actually abstract from backend implementations.
8470         Also provide a minimal factory api that can be used by
8471         thumbnailer/properties.
8472
8473 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8474
8475         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8476         Plug a mem leak.
8477         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8478         HIG spacings.
8479
8480 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8481
8482         * shell/ev-properties-dialog.c
8483         (ev_properties_dialog_set_document): only call
8484         ev_properties_fonts_set_document() if the document implements the
8485         fonts interface
8486
8487 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8488
8489         * configure.ac:
8490         * properties/Makefile.am:
8491         * properties/ev-properties-view.c:
8492         (ev_properties_view_register_type):
8493         * properties/ev-properties-view.h:
8494         * properties/ev-properties-main.h:
8495
8496         Implement nautilus plugin for properties.
8497         Works only for pdf atm, I need to rework the
8498         document types stuff to get this to work
8499         for all backends...
8500
8501 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8502
8503         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8504         (ev_properties_fonts_set_document): use
8505         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8506
8507 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8508
8509         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8510         them
8511         (PlaceImage, tiff2ps_process_page): use
8512         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8513
8514
8515 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8516
8517         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8518         (main): to call gnome_authentication_manager_init. Should fix
8519         Bug #308510
8520
8521         * configure.ac: that requires libgnomeui 2.6.0.
8522
8523 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8524
8525         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8526         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8527         use the new tiff2ps interfaces
8528
8529         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8530         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8531
8532         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8533         structure instead of global variables.  Remove use of static
8534         variables in functions.
8535
8536 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8537
8538         * shell/ev-page-action.c: unref the completion after setting it to the
8539         entry
8540
8541 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8542
8543         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8544         postscript files
8545
8546 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8547
8548         * shell/ev-window.c (update_action_sensitivity): disable
8549         File->Print if the document does not implement the ps exporter
8550         interface
8551
8552 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8553
8554         * Makefile.am:
8555         * configure.ac:
8556         * data/evince-properties.glade:
8557         * properties/.cvsignore:
8558         * properties/Makefile.am:
8559         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8560         (ev_properties_view_class_init), (ev_properties_view_format_date),
8561         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8562         (ev_properties_view_init), (ev_properties_view_new):
8563         * properties/ev-properties-view.h:
8564         * shell/Makefile.am:
8565         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8566         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8567         (ev_properties_dialog_new):
8568         * shell/ev-properties-dialog.h:
8569         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8570         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8571         (update_progress_label), (job_fonts_finished_cb),
8572         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8573         * shell/ev-properties-fonts.h:
8574         * shell/ev-properties.c:
8575         * shell/ev-properties.h:
8576         * shell/ev-window.c: (ev_window_setup_document),
8577         (ev_window_cmd_file_properties):
8578
8579         Split the properties pages in two different objects, depend
8580         only on the backend where possible, use widgets instead
8581         of gobject for the glade part, reimplement the dialog
8582         itself with gtk.
8583         I need this to implement nautilus properties page.
8584
8585 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8586
8587         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8588         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8589         (tiff_document_document_ps_exporter_iface_init): implement the ps
8590         exporter interface for tiff documents
8591
8592         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8593         libtiff to implement TIFF postscript export
8594
8595         * tiff/tiff2ps.h: added a header file for external tiff2ps
8596         functions.
8597
8598         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8599         tiff2ps.h
8600
8601 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8602
8603         * shell/ev-view.c: (scroll_to_current_page),
8604         (ev_view_set_fullscreen), (ev_view_set_presentation):
8605         
8606         Scroll to current page when exit from presentation
8607
8608 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8609
8610         * shell/ev-window.c: (update_document_mode),
8611         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8612         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8613         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8614         
8615         Exit from fullscreen mode when switch to presentation. Fix for
8616         bug 309365
8617
8618 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8619
8620         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8621         return NULL if the document does not implement the selection
8622         interface.
8623
8624 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8625
8626         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8627         reported height by using the resolution aspect ratio
8628         (tiff_document_render_pixbuf): scale the pixbuf using the
8629         resolution aspect ratio
8630
8631 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8632
8633         * configure.ac:
8634         
8635         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8636         <kiltedaco@gmail.com>
8637         
8638         * djvu/djvu-document.c: (djvu_document_get_orientation),
8639         (djvu_document_set_orientation), (djvu_document_get_page_size),
8640         (rotate_pixbuf), (djvu_document_render_pixbuf),
8641         (djvu_document_document_iface_init):
8642         * dvi/dvi-document.c: (dvi_document_get_orientation),
8643         (dvi_document_set_orientation), (dvi_document_get_page_size),
8644         (rotate_pixbuf), (dvi_document_render_pixbuf),
8645         (dvi_document_document_iface_init):
8646         
8647         Dvi and djvu backends are ported to new API
8648
8649 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8650
8651         * backend/ev-selection.c: (ev_selection_get_selection_region),
8652         (ev_selection_get_selection_map):
8653         * backend/ev-selection.h:
8654         * pdf/ev-poppler.cc:
8655         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8656         * shell/ev-jobs.h:
8657         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8658         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8659         (ev_pixbuf_cache_get_text_mapping):
8660         * shell/ev-pixbuf-cache.h:
8661         * shell/ev-view.c: (location_in_text),
8662         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8663         support to EvView.  Now we can see where we can select!  Sweet!
8664
8665 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8666
8667         * shell/ev-view.c (ev_view_button_press_event): Fix
8668         event->y + view->scroll_x typo.
8669
8670 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8671
8672         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8673         sub-GdkPixbuf instead of passing dest_x and dest_y.
8674         
8675         * shell/ev-view.c: (view_point_to_doc_point),
8676         (view_rect_to_doc_rect), (ev_view_button_press_event),
8677         (ev_view_motion_notify_event), (compute_new_selection_rect),
8678         (gdk_rectangle_point_in), (compute_new_selection_text),
8679         (compute_selections): Update selection code to keep the selection
8680         around as two points and not as a normalized rectangle, and fix
8681         page level selection in two-column mode.
8682
8683 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8684
8685         * shell/ev-window.c: (window_configure_event_cb): 
8686         
8687         Fix compilation
8688         
8689 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8690
8691         * pdf/ev-poppler.cc:
8692
8693         Fix compilation
8694
8695 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8696
8697         * shell/Makefile.am:
8698         * shell/ev-metadata-manager.c: (item_free),
8699         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8700         (parse_value), (parseItem), (load_values),
8701         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8702         (save_values), (save_item), (get_oldest), (resize_items),
8703         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8704         * shell/ev-metadata-manager.h:
8705
8706         Metadata manager from gedit but modified to use GValue, so that
8707         we dont need to keep converting from strings.
8708
8709         * configure.ac:
8710
8711         ENABLE_METADATA conditional, on when dbus is on
8712
8713         * shell/ev-application.c: (ev_application_open_uri):
8714
8715         Show the window after load so that we can initialize
8716         window size before it's showed.
8717
8718         * shell/ev-window.c: (ev_window_setup_from_metadata),
8719         (ev_window_open_uri), (window_configure_event_cb),
8720         (ev_window_init):
8721
8722         Save and load metadata information about window size.
8723         Not yet keeping states in account.
8724
8725         * shell/main.c: (main):
8726
8727         Shutdown metadata manager.
8728
8729 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8730
8731         * shell/ev-application-service.xml:
8732         * configure.ac:
8733         * shell/Makefile.am:
8734         * shell/ev-application.c:
8735         * shell/ev-application.h:
8736         * shell/ev-window.c:
8737         * shell/ev-window.h:
8738         * shell/main.c:
8739
8740         Add an optional dbus interface (--enable-dbus).
8741         Rework application code, mainly to be easier to
8742         use "remotely".
8743         Do not open multiple windows with the same document,
8744         spatial evince!
8745
8746 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8747
8748         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8749         pixbuf iff it exists.
8750
8751 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8752
8753         * shell/*:
8754         * backend/ev-render-context.[ch]:
8755         * backend/ev-selection.[ch]:
8756
8757         Massive changes.  We now support text selection of pdfs, and not
8758         just rectangular selection.  This is pretty broken still, but I
8759         want to get something into CVS.
8760
8761 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8762
8763         * pdf/ev-poppler.cc:
8764         
8765         Fix for Bug 309080: crash on window close.
8766         
8767         * shell/ev-page-action.c: (page_changed_cb):
8768         
8769         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8770         jensgr@gmx.net (Jens Granseuer).
8771
8772 2005-06-25  Marcel Telka  <marcel@telka.sk>
8773
8774         * configure.in (ALL_LINGUAS): Added sk.
8775
8776 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8777
8778         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8779         not a document open
8780
8781 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * NEWS:
8784         * configure.ac:
8785
8786         Release 0.3.2
8787
8788         * cut-n-paste/recent-files/Makefile.am:
8789
8790         Fix make distcheck
8791
8792 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8793
8794         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8795         (pixbuf_document_set_orientation), (rotate_pixbuf),
8796         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8797         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8798
8799         Implement rotation and cleanup the code a bit.
8800
8801         * tiff/tiff-document.c: (tiff_document_get_page_size),
8802         (tiff_document_get_orientation), (tiff_document_set_orientation),
8803         (rotate_pixbuf), (tiff_document_render_pixbuf),
8804         (tiff_document_document_iface_init), (tiff_document_init):
8805
8806         Implement rotation. Was the quicker solution for the release
8807         but we really need to share this code in the shell.
8808
8809 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8810
8811         * pdf/ev-poppler.cc:
8812
8813         Enable rotation, require poppler cvs. Fix a leak.
8814
8815 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8816
8817         * shell/ev-window.c: (update_action_sensitivity):
8818         
8819         Make properties unsensitive if document backend doesn't provide
8820         any info
8821
8822 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8823
8824         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8825         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8826         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8827         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8828         (bitmap_flip_rotate_counter_clockwise):
8829         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8830         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8831         (buff_gets):
8832         * dvi/mdvi-lib/common.h:
8833         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8834         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8835         (opendvi), (mdvi_reload), (mdvi_init_context),
8836         (mdvi_destroy_context), (mdvi_dopage), (special):
8837         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8838         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8839         (file_hash_free), (register_encoding), (parse_spec),
8840         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8841         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8842         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8843         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8844         (mdvi_register_font_type), (mdvi_unregister_font_type),
8845         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8846         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8847         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8848         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8849         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8850         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8851         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8852         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8853         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8854         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8855         (mdvi_unregister_special), (mdvi_flush_specials):
8856         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8857         (t1_font_remove):
8858         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8859         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8860         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8861         (free_font_metrics), (flush_font_metrics):
8862         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8863         (tt_font_remove):
8864         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8865         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8866         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8867         (dstring_insert), (dstring_new), (dstring_reset):
8868         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8869         
8870         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8871         avoid conflict with libtool on FC4
8872         
8873         * shell/ev-window.c: (ev_window_cmd_help_about):
8874         
8875         Update copyright year. Fix for bug 308828.
8876
8877 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8878
8879         * shell/ev-view.c: (add_scroll_binding_keypad),
8880         (ev_view_binding_activated), (ev_view_class_init),
8881         (on_adjustment_value_changed):
8882         
8883         Bug 170874: Arrow keys switch pages in presentation mode
8884
8885 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8886
8887         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8888         
8889         Fix for Bug 308265: Sidebar dissappears coming out of 
8890         Presentation mode
8891
8892 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8893
8894         * shell/ev-application.c: (ev_application_open):
8895         * shell/ev-document-types.c: (ev_document_types_add_filters),
8896         (ev_document_types_add_filters_for_type):
8897         * shell/ev-document-types.h:
8898         * shell/ev-window.c: (ev_window_cmd_save_as):
8899         
8900         Suggest basename as template when saving, provide filters
8901         for save dialog. It's bug 308402
8902
8903 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8904
8905         * pdf/ev-poppler.cc:
8906         * shell/ev-sidebar-links.c: (job_finished_callback):
8907         * shell/ev-view.c: (update_find_status_message):
8908         
8909         Some leaks fixed
8910
8911 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8912
8913         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8914         (egg_recent_view_uimanager_set_list):
8915
8916         Fix buglet in !show_numbers case.
8917
8918 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8919
8920         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8921         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8922
8923         Use pango ellipsisation.
8924
8925         * pdf/ev-poppler.cc:
8926
8927         Fix refcount leak, from nsh.
8928
8929 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8930
8931         * cut-n-paste/recent-files/Makefile.am:
8932         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8933         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8934         
8935         Removed EggRecentViewGtk
8936         
8937         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8938         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8939         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8940         (ev_window_setup_recent):
8941         
8942         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8943         with other projects
8944
8945 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8946
8947         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8948         (egg_recent_view_gtk_finalize):
8949
8950         Fix memory leak
8951
8952         * cut-n-paste/toolbar-editor/Makefile.am:
8953         
8954         Fix location of cursor icon.
8955         
8956         * pdf/ev-poppler.cc:
8957         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8958         (display_completion_text), (match_completion):
8959         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8960         (selection_changed_callback), (create_loading_model),
8961         (print_section_cb), (links_page_num_func),
8962         (update_page_callback_foreach):
8963         * shell/ev-window.c: (ev_window_dispose):
8964         
8965         Small memory fixes. Links model now store objects instead
8966         of pointers to improve memory management. 
8967
8968 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8969
8970         * shell/ev-window.c: (zoom_control_changed_cb):
8971         
8972         Fix update of zoom control (bug 308268).
8973
8974 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8975
8976         * shell/ev-properties.c (set_property): escape the text correctly.
8977         Handles non-UTF-8 properties and escaped properties.  Also, sets
8978         the text to "<i>None</i>" if the property isn't set.
8979
8980         * data/evince-properties.glade: Change the label to be ellipsized,
8981         and give it a minimum size.
8982
8983 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8984
8985         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8986         * shell/ev-sidebar-links.c: (create_loading_model):
8987         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8988         * shell/ev-view.c: (ev_view_set_document):
8989         * shell/ev-window.c: (ev_window_dispose):
8990         
8991         Various small fixes, mostly memory leaks. Thanks to valgrind.
8992
8993 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8994
8995         * ps/ps-document.c: remove the locale.h include again ;-). And
8996         kill the (bogus) setlocale/savelocale business.
8997
8998 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8999
9000         * ps/ps-document.c:
9001         
9002         Include locale.h to fix build
9003         
9004         * shell/ev-sidebar.c:
9005         
9006         Remove unnecessary includes
9007
9008 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9009
9010         * dvi/dvi-document.c: (dvi_document_load):
9011         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9012         * po/POTFILES.in:
9013         
9014         Check for incorrect dvi files. Fix parsing dvi on AMD64
9015         platform. Thanks to tester@tester.ca (Olivier Crete).
9016
9017 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9018
9019         * shell/ev-page-action.c: (match_selected_cb),
9020         (display_completion_text), (match_completion), (update_model):
9021         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9022         (expand_open_links):
9023         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9024         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9025         (ev_sidebar_set_document):
9026         * shell/ev-window.c: (ev_window_xfer_job_cb),
9027         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9028         
9029         Fixed lot's of memory leaks, for example, memory leak on reload, 
9030         described in bug 307793.
9031
9032 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9033
9034         * pdf/ev-poppler.cc:
9035         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9036         (update_visible_range), (adjustment_changed_cb),
9037         (ev_sidebar_thumbnails_fill_model),
9038         (ev_sidebar_thumbnails_refresh),
9039         (ev_sidebar_tree_selection_changed),
9040         (ev_sidebar_icon_selection_changed),
9041         (ev_sidebar_thumbnails_use_icon_view),
9042         (ev_sidebar_thumbnails_set_document):
9043         * shell/ev-sidebar-thumbnails.h:
9044         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9045         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9046
9047         Refresh thumbnails when changing orientation. Not fully
9048         working yet becuase of a sidebar bug.
9049
9050         Set page orientation to poppler page everywhere. This sucks
9051         really need to fix poppler.
9052
9053 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9054
9055         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9056         (egg_recent_view_gtk_new_menu_item),
9057         (egg_recent_view_gtk_set_property),
9058         (egg_recent_view_gtk_get_property),
9059         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9060         (egg_recent_view_gtk_set_tooltip_func),
9061         (egg_recent_view_gtk_set_label_width),
9062         (egg_recent_view_gtk_get_label_width):
9063         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9064
9065         Sync with libegg (ellipsize labels)
9066
9067 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9068
9069         * data/evince-ui.xml:
9070         * shell/ev-window.c: (ev_window_cmd_go_forward),
9071         (ev_window_cmd_go_backward):
9072         
9073         Shift + PageUp moves 10 Pages. Fix for 306125
9074
9075 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9076
9077         * pdf/ev-poppler.cc:
9078
9079         Add a flag to check if orientation has been overriden
9080
9081 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9082
9083         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9084         field if necessary.
9085
9086         * ps/ps.h: add creator field to document.
9087
9088         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9089         set creator field.
9090
9091 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9092
9093         * data/evince-properties.glade:
9094         * shell/ev-properties.c: (ev_properties_set_document):
9095
9096         s/PDF Version/Format
9097
9098 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9099
9100         * shell/ev-properties.c: (ev_properties_set_document):
9101
9102         Remove unnecessary translations
9103
9104 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9105
9106         * cut-n-paste/toolbar-editor/Makefile.am:
9107
9108         Correct library name    
9109
9110 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9111
9112         * configure.ac:
9113         * cut-n-paste/recent-files/egg-recent-model.c:
9114         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9115         (egg_recent_model_unlock_file):
9116         * cut-n-paste/recent-files/egg-recent-util.c:
9117         (egg_recent_util_get_unique_id):
9118         * cut-n-paste/recent-files/update-from-egg.sh:
9119         * cut-n-paste/toolbar-editor/Makefile.am:
9120         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9121         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9122         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9123         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9124         (egg_toolbars_model_get_type):
9125         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9126
9127         Better makefile for toolbar editor and update everything
9128         to latest libegg.
9129
9130 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9131
9132         * shell/ev-window.c: (update_document_mode):
9133
9134         Prefer presentation mode when the document
9135         require fullscreen.
9136
9137 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9138
9139         * data/evince-ui.xml:
9140         * shell/ev-window.c:
9141
9142         Add control-equal for zooming
9143
9144 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9145
9146         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9147
9148 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9149
9150         * backend/ev-document.c: (ev_document_get_orientation):
9151         * backend/ev-document.h:
9152         * pdf/ev-poppler.cc:
9153         * ps/ps-document.c: (ps_document_get_orientation),
9154         (ps_document_set_orientation), (ps_document_document_iface_init):
9155
9156         Add a get_orientation api. Improve set_orientation.
9157
9158         * data/evince-ui.xml:
9159         * shell/ev-view.c: (ev_view_set_orientation),
9160         (ev_view_rotate_right), (ev_view_rotate_left):
9161         * shell/ev-view.h:
9162         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9163         (ev_window_cmd_edit_rotate_right):
9164
9165         Better ui for changing document orientation
9166
9167 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9168
9169         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9170         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9171         * shell/ev-sidebar-links.h:
9172         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9173         (ev_sidebar_page_iface_init):
9174         * shell/ev-sidebar-page.h:
9175         * shell/ev-sidebar-thumbnails.c:
9176         (ev_sidebar_thumbnails_get_property),
9177         (ev_sidebar_thumbnails_class_init),
9178         (ev_sidebar_thumbnails_set_document):
9179         * shell/ev-sidebar-thumbnails.h:
9180         * shell/ev-view.c: (ev_view_motion_notify_event):
9181         * shell/ev-window.c: (update_chrome_visibility),
9182         (ev_window_cmd_focus_page_selector),
9183         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9184         (sidebar_page_main_widget_update_cb), (ev_window_init):
9185         
9186         Autoraise toolbar on GoToPage binding and fix bindings in
9187         EvSidebarThumbnails page.
9188
9189 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9190
9191         * shell/ev-properties.c: (update_progress_label):
9192
9193         Hide the progress label when finished; bug #307697.
9194
9195 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9196
9197         * pdf/ev-poppler.cc:
9198
9199         Enable is_open for links, you will need poppler cvs
9200
9201         * shell/ev-properties.c: (job_fonts_finished_cb):
9202
9203         Get a lock on the document when filling the tree view
9204
9205 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9206
9207         * backend/ev-document-links.h:
9208         * pdf/ev-poppler.cc:
9209         * shell/ev-sidebar-links.c: (create_loading_model),
9210         (expand_open_links), (job_finished_callback):
9211
9212         Expand links when specified by the document.
9213         Depend on a poppler api (defined out for now)
9214
9215 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9216
9217         * shell/ev-properties.c: (ev_properties_dispose),
9218         (ev_properties_class_init), (dialog_destroy_cb),
9219         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9220         (ev_properties_set_document), (ev_properties_new),
9221         (ev_properties_show):
9222         * shell/ev-properties.h:
9223
9224         Make it an object, cleanup the code, api to show it as transient
9225         and to set the document.
9226
9227         * shell/ev-window.c: (ev_window_setup_document),
9228         (ev_window_cmd_file_properties):
9229
9230         Adapt to EvProperties changes, do not show multiple
9231         times, update it when document changes.
9232
9233 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9234
9235         * ps/gstypes.h:
9236         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9237         (ps_document_set_orientation), (ps_document_document_iface_init):
9238         * ps/ps-document.h:
9239
9240         Implement orientation here too
9241
9242         * shell/ev-properties.c: (ev_properties_new):
9243         * data/evince-properties.glade:
9244
9245         Hide the fonts page for backends that doesnt
9246         support it.     
9247
9248 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9249
9250         * backend/ev-document.c: (ev_document_set_orientation):
9251         * backend/ev-document.h:
9252         * pdf/ev-poppler.cc:
9253
9254         Add orientation api. Currently poppler api is not optimal,
9255         we need to set orientation every time we _get a page.
9256         I will try to fix that at some point.
9257
9258         * data/evince-ui.xml:
9259         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9260         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9261
9262         Add orientation menu items
9263
9264         * shell/ev-page-cache.c: (ev_page_cache_clear):
9265         * shell/ev-page-cache.h:
9266
9267         Add api to clear the cache
9268
9269         * shell/ev-view.c: (setup_caches), (clear_caches),
9270         (ev_view_set_document), (ev_view_zoom_out),
9271         (ev_view_set_orientation):
9272         * shell/ev-view.h:
9273
9274         Implement orientation changing
9275
9276 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9277
9278         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9279         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9280         * backend/ev-document-fonts.h:
9281
9282         Separate scan and fill so that we can incrementally fill from
9283         the main thread. Add a progress api.
9284
9285         * data/evince-properties.glade:
9286         * pdf/ev-poppler.cc:
9287         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9288         * shell/ev-jobs.h:
9289         * shell/ev-properties.c: (update_progress_label),
9290         (job_fonts_finished_cb), (setup_fonts_view):
9291
9292         Incrementally feel the list and show the progress
9293         percentage in a label like acrobat does.
9294
9295         You are going to need poppler cvs
9296
9297 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9298
9299         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9300         * backend/ev-document-fonts.h:
9301         * pdf/ev-poppler.cc:
9302
9303         Make fonts model fill incrementally.
9304
9305         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9306         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9307         (ev_job_queue_remove_job):
9308         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9309         (ev_job_fonts_new), (ev_job_fonts_run):
9310         * shell/ev-jobs.h:
9311
9312         New job for fonts scanning
9313
9314         * shell/ev-properties.c: (job_fonts_finished_cb),
9315         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9316         * shell/ev-properties.h:
9317         * shell/ev-window.c: (ev_window_cmd_file_properties):
9318
9319         Incrementally feel the treeview using the new job. Show Loading...
9320         message until scanning is completed.
9321
9322         Hopefully I didnt break the build without the poppler patch.
9323
9324 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9325
9326         * shell/ev-application.c: (ev_application_open):
9327         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9328         (ev_document_type_get_type), (ev_document_type_lookup):
9329         * shell/ev-document-types.h:
9330         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9331         * shell/ev-job-xfer.h:
9332         * shell/ev-window.c: (ev_window_clear_local_uri),
9333         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9334         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9335         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9336         
9337         Transfer remote documents to tmp directory to display them later.
9338
9339 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9340
9341         * backend/ev-document-info.h:
9342         * shell/ev-properties.c: (ev_properties_new):
9343
9344         s/GTime*/GTime. Not sure why we was using a pointer
9345         at all there!
9346
9347 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9348
9349         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9350         situations.  That situation is that you're using GTK+-HEAD with
9351         the patch at #306726 is applied, and you have a document with <
9352         1500 pages in it.  It's not quite as uniformly nice as the
9353         TreeView, but should be better in the long run.
9354
9355         I'm pretty sure I guarded against breaking compilation with
9356         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9357         I missed some.
9358
9359         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9360         widget yet, so I commented that code out
9361         enable_view_actions_for_widget() for now.  Need to figure this
9362         out.
9363
9364         * shell/ev-page-action.c (match_selected_cb): emit the right
9365         signals.  Our cool C-l completion now works.
9366
9367 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9368
9369         * backend/Makefile.am:
9370         * backend/ev-document-fonts.c:
9371         * backend/ev-document-links.c:
9372         * backend/ev-document.c: (ev_document_load):
9373         * backend/ev-document.h:
9374         * backend/ev-job-queue.c:
9375         * backend/ev-job-queue.h:
9376         * backend/ev-jobs.c:
9377         * backend/ev-jobs.h:
9378         * backend/ev-page-cache.c:
9379         * backend/ev-page-cache.h:
9380
9381         EvPageCache and EvJobs are moved to shell.
9382
9383         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9384         (ev_tmp_filename):
9385         * lib/ev-file-helpers.h:
9386         
9387         New helper to work with temporary files
9388         
9389         * shell/Makefile.am:
9390         * shell/ev-application.c: (ev_application_open):
9391         * shell/ev-application.h:
9392         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9393         (remove_job_from_async_queue), (add_job_to_async_queue),
9394         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9395         (handle_job), (search_for_jobs_unlocked),
9396         (no_jobs_available_unlocked), (ev_render_thread),
9397         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9398         (ev_job_queue_add_job), (move_job_async), (move_job),
9399         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9400         * shell/ev-job-queue.h:
9401         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9402         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9403         * shell/ev-job-xfer.h:
9404         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9405         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9406         (ev_job_links_class_init), (ev_job_render_init),
9407         (ev_job_render_dispose), (ev_job_render_class_init),
9408         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9409         (ev_job_thumbnail_class_init), (ev_job_load_init),
9410         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9411         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9412         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9413         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9414         * shell/ev-jobs.h:
9415         * shell/ev-page-action.c: (ev_page_action_set_document):
9416         * shell/ev-page-cache.c: (ev_page_cache_init),
9417         (ev_page_cache_class_init), (ev_page_cache_finalize),
9418         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9419         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9420         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9421         (ev_page_cache_get_title), (ev_page_cache_get_size),
9422         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9423         (ev_page_cache_get_height_to_page),
9424         (ev_page_cache_get_max_label_chars),
9425         (ev_page_cache_get_page_label),
9426         (ev_page_cache_has_nonnumeric_page_labels),
9427         (ev_page_cache_get_info), (ev_page_cache_next_page),
9428         (ev_page_cache_prev_page), (ev_page_cache_get):
9429         * shell/ev-page-cache.h:
9430         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9431         (ev_pixbuf_cache_clear_job_sizes),
9432         (ev_pixbuf_cache_add_jobs_if_needed),
9433         (ev_pixbuf_cache_set_page_range):
9434         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9435         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9436         * shell/ev-sidebar-thumbnails.c:
9437         (ev_sidebar_tree_selection_changed),
9438         (ev_sidebar_thumbnails_set_document):
9439         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9440         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9441         (ev_statusbar_get_context_id), (ev_statusbar_push),
9442         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9443         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9444         (ev_statusbar_set_progress):
9445         * shell/ev-statusbar.h:
9446         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9447         (ev_view_find_previous):
9448         * shell/ev-window.c: (ev_window_is_empty),
9449         (ev_window_setup_document), (password_dialog_response),
9450         (ev_window_clear_jobs), (ev_window_load_job_cb),
9451         (ev_window_xfer_job_cb), (ev_window_open_uri),
9452         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9453         (ev_window_print), (ev_window_print_range),
9454         (ev_window_state_event), (ev_window_cmd_view_reload),
9455         (menu_item_select_cb), (menu_item_deselect_cb),
9456         (view_status_changed_cb), (ev_window_dispose),
9457         (drag_data_received_cb), (ev_window_init):
9458         * shell/ev-window.h:
9459         * shell/main.c: (load_files):
9460         
9461         New statusbar to show progress on idle. Two new jobs - 
9462         xfer job and load job to load document in background. And update
9463         of page_cache clients to new location of code.
9464
9465 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9466
9467         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9468         selection in open dialog. It also remembers the last visited directory 
9469         in the current session.
9470
9471 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9472
9473         * shell/ev-properties.c: (ev_properties_new):
9474         * shell/ev-properties.h:
9475         * shell/ev-window.c: (ev_window_cmd_file_properties):
9476         
9477         Get document info from page cache instead of document itself.
9478         This should fix crash related to race conditions described in
9479         bug 306545.
9480
9481 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9482
9483         * ps/ps-document.c: (ps_document_init),
9484         (send_ps), (get_page_box), (output), (catchPipe), (input),
9485         (stop_interpreter), (file_length), (file_readable),
9486         (check_filecompressedb), (ps_document_enable_interpreter),
9487         (document_load), (ps_async_renderer_render_pixbuf):
9488         * ps/ps-document.h:
9489
9490         Big cleanup of the ps code
9491
9492 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9493
9494         * backend/Makefile.am:
9495         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9496         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9497         * backend/ev-async-renderer.h:
9498
9499         Add an async renderer interface (method + callback) which
9500         is useful for backends like ps.
9501
9502         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9503         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9504         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9505         (ev_job_queue_add_job), (move_job_async), (move_job),
9506         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9507
9508         Add queues for async renderer, these are executed on the
9509         main thread.
9510
9511         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9512         (ev_job_render_run):
9513         * backend/ev-jobs.h:
9514
9515         If the backend support async renderer interface use it.
9516
9517         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9518         (setup_pixmap), (ps_document_get_type),
9519         (ps_async_renderer_render_pixbuf),
9520         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9521
9522         Implement async renderer interface.
9523
9524 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9525
9526         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9527
9528         Cleanup links job on exit.
9529
9530 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9531
9532         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9533         (drag_data_get_cb), (drag_data_received_cb):
9534         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9535         (drag_data_get_cb), (parse_item_list),
9536         (egg_toolbar_editor_load_actions):
9537         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9538         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9539         (parse_item_list), (parse_toolbars):
9540         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9541         (dvi_pixbuf_put_pixel):
9542         
9543         Fix gcc 4.0 warnings
9544
9545 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9546
9547         * ps/ps-document.c: (start_interpreter):
9548
9549         Fix warning when loading ps
9550
9551 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9552
9553         * ps/ps-document.c: (output):
9554
9555         Fix crash when priting gs error messages.
9556
9557 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9558
9559         * backend/ev-page-cache.c: (_ev_page_cache_new):
9560         * backend/ev-page-cache.h:
9561
9562         Use a const to return title so that we dont double
9563         free it. Small cleanup and fix a leak.
9564
9565         * shell/ev-window.c: (update_window_title):
9566
9567         strdup value from get_title.
9568
9569 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9570
9571         * shell/ev-sidebar-links.c: (job_finished_callback),
9572         (ev_sidebar_links_set_document):
9573
9574         Cleanup the old job when changing document
9575
9576 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9577
9578         * shell/ev-stock-icons.c:
9579         * shell/ev-stock-icons.h:
9580         * shell/ev-window.c:
9581         
9582         Add stock icons for actions that can appear in toolbar. Fix for
9583         bug 306566.
9584
9585 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9586
9587         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9588         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9589         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9590         * backend/ev-page-cache.h:
9591         * shell/ev-view.c: (scroll_to_current_page),
9592         (view_update_range_and_current_page), (get_page_y_offset),
9593         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9594         (ev_view_size_request_continuous),
9595         (ev_view_zoom_for_size_continuous_and_dual_page),
9596         (ev_view_zoom_for_size_continuous):
9597         
9598         More compact EvView layout in document with pages of different size.
9599
9600 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9601
9602         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9603         compilation.
9604
9605 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9606
9607         * shell/ev-view.c: (view_set_adjustment_values):
9608         * shell/ev-window.c: (ev_window_cmd_file_properties):
9609         
9610         A bit different fix for rounding problem but it has no
9611         problems on startup. Make properties window transient to parent.
9612
9613 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9614
9615         * pdf/ev-poppler.cc:
9616         
9617         More commenting of font stuff.
9618
9619 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9620
9621         * pdf/ev-poppler.cc:
9622
9623         Comment out some more fonts stuff. Should really
9624         work without the poppler patch now.
9625
9626 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9627
9628         * pdf/ev-poppler.cc:
9629
9630         Adapt to api change
9631
9632 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9633
9634         * data/evince-properties.glade:
9635         * pdf/ev-poppler.cc:
9636         * shell/ev-properties.c: (setup_fonts_view):
9637
9638         Set the column title. Show the dialog only
9639         once everything is setup.
9640         Getting font info can be very slow... will
9641         prolly need to make this threaded too.
9642
9643 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9644
9645         * backend/Makefile.am:
9646         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9647         (ev_document_fonts_get_fonts_model):
9648         * backend/ev-document-fonts.h:
9649         * data/evince-properties.glade:
9650         * pdf/ev-poppler.cc:
9651         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9652         * shell/ev-properties.h:
9653         * shell/ev-window.c: (ev_window_cmd_file_properties):
9654
9655         Implement fonts list. Defined out for now, since it depends
9656         on a not yet committed poppler patch.
9657
9658 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9659
9660         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9661         page + 1.
9662
9663         * shell/ev-window.c: Make sure we add the timeout when we get a
9664         focus-in event.
9665
9666         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9667         adjustment->value before calculating the zoom factor to average
9668         out all of our rounding errors.  The page no longer 'drifts' when
9669         resizing.
9670
9671 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9672
9673         * data/evince-properties.glade:
9674         * shell/ev-properties.c: (ev_properties_format_date),
9675         (set_property):
9676         
9677         Labels don't expand when the dialogue is resized.
9678         strftime result needs to be converted to UTF-8. Thanks
9679         to Christian Persch <chpe@gnome.org>.
9680
9681 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9682
9683         * data/evince-properties.glade:
9684
9685         Hide the fonts tab
9686
9687 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9688
9689         * backend/ev-document-info.h:
9690         * backend/ev-document.c: (ev_document_info_free):
9691         * data/evince-properties.glade:
9692         * pdf/ev-poppler.cc:
9693         * ps/ps-document.c: (ps_document_get_info):
9694         * shell/ev-properties.c: (ev_properties_format_date),
9695         (set_property), (ev_properties_new):
9696         * shell/ev-properties.h:
9697         * shell/ev-window.c: (ev_window_cmd_file_properties):
9698
9699         Rework properties code to take only EvPropertyInfo
9700         in the constructor so that it can be useful for
9701         nautilus plugin too.
9702
9703         Deal with backends that doesnt support some properties.
9704         Make set property code generic.
9705
9706 2005-06-04  Christian Persch <chpe@gnome.org>
9707
9708         * data/evince-properties.glade:
9709
9710         fix spacings, make resizeable, and make data labels
9711         selectable + ellipsised
9712
9713 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9714
9715         * backend/ev-document-info.h:
9716         * data/Makefile.am:
9717         * data/evince-ui.xml:
9718         * pdf/ev-poppler.cc:
9719         * shell/Makefile.am:
9720         * shell/ev-window.c: (update_action_sensitivity),
9721         (ev_window_cmd_file_properties):
9722
9723         Initial go at file properties. Patch by
9724         Emil Soleyman-Zomalan <emil@soleyman.com>.
9725         Needs love see #169583
9726
9727 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9728
9729         * ps/ps-document.c: (output):
9730         * ps/ps.c: (psscan):
9731
9732         Try to render even if psscan fails.
9733
9734 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9735
9736         * ps/ps.c: (psscan), (pscopydoc):
9737
9738         Port buffered reading code from gv
9739
9740 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9741
9742         * ps/ps-document.c: (interpreter_message), (output):
9743
9744         Do not fail on interpreter messages
9745
9746 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9747
9748         * backend/ev-document-misc.c:
9749         (ev_document_misc_get_thumbnail_frame):
9750
9751         Pages can be 0 x 0, dont assert on this case
9752
9753 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9754
9755         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9756         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9757
9758         Correctly manage our reference on document. Finally the reload
9759         huge leak is gone...
9760
9761 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9762
9763         * ps/ps-document.c: (ps_document_dispose):
9764
9765         Forgot to chain it to the parent. Thanks chpe.
9766
9767 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9768
9769         * ps/ps-document.c: (ps_document_dispose),
9770         (ps_document_class_init), (stop_interpreter), (document_load):
9771
9772         Cleanup dispose a bit. Dont leak the whole pixmap.
9773
9774 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9775
9776         * pdf/ev-poppler.cc:
9777
9778         Release the poppler document on dispose
9779
9780 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9781
9782         * shell/ev-view.c: (ev_view_set_document):
9783
9784         Release ref on the pixbuf cache when changing
9785         document.
9786
9787 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9788
9789         * ps/ps-document.c: (ps_document_get_info):
9790
9791         Fix a double free
9792
9793 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9794
9795         * backend/ev-page-cache.c: (ev_page_cache_init),
9796         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9797         * backend/ev-page-cache.h:
9798         * shell/ev-page-action.c: (page_changed_cb):
9799         
9800         Set page action entry width depending on labels width. Fix
9801         for bug 305202.
9802
9803 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9804
9805         * backend/ev-link.c: (ev_link_class_init):
9806
9807         Allow -1 as page value (error)
9808
9809 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9810
9811         * shell/ev-sidebar-thumbnails.c:
9812         (ev_sidebar_thumbnails_set_document):
9813         * shell/ev-view.c: (scroll_to_current_page),
9814         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9815         (page_changed_cb), (on_adjustment_value_changed),
9816         (ev_view_set_document):
9817
9818         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9819         Fix bug 305377
9820
9821 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9822
9823         * configure.ac:
9824         * djvu/djvu-document.c: (djvu_document_get_page_size):
9825
9826         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9827         bug 301993.
9828
9829 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9830
9831         * shell/ev-view.c (draw_one_page): modify the expose handling to
9832         get the shadows.
9833
9834         * shell/ev-window.c (update_action_sensitivity): Respect
9835         permissions field.  Kowtow to the man.
9836
9837         * pdf/ev-poppler.cc: Get the permissions field.
9838
9839         * tiff/*c: Make a tiny bit more robust.
9840
9841 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9842
9843         * djvu/djvu-document.c:
9844         
9845         Pop messages from djvu context message queue.
9846
9847 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9848
9849         * configure.ac, Makefile.am, shell/Makefile.am:
9850         * tiff/Makefile.am, shell/ev-document-types.c:
9851         
9852         Cleanup tiff configure checks. Fix for bug 305218.
9853
9854 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9855
9856         * configure.ac: Added "uk" to ALL_LINGUAS.
9857
9858 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9859
9860         * cut-n-paste/zoom-control/ephy-zoom.c:
9861         (ephy_zoom_get_changed_zoom_level):
9862         * cut-n-paste/zoom-control/ephy-zoom.h:
9863         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9864         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9865         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9866         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9867         (zoom_control_changed_cb), (ev_window_init):
9868         
9869         Fix minor points related to moving best fit up. Introduce
9870         "zoom" property and make zoom control change it's value on
9871         notify::zoom signals. Fix for 305080.
9872
9873 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9874
9875         * data/evince-ui.xml:
9876         * shell/ev-window.c: (set_view_actions_sensitivity):
9877         
9878         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9879
9880 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9881
9882         * configure.ac:
9883
9884         Depends on poppler 0.3.2
9885
9886 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9887
9888         * cut-n-paste/recent-files/egg-recent-item.c:
9889         (egg_recent_item_get_short_name):
9890         * cut-n-paste/toolbar-editor/Makefile.am:
9891         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9892         (new_pixbuf_from_widget):
9893         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9894         * cut-n-paste/toolbar-editor/egg-marshal.c:
9895         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9896         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9897
9898         Sync
9899
9900 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9901
9902         * tiff/tiff-document.c: Rough TIFF backend.
9903
9904 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9905
9906         * NEWS:
9907         * configure.ac:
9908         * cut-n-paste/toolbar-editor/Makefile.am:
9909
9910         Release 0.3.1
9911
9912 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9913
9914         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9915         (ev_view_find_next), (ev_view_find_previous):
9916
9917         Remove the locks around get_n_results   
9918
9919 2005-05-21  Juerg Billeter  <j@bitron.ch>
9920
9921         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9922
9923         Pass correct number of pages to poppler.
9924
9925 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9926
9927         * configure.ac:
9928         * data/Makefile.am:
9929         * data/evince.desktop.in: 
9930         * data/evince.desktop.in.in:
9931         * po/POTFILES.in:
9932         
9933         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9934
9935 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9936
9937         * shell/ev-view.c: (view_update_adjustments),
9938         (view_set_adjustment_values): cast adjustmen->value to (int)
9939         before using it.  Otherwise, we get off by a pixel in some
9940         situations.
9941
9942         (draw_one_page): Draw the border on expose.
9943
9944 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9945
9946         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9947         adjustment when the mode changes, #304923
9948
9949 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9950
9951         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9952         flickering on resize but still use gdk_window_scroll on
9953         scrolling
9954
9955 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9956
9957         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9958         option, #170458
9959
9960 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9961
9962         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9963         second page on page_changed if possible, #304669
9964
9965 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9966
9967         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9968         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9969
9970 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9971
9972         * .cvsignore:
9973         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9974         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9975         (ev_view_zoom_for_size_presentation),
9976         (ev_view_zoom_for_size_continuous_and_dual_page),
9977         (ev_view_zoom_for_size_continuous),
9978         (ev_view_zoom_for_size_dual_page),
9979         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9980         * shell/ev-view.h:
9981         * shell/ev-window.c: (update_view_size),
9982         (ev_window_sizing_mode_changed_cb):
9983
9984         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9985         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9986         an infinite loop, #304769
9987
9988
9989 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9990
9991         * data/evince-ui.xml:
9992         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9993         * shell/ev-window.c: (set_view_actions_sensitivity):
9994
9995         Make PgUp/Down behave like Space
9996
9997 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9998
9999         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10000         * backend/ev-ps-exporter.h:
10001         * pdf/ev-poppler.cc:
10002         * ps/ps-document.c: (ps_document_ps_export_begin):
10003         * shell/ev-print-job.c: (idle_print_handler):
10004
10005         Adapt to new poppler api
10006
10007 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10008
10009         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10010         (ephy_zoom_control_init):
10011
10012         Translate zoom levels
10013
10014 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10015
10016         * cut-n-paste/zoom-control/ephy-zoom.c:
10017         (ephy_zoom_get_zoom_level_index):
10018
10019         Fix current zoom -> zoom control match
10020
10021 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10022
10023         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10024         rather than the scrolled_window that it's in. Fixes bug #304655.
10025
10026 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10027
10028         * shell/ev-view.c: (view_update_adjustments),
10029         (view_set_adjustment_values), (view_update_range_and_current_page),
10030         (view_scroll_to_page), (set_scroll_adjustment),
10031         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10032         (ev_view_scroll), (ev_view_scroll_view),
10033         (ensure_rectangle_is_visible), (find_page_at_location),
10034         (get_link_at_location), (go_to_link), (status_message_from_link),
10035         (ev_view_size_request_continuous_dual_page),
10036         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10037         (ev_view_unrealize), (ev_view_expose_event),
10038         (ev_view_button_press_event), (ev_view_motion_notify_event),
10039         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10040         (draw_rubberband), (highlight_find_results), (draw_one_page),
10041         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10042         (ev_view_init), (find_changed_cb), (page_changed_cb),
10043         (on_adjustment_value_changed), (ev_view_new),
10044         (ev_view_set_document), (ev_view_set_zoom),
10045         (ev_view_set_continuous), (ev_view_set_dual_page),
10046         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10047         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10048         (ev_view_zoom_for_size_presentation),
10049         (ev_view_zoom_for_size_continuous_dual_page),
10050         (ev_view_zoom_for_size_continuous),
10051         (ev_view_zoom_for_size_dual_page),
10052         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10053         (ev_view_get_status), (ev_view_set_status),
10054         (update_find_status_message), (ev_view_get_find_status),
10055         (ev_view_set_find_status), (jump_to_find_result),
10056         (jump_to_find_page), (compute_selections), (clear_selection),
10057         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10058         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10059         (ev_view_update_primary_selection),
10060         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10061         * shell/ev-view.h:
10062         * shell/ev-window.c: (ev_window_open_page_label),
10063         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10064         (ev_window_init):
10065         * shell/ev-window.h:
10066         * shell/main.c: (load_files):
10067
10068         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10069         when resizing.  Remove the bin_window().  Also, patch from James
10070         Bowes to fix command line page, #300641
10071         
10072 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10073
10074         * data/evince-ui.xml:
10075         * shell/ev-view.c:
10076         * shell/ev-view.h:
10077         * shell/ev-window.c: (update_action_sensitivity):
10078
10079         Get rid of View->Normal Size, it's just confusing
10080
10081 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10082
10083         * backend/ev-document-info.h:
10084         * backend/ev-document.c: (ev_document_info_free): Free the
10085         EvDocumentInfo.
10086
10087         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10088         (clear_range), (add_range), (update_visible_range),
10089         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10090         (ev_sidebar_thumbnails_set_document):
10091         * shell/ev-window.c: (ev_window_setup_document): Only render the
10092         visible thumbnails.  It takes an instant to render, but it uses
10093         much less memory.
10094
10095 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10096
10097         * shell/ev-sidebar-links.c: (popup_menu_cb):
10098
10099         Select first item
10100
10101 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10102
10103         * lib/Makefile.am:
10104         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10105         (button_press_cb), (ev_sidebar_links_construct):
10106
10107         Show the popup menu also on keybindings
10108
10109 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10110
10111         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10112         * shell/ev-window.h:
10113
10114         Expose api to print a range (with dialog). Make private _print use
10115         it.
10116
10117         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10118         (ev_sidebar_links_construct):
10119
10120         Show a print context menu on linkx, it prints the selected
10121         section.
10122
10123 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10124
10125         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10126         button.
10127
10128 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10129
10130         * AUTHORS:
10131
10132         Update
10133
10134         * shell/ev-window.c: (build_comments_string),
10135         (ev_window_cmd_help_about):
10136
10137         Show poppler version/backend and authors
10138
10139 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10140
10141         * cut-n-paste/zoom-control/ephy-zoom.c:
10142         (ephy_zoom_get_zoom_level_index):
10143         * cut-n-paste/zoom-control/ephy-zoom.h:
10144
10145         Move the best fit items at the top of the list
10146
10147 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10148
10149         * shell/ev-marshal.list:
10150         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10151         (activate_cb), (match_selected_cb), (activate_link_cb),
10152         (connect_proxy), (ev_page_action_class_init):
10153         * shell/ev-page-action.h:
10154
10155         Use signals to notify action activation. Hopefully
10156         I did not break completion since I cant test...
10157
10158         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10159         (register_custom_actions):
10160
10161         Connect to page selector actions and also grab focus on
10162         the view when activated.
10163
10164 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10165
10166         * pdf/ev-poppler.cc:
10167         * backend/ev-page-cache.c: make page size calculation consistent
10168         and set it to (int)( width * scale + 0.5).  This makes the weird
10169         line going through the middle of the page go away.
10170
10171         * shell/ev-view.c: move painting the background page after
10172         checking the expose area covers us.
10173
10174 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10175
10176         * data/evince-password.glade:
10177         
10178         Mark labels as not translatable. Fix for bug 302842.
10179
10180 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10181
10182         * configure.ac: Added "es" to ALL_LINGUAS.
10183
10184 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10185
10186         * data/evince-toolbar.xml:
10187         * shell/ev-window.c: (update_action_sensitivity),
10188         (ev_window_setup_document), (ev_window_set_page_mode),
10189         (ev_window_init):
10190
10191         Remove some leftover code from jrb first continous
10192         attempt. Use the new actions, we still need good icons
10193         though...
10194
10195 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10196
10197         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10198
10199         Update label when connecting proxy. Fix a warning with NULL
10200         page_cache.
10201
10202 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10203
10204         * data/evince-ui.xml:
10205         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10206         * shell/ev-page-action.h:
10207         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10208
10209         Add mnemonic for edit toolbar.
10210         ctrl+l focus the page entry.
10211
10212 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10213
10214         * lib/Makefile.am:
10215         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10216         (ev_window_init):
10217         * shell/main.c: (main):
10218
10219         Put the toolbar xml in evince own dot dir
10220
10221 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10222
10223         * shell/ev-window.c: (ev_window_init):
10224
10225         Make the toolbar not removable
10226
10227 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10228
10229         * data/evince-ui.xml:
10230         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10231         * shell/ev-sidebar-links.h:
10232         * shell/ev-sidebar-thumbnails.c:
10233         (ev_sidebar_thumbnails_get_treeview):
10234         * shell/ev-sidebar-thumbnails.h:
10235         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10236         (ev_view_class_init):
10237         * shell/ev-view.h:
10238         * shell/ev-window.c: (update_action_sensitivity),
10239         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10240         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10241         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10242         (ev_window_init):
10243
10244         This is evil... Make space/backspace global accelerators but
10245         enable them only for some widgets (sidebars and view).
10246         I dont like it, but I dont know a better way... :/
10247
10248 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10249
10250         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10251         (ev_page_action_widget_finalize),
10252         (ev_page_action_widget_class_init), (update_page_cache):
10253
10254         Keep a weak reference on proxy->page_cache so that we
10255         dont try to disconnect the signal if the object is already
10256         gone. Maybe there is a better way to cleanup reference handling
10257         in page action though...
10258
10259 2005-05-10  Juerg Billeter  <j@bitron.ch>
10260
10261         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10262         * backend/ev-ps-exporter.h:
10263         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10264         * ps/ps-document.c: (ps_document_ps_export_begin):
10265         
10266         Change api to pass print range to ps_exporter_begin. The pdf backend
10267         requires this information.
10268         
10269         * shell/ev-print-job.c: (idle_print_handler):
10270         
10271         Adapt to api change
10272
10273 2005-05-10  Juerg Billeter  <j@bitron.ch>
10274
10275         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10276         (idle_print_handler)
10277         * shell/ev-window.c: (ev_window_print):
10278
10279         Support printing page range, based on patch by Amaury Jacquot
10280
10281 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10282
10283         * data/evince-toolbar.xml:
10284
10285         Add zoom control to available items
10286
10287 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10288
10289         * shell/ev-window.c: (update_action_sensitivity):
10290
10291         Set slash action insensitive when appropriate
10292
10293 2005-05-10  Christian Persch <chpe@gnome.org>
10294
10295         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10296
10297         Fix warning on the overflow menu
10298
10299 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10300
10301         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10302
10303         Check for uri correctness/existence
10304
10305 2005-05-09  Juerg Billeter  <j@bitron.ch>
10306
10307         * shell/ev-window.c: (using_postscript_printer):
10308
10309         LPD printers use postscript, too
10310
10311 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10312
10313         * shell/ev-window.c: (register_custom_actions):
10314
10315         The zoom one is actually sort of useful,
10316         put it back
10317
10318 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10319
10320         * shell/ev-window.c: (register_custom_actions):
10321
10322         Hide page/zoom controls from overflow, they
10323         are useless.
10324
10325 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10326
10327         * cut-n-paste/update-from-egg.sh:
10328         
10329         Share it between all cut-n-paste subdirs
10330
10331         * cut-n-paste/recent-files/Makefile.am:
10332
10333         Fix to use "global" update-from-egg.sh
10334
10335         * cut-n-paste/recent-files/egg-recent-model.c:
10336         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10337         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10338         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10339         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10340
10341         Update from libegg
10342
10343         * cut-n-paste/toolbar-editor/Makefile.am:
10344
10345         Fix to use "global" update-from-egg.sh
10346
10347         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10348
10349         Update from libegg
10350
10351 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10352
10353         * configure.ac:
10354         * cut-n-paste/Makefile.am:
10355         * cut-n-paste/recent-files/Makefile.am:
10356         * cut-n-paste/toolbar-editor/.cvsignore:
10357         * cut-n-paste/toolbar-editor/Makefile.am:
10358         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10359         (egg_editable_toolbar_get_type), (get_toolbar_position),
10360         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10361         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10362         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10363         (set_item_drag_source), (create_item_from_action), (create_item),
10364         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10365         (popup_toolbar_context_menu_cb), (free_dragged_item),
10366         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10367         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10368         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10369         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10370         (item_added_cb), (item_removed_cb),
10371         (egg_editable_toolbar_construct),
10372         (egg_editable_toolbar_disconnect_model),
10373         (egg_editable_toolbar_deconstruct),
10374         (egg_editable_toolbar_set_model),
10375         (egg_editable_toolbar_set_ui_manager),
10376         (egg_editable_toolbar_set_property),
10377         (egg_editable_toolbar_get_property),
10378         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10379         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10380         (egg_editable_toolbar_new_with_model),
10381         (egg_editable_toolbar_get_edit_mode),
10382         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10383         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10384         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10385         (new_pixbuf_from_widget), (new_separator_pixbuf),
10386         (update_separator_image), (style_set_cb),
10387         (_egg_editable_toolbar_new_separator_image),
10388         (egg_editable_toolbar_get_model):
10389         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10390         * cut-n-paste/toolbar-editor/egg-marshal.c:
10391         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10392         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10393         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10394         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10395         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10396         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10397         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10398         (editor_drag_data_delete_cb), (drag_data_get_cb),
10399         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10400         (editor_create_item), (update_editor_sheet), (setup_editor),
10401         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10402         (parse_item_list), (model_has_action), (update_actions_list),
10403         (egg_toolbar_editor_load_actions):
10404         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10405         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10406         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10407         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10408         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10409         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10410         (egg_toolbars_model_add_separator), (impl_add_item),
10411         (parse_item_list), (egg_toolbars_model_add_toolbar),
10412         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10413         (impl_get_item_data), (impl_get_item_type),
10414         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10415         (egg_toolbars_model_init), (free_toolbar),
10416         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10417         (egg_toolbars_model_remove_toolbar),
10418         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10419         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10420         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10421         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10422         (egg_toolbars_model_get_item_data),
10423         (egg_toolbars_model_get_item_type):
10424         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10425         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10426         * data/Makefile.am:
10427         * data/evince-toolbar.xml:
10428         * data/evince-ui.xml:
10429         * data/hand-open.png:
10430         * po/POTFILES.in:
10431         * shell/Makefile.am:
10432         * shell/ev-window.c: (update_chrome_visibility),
10433         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10434         (ev_window_dispose), (ev_window_init):
10435
10436         Implement epiphany like toolbar editor. Based on patch by
10437         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10438
10439 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10440
10441         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10442
10443         Use set_cursor instead of set_selection, so that
10444         the keyboard focus moves too.
10445
10446 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10447
10448         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10449
10450         Fix infinite loop when loading Type1 fonts
10451
10452 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10453
10454         * data/evince-ui.xml:
10455         * shell/ev-window.c:
10456
10457         Slash -> Find
10458
10459 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10460
10461         * configure.ac:
10462
10463         Make --disable really disable
10464
10465 2005-05-07  Juerg Billeter  <j@bitron.ch>
10466
10467         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10468
10469         Compare page labels even without has_labels set, fixes setting page
10470         with entry
10471
10472 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10473
10474         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10475         (ev_view_set_cursor), (ev_view_button_press_event),
10476         (ev_view_motion_notify_event), (ev_view_button_release_event),
10477         (ev_view_init):
10478
10479         Implement middle button scrolling. Based on a patch
10480         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10481
10482 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10483
10484         * shell/ev-document-types.c: (get_slow_mime_type),
10485         (get_document_type_from_mime), (ev_document_type_lookup):
10486         * shell/ev-document-types.h:
10487
10488         Change api to lookup from uri. Do fast lookup first, if the
10489         type is unknown try with data sniffing.
10490
10491         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10492         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10493
10494         Adapt to api change
10495
10496 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10497
10498         * thumbnailer/Makefile.am:
10499
10500         Fix distcheck
10501
10502 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10503
10504         * NEWS:
10505         * configure.ac:
10506
10507         Release 0.3.0
10508
10509         * data/evince-ui.xml:
10510
10511         Hide presentation mode for now
10512
10513         * shell/ev-view.c: (highlight_find_results):
10514
10515         Show current find selection only on current page
10516
10517 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10518
10519         * shell/ev-view.c: (ev_view_select_all):
10520
10521         Compute size of the actual page, not of
10522         the current one.
10523
10524 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10525
10526         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10527         (view_rect_to_doc_rect), (compute_selections),
10528         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10529         (ev_view_copy), (ev_view_primary_get_cb),
10530         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10531         (ev_view_button_press_event), (ev_view_motion_notify_event),
10532         (ev_view_button_release_event), (page_changed_cb):
10533
10534         Fix text selection
10535
10536 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10537
10538         * shell/ev-view.c: (compute_border), (get_page_extents),
10539         (doc_rect_to_view_rect), (highlight_find_results),
10540         (ev_view_bin_expose), (ev_view_select_all),
10541         (ev_view_motion_notify_event), (update_find_status_message),
10542         (jump_to_find_result), (jump_to_find_page):
10543
10544         First go at fixing search, still buggy
10545
10546 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10547
10548         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10549         dropdown box and button at the top of the sidebar.
10550
10551 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10552
10553         * configure.ac: Output zoom-control Makefile.
10554         * cut-n-paste/Makefile.am: build zoom-control subdir.
10555         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10556         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10557         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10558         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10559         * cut-n-paste/zoom-control/ephy-zoom.c:
10560         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10561         from epiphany, and modified to add a separator into the menu.
10562         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10563         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10564         zoom-control action.
10565         * shell/Makefile.am: Include zoom-control flags.
10566         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10567         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10568         (ev_view_zoom_for_size_presentation),
10569         (ev_view_zoom_for_size_continuous_and_dual_page),
10570         (ev_view_zoom_for_size_continuous),
10571         (ev_view_zoom_for_size_dual_page),
10572         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10573         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10574         ev_view_get_zoom and ev_view_get_sizing_mode.
10575         * shell/ev-view.h:
10576         * shell/ev-window.c: (update_action_sensitivity),
10577         (update_sizing_buttons), (zoom_control_changed_cb),
10578         (register_custom_actions): Initialize and use the zoom-control 
10579         widget.
10580
10581 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10582
10583         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10584         preview cache back to 1.  Don't know when it got set to 0.
10585         
10586         * shell/ev-view.c: (compute_border), (ev_view_realize),
10587         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10588         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10589         (ev_view_get_fullscreen), (ev_view_set_presentation),
10590         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10591         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10592         * shell/ev-view.h:
10593         * shell/ev-window.c:
10594         (update_chrome_visibility),
10595         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10596         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10597         (update_document_mode), (ev_window_update_fullscreen_action),
10598         (ev_window_fullscreen), (ev_window_unfullscreen),
10599         (ev_window_cmd_view_fullscreen),
10600         (ev_window_update_presentation_action),
10601         (ev_window_run_presentation), (ev_window_stop_presentation),
10602         (ev_window_cmd_view_presentation), (ev_window_state_event),
10603         (ev_window_focus_in_event), (ev_window_focus_out_event),
10604         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10605         * data/evince-ui.xml: Initial presentation mode.  We should
10606         probably hide this until it's done, as it's quite rough.  Also,
10607         change full-screen to fullscreen and add two getters to EvView.
10608
10609 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10610
10611         * shell/ev-page-action.c: (update_page_cache),
10612         (ev_page_action_dispose):
10613         * shell/ev-window.c: (destroy_fullscreen_popup),
10614         (ev_window_create_fullscreen_popup):
10615
10616         Use connect_object rather than explicitly
10617         disconnect on dispose.
10618
10619 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10620
10621         * shell/ev-page-action.c: (update_page_cache),
10622         (ev_page_action_dispose):
10623
10624 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10625
10626         * backend/ev-page-cache.c: (_ev_page_cache_new),
10627         (ev_page_cache_set_page_label),
10628         (ev_page_cache_has_nonnumeric_page_labels):
10629         * backend/ev-page-cache.h:
10630         * shell/ev-page-action.c: (update_pages_label):
10631         
10632         If all page labels are numeric, fallback to default
10633         way to display number of pages. See bug 173185.
10634
10635 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10636
10637         * shell/ev-page-action.c: (ev_page_action_dispose):
10638         * shell/ev-view.c: (view_update_range_and_current_page):
10639         * shell/ev-window.c: (ev_window_dispose):
10640         
10641         Set page on scroll in continuous mode. Fixes bug 301986.
10642         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10643
10644 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10645
10646         * configure.ac:
10647
10648         Require poppler 0.3.0
10649
10650 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10651         
10652         * shell/Makefile.am, configure.ac: Fix build problems
10653         with t1lib. Bug 301996.
10654
10655 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10656
10657         * shell/ev-view.c: (ev_view_scroll_event):
10658         
10659         Scroll up increase zoom
10660
10661 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10662
10663         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10664         (ev_view_set_sizing_mode),
10665         (ev_view_zoom_for_size_continuous_and_dual_page),
10666         (ev_view_zoom_for_size_continuous):
10667         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10668         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10669         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10670         (ev_window_init):
10671
10672         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10673         Fix for 165473 and 165472.
10674
10675 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10676
10677         * po/POTFILES.in:
10678         * thumbnailer/Makefile.am:
10679         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10680         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10681         * thumbnailer/evince-thumbnailer.schemas.in:
10682         
10683         Make thumbnailer schemas translatable. Fix for bug 301773
10684         
10685         * thumbnailer/evince-thumbnailer-djvu.schemas:
10686         * thumbnailer/evince-thumbnailer-dvi.schemas:
10687         * thumbnailer/evince-thumbnailer.schemas:
10688
10689         Removed files
10690
10691 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10692
10693         * shell/ev-view.c (ev_view_init): forgot to set this.
10694
10695 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10696
10697         * shell/ev-view.c: (find_page_at_location),
10698         (get_link_at_location),
10699         (ev_view_set_show_border), (ev_view_set_spacing),
10700         (ev_view_zoom_for_size_continuous_and_dual_page),
10701         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10702         Also, add a quick fix measuring of widths.  Also, removed
10703         ev_view_set_spacing and ev_view_set_show_border.
10704         
10705         * shell/ev-window.c: (ev_window_unfullscreen),
10706         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10707
10708 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10709
10710         * shell/ev-view.c: (view_update_range_and_current_page),
10711         (page_changed_cb):
10712         
10713         Fix crash on exit and scrolling to page in continuous view.
10714
10715 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10716
10717         * TODO:
10718         * backend/ev-page-cache.c: (_ev_page_cache_new),
10719         (ev_page_cache_get_max_width_size),
10720         (ev_page_cache_get_max_height_size):
10721         * backend/ev-page-cache.h:
10722         * data/evince-ui.xml:
10723         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10724         * shell/ev-view.c: (view_update_adjustments),
10725         (view_update_range_and_current_page), (get_bounding_box_size),
10726         (ev_view_size_request_continuous_and_dual_page),
10727         (ev_view_size_request_continuous),
10728         (ev_view_size_request_dual_page),
10729         (ev_view_size_request_single_page), (ev_view_size_request),
10730         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10731         (ev_view_bin_expose), (ev_view_expose_event),
10732         (ev_view_set_property), (ev_view_get_property),
10733         (ev_view_class_init), (ev_view_init), (ev_view_new),
10734         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10735         (ev_view_set_dual_page), (ev_view_set_full_screen),
10736         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10737         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10738         (ev_view_zoom_out), (zoom_for_size_fit_width),
10739         (zoom_for_size_best_fit),
10740         (ev_view_zoom_for_size_continuous_and_dual_page),
10741         (ev_view_zoom_for_size_continuous),
10742         (ev_view_zoom_for_size_dual_page),
10743         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10744         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10745         * shell/ev-view.h:
10746         * shell/ev-window.c: (update_action_sensitivity),
10747         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10748         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10749         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10750         (ev_window_cmd_view_zoom_out), (update_view_size),
10751         (ev_window_set_sizing_mode), (ev_window_init):
10752
10753         Add Continuous and Dual page modes.
10754
10755 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10756
10757         * dvi/dvi-document.c: (dvi_document_load),
10758         (dvi_document_thumbnails_get_thumbnail),
10759         (dvi_document_init_params): Fix up some mixups between
10760         width and height to correct thumbnail rendering.
10761
10762 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10763
10764         * dvi/mdvi-lib/private.h:
10765         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10766         
10767         Suppess output for kpathsea during font generation. Thanks to
10768         James Bowes
10769
10770 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10771
10772         * NEWS:
10773         * configure.ac:
10774
10775         Release 0.2.1
10776
10777         * Makefile.am: fix distcheck.
10778
10779 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10780
10781         * shell/ev-sidebar-links.c: (selection_changed_callback),
10782         (update_page_callback), (row_activated_callback),
10783         (job_finished_callback), (ev_sidebar_links_set_document):
10784         
10785         Fix for bug #169901. Double click on links expands tree.
10786
10787 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10788
10789         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10790         hard-coded style. Fix for bug 170111
10791
10792 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10793
10794         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10795         locking.
10796
10797 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10798
10799         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10800
10801 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10802
10803         * pdf/ev-poppler.cc:
10804         * shell/ev-view.c: (highlight_find_results):
10805
10806         Fix find on single page documents
10807
10808 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10809
10810         * data/evince.schemas.in: fix for bug 301390
10811
10812 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10813
10814         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10815         (ev_view_zoom_out), (ev_view_zoom_normal):
10816         * shell/ev-view.h:
10817         * shell/ev-window.c: (update_action_sensitivity),
10818         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10819         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10820         (ev_window_cmd_view_normal_size):
10821
10822         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10823         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10824         better than oom. 
10825
10826 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10827
10828         * configure.ac:
10829
10830         Depend on 2.57, 2.59 doesnt seem to be necessary
10831
10832 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10833
10834         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10835         (create_tool_item):
10836
10837         Put back total number of pages as (1 of 1234)
10838
10839 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10840
10841         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10842         remove the job.
10843
10844         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10845         function.  This helps debugging.
10846
10847 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10848
10849         * djvu/djvu-document.c: (djvu_document_class_init),
10850         (djvu_document_get_info), (djvu_document_document_iface_init):
10851         * dvi/dvi-document.c: (dvi_document_class_init),
10852         (dvi_document_get_info), (dvi_document_document_iface_init):
10853
10854         Dummy implementation of get_info method for dvi and
10855         djvu. Fix crashes with those backends
10856
10857 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10858
10859         * data/evince.desktop.in:
10860
10861         Add application/x-gzpostscript
10862
10863 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10864
10865         * data/evince.schemas.in: Added real long descriptions, 
10866         closes bug 172496 
10867
10868         * README: Added actual text, closes bug 171869
10869
10870 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10871
10872         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10873
10874         Thumbnail page 0
10875
10876 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10877
10878         * backend/ev-document-info.h:
10879
10880         s/GDate */GDate so we can just use g_free
10881
10882 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10883
10884         * shell/ev-window.c: (update_document_mode),
10885         (ev_window_setup_document):
10886
10887         Show the window in fullscreen when specified by
10888         the document
10889
10890 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10891
10892         * backend/ev-document.c: (ev_document_class_init),
10893         (ev_document_get_info), (ev_document_render_pixbuf):
10894         * backend/ev-document.h:
10895         * backend/ev-page-cache.c: (_ev_page_cache_new):
10896         * pdf/ev-poppler.cc:
10897         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10898         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10899         * ps/ps-document.c: (ps_document_class_init), (document_load),
10900         (ps_document_get_info), (ps_document_document_iface_init):
10901
10902         Remove get_title from the interface, we can just use document info
10903
10904 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10905
10906         * backend/Makefile.am:
10907         * backend/ev-document.c: (ev_document_render_get_info):
10908         * backend/ev-document.h:
10909         * pdf/ev-poppler.cc:
10910
10911         Initial support for document info. Based on jrb patch.
10912
10913 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10914
10915         * shell/ev-window.c: (ev_window_state_event),
10916         (ev_window_class_init), (ev_window_init):
10917         
10918         Doesn't show resize grip when maximized. See bug #301053
10919
10920 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10921
10922         * po/POTFILES.in:
10923         
10924         ev-sidebar-thumbnails now has translatable labels
10925         
10926         * shell/Makefile.am:
10927         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10928         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10929         (ev_sidebar_links_page_iface_init):
10930         * shell/ev-sidebar-links.h:
10931         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10932         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10933         (ev_sidebar_page_get_label):
10934         * shell/ev-sidebar-page.h:
10935         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10936         (ev_sidebar_thumbnails_set_document),
10937         (ev_sidebar_thumbnails_support_document),
10938         (ev_sidebar_thumbnails_get_label),
10939         (ev_sidebar_thumbnails_page_iface_init):
10940         * shell/ev-sidebar-thumbnails.h:
10941         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10942         (ev_sidebar_set_document):
10943         * shell/ev-sidebar.h:
10944         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10945         
10946         Small rework of sidebar code. Now sidebar pages should implement
10947         EvSidebarPage interface. That makes page management in EvSidebar
10948         easier. See bug #164811 for details
10949
10950 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10951
10952         * shell/ev-application.c: (ev_application_open):
10953         * shell/ev-document-types.c:
10954         
10955         Fix build error and small problem with application exit
10956
10957 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10958
10959         * thumbnailer/Makefile.am:
10960         * thumbnailer/evince-thumbnailer-djvu.schemas:
10961         * thumbnailer/evince-thumbnailer-dvi.schemas:
10962         
10963         Conditionally install schemas for djvu/dvi thumbnailer
10964
10965 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10966
10967         * shell/ev-document-types.h: 
10968         * shell/ev-document-types.c: 
10969         New files, handling the mapping from mimetypes to backends
10970         
10971         * shell/ev-window.c: 
10972         * thumbnailer/evince-thumbnailer.c:     
10973         Use the ev-document-types code
10974         
10975         * shell/Makefile.am: 
10976         Added new convenience library libevbackendfactory_la, containing
10977         the new mimetype->backend logic; moved the backends into it.
10978
10979         * thumbnailer/Makefile.am:
10980         Make the thumbnailer link with the libevbackend.la convenience
10981         library, rather than having a duplicate of the backend logic here.
10982
10983 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10984
10985         * shell/ev-stock-icons.c: constify some vars.
10986         * shell/ev-window.c: ditto.
10987
10988 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10989
10990         * ps/ps-document.c (get_page_orientation):
10991
10992         Respect document orientation 
10993
10994 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10995
10996         * djvu/Makefile.am:
10997         * dvi/Makefile.am:
10998         * shell/Makefile.am:
10999         
11000         Move library dependencies to components.
11001         
11002         * shell/ev-window.c: (update_window_title),
11003         (start_loading_document):
11004         
11005         Fix display of uris with spaces. Bug 168358.
11006
11007 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11008
11009         * shell/ev-sidebar-links.c: (selection_changed_cb):
11010         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11011         (ev_view_button_release_event), (ev_view_set_document):
11012         * shell/ev-view.h:
11013         * shell/ev-window.c: (find_bar_search_changed_cb):
11014         * shell/ev-window.h: Minor cleanups removing some dead code.
11015
11016 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11017
11018         * backend/ev-page-cache.c: (_ev_page_cache_new):
11019         
11020         Set current page to 0 if document has pages.
11021
11022 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11023
11024         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11025
11026         Initialize GError to NULL, fix a crash when loading fails.
11027
11028 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11029
11030         * shell/ev-window.c: (update_view_size):
11031
11032         Calculate shadow size only when there is actually
11033         a shadow.
11034
11035 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11036
11037         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11038         * shell/ev-view.h:
11039
11040         Allow setting view spacing, default to 0
11041
11042         * shell/ev-window.c: (ev_window_unfullscreen),
11043         (ev_window_cmd_view_fullscreen), (ev_window_init):
11044
11045         Remove spacing in fullscreen mode
11046
11047 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11048
11049         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11050         (ev_view_size_request), (expose_bin_window),
11051         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11052         * shell/ev-view.h:
11053         * shell/ev-window.c: (ev_window_unfullscreen),
11054         (ev_window_cmd_view_fullscreen):
11055
11056         Do not draw the border in fulscreen
11057
11058 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11059
11060         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11061         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11062         (find_page_at_location), (page_changed_cb):
11063
11064         Rework border calculation, so that I can more easily disable it.
11065         Code somewhat cleaner too.
11066
11067 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11068
11069         * backend/ev-page-cache.c: (ev_page_cache_init),
11070         (_ev_page_cache_new):
11071
11072         Remove some assertions, documents can have 0 pages.
11073         Make initial current page -1.
11074
11075         * shell/ev-page-action.c: (page_changed_cb):
11076
11077         Show "" if current page is -1
11078
11079         * shell/ev-window.c: (update_action_sensitivity),
11080         (ev_window_setup_document):
11081
11082         When document has 0 pages do not set the view
11083         and make nearly everything insensitive.
11084
11085 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11086
11087         * shell/ev-page-view.c:
11088         * shell/ev-page-view.h:
11089
11090         Remove unused files.
11091         
11092         * shell/ev-sidebar-thumbnails.c:
11093         (ev_sidebar_thumbnails_set_document):
11094         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11095         (ev_sidebar_supports_document):
11096         * shell/ev-sidebar.h:
11097         * shell/ev-window.c: (ev_window_setup_document):
11098         
11099         Doesn't show thumbnails if document has 1 page. Make
11100         sidebar menu entries sensitive only if if they have 
11101         sense. Fix bug 164811. 
11102
11103 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11104
11105         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11106         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11107         (ev_view_zoom_out), (ev_view_set_size):
11108
11109         Rework sizing to deal with documents with not uniform page
11110         size.
11111
11112 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11113
11114         * backend/ev-page-cache.c: (_ev_page_cache_new):
11115
11116         Fix several page size caching bugs
11117
11118 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11119
11120         * shell/ev-window.c: (set_action_properties):
11121
11122         Make all toolbar items translatable
11123
11124 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11125
11126         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11127         (save_page_list), (ps_document_save),
11128         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11129         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11130         (ps_document_ps_exporter_iface_init):
11131         * ps/ps-document.h:
11132
11133         Based on a patch by J�rg Billeter <j@bitron.ch>
11134         
11135         Implement print and save a copy for the ps backend.
11136
11137 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11138
11139         * backend/ev-document.h:
11140         * djvu/djvu-document.c: (djvu_document_can_get_text),
11141         (djvu_document_document_iface_init):
11142         * dvi/dvi-document.c: (dvi_document_can_get_text),
11143         (dvi_document_document_iface_init):
11144         * pdf/ev-poppler.cc:
11145         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11146         (pixbuf_document_document_iface_init):
11147         * ps/ps-document.c: (ps_document_can_get_text),
11148         (ps_document_document_iface_init):
11149         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11150         * shell/ev-window.c: (update_action_sensitivity):
11151
11152         Fix the crash when trying to copy in backends that doesnt
11153         support it. We can implement a better solution once we
11154         do real text selection.
11155
11156 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11157
11158         * data/evince-ui.xml:
11159         * shell/ev-window.c: (ev_window_cmd_escape):
11160         
11161         Work around the Escape conflict (find bar and unfullscreen)
11162
11163 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11164
11165         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11166         
11167         Fix for #300233. Next page correctly handles document end.
11168         
11169         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11170         (ev_sidebar_thumbnails_class_init),
11171         (ev_sidebar_thumbnails_set_document),
11172         (ev_sidebar_thumbnails_clear_job),
11173         (ev_sidebar_thumbnails_clear_model):
11174         
11175         Cleanup thumbnail jobs on document changes.
11176         
11177         * shell/ev-view.c: (add_scroll_binding_keypad),
11178         (add_scroll_binding_shifted), (ev_view_class_init):
11179         
11180         Shift + Space scrolls up. Fix for #173184
11181         
11182         * shell/ev-window.c: (ev_window_open_page),
11183         (ev_window_cmd_view_reload):
11184         
11185         Fix reload (Bug #300094)
11186
11187 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11188
11189         
11190         * dvi/mdvi-lib/assoc.c:
11191         * dvi/mdvi-lib/assoc.h: Removed garbage files
11192         
11193         * dvi/mdvi-lib/bitmap.c:
11194         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11195         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11196         * dvi/mdvi-lib/color.h: Antialias of rules
11197         
11198         * dvi/mdvi-lib/common.h:
11199         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11200         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11201         * dvi/mdvi-lib/files.c:
11202         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11203         * dvi/mdvi-lib/mdvi.h:
11204         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11205         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11206         * dvi/mdvi-lib/util.c: Fix compile warnings
11207         
11208         * dvi/dvi-document.c:
11209         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11210         (dvi_document_thumbnails_get_thumbnail),
11211         (dvi_document_document_thumbnails_iface_init):
11212         * dvi/mdvi-lib/Makefile.am:
11213         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11214         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11215         
11216         Dvi backend now renders thumbnails
11217
11218 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11219
11220         * shell/main.c: (main): 
11221         
11222         Save accelerators on exit. Fixes bug #172095.
11223
11224 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11225
11226         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11227         update priority" comment.
11228
11229         * backend/ev-job-queue.c: Give a way to change priority.
11230
11231 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11232
11233         * shell/ev-page-action.c: Fix logic.
11234
11235 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11236
11237         * shell/ev-view.c: (ev_view_can_find_next):
11238         * shell/ev-window.c: (ev_window_setup_document):
11239
11240         Check that the document supports find
11241
11242 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11243
11244         * data/evince-ui.xml:
11245         * shell/ev-view.c: (ev_view_can_find_next):
11246         * shell/ev-view.h:
11247         * shell/ev-window.c: (update_action_sensitivity),
11248         (find_changed_cb), (ev_window_setup_document),
11249         (ev_window_cmd_edit_find_next):
11250
11251         Add Edit->Find Next
11252
11253 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11254
11255         * pdf/ev-poppler.cc:
11256         * shell/ev-print-job.c: (idle_print_handler):
11257
11258         Make printing work again
11259
11260 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11261
11262         * shell/ev-page-action.h:
11263         * shell/ev-page-action.c: (ev_page_action_widget_init),
11264         (ev_page_action_widget_class_init), (page_changed_cb),
11265         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11266         (get_filter_model_from_model), (match_selected_cb),
11267         (display_completion_text), (match_completion), (update_model),
11268         (connect_proxy), (ev_page_action_set_property),
11269         (ev_page_action_get_property), (ev_page_action_set_document),
11270         (ev_page_action_set_model), (ev_page_action_class_init): Big
11271         reworking to make completions work iff we have >= GTK-2.7.0
11272                 
11273         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11274         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11275         (job_finished_cb): We now have a 'model' property that is set when
11276         the links are loaded.  This can be caught with "notify::model"
11277
11278         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11279         listen for the model to be set, and propagate it to the action.
11280
11281 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11282
11283         * cut-n-paste/recent-files/egg-recent-item.c:
11284         (egg_recent_item_set_uri), (make_valid_utf8),
11285         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11286         * cut-n-paste/recent-files/egg-recent-item.h:
11287         
11288         Update egg-recent from libegg. This should fix long
11289         startup problem. For details see
11290         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11291
11292 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11293
11294         * cut-n-paste/recent-files/Makefile.am:
11295         * data/evince-ui.xml, shell/Makefile.am:
11296         * shell/ev-application.c, shell/ev-application.h:
11297         * shell/ev-window.c: Recent files support.
11298         
11299         * configure.ac: Added "ru" to ALL_LINGUAS.
11300         
11301         * dvju: new backend to support DJVU files.
11302         * dvi: new backend to support DVI.
11303
11304         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11305         * ev-application.c: Support for new backends.
11306         
11307         * help, ev-window.c, main.c shell/Makefile.am: 
11308         Evince user documentation.
11309
11310 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11311
11312         * po/POTFILES.in:
11313         * shell/ev-window.c:
11314         * thumbnailer/evince-thumbnailer.c:
11315
11316         s/pdf-document/ev-poppler
11317
11318 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11319
11320         * NEWS:
11321         * configure.ac:
11322
11323         Release 0.2.0
11324
11325         * ps/ps-document.c: (setup_pixmap):
11326
11327         Remove debug code
11328
11329 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11330
11331         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11332         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11333         (ev_window_cmd_go_first_page): Fix of by one errors.
11334
11335 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11336
11337         * ps/ps-document.c: (get_page_box):
11338
11339         Fix page size calculation
11340
11341 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11342
11343         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11344         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11345         (get_page_orientation), (setup_page), (document_load),
11346         (ps_document_get_page_size), (render_pixbuf_idle):
11347         * ps/ps-document.h:
11348
11349         More refactoring to adapt to EvDocument changes
11350
11351 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11352
11353         * ps/ps-document.c: (start_interpreter):
11354
11355         Actually add alpha args
11356
11357 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11358
11359         * pdf/ev-poppler.cc:
11360
11361         Make clipboard work again
11362
11363 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11364
11365         Make searching work again.
11366         
11367         * backend/ev-document.c:
11368         * backend/ev-document.h:
11369         * backend/ev-document-find.c:
11370         * backend/ev-document-find.h: Change EvDocumentIface so we no
11371         longer store the current page or zoom level in the document.  The
11372         consequence is that all calls that operate on the current page now
11373         instead take the page number as an extra argument, and all
11374         coordinates are now doubles in document coordinate system.
11375
11376         * pdf/ev-poppler.cc:
11377         * pixbuf/pixbuf-document.c:
11378         * ps/ps-document.c: Update backends accordingly.
11379
11380 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11381
11382         * autogen.sh:
11383
11384         Add required gettext version
11385
11386 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11387
11388         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11389         make F1 bring up non-existent help.
11390
11391         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11392         epiphany's find bar, #167477
11393
11394         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11395         <emil@nishra.com> to add space-bar scrolling, 
11396
11397         * shell/ev-window.c (static GtkActionEntry entries): add default
11398         keybinding for Help (F1)
11399         Fixes #171068
11400
11401         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11402         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11403         170110
11404
11405 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11406
11407         * Makefile.am: 
11408         * pixbuf/pixbuf-document.c: 
11409
11410         Got pixbuf backend working again
11411
11412 2005-04-01  Steve Murphy  <murf@e-tools.com>
11413
11414         * configure.in: Added "rw" to ALL_LINGUAS.
11415
11416 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11417
11418         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11419         model types, noticed by Martin Kretzschmar.
11420
11421 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11422
11423         * pdf/ev-poppler.cc: Implement search based on
11424         poppler_page_find_text().  Currently a bit crude since we remember
11425         all matches from all pages.  Also, we grab the big document lock
11426         when we search since searching changes the underlying stream and
11427         thus conflicts with the rendering thread.
11428         
11429         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11430         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11431         (ev_view_find_previous): Fix some page indexes to be 0 based,
11432         offset rubber band by view offset,
11433
11434 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11435
11436         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11437
11438 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11439
11440         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11441         completely because I didn't understand GtkActions.  I should
11442         read Marco's code more carefully in the future.
11443
11444         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11445         function
11446
11447 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11448
11449         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11450         PopplerRectangle change from poppler CVS.
11451
11452 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11453
11454         * backend/ev-document.c: (ev_document_get_page_label):
11455         * backend/ev-document.h:
11456         * backend/ev-page-cache.c: (_ev_page_cache_new),
11457         (ev_page_cache_get_page_label):
11458         * backend/ev-page-cache.h:
11459         * pdf/ev-poppler.cc:
11460         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11461         (links_page_num_func):
11462         * shell/ev-sidebar-thumbnails.c:
11463         (ev_sidebar_thumbnails_set_document):
11464         * shell/ev-view.c: (status_message_from_link),
11465         (ev_view_motion_notify_event):
11466         * shell/ev-window.c: (document_supports_sidebar): Add in page
11467         label support.  It's not perfect yet, but it's the first 'feature'
11468         in a while.
11469         Also, fix a bogus comment noticed by crispin. 
11470
11471 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11472
11473         * Makefile.am: Remove pixbuf backend for now
11474
11475         * configure.ac: Require poppler-glib instead of just poppler.
11476
11477         * backend/ev-document-thumbnails.h: Add a comment
11478
11479         * backend/ev-document.h:
11480         * backend/ev-document.c: (ev_document_class_init),
11481         (ev_document_load), (ev_document_get_link),
11482         (ev_document_get_links): Remove 3 methods and add get_links.
11483         Also, made 0 based.
11484
11485         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11486         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11487
11488         * backend/ev-link.c: (ev_link_set_title),
11489         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11490         (ev_link_mapping_find):
11491         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11492         
11493         * backend/ev-page-cache.c: (ev_page_cache_init),
11494         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11495         (ev_page_cache_get_size), (ev_page_cache_next_page),
11496         (ev_page_cache_prev_page): Fix to be 0 based.
11497
11498         * pdf/Makefile.am: 
11499         * pdf/ev-poppler.h:
11500         * pdf/ev-poppler.cc: New backend.
11501         
11502         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11503         (ps_document_get_page), (ps_document_document_iface_init):
11504
11505         * shell/ev-pixbuf-cache.h:
11506         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11507         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11508         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11509         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11510         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11511         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11512         based.
11513         
11514         * shell/ev-sidebar-thumbnails.c:
11515         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11516         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11517
11518         * shell/ev-view.c: (status_message_from_link),
11519         (find_page_at_location), (get_link_at_location),
11520         (ev_view_motion_notify_event), (ev_view_button_release_event),
11521         (ev_view_init): Use the new link code.  Fix to be 0 based.
11522
11523         * shell/ev-window.c: (update_action_sensitivity),
11524         (document_supports_sidebar): 0 based.
11525
11526 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11527
11528         * pdf/pdf-document.cc: Patch from Fernando Herrera
11529         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11530         *blush*
11531
11532 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11533
11534         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11535         1 to the page, as this seems to be 1 based.  I thought we has this
11536         fixed.  grump.
11537
11538 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11539
11540         * TODO:
11541         * backend/Makefile.am:
11542         * backend/ev-document-links.c:
11543         (ev_document_links_has_document_links),
11544         (ev_document_links_get_links_model):
11545         * backend/ev-document-links.h:
11546         * backend/ev-document.c: (ev_document_get_page_cache),
11547         (ev_document_get_doc_mutex), (ev_document_load),
11548         (ev_document_save), (ev_document_get_title),
11549         (ev_document_get_n_pages), (ev_document_set_page),
11550         (ev_document_get_page), (ev_document_set_target),
11551         (ev_document_set_scale), (ev_document_set_page_offset),
11552         (ev_document_get_page_size), (ev_document_get_text),
11553         (ev_document_get_link), (ev_document_render),
11554         (ev_document_render_pixbuf), (ev_document_scale_changed):
11555         * backend/ev-document.h:
11556         * backend/ev-job-queue.c: (remove_object_from_queue),
11557         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11558         (no_jobs_available_unlocked), (ev_render_thread),
11559         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11560         (ev_job_queue_remove_job):
11561         * backend/ev-job-queue.h:
11562         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11563         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11564         (ev_job_links_class_init), (ev_job_render_init),
11565         (ev_job_render_dispose), (ev_job_render_class_init),
11566         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11567         (ev_job_thumbnail_class_init), (ev_job_finished),
11568         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11569         (ev_job_render_run), (ev_job_thumbnail_new),
11570         (ev_job_thumbnail_run):
11571         * backend/ev-jobs.h:
11572         * backend/ev-link.c:
11573         * backend/ev-link.h:
11574         * backend/ev-page-cache.c: (ev_page_cache_init),
11575         (ev_page_cache_class_init), (ev_page_cache_finalize),
11576         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11577         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11578         (ev_page_cache_set_link), (ev_page_cache_get_title),
11579         (ev_page_cache_get_size), (ev_page_cache_next_page),
11580         (ev_page_cache_prev_page):
11581         * backend/ev-page-cache.h:
11582         * pdf/pdf-document.cc:
11583         * ps/gsdefaults.c:
11584         * ps/gsdefaults.h:
11585         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11586         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11587         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11588         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11589         (is_interpreter_ready), (output), (catchPipe), (input),
11590         (start_interpreter), (check_filecompressed), (compute_dimensions),
11591         (ps_document_enable_interpreter), (document_load),
11592         (ps_document_next_page), (render_page), (ps_document_set_page),
11593         (ps_document_set_scale), (render_pixbuf_idle),
11594         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11595         * ps/ps-document.h:
11596         * shell/Makefile.am:
11597         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11598         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11599         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11600         (ev_pixbuf_cache_new), (job_finished_cb),
11601         (check_job_size_and_unref), (move_one_job),
11602         (ev_pixbuf_cache_update_range), (find_job_cache),
11603         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11604         (ev_pixbuf_cache_add_jobs_if_needed),
11605         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11606         * shell/ev-pixbuf-cache.h:
11607         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11608         (idle_print_handler):
11609         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11610         (selection_changed_cb), (create_loading_model),
11611         (ev_sidebar_links_construct), (links_page_num_func),
11612         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11613         (update_page_callback), (job_finished_cb),
11614         (ev_sidebar_links_set_document):
11615         * shell/ev-sidebar-thumbnails.c:
11616         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11617         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11618         (page_changed_cb), (thumbnail_job_completed_callback),
11619         (ev_sidebar_thumbnails_set_document):
11620         * shell/ev-sidebar-thumbnails.h:
11621         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11622         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11623         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11624         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11625         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11626         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11627         (ev_view_button_release_event), (ev_view_scroll_view),
11628         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11629         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11630         (ev_view_new), (job_finished_cb), (page_changed_cb),
11631         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11632         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11633         (ev_view_find_previous):
11634         * shell/ev-view.h:
11635         * shell/ev-window.c: (update_action_sensitivity),
11636         (ev_window_open_page), (update_window_title), (update_total_pages),
11637         (page_changed_cb), (ev_window_setup_document),
11638         (password_dialog_response), (ev_window_cmd_save_as),
11639         (ev_window_print), (ev_window_cmd_go_previous_page),
11640         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11641         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11642         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11643         * shell/main.c: (main):
11644
11645         Merge evince-threads branch
11646
11647 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11648
11649         * configure.ac: Added "lt" to ALL_LINGUAS.
11650
11651 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11652
11653         * NEWS:
11654         * configure.ac:
11655
11656         Release 0.1.9
11657
11658 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11659
11660         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11661
11662         Fix here also the thumbnails 1-basedness :)
11663
11664 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11665
11666         * NEWS:
11667         * configure.ac:
11668
11669         Release 0.1.8
11670
11671 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11672
11673         * pdf/pdf-document.cc:
11674         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11675         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11676
11677         Fix the mess we did with thumbnails and 1-basedness
11678
11679 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11680
11681         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11682
11683 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11684
11685         * NEWS:
11686         * configure.ac:
11687
11688         Release 0.1.7
11689
11690 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11691
11692         * ps/Makefile.am:
11693         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11694         (gtk_gs_defaults_get_alpha_parameters),
11695         (gtk_gs_defaults_get_ungzip_cmd),
11696         (gtk_gs_defaults_get_unbzip2_cmd):
11697         * ps/gsdefaults.h:
11698         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11699         (ps_document_get_orientation), (document_load),
11700         (ps_document_goto_page), (ps_document_set_page_size):
11701         * ps/ps-document.h:
11702
11703         Some more sanitization of the ps backend. Remove a lot
11704         of unused code and do not base our defaults on ggv
11705         preferences (ugh!)
11706
11707 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11708
11709         * thumbnailer/evince-thumbnailer.schemas:
11710         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11711         (main): add -s option for thumbnail size.
11712
11713 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11714
11715         * configure.ac:
11716
11717         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11718         remove it.
11719
11720 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11721
11722         * pdf/pdf-document.cc:
11723
11724         Remove 4 pixels of useless border from the
11725         thumbnail.
11726
11727 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11728
11729         * backend/ev-document-thumbnails.c:
11730         (ev_document_thumbnails_get_thumbnail):
11731         * backend/ev-document-thumbnails.h:
11732
11733         Rework API a bit. Add a border flag and
11734         change sizing logic (now the size we specify
11735         applies to the bigger dimension).
11736
11737         * pdf/pdf-document.cc:
11738         * pixbuf/pixbuf-document.c:
11739         (pixbuf_document_thumbnails_get_thumbnail):
11740         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11741         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11742
11743         Adapt to the new API and do not draw a border for nautilus
11744         thumbnailer.
11745
11746 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11747
11748         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11749         take thumbnails from page "0" instead of "1". Added a copyright header.
11750
11751 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11752
11753         * ps/ps-document.c: (set_up_page), (start_interpreter):
11754
11755         Make it C89 compliant
11756
11757 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11758
11759         * Makefile.am:
11760         * configure.ac:
11761         * pdf/.cvsignore:
11762         * pdf/pdf-document.cc:
11763         * thumbnailer/Makefile.am:
11764         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11765         (main):
11766         * thumbnailer/evince-thumbnailer.schemas:
11767         * thumbnailer/pdf-icon.png:
11768
11769         Add a nautilus thumbnailer.
11770         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11771
11772 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11773
11774         * NEWS:
11775         * configure.ac:
11776         * po/POTFILES.in:
11777
11778         Release 0.1.6
11779
11780 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11781
11782         Use poppler instead of including xpdf source code.  Poppler is a
11783         fork of xpdf to build it as a shared library. See
11784         http://freedesktop.org/wiki/Software/poppler.
11785
11786         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11787         xpdf fork.
11788         
11789         * pdf/Makefile.am: Build libpdfdocument.a here.
11790         
11791         * pdf/GDKSplashOutputDev.cc:
11792         * pdf/GDKSplashOutputDev.h:
11793         * pdf/GnomeVFSStream.cc:
11794         * pdf/GnomeVFSStream.h:
11795         * pdf-document.cc:
11796         * pdf-document.h:
11797         * test-gdk-output-dev.cc
11798         * Thumb.cc:
11799         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11800         against poppler.
11801
11802 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11803
11804         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11805
11806         Clear idle stack before unsetting the document
11807
11808 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11809
11810         * ps/ps-document.c: (ps_document_widget_event),
11811         (ps_document_set_target), (ps_document_finalize),
11812         (ps_document_get_page):
11813
11814         Disconnect the widget event signal on finalize.
11815         Some code cleanups.
11816
11817 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11818
11819         * ps/ps-document.c: (set_up_page):
11820
11821         If there is no bpixmap create one, even if size
11822         is not changed.
11823
11824 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11827         (set_up_page), (document_load), (ps_document_set_zoom):
11828
11829         Default page is 0. Calculate size even when we have no
11830         target yet.
11831
11832 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11833
11834         * shell/ev-sidebar.c: expand the selection widget to be always as
11835         wide as the sidebar
11836
11837 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11838
11839         * shell/ev-sidebar-thumbnails.c:
11840         (ev_sidebar_thumbnails_set_document):
11841
11842         Clear the list store when setting document
11843
11844 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11845
11846         * shell/ev-page-action.c: (update_entry), (sync_entry),
11847         (activate_cb), (entry_size_request_cb), (create_tool_item),
11848         (connect_proxy):
11849
11850         Use an entry for the page control instead of spinbuttons
11851
11852 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11853
11854         * data/evince.schemas.in:
11855
11856         Correct confusing string
11857
11858 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11859
11860         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11861         for real.  Gosh, how long has this been broken.
11862
11863         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11864         check for a NULL link.  We crash otherwise.
11865
11866 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11867
11868         * NEWS:
11869         * configure.ac:
11870
11871         Release 0.1.5
11872
11873 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11874
11875         * configure.ac: add the french translation.
11876
11877 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11878
11879         * shell/ev-window.c:
11880
11881         Remove unused header -> fix distcheck
11882
11883 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11884
11885         * shell/ev-window.c: (update_window_title),
11886         (ev_window_popup_password_dialog):
11887
11888         Unescape filename for display
11889
11890 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11891
11892         * pdf/xpdf/pdf-document.cc:
11893
11894         In get_page_size deal with rotation. Also
11895         cleanup the function a bit.
11896
11897 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11898
11899         * pdf/xpdf/pdf-document.cc:
11900
11901         Fix crash when opening in new window
11902
11903 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11904
11905         * configure.ac:
11906
11907         Check ghostscript >= 7
11908
11909 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11910
11911         * shell/ev-window.c:
11912
11913         Make page width the default sizing mode
11914
11915 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11916         Marco Pesenti Gritti <marco@gnome.org>
11917
11918         * shell/ev-window.c: Remember the sidebar size
11919
11920         * data/evince.schemas.in: Add a new gconf key to store the size of
11921         the sidebar
11922
11923 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11924
11925         * data/evince-ui.xml:
11926         * shell/ev-window.c: (update_action_sensitivity),
11927         (ev_window_cmd_view_reload):
11928         
11929         Add a "Reload" action and menu entry
11930
11931 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11932
11933         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11934         iff the type doesn't support thumbnailing and indexing.
11935
11936 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11937
11938         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11939
11940 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11941
11942         * pdf/splash/Splash.cc:
11943
11944         Port fix for a crasher from kde bug
11945         http://bugs.kde.org/show_bug.cgi?id=97131
11946
11947 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11948
11949         * pdf/xpdf/pdf-document.cc:
11950
11951         Return a link even if it's of an unrecognized
11952         type. Otherwise we go in an infinte cycle.
11953
11954 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11955
11956         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11957         (size_allocate_cb), (ev_window_set_sizing_mode):
11958
11959         Update size when switching mode
11960
11961 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11962
11963         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11964         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11965         (ev_window_cmd_view_normal_size):
11966
11967         Fix size toggle buttons behavior
11968
11969 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11970
11971         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11972         (doc_rect_to_view_rect), (ev_view_size_allocate),
11973         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11974         (scale_changed_callback):
11975
11976         Do not cache offsets in size_allocate.
11977
11978 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11979
11980         * shell/ev-view.c: (ev_view_size_allocate):
11981
11982         Calculate offsets before calling the parent
11983         class (which does a redraw)
11984
11985 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11986
11987         * pdf/xpdf/pdf-document.cc:
11988
11989         Fix a crasher on exit. Unused code, put a TODO
11990
11991 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11992
11993         * backend/ev-document.c: (ev_document_class_init),
11994         (ev_document_page_changed), (ev_document_scale_changed):
11995         * backend/ev-document.h:
11996
11997         Separate page/scale notifications
11998
11999         * pdf/xpdf/pdf-document.cc:
12000
12001         Emit the new signals.
12002         Do not display the pdf page in _render, do it
12003         when scale/page are requested.
12004
12005         * ps/ps-document.c: (ps_document_set_zoom),
12006         (ps_document_widget_event):
12007         * ps/ps-document.h:
12008
12009         Emit the new signals.
12010
12011         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12012         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12013         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12014         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12015         * shell/ev-view.h:
12016         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12017         (ev_window_cmd_view_page_width), (size_allocate_cb),
12018         (ev_window_set_sizing_mode):
12019
12020         Rework sizing to be pixel based.
12021         There are bugs but should be already way better.
12022
12023 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12024
12025         * shell/ev-window.c: (ev_window_init):
12026
12027         Do not allow to shrink sidebar smaller then
12028         child requisition
12029
12030 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12031
12032         * shell/ev-sidebar.[ch]
12033         * shell/ev-window.c:
12034
12035         Improved sidebar widget. Fixes #166683
12036
12037 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12038
12039         * shell/ev-view.c (update_find_status_message): Give translators
12040         more flexibility with ngettext plural handling.
12041
12042 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12043
12044         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12045         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12046         page when we get the page size.
12047
12048 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12049
12050         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12051
12052         ps pages are 0 based, convert 
12053
12054 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12055
12056         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12057
12058         Initialize correct parent class. Set GError on document load
12059
12060 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12061
12062         * pdf/xpdf/pdf-document.cc:
12063
12064         Fixup selection offset calculation
12065
12066         * shell/ev-view.c: (view_rect_to_doc_rect),
12067         (doc_rect_to_view_rect), (ev_view_size_allocate),
12068         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12069         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12070
12071         Store selection as document relative, so that zooming
12072         and offset changing doesnt break it.
12073
12074 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12075
12076         * shell/ev-view.c: (ev_view_best_fit):
12077
12078         Do not try to best fit if the view is not realized
12079
12080 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12081           
12082         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12083
12084 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12085
12086         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12087
12088 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12089
12090         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12091         the popup window.  That prevents it resizing when in full screen
12092         mode.
12093
12094         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12095         multiple rerenders.  This pretty much sucks.
12096
12097         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12098         rest of the toolbar.
12099
12100 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12101
12102         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12103
12104 2005-02-17  Alexander Shopov  <ash@contact.bg>
12105
12106         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12107
12108 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12109
12110         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12111
12112 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12113
12114         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12115         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12116         (set_document_page), (document_changed_callback),
12117         (ev_view_set_document), (ev_view_find_previous),
12118         (ev_view_hide_cursor), (ev_view_show_cursor):
12119         * shell/ev-view.h:
12120         * shell/ev-window.c: (update_chrome_visibility),
12121         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12122         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12123         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12124         (ev_window_unfullscreen):
12125         * shell/main.c: (main):
12126
12127         Automatically hide the fullscreen button.
12128         Patch by Kristian Høgsberg <krh@redhat.com>
12129
12130 2005-02-16  Vincent Noel  <vnoel@cox.net>
12131
12132         * shell/main.c (main): Specify an icon for the window. Patch by
12133         Jaap A. Haitsma. Fixes #166177.
12134
12135 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12136
12137         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12138
12139 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12140
12141         * backend/ev-document-misc.h:
12142         * backend/ev-document-misc.c:
12143         (ev_document_misc_get_page_border_size),
12144         (ev_document_misc_paint_one_page): New function to canonicalize
12145         sizing/painting a border.
12146
12147         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12148         used.
12149
12150         * pdf/xpdf/pdf-document.cc: use new function
12151
12152         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12153         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12154         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12155         shell/ev-window.c: (update_sizing_buttons),
12156         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12157         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12158         (ev_window_cmd_view_page_width), (size_allocate_cb),
12159         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12160         and "fit width" values act as toggle buttons so they stay
12161         toggled.  It's not 100% perfect, and it's a little slow, but it's
12162         good enough to commit I think.
12163
12164 2005-02-15  David Lodge  <dave@cirt.net>
12165
12166         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12167
12168 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12169
12170         * shell/ev-window.c (update_window_title): replace newlines in
12171         the title by spaces. Bug #166107.
12172
12173 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12174
12175         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12176         parameters providing allocation width and height without
12177         scrollbars and width of a possible vertical scrollbar. With this
12178         additional information the functions can work as
12179         intended. Unfortunately they're not idempotent. We should
12180         transform these commands to toggles. Fixes Bug #164976
12181         Initial patch by Stephane Loeuillet, then heavily modified.
12182
12183         * shell/ev-view.h: update prototypes.
12184
12185         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12186         (ev_window_cmd_view_page_width): provide EvView fit functions with
12187         all the information they need. Formulas to calculate this
12188         information taken from GtkScrolledWindow.
12189
12190 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12191
12192         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12193         created a thumbnail, the list store is updated to know
12194         that the thumbnail is set. Fixes bug #166792
12195
12196 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12197
12198         * shell/ev-window.c: fixed typo, closes bug 166897
12199
12200         * TODO: updated TODO with bug numbers that are relevant
12201
12202 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12203
12204         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12205
12206 2005-02-09  Vincent Noel  <vnoel@cox.net>
12207
12208         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12209         and "Next" toolbar buttons as important to make them stand out.
12210
12211 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12212
12213         * lib/ev-debug.c:
12214         * lib/ev-debug.h:
12215         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12216         (start_interpreter), (stop_interpreter), (document_load),
12217         (ps_document_next_page), (ps_document_goto_page),
12218         (ps_document_set_page_size), (ps_document_widget_event),
12219         (ps_document_render):
12220         * shell/ev-page-view.c: (ev_page_view_dispose):
12221         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12222
12223         Fix compilation on non-gcc platforms
12224
12225 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12226
12227         * NEWS:
12228         * configure.ac:
12229
12230         Release 0.1.4
12231
12232         * pdf/xpdf/Catalog.cc:
12233         * pdf/xpdf/XRef.cc:
12234
12235         Fix the fix for CAN-2004-0888
12236
12237 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12238
12239         * data/Makefile.am:
12240         * data/evince-ui.xml:
12241         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12242         * shell/ev-stock-icons.h:
12243         * shell/ev-window.c: (update_action_sensitivity),
12244         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12245         (set_action_properties):
12246
12247         Improve toolbar layout/icons
12248
12249 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12250
12251         * pdf/xpdf/pdf-document.cc:
12252
12253         Add warnings about unimplemented/unknown link
12254         types.
12255
12256 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12257
12258         * ps/ps-document.c: (set_up_page):
12259
12260         Log gs property
12261
12262 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12263
12264         * ps/ps-document.c: (start_interpreter):
12265
12266         Log gs env var
12267
12268 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12269
12270         * shell/ev-page-view.c: (ev_page_view_dispose):
12271         * shell/ev-view.c: (ev_view_finalize):
12272         * shell/ev-window.c: (ev_window_setup_document),
12273         (ev_window_dispose), (ev_window_init):
12274
12275         Solve more refs issues.
12276
12277         I commented out the page_view initialization for now:
12278         it was never destroyed (because it's never added
12279         to a container). Because of that we was leaking
12280         gs processes. Couldnt think to a clean fix.
12281         We need to figure this out, password view has the
12282         same issue probably.
12283
12284 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12285
12286         * ps/ps-document.c: (ps_document_finalize),
12287         (ps_document_get_n_pages), (ps_document_get_page):
12288
12289         Some cleanups, stop the interpreter on finalize
12290
12291         * shell/ev-page-view.c: (ev_page_view_dispose),
12292         (ev_page_view_class_init):
12293
12294         Release our reference on the document
12295
12296 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12297
12298         * Makefile.am:
12299         * configure.ac:
12300         * doc/debugging.txt:
12301         * lib/.cvsignore:
12302         * lib/Makefile.am:
12303         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12304         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12305         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12306         * lib/ev-debug.h:
12307
12308         Add debugging helpers
12309
12310         * ps/Makefile.am:
12311         * ps/ps-document.c: (set_up_page), (start_interpreter),
12312         (stop_interpreter), (document_load), (ps_document_next_page),
12313         (ps_document_goto_page), (ps_document_set_page_size),
12314         (ps_document_widget_event), (ps_document_render):
12315         * shell/Makefile.am:
12316         * shell/ev-view.c: (expose_bin_window):
12317         * shell/main.c: (main):
12318
12319         Add some logs
12320         
12321 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12322
12323         * ps/ps-document.c: (ps_document_widget_event):
12324
12325         Initialize message_window, this should make ps
12326         rendering really work! (Never noticed because I was
12327         testing with a ps that is causing gs to exit every time!)
12328
12329 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12330
12331         * data/evince.schemas.in: updated simple error in applyto closing tag
12332
12333 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12334
12335         * Makefile.am:
12336         * configure.ac:
12337         * data/.cvsignore:
12338         * data/Makefile.am:
12339         * data/evince-ui.xml:
12340         A data/evince.schemas.in:
12341         * po/POTFILES.in:
12342         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12343         * shell/ev-stock-icons.h:
12344         * shell/ev-window.c: (update_chrome_visibility),
12345         (update_chrome_flag), (ev_window_cmd_edit_find),
12346         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12347         (ev_window_unfullscreen), (ev_window_focus_in_event),
12348         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12349         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12350         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12351         (ev_window_dispose), (ev_window_class_init),
12352         (set_action_properties), (set_chrome_actions), (load_chrome),
12353         (ev_window_init):
12354
12355         Implement fullscreen mode changes from bug #164776.
12356         Also implement persistent chrome toggles.
12357
12358 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12359
12360         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12361
12362 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12363
12364         * NEWS:
12365         * configure.ac:
12366         * shell/ev-view.c:
12367
12368         Add another check for find interface
12369
12370         Release 0.1.3
12371
12372 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12373
12374         * shell/ev-application.c: (ev_application_open):
12375         * shell/ev-window.c: (ev_window_open):
12376
12377         Open gzipped ps documents
12378
12379 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12380
12381         * TODO:
12382         * shell/ev-view.c: (set_document_page):
12383
12384         Clamp page number, dont try to move to
12385         not existant pages.
12386
12387 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12388
12389         * backend/ev-document-find.c: (ev_document_find_changed):
12390         * backend/ev-document-find.h:
12391         * pdf/xpdf/pdf-document.cc:
12392         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12393         * shell/ev-window.c: (find_bar_search_changed_cb):
12394
12395         Fix several bugs with find
12396
12397 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12398
12399         * shell/ev-sidebar-thumbnails.c
12400         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12401         document. Prevents warning from scroll_to_cell.
12402
12403 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12404
12405         * configure.ac: Add «nb» to ALL_LINGUAS too.
12406
12407 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12408
12409         * NOTES: New file with some random thoughts.
12410
12411         * TODO: Update.
12412
12413         * backend/ev-document-misc.c:
12414         (ev_document_misc_get_page_border_size): New function to
12415         canonicalize shadow drawing sizes.  Possibly goofy.
12416
12417         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12418         (ev_view_best_fit), (ev_view_fit_width):
12419         * pdf/xpdf/pdf-document.cc:
12420         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12421         * ps/ps-document.c: (ps_document_get_page_size):
12422         * backend/ev-document-misc.h:
12423         * backend/ev-document.c: (ev_document_get_page_size):
12424         * backend/ev-document.h: get_page_size now takes a page number
12425         parameter.  Made all the backends/frontends honor it.
12426
12427         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12428         see.  Doesn't work yet.
12429
12430         * shell/Makefile.am:
12431         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12432         Doesn't do anything yet.
12433
12434         * shell/ev-sidebar-thumbnails.c:
12435         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12436         [0..n_pages-1]
12437
12438         * shell/ev-window.c: (update_action_sensitivity),
12439         (ev_window_setup_document), (ev_window_set_page_mode),
12440         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12441         view-swapping code a bit so we can have multiple views on a
12442         document.  Add the multi-page view, though it can't be turned on
12443         yet.
12444
12445 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12446
12447         * shell/ev-application.c: (ev_application_open):
12448         * shell/ev-view.c: (expose_bin_window):
12449         * shell/ev-window.c: (ev_window_open):
12450
12451         Support eps and check document supports find
12452         before drawing highlightings in expose.
12453
12454 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12455
12456         * pixbuf/pixbuf-document.c:
12457         (pixbuf_document_thumbnails_get_dimensions),
12458         (pixbuf_document_document_thumbnails_iface_init):
12459
12460         implement get_dimensions
12461
12462 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12463
12464         * NEWS:
12465         * configure.ac:
12466
12467         Release 0.1.2
12468
12469 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12470
12471         * shell/ev-view.c: (set_document_page):
12472
12473         Scroll at the top of the page when changing page
12474
12475 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12476
12477         * shell/ev-view.c: (ev_view_motion_notify_event):
12478
12479         Do not redraw unnecessarily
12480
12481 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12482
12483         * pdf/xpdf/pdf-document.cc:
12484         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12485         (expose_bin_window), (find_changed_cb):
12486
12487         Yay! find works now... Now to find bugs...
12488
12489 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12490
12491         * backend/ev-document-find.c: (ev_document_find_base_init),
12492         (ev_document_find_changed):
12493         * backend/ev-document-find.h:
12494         * pdf/xpdf/pdf-document.cc:
12495         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12496         (expose_bin_window), (ev_view_init), (set_document_page),
12497         (ensure_rectangle_is_visible), (jump_to_find_result),
12498         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12499         (ev_view_find_next), (ev_view_find_previous):
12500         * shell/ev-view.h:
12501         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12502
12503         More work on find implementation, mostly there now
12504
12505 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12506
12507         * backend/ev-backend-marshalers.list:
12508         * backend/ev-document-find.c: (ev_document_find_base_init),
12509         (ev_document_find_cancel), (ev_document_find_page_has_results),
12510         (ev_document_find_get_n_results), (ev_document_find_get_result),
12511         (ev_document_find_get_progress), (ev_document_find_changed):
12512         * backend/ev-document-find.h:
12513
12514         Enanche the find interface to be really able to do
12515         multi page find.
12516
12517         * pdf/xpdf/pdf-document.cc:
12518
12519         Implement
12520
12521         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12522         (expose_bin_window), (ev_view_init),
12523         (ev_view_get_find_status_message), (find_changed_cb),
12524         (ev_view_set_document), (set_document_page):
12525
12526         Adapt to the new interface. A few things are regressed sorry,
12527         I will finish it soon.
12528
12529 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12530
12531         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12532         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12533         ev_sidebar_thumbnails_parent_class variable, don't define another
12534         parent_class variable.
12535
12536         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12537         (ev_page_action_class_init): ditto.
12538
12539         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12540         (pixbuf_document_class_init): ditto.
12541
12542         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12543         ditto.
12544
12545         * .cvsignore: ignore various valgrind output files.
12546
12547 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12548
12549         * data/evince-ui.xml:
12550         * shell/Makefile.am:
12551         * shell/ev-history.c:
12552         * shell/ev-history.h:
12553         * shell/ev-navigation-action.c:
12554         * shell/ev-navigation-action.h:
12555         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12556         (ev_view_set_page), (ev_view_fit_width):
12557         * shell/ev-view.h:
12558         * shell/ev-window.c: (update_action_sensitivity),
12559         (ev_window_setup_document), (register_custom_actions):
12560
12561         Kill session history
12562
12563 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12564
12565         * shell/ev-window.c: (update_action_sensitivity):
12566
12567         Fix inverted up/down buttons
12568
12569 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12570
12571         * shell/ev-sidebar-thumbnails.c
12572         (ev_sidebar_thumbnails_select_page): make sure the selected
12573         thumbnail stays visible.
12574
12575 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12576
12577         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12578         scrolled window for Federico.
12579
12580 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12581
12582         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12583
12584 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12585
12586         * configure.ac:
12587         * pdf/splash/SplashFTFontEngine.cc:
12588
12589         Fix CID fonts with freetype 2.1.9
12590
12591 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12592
12593         * TODO: added item for desktop icon thumbnailer
12594
12595 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12596
12597         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12598         unloaded docs when the title is accessed.
12599
12600         * shell/ev-password-view.[hc]: New widget for displaying password
12601         state.
12602
12603         * shell/ev-window.[ch]: Refactor password handling code to handle
12604         the new view.
12605
12606 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12607
12608         * NEWS:
12609         * configure.ac:
12610         * data/Makefile.am:
12611
12612         Release 0.1.1
12613
12614 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12615
12616         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12617         ignore page offset here, to make search results independent of it,
12618
12619         * shell/ev-view.c (expose_bin_window): but take offsets into
12620         account here. Bug #164932
12621
12622         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12623         scale at the right time. Bug #164996
12624
12625 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12626
12627         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12628         fix the problem. Now I just removed the Adobe font names and hope
12629         that the URW fonts are always in outline format. Bug #164934
12630
12631         * shell/ev-window.c (update_window_title): empty titles are
12632         useless, use filename in that case too.
12633
12634         * NEWS: Add some content.
12635
12636 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12637
12638         * TODO: added one more TODO item and a TODONE section :)
12639
12640 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12641
12642         * ps/ps-document.h: add page_[xy]_offset fields.
12643
12644         * ps/ps-document.c (ps_document_set_page_offset)
12645         (ps_document_render): Keep offset in consideration in a few
12646         places. Bug #164752 "postscript documents are not centered in
12647         window"
12648
12649         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12650         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12651
12652         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12653         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12654         stub out missing methods for complete EvDocument implementation.
12655         Fixes segfaults with Save A Copy and Copy actions.
12656
12657         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12658         (ps_document_document_iface_init): ditto.
12659         
12660 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12661
12662         * data/.cvsignore:
12663         * data/Makefile.am:
12664         * data/evince.desktop.in:
12665
12666         Add desktop file
12667
12668 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12669
12670         * shell/ev-view.c: (ev_view_button_press_event),
12671         (ev_view_motion_notify_event):
12672
12673         Make selection work in any direction
12674
12675 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12676
12677         * TODO:
12678         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12679
12680         Use shorter labels for some of the toolbars items
12681
12682 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12683
12684         * pdf/xpdf/pdf-document.cc:
12685
12686         Check the links info is initialized before
12687         using it. Should fix a crash on startup.
12688
12689 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12690
12691         * pixbuf/pixbuf-document.c
12692         (pixbuf_document_thumbnails_get_dimensions): force floating point
12693         division to calculate page_ratio. Fixes crash with landscape
12694         format pixbufs.
12695
12696 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12697
12698         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12699
12700 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12701
12702         * shell/ev-view.c (set_document_page): unset has_selection when
12703         the page changes.
12704         (set_document_page): handle paper size changes when the page
12705         changes (test with Free Culture, page 2).
12706
12707 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12708
12709         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12710         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12711
12712         Use normal style color for the widget background and
12713         draw a black box around the page.
12714
12715 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12716
12717         * pdf/xpdf/pdf-document.cc:
12718
12719         Keep offset in consideration in a few places
12720
12721         * shell/ev-view.c: (expose_bin_window):
12722
12723         Set the offsets so that the document is ever centered
12724
12725 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12726
12727         * TODO: Added TODO items and finished off the first todo item
12728
12729         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12730         reflect current authors
12731
12732 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12733
12734         * pdf/xpdf/pdf-document.cc:
12735         * shell/ev-view.c: (ev_view_set_cursor),
12736         (ev_view_motion_notify_event), (document_changed_callback),
12737         (set_document_page):
12738
12739         Show a wait cursor while the page is rendering
12740
12741 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12742
12743         * shell/ev-sidebar-thumbnails.c:
12744         (ev_sidebar_tree_selection_changed),
12745         (ev_sidebar_thumbnails_select_page):
12746         * shell/ev-sidebar-thumbnails.h:
12747         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12748         (ev_view_can_go_forward):
12749         * shell/ev-window.c: (ev_window_open_page),
12750         (ev_window_setup_document), (update_current_page),
12751         (view_page_changed_cb), (ev_window_init):
12752         * shell/ev-window.h:
12753
12754         Ensure thumbnails selection, toolbar page control and
12755         current page are in sync.
12756
12757 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12758
12759         * pdf/xpdf/XRef.cc:
12760
12761         Fix CAN-2005-0064
12762
12763 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12764
12765         * backend/Makefile.am:
12766         * backend/ev-document-links.h:
12767         * backend/ev-document-security.c: (ev_document_security_get_type),
12768         (ev_document_security_has_document_security),
12769         (ev_document_security_set_password):
12770         * backend/ev-document-security.h:
12771         * backend/ev-document.c: (ev_document_error_quark):
12772         * backend/ev-document.h:
12773         * data/Makefile.am:
12774         * data/evince-password.glade:
12775         * pdf/xpdf/pdf-document.cc:
12776         * shell/Makefile.am:
12777         * shell/ev-password.c: (ev_password_set_bad_password_label),
12778         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12779         (ev_password_dialog_get_password),
12780         (ev_password_dialog_set_bad_pass):
12781         * shell/ev-password.h:
12782         * shell/ev-window.c: (ev_window_get_attribute),
12783         (ev_window_set_property), (update_action_sensitivity),
12784         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12785         (ev_window_setup_document), (ev_window_get_password),
12786         (ev_window_open), (ev_window_cmd_save_as),
12787         (using_postscript_printer), (ev_window_print),
12788         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12789         (update_fullscreen_popup), (ev_window_fullscreen),
12790         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12791         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12792         (menu_item_select_cb), (find_bar_search_changed_cb),
12793         (ev_window_dispose), (ev_window_init):
12794
12795         Add initial support for password-supported dialogs.  This could be
12796         a lot cooler, but it'll do for now.
12797
12798 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12799
12800         * pdf/xpdf/pdf-document.cc:
12801         * shell/ev-view.c: (status_message_from_link),
12802         (ev_view_set_status), (ev_view_set_cursor),
12803         (ev_view_motion_notify_event), (ev_view_init):
12804         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12805
12806         Fix bugs in the links implementation and change cursor
12807         when hovering a link.
12808
12809 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12810
12811         * viewer/.cvsignore: added cvsignore file for viewer directory
12812
12813         * TODO: created TODO document
12814
12815 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12816
12817         * shell/ev-view.h:
12818         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12819         new functions to help with implementation of sensitivity code
12820         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12821         of all actions that might require it.  Fixes a crash when you
12822         click on the Zoom actions in a window lacking a document.
12823
12824 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12825
12826         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12827         of the Find action
12828
12829 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12830
12831         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12832         (pixbuf_document_document_iface_init):
12833         * ps/ps-document.c: (ps_document_get_link),
12834         (ps_document_document_iface_init):
12835         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12836         (status_message_from_link), (ev_view_set_status),
12837         (ev_view_set_find_status), (ev_view_motion_notify_event),
12838         (ev_view_button_release_event), (ev_view_set_property),
12839         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12840         (ev_view_get_find_status_message), (update_find_results),
12841         (ev_view_get_status), (ev_view_get_find_status):
12842         * shell/ev-view.h:
12843         * shell/ev-window.c: (view_status_changed_cb),
12844         (view_find_status_changed_cb), (ev_window_init):
12845
12846         View status message support, use it to show the links.
12847         Needs work...
12848
12849 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12850
12851         * backend/ev-document.c: (ev_document_get_link):
12852         * backend/ev-document.h:
12853         * pdf/xpdf/pdf-document.cc:
12854         * shell/ev-application.c: (ev_application_open):
12855         * shell/ev-application.h:
12856         * shell/ev-sidebar-links.c: (selection_changed_cb):
12857         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12858         (ev_view_go_to_link):
12859
12860         Add support for document links
12861
12862 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12863
12864         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12865         (create_tool_item):
12866         Set the spin button limits correctly.
12867         
12868         * shell/ev-sidebar-thumbnails.c:
12869         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12870         Support changing pages by clicking on the thumbnails.
12871         
12872 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12873
12874         * pixbuf/pixbuf-document.c:
12875         (pixbuf_document_thumbnails_get_dimensions),
12876         (pixbuf_document_document_thumbnails_iface_init):
12877
12878         implement get_dimensions
12879
12880 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12881
12882         * ps/ps-document.c: (ps_document_goto_page):
12883
12884         Fix page switching on multipage documents
12885
12886 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12887
12888         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12889         
12890         check for NULL before assigning to width and height parameters
12891
12892 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12893
12894         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12895         (pixbuf_document_set_property), (pixbuf_document_get_property):
12896
12897         implement get/set properties
12898
12899 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12900
12901         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12902         
12903         return NULL instead of "Unknown", letting the title get set to
12904         the filename when the pdf has no title.
12905
12906 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12907
12908         * ps/ps-document.c: (ps_document_get_page_count),
12909         (ps_document_goto_page):
12910
12911 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12912
12913         * shell/ev-history.c: (ev_history_get_property),
12914         (ev_history_set_property), (ev_history_class_init),
12915         (ev_history_add_page), (ev_history_set_current_index):
12916         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12917         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12918         (ev_navigation_action_finalize):
12919         * shell/ev-navigation-action.h:
12920         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12921         (ev_view_go_forward), (ev_view_get_find_status_message),
12922         (history_index_changed_cb), (ev_view_set_history):
12923         * shell/ev-view.h:
12924         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12925         (update_current_page), (register_custom_actions):
12926
12927         Implement history dropdowns
12928
12929 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12930
12931         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12932         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12933         (ev_view_go_forward):
12934         * shell/ev-window.c: (register_custom_actions):
12935
12936         Fix several history bugs
12937
12938 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12939
12940         * configure.ac: Add «nb» to ALL_LINGUAS.
12941
12942 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12943
12944         * backend/Makefile.am:
12945         * backend/ev-bookmark.c:
12946         * backend/ev-bookmark.h:
12947         * backend/ev-document-bookmarks.c:
12948         * backend/ev-document-bookmarks.h:
12949         * backend/ev-document-links.c: (ev_document_links_get_type),
12950         (ev_document_links_has_document_links),
12951         (ev_document_links_begin_read), (ev_document_links_get_link),
12952         (ev_document_links_get_child), (ev_document_links_next),
12953         (ev_document_links_free_iter):
12954         * backend/ev-document-links.h:
12955         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12956         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12957         (ev_link_get_link_type), (ev_link_set_link_type),
12958         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12959         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12960         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12961         (ev_link_new_external):
12962         * backend/ev-link.h:
12963         * pdf/xpdf/pdf-document.cc:
12964         * shell/Makefile.am:
12965         * shell/ev-application.c: (ev_application_open_link):
12966         * shell/ev-application.h:
12967         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12968         (ev_history_get_link_nth):
12969         * shell/ev-history.h:
12970         * shell/ev-sidebar-bookmarks.c:
12971         * shell/ev-sidebar-bookmarks.h:
12972         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12973         (ev_sidebar_links_class_init), (selection_changed_cb),
12974         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12975         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12976         (do_one_iteration), (populate_links_idle),
12977         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12978         * shell/ev-sidebar-links.h:
12979         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12980         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12981         (go_to_index):
12982         * shell/ev-view.h:
12983         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12984         * shell/ev-window.h:
12985
12986         Rename bookmark to link, and use "Index" for the sidebar panel.
12987
12988 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12989
12990         * shell/Makefile.am:
12991         * shell/ev-application.c: (ev_application_open_bookmark):
12992         * shell/ev-application.h:
12993         * shell/ev-history.c: (ev_history_init), (free_links_list),
12994         (ev_history_finalize), (ev_history_class_init),
12995         (ev_history_add_link), (ev_history_add_page),
12996         (ev_history_get_link_nth), (ev_history_get_n_links),
12997         (ev_history_get_current_index), (ev_history_set_current_index),
12998         (ev_history_new):
12999         * shell/ev-history.h:
13000         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13001         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13002         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13003         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13004         (ev_view_set_page):
13005         * shell/ev-view.h:
13006         * shell/ev-window.c: (ev_window_open_bookmark),
13007         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13008         (goto_page_cb), (register_custom_actions):
13009         * shell/ev-window.h:
13010
13011         Initial history implementation. Needs work.
13012
13013 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13014
13015         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13016
13017 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13018
13019         * cut-n-paste/recent-files/egg-recent-item.c:
13020         * cut-n-paste/recent-files/egg-recent-item.h:
13021         * cut-n-paste/recent-files/egg-recent-model.c:
13022         * cut-n-paste/recent-files/egg-recent-util.c:
13023         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13024         * cut-n-paste/recent-files/egg-recent-view.c:
13025
13026         Update
13027
13028 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13029
13030         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13031         (fillGlyph, fillImageMask, drawImage):
13032         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13033         pdf/splash/SplashTypes.h:
13034         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13035         packed mode for Splash.
13036
13037         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13038         RGB8 packed mode, eliminates the pixbuf data creation loop.
13039
13040         * shell/ev-print-job.c (ev_print_job_finalize)
13041         (ev_print_job_set_property, ev_print_job_get_property)
13042         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13043         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13044         (print_closure_finalize, ev_print_job_print): implement
13045         printing (for backends with EvPsExporter)
13046
13047         * shell/ev_print_job.h: update prototypes.
13048
13049         * shell/ev-window.c (ev_window_print): unref print job after
13050         printing.
13051
13052         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13053         unless the document implements the EvDocumentFind interface.
13054
13055 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13056
13057         * configure.ac: Added ja to ALL_LINGUAS.
13058
13059 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13060
13061         * pdf/xpdf/pdf-document.cc:
13062
13063         add a FIXME. We should probably not allocate
13064         a bookmark object every time
13065
13066 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13067
13068         * shell/ev-application.c: (ev_application_open),
13069         (ev_application_open_bookmark):
13070         * shell/ev-application.h:
13071         
13072         Add a way to open bookmarks
13073
13074         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13075         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13076         (ev_bookmark_set_property), (ev_bookmark_class_init),
13077         (ev_bookmark_new_title), (ev_bookmark_new_link),
13078         (ev_bookmark_new_external):
13079
13080         Support for external uris, better constructors.
13081
13082         * backend/ev-bookmark.h:
13083         * pdf/xpdf/pdf-document.cc:
13084         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13085
13086         Handle external uris
13087
13088 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13089
13090         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13091         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13092
13093         Hook up bookmarks navigation
13094
13095 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13096
13097         * backend/Makefile.am:
13098         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13099         (ev_bookmark_get_title), (ev_bookmark_set_title),
13100         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13101         (ev_bookmark_get_page), (ev_bookmark_set_page),
13102         (ev_bookmark_get_property), (ev_bookmark_set_property),
13103         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13104         (ev_bookmark_new):
13105         * backend/ev-bookmark.h:
13106         * backend/ev-document-bookmarks.c:
13107         (ev_document_bookmarks_get_bookmark):
13108         * backend/ev-document-bookmarks.h:
13109         * pdf/xpdf/pdf-document.cc:
13110         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13111
13112         Add a bookmark object to the backend and use it instead of get_values
13113
13114 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13115
13116         * data/evince-ui.xml:
13117
13118         Cleanup and add select all.
13119
13120         * shell/ev-view.c: (ev_view_select_all),
13121         (ev_view_button_press_event):
13122         * shell/ev-view.h:
13123         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13124
13125         Add select all.
13126         Clear selection on click.
13127
13128 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13129
13130         * shell/ev-sidebar-thumbnails.c
13131         (ev_sidebar_thumbnails_set_document): forgot to unref the
13132         loading_icon.
13133
13134 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13135
13136         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13137         at the visible page, not just linearly.  This makes it look fast.
13138
13139 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13140
13141         * backend/ev-document-misc.c
13142         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13143         white.
13144         * backend/ev-document-thumbnails.h: New interface to get the size
13145         of a page.
13146
13147 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13148
13149         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13150         make dist works
13151
13152 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13153
13154         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13155         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13156         things up a bit.
13157
13158         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13159
13160 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13161
13162         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13163         fonts. Should fix font problems on systems that have the base
13164         fonts in bitmap format. Reported by James Henstridge
13165         <james@jamesh.id.au>.
13166
13167 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13168
13169         * pdf/xpdf/Gfx.cc:
13170         * pdf/xpdf/GfxState.cc:
13171
13172         Fix for CAN-2004-1125
13173
13174 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13175
13176         * shell/ev-view.c: (ev_view_copy):
13177         * shell/ev-view.h:
13178         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13179
13180         Implement Edit->Copy
13181
13182 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13183
13184         * backend/ev-document.c: (ev_document_get_text):
13185         * backend/ev-document.h:
13186         * pdf/xpdf/pdf-document.cc:
13187         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13188         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13189         (ev_view_update_primary_selection), (ev_view_button_press_event),
13190         (ev_view_motion_notify_event), (ev_view_button_release_event):
13191
13192         Beginnings of clipboard support. Incomplete but primary sort
13193         of work.
13194
13195 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13196
13197         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13198         (expose_bin_window):
13199
13200         Nicer rubberband drawing, from GtkIconView.
13201
13202 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13203
13204         * backend/ev-document.c: (ev_document_save):
13205         * backend/ev-document.h:
13206         * data/evince-ui.xml:
13207         * pdf/xpdf/pdf-document.cc:
13208         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13209
13210         Implement "Save a copy..." menu item
13211
13212 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13213
13214         * shell/ev-view.c: (ev_view_zoom):
13215
13216         Queue a resize when zoom changes
13217
13218 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13219
13220         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13221         shadows.
13222
13223         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13224         thumbnails..
13225
13226 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13227
13228         * pdf/xpdf/pdf-document.cc
13229         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13230
13231 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13232
13233         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13234         It's slow, but I'll speed it up next!
13235
13236 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13237
13238         * shell/main.c (load_files):
13239
13240         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13241         from the command line and because it seems more appropriate.
13242
13243 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13244
13245         * data/evince-ui.xml:
13246         * shell/ev-window.c: (update_action_sensitivity),
13247         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13248
13249         s/next page/page down
13250         s/previous page/page up
13251
13252 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13253
13254         * data/evince-ui.xml:
13255
13256         Change the layout to match clarkbw design.
13257
13258         * shell/Makefile.am:
13259         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13260         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13261         (ev_navigation_action_finalize),
13262         (ev_navigation_action_set_property),
13263         (ev_navigation_action_get_property),
13264         (ev_navigation_action_class_init):
13265         * shell/ev-navigation-action.h:
13266
13267         Implement clarkbw toolbar navigation controls (incomplete)
13268
13269         * shell/ev-page-action.c: (update_label), (update_spin),
13270         (value_changed_cb), (create_tool_item), (connect_proxy),
13271         (ev_page_action_init), (ev_page_action_finalize),
13272         (ev_page_action_set_property), (ev_page_action_get_property),
13273         (ev_page_action_set_current_page),
13274         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13275         * shell/ev-page-action.h:
13276
13277         Implement a page switcher in the toolbar
13278
13279         * shell/ev-view.c: (ev_view_scroll_view):
13280         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13281         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13282         (register_custom_actions), (ev_window_init):
13283
13284         Change page on PageUp/Down.
13285
13286 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13287
13288         * pdf/xpdf/pdf-document.cc
13289         (pdf_document_thumbnails_get_thumbnail): initial stab at
13290         implementing thumbnail support for pdfs.  It only does documents
13291         with precached pdfs now.
13292
13293 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13294
13295         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13296         thumbnail code into a time-based idle as well.  Also, turn off the
13297         shadow temporarily as it's really slow.
13298
13299 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13300
13301         * backend/ev-document.c: (ev_document_class_init):
13302         * pdf/xpdf/pdf-document.cc:
13303         * shell/ev-window.c: (ev_window_open):
13304
13305         Fix document title bugs and fallback to
13306         filename when not available.
13307
13308 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13309
13310         * backend/ev-document.c: (ev_document_get_type),
13311         (ev_document_class_init), (ev_document_load),
13312         (ev_document_get_title):
13313         * backend/ev-document.h:
13314         * pdf/xpdf/pdf-document.cc:
13315         * ps/ps-document.c: (ps_document_set_property),
13316         (ps_document_get_property), (ps_document_class_init),
13317         (document_load):
13318         * ps/ps-document.h:
13319         * ps/ps.h:
13320         * shell/ev-window.c: (update_window_title), (ev_window_open),
13321         (ev_window_init):
13322
13323         Initial support for document title. Not working yet.
13324
13325 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13326
13327         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13328
13329         Grab focus on the view when clicking it
13330
13331 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * shell/ev-marshal.list:
13334         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13335         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13336
13337         Add key bindings to the view. Now if the focus would work
13338         right...
13339
13340 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13341
13342         * Makefile.am:
13343         * backend/Makefile.am:
13344         * data/Makefile.am:
13345         * dvi/Makefile.am:
13346         * dvi/dvilib/Makefile.am:
13347         * pdf/xpdf/Makefile.am:
13348         * po/POTFILES.in:
13349         * ps/Makefile.am:
13350
13351         Fix distcheck
13352
13353 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13354
13355         * shell/ev-view.c: (ev_view_realize):
13356
13357         Fix mouse wheel scrolling
13358
13359 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13360
13361         * ps/Makefile.am:
13362         * ps/gstypes.h:
13363         * ps/gtkgs.c:
13364         * ps/gtkgs.h:
13365         * ps/ps-document.c: (catchPipe), (ps_document_init),
13366         (ps_document_class_init), (ps_document_cleanup),
13367         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13368         (set_up_page), (close_pipe), (is_interpreter_ready),
13369         (interpreter_failed), (output), (input), (start_interpreter),
13370         (stop_interpreter), (file_length), (file_readable),
13371         (check_filecompressed), (check_pdf), (compute_xdpi),
13372         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13373         (ps_document_get_type), (ps_document_emit_error_msg),
13374         (document_load), (ps_document_next_page),
13375         (ps_document_get_current_page), (ps_document_get_page_count),
13376         (ps_document_goto_page), (ps_document_set_page_size),
13377         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13378         (ps_document_load), (ps_document_get_n_pages),
13379         (ps_document_set_page), (ps_document_get_page),
13380         (ps_document_widget_event), (ps_document_set_target),
13381         (ps_document_set_scale), (ps_document_set_page_offset),
13382         (ps_document_get_page_size), (ps_document_render),
13383         (ps_document_document_iface_init):
13384         * ps/ps-document.h:
13385         * ps/ps.c:
13386         * shell/ev-window.c: (ev_window_open):
13387
13388         Rename GtkGS to PSDocument
13389
13390 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13391
13392         * ps/gtkgs.c: (gtk_gs_class_init):
13393         * ps/gtkgs.h:
13394
13395         Some more leftover...
13396
13397 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13398
13399         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13400         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13401         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13402         * ps/gtkgs.h:
13403
13404         Remove unused code and make a lot of stuff private
13405
13406 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13407
13408         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13409         (gtk_gs_defaults_changed):
13410         * ps/gsdefaults.h:
13411         * ps/gtkgs.c:
13412         * ps/gtkgs.h:
13413         * ps/ps.h:
13414
13415         Cleanup headers dependencies
13416
13417 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13418
13419         * ps/Makefile.am:
13420         * ps/ggvutils.c:
13421         * ps/ggvutils.h:
13422         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13423         * ps/gsdefaults.h:
13424         * ps/gtkgs.c: (file_length), (file_readable),
13425         (check_filecompressed), (check_pdf), (gtk_gs_load),
13426         (gtk_gs_get_postscript):
13427
13428         Get rid of ggvutils
13429
13430 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13431
13432         * ps/ggvutils.c:
13433         * ps/ggvutils.h:
13434         * ps/gsio.h:
13435         * ps/gtkgs.c: (gtk_gs_set_zoom):
13436
13437         Cleanups
13438
13439 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13440
13441         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13442
13443         Ensure the page is rerendered when changing zoom
13444
13445 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13446
13447         * backend/ev-document.c: (ev_document_base_init),
13448         (ev_document_changed):
13449         * backend/ev-document.h:
13450
13451         Add a changed event that is emitted when the page content
13452         changes. This is necessary to deal with the fact that
13453         in ps backend rendering happen asycrounously.
13454         This makes the ps backend mostly work.
13455
13456         * pdf/xpdf/pdf-document.cc:
13457
13458         Emit changed event
13459
13460         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13461         (ps_document_set_target):
13462
13463         Emit changed event
13464
13465         * shell/ev-view.c: (document_changed_callback),
13466         (ev_view_set_document), (ev_view_set_page):
13467
13468         Redraw on the changed signal
13469
13470 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13471
13472         * configure.ac: Added pt_BR to ALL_LINGUAS.
13473
13474 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13475
13476         * backend/ev-document-bookmarks.c:
13477         (ev_document_bookmarks_get_child): *
13478         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13479         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13480         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13481         (ev_sidebar_bookmarks_destroy),
13482         (ev_sidebar_bookmarks_class_init),
13483         (ev_sidebar_bookmarks_construct), (stack_data_free),
13484         (do_one_iteration), (populate_bookmarks_idle),
13485         (ev_sidebar_bookmarks_clear_document),
13486         (ev_sidebar_bookmarks_set_document): *
13487         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13488         (ev_sidebar_add_page),
13489         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13490         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13491         it displays both the topics and the page numbers.
13492
13493 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13494
13495         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13496         toggle.
13497         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13498         visible.
13499
13500 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13501
13502         * configure.ac: Added en_CA to ALL_LINGUAS.
13503
13504 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13505
13506         * ChangeLog: replace bottom of this ChangeLog (merged history of
13507         ggv and gpdf; where all paths were wrong and most of the files are
13508         not even in this tree) with ChangeLog (from arch) of the shell
13509         code.
13510
13511 2004-12-23  Havoc Pennington  <hp@redhat.com>
13512
13513         * shell/ev-window.c: hook up potentially-questionable "find
13514         results status text" feature - something involving the sidebar or
13515         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13516         might be better in the end.
13517
13518         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13519         with corresponding signal when it should be updated
13520
13521         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13522
13523 2004-12-22  Havoc Pennington  <hp@redhat.com>
13524
13525         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13526         find stuff on other pages, sort of (only returns one result on
13527         invisible pages, to show they have results; updates full results
13528         for a page when you view it). Currently repaints the current page
13529         every time a new result is found on any page, which isn't so nice.
13530
13531 2004-12-22  Havoc Pennington  <hp@redhat.com>
13532
13533         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13534         the document doesn't support find (better ideas?)
13535         (find_bar_search_changed_cb): handle missing document or document
13536         that doesn't support find
13537
13538         * pdf/xpdf/pdf-document.cc: port to implement the new
13539         EvDocumentFindIface
13540
13541         * backend/ev-document-find.c: create a new interface for searching
13542
13543         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13544
13545 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13546
13547         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13548         libevbackend.la.
13549
13550         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13551         EvPrintJob constructor arguments.
13552
13553         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13554         for documents that can export PostScript (page by page).
13555
13556         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13557         
13558         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13559         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13560         (pdf_document_ps_exporter_iface_init:
13561         Implement EvPSExporter.
13562
13563         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13564
13565 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13566
13567         * backend/Makefile.am:
13568         * backend/ev-document-thumbnails.c:
13569         (ev_document_thumbnails_get_type),
13570         (ev_document_thumbnails_get_thumbnail):
13571         * backend/ev-document-thumbnails.h:
13572         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13573         (pixbuf_document_thumbnails_get_thumbnail),
13574         (pixbuf_document_document_thumbnails_iface_init):
13575         * shell/Makefile.am:
13576         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13577         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13578         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13579         * shell/ev-sidebar-thumbnails.h:
13580         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13581         (ev_sidebar_set_document):
13582         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13583         (create_shadow), (ev_pixbuf_add_shadow):
13584         * shell/ev-utils.h:
13585         Add thumbnail support.
13586         
13587 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13588
13589         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13590         (using_postscript_printer): Set up a print dialog for "PostScript
13591         injection" method.
13592
13593         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13594         EvPrintJob.
13595
13596         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13597
13598 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13599
13600         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13601         (ps_document_set_target), (ps_document_get_page_size),
13602         (ps_document_render):
13603         * ps/gtkgs.h:
13604
13605         Fix a few bugs
13606
13607 2004-12-22  Christian Rose  <menthos@menthos.com>
13608
13609         * configure.ac: Added "sv" to ALL_LINGUAS.
13610
13611 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13612
13613         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13614         document supports bookmarks.
13615
13616 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13617
13618         * ps/ggvutils.c: (ggv_file_readable):
13619         * ps/ggvutils.h:
13620         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13621         (gtk_gs_get_postscript):
13622
13623         Remove unused utils
13624
13625 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13626
13627         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13628         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13629         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13630         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13631         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13632         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13633         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13634         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13635         (gtk_gs_set_antialiasing), (ps_document_load),
13636         (ps_document_render):
13637         * ps/gtkgs.h:
13638
13639         Another check point for the ps backend. Now I can get it to show
13640         pages!
13641
13642 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13643
13644         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13645         document setting code.
13646
13647 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13648
13649         * shell/eggfindbar.c: (entry_activate_callback):
13650         Animate the next button when activate is pressed.
13651         
13652 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13653
13654         * shell/ev-window.c: (ev_window_cmd_edit_find),
13655         (update_fullscreen_popup), (ev_window_fullscreen),
13656         (ev_window_unfullscreen), (ev_window_state_event_cb),
13657         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13658         Fix bugs in fullscreen code.
13659         
13660 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13661
13662         * Makefile.am:
13663         * configure.ac:
13664         * pixbuf/Makefile.am:
13665         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13666         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13667         (pixbuf_document_set_page), (pixbuf_document_get_page),
13668         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13669         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13670         (pixbuf_document_render), (pixbuf_document_begin_find),
13671         (pixbuf_document_end_find), (pixbuf_document_finalize),
13672         (pixbuf_document_class_init),
13673         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13674         * pixbuf/pixbuf-document.h:
13675         * shell/Makefile.am:
13676         * shell/ev-application.c: (ev_application_open):
13677         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13678         (ev_window_open):
13679         Add pixbuf backend.
13680         
13681 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13682
13683         * Makefile.am: 
13684         * dvi/dvilib/Makefile.am:
13685         * dvi/Makefile.am:
13686         * configure.ac: Auto*ify dvi and dvi/dvilib
13687
13688         * dvi/Makefile: Remove from CVS
13689         
13690         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13691         confusion.
13692
13693         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13694         
13695         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13696         
13697 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13698
13699         * ps/Makefile.am:
13700         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13701         (gtk_gs_value_adjustment_changed), (compute_size),
13702         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13703         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13704         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13705         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13706         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13707         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13708         (ps_document_load), (ps_document_get_n_pages),
13709         (ps_document_set_page), (ps_document_get_page),
13710         (ps_document_set_target), (ps_document_set_scale),
13711         (ps_document_set_page_offset), (ps_document_get_page_size),
13712         (ps_document_render), (ps_document_begin_find),
13713         (ps_document_end_find), (ps_document_document_iface_init):
13714         * ps/gtkgs.h:
13715         * shell/Makefile.am:
13716         * shell/ev-window.c: (ev_window_open):
13717
13718         Some work to integrate gtkgs with EvDocument
13719
13720 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13721
13722         * shell/ev-window.c: (update_fullscreen_popup),
13723         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13724         (exit_fullscreen_button_clicked_cb),
13725         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13726         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13727         (ev_window_state_event_cb), (ev_window_init):
13728         Add fullscreen support from Epiphany.
13729         
13730 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13731
13732         * data/ev-stock-zoom-fit-width.png: fit-width
13733         stock icon from gpdf.
13734         
13735         * shell/ev-stock-icons.[ch]: copied from gpdf.
13736         
13737         * shell/main.c: (main): init stock icons.
13738         
13739         * shell/ev-window.c: use the fit-width icon.
13740         
13741         * data/evince-ui.xml: add zooming toolbar items.
13742
13743 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13744
13745         * shell/ev-view.c: 
13746         (ev_view_best_fit), (ev_view_fit_width): because
13747         get_page_size() returns the scaled page size, we
13748         need to calculate the scale factor relative to
13749         the previous scale factor. Should really just
13750         add get_real_page_size().
13751
13752 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13753
13754         * shell/ev-view.[ch]:
13755         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13756         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13757         add zooming.
13758         
13759         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13760         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13761         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13762         hook it up.
13763         
13764         * pdf/xpdf/pdf-document.cc:
13765         (pdf_document_begin_find),
13766         (pdf_document_end_find): make static.
13767
13768 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13769
13770         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13771
13772         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13773         names to fontconfig patterns.
13774         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13775
13776         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13777         setupBaseFontsFc.
13778
13779 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13780
13781         * Makefile.am:
13782         * configure.ac:
13783         * ps/Makefile.am:
13784         * ps/ggvutils.c:
13785         * ps/ggvutils.h:
13786         * ps/gsdefaults.c:
13787         * ps/gsdefaults.h:
13788         * ps/gsio.c:
13789         * ps/gsio.h:
13790         * ps/gtkgs.c:
13791         * ps/gtkgs.h:
13792         * ps/ps.c:
13793         * ps/ps.h:
13794
13795         Import ggv backend. Not hooked up yet.
13796
13797 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13798
13799         * shell/main.c: (load_files), (main): load files
13800         from the command line.
13801
13802 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13803
13804         * configure.ac: don't require bonobo.
13805         
13806         * cut-n-paste/recent-files/*: kill bonobo recent
13807         view.
13808
13809         * shell/ev-window.c:
13810         (ev_window_is_empty): upd.
13811         (unable_to_load), (ev_window_open): load backend
13812         based on the mime type.
13813
13814 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13815
13816         * backend/.cvsignore: ignore generated marshalers source.
13817
13818         * shell/main.c (main): this is not epiphany.
13819
13820 2004-12-22  Havoc Pennington  <hp@redhat.com>
13821
13822         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13823         (expose_bin_window): draw find highlights
13824
13825         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13826         
13827         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13828         (pdf_document_end_find): implement this interface
13829
13830         * backend/ev-document.c (ev_document_found): add this to emit
13831         signal
13832
13833 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13834
13835         * data/evince-ui.xml: Add a few more toolbar items.
13836
13837         * shell/ev-window.c: Hook up page navigation toolbar 
13838         items.
13839
13840         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13841         a page-changed signal.
13842
13843         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13844         Add ev_document_get_page().
13845
13846         * shell/ev-window.c: Sensitize/desensitize navigation
13847         actions.
13848
13849 2004-12-21  Havoc Pennington  <hp@redhat.com>
13850
13851         * backend/ev-backend-marshal.c,
13852         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13853         marshaler-generator thingy. I'm sure there's a better way to do
13854         this in the modern world.
13855
13856         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13857         end_find methods and "found" signal.
13858
13859         * configure.ac: find glib-genmarshal
13860
13861 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13862
13863         * shell/ev-sidebar.c: Construct an actual sidebar.
13864         * shell/ev-sidebar-bookmarks.[ch]:
13865         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13866
13867 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13868
13869         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13870         Redo size handling.
13871         
13872         * shell/ev-view.c: Track the size from the document.
13873
13874 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13875
13876         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13877         constructor assumes ownership of the string passed in.
13878         
13879         * shell/ev-window.c (ev_window_open): Destroy the error
13880         dialog once we've displayed it.
13881
13882 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13883
13884         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13885         a bit, it works! (sort of)
13886
13887         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13888         Move to .cc since we need to use C++ in the implementation.
13889
13890         * shell/dummy.cc: Add a CC file to force evince
13891         to be linked as a C++ program.
13892
13893 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13894
13895         * shell/ev-view.[ch]: Start of content-area widget.
13896
13897         * shell/ev-window.c: Create a EvView, update it
13898         as we change documents.
13899
13900         * shell/Makefile.am shell/ev-marshal.list: Add
13901         generated marshalers.
13902
13903 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13904
13905         * Makefile.am (SUBDIRS): move shell.
13906
13907 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13908
13909         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13910         .a to libtool convenience libraries.
13911
13912         * shell/ev-window.c (ev_window_open): Hard code loading
13913         a PDF document.
13914         
13915         * backend/ev-document.h: Add a boolean return to load(),
13916         fix GError * to GError **.
13917
13918         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13919         object for a PDF backend EvDocument.
13920
13921 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13922
13923         * dvi/*: New directory with the beginning of a .dvi backend.
13924
13925 2004-12-21  Havoc Pennington  <hp@redhat.com>
13926
13927         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13928         previous/next instead of back/forward
13929
13930 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13931
13932         * backend/ev-document.[ch]: Fix a couple of problems so
13933         it compile.
13934
13935 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13936
13937         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13938         to backend/ directory, rename EvViewer to EvDocument.
13939
13940 2004-12-21  Havoc Pennington  <hp@redhat.com>
13941
13942         * shell/ev-window.c: hook up the find bar widget; now we just need
13943         a document to find things in
13944
13945         * shell/eggfindbar.c: a find bar widget
13946
13947 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13948
13949         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13950
13951 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13952
13953         * pdf/**: Import of xpdf code from gpdf. 
13954
13955         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13956
13957         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13958         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13959         Fix FreeType includes.
13960
13961         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13962         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13963         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13964         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13965         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13966         Include xpdfconfig.h
13967         
13968 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13969
13970         * shell/ev-window.c (ev_window_dispose): dispose can be called
13971         multiple times.
13972
13973 2004-12-21  Havoc Pennington  <hp@redhat.com>
13974
13975         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13976         rather than Evince
13977
13978         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13979         items; really they should be synced with the strings, etc. from
13980         current gpdf, but just getting the boring typing out of the way 
13981
13982 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13983
13984         * po/POTFILES.in:
13985         * shell/ev-application.c: (window_destroy_cb):
13986         * shell/ev-window.c:
13987         * shell/main.c: (main):
13988
13989         Actually show the window...
13990
13991 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13992
13993         * Makefile.am:
13994         * shell/Makefile.am:
13995         * shell/ev-application.c: (ev_application_class_init):
13996         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13997
13998         Make it build again
13999
14000 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14001
14002         Import to gnome cvs.
14003         
14004         * Remove copies of gpdf and ggv trees.
14005         * Rip out all the recursive configure code.
14006         * Remove bonobo machinery.
14007         * viewer/*: GInterfaces that backends should/can implement.
14008
14009 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14010
14011         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14012         typo
14013
14014 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14015
14016         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14017         (ev_application_finalize, ev_application_class_init)
14018         (ev_application_init): use GType instance private data for priv.
14019
14020         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14021         (ev_window_finalize, ev_window_class_init)
14022         (ev_window_init): ditto.
14023
14024 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14025
14026         * shell/ev-application.c (ev_application_new_window): make public
14027         (ev_application_show_initial_window): kill.
14028
14029         * shell/ev-application.h: update prototypes.
14030
14031         * shell/main.cc (main): inline ev_application_show_initial_window.
14032
14033 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14034
14035         * shell/ev-application.c (ev_application_new_window): impl.
14036         (ev_application_show_initial_window): use it.
14037         (is_window_empty, ev_application_get_empty_window): returns an
14038         existing empty window or a new one.
14039         (ev_application_open): from ev_window_cmd_file_open.
14040
14041         * shell/ev-application.h: update prototypes
14042
14043         * shell/ev-window.c (ev_window_is_empty): impl.
14044         (ev_window_open): make public.
14045         (ev_window_cmd_file_open): use ev_application_open
14046
14047         * shell/ev-window.h: update prototypes, remove unused.
14048
14049 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14050
14051         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14052         move destroy handler out of here...
14053
14054         * shell/ev-application.c, shell/ev-application.h: ...into this new
14055         class. Also handles initial window creation.
14056
14057         * shell/main.cc (main): use EvApplication to create initial
14058         window.
14059
14060 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14061
14062         * Makefile.am (SUBDIRS): add cut-n-paste
14063
14064         * cut-n-paste/Makefile.am: add
14065
14066         * configure.ac: generate Makefiles in cut-n-paste
14067
14068 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14069
14070         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14071         (ev_window_class_init): install ev_window_dispose.
14072
14073 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14074
14075         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14076         char (gchar looks stupid).
14077
14078 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14079
14080         * po/de.po: updated German translation.
14081
14082 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14083
14084         * configure.ac: add more pkg-config library checks for gnome-vfs,
14085         bonobo etc.
14086
14087         * gpdf/configure.in: temporarily disable libpaper
14088         checks. Otherwise I'd have to add the checks for the shell, too.
14089
14090 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14091
14092         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14093         and * file filters to the file choose.
14094
14095 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14096
14097         * po/de.po: Updated German translation.
14098
14099 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14100
14101         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14102
14103 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14104
14105         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14106
14107         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14108         (ev_window_init): implement those menuitems.
14109
14110 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14111
14112         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14113
14114         * shell/ev-window.c (ev_window_init): use the toolbar.
14115
14116 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14117
14118         * shell/ev-window.c (ev_window_init): use menu translations
14119
14120 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14121
14122         * configure.ac: add "de" to ALL_LINGUAS.
14123
14124         * po/de.po: add German translation.
14125
14126 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14127
14128         * Makefile.am (SUBDIRS): add po
14129
14130         * configure.ac: check intltool, glib-gettext etc, generate
14131         po/Makefile.in
14132
14133         * po, po/POTFILES.in, po/POTFILES.skip: new.
14134
14135 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14136
14137         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14138         already use (#ifdef ENABLE_NLS)
14139
14140         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14141         pointer indirection thinko.
14142
14143         * shell/main.c: include gi18n.h for bindtextdomain etc.
14144
14145 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14146
14147         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14148         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14149         tooltips for menu items in the statusbar.
14150
14151 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14152
14153         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14154         pkgdatadir drop UIDIR
14155
14156 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14157
14158         * data/evince-ui.xml: Add File->Open menu item
14159
14160         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14161         chooser), hook it up in the ui manager.
14162
14163 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14164
14165         * shell/ev-window.c: fix Help->About tooltip.
14166
14167 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14168
14169         * configure.ac: set CFLAGS for libevprivate.
14170
14171         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14172         definitions, factory etc.
14173
14174         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14175
14176         * shell/Makefile.am: link against libevprivate.a.
14177
14178         * shell/ev-window.c (entries): add stock icon to Help->About.
14179
14180         * shell/main.c (main): init stock icon code.
14181
14182 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14183
14184         * lib/recent-files: egg recent files code
14185
14186         * lib/Makefile.am: add.
14187
14188         * Makefile.am: add lib subdir.
14189
14190         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14191         set CFLAGS for recent-files.
14192
14193 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14194
14195         * configure.ac: disable -ansi and -pedantic gcc flags. They
14196         disable POSIX stuff in stdio.h, but egg-recent uses them.
14197
14198 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14199
14200         * configure.ac: add --disable-deprecated flag (defaults to on in
14201         "cvs" builds).
14202
14203         * shell/Makefile.am (INCLUDES): use it.
14204
14205 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14206
14207         * shell/main.c: add missing #include.
14208
14209         * shell/ev-window.c: fix for pedantic gcc.
14210         (ev_window_cmd_help_about): split license into paragraphs for
14211         translators and pedantic compilers.
14212
14213 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14214
14215         * configure.ac: add more warning flags if compiling with gcc from
14216         cvs (or explicitly requested with --enable-more-warnings).
14217
14218 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14219
14220         * data/evince-ui.xml: add File and File->Close menu.
14221
14222         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14223         (ev_window_destroy): quit after destroy.
14224         (ev_window_class_init): override GtkObject::destroy.
14225         (entries): install close_window callback.
14226
14227 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14228
14229         * Makefile.am (SUBDIRS): add data subdir.
14230
14231         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14232         gtk+ 2.5.0 for GtkAboutDialog.
14233
14234         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14235         main window.
14236
14237         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14238
14239         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14240         manager.
14241         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14242
14243 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14244
14245         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14246
14247 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14248
14249         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14250
14251 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14252
14253         * shell/*: Added shell directory boilerplate, build it.
14254
14255 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14256
14257         * configure.ac, Makefile.am: Added top-level configure.ac and
14258         Makefile.am