]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update NEWS for 2.23.91 release.
[evince.git] / ChangeLog
1 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4
5         Update NEWS for 2.23.91 release.
6         
7 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * cut-n-paste/smclient/eggsmclient-xsmp.c:
10         (sm_client_xsmp_set_initial_properties):
11
12         Fix memory leak.
13         
14 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/ev-application.c: (ev_application_open_window),
17         (ev_application_open_uri_at_dest):
18
19         Make sure evince starts up in the right workspace when resuming a
20         previous session.
21         
22 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * shell/ev-application.[ch]: (ev_application_open_window),
25         (ev_application_add_icon_path_for_screen),
26         (ev_application_open_uri_at_dest):
27
28         Fix window manager warnings shown in ~/.xsession-errors
29         
30 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
31
32         * configure.ac:
33         * cut-n-paste/Makefile.am:
34         * cut-n-paste/smclient/Makefile.am:
35         * cut-n-paste/smclient/eggdesktopfile.[ch]:
36         * cut-n-paste/smclient/eggsmclient-private.h:
37         * cut-n-paste/smclient/eggsmclient-xsmp.c:
38         * cut-n-paste/smclient/eggsmclient.[ch]:
39
40         EggSMClient copied from libegg
41
42         * libdocument/ev-file-helpers.c: (ev_dot_dir):
43         * shell/Makefile.am:
44         * shell/ev-application.[ch]: (ev_application_load_session),
45         (smclient_save_state_cb), (smclient_quit_cb),
46         (ev_application_init_session), (ev_application_shutdown),
47         (ev_application_init):
48         * shell/main.c: (main):
49
50         Use EggSMClient instead of gnome-client and remove libgnome and
51         libgnomeui dependencies.
52         
53 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * shell/main.c: (main):
56
57         Remove gnome_authentication_manager_init.
58         
59 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
60
61         * shell/ev-view.c: (ev_view_goto_window_create):
62
63         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
64         since it's now deprecated.
65         
66 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
67
68         * backend/djvu/Makefile.am:
69         * backend/djvu/djvu-document-private.h:
70         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
71         (djvu_document_find_iface_init):
72         * backend/djvu/djvu-text-page.[ch]:
73         * backend/djvu/djvu-text.[ch]: Removed
74         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
75         (pdf_document_find_iface_init):
76         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
77         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
78         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
79         (ev_job_find_get_n_results), (ev_job_find_get_progress),
80         (ev_job_find_has_results), (ev_job_find_get_results):
81         * shell/ev-view-private.h:
82         * shell/ev-view.[ch]: (ev_view_expose_event),
83         (highlight_find_results), (ev_view_finalize),
84         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
85         (ev_view_set_document), (ev_view_find_get_n_results),
86         (ev_view_find_get_result), (jump_to_find_result),
87         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
88         (ev_view_find_previous), (ev_view_find_search_changed),
89         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
90         * shell/ev-window.c: (ev_window_update_actions),
91         (page_changed_cb), (ev_window_setup_document),
92         (ev_window_update_find_status_message),
93         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
94         (ev_window_clear_find_job), (find_bar_close_cb),
95         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
96         (ev_window_dispose), (ev_window_init):
97
98         Rework find interface. The find logic has been moved from backends
99         to the shell avoiding a lot of duplicated code in the backends and
100         making easier to implement the find interface in the backends.
101         
102 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * backend/pdf/ev-poppler.cc:
105         (pdf_document_thumbnails_get_dimensions):
106
107         Make sure thumbnail size returned by the PDF is actually
108         valid. Fixes bug #548462.
109         
110 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
111
112         * shell/ev-window.c: (ev_window_setup_document),
113         (ev_window_set_document), (ev_window_dispose):
114
115         Remove the idle function for setting the document up when the
116         window is destroyed. Fixes bug #549163.
117         
118 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
121         (ev_job_attachments_dispose), (ev_job_attachments_run),
122         (ev_job_attachments_class_init), (ev_job_attachments_new):
123         * shell/ev-sidebar-attachments.c:
124         (ev_sidebar_attachments_set_document):
125
126         Add a new job to get the attachments in a thread with the document
127         lock held. Fixes bug #548653.
128         
129 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
132         (tiff_document_document_iface_init):
133
134         Implement document_get_page_label in tiff backend.
135         
136 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
137
138         * backend/tiff/tiff-document.c: (tiff_document_render):
139
140         Handle document orientation in tiff backend. Fixes bug #548444.
141         
142 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
145
146         Do not crash when adjustment page size is 0. Fixes bug #547440.
147         
148 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * cut-n-paste/evmountoperation/ev-mount-operation.c:
151
152         Sync with current GTK+.
153         
154 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
155
156         * configure.ac:
157         
158         Update for release 2.23.6.
159
160 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
163         (ev_job_load_set_password):
164         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
165         * shell/ev-window.c: (password_dialog_response),
166         (ev_window_load_job_cb):
167
168         Fix loading encrypted documents since I broke it with the jobs
169         rework.
170         
171 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * NEWS:
174
175         Update NEWS for 2.23.6 release.
176         
177 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
178
179         * backend/impress/impress-document.c:
180         * backend/impress/render.h:
181         * libdocument/ev-document-factory.c:
182         * libdocument/ev-document-factory.h:
183         * libdocument/ev-document-links.h:
184         * libdocument/ev-document-misc.c:
185         * libdocument/ev-document-misc.h:
186         * properties/ev-properties-main.c:
187         * properties/ev-properties-view.c:
188         * properties/ev-properties-view.h:
189         * shell/eggfindbar.c:
190         * shell/eggfindbar.h:
191         * shell/ev-application.c:
192         * shell/ev-application.h:
193         * shell/ev-jobs.h:
194         * shell/ev-message-area.h:
195         * shell/ev-navigation-action.c:
196         * shell/ev-navigation-action.h:
197         * shell/ev-open-recent-action.c:
198         * shell/ev-open-recent-action.h:
199         * shell/ev-page-action-widget.c:
200         * shell/ev-page-action.c:
201         * shell/ev-page-action.h:
202         * shell/ev-page-cache.h:
203         * shell/ev-password-view.h:
204         * shell/ev-password.h:
205         * shell/ev-pixbuf-cache.h:
206         * shell/ev-properties-fonts.c:
207         * shell/ev-sidebar-attachments.c:
208         * shell/ev-sidebar-links.c:
209         * shell/ev-sidebar-links.h:
210         * shell/ev-sidebar-thumbnails.c:
211         * shell/ev-sidebar-thumbnails.h:
212         * shell/ev-sidebar.c:
213         * shell/ev-sidebar.h:
214         * shell/ev-stock-icons.c:
215         * shell/ev-tooltip.h:
216         * shell/ev-view.c:
217         * shell/ev-view.h:
218         * shell/ev-window.c:
219         * shell/ev-window.h:
220         * shell/main.c:
221
222         More #include cleanups. Again: reordering, single gtk.h
223         includes and other stuff.
224
225 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
226
227         * shell/eggfindbar.c:
228         * shell/ev-application.c:
229         * shell/ev-message-area.c:
230         * shell/ev-navigation-action.c:
231         * shell/ev-open-recent-action.c:
232         * shell/ev-page-action-widget.c:
233         * shell/ev-page-action.c:
234         * shell/ev-password-view.c:
235         * shell/ev-properties-dialog.c:
236         * shell/ev-properties-fonts.c:
237         * shell/ev-sidebar-attachments.c:
238         * shell/ev-sidebar-page.c:
239         * shell/ev-sidebar-thumbnails.c:
240         * shell/ev-stock-icons.c:
241         * shell/ev-tooltip.c:
242         * shell/ev-view.c:
243         * shell/ev-window.c:
244         * shell/main.c:
245
246         Cleanup many #include statements: reorder so that a
247         generic-to-specific order is used, use single gtk.h
248         includes, and some other cleanups.
249
250 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * shell/ev-jobs.h:
253
254         Add gio header.
255         
256 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
259         (ev_document_fc_mutex_trylock):
260         * shell/Makefile.am:
261         * shell/ev-job-queue.[ch]:
262         * shell/ev-job-scheduler.[ch]:
263         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
264         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
265         (ev_job_run), (ev_job_cancel), (ev_job_failed),
266         (ev_job_failed_from_error), (ev_job_succeeded),
267         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
268         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
269         (ev_job_links_class_init), (ev_job_render_init),
270         (notify_page_ready), (ev_job_render_page_ready),
271         (ev_job_render_run), (ev_job_render_class_init),
272         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
273         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
274         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
275         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
276         (ev_job_save_dispose), (ev_job_save_run),
277         (ev_job_save_class_init), (ev_job_print_init),
278         (ev_job_print_dispose), (ev_job_print_run),
279         (ev_job_print_class_init):
280         * shell/ev-page-cache.c:
281         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
282         (check_job_size_and_unref), (move_one_job),
283         (copy_job_to_job_info), (add_job),
284         (ev_pixbuf_cache_add_jobs_if_needed):
285         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
286         (job_fonts_finished_cb), (job_fonts_updated_cb),
287         (ev_properties_fonts_set_document):
288         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
289         (ev_sidebar_links_set_document):
290         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
291         (ev_sidebar_thumbnails_set_document),
292         (ev_sidebar_thumbnails_clear_job):
293         * shell/ev-view-private.h:
294         * shell/ev-view.c:
295         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
296         (ev_window_refresh_window_thumbnail), (password_dialog_response),
297         (ev_window_clear_load_job), (ev_window_clear_reload_job),
298         (ev_window_load_job_cb), (ev_window_reload_job_cb),
299         (window_open_file_copy_ready_cb), (ev_window_open_uri),
300         (ev_window_reload_document), (ev_window_clear_save_job),
301         (ev_window_save_job_cb), (file_save_dialog_response_cb),
302         (ev_window_clear_print_job), (ev_window_print_job_cb),
303         (ev_window_print_dialog_response_cb):
304         * shell/main.c: (main):
305
306         Rework the jobs system in order to make it simpler and more
307         extensible. It allows to run jobs in the main loop instead of
308         using a thread when it's appropriate like the fonts job. Now it's
309         also possible to cancel jobs that are currently running. 
310         
311 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
312
313         * libdocument/ev-debug.c: (profile_init):
314
315         Create the hash table also when profiling service is enabled for
316         all sections.
317         
318 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * libdocument/ev-debug.[ch]: (ev_profiler_start),
321         (ev_profiler_stop):
322         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
323         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
324         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
325         (ev_job_print_run):
326         * shell/main.c: (main):
327
328         Add a profile mode available when debug is enabled. Add profilers
329         in ev-jobs.
330         
331 2008-07-23  Götz Waschk <waschk@mandriva.org>
332
333         * configure.ac: Correctly build desktop file. Fixes
334         bug #544237.
335
336 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
337
338         * configure.ac:
339         
340         Update for release 2.23.5.
341
342 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * NEWS:
345
346         Update NEWS for 2.23.5 release.
347         
348 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * shell/ev-window.c: (ev_window_state_event),
351         (ev_window_class_init):
352
353         Intercept window manager's fullscreen request in order to run/stop
354         fullscreen mode. Fixes bug #493541.
355         
356 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * shell/ev-window.c: (find_bar_visibility_changed_cb):
359
360         Restart the job search when the find bar is opened for the second
361         time. Fixes bug #531956.
362         
363 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
364
365         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
366         (get_document_from_uri):
367
368         Make sure we always return a valid error struct when
369         get_document_from_uri fails. Fixes nautilus crash, see bug
370         #542548.
371         
372 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
373
374         * libdocument/ev-transition-effect.c
375         (ev_transition_effect_type_get_type),
376         (ev_transition_effect_alignment_get_type),
377         (ev_transition_effect_direction_get_type):
378         
379         Fixes bug #542924. Makes enums static to fix Solaris build.
380
381 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * shell/ev-view.c: (ev_view_key_press_event):
384
385         Add '.' keybinding for blanking the screen in presentation
386         mode. Fixes bug #542001.
387         
388 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * libdocument/ev-document-misc.c:
391         (ev_document_misc_pixbuf_from_surface):
392
393         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
394         #540950.
395         
396 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
397
398         * backend/comics/comics-document.c (comics_document_load):
399         * backend/comics/comicsdocument.evince-backend.in:
400         * configure.ac:
401         * thumbnailer/evince-thumbnailer-comics.schemas.in:
402         
403         Added support for 7-zip based cb7 comic book. Patch by
404         Kartik Rustagi. Fixes bug #532312.
405
406 2008-06-24  Bastien Nocera  <hadess@hadess.net>
407
408         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
409         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
410         Fixes bug #539972.
411
412 2008-06-24  Bastien Nocera  <hadess@hadess.net>
413
414         * shell/Makefile.am:
415         * shell/ev-application.c (ev_application_init),
416         (ev_application_get_media_keys):
417         * shell/ev-application.h:
418         * shell/ev-marshal.list:
419         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
420         (proxy_destroy), (on_media_player_key_pressed),
421         (ev_media_player_keys_init), (ev_media_player_keys_focused),
422         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
423         * shell/ev-media-player-keys.h:
424         * shell/ev-window.c (ev_window_go_previous_page),
425         (ev_window_go_next_page), (ev_window_go_first_page),
426         (ev_window_go_last_page), (ev_window_start_presentation),
427         (ev_window_dispose), (view_actions_focus_in_cb):
428         * shell/ev-window.h: When building with D-Bus support, listen
429         for multimedia key events from gnome-settings-daemon. This allows
430         to go to the next/previous/first/last pages using, respectively,
431         Next/Previous/Rewing/Fast Forward. The Play button is used to start
432         a presentation. Fixes bug #539971.
433
434 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
435
436         * configure.ac:
437         
438         Update for release 2.23.4.
439
440 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * NEWS:
443
444         Update news for 2.23.4 release.
445         
446 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
449         * shell/ev-sidebar-thumbnails.c:
450         (ev_sidebar_thumbnails_set_loading_icon),
451         (ev_sidebar_thumbnails_refresh):
452         * shell/ev-window.c: (ev_window_error_message),
453         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
454         (ev_window_set_document):
455
456         Do not crash opening documents with no pages and show a warning
457         message in the message area. Fixes bugs #537574 and #171588.
458         
459 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * shell/Makefile.am:
462         * shell/ev-file-monitor.[ch]:
463         * shell/ev-window.c: (ev_window_document_changed),
464         (ev_window_clear_reload_job), (ev_window_load_job_cb),
465         (ev_window_reload_job_cb), (ev_window_open_uri),
466         (ev_window_reload_document), (ev_window_cmd_view_reload),
467         (ev_window_dispose):
468
469         Automaticly reload the document when the file has changed on
470         disk. Bug #304249.
471         
472 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
473
474         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
475         * libdocument/ev-image.c: (ev_image_save_tmp):
476         * libdocument/ev-module.c: (ev_module_load):
477         * shell/ev-application.c: (ev_application_shutdown),
478         (ev_application_get_print_settings):
479         * shell/ev-sidebar-attachments.c:
480         (ev_sidebar_attachments_button_press),
481         (ev_sidebar_attachments_drag_data_get):
482         * shell/ev-window.c: (window_save_file_copy_ready_cb),
483         (ev_window_print_finished), (ev_window_print_send),
484         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
485         (ev_window_preview_print_finished), (ev_window_do_preview_print),
486         (ev_window_cmd_preview_print):
487         * shell/main.c: (load_files_remote):
488         Fix some build warnings under GCC 4.3.0. (#537535).
489
490 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * shell/ev-jobs.c: (ev_job_render_dispose):
493
494         Fix a crash in debug mode. Patch by Daniel M German.
495         
496 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * shell/ev-window.c:
499
500         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
501         
502 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * shell/ev-window.c: (ev_window_print_send),
505         (ev_window_do_preview_print):
506
507         Use the window title as print job name instead of just
508         "evince-print". Fixes bug #534493.
509         
510 2008-05-19  Frederic Peters  <fpeters@0d.be>
511
512         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
513         Bug #533897.
514
515 2008-05-19  Frederic Peters  <fpeters@0d.be>
516
517         * help/reference/Makefile.am: added missing libevmountoperation to
518         gtkdoc-scanobj libraries.  Bug #533896.
519
520 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
521
522         * properties/ev-properties-view.c (get_default_user_units):
523         Fixes check for default units string translation. Bug #533323.
524
525 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
526
527         * backend/impress/iksemel.c (sax_core): Fix a free() that should
528         be an iks_free(). Fix an array overflow in the XML parser that
529         would occur whenever the number of attributes in a tag was greater
530         than 0 and divisible by 6. Fixes GNOME bug #530852.
531
532 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * backend/djvu/djvu-document-private.h:
535         * backend/djvu/djvu-links.c:
536         * backend/djvu/djvu-text.c:
537         * backend/djvu/djvu-document.c: (djvu_handle_events),
538         (djvu_wait_for_message), (djvu_document_load),
539         (document_get_page_size), (djvu_document_render),
540         (djvu_document_thumbnails_get_thumbnail),
541         (djvu_document_file_exporter_end):
542
543         Make sure load job doesn't finish successfully when the document
544         is not successfully decoded by libdjvu. Fixes bug #530202.
545         
546 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * configure.ac:
549         * libdocument/Makefile.am:
550         * libdocument/ev-debug.[ch]:
551         * libdocument/ev-document.c:
552         * shell/ev-jobs.c: (ev_job_links_dispose),
553         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
554         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
555         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
556         (ev_job_render_page_ready), (ev_job_render_run),
557         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
558         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
559         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
560         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
561         (ev_job_print_new), (ev_job_print_run):
562         * shell/main.c: (main):
563
564         Add debug mode based on gedit code. Add debug messages in
565         ev-jobs.
566         
567 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * libdocument/ev-document-factory.c: (get_document_from_uri):
570
571         Fix memory leak.
572         
573 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
574
575         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
576         (get_mime_type_from_data), (get_document_from_uri),
577         (ev_document_factory_get_document):
578         
579         Improved error message about file opening failture.
580         Bug #529129.
581
582 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
583
584         * data/evince-toolbar.xml:
585         
586         Allow to add SaveAs to toolbar.
587
588 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * shell/ev-view-private.h:
591         * shell/ev-view.[ch]: (ev_view_button_release_event),
592         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
593         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
594         (ev_view_update_primary_selection), (clear_link_selected),
595         (ev_view_copy_link_address):
596         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
597
598         Update also the primary selection when copying a link
599         address. Fixes bug #520855.
600         
601 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * libdocument/ev-document-factory.c: (get_document_from_uri):
604
605         Use the pixbuf backend only when the mime type is not supported by
606         any of the other backend so that tiff documents, for instance, are
607         handled by the tiff backend instead of the pixbuf backend. fixes
608         bug #520290.
609         
610 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * cut-n-paste/Makefile.am:
613
614         Add evmountoperation to subdirs list.
615         
616 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * configure.ac:
619
620         Fix libspectre check in configure script. Fixes bug #528549.
621         
622 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
623
624         * configure.ac:
625         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
626         * shell/Makefile.am:
627         * shell/ev-window.c: (ev_window_load_remote_failed),
628         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
629
630         Add GtkMountOperation (renamed to avoid conflicts) to be able to
631         open documents in remote locations that are not mounted.
632         
633 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
634
635         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
636         (bitmap_convert_msb8):
637         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
638         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
639
640         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
641         
642 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
643
644         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
645         (ev_job_render_new), (ev_job_render_set_selection_info),
646         (ev_job_render_run):
647         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
648         (check_job_size_and_unref),
649         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
650         (add_job), (ev_pixbuf_cache_get_selection_surface):
651
652         Create the render context needed for rendering a page in the render
653         thread so that we don't block the main thread. Simplify
654         EvJobRender API.
655         
656 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
657
658         * libdocument/Makefile.am:
659         * libdocument/ev-page.[ch]:
660         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
661         (ev_render_context_new), (ev_render_context_set_page):
662         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
663         (ev_form_field_finalize), (ev_form_field_class_init):
664         * libdocument/ev-document-forms.[ch]:
665         (ev_document_forms_get_form_fields):
666         * libdocument/ev-document.[ch]: (ev_document_get_page),
667         (ev_document_get_page_size), (ev_document_get_page_label):
668         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
669         (ev_job_render_run), (ev_job_thumbnail_new),
670         (ev_job_thumbnail_run), (ev_job_print_run):
671         * shell/ev-page-cache.c: (ev_page_cache_new):
672         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
673         (check_job_size_and_unref), (add_job):
674         * shell/ev-sidebar-thumbnails.c: (add_range):
675         * shell/ev-view.c: (ev_view_form_field_get_region),
676         (ev_view_form_field_button_create_widget),
677         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
678         (ev_view_handle_form_field), (ev_view_size_allocate),
679         (get_selected_text):
680         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
681         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
682         (pdf_document_get_page), (pdf_document_get_page_label),
683         (pdf_document_render), (pdf_document_get_info),
684         (pdf_document_document_iface_init),
685         (pdf_document_thumbnails_get_thumbnail),
686         (pdf_document_thumbnails_get_dimensions),
687         (pdf_document_file_exporter_do_page),
688         (pdf_selection_render_selection),
689         (pdf_selection_get_selected_text),
690         (pdf_selection_get_selection_region),
691         (pdf_selection_get_selection_map),
692         (pdf_document_forms_get_form_fields),
693         (pdf_document_forms_form_field_text_get_text),
694         (pdf_document_forms_form_field_text_set_text),
695         (pdf_document_forms_form_field_button_set_state),
696         (pdf_document_forms_form_field_button_get_state),
697         (pdf_document_forms_form_field_choice_get_item),
698         (pdf_document_forms_form_field_choice_get_n_items),
699         (pdf_document_forms_form_field_choice_is_item_selected),
700         (pdf_document_forms_form_field_choice_select_item),
701         (pdf_document_forms_form_field_choice_toggle_item),
702         (pdf_document_forms_form_field_choice_unselect_all),
703         (pdf_document_forms_form_field_choice_set_text),
704         (pdf_document_forms_form_field_choice_get_text):
705         * backend/ps/ev-spectre.c: (ps_document_get_page),
706         (ps_document_get_page_size), (ps_document_get_page_label),
707         (ps_document_render), (ps_document_document_iface_init),
708         (ps_document_file_exporter_do_page):
709         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
710         (tiff_document_render), (tiff_document_render_pixbuf),
711         (tiff_document_file_exporter_do_page):
712         * backend/pixbuf/pixbuf-document.c:
713         (pixbuf_document_get_page_size):
714         * backend/comics/comics-document.c:
715         (comics_document_get_page_size), (comics_document_render_pixbuf):
716         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
717         (djvu_document_render), (djvu_selection_get_selected_text),
718         (djvu_document_thumbnails_get_thumbnail),
719         (djvu_document_file_exporter_do_page),
720         (djvu_document_find_get_result):
721         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
722         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
723         (dvi_document_thumbnails_get_thumbnail),
724         (dvi_document_file_exporter_do_page):
725         * backend/impress/impress-document.c:
726         (impress_document_get_page_size),
727         (impress_document_render_pixbuf):
728         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
729
730         Add EvPage so that we can hold a reference to the backend
731         page. Form fields keep now a reference to the poppler page
732         improving performance since we don't have to create/destroy the
733         poppler field for every form operation. This will be needed for
734         annotations too.
735         
736 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * data/evince-ui.xml:
739         * shell/ev-window.c:
740
741         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
742         
743 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
744
745         * configure.ac:
746         * backend/ps/Makefile.am:
747
748         Remove gs stuff from ps backend.
749         
750 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * configure.ac:
753         * backend/pdf/ev-poppler.cc:
754
755         Bump poppler requirement to 0.8.0.
756         
757 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
758
759         * NEWS:
760         * configure.ac:
761
762         Update for release 2.22.1.1
763
764 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * configure.ac:
767
768         Fix build (again) when poppler version is 0.6
769         
770 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * backend/djvu/djvu-links.c: (build_tree):
773
774         Make sure link title is a valid utf8 string. Fixes bug #526517.
775         
776 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * configure.ac:
779
780         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
781         #526799.
782         
783 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
784
785         * configure.ac:
786         
787         Update for release 2.22.1.
788
789 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * NEWS:
792
793         Update for upcoming release.
794
795 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * configure.ac:
798         * backend/dvi/dvidocument.evince-backend.in:
799
800         Add compressed dvi to the list of supported mime types. Patch by
801         Ed Catmur. Fixes bug #307087.
802
803 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
804
805         * shell/ev-jobs.c: (ev_job_print_get_page_list):
806
807         Fix a crash when printing a range that doesn't specify the start or
808         end page. Fixes bug #524288.
809
810 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * shell/ev-window.c: (ev_window_cmd_continuous),
813         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
814         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
815         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
816         (ev_window_run_presentation), (ev_window_stop_presentation),
817         (ev_window_cmd_view_presentation),
818         (ev_window_cmd_leave_fullscreen),
819         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
820
821         Do not unfullscreen and fullscreen again the window when changing
822         from fullscreen to presentation mode and vice versa. Fixes bug
823         #524112.
824         
825 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
828
829         Do not crash when thumbnail failed to render in PS backend. Fixes
830         bug #525015.
831         
832 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
833
834         * shell/ev-window.c: (window_open_file_copy_ready_cb),
835         (ev_window_load_file_remote), (ev_window_open_uri):
836
837         Handle errors when opening remote files.
838         
839 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
840
841         * shell/ev-page-action.c: (ev_page_action_grab_focus):
842
843         Only grab the focus for the current visible proxy widget. Fixes
844         bug #521224.
845         
846 2008-03-30  Emil Soleyman  <emil@nishra.com>
847
848         * shell/ev-window.c: (launch_external_uri):
849         
850         Reuse g_app_info_launch_default_for_uri to
851         save some code and fix bug #525009.
852
853 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
854
855         * shell/ev-window.c (image_save_dialog_response_cb):
856
857         Use g_str_has_suffix. See bug #523069.
858
859 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * configure.ac:
862
863         Add a configure option to enable/diable DBus. Patch by Rémi
864         Cardona. Fixes bug 521797.
865
866 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
869
870         Fix printing in documents with rotated pages. Patch by Eugen
871         Dedu. Fixes bug #512648.
872         
873 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
876         (ev_link_from_action):
877
878         Fix warning messages.
879         
880 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
881
882         * shell/ev-window.c: (image_save_dialog_response_cb):
883
884         Do not append the extension to filename when saving an image
885         if the filename alredy contains the extension. Fixes bug #523069.
886         
887 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * shell/ev-view.[ch]: (ev_view_find_cancel):
890         * shell/ev-window.c: (find_bar_close_cb):
891
892         Cancel the find operation when the find bar is closed. Fixes bug
893         #508845.
894         
895 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * backend/ps/psdocument.evince-backend.in:
898
899         Make ps backend module resident. Fixes bug #520607.
900         
901 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * shell/ev-jobs.c: (ev_job_print_run):
904
905         Invert collate action in order to work as expected, fix reverse
906         printing so that it doesn't start with a blank page and fix number
907         of copies. Patch by Eugen Dedu. Fixes bug #365332.
908         
909 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
912
913         Fix build with poppler <= 0.7.2
914         
915 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * libdocument/ev-document-misc.c:
918         (ev_document_misc_surface_from_pixbuf):
919
920         Fix selections with poppler-splash.
921         
922 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
923
924         * configure.ac:
925         * backend/pdf/ev-poppler.cc:
926
927         Fix build with poppler >= 0.7.2
928         
929 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
930
931         * configure.ac:
932         
933         Update for release 2.22.0
934
935 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
936
937         * NEWS:
938
939         Update for upcoming release.
940
941 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
942
943         * shell/ev-window.c (ev_window_print_dialog_response_cb):
944
945         Bug 495107 – Handle print dialog responses correctly
946
947         Correctly handle print dialog response. Properly fixes
948         the above mentioned bug.
949
950 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
953
954         Make sure print job is only run when the print button is
955         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
956         
957 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * backend/pdf/pdfdocument.evince-backend.in:
960         * libdocument/ev-backends-manager.c:
961         (ev_backends_manager_load_backend),
962         (ev_backends_manager_get_document):
963         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
964
965         Allow making backend modules resident. This is needed only for
966         some backends like pdf to avoid registering glib types more than
967         once.
968         
969 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * backend/comics/comics-document.c:
972         * backend/djvu/djvu-document.c:
973         * backend/impress/impress-document.c:
974         * backend/pdf/ev-poppler.cc:
975         * backend/pixbuf/pixbuf-document.c:
976         * backend/ps/ev-spectre.c:
977         * backend/ps/ps-document.c:
978         * backend/tiff/tiff-document.c:
979         * libdocument/ev-document.h:
980         * properties/ev-properties-main.c:
981
982         Use g_type_module_add_interface instead of
983         g_type_add_interface_static. Fixes bug #519679.
984         
985 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
986
987         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
988         Added. Returns whether the animation has everything necessary to run.
989         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
990         is ready just because it's been created. Fixes #519106.
991         (draw_one_page): Do not show the "Loading..." text in presentation
992         mode, there was a slim probability that this could happen.
993
994 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
997
998         Duplicate mime_type string before freeing it so that it doesn't
999         always fail when getting mime type from uri. Fixes bug #518874.
1000         
1001 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1004
1005         Fix a crash when a choice form field doesn't have any item
1006         selected. Fixes bug #518831
1007         
1008 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1009
1010         * shell/ev-window.c (ev_window_clear_temp_file):
1011         Use g_file_has_prefix instead of renamed
1012         g_file_contains_file.
1013
1014         * configure.ac:
1015         Require new glib for above change.
1016         
1017 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * libdocument/ev-image.c: (ev_image_finalize),
1020         (ev_image_save_tmp):
1021
1022         Return a real uri instead of a filename when saving an
1023         image. Fixes images drag an drop from evince to nautilus. 
1024         
1025 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1026
1027         * backend/pdf/ev-poppler.cc:
1028         (pdf_document_images_get_image_mapping):
1029
1030         Return the image list in the right order. Fixes bug #516237.
1031         
1032 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1033
1034         * backend/impress/impress-document.c:
1035         (impress_document_thumbnails_get_thumbnail):
1036
1037         Remove unused variable to avoid a compiler warning.
1038
1039 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1040
1041         * configure.ac:
1042         
1043         Update for release 2.21.91.
1044
1045 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * configure.ac:
1048         * shell/Makefile.am:
1049         * shell/ev-application.[ch]:
1050         * shell/ev-sidebar-links.c:
1051         * shell/ev-utils.[ch]:
1052         * shell/ev-window.[ch]:
1053
1054         Remove libgnomeprint support. Fixes bug #512370.
1055         
1056 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1057
1058         * thumbnailer/evince-thumbnailer.c: (main):
1059
1060         Initialize glib type system before using it. Fixes bug #513934.
1061         
1062 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * properties/ev-properties-main.c:
1065
1066         Add missing #include.
1067         
1068 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * configure.ac:
1071         * backend/djvu/djvu-document.c: (djvu_document_render):
1072         * backend/tiff/tiff-document.c: (tiff_document_render):
1073
1074         Use the new cairo function cairo_format_stride_for_width when
1075         available. Fixes bug #482720.
1076
1077 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1080         (get_mime_type_from_data), (get_document_from_uri):
1081
1082         Use g_content_type_guess() only when slow is true in
1083         get_document_from_uri(). Fix several memory leaks.
1084         
1085 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1086
1087         * libdocument/ev-document-factory.c:
1088         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1089         (get_document_from_uri):
1090
1091         Use g_content_type_guess () to get mimetype for files.
1092         Bug #510401.
1093
1094 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * thumbnailer/Makefile.am:
1097
1098         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1099         
1100 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * configure.ac:
1103
1104         Fix build with --without-libgnome. Fixes bug #512771.
1105         
1106 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1107
1108         * backend/dvi/Makefile.am: Install only dvi
1109         module. Fixes bug #512718.
1110
1111 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1112
1113         * properties/ev-properties-main.c: (nautilus_module_initialize):
1114         
1115         Initialize backends in properties tab. Fixes bug
1116         #512720.
1117
1118 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1119
1120         * properties/Makefile.am: No need to link with 
1121         libraries. Fixes bug #512719.
1122
1123 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1124
1125         * NEWS:
1126         * configure.ac:
1127         
1128         Update for release 2.21.90.
1129
1130 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * shell/ev-window.c: (ev_window_cmd_escape):
1133
1134         Fix compile warning.
1135         
1136 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1139
1140         Fix printing in dvi backend when filename contains white
1141         espaces. Fixes bug #502839.
1142         
1143 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1146         (screensaver_disable_x11):
1147         * shell/Makefile.am:
1148         * shell/xdg-user-dir-lookup.c: Removed
1149         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1150         * shell/ev-view.c: (ev_view_presentation_transition_start):
1151         * shell/ev-window.c: (ev_window_cmd_file_open),
1152         (ev_window_cmd_save_as), (presentation_set_timeout):
1153
1154         Remove #ifdefs that are no longer needed.
1155         
1156 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1157
1158         * shell/ev-view.[ch]: (ev_view_button_release_event),
1159         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1160         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1161         (ev_window_cmd_escape):
1162
1163         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1164         
1165 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * configure.ac:
1168         * backend/comics/comics-document.c: (comics_document_load):
1169         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1170         (ev_attachment_set_property), (ev_attachment_init),
1171         (ev_attachment_save), (ev_attachment_launch_app),
1172         (ev_attachment_open):
1173         * libdocument/ev-document-factory.c: (get_document_from_uri):
1174         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1175         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1176         * shell/ev-jobs.c:
1177         * shell/ev-password.c: (ev_password_dialog_set_property),
1178         (ev_password_dialog_save_password):
1179         * shell/ev-sidebar-attachments.c:
1180         (ev_sidebar_attachments_drag_data_get):
1181         * shell/ev-window-title.c: (get_filename_from_uri):
1182         * shell/ev-window.c: (ev_window_clear_temp_file),
1183         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1184         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1185         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1186         (launch_external_uri), (image_save_dialog_response_cb),
1187         (attachment_save_dialog_response_cb):
1188         * shell/main.c: (load_files), (load_files_remote), (main):
1189         * thumbnailer/evince-thumbnailer.c: (main):
1190
1191         Port to gio and drop gnome-vfs dependency. Fixes bug
1192         #510401. Based on patch by Cosimo Cecchi.
1193         
1194 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1195
1196         * NEWS:
1197
1198         Fixed formatting inconsistencies (spaces vs. tabs)
1199
1200 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1201
1202         * shell/ev-window.c:
1203
1204         Use top/up/bottom/down arrows instead of
1205         first/left/last/right in the toolbar and menu actions.
1206         This fixes issues with RTL languages and is visually
1207         consistent with the page view. Fixes bug #170081.
1208
1209 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1210
1211         * NEWS:
1212
1213         Fixed some inaccuracies pointed out by Carlos Garcia
1214         Campos.
1215
1216 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1217
1218         * NEWS:
1219         * data/evince.schemas.in:
1220         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1221
1222         Override PDF restrictions by default. Fixes bug #382700.
1223
1224 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1225
1226         * NEWS: Updated for upcoming release
1227
1228 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1231
1232         Fix memory leak.
1233         
1234 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1235
1236         * shell/ev-window.c: (register_custom_actions):
1237         
1238         Added comment for translators
1239
1240 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * shell/ev-view.c: (ev_view_button_release_event):
1243
1244         Do not create the idle function for kinetic scrolling if we are
1245         not in a drag operation.
1246
1247 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1250         (ev_view_button_press_event), (ev_view_motion_notify_event),
1251         (ev_view_button_release_event):
1252
1253         Restore cursor after autoscrolling. Fixes bug #509958.
1254
1255 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * configure.ac:
1258         * backend/pdf/ev-poppler.cc:
1259         (pdf_document_images_get_image_mapping),
1260         (pdf_document_images_get_image),
1261         (pdf_document_document_images_iface_init):
1262         * libdocument/ev-document-images.[ch]:
1263         (ev_document_images_get_image_mapping),
1264         (ev_document_images_get_image):
1265         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1266         (ev_image_get_id), (ev_image_save_tmp):
1267         * shell/ev-jobs.c: (ev_job_render_run):
1268         * shell/ev-view.c: (ev_view_drag_data_get):
1269         * shell/ev-window.c: (image_save_dialog_response_cb),
1270         (ev_view_popup_cmd_copy_image):
1271
1272         Do not render images when rendering the page but on demand. It
1273         reduces the memory comsumption.
1274         
1275 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1276
1277         * configure.a:
1278         * shell/ev-password.c:
1279
1280         Make gnome-keyring optional. Fixes bug #509676.
1281         
1282 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-pixbuf-cache.c: (add_job):
1285
1286         Initialize include_images variable as FALSE instead of TRUE.
1287         
1288 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1289
1290         * configure.ac:
1291         * cut-n-paste/Makefile.am:
1292         * cut-n-paste/fileformatchooser/Makefile.am:
1293         * cut-n-paste/fileformatchooser/egg-macros.h:
1294         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1295         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1296         * shell/Makefile.am:
1297         * shell/ev-utils.c:
1298         (file_chooser_dialog_add_writable_pixbuf_formats),
1299         (get_gdk_pixbuf_format_by_extension):
1300         * shell/ev-utils.h:
1301         * shell/ev-window.c: (ev_window_error_message),
1302         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1303         
1304         Simplify image format selection on save.
1305
1306 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1307
1308         * shell/ev-view.c: (ev_view_scroll_event):
1309         
1310         Repair gorizontal scrolling with shift. Fixes
1311         bug #483412.
1312
1313 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1314         
1315         * MAINTAINERS:
1316
1317         Fix formatting issues.
1318         
1319 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1320
1321         * backend/comics/comics-document.c: (comics_regex_quote):
1322         
1323         Don't overquote special chars except of '. See bug 
1324         502500. Thanks to Tom Parker.
1325
1326 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1327
1328         * MAINTAINERS:
1329         
1330         Added Nickolay and Carlos, since they're doing most of
1331         the releases nowadays.
1332
1333 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1334
1335         * properties/Makefile.am:
1336
1337         Get the nautilus extension dir properly instead of using
1338         a hack. Fixes bug #505359.
1339
1340 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1341
1342         * properties/Makefile.am:
1343         
1344         Install nautilus extension into new place. See bug
1345         #505359. Thanks to Matthias Clasen, Brian Pepple and
1346         Damien Carbery.
1347
1348 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1349
1350         * shell/ev-window.c: (ev_window_get_recent_file_label):
1351         
1352         RTL marker in recent file list. See bug #509076.
1353
1354 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1357         * shell/ev-window.c: (image_save_dialog_response_cb):
1358
1359         Fix compile warnings due to unused variables.
1360         
1361 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * configure.ac:
1364         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1365         * backend/ps/ev-spectre.c: (ps_document_render):
1366
1367         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1368
1369 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1370
1371         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1372         (ev_transition_animation_paint): Implement "fade" effect.
1373
1374 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1375
1376         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1377         (ev_transition_animation_paint): Implement "uncover" effect.
1378
1379 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1380
1381         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1382         (ev_transition_animation_paint): Implement "cover" effect.
1383
1384 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1385
1386         * shell/ev-transition-animation.c (ev_transition_animation_push)
1387         (ev_transition_animation_paint): Implement "push" effect.
1388
1389 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1390
1391         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1392         (ev_transition_animation_paint): Implement "dissolve" effect.
1393
1394 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1395
1396         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1397         (ev_transition_animation_paint): Implement "wipe" effect.
1398
1399 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1400
1401         * shell/ev-transition-animation.c (ev_transition_animation_box)
1402         (ev_transition_animation_paint): Implement "box" effect.
1403
1404 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1405
1406         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1407         (ev_transition_animation_paint): Implement "blinds" effect.
1408
1409 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1410
1411         * shell/ev-transition-animation.c (ev_transition_animation_split)
1412         (ev_transition_animation_paint): Implement "split" effect.
1413
1414 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1415
1416         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1417         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1418         (ev_view_transition_animation_start) 
1419         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1420         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1421         (ev_view_next_page) (ev_view_previous_page):
1422         
1423         Use EvTransitionAnimation to drive page changes in the presentation
1424         mode, the animation will wait to start until both the origin and 
1425         destination page surfaces are available. Fixes #458460.
1426
1427         (draw_loading_text):
1428
1429         Remove workaround for bug #320352, it's now fixed properly.
1430
1431
1432 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1433
1434         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1435         will contain the implementations for page transition animations, at
1436         the moment it just has the "replace" effect.
1437         * shell/Makefile.am: Added these files to build.
1438
1439 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1440
1441         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1442         animations.
1443         * shell/Makefile.am: Added these files to build.
1444
1445 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1446
1447         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1448         implementation to get_effect() in EvDocumentTransitionIface.
1449
1450 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1451
1452         * libdocument/ev-transition-effect.[ch]: New files, define a page
1453         transition effect, at the moment it maps PopplerPageTransition to a
1454         GObject.
1455         * libdocument/Makefile.am: Added these files to build.
1456         * libdocument/ev-document-transition.[ch]
1457         (ev_document_transition_get_effect): New method, gets the
1458         EvTransitionEffect returned by the interface implementation, with
1459         fallback to the "replace" effect.
1460
1461 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1462
1463         * configure.ac:
1464         * cut-n-paste/Makefile.am:
1465         * cut-n-paste/fileformatchooser/Makefile.am:
1466         * cut-n-paste/fileformatchooser/egg-macros.h:
1467         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1468         * shell/Makefile.am:
1469         * shell/ev-window.c: (image_save_dialog_response_cb),
1470         (ev_view_popup_cmd_save_image_as):
1471
1472         Allow exporting images in any format supported by
1473         GdkPixbuf. Fixes bug #500209.
1474         
1475 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * backend/pixbuf/pixbuf-document.c:
1478
1479         More warnings fixed.
1480         
1481 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1484         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1485         * backend/djvu/djvu-text.h:
1486         * backend/tiff/tiff-document.c: (tiff_document_render):
1487
1488         Fix compile warnings.
1489         
1490 2007-12-28  Christian Persch  <chpe@gnome.org>
1491
1492         * **/*.c: Include config.h. Bug #504721.
1493
1494 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * configure.ac:
1497         * Makefile.am:
1498         * po/POTFILES.in:
1499         * backend/comics/Makefile.am:
1500         * backend/comics/comics-document.[ch]:
1501         * backend/comics/comicsdocument.evince-backend.in:
1502         * backend/djvu/Makefile.am:
1503         * backend/djvu/djvu-document.[ch]:
1504         * backend/djvu/djvudocument.evince-backend.in:
1505         * backend/dvi/Makefile.am:
1506         * backend/dvi/dvi-document.[c]:
1507         * backend/dvi/dvidocument.evince-backend.in:
1508         * backend/impress/Makefile.am:
1509         * backend/impress/impress-document.[ch]:
1510         * backend/impress/impressdocument.evince-backend.in:
1511         * backend/pdf/Makefile.am:
1512         * backend/pdf/ev-poppler.cc:
1513         * backend/pdf/ev-poppler.h:
1514         * backend/pdf/pdfdocument.evince-backend.in:
1515         * backend/pixbuf/Makefile.am:
1516         * backend/pixbuf/pixbuf-document.[ch]:
1517         * backend/pixbuf/pixbufdocument.evince-backend.in:
1518         * backend/ps/Makefile.am:
1519         * backend/ps/ev-spectre.[ch]:
1520         * backend/ps/ps-document.[ch]:
1521         * backend/ps/psdocument.evince-backend.in:
1522         * backend/tiff/Makefile.am:
1523         * backend/tiff/tiff-document.[ch]:
1524         * backend/tiff/tiffdocument.evince-backend.in:
1525         * libdocument/Makefile.am:
1526         * libdocument/ev-backends-manager.[ch]:
1527         * libdocument/ev-module.[ch]:
1528         * libdocument/ev-document.h:
1529         * libdocument/ev-document-factory.[ch]:
1530         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1531         (get_compression_from_mime_type), (get_document_from_uri),
1532         (ev_document_factory_get_document), (file_filter_add_mime_types),
1533         (ev_document_factory_add_filters):
1534         * shell/Makefile.am:
1535         * shell/ev-window-title.c: (get_filename_from_uri):
1536         * shell/main.c: (main):
1537         * thumbnailer/Makefile.am:
1538         * thumbnailer/evince-thumbnailer.c: (main):
1539
1540         Plugin system for backends. Fixes bug #351348.
1541         
1542 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1543
1544         * shell/ev-view-private.h:
1545         * shell/ev-view.c: (ev_view_drag_update_momentum),
1546         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1547         (ev_view_button_release_event), (ev_view_destroy):
1548         
1549         Kinetic scrolling implemented as requested in
1550         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1551
1552 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1553
1554         * data/evince-toolbar.xml:
1555         * data/evince-ui.xml:
1556         * shell/ev-view-private.h:
1557         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1558         (ev_view_button_press_event), (ev_view_motion_notify_event),
1559         (ev_view_button_release_event), (ev_view_init),
1560         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1561         (ev_view_set_cursor):
1562         * shell/ev-view.h:
1563         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1564         (ev_window_cmd_view_autoscroll):
1565         
1566         Autoscroll feature with the context menu. Fixes bug 
1567         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1568
1569 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1572
1573         Disconnect also page-ready signal when removing a job because the
1574         page size has changed. Thanks to kripken
1575         <kripkensteiner@gmail.com>.
1576
1577 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1578
1579         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1580         
1581         Scroll pages in page entry with mouse wheel. Fixes bug
1582         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1583
1584 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * backend/dvi/Makefile.am:
1587         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1588         (mdvi_cairo_device_init):
1589         * backend/dvi/mdvi-lib/common.h:
1590         * backend/dvi/mdvi-lib/mdvi.h:
1591         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1592         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1593         (mdvi_build_path_from_cwd):
1594
1595         Add ps specials support in dvi backend when libspectre is
1596         present. Fixes bug #386005.
1597         
1598 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * configure.ac:
1601         * backend/ps/Makefile.am:
1602         * backend/ps/ev-spectre.[ch]:
1603         
1604         Use libspectre, if available, for the ps backend. Fixes bugs
1605         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1606
1607 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1608         
1609         * backend/comics/comics-document.c: (comics_document_load):
1610         
1611         Cygwin build issue fix.
1612
1613 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * shell/ev-view.c: (ev_view_set_zoom):
1616
1617         Do not limit the minimum zoom factor when sizing mode is best bit
1618         or fit width. Fixes bug #503805.
1619         
1620 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1621
1622         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1623         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1624         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1625         (ev_link_dest_get_property), (ev_link_dest_set_property),
1626         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1627         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1628         (ev_link_dest_new_fitr):
1629         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1630         (goto_fith_dest), (goto_xyz_dest):
1631
1632         Do not change left, top and zoom values when they are null in PDF
1633         destinations. Fixes bug #460658.
1634         
1635 2007-12-10  Christian Persch  <chpe@gnome.org>
1636
1637         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1638         (ev_view_accessible_class_init),
1639         (ev_view_accessible_idle_do_action),
1640         (ev_view_accessible_action_do_action),
1641         (ev_view_accessible_action_get_description),
1642         (ev_view_accessible_action_set_description),
1643         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1644         (ev_view_accessible_factory_init),
1645         (ev_view_accessible_factory_get_accessible_type):
1646         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1647         private data, and G_DEFINE_TYPE. Bug #502843.
1648
1649 2007-12-08  Christian Persch  <chpe@gnome.org>
1650
1651         * shell/ev-metadata-manager.c: (item_free),
1652         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1653         (value_free), (parse_value), (parseItem),
1654         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1655         (save_values): Use GSlice to allocate small amounts of memory. Bug
1656         #475972.
1657
1658 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1661
1662         Restore cursor to normal after a drag operation. Fixes bug
1663         #501603.
1664         
1665 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1666
1667         * NEWS:
1668         * configure.ac:
1669         
1670         Update for release 2.21.1
1671
1672 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * configure.ac:
1675         * cut-n-paste/gedit-message-area/Makefile.am:
1676         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1677         * shell/Makefile.am:
1678         * shell/ev-message-area.[ch]:
1679         * shell/ev-window.c: (ev_window_set_message_area),
1680         (ev_window_error_message_response_cb), (ev_window_error_message),
1681         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1682         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1683         (ev_attachment_popup_cmd_open_attachment),
1684         (attachment_save_dialog_response_cb), (ev_window_set_document),
1685         (ev_window_init):
1686
1687         Use a message area instead of a popup dialog for error
1688         notifications. Fixes bug #337495.
1689         
1690 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1693         (ev_window_run_fullscreen):
1694
1695         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1696         
1697 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * ev-sidebar-thumbnails.c: (update_visible_range),
1700         (ev_sidebar_thumbnails_refresh),
1701         (ev_sidebar_thumbnails_set_document),
1702         (ev_sidebar_thumbnails_support_document):
1703
1704         Show thumbnails for documents with one page. Fixes bug #358751.
1705         
1706 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1707
1708         * shell/ev-window.c:
1709         (ev_window_load_print_settings_from_metadata),
1710         (ev_window_save_print_settings), (ev_window_print_finished),
1711         (ev_window_print_range):
1712
1713         Print settings that are specific to the document are now saved per
1714         document in the metadata file. Fixes bug #488806.
1715         
1716 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1717
1718         * backend/tiff/tiff-document.c: (tiff_document_render):
1719
1720         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1721         
1722 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * shell/ev-application.[ch]: (get_find_string_from_args),
1725         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1726         (ev_application_open_uri_list):
1727         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1728         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1729         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1730         (ev_window_cmd_recent_file_activate),
1731         (ev_window_open_recent_action_item_activated),
1732         (ev_window_print_send), (open_remote_link):
1733         * shell/main.c: (arguments_parse):
1734
1735         Add a command line option for search. Fixes bug #497710.
1736         
1737 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1738
1739         * shell/ev-jobs.c: (ev_job_print_new):
1740
1741         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1742         
1743 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * data/evince-toolbar.xml:
1746         * shell/Makefile.am:
1747         * shell/ev-application.c: (ev_application_init):
1748         * shell/ev-open-recent-action.[ch]:
1749         * shell/ev-window.c:
1750         (ev_window_open_recent_action_item_activated),
1751         (register_custom_actions):
1752
1753         Add an expander to the open toolbar item which pops up a dropdown
1754         menu with the recently used documents. Fixes bug #487215.
1755         
1756 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-window.c: (ev_window_open_uri),
1759         (ev_window_cmd_view_reload):
1760
1761         Do not jump to the first page when reloading by running evince
1762         from the command line. Fixes bug #490847.
1763         
1764 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1765
1766         * shell/ev-window.c: (ev_window_cmd_help_contents):
1767
1768         Plugged memory leak when help file is not found. Fixes bug
1769         #490762.
1770         
1771 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1772
1773         * configure.ac:
1774
1775         Enable djvu, dvi and comics backends by default. Fixes bug
1776         #437121.
1777         
1778 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * configure.ac:
1781         * cut-n-paste/Makefile.am:
1782         * cut-n-paste/recent-files/*: Removed
1783         * help/reference/Makefile.am:
1784         * shell/Makefile.am:
1785         * shell/ev-application.[ch]: (ev_application_shutdown),
1786         (ev_application_init):
1787         * shell/ev-window.c: (ev_window_add_recent),
1788         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1789
1790         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1791         
1792 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1793
1794         * shell/ev-window.c: (launch_external_uri):
1795
1796         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1797         and report error if the URL is not supported (#489910).
1798
1799 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1802         (pdf_document_file_exporter_begin_page),
1803         (pdf_document_file_exporter_end_page):
1804
1805         Fix printing with poppler splash backend. Fixes bug #489774.
1806         
1807 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1810         * shell/ev-print-job.c: (ev_print_job_class_init):
1811
1812         Fix a crash when printing with the gnome-print dialog. Fixes bug
1813         #488939.
1814         
1815 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1816
1817         * backend/pixbuf/pixbuf-document.c:
1818
1819         Fix an implicit function definition warning (#487655)
1820
1821 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * shell/ev-window.c:
1824
1825         Fix conflicting shortcut for view sade pane and presentation.
1826         
1827 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * backend/pdf/ev-poppler.cc:
1830         (pdf_document_file_exporter_begin_page),
1831         (pdf_document_file_exporter_do_page),
1832         (pdf_document_file_exporter_end_page),
1833         (pdf_document_file_exporter_iface_init):
1834         * libdocument/ev-file-exporter.[ch]:
1835         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1836         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1837         (ev_job_print_run):
1838
1839         When printing multiple pages per sheet in reverse option, do not
1840         invert the order of the pages in every sheet, but the order of the
1841         sheets. Do not print blank pages when page range is invalid. Fixes
1842         bugs #484857 and #485521.
1843         
1844 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1847         (ev_job_print_run):
1848         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1849
1850         Respect ranges order when printing more than one range in random
1851         order.
1852         
1853 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1854
1855         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1856         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1857
1858         Rotate also the window icon when document is rotated. Fixes bug
1859         #474681.
1860         
1861 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1864         (pdf_document_forms_get_form_fields):
1865
1866         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1867         Matthias Drochner.
1868         
1869 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * configure.ac:
1872         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1873
1874         Use poppler_page_render_for_printing() instead of
1875         poppler_page_render() if available when exporting to a ps or pdf
1876         file. Fixes bug #476627.
1877         
1878 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * shell/ev-window.c: (ev_window_run_fullscreen):
1881
1882         Do not show the toolbar in fullscreen mode if the main toolbar is
1883         not visible. Fixes bug #483048.
1884         
1885 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * shell/ev-view.c: (ev_view_button_press_event):
1888
1889         Give priority to form fields over images when deciding whether a
1890         button press event is over an image or form field. It allows edit
1891         form fields when they are over a background image. Fixes bug
1892         #477841.
1893         
1894 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1895
1896         * NEWS:
1897         * configure.ac:
1898         
1899         Update for release 2.20.0
1900
1901 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1902
1903         * backend/pdf/ev-poppler.cc:
1904
1905         Remove #ifdef HAVE_FORMS, so that forms support works again.
1906
1907 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1908
1909         * configure.ac:
1910         * data/evince.desktop.in.in:
1911         
1912         Fixes desktop file issues. See bug #473471.
1913
1914 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1917         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1918         (ev_job_queue_remove_job):
1919         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1920         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1921         * shell/ev-window.c: (ev_window_clear_save_job),
1922         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1923         (ev_window_dispose):
1924
1925         Move save a copy task to its own job so that it's carried out in a
1926         thread avoiding another lock in the main thread. Use
1927         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1928         can be saved to a pathin another file system. Fixes bug #456891.
1929         
1930 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1931
1932         * NEWS:
1933         * configure.ac:
1934         
1935         Update for release 2.19.92
1936
1937 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * configure.ac:
1940         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1941         (pdf_selection_get_selection_region),
1942         (pdf_selection_get_selection_map),
1943         (ev_form_field_from_poppler_field):
1944
1945         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1946         and triple click selections are enabled again now.
1947
1948 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1949
1950         * shell/ev-window.c: (ev_window_add_history):
1951
1952         Make sure not to use the history with documents not supporting
1953         links. Fixes bug #468954.
1954
1955 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * shell/ev-window.c: (ev_window_load_job_cb):
1958
1959         Restart the search when reloading a document with the find bar
1960         visible. Fixes bug #461962.
1961
1962 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * shell/ev-window.c: (setup_document_from_metadata),
1965         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1966
1967         Do not jump to the first page when reloading a document from the
1968         last page.
1969
1970 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-window.c: (update_chrome_flag),
1973         (setup_sidebar_from_metadata),
1974         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1975         (ev_window_cmd_edit_find_next),
1976         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1977         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1978         (find_bar_close_cb), (view_actions_focus_in_cb):
1979
1980         Do not update visibility when changing a chrome flag so that it's
1981         possible to update several flags and update visibility only once
1982         for all of them.
1983
1984 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1987
1988         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1989         supported by gtk+. Fixes bug #460907.
1990
1991 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * shell/ev-view.c: (view_update_range_and_current_page):
1994
1995         Make sure current-page <= end-page in continuous mode. Fixes bug
1996         #454950.
1997
1998 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * backend/pdf/ev-poppler.cc: (build_tree):
2001
2002         Ignore outline items without a title. Fixes bug #453913.
2003
2004 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2007         (ev_view_button_release_event), (ev_view_leave_notify_event):
2008
2009         Use always drag mouse cursor during a drag operation. Fixes bug
2010         #470564.
2011
2012 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2015         (pdf_selection_get_selection_region),
2016         (pdf_selection_get_selection_map):
2017
2018         Temporarily disable double and triple selections since it depends on
2019         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2020         released and the update of the external dependency minimal version
2021         approved.
2022
2023 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2026         (pdf_document_file_exporter_do_page):
2027         * libdocument/ev-file-exporter.h:
2028         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2029         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2030
2031         Actually fix printing regressions. Remove orientation from
2032         EvPrintContext since it's redundant.
2033
2034 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2035
2036         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2037         * backend/impress/impress-document.c:
2038         (impress_document_document_iface_init):
2039         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2040         * backend/djvu/djvu-document.c:
2041         (djvu_document_document_iface_init),
2042         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2043         * backend/tiff/tiff-document.c:
2044         (tiff_document_document_iface_init):
2045         * backend/pixbuf/pixbuf-document.c:
2046         (pixbuf_document_document_iface_init):
2047         * backend/comics/comics-document.c:
2048         (comics_document_document_iface_init):
2049         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2050         (pdf_selection_render_selection),
2051         (pdf_selection_get_selected_text),
2052         (pdf_selection_get_selection_region),
2053         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2054         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2055         (ev_selection_get_selection_region),
2056         (ev_selection_get_selection_map):
2057         * libdocument/ev-document.[ch]:
2058         * shell/ev-pixbuf-cache.[ch]: (add_job),
2059         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2060         * shell/ev-view-private.h:
2061         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2062         (ev_job_render_run):
2063         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2064         * shell/ev-view.c: (start_selection_for_event),
2065         (ev_view_button_press_event), (ev_view_drag_data_get),
2066         (ev_view_drag_data_received), (ev_view_button_release_event),
2067         (compute_new_selection_text), (compute_selections),
2068         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2069         (ev_view_primary_get_cb):
2070
2071         Add support for double and triple click selections.
2072
2073 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2074
2075         * NEWS:
2076         * configure.ac:
2077
2078         Update for release 2.19.4
2079
2080 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2081
2082         * shell/ev-view-private.h:
2083         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2084         (ev_view_set_highlight_search):
2085         * shell/ev-view.h:
2086         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2087         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2088         (find_bar_visibility_changed_cb):
2089         
2090         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2091
2092 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2093
2094         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2095         (pdf_document_file_exporter_begin),
2096         (pdf_document_file_exporter_do_page):
2097         * shell/ev-jobs.c: (ev_job_print_run):
2098         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2099
2100         Create always a portrait cairo surface and rotate when needed for
2101         landscape. It fixes printing problems in real printers.
2102
2103 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2106         * libdocument/ev-file-exporter.[ch]:
2107         (ev_file_exporter_get_capabilities):
2108         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2109         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2110
2111         Adjust number of pages per row according to page orientation when
2112         printing 2 or 6 pages per sheet.
2113
2114 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2115
2116         * shell/ev-window.c: (ev_window_print_send):
2117
2118         Reset also cups setting to 1 when printing multiple pages per
2119         sheet. Fixes bug #468853.
2120
2121 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * libdocument/ev-document-misc.c:
2124         (ev_document_misc_surface_rotate_and_scale):
2125
2126         Use directly cairo_surface_get_content() when creating a similar
2127         surface as suggested by Jeff Muizelaar. Thanks again.
2128
2129 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * backend/djvu/djvu-document.c: (djvu_document_render):
2132         * backend/tiff/tiff-document.c: (tiff_document_render):
2133         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2134         * libdocument/ev-document-misc.c:
2135         (ev_document_misc_surface_from_pixbuf),
2136         (ev_document_misc_surface_rotate_and_scale):
2137
2138         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2139         creating page surfaces. Fixes bug #453123. Thank you very much to
2140         Jeff Muizelaar <jeff@infidigm.net>.
2141
2142 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2143
2144         * shell/ev-page-cache.c: (ev_page_cache_new),
2145         (ev_page_cache_get_thumbnail_size):
2146         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2147         (ev_sidebar_thumbnails_set_loading_icon):
2148
2149         Also store in page-cache the dimensions of the thumbnails so that
2150         they can be used to create the correct loading icon in the side
2151         pane. Fixes bug #466857.
2152
2153 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * backend/pdf/ev-poppler.cc:
2156         (pdf_document_thumbnails_get_thumbnail):
2157
2158         Fix thumbnails rotation in pdf documents that include embedded 
2159         thumbnails.
2160
2161 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2162
2163         * backend/pdf/ev-poppler.cc:
2164
2165         Don't use #ifdef in macro expansion. Some compilers don't
2166         like that. Closes bug #467042.
2167
2168 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2169
2170         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2171         
2172         Fixes memory leak in djvu backend.
2173
2174 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2175
2176         * data/icons/32x32/Makefile.am:
2177         * data/icons/32x32/actions/Makefile.am:
2178         * data/icons/32x32/actions/view-page-cont.svg:
2179         * data/icons/32x32/actions/view-page-facing.svg:
2180         * data/icons/48x48/Makefile.am:
2181         * data/icons/48x48/actions/Makefile.am:
2182         * data/icons/48x48/actions/view-page-cont.svg:
2183         * data/icons/48x48/actions/view-page-facing.svg:
2184         
2185         Icons for a new sizes.
2186
2187 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2188
2189         * shell/ev-page-cache.c: (build_height_to_page),
2190         (ev_page_cache_get_height_to_page):
2191         
2192         Fixes invalid read, see bug #466401.
2193
2194 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2197         (set_drag_cursor):
2198         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2199         (configure_item_cursor), (new_pixbuf_from_widget):
2200
2201         Fix multihead problems in toolbar editor. Fixes bug #382055.
2202
2203 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * shell/ev-window.c: (ev_window_cmd_file_open),
2206         (ev_window_cmd_save_as):
2207
2208         Use g_get_user_special_dir when available instead of
2209         xdg_user_dir_lookup.
2210
2211 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2212
2213         * MAINTAINERS:
2214         
2215         Updated according to request on desktop-devel.
2216
2217 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2220
2221         Do not use cairo_rectangle and cairo_clip since we are
2222         not using cairo_fill but cairo_paint. Use the same cairo context
2223         for every page in the same expose event.
2224
2225 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2226
2227         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2228         leak.
2229
2230 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * configure.ac:
2233         * NEWS:
2234
2235         Release 0.9.3
2236
2237 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * libdocument/ev-document-info.h:
2240         * libdocument/ev-document.h:
2241         * shell/ev-page-action.h:
2242         * shell/ev-sidebar-links.h:
2243
2244         Fix a headers problem with ev-link
2245         
2246         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2247         * shell/ev-view-private.h:
2248         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2249         (get_link_area), (ev_view_query_tooltip),
2250         (ev_view_leave_notify_event), (ev_view_destroy),
2251         (ev_view_class_init):
2252
2253         Use new gtk tooltips when available instead of ev-tooltip.
2254         
2255 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * shell/ev-window.c: (update_chrome_visibility),
2258         (ev_window_sidebar_visibility_changed_cb):
2259
2260         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2261         
2262 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * shell/ev-navigation-action.c:
2265         (ev_navigation_action_history_changed),
2266         (ev_navigation_action_set_history):
2267         * shell/ev-navigation-action-widget.c:
2268         (ev_navigation_action_widget_init):
2269         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2270
2271         Fix compile warnings.
2272         
2273 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2276         (egg_editable_toolbar_dispose):
2277
2278         Fix memory leak.
2279         
2280 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2283         (screensaver_disable_x11):
2284         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2285         * shell/ev-window.c: (presentation_set_timeout):
2286         * shell/ev-view.c: (ev_view_presentation_transition_start):
2287
2288         Use g_timeout_add_seconds instead of g_timeout_add when
2289         available.
2290         
2291 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2292
2293         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2294
2295         Set horizontal scrollbar policy to AUTOMATIC instead of
2296         NEVER. Workaround for bug #449462.
2297         
2298 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2299
2300         * shell/ev-jobs.c: (ev_job_render_page_ready):
2301
2302         Add page_ready callback to main loop with high priority and hold
2303         a reference to job during idle.
2304         
2305 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * configure.ac:
2308         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2309         (pdf_document_file_exporter_begin),
2310         (pdf_document_file_exporter_do_page),
2311         (pdf_document_file_exporter_get_capabilities):
2312         * libdocument/ev-file-exporter.h:
2313         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2314         * shell/ev-window.c: (ev_window_print_send),
2315         (ev_window_print_dialog_response_cb):
2316
2317         Allow printing multiple pages per sheet. Fixes bug #395573.
2318         
2319 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2320
2321         * shell/ev-view.c: (tip_from_link):
2322         
2323         Check for NULL, fixes bug #460862.
2324
2325 2007-07-29  Christian Persch  <chpe@gnome.org>
2326
2327         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2328         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2329         (ev_window_cmd_preview_print):
2330         
2331         Fixes bug #437681 - blocks while enumerating printers.
2332
2333 2007-07-29  Christian Persch  <chpe@gnome.org>
2334
2335         * shell/ev-window.c: (ev_window_screen_changed):
2336         
2337         Don't use deprecated gtk+ function. See bug #460909.
2338
2339 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * shell/ev-utils.c: (get_num_monitors):
2342         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2343
2344         Do not use display before initializing it. Remove compile
2345         warnings.
2346
2347 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2348
2349         * shell/ev-view.c: (ev_view_class_init):
2350         
2351         Unix-like hjkl bindings added. See bug #458111.
2352
2353 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2354
2355         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2356         * shell/ev-utils.h:
2357         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2358         (ev_view_update_view_size):
2359         * shell/ev-view.h:
2360         * shell/ev-window.c: (ev_window_update_actions),
2361         (setup_view_from_metadata), (ev_window_screen_changed),
2362         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2363         (zoom_control_changed_cb):
2364         * shell/ev-window.h:
2365         
2366         Reorganizes utility functions.
2367
2368 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2371         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2372         (add_job), (ev_pixbuf_cache_get_surface),
2373         (ev_pixbuf_cache_get_link_mapping),
2374         (ev_pixbuf_cache_get_image_mapping),
2375         (ev_pixbuf_cache_get_form_field_mapping),
2376         (ev_pixbuf_cache_get_text_mapping):
2377         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2378         (notify_page_ready), (ev_job_render_page_ready),
2379         (ev_job_render_run):
2380
2381         Add page_ready signal to notify that page is ready as soon as
2382         possible even if other page elements like links, forms, images or
2383         text mapping are not ready yet.
2384
2385 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2388         (dvi_document_file_exporter_do_page),
2389         (dvi_document_file_exporter_get_capabilities),
2390         (dvi_document_file_exporter_iface_init):
2391         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2392         (ps_document_file_exporter_do_page),
2393         (ps_document_file_exporter_get_capabilities),
2394         (ps_document_file_exporter_iface_init):
2395         * backend/djvu/djvu-document.c:
2396         (djvu_document_file_exporter_begin),
2397         (djvu_document_file_exporter_end),
2398         (djvu_document_file_exporter_get_capabilities),
2399         (djvu_document_file_exporter_iface_init):
2400         * backend/tiff/tiff-document.c:
2401         (tiff_document_file_exporter_begin),
2402         (tiff_document_file_exporter_get_capabilities),
2403         (tiff_document_document_file_exporter_iface_init):
2404         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2405         (pdf_document_file_exporter_do_page),
2406         (pdf_document_file_exporter_get_capabilities),
2407         (pdf_document_file_exporter_iface_init):
2408         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2409         (ev_file_exporter_get_capabilities):
2410         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2411         (idle_print_handler), (ev_print_job_print):
2412         * shell/ev-jobs.c: (ev_job_print_run):
2413         * shell/ev-window.c: (ev_window_print_send),
2414         (ev_window_print_range):
2415
2416         Use capabilities to know which options should be offered by the
2417         print dialog depending on the document backend.
2418
2419 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2422
2423         Give priority to forms over text to set the cursor.
2424
2425 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * shell/ev-view-private.h:
2428         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2429         (ev_view_leave_notify_event), (ev_view_finalize),
2430         (ev_view_get_property), (ev_view_class_init):
2431
2432         Use IBEAM cursor for text form fields and NORMAL cursor for read
2433         only fields. Remove unused status attribute.
2434
2435 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2438
2439         Update region for current selected items also for checkbox
2440         buttons, since they can behave as radio buttons when they are in a
2441         set.
2442
2443 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * configure.ac:
2446         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2447
2448         Get max length of text form fields.
2449
2450 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2453         * libdocument/ev-form-field.h:
2454         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2455
2456         Fix build with current poppler cvs head.
2457
2458 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2459
2460         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2461         * shell/eggfindbar.c: (egg_find_bar_init):
2462
2463         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2464         deprecation. Fixes bug #455667
2465
2466 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2467
2468         * NEWS:
2469         * configure.ac:
2470         
2471         Update for release 0.9.2
2472
2473 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * shell/ev-view.c: (ev_view_form_field_text_save),
2476         (ev_view_form_field_choice_save):
2477
2478         Fix a crash when closing whith a form widget visible.
2479
2480 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2483
2484         Update also the region of the current selected button when
2485         clicking on another button if they are radio buttons.
2486
2487 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2488
2489         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2490         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2491         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2492         (ev_pixbuf_cache_get_link_mapping),
2493         (ev_pixbuf_cache_get_image_mapping),
2494         (ev_pixbuf_cache_get_form_field_mapping),
2495         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2496         * shell/ev-view.c: (ev_view_form_field_get_region),
2497         (ev_view_form_field_button_create_widget),
2498         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2499         (job_finished_cb):
2500
2501         Redraw only form field region instead of the whole page when
2502         reloading a page to show changes on the form field.
2503
2504 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * shell/ev-view.c: (ev_view_form_field_choice_save):
2507
2508         Fix selection of first item in list form fields.
2509
2510 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2513         (ev_pixbuf_cache_reload_page),
2514         (ev_pixbuf_cache_get_form_field_mapping):
2515
2516         Some refactoring to avoid duplicated code.
2517
2518 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * configure.ac:
2521         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2522         (ev_form_field_from_poppler_field),
2523         (pdf_document_forms_get_form_fields),
2524         (pdf_document_forms_form_field_text_get_text),
2525         (pdf_document_forms_form_field_text_set_text),
2526         (pdf_document_forms_form_field_button_set_state),
2527         (pdf_document_forms_form_field_button_get_state),
2528         (pdf_document_forms_form_field_choice_get_item),
2529         (pdf_document_forms_form_field_choice_get_n_items),
2530         (pdf_document_forms_form_field_choice_is_item_selected),
2531         (pdf_document_forms_form_field_choice_select_item),
2532         (pdf_document_forms_form_field_choice_toggle_item),
2533         (pdf_document_forms_form_field_choice_unselect_all),
2534         (pdf_document_forms_form_field_choice_set_text),
2535         (pdf_document_forms_form_field_choice_get_text),
2536         (pdf_document_document_forms_iface_init):
2537         * libdocument/Makefile.am:
2538         * libdocument/ev-form-field.[ch]:
2539         * libdocument/ev-document-forms.[ch]:
2540         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2541         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2542         (add_job), (ev_pixbuf_cache_reload_page),
2543         (ev_pixbuf_cache_get_form_field_mapping):
2544         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2545         * shell/ev-view-private.h:
2546         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2547         (ev_view_handle_cursor_over_xy),
2548         (ev_view_get_form_field_at_location),
2549         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2550         (ev_view_form_field_button_create_widget),
2551         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2552         (ev_view_form_field_text_create_widget),
2553         (ev_view_form_field_choice_save),
2554         (ev_view_form_field_choice_changed),
2555         (ev_view_form_field_choice_create_widget),
2556         (ev_view_handle_form_field), (ev_view_size_allocate),
2557         (ev_view_realize), (draw_end_presentation_page),
2558         (ev_view_button_press_event), (ev_view_remove_all),
2559         (ev_view_motion_notify_event), (ev_view_key_press_event),
2560         (ev_view_enter_notify_event), (highlight_find_results),
2561         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2562         (ev_view_class_init), (page_changed_cb),
2563         (on_adjustment_value_changed), (ev_view_set_presentation),
2564         (merge_selection_region), (ev_view_set_cursor),
2565         (ev_view_reset_presentation_state):
2566         
2567         Merge evince-forms branch.
2568
2569 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2570
2571         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2572
2573         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2574         This script also updates itself from libegg
2575
2576         * cut-n-paste/toolbar-editor/egg*:
2577         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2578         libegg
2579
2580 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2581
2582         * shell/ev-window.c:
2583         
2584         Adds a nice icon to page action during toolbar editing.
2585         See bug #452872.
2586
2587 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2588
2589         * data/evince-toolbar.xml:
2590         * shell/ev-window.c:
2591         
2592         Let user add a presentation and fullscreen icons on toolbar.
2593         See bug #449734.
2594
2595 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2596
2597         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2598
2599         new script to keep in sync with toolbareditor in libegg
2600
2601         * cut-n-paste/toolbar-editor/*: 
2602
2603         Run update-toolbareditor-from-libegg so we are in sync again. 
2604         Fixes bug #452850.
2605         
2606
2607 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * shell/ev-sidebar-links.c: (job_finished_callback):
2610
2611         Do not connect selection changed signal more than once. Fixes bug
2612         #349433.
2613
2614 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2615
2616         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2617
2618         Do not change sidebar chrome flag when pressing F9 key in
2619         presentation mode.
2620
2621 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2622
2623         * backend/pdf/ev-poppler.cc:
2624         (pdf_document_thumbnails_get_dimensions):
2625
2626         Make sure thumbnails width and height is not <= 0. Fixes a crash
2627         with some pdf documents which have really small pages.
2628
2629 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2630
2631         * shell/main.c: (main):
2632
2633         Fixes program description translation issue.
2634         Bug #450148.
2635
2636 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2637
2638         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2639
2640         Do not change current page when returning from black/white mode
2641         in presentation. Fixes bug #415032.
2642
2643 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2644
2645         * NEWS:
2646         * configure.ac:
2647         
2648         Update for release 0.9.1
2649
2650 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2651
2652         * backend/dvi/dvi-document.c:
2653         (dvi_document_finalize),
2654         (dvi_document_file_exporter_format_supported),
2655         (dvi_document_file_exporter_begin),
2656         (dvi_document_file_exporter_do_page),
2657         (dvi_document_file_exporter_end),
2658         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2659         
2660         PDF exporter for dvi documents. Fixes bug #441319.
2661
2662 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * shell/ev-window.c: (ev_window_clear_print_job):
2665
2666         Clear gtk print job when job has finished. Fixes bug #447612.
2667
2668 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * shell/ev-window.c: (ev_window_print_send),
2671         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2672
2673         Add preview button to print dialog. Fixes bug #445419.
2674
2675 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2676
2677         * backend/dvi/Makefile.am:
2678         * backend/dvi/pixbuf-device.[ch]: Removed
2679         * backend/dvi/cairo-device.[ch]: Added
2680         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2681         * backend/dvi/dvi-document.c: (dvi_document_load),
2682         (dvi_document_render), (dvi_document_finalize),
2683         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2684         (dvi_document_do_color_special):
2685         * libdocument/ev-document-misc.[ch]:
2686         (ev_document_misc_pixbuf_from_surface):
2687
2688         Port dvi backend to cairo and fix a problem with colors. 
2689
2690 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * shell/ev-view.c: (draw_one_page):
2693
2694         Draw only visible region.
2695
2696 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2697
2698         * backend/djvu/djvu-document.c: (djvu_document_render):
2699
2700         Fix rotation in djvu backend.
2701
2702 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2703
2704         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2705         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2706         (ev_pixbuf_cache_get_image_mapping),
2707         (ev_pixbuf_cache_get_text_mapping):
2708
2709         Redraw view every time we have a new surface. Fixes bug #443587.
2710
2711 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2712
2713         * libdocument/ev-document.c: (ev_document_info_free):
2714
2715         Fix memory leaks.
2716
2717 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * backend/dvi/dvi-document.c: (dvi_document_render),
2720         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2721         * backend/impress/impress-document.c:
2722         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2723         (impress_document_render), (impress_document_document_iface_init),
2724         (impress_document_thumbnails_get_thumbnail):
2725         * backend/djvu/djvu-document-private.h:
2726         * backend/djvu/djvu-document.c: (djvu_document_render),
2727         (djvu_document_finalize), (djvu_document_document_iface_init),
2728         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2729         * backend/tiff/tiff-document.c: (tiff_document_render),
2730         (tiff_document_render_pixbuf),
2731         (tiff_document_document_iface_init):
2732         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2733         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2734         (pdf_selection_render_selection):
2735         * backend/comics/comics-document.c:
2736         (comics_document_render_pixbuf), (comics_document_render),
2737         (comics_document_document_iface_init):
2738         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2739         (pixbuf_document_document_iface_init):
2740         * libdocument/ev-document-misc.[ch]:
2741         (ev_document_misc_surface_from_pixbuf),
2742         (ev_document_misc_surface_rotate_and_scale):
2743         * libdocument/ev-document.[ch]: (ev_document_render):
2744         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2745         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2746         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2747         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2748         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2749         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2750         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2751         (render_finished_cb), (ev_job_render_run):
2752         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2753         (merge_selection_region):
2754
2755         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2756         and selections.
2757
2758 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2759
2760         * shell/ev-window-title.c: (ev_window_title_update):
2761
2762         Fix memory leak.
2763
2764 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2765
2766         * shell/ev-view.c: (draw_loading_text):
2767
2768         Show loading text centered. Fixes bug #433061
2769
2770 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * shell/ev-sidebar-thumbnails.c:
2773         (ev_sidebar_thumbnails_set_loading_icon):
2774
2775         Remove a mutex in the main thread that blocks the UI in heavy
2776         documents.
2777
2778 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2779
2780         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2781
2782         Set points_set to TRUE so that selections don't disappear after a
2783         zoom change.
2784
2785 2007-06-07  Michael Monreal  <infernux@web.de>
2786
2787         * data/icons/16x16/actions/Makefile.am:
2788         * data/icons/16x16/actions/zoom.svg:
2789         * data/icons/22x22/actions/Makefile.am:
2790         * data/icons/22x22/actions/zoom.svg:
2791         * data/icons/24x24/actions/Makefile.am:
2792         * shell/ev-stock-icons.c:
2793         * shell/ev-stock-icons.h:
2794         * shell/ev-window.c:
2795         
2796         Zoom icon artwork. See bug #444795.
2797
2798 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2799
2800         * shell/ev-metadata-manager.c: Remove extraneous function
2801         (Closes: #444386)
2802
2803 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2804
2805         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2806         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2807         (ev_metadata_manager_set), (ev_metadata_manager_save):
2808         Simplify the timeout, no need for modified anymore
2809
2810 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2811
2812         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2813         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2814         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2815         (ev_metadata_manager_save): Adapted patch from Arjan van de
2816         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2817         time, saves on power (Closes: #443851)
2818
2819 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2820
2821         * configure.ac:
2822         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2823         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2824
2825         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2826
2827 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2828
2829         * shell/ev-window.c: (ev_window_add_history):
2830
2831         Check if history is NULL
2832
2833 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2834
2835         * libdocument/ev-image.c: (ev_image_finalize):
2836         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2837         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2838         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2839         (ev_tmp_uri_unlink):
2840
2841         Add functions to delete temporary files created by evince in a safe
2842         way.
2843
2844         * shell/ev-window.c: (ev_window_clear_local_uri),
2845         (open_xfer_update_progress_callback),
2846         (save_xfer_update_progress_callback), (ev_window_save_remote),
2847         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2848         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2849         (attachment_save_dialog_response_cb),
2850         (ev_attachment_popup_cmd_save_attachment_as):
2851
2852         Allow saving a copy of a document, image or attachment to a remote
2853         location. Fixes bug #440754. 
2854
2855 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * configure.ac:
2858         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2859
2860         Fix build with current poppler from cvs head. 
2861
2862 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2863
2864         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2865
2866         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2867         directory exists.
2868
2869 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2870
2871         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2872         * shell/ev-window.c:
2873
2874         Change sidebar ordering. Fixes bug #439939.
2875
2876 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2877
2878         * backend/comics/Makefile.am:
2879         
2880         Fixes build with --without-libgnome.
2881
2882 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2883         
2884         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2885
2886         Update cursor and tooltip on page change and view scroll. Fixes bug
2887         #439217.
2888
2889 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2890
2891         * NEWS:
2892         * configure.ac:
2893         
2894         Update for release 0.9.0
2895
2896 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2897
2898         * backend/djvu/djvu-document-private.h:
2899         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2900         (djvu_document_finalize),
2901         (djvu_document_file_exporter_format_supported),
2902         (djvu_document_file_exporter_begin),
2903         (djvu_document_file_exporter_do_page),
2904         (djvu_document_file_exporter_end),
2905         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2906         
2907         Implemented printing with djvu. Bug #437998.
2908
2909 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2910
2911         * backend/impress/zip.c:
2912         Add missing ulong definition.
2913
2914         * backend/ps/ps-interpreter.c:
2915         Add missing headers.
2916
2917         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2918
2919 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2922
2923         Add missing call to parent class dispose method. 
2924
2925 2007-05-12  Ross Burton  <ross@openedhand.com>
2926
2927         * shell/main.c:
2928         Sync keybindings manually when building without libgnome
2929         (#437925).
2930
2931 2007-05-12  Ross Burton  <ross@openedhand.com>
2932
2933         * shell/ev-window.c:
2934         Respect the screen when opening help (#437866).
2935
2936 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * data/evince-ui.xml:
2939         * shell/ev-application.[ch]: (get_print_settings_from_args),
2940         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2941         (ev_application_open_uri_list):
2942         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2943         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2944         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2945         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2946         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2947         (ev_window_dispose):
2948         * shell/main.c: (arguments_parse):
2949
2950         Add print button in preview mode. Fixes bug #396475. 
2951
2952 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2953
2954         * cut-n-paste/zoom-control/ephy-zoom.h:
2955         
2956         Fixes zoom level factors. See bug #408119 for details.
2957
2958 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2959
2960         * backend/comics/comics-document.c: (comics_regex_quote),
2961         (extract_argv):
2962         
2963         Correctly quote symbols. Fixes crash in the bug
2964         #415370.
2965
2966 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2967
2968         * shell/ev-navigation-action-widget.c:
2969         (ev_navigation_action_widget_init),
2970         (ev_navigation_action_widget_class_init),
2971         (ev_navigation_action_widget_button_press_event):
2972         
2973         Connect to button-press event on correct widget. Fixes
2974         bug #431988
2975
2976 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2977
2978         * shell/ev-application.c: (ev_application_open_window),
2979         (ev_application_add_icon_path_for_screen),
2980         (ev_application_open_uri_at_dest):
2981         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2982         * shell/ev-navigation-action.c: (build_menu):
2983         
2984         Add app-specific icons to our icon theme. Fixes bug
2985         #425508.
2986
2987 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * shell/ev-history.c: (ev_history_class_init),
2990         (ev_history_add_link):
2991         * shell/ev-history.h:
2992         * shell/ev-navigation-action.c:
2993         (ev_navigation_action_history_changed),
2994         (ev_navigation_action_set_history), (build_menu),
2995         (ev_navigation_action_finalize):
2996         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2997         
2998         Make navigation action unsensitive instead of showing
2999         menu with unsensitive word. Fixes bug #417392.
3000
3001 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3002
3003         * shell/ev-application.[ch]: (ev_application_shutdown),
3004         (ev_application_get_print_settings),
3005         (ev_application_set_print_settings):
3006         * shell/ev-window.c:
3007
3008         Remember print settings. Fixes bug #349102. 
3009
3010 2007-05-08  Christian Persch  <chpe@gnome.org>
3011
3012         * configure.ac:
3013         * properties/ev-properties-view.c:
3014
3015         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3016         Bug #382438.
3017
3018 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3019
3020         * configure.ac:
3021         * properties/ev-properties-view.c: (ev_regular_paper_size):
3022
3023         Use gtk+ builtin paper list to identify the document's paper size.
3024         Fixes bug #382438. 
3025
3026 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * configure.ac:
3029
3030         Fix build when compiling with thumbnailer and libgnome support. 
3031
3032 2007-05-04  Ross Burton  <ross@openedhand.com>
3033
3034         * configure.ac:
3035         Add --without-libgnome, check for libgnome and libgnomeui
3036         separately, and add them to the symbols as required.
3037
3038         * libdocument/ev-file-helpers.c:
3039         When building without libgnome, use g_get_user_config_dir instead
3040         of gnome_user_dir_get.
3041
3042         * shell/ev-application.c:
3043         When building without libgnome, don't use session management.
3044
3045         * shell/main.c:
3046         When building without libgnome, don't use GnomeProgram or
3047         initialise the authentication manager.
3048
3049         This fixes #328842.
3050
3051 2007-05-04  Ross Burton  <ross@openedhand.com>
3052
3053         * shell/ev-window.c:
3054         Don't use libgnome to open help, instead call Yelp directly.
3055
3056 2007-05-04  Ross Burton  <ross@openedhand.com>
3057
3058         * shell/ev-sidebar-attachments.c:
3059         Don't use libgnome to lookup icons for MIME types, instead copy
3060         code from GTK+ to do it manually.
3061
3062 2007-05-04  Ross Burton  <ross@openedhand.com>
3063
3064         * configure.ac:
3065         Add libxml to the dependencies for SHELL_CORE (#435818).
3066
3067 2007-05-02  Ross Burton  <ross@openedhand.com>
3068
3069         * configure.ac:
3070         * Makefile.am:
3071         Add --disable-thumbnailer (#434825)
3072
3073 2007-05-02  Ross Burton  <ross@openedhand.com>
3074
3075         * shell/ev-window.c:
3076         Add missing includes, fix indentation.
3077
3078         * shell/main.c:
3079         Fix indentation.
3080
3081 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3082
3083         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3084         ev_application_open_uri_at_dest instead of ev_application_open_uri
3085         preventing new document always being opened in a new window even if there
3086         is an empty window.
3087
3088 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3089
3090         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3091         (egg_recent_view_uimanager_finalize):
3092         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3093         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3094         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3095         (ev_pixbuf_cache_dispose):
3096         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3097         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3098         
3099         Add missing chain to parent class methods. Fixes
3100         bug #433128.
3101
3102 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3103
3104         * data/Makefile.am (update-icon-cache): Updates
3105         gtk-update-icon-cache in uninstall-hook.
3106
3107 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3108
3109         * shell/ev-window.c: (ev_window_setup_document),
3110         (ev_window_set_document), (ev_window_load_job_cb):
3111         * shell/ev-view.c: (setup_caches):
3112         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3113
3114         Start rendering pages before any other jobs. 
3115
3116 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3117
3118         * shell/ev-window.c: (ev_window_stop_fullscreen),
3119         (ev_window_stop_presentation):
3120
3121         Update chrome visibility before window unfullscreen. 
3122
3123 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * data/Makefile.am:
3126         * data/evince-ui.xml:
3127         * shell/ev-stock-icons.[ch]:
3128         * shell/ev-application.[ch]: (ev_application_shutdown),
3129         (ev_application_init), (ev_application_get_toolbars_model):
3130         * shell/ev-window.c: (update_chrome_visibility),
3131         (fullscreen_toolbar_setup_item_properties),
3132         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3133         (ev_window_run_presentation), (ev_window_stop_presentation),
3134         (ev_window_run_preview), (ev_window_screen_changed),
3135         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3136         (ev_window_dispose), (ev_window_init):
3137
3138         Make fullscreen toolbar always visible. Do not use egg toolbars for
3139         fullscreen and preview modes since such toolbars are not editables.
3140         Fixes bugs #300278, #338910 and #316188.  
3141
3142 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3143
3144         * shell/ev-application.c:
3145         * shell/ev-job-queue.c:
3146         * shell/ev-metadata-manager.c:
3147         * shell/ev-stock-icons.c:
3148         * shell/ev-window.c:
3149         * shell/main.c:
3150         
3151         Developers documentation updated.
3152
3153 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3154
3155         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3156
3157         Check whether uri is valid before launching it. Fixes bug #427664.
3158
3159 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-window.c:
3162
3163         Change key accelerator for Open a Copy menu entry which is in conflict
3164         with Close. Fixes bug #427321.
3165
3166 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3167
3168         * NEWS:
3169         * configure.ac:
3170         
3171         Update for release 0.8.1
3172
3173 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3174
3175         * shell/ev-window.c: (setup_size_from_metadata):
3176         
3177         Do not make window bigger than screen. Fixes bug 
3178         #388985.
3179
3180 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3181
3182         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3183         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3184
3185         Use default resolution when it's not provided by document. Fixes bug
3186         #408762.
3187
3188 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3189
3190         * configure.ac:
3191         * thumbnailer/Makefile.am:
3192         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3193         * thumbnailer/evince-thumbnailer.schemas.in:
3194         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3195
3196         Add support for ps, eps and compressed documents thumbnails. Do not
3197         ignore size parameter. 
3198
3199 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3200
3201         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3202         (dvi_document_do_color_special):
3203         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3204
3205         Implement font color specials in the DVI backend. Fixes bug #303651.
3206
3207 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3208
3209         Fixup the previous commit:
3210
3211         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3212         * shell/xdg-user-dir-lookup.c: Make the function non-static
3213         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3214
3215 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3216
3217         * shell/ev-window.c (file_open_dialog_response_cb): Use
3218         the xdg-user-dirs DOCUMENTS folder as default folder when
3219         opening a file chooser.  (#424858)
3220
3221         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3222         xdg-user-dirs.
3223
3224 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * shell/ev-window.c: (ev_window_load_job_cb):
3227
3228         Do not setup view from metadata on preview mode. 
3229
3230 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3231
3232         * shell/main.c:
3233
3234         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3235
3236 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * shell/ev-view.c: (ev_view_primary_get_cb):
3239
3240         Check pointer != NULL before using it. Fixes bug #416841. 
3241
3242 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3243
3244         * NEWS:
3245         * configure.ac:
3246         
3247         Release 0.8.0
3248
3249 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3252
3253         Do not render thumbnails when sidebar thumbnail page is not visible
3254         at startup. Fixes bug #416447. 
3255
3256 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3257
3258         * data/evince.desktop.in.in:
3259
3260         "Application" is not a valid category in the freedesktop specification.
3261
3262 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * libdocument/ev-file-helpers.[ch]: (compression_run),
3265         (ev_file_uncompress), (ev_file_compress):
3266         * shell/ev-window.c: (file_save_dialog_response_cb):
3267
3268         Save document compressed when saving a copy of a compressed document.
3269         Fixes bug #334542.
3270
3271 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3274
3275         Allow deleting in goto window entry in presentation mode. 
3276
3277 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3278
3279         * Makefile.am: Dist MAINTAINERS.
3280
3281 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * shell/ev-window.c: (ev_window_update_actions):
3284
3285         Fix zoom shortcut keys when searching. Fixes bug #409828.
3286
3287 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * shell/ev-window.c: (ev_window_setup_document):
3290
3291         Fix crash when loading documents with only one page. 
3292
3293 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3294
3295         * backend/dvi/dvi-document.c:
3296         (dvi_document_thumbnails_get_dimensions),
3297         (dvi_document_thumbnails_get_thumbnail):
3298         * backend/impress/impress-document.c:
3299         (impress_document_thumbnails_get_thumbnail),
3300         (impress_document_thumbnails_get_dimensions):
3301         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3302         (ps_document_thumbnails_get_dimensions):
3303         * backend/djvu/djvu-document.c:
3304         (djvu_document_thumbnails_get_dimensions),
3305         (djvu_document_thumbnails_get_thumbnail):
3306         * backend/tiff/tiff-document.c:
3307         (tiff_document_thumbnails_get_thumbnail),
3308         (tiff_document_thumbnails_get_dimensions):
3309         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3310         (pdf_document_thumbnails_get_thumbnail),
3311         (pdf_document_thumbnails_get_dimensions):
3312         * backend/comics/comics-document.c:
3313         (comics_document_thumbnails_get_thumbnail),
3314         (comics_document_thumbnails_get_dimensions):
3315         * backend/pixbuf/pixbuf-document.c:
3316         (pixbuf_document_thumbnails_get_thumbnail),
3317         (pixbuf_document_thumbnails_get_dimensions):
3318         * libdocument/ev-document-thumbnails.[ch]:
3319         (ev_document_thumbnails_get_thumbnail),
3320         (ev_document_thumbnails_get_dimensions):
3321         * libdocument/ev-document-misc.[ch]:
3322         (ev_document_misc_get_thumbnail_frame):
3323         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3324         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3325         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3326         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3327         (ev_sidebar_thumbnails_refresh):
3328         * shell/ev-window.c: (ev_window_setup_document):
3329         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3330
3331         Use an EvRenderContext for rendering thumbnails instead of a suggested
3332         width, so that different sized pages get sized proportionally.
3333
3334 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3335
3336         * shell/ev-view.c: (ev_view_button_press_event),
3337         (ev_view_key_press_event):
3338
3339         Fix critical warnings when there is no document loaded. 
3340
3341 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3342
3343         * shell/ev-page-action-widget.c:
3344         * shell/ev-navigation-action.c:
3345         * shell/ev-window.c:
3346
3347         Fix compile warnings. 
3348
3349 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * backend/djvu/djvu-text.h:
3352         * backend/djvu/djvu-document.c:
3353         * backend/djvu/djvu-text-page.c:
3354         * backend/djvu/djvu-links.c:
3355         * backend/djvu/djvu-text-page.h:
3356         * backend/djvu/djvu-text.c:
3357         
3358         Fix build on Mac. Fixes bug #392186. Patch by
3359         <ephraim_owns@hotmail.com>
3360
3361 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3362
3363         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3364
3365         Restore cairo context before rendering every page when printing a PDF
3366         document into a PDF file. 
3367
3368 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3369
3370         * backend/ps/gstypes.h:
3371         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3372         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3373         (ps_document_thumbnails_get_thumbnail):
3374
3375         Handle PostScript page orientation. Fixes bug #318568.
3376
3377 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * backend/ps/Makefile.am:
3380         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3381         (document_load), (ps_document_load), (save_document),
3382         (save_page_list), (ps_document_get_n_pages),
3383         (ps_document_get_page_size), (ps_document_get_info),
3384         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3385         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3386         (ps_document_thumbnails_get_thumbnail),
3387         (ps_document_thumbnails_get_dimensions),
3388         (ps_document_document_thumbnails_iface_init):
3389         * backend/ps/ps.[ch]: (psgetpagebox):
3390         * backend/ps/ps-interpreter.[ch]:
3391
3392         Add support for thumbnails in ps backend. Fixes bug #164755. 
3393
3394 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3395
3396         * NEWS:
3397         * configure.ac:
3398         
3399         Release 0.7.2
3400
3401 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3402
3403         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3404         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3405         (ev_window_dispose):
3406
3407         Use document thumbnail as window icon. Fixes bug #384442.
3408
3409 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3410
3411         * configure.ac:
3412
3413         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3414         duplicated adding application/x-bzpostscript instead. 
3415
3416 2007-02-11  Tom Parker  <palfrey@tevp.net>
3417
3418         * backend/ps/ps-document.c: (document_load):
3419
3420         Check return value of psscan before trying
3421         to use it. Fixes bug #372414.
3422
3423 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3426
3427         Fix invalid free in ev-page-cache. Fixes bug #404745.
3428
3429 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3430
3431         * test/Makefile.am:
3432         * test/test3.py:
3433         
3434         Added reload test case.
3435
3436 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3437
3438         * po/POTFILES.in:
3439         * backend/djvu/djvu-document.c: (djvu_document_load):
3440
3441         Check whether there are missing files in indirect multipage djvu
3442         documents. Fixes bug #361683. 
3443
3444 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3445
3446         * test/Makefile.am:
3447         * test/test-mime.bin:
3448         * test/test3.py:
3449         
3450         Added test for slow mime type
3451
3452 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3455
3456         Add some checks and call parent_class->finalize. Fixes bug #404745.
3457
3458 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3459
3460         * shell/ev-navigation-action.c: (connect_proxy):
3461         
3462         Fixes dropdown history menu. Thanks a lot Carlos!
3463
3464 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3465
3466         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3467
3468         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3469         bug #373715.
3470
3471 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * backend/ps/ps.c: (psscan):
3474
3475         Fix memory leak. 
3476
3477 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3478
3479         * configure.ac:
3480         * libdocument/ev-file-helpers.c: 
3481
3482         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3483
3484 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * configure.ac:
3487         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3488         (ps_interpreter_start), (document_load), (save_document),
3489         (save_page_list):
3490         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3491         * libdocument/ev-document-factory.c:
3492         (ev_document_factory_get_from_mime), (get_document_from_uri),
3493         (free_uncompressed_uri), (ev_document_factory_get_document):
3494         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3495
3496         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3497
3498 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * libdocument/ev-document.h:
3501
3502         Fix typo in function name. 
3503
3504 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3505
3506         * backend/ps/ps-document.c: (ps_interpreter_finished),
3507         (ps_interpreter_start), (ps_interpreter_failed):
3508
3509         Handle ghostscript interpreter crashes. 
3510
3511 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3512
3513         * shell/ev-window.c: (ev_window_open_uri),
3514         (window_configure_event_cb):
3515
3516         Setup window size and position before showing it. Fixes bug #401711.
3517
3518 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3519
3520         * backend/ps/Makefile.am:
3521         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3522         (ps_document_dispose), (ps_document_class_init),
3523         (ps_interpreter_input), (ps_interpreter_output),
3524         (ps_interpreter_error), (setup_interpreter_env),
3525         (ps_interpreter_start), (ps_interpreter_stop),
3526         (ps_interpreter_failed), (ps_interpreter_is_ready),
3527         (check_filecompressed), (document_load), (ps_document_load),
3528         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3529         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3530         (render_page):
3531
3532         Rework ps-document. Code cleanups, remove deprecated code. 
3533
3534 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * shell/ev-view.c: (ev_view_button_press_event):
3537
3538         Do not start an image drag and drop operation when pointer is on 
3539         text, so that we can select text when the whole background is an
3540         image. 
3541
3542 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * shell/ev-window.c: (ev_window_update_actions): 
3545
3546         Disable all zoom related actions during presentation mode. 
3547
3548 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3549
3550         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3551
3552         Do not zoom in or out on presentation mode. Fixes bug #401305.
3553
3554 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3555
3556         * shell/ev-navigation-action.c: (connect_proxy),
3557         (create_menu_item), (ev_navigation_action_class_init):
3558         
3559         Correctly show menu and fix crash when navigaton 
3560         action is out of toolbar visible area.
3561
3562 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3563
3564         * data/Makefile.am:
3565         * data/evince.1:
3566         
3567         Added man file
3568
3569 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3570
3571         * help/reference/* :
3572         * configure.ac:
3573         
3574         Added gtk-doc based documentation for Evince.
3575         Still in initial state but I hope it will
3576         grow.
3577         
3578         * configure.ac:
3579         
3580         Lower dbus requirement to 0.70
3581
3582 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * shell/ev-window.c: (ev_window_add_history):
3585
3586         Fix memory leak. 
3587
3588 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3589
3590         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3591         * shell/ev-view.h:
3592         * shell/ev-window.c: (ev_window_add_history):
3593         
3594         Correctly handle named destination links
3595
3596 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3597
3598         * NOTES:
3599         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3600         * backend/pdf/ev-poppler.cc:
3601         * libdocument/ev-document-links.h:
3602         * libdocument/ev-link.c: (ev_link_get_page):
3603         * libdocument/ev-link.h:
3604         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3605         (ev_history_add_link):
3606         * shell/ev-history.h:
3607         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3608         (new_history_menu_item), (build_menu):
3609         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3610         * shell/ev-sidebar-links.c: (create_loading_model),
3611         (print_section_cb), (ev_sidebar_links_construct),
3612         (fill_page_labels), (update_page_callback_foreach),
3613         (update_page_callback), (job_finished_callback):
3614         * shell/ev-view.c: (ev_view_handle_link):
3615         * shell/ev-window.c: (ev_window_find_chapter),
3616         (ev_window_add_history), (view_handle_link_cb),
3617         (history_changed_cb):
3618         
3619         Implements another history variant
3620
3621 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * shell/ev-window.c: (view_external_link_cb):
3624         * shell/ev-view.c: (ev_view_button_release_event):
3625
3626         Open links in new window when clicking with middle button. 
3627
3628 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3629
3630         * shell/ev-navigation-action.c: (new_history_menu_item):
3631         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3632         * shell/ev-view.c: (ev_view_handle_link):
3633         * shell/ev-window.c:
3634         
3635         Store link before jump, not the destination. For me it 
3636         seems like more natural history behavior.
3637
3638 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3639
3640         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3641         (ev_navigation_action_class_init):
3642         * shell/ev-navigation-action.h:
3643         * shell/ev-page-action.c: (activate_cb):
3644         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3645         (ev_page_cache_set_current_page_history):
3646         * shell/ev-page-cache.h:
3647         * shell/ev-sidebar-thumbnails.c:
3648         (ev_sidebar_tree_selection_changed),
3649         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3650         * shell/ev-view-private.h:
3651         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3652         * shell/ev-view.h:
3653         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3654         (ev_window_setup_document), (ev_window_load_job_cb):
3655         * shell/ev-window.h:
3656         
3657         History finally works as expected.
3658
3659 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3662
3663         Do not update links treeview if it doesn't have a model assigned yet. 
3664
3665 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3668         (ev_sidebar_links_class_init), (update_page_callback):
3669
3670         Do not update links treeview when sidepane is not visible. 
3671
3672 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3673
3674         * shell/ev-marshal.list:
3675         * shell/ev-page-action.c: (activate_cb),
3676         (ev_page_action_class_init):
3677         * shell/ev-page-action.h:
3678         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3679         * shell/ev-window.c:
3680         
3681         Remove activate_link signal, not required.
3682
3683 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3684
3685         * shell/ev-navigation-action.c: (build_menu):
3686         
3687         Reorder menu items and build menu with fixed length.
3688
3689 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3690
3691         * shell/ev-view.c: (get_selected_text):
3692         
3693         Normalize text to fix ligatures problem. See bug
3694         #341947 for details.
3695
3696 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3697
3698         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3699
3700         Fix memory leak in ev-page-cache. 
3701
3702 2007-01-25  Tom Parker <palfrey@tevp.net>
3703
3704         * backend/impress/impress-document.c: (impress_document_load),
3705         (impress_document_finalize), (impress_document_init):
3706         * properties/ev-properties-main.c: (ev_properties_get_pages):
3707         
3708         Correctly handle impress document errors. Fixes nautilus
3709         crash in property page #370491.
3710
3711 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3714         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3715         (ev_job_queue_remove_job):
3716         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3717         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3718         (ev_job_load_run):
3719         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3720         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3721         (ev_window_load_job_cb), (xfer_update_progress_callback),
3722         (ev_window_open_uri), (ev_window_dispose):
3723         * shell/main.c: (main):
3724
3725         Do file transfer asynchronously in the main thread instead of
3726         synchronously in the load thread. Fixes bugs #399694, #398307 and
3727         #343542.
3728
3729 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3730
3731         * shell/ev-jobs.c: (ev_job_xfer_run):
3732
3733         Load the document with the font-config lock held. 
3734
3735 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * backend/ps/ps-document.c: (start_interpreter):
3738
3739         Fix memory leaks in ps backend. 
3740
3741 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3742
3743         * backend/impress/impress-document.c:
3744         (impress_document_render_pixbuf):
3745
3746         Do not acquire fontconfig lock in impress backend, since it is using
3747         the main loop for rendering. 
3748
3749 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3750
3751         * po/POTFILES.in: 
3752
3753         Remove mdvi files that shouldn't be translated. 
3754
3755 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * shell/ev-view-private.h:
3758         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3759         (ev_view_set_zoom):
3760
3761         Render "loading..." text into a cairo surface instead of directly into
3762         the window so that fontconfig lock is only needed once and UI is not
3763         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3764
3765 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3766
3767         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3768         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3769
3770         Use icon theme associated with the window screen rather than default. 
3771
3772 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3773
3774         * configure.ac:
3775
3776         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3777
3778 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3779
3780         * data/icons/*/apps/evince.*:
3781
3782         Move Evince icons under new apps directory.
3783
3784         * data/icons/*/actions/*:
3785
3786         Add new custom themeable Evince icons: view-page-continuous, 
3787         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3788         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3789
3790         * configure.ac:
3791
3792         Add new directories to AC_CONFIG_FILES.
3793
3794         * shell/ev-stock-icons.c:
3795         * shell/ev-stock-icons.h:
3796
3797         Use new custom themeable icons.
3798
3799 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3802
3803         Do not draw white background page in presentation mode. 
3804
3805 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3806
3807         * shell/ev-view.c: Remove unused gnome-vfs include.
3808
3809 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3810
3811         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3812         
3813         Format string is corrected, fixes bug #397129.
3814
3815 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3816
3817         * shell/ev-window.c: (ev_window_setup_recent):
3818
3819         Do not include in recent menu inexistent documents. Fixes
3820         bug #339171.
3821
3822 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3823
3824         * po/POTFILES.skip: 
3825
3826         Update POTFILES.skip file according to current source tree. 
3827
3828 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * shell/ev-window.c: (file_save_dialog_response_cb):
3831
3832         Do Save a copy in atomic way. Fixes bug #328266. 
3833
3834 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3835
3836         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3837
3838         Keep selected cell always visible in index treeview.
3839
3840 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3841         
3842         * shell/ev-view.c: (ev_view_size_allocate):
3843
3844         Restore horizontal scrollbar after switching to/from fullscreen
3845         or presentation mode. Fixes bug #331728.
3846
3847 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * shell/ev-view-private.h:
3850         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3851         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3852         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3853         (ev_view_can_zoom_out):
3854
3855         Use max and min scale values in the view iby taking dpi into account. 
3856
3857 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * configure.ac:
3860         * NEWS:
3861
3862         Release 0.7.1
3863
3864 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3865
3866         * shell/ev-window.c: (ev_window_print_send):
3867
3868         Send print job to printer with some settings set to default values,
3869         since we have already exported to a file according to such settings
3870         and they could be taken twice by some printers. 
3871
3872 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * shell/ev-jobs.c: (ev_job_xfer_run):
3875         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3876
3877         Show main window and load document with the font-config lock held. 
3878
3879 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * configure.ac:
3882         * shell/ev-application.c: (ev_application_register_service):
3883         * shell/main.c: (load_files_remote):
3884
3885         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3886
3887 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3888
3889         * doc/debugging.txt:
3890         
3891         Remove obsolete documentation.
3892
3893 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3894
3895         * Makefile.am:
3896         * backend/Makefile.am:
3897         * backend/comics/Makefile.am:
3898         * backend/djvu/Makefile.am:
3899         * backend/dvi/Makefile.am:
3900         * backend/ev-async-renderer.c:
3901         * backend/ev-async-renderer.h:
3902         * backend/ev-attachment.c:
3903         * backend/ev-attachment.h:
3904         * backend/ev-backend-marshal.c:
3905         * backend/ev-document-factory.c:
3906         * backend/ev-document-factory.h:
3907         * backend/ev-document-find.c:
3908         * backend/ev-document-find.h:
3909         * backend/ev-document-fonts.c:
3910         * backend/ev-document-fonts.h:
3911         * backend/ev-document-images.c:
3912         * backend/ev-document-images.h:
3913         * backend/ev-document-info.h:
3914         * backend/ev-document-links.c:
3915         * backend/ev-document-links.h:
3916         * backend/ev-document-misc.c:
3917         * backend/ev-document-misc.h:
3918         * backend/ev-document-security.c:
3919         * backend/ev-document-security.h:
3920         * backend/ev-document-thumbnails.c:
3921         * backend/ev-document-thumbnails.h:
3922         * backend/ev-document-transition.c:
3923         * backend/ev-document-transition.h:
3924         * backend/ev-document.c:
3925         * backend/ev-document.h:
3926         * backend/ev-file-exporter.c:
3927         * backend/ev-file-exporter.h:
3928         * backend/ev-image.c:
3929         * backend/ev-image.h:
3930         * backend/ev-link-action.c:
3931         * backend/ev-link-action.h:
3932         * backend/ev-link-dest.c:
3933         * backend/ev-link-dest.h:
3934         * backend/ev-link.c:
3935         * backend/ev-link.h:
3936         * backend/ev-render-context.c:
3937         * backend/ev-render-context.h:
3938         * backend/ev-selection.c:
3939         * backend/ev-selection.h:
3940         * backend/impress/Makefile.am:
3941         * backend/pdf/Makefile.am:
3942         * backend/pixbuf/Makefile.am:
3943         * backend/ps/Makefile.am:
3944         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3945         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3946         (start_interpreter), (stop_interpreter), (document_load),
3947         (ps_document_next_page), (render_page):
3948         * backend/tiff/Makefile.am:
3949         * comics/Makefile.am:
3950         * comics/comics-document.c:
3951         * comics/comics-document.h:
3952         * configure.ac:
3953         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3954         * djvu/Makefile.am:
3955         * djvu/djvu-document-private.h:
3956         * djvu/djvu-document.c:
3957         * djvu/djvu-document.h:
3958         * djvu/djvu-links.c:
3959         * djvu/djvu-links.h:
3960         * djvu/djvu-text-page.c:
3961         * djvu/djvu-text-page.h:
3962         * djvu/djvu-text.c:
3963         * djvu/djvu-text.h:
3964         * dvi/Makefile.am:
3965         * dvi/dvi-document.c:
3966         * dvi/dvi-document.h:
3967         * dvi/fonts.c:
3968         * dvi/fonts.h:
3969         * dvi/mdvi-lib/Makefile.am:
3970         * dvi/mdvi-lib/afmparse.c:
3971         * dvi/mdvi-lib/afmparse.h:
3972         * dvi/mdvi-lib/bitmap.c:
3973         * dvi/mdvi-lib/bitmap.h:
3974         * dvi/mdvi-lib/color.c:
3975         * dvi/mdvi-lib/color.h:
3976         * dvi/mdvi-lib/common.c:
3977         * dvi/mdvi-lib/common.h:
3978         * dvi/mdvi-lib/defaults.h:
3979         * dvi/mdvi-lib/dvimisc.c:
3980         * dvi/mdvi-lib/dviopcodes.h:
3981         * dvi/mdvi-lib/dviread.c:
3982         * dvi/mdvi-lib/files.c:
3983         * dvi/mdvi-lib/font.c:
3984         * dvi/mdvi-lib/fontmap.c:
3985         * dvi/mdvi-lib/fontmap.h:
3986         * dvi/mdvi-lib/fontsrch.c:
3987         * dvi/mdvi-lib/gf.c:
3988         * dvi/mdvi-lib/hash.c:
3989         * dvi/mdvi-lib/hash.h:
3990         * dvi/mdvi-lib/list.c:
3991         * dvi/mdvi-lib/mdvi.h:
3992         * dvi/mdvi-lib/pagesel.c:
3993         * dvi/mdvi-lib/paper.c:
3994         * dvi/mdvi-lib/paper.h:
3995         * dvi/mdvi-lib/pk.c:
3996         * dvi/mdvi-lib/private.h:
3997         * dvi/mdvi-lib/setup.c:
3998         * dvi/mdvi-lib/sp-epsf.c:
3999         * dvi/mdvi-lib/special.c:
4000         * dvi/mdvi-lib/sysdeps.h:
4001         * dvi/mdvi-lib/t1.c:
4002         * dvi/mdvi-lib/tfm.c:
4003         * dvi/mdvi-lib/tfmfile.c:
4004         * dvi/mdvi-lib/tt.c:
4005         * dvi/mdvi-lib/util.c:
4006         * dvi/mdvi-lib/vf.c:
4007         * dvi/pixbuf-device.c:
4008         * dvi/pixbuf-device.h:
4009         * impress/Makefile.am:
4010         * impress/common.h:
4011         * impress/document.c:
4012         * impress/f_oasis.c:
4013         * impress/f_oo13.c:
4014         * impress/iksemel.c:
4015         * impress/iksemel.h:
4016         * impress/imposter.h:
4017         * impress/impress-document.c:
4018         * impress/impress-document.h:
4019         * impress/internal.h:
4020         * impress/r_back.c:
4021         * impress/r_draw.c:
4022         * impress/r_geometry.c:
4023         * impress/r_gradient.c:
4024         * impress/r_style.c:
4025         * impress/r_text.c:
4026         * impress/render.c:
4027         * impress/render.h:
4028         * impress/zip.c:
4029         * impress/zip.h:
4030         * lib/Makefile.am:
4031         * lib/ev-debug.c:
4032         * lib/ev-debug.h:
4033         * lib/ev-file-helpers.c:
4034         * lib/ev-file-helpers.h:
4035         * lib/ev-gui.c:
4036         * lib/ev-gui.h:
4037         * lib/ev-tooltip.c:
4038         * lib/ev-tooltip.h:
4039         * libdocument/Makefile.am:
4040         * libdocument/ev-file-helpers.c:
4041         * pdf/Makefile.am:
4042         * pdf/ev-poppler.cc:
4043         * pdf/ev-poppler.h:
4044         * pixbuf/Makefile.am:
4045         * pixbuf/pixbuf-document.c:
4046         * pixbuf/pixbuf-document.h:
4047         * properties/Makefile.am:
4048         * ps/Makefile.am:
4049         * ps/gsdefaults.c:
4050         * ps/gsdefaults.h:
4051         * ps/gsio.c:
4052         * ps/gsio.h:
4053         * ps/gstypes.h:
4054         * ps/ps-document.c:
4055         * ps/ps-document.h:
4056         * ps/ps.c:
4057         * ps/ps.h:
4058         * shell/Makefile.am:
4059         * shell/ev-application.h:
4060         * shell/ev-sidebar-links.c:
4061         * shell/ev-sidebar-links.h:
4062         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4063         (ev_gui_menu_position_tree_selection):
4064         * shell/ev-utils.h:
4065         * shell/ev-view.c: (ev_view_finalize):
4066         * shell/ev-window.c:
4067         * shell/main.c: (main):
4068         * thumbnailer/Makefile.am:
4069         * tiff/Makefile.am:
4070         * tiff/tiff-document.c:
4071         * tiff/tiff-document.h:
4072         * tiff/tiff2ps.c:
4073         * tiff/tiff2ps.h:
4074         
4075         Reorganize source tree.
4076
4077 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * backend/ev-document-factory.c:
4080
4081         Do not include ev-poppler.h when pdf is disabled. 
4082
4083 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4084
4085         * configure.ac:
4086         * data/evince-ui.xml:
4087         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4088         (pdf_document_document_images_iface_init):
4089         * backend/Makefile.am:
4090         * backend/ev-document-images.[ch]:
4091         * backend/ev-image.[ch]:
4092         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4093         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4094         (ev_job_xfer_run):
4095         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4096         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4097         (ev_pixbuf_cache_get_image_mapping):
4098         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4099         (view_menu_popup_cb), (ev_window_dispose),
4100         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4101         (ev_view_popup_cmd_copy_image):
4102         * shell/ev-view-private.h:
4103         * shell/ev-view.c: (ev_view_get_image_at_location),
4104         (ev_view_do_popup_menu), (ev_view_popup_menu),
4105         (ev_view_button_press_event), (ev_view_drag_data_get),
4106         (ev_view_drag_motion), (ev_view_drag_data_received),
4107         (ev_view_motion_notify_event), (ev_view_button_release_event),
4108         (ev_view_finalize), (ev_view_class_init):
4109
4110         Add image handling support. Fixes bugs #310008 and #325047. Images
4111         selection is not supported yet. 
4112
4113 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4114
4115         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4116         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4117         (ev_view_init):
4118
4119         Move view drag and drop stuff to ev-view.
4120
4121 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4124         * shell/ev-view.c: (clear_selection): 
4125
4126         Clear selection also in pixbuf cache.
4127
4128 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4129
4130         * data/evince.desktop.in.in:
4131         
4132         Change icon name in desktop file. See bug #390734
4133         for details.
4134
4135 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4136
4137         * thumbnailer/Makefile.am:
4138
4139         Use top_builddir instead top_srcdir for generated schema
4140         file installation. Fixes bug #390161.
4141
4142 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4143
4144         * configure.ac:
4145         * backend/Makefile.am:
4146         * backend/ev-document-transition.[ch]:
4147         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4148         (pdf_document_page_transition_iface_init):
4149         * shell/ev-view-private.h:
4150         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4151         (ev_view_set_presentation), (transition_next_page),
4152         (ev_view_presentation_transition_stop),
4153         (ev_view_presentation_transition_start), (ev_view_next_page):
4154
4155         Add page transition support in presentation mode. At the moment only
4156         page duration is supported, but not transition effects. Fixes bug
4157         #309815.
4158
4159 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4160
4161         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4162
4163         Run find_link_dest with document lock held, since it's called by links
4164         thread and main thread at the same time. 
4165
4166 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4167
4168         * shell/ev-view.c: (goto_dest):
4169
4170         Update page-cache when page is changed by the view, so that
4171         page-changed signal is emitted. 
4172
4173 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * test/test1.py:
4176         * test/test2.py:
4177
4178         Use C locale in tests. 
4179
4180 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * shell/ev-window.c: (ev_window_run_presentation):
4183         * shell/ev-view-private.h:
4184         * shell/ev-view.c: (ev_view_set_presentation):
4185
4186         Restore zoom settings when back from presentation mode. 
4187
4188 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4189
4190         * shell/ev-window.c: (ev_window_run_presentation):
4191
4192         Always use "best fit" zoom in presentation mode.
4193         Fixes bug #389195.
4194
4195 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4196
4197         * shell/ev-view.c: (ev_view_goto_window_create):
4198
4199         Show "Jump to page" label in the page jumping popup in
4200         presentation mode instead of just a GtkEntry.
4201
4202 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * shell/ev-window.c: (launch_external_uri):
4205
4206         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4207         #378085.
4208
4209 2006-12-22  Elijah Newren  <newren gmail com>
4210
4211         * configure.ac: explicitly check for libxml2.  Fixes #388795
4212
4213 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4214
4215         * shell/ev-view-private.h:
4216         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4217         (ev_view_goto_window_delete_event), (key_is_numeric),
4218         (ev_view_goto_window_key_press_event),
4219         (ev_view_goto_window_button_press_event),
4220         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4221         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4222         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4223
4224         Allow jumping to another page by typing a page number in presentation
4225         mode. It uses a popup window with an entry. Fixes bug #353625.
4226
4227 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4228
4229         * configure.ac:
4230         * properties/ev-properties-view.c: (ev_get_default_user_units),
4231         (ev_regular_paper_size):
4232         
4233         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4234         to Damien Carbery <damien.carbery@sun.com> and
4235         Yevgen Muntyan <muntyan@tamu.edu>.
4236
4237 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4238
4239         * shell/ev-window.c: (setup_document_from_metadata):
4240
4241         Make sure Evince doesn't restore the view on the last
4242         page when a document is reopened. Fixes bug #383381.
4243
4244 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4245
4246         * shell/ev-view.c: (draw_loading_text):
4247
4248         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4249
4250 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4251
4252         * configure.ac:
4253         * NEWS:
4254
4255         Release 0.7.0
4256
4257 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4258
4259         * configure.ac:
4260         * pdf/ev-poppler.cc: (pdf_print_context_free),
4261         (pdf_document_file_exporter_begin),
4262         (pdf_document_file_exporter_do_page):
4263
4264         Make cairo-pdf depedency optional. 
4265
4266 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4267
4268         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4269
4270         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4271
4272 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4273
4274         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4275         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4276         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4277         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4278         * shell/ev-view.c: (draw_loading_text):
4279         * shell/ev-window.c: (ev_window_cmd_file_properties):
4280
4281         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4282         related to using FontConfig from different threads.
4283         
4284 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4285
4286         * shell/ev-view.c: (draw_loading_text):
4287
4288         Acquire lock document when drawing "Loading..." text so that only one
4289         thread will use FontConfig at the same time. Fixes bug #374750.
4290
4291 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4292
4293         * shell/ev-page-action.[ch]: (activate_cb):
4294         * shell/ev-window.c: (activate_label_cb):
4295
4296         Check if text inserted in page entry is a valid page number when it
4297         doesn't match to any document page label. Fixes bug #383165.
4298
4299 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4300         * shell/ev-window.c:
4301
4302         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4303         available with GTK < 2.10. Added an ifdef to avoid compilation
4304         error.
4305
4306 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4307
4308         * configure.ac:
4309         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4310
4311         Fix ps backend in multihead systems.
4312
4313 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4314
4315         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4316         * shell/ev-window.c: (ev_window_get_screen_dpi),
4317         (ev_window_update_actions), (setup_view_from_metadata),
4318         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4319
4320         Take screen DPI into account when zooming. Fixes bug #318285.
4321
4322 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4323
4324         * data/Makefile.am:
4325
4326         Cleaned up/slightly refactored Makefile.am. Added GConf
4327         schemas uninstallation as well.
4328
4329 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4330
4331         * Makefile.am:
4332         * test/Makefile.am:
4333
4334         Fight with autotools to fix make check. Make distcheck
4335         works fine as well now!
4336
4337 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4338
4339         * shell/ev-view.c: (draw_end_presentation_page):
4340
4341         Corrected "end of presentation" string.
4342
4343 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4344
4345         * shell/ev-view.c: (ev_view_key_press_event):
4346
4347         Correctly propagate key press event so that up/down keys
4348         work as expected (correct behaviour was broken by
4349         black/white screen key bindings for presentations).
4350
4351 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4352
4353         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4354         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4355         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4356         (pdf_selection_get_selection_region),
4357         (pdf_selection_get_selection_map):
4358
4359         Add "static" to some private functions. 
4360
4361 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4362
4363         * lib/ev-tooltip.h:
4364         * properties/ev-properties-view.h:
4365         * shell/ev-jobs.h:
4366         * shell/ev-properties-dialog.h:
4367         * shell/ev-properties-fonts.h:
4368         * shell/ev-sidebar-links.h:
4369         * shell/ev-sidebar-thumbnails.h:
4370         * shell/ev-sidebar.h:
4371         * shell/ev-window.h:
4372         
4373         Fixes CHACK type in class casts. See bug #385343
4374         for details.
4375
4376 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4377
4378         * shell/ev-view-private.h:
4379         * shell/ev-view.c: (draw_end_presentation_page),
4380         (ev_view_expose_event), (ev_view_key_press_event),
4381         (ev_view_class_init), (ev_view_init):
4382
4383         Blank screen in presentation mode when pressing 'b' (filling with
4384         black) or 'w' (filling with white) keys. Fixes bug #358132.
4385
4386 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4387
4388         * data/evince-toolbar.xml:
4389         * shell/ev-window.c:
4390         
4391         Use stock icon for Select All action. Fixes
4392         bug #382652.
4393
4394 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4395
4396         * shell/ev-view.c: (get_doc_point_from_offset),
4397         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4398
4399         Add links support in rotated documents. Fixes bug #343733.
4400
4401 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4402
4403         * shell/ev-view-private.h:
4404         * shell/ev-view.c: (draw_end_presentation_page),
4405         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4406
4407         Show a blank page after the last page in presentation mode with a
4408         message indicating that presentation has finished and how to exit. 
4409
4410 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * shell/ev-window.c: (fullscreen_timeout_cb):
4413
4414         Hide cursor after a while in presentation mode. 
4415
4416 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4417
4418         * backend/ev-document-info.h:
4419         * data/evince-properties.glade:
4420         * pdf/ev-poppler.cc:
4421         * properties/ev-properties-view.c: (ev_regular_paper_size),
4422         (ev_properties_view_set_info):
4423         * ps/ps-document.c: (ps_document_get_info):
4424
4425         Adds a paper size field to the properties dialog. Fixes
4426         bug #307315. Patch by Kasper Svendsen (with some i18n
4427         changes done by me).
4428
4429 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4430
4431         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4432         (screensaver_init_dbus), (totem_scrsaver_new),
4433         (totem_scrsaver_init):
4434         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4435         * shell/ev-application.c: (ev_application_register_service),
4436         (ev_application_screensaver_enable),
4437         (ev_application_screensaver_disable):
4438         * shell/ev-application.h:
4439         * shell/ev-window.c: (ev_window_run_presentation),
4440         (ev_window_stop_presentation), (build_comments_string),
4441         (ev_window_init):
4442         
4443         Move screensaver handling to application. No more
4444         message on startup.
4445
4446 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4447
4448         * configure.ac:
4449         * backend/Makefile.am:
4450         * backend/ev-file-exporter.[ch]:
4451         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4452         * ps/ps-document.c: (ps_document_file_exporter_*):
4453         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4454         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4455         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4456         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4457
4458         Allow printing to PDF when suppoted by the backend.
4459         
4460 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4461
4462         * shell/ev-window.c: (build_comments_string):
4463
4464         Use always "Document Viewer" in about dialog. 
4465
4466 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4467
4468         * djvu/djvu-document.c: (djvu_document_get_page_size):
4469
4470         Display a warning message when get_pageinfo fails. 
4471
4472 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4473
4474         * Makefile.am:
4475         * backend/Makefile.am:
4476         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4477         * configure.ac:
4478         * shell/ev-window.c: (build_comments_string):
4479         
4480         Make pdf compilation optional. See bug #38007.
4481
4482 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4483
4484         * ps/ps.c: (get_next_text):
4485
4486         Fix CVE-2006-5864.
4487
4488 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4489
4490         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4491         * shell/ev-navigation-action.c: (connect_proxy),
4492         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4493         
4494         Do not call g_type_class_peek_parent twice.
4495
4496 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4497
4498         * configure.ac:
4499         * data/icons/24x24/.cvsignore:
4500         * data/icons/24x24/Makefile.am:
4501         * data/icons/24x24/evince.png:
4502         * data/icons/Makefile.am:
4503         
4504         Add 24x24 icon. Thanks to 
4505         Michael Monreal <infernux@web.de>.
4506
4507 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4508
4509         * configure.ac: Fix typo in configure.ac. Thanks
4510         to dmacks@netspace.org for notification.
4511
4512 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4513
4514         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4515         
4516         Drop dbus include, fixes compilation with older dbus.
4517
4518 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4519
4520         * configure.ac:
4521         * cut-n-paste/Makefile.am:
4522         * cut-n-paste/totem-screensaver/.cvsignore
4523         * cut-n-paste/totem-screensaver/Makefile.am:
4524         * cut-n-paste/totem-screensaver/README:
4525         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4526         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4527         * shell/Makefile.am:
4528         * shell/ev-window.c: (ev_window_run_presentation),
4529         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4530         (ev_window_init):
4531
4532         Implemented screensaver enabling/disabling for
4533         presentation mode (not fullscreen mode). Code stolen
4534         from Totem (with some minor tweaks). Fixes bug #338889.
4535
4536 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4537
4538         * configure.ac:
4539
4540         Bump gnome-icon-theme requirements. We use the rotation
4541         icons that appeared recently.
4542
4543 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4544
4545         * shell/ev-history.c: (ev_history_add_page):
4546         * shell/ev-history.h:
4547         * shell/ev-window.c: (page_changed_cb):
4548         
4549         Use page labels instead of numbers.
4550
4551 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4552
4553         * data/evince-toolbar.xml:
4554         * po/POTFILES.in:
4555         * shell/Makefile.am:
4556         * shell/ev-navigation-action-widget.c:
4557         (ev_navigation_action_widget_init),
4558         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4559         (menu_detacher), (ev_navigation_action_widget_set_menu),
4560         (menu_position_func), (popup_menu_under_arrow),
4561         (ev_navigation_action_widget_toggled),
4562         (ev_navigation_action_widget_button_press_event):
4563         * shell/ev-navigation-action-widget.h:
4564         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4565         (ev_navigation_action_set_window), (activate_menu_item_cb),
4566         (new_history_menu_item), (new_empty_history_menu_item),
4567         (build_menu), (menu_activated_cb), (connect_proxy),
4568         (create_tool_item), (ev_navigation_action_init),
4569         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4570         * shell/ev-navigation-action.h:
4571         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4572         (ev_page_action_widget_set_page_cache),
4573         (ev_page_action_widget_finalize),
4574         (ev_page_action_widget_class_init), (match_selected_cb),
4575         (display_completion_text), (match_completion), (build_new_tree_cb),
4576         (get_filter_model_from_model),
4577         (ev_page_action_widget_update_model):
4578         * shell/ev-page-action-widget.h:
4579         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4580         (connect_proxy):
4581         * shell/ev-page-action.h:
4582         * shell/ev-stock-icons.c:
4583         * shell/ev-stock-icons.h:
4584         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4585         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4586         (register_custom_actions):
4587         * shell/main.c:
4588         
4589         Preliminary history implementation
4590
4591 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4592
4593         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4594         (dvi_document_class_init), (dvi_document_init_params):
4595         * dvi/mdvi-lib/font.c: (font_reference):
4596         
4597         Add reference to subfont. Fixes bug #374277.
4598
4599 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4600
4601         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4602         (ev_window_cmd_file_open_copy_at_dest):
4603
4604         Fix a race condition when creating symlink. Increase the counter
4605         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4606         Mathias Hasselmann).
4607
4608 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4609
4610         * backend/Makefile.am:
4611         * backend/ev-attachment.c: (ev_attachment_open):
4612         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4613         (ev_tmp_dir), (ev_tmp_filename):
4614         * shell/ev-sidebar-attachments.c:
4615         (ev_sidebar_attachments_drag_data_get):
4616         * shell/ev-window.c: (ev_window_clear_temp_file):
4617
4618         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4619         in ensure_dir_exists. Abort without crashing when we can't create
4620         user's directory.
4621
4622 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4623
4624         * data/evince-ui.xml:
4625         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4626         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4627         (ev_window_cmd_file_open_copy_at_dest),
4628         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4629         (ev_view_popup_cmd_open_link_new_window):
4630
4631         Allow opening a copy of the current document in a new window. Fixes bug
4632         #357472
4633
4634 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * data/evince-toolbar.xml:
4637         
4638         Add rotate right and rotate left to available items for toolbar.
4639         
4640         * data/evince-ui.xml:
4641         * shell/ev-window.c: (ev_window_init):
4642         
4643         Customize toolbar with right click. Fixes bug #372451.
4644
4645 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4646
4647         * shell/ev-window.c: 
4648         
4649         Use "object-rotate-{left,right}" stock icons. Fixes 
4650         bug #373863.
4651
4652 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4653
4654         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4655         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4656         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4657         (ev_window_open_uri):
4658         * shell/main.c: (arguments_parse):
4659
4660         Remove temp file created when evince is used by GTK+ in
4661         preview mode. Fixes bug #365282. 
4662
4663 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4664
4665         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4666         
4667         Fixes bug #372474 - Side pane disabled when entering 
4668         and leaving fullscreen mode.
4669
4670 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4671
4672         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4673         * data/Makefile.am:
4674         * data/evince-preview-toolbar.xml:
4675         * data/evince-toolbar.xml:
4676         * shell/ev-application.c: (ev_application_shutdown),
4677         (ev_application_init), (ev_application_get_toolbars_model):
4678         * shell/ev-application.h:
4679         * shell/ev-window.c: (update_chrome_visibility),
4680         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4681         (ev_window_cmd_edit_toolbar), (ev_window_init):
4682         
4683         Fixes bug #364364 - toolbar editor shows zoom actions again.
4684
4685 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4686
4687         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4688
4689         Do not take margins into consideration for paper size when printing.
4690         Really fixes bug #350491.
4691
4692 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4693
4694         * data/evince-ui.xml:
4695         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4696         (ev_window_cmd_file_print_setup),
4697         (ev_window_print_dialog_response_cb),
4698         (ev_window_setup_action_sensitivity):
4699
4700         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4701
4702 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * shell/ev-window.c: (ev_window_print_range):
4705
4706         Revert my previuos commit, since printing to PDF is not supported by
4707         evince yet. 
4708
4709 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4710
4711         * shell/ev-window.c: (ev_window_print_range):
4712
4713         Enable print to a PDF. Fixes bug #332121.
4714
4715 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * shell/ev-application-service.xml:
4718         * shell/ev-application.[ch]: (ev_application_open_window),
4719         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4720         (ev_application_open_uri), (ev_application_open_uri_list):
4721         * shell/ev-window.c: (file_open_dialog_response_cb),
4722         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4723         (drag_data_received_cb), (open_remote_link):
4724         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4725
4726         Add support for multiscreen systems. Fixes bug #316206.
4727
4728 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4729
4730         * shell/ev-jobs.[ch]: (ev_job_print_new),
4731         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4732         (ev_job_print_do_page):
4733         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4734
4735         Allow printing only odd/even pages. Fixes bug #367289.
4736
4737 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4738
4739         * test/test1.py:
4740         * test/test2.py:
4741
4742         Re-add locale settings to test files.
4743
4744 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4745
4746         * data/evince-ui.xml:
4747         * shell/ev-window.c: (set_action_properties):
4748         
4749         Removed garbage from code and ui.
4750
4751 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4752
4753         * shell/ev-window.c: (ev_window_cmd_help_about):
4754
4755         Shamelessly add my name to the list of contributors.
4756
4757 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4758
4759         * test/test1.py:
4760         * test/test2.py:
4761
4762         Cleaned up the dogtail scripts.
4763
4764 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4765
4766         * shell/ev-view.c: (draw_loading_text): Don't render
4767         "loading..." text in presentation mode. Temporary
4768         workaround for bug #320352.
4769
4770 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4773         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4774
4775         Use print settings scale, copies, collate and reverse which were
4776         ignored. Fixes bug #359032.
4777
4778 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4779
4780         * configure.ac:
4781         * data/evince-password.glade:
4782         * test/Makefile.am:
4783         * test/test-encrypt.pdf:
4784         * test/test-links.pdf:
4785         * test/test1.py:
4786         * test/test2.py:
4787
4788         Add automated UI tests for evince with dogtail. See
4789         bug #300948.    
4790
4791 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4792
4793         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4794
4795         Hide fullscreen toolbar when switching to another desktop workspace.
4796         Fixes bug #338871
4797
4798 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4799
4800         * shell/ev-window-title.c: 
4801         
4802         Test for .dvi in title of pdf documents.
4803
4804 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4805
4806         * shell/ev-view.c: (ev_view_scroll):
4807
4808         Page Up/Down should do page jumps in "Best fit" mode.
4809         If a user has explicitly chosen to view exactly one page
4810         at a time, scrolling just a part of the page when
4811         pressing Page Up/Down is not right. Fixes bug #323107.
4812
4813 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4814
4815         * NEWS:
4816         * configure.ac:
4817         
4818         Update for 0.6.1
4819
4820 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4821
4822         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4823         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4824         
4825         Correctly disconnect from job signals on destroy.
4826
4827 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4828
4829         * shell/ev-view-private.h:
4830         * shell/ev-view.c: (view_set_adjustment_values),
4831         (view_update_range_and_current_page),
4832         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4833         
4834         Fixes bug #343199, current page now follows find page.
4835
4836 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4837
4838         * backend/ev-document-factory.c:
4839         * configure.ac:
4840         Assigned OpenDocument presenation MIME type to the
4841         Impress backend. Added some missing (but harmless)
4842         #ifdefs in the document factory as well to make things
4843         consistent again. Fixes bug #360658.
4844
4845 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4846
4847         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4848         * backend/ev-document-find.c: (ev_document_find_get_type):
4849         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4850         * backend/ev-document-links.c: (ev_document_links_get_type):
4851         * backend/ev-document-security.c: (ev_document_security_get_type):
4852         * backend/ev-document-thumbnails.c:
4853         (ev_document_thumbnails_get_type):
4854         * backend/ev-document.c: (ev_document_get_type):
4855         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4856         * backend/ev-selection.c: (ev_selection_get_type):
4857         * cut-n-paste/recent-files/egg-recent-model.c:
4858         (egg_recent_model_get_type):
4859         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4860         (egg_recent_view_uimanager_get_type):
4861         * cut-n-paste/recent-files/egg-recent-view.c:
4862         (egg_recent_view_get_type):
4863         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4864         (egg_editable_toolbar_get_type):
4865         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4866         (egg_toolbar_editor_get_type):
4867         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4868         (egg_toolbars_model_get_type):
4869         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4870         (egg_tree_multi_drag_source_get_type):
4871         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4872         (ephy_zoom_action_get_type):
4873         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4874         (ephy_zoom_control_get_type):
4875         * impress/r_back.c: (_imp_fill_back):
4876         * properties/ev-properties-main.c:
4877         (ev_properties_plugin_register_type):
4878         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4879         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4880         (ev_view_accessible_factory_get_type):
4881
4882         Reduce relocations. Bug #360616.
4883
4884 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4885
4886         * backend/ev-document-factory.c:
4887         (ev_document_factory_get_document):
4888         
4889         Load document even if extension is wrong.
4890
4891 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4892
4893         * shell/ev-metadata-manager.c: (save_values):
4894         * shell/ev-window.c: (setup_size_from_metadata),
4895         (setup_view_from_metadata), (ev_window_setup_document),
4896         (ev_window_xfer_job_cb), (window_configure_event_cb):
4897         
4898         Set size according to the document size/page size ratio.
4899         That should correct rather wierd behaviour of the previous
4900         commit.
4901
4902 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4903
4904         * shell/ev-window.c: (setup_view_from_metadata):
4905         
4906         Set size for new windows from previous window size.
4907         See bugs #354968 and #168450 for details. Thanks
4908         to Meik Hellmund.
4909
4910 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4911
4912         * djvu/djvu-links.c: (build_tree):
4913
4914         Fix memory leak.
4915
4916 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4919         
4920         Don't make sidebar close button insensitive. Fixes
4921         bug #357871.
4922
4923 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4924
4925         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4926         (ev_window_set_view_accels_sensitivity):
4927         
4928         Don't enable Slash on documents which don't support
4929         find. Fixes bug #358648.
4930
4931 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4932
4933         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4934         open dialog fall back to the current document uri if the
4935         filechooser hasn't been used before. Fixes bug #356980.
4936
4937 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4938
4939         * shell/ev-window.c: (ev_window_setup_recent), 
4940         (ev_window_get_recent_file_label):
4941
4942         Escape underscores in filenames of recent file items.
4943
4944 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4945
4946         * configure.ac:
4947         
4948         Bumped poppler requirements, really 0.5.3 is very 
4949         buggy, now we require 0.5.4.
4950
4951 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4952
4953         * djvu/Makefile.am:
4954         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4955         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4956         (djvu_document_document_links_iface_init):
4957         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4958         (number_from_string_10), (get_djvu_link_dest),
4959         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4960         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4961         (djvu_links_get_links), (djvu_links_find_link_dest),
4962         (djvu_links_get_links_model):
4963         * djvu/djvu-links.h:
4964         
4965         Add support for links and bookmarks in djvu documents. Thanks
4966         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4967         patch.
4968
4969 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4970
4971         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4972         
4973         Reopen should reload document. Fixes 
4974         bug 327951.
4975
4976 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4977
4978         * configure.ac:
4979         * data/Makefile.am:
4980         * data/evince-16.png:
4981         * data/evince-22.png:
4982         * data/evince.png:
4983         * data/evince.svg:
4984         * data/icons/16x16/Makefile.am:
4985         * data/icons/16x16/evince.png:
4986         * data/icons/22x22/Makefile.am:
4987         * data/icons/22x22/evince.png:
4988         * data/icons/48x48/Makefile.am:
4989         * data/icons/48x48/evince.png:
4990         * data/icons/Makefile.am:
4991         * data/icons/scalable/Makefile.am:
4992         * data/icons/scalable/evince.svg:
4993         
4994         Install icons with correct names. Fixes
4995         bug #354429.
4996
4997 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4998
4999         * shell/ev-view.c: (ev_view_button_release_event):
5000
5001         Don't open links with middle mouse button. Fixes bug #353649
5002
5003 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5004
5005         * NEWS:
5006         * configure.ac:
5007         
5008         Update for release 0.6.0
5009
5010 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5011
5012         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5013         Implement Close named action. Patch by Carlos Garcia Campos.
5014
5015 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5016
5017         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5018         
5019         Don't clear link mapping on copy_job_to_job_info. Fixes
5020         bug 346168.
5021
5022 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5023
5024         * shell/main.c: (main):
5025
5026         Revert my previous commit, gnome_program_init owns the option context.
5027         Fix another memory leak in main. Both caught by Christian Persch. 
5028
5029 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5030
5031         * shell/main.c: (main):
5032
5033         Fix memory leak.
5034
5035 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5038
5039         Fix crash when opening a pdf with password protection. 
5040
5041 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5042
5043         * pdf/ev-poppler.cc: (pdf_document_search_free):
5044
5045         Fix memory leak. 
5046
5047 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5048
5049         * backend/ev-document-factory.c:
5050         (ev_document_factory_get_document):
5051         * tiff/tiff-document.c: (tiff_document_finalize):
5052         
5053         More correct handling of document loading. Fixes
5054         bug #349043.
5055
5056 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5057
5058         * backend/ev-attachment.c: (ev_attachment_save):
5059
5060         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5061         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5062
5063 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5064         
5065         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5066         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5067
5068 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5069
5070         * shell/ev-sidebar-thumbnails.c:
5071
5072         Do not render thumbnails unless thumbnails page is active in the
5073         sidebar.
5074
5075 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5076
5077         * shell/ev-properties-dialog.c:
5078
5079         Fix dialogue spacing. Bug #351370.
5080
5081 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5082
5083         * configure.ac:
5084
5085         Use lowercase gettext catalog file names (evince.mo
5086         instead of Evince.mo)
5087
5088 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5089
5090         * shell/ev-sidebar-attachments.c:
5091
5092         GtkIconTheme is now screen safe too. Fixes bug #350878
5093
5094 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5095
5096         * shell/ev-window.c:
5097
5098         GtkRecent manager is now screen safe. Fixes bug #350145
5099
5100 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5101
5102         * shell/ev-sidebar.c: (ev_sidebar_init):
5103         
5104         Make sidebar close icon smaller. Fix for bug 350177.
5105         See also bugs 350176 and 165770.
5106
5107 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5108
5109         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5110
5111         Ignore zoom for xyz destinations when it's <= 1, keeping user
5112         preferences instead. Set correct sizing-mode for fith and fitv
5113         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5114
5115 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * NEWS:
5118         * configure.ac:
5119         
5120         Update for release 0.5.5
5121
5122 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5123         
5124         * shell/ev-window.c: (ev_window_cmd_escape)
5125
5126         Escape unfocus page entry. Fixes bug #345809.
5127
5128 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5129
5130         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5131         (build_tree), (pdf_document_links_get_links),
5132         (pdf_document_links_find_link_dest):
5133         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5134         (goto_xyz_dest):
5135
5136         Convert from PDF style coordinates to X style coordinates in the
5137         backend rather than in the view. Fixes bug #338440
5138
5139 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5140
5141         * shell/ev-window.c:
5142         
5143         Remove Ctrl+Shift+T shortcut for toolbars. See
5144         the bug #350098.
5145
5146 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * configure.ac:
5149
5150         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5151         of this. 
5152
5153 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5154
5155         * configure.ac:
5156         * cut-n-paste/Makefile.am:
5157         * data/evince-ui.xml:
5158         * shell/Makefile.am:
5159         * shell/ev-application.[ch]:
5160         * shell/ev-window.c:
5161
5162         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5163         #349273
5164
5165 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5166
5167         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5168         findbar code: s/help/search/
5169
5170 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5171
5172         * shell/ev-window.c: (setup_document_from_metadata),
5173         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5174         (setup_view_from_metadata):
5175         
5176         Fix memory leaks.
5177
5178 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5179
5180         * autogen.sh, configure.ac: 
5181         
5182         Update automake usage. See bug 349292.
5183
5184 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5185
5186         * shell/eggfindbar.c: (egg_find_bar_class_init),
5187         (entry_activate_callback), (egg_find_bar_init),
5188         (egg_find_bar_set_status_text):
5189         * shell/eggfindbar.h:
5190         
5191         Unify Evince findbar with Epiphany. Nice patch
5192         from Fabricio Silva <silva@crans.org> and
5193         Frederic Peters <fpeters@entrouvert.com>. See
5194         bug #339966 for details.
5195
5196 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5197
5198         * data/evince.desktop.in.in:
5199         
5200         Correct information for bugzilla. Thanks to
5201         Olaf Vitters, see bug #348855.
5202
5203 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5204
5205         * shell/ev-jobs.[ch]:
5206         * shell/ev-sidebar-links.c:
5207         * shell/ev-window.[ch]:
5208
5209         GtkPrintJob doesn't support print ranges or current page, so we export
5210         to a ps file now when printing ranges or current page.
5211
5212 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5213
5214         * pdf/ev-poppler.cc:
5215         * shell/ev-window.c: (do_action_named):
5216
5217         We should be more clear about bugzilla. See the
5218         poppler bug #7623.
5219
5220 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5221
5222         * configure.ac:
5223         * shell/Makefile.am:
5224         * shell/ev-job-queue.c:
5225         * shell/ev-jobs.[ch]:
5226         * shell/ev-sidebar-links.c:
5227         * shell/ev-window.[ch]:
5228         
5229         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5230         #348422
5231
5232 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5233
5234         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5235         * shell/ev-application-service.xml:
5236         * shell/ev-application.[ch]:
5237         * shell/ev-jobs.[ch]:
5238         * shell/ev-window.[ch]: (ev_window_run_preview):
5239         * shell/main.c: 
5240
5241         Add preview mode to use evince as a printing previewer. It also adds
5242         other command line options for fullscreen and presentation modes.
5243         Fixes bugs #347822, #317031
5244
5245 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5246
5247         * NEWS:
5248         * configure.ac:
5249         
5250         Update for release 0.5.4
5251
5252 2006-07-11  Bastien Nocera <hadess@hadess.net>
5253
5254         * Makefile.am:
5255         * backend/Makefile.am:
5256         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5257         * backend/ev-document-factory.h:
5258         * configure.ac:
5259         * impress/.cvsignore:
5260         * impress/Makefile.am:
5261         * impress/common.h:
5262         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5263         (imp_get_page), (imp_next_page), (imp_prev_page),
5264         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5265         * impress/f_oasis.c: (render_object), (render_page),
5266         (get_geometry), (_imp_oasis_load):
5267         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5268         (_imp_oo13_load):
5269         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5270         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5271         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5272         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5273         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5274         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5275         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5276         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5277         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5278         (iks_new_within), (iks_insert), (iks_insert_cdata),
5279         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5280         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5281         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5282         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5283         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5284         (iks_cdata), (iks_cdata_size), (iks_has_children),
5285         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5286         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5287         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5288         (iks_tree), (iks_load), (iks_save):
5289         * impress/iksemel.h:
5290         * impress/imposter.h:
5291         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5292         (imp_render_draw_bezier_real), (imp_render_get_size),
5293         (imp_render_set_fg_color), (imp_render_draw_line),
5294         (imp_render_draw_rect), (imp_render_draw_polygon),
5295         (imp_render_draw_arc), (imp_render_draw_bezier),
5296         (imp_render_open_image), (imp_render_get_image_size),
5297         (imp_render_scale_image), (imp_render_draw_image),
5298         (imp_render_close_image), (imp_render_markup),
5299         (imp_render_get_text_size), (imp_render_draw_text),
5300         (impress_document_load), (impress_document_save),
5301         (impress_document_get_n_pages), (impress_document_get_page_size),
5302         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5303         (impress_document_finalize), (impress_document_class_init),
5304         (impress_document_can_get_text), (impress_document_get_info),
5305         (impress_document_document_iface_init),
5306         (impress_document_thumbnails_get_thumbnail),
5307         (impress_document_thumbnails_get_dimensions),
5308         (impress_document_document_thumbnails_iface_init),
5309         (impress_document_init):
5310         * impress/impress-document.h:
5311         * impress/internal.h:
5312         * impress/r_back.c: (_imp_fill_back):
5313         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5314         (_imp_draw_image), (_imp_tile_image):
5315         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5316         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5317         (r_polyline):
5318         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5319         (r_draw_gradient_complex), (r_draw_gradient):
5320         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5321         (r_get_bullet):
5322         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5323         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5324         (r_text):
5325         * impress/render.c: (imp_create_context), (imp_context_set_page),
5326         (imp_context_set_step), (imp_render), (imp_delete_context):
5327         * impress/render.h:
5328         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5329         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5330         (zip_load_xml), (zip_get_size), (zip_load):
5331         * impress/zip.h:
5332         * shell/ev-utils.c:
5333         
5334         New backend to support impress slides. Fixes bug #30867.
5335
5336 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5337
5338         * shell/ev-utils.c: (using_postscript_printer):
5339         
5340         Fixes crash when print using PAPI backend,
5341         bug #345012.
5342
5343 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5344
5345         * shell/ev-jobs.c: (ev_job_xfer_run):
5346         * shell/ev-window.c: (password_dialog_response),
5347         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5348         (ev_window_dispose):
5349         Fixes bug #344160: if the xfer job doesn't complete
5350         because a password is required, reload the existing
5351         instance instead of creating a new one.
5352
5353 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5354
5355         * shell/main.c: (main): Call gdk_threads_init. Thus
5356         we'll avoid errors in auth dialog. Fix for the bug
5357         #343347.
5358
5359 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5360
5361         * configure.ac: Advertise pixbuf support, fix
5362         for the bug 343317.
5363
5364 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5365
5366         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5367         (ev_sidebar_thumbnails_set_document):
5368         
5369         Update sidebar thumbnails after reloading.
5370
5371 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5372
5373         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5374         * shell/ev-jobs.h:
5375         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5376         (ev_window_cmd_view_reload), (ev_window_init):
5377         
5378         Don't crash on reload. Fix for the bug #343167.
5379
5380 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5381
5382         * shell/ev-jobs.c: (ev_job_render_run):
5383         
5384         Check for document links.
5385
5386 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5387
5388         * backend/ev-attachment.c: (ev_attachment_save),
5389         (ev_attachment_launch_app), (ev_attachment_open):
5390         * backend/ev-document-factory.c: (get_document_from_uri):
5391         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5392         (egg_recent_view_uimanager_set_list):
5393         * ps/ps-document.c: (check_filecompressed), (document_load),
5394         (ps_document_load):
5395         * shell/ev-metadata-manager.c: (load_values):
5396         * shell/ev-password.c: (ev_password_dialog_set_property):
5397         * shell/ev-view.c: (tip_from_link):
5398         * shell/ev-window.c: (file_save_dialog_response_cb),
5399         (ev_window_print_dialog_response_cb):
5400         
5401         Use consistent quoting style. Fix for the bug #320285.
5402
5403 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5404
5405         * shell/ev-jobs.c: (ev_job_xfer_run):
5406         * shell/main.c: (load_files):
5407                 
5408         Open links with anchors. Fix for the bug #339836.
5409
5410 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5411
5412         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5413         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5414         (ev_link_dest_set_property), (ev_link_dest_finalize),
5415         (ev_link_dest_class_init), (ev_link_dest_new_named),
5416         (ev_link_dest_new_page_label):
5417         * backend/ev-link-dest.h:
5418         * shell/ev-application.c: (ev_application_open_uri):
5419         * shell/ev-view.c: (goto_dest):
5420         * shell/ev-window.c:
5421         * shell/ev-window.h:
5422         
5423         Fix page-label command line option. Bug #342070.
5424
5425 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5426
5427         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5428         
5429         Don't show highlight rects if page can't be showed. Fix for 
5430         the bug #342076
5431
5432 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5433
5434         * shell/ev-window.c: (setup_sidebar_from_metadata),
5435         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5436         
5437         Setup sidebar from metadata even if there is no document
5438         loaded. Fix for the bug #342807.
5439
5440 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5441
5442         * cut-n-paste/toolbar-editor/Makefile.am:
5443         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5444         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5445         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5446         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5447         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5448         (popup_context_menu_cb), (button_press_event_cb),
5449         (configure_item_sensitivity), (configure_item_cursor),
5450         (configure_item_tooltip), (connect_widget_signals),
5451         (action_sensitive_cb), (create_item_from_action),
5452         (create_item_from_position), (toolbar_drag_data_received_cb),
5453         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5454         (toolbar_drag_leave_cb), (configure_drag_dest),
5455         (toggled_visibility_cb), (toolbar_visibility_refresh),
5456         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5457         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5458         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5459         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5460         (egg_editable_toolbar_dispose),
5461         (egg_editable_toolbar_set_ui_manager),
5462         (egg_editable_toolbar_get_selected),
5463         (egg_editable_toolbar_set_selected), (set_edit_mode),
5464         (egg_editable_toolbar_set_property),
5465         (egg_editable_toolbar_get_property),
5466         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5467         (egg_editable_toolbar_new_with_model),
5468         (egg_editable_toolbar_get_edit_mode),
5469         (egg_editable_toolbar_set_edit_mode),
5470         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5471         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5472         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5473         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5474         (item_added_or_removed_cb), (toolbar_removed_cb),
5475         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5476         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5477         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5478         (editor_create_item_from_name), (append_table),
5479         (update_editor_sheet), (egg_toolbar_editor_init):
5480         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5481         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5482         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5483         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5484         (toolbar_node_free), (egg_toolbars_model_get_flags),
5485         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5486         (egg_toolbars_model_get_name), (impl_add_item),
5487         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5488         (parse_data_list), (parse_item_list), (parse_toolbars),
5489         (egg_toolbars_model_load_toolbars), (parse_available_list),
5490         (parse_names), (egg_toolbars_model_load_names),
5491         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5492         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5493         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5494         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5495         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5496         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5497         (egg_toolbars_model_set_types), (fill_avail_array),
5498         (egg_toolbars_model_get_name_avail),
5499         (egg_toolbars_model_get_name_flags),
5500         (egg_toolbars_model_set_name_flags):
5501         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5502         * cut-n-paste/toolbar-editor/eggintl.h:
5503         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5504         (egg_tree_multi_drag_source_get_type),
5505         (egg_tree_multi_drag_source_row_draggable),
5506         (egg_tree_multi_drag_source_drag_data_delete),
5507         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5508         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5509         (path_list_free), (set_context_data), (get_context_data),
5510         (get_info), (egg_tree_multi_drag_drag_data_get),
5511         (egg_tree_multi_drag_motion_event),
5512         (egg_tree_multi_drag_button_press_event),
5513         (egg_tree_multi_drag_add_drag_support):
5514         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5515         * shell/ev-application.c: (ev_application_init),
5516         (ev_application_save_toolbars_model):
5517         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5518         (ev_window_cmd_edit_toolbar), (ev_window_init):
5519         
5520         Sync toolbareditor with epiphany and libegg
5521
5522 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5523
5524         * configure.ac: 
5525
5526         Depend on poppler 0.5.2
5527
5528 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * shell/ev-jobs.c: (ev_job_render_run):
5531         
5532         Check if document supports links iterface.
5533
5534 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5535
5536         * NEWS:
5537         * configure.ac:
5538         
5539         Update for release 0.5.3
5540
5541 2006-05-13  Michael Plump  <plumpy@skylab.org>
5542
5543         * configure.ac:
5544         * shell/Makefile.am:
5545         * shell/main.c: (main):
5546         
5547         Port to GOption command line parsing. Fix for the 
5548         bug #327518
5549
5550 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5551
5552         * shell/ev-window.c: (ev_window_cmd_help_about):
5553         
5554         Do not wrap license. Fix for the bug #309460.
5555
5556 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5557
5558         * configure.ac:
5559         * properties/ev-properties-main.c: (ev_properties_get_pages):
5560         * shell/ev-application.c: (ev_application_open_window),
5561         (ev_application_open_uri_at_dest):
5562         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5563         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5564         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5565         * shell/ev-utils.c: (save_print_config_to_file):
5566         * shell/ev-window.c: (ev_window_cmd_save_as),
5567         (ev_attachment_popup_cmd_save_attachment_as):
5568         * shell/main.c: (load_files_remote):
5569         
5570         Bump requirements to gtk 2.8 and drop all ifdefs used.
5571
5572 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5573
5574         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5575         * shell/ev-window.c: (ev_window_init):
5576         
5577         Show attachments page.
5578
5579 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5580
5581         * po/POTFILES.in:
5582         * shell/ev-attachment-bar.c:
5583         * shell/ev-attachment-bar.h:
5584         * shell/ev-sidebar-attachments.c:
5585         (ev_sidebar_attachments_icon_cache_add),
5586         (icon_theme_get_pixbuf_from_mime_type),
5587         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5588         (ev_sidebar_attachments_icon_cache_refresh),
5589         (ev_sidebar_attachments_get_attachment_at_pos),
5590         (ev_sidebar_attachments_popup_menu_show),
5591         (ev_sidebar_attachments_popup_menu),
5592         (ev_sidebar_attachments_button_press),
5593         (ev_sidebar_attachments_update_icons),
5594         (ev_sidebar_attachments_drag_data_get),
5595         (ev_sidebar_attachments_get_property),
5596         (ev_sidebar_attachments_destroy),
5597         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5598         (ev_sidebar_attachments_new),
5599         (ev_sidebar_attachments_set_document),
5600         (ev_sidebar_attachments_support_document),
5601         (ev_sidebar_attachments_get_label),
5602         (ev_sidebar_attachments_page_iface_init):
5603         * shell/ev-sidebar-attachments.h:
5604         * shell/ev-window.c: (update_chrome_visibility),
5605         (setup_sidebar_from_metadata), (ev_window_setup_document),
5606         (ev_window_sidebar_current_page_changed_cb),
5607         (attachment_bar_menu_popup_cb), (ev_window_init):
5608         
5609         Move attachments bar to sidebar.
5610
5611 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5612
5613         * pdf/ev-poppler.cc:
5614         * shell/ev-application.[ch]:
5615         * shell/main.c:
5616
5617         Fix some memory leaks.
5618
5619 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5620
5621         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5622
5623         Change the properties dialog response to
5624         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5625         will make the dialog go away when the user presses
5626         enter. With gtk+ >= 2.9 this will happen anyway, but for
5627         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5628         escape by default. Fixes bug #340539. See also bug
5629         #101293 for the gtk+ part.
5630
5631 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5632
5633         * shell/ev-view.c (tip_from_action_named): Replace some strings
5634         that were wrong. Closes #340970.
5635
5636 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5637
5638         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5639
5640         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5641         #341049
5642
5643 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5644
5645         * djvu/Makefile.am:
5646         * dvi/Makefile.am:
5647         * dvi/mdvi-lib/Makefile.am:
5648         * properties/Makefile.am:
5649         * ps/Makefile.am:
5650         * shell/Makefile.am:
5651         * thumbnailer/Makefile.am:
5652         
5653         Due to broken libtool that is unable to track dependencies
5654         of noinst libraries we are forced to explicitely point
5655         libraries for binary. Fix for the bug #333334.
5656
5657 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5658
5659         * data/evince.desktop.in.in:
5660         * shell/ev-view.c: (view_update_range_and_current_page),
5661         (ev_view_next_page), (ev_view_previous_page):
5662         * shell/ev-window.c: (update_chrome_visibility),
5663         (setup_sidebar_from_metadata), (ev_window_setup_document),
5664         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5665         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5666         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5667         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5668         (ev_window_stop_presentation), (ev_window_focus_in_event),
5669         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5670         (ev_window_init):
5671         * thumbnailer/Makefile.am:
5672         
5673         Update fullscreen and presentation timeout handling. Hide
5674         cursor in presentation after timeout. Fix for the bugs
5675         #136359 and #336981.
5676
5677 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5678
5679         * backend/ev-link-action.[ch]:
5680         * pdf/ev-poppler.cc: (ev_link_from_action):
5681         * shell/ev-view-private.h:
5682         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5683         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5684
5685         Add support for Named Action links
5686
5687 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5688
5689         * backend/Makefile.am:
5690         * backend/ev-document-links.[ch]:
5691         * backend/ev-document.[ch]:
5692         * backend/ev-link-action.[ch]:
5693         * backend/ev-link-dest.[ch]:
5694         * backend/ev-link.[ch]:
5695         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5696         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5697         * shell/ev-page-action.c: (build_new_tree_cb):
5698         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5699         (links_page_num_func), (update_page_callback):
5700         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5701         (tip_from_link):
5702         * shell/ev-jobs.c:
5703         * shell/ev-window.[ch]: (ev_window_open_uri),
5704         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5705         * shell/ev-application.[ch]: (ev_application_open_window),
5706         (ev_application_open_uri):
5707
5708         Rework links system, it adds support for remote links now and it makes
5709         easier to add new kinds of actions and destinations. Fixes bug #317292
5710
5711 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5712
5713         * data/Makefile.am:
5714         * data/evince.png:
5715         * data/evince-16.png:
5716         * data/evince-22.png:
5717         * data/evince.svg:
5718         * shell/main.c: (main):
5719         
5720         Evince use it's own icon. Fix for the bug #313392.
5721
5722         * shell/ev-window.c: (fullscreen_timeout_cb),
5723         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5724         (ev_window_cmd_help_about), (ev_window_dispose):
5725         
5726         Simplify fullscreen timeout code.
5727
5728 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5729
5730         * backend/ev-attachment.c: 
5731         * shell/ev-attachment-bar.c:
5732         * shell/ev-window.c:
5733
5734         Allow multiple selection of attachments
5735
5736 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5737
5738         * shell/ev-view.c: (view_update_range_and_current_page),
5739         (ev_view_scroll):
5740         
5741         Fix for the bug #312573 – Optimal selection of current 
5742         page among visible pages.
5743
5744 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5745
5746         * configure.ac:
5747         * djvu/Makefile.am:
5748         * djvu/djvu-text.h:
5749         
5750         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5751         for the bug 339868.
5752
5753 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5754
5755         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5756
5757 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5758
5759         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5760         dictated by the GNOME HIG. Fixes bug #339235.
5761
5762 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5763
5764         * data/evince-ui.xml:
5765         * shell/ev-view.c: (ev_view_can_find_previous):
5766         * shell/ev-view.h:
5767         * shell/ev-window.c: (ev_window_update_actions),
5768         (ev_window_cmd_edit_find_previous):
5769
5770         Add support for "Find Previous" as dictated by the GNOME HIG. A
5771         menu item is added and some glue code to make it all work is added
5772         to various files.
5773
5774 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5775
5776         * configure.ac: Award myself the "useless use of cat" award.
5777
5778 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5779
5780         * po/LINGUAS: New file listing all supported languages.
5781
5782         * configure.in: Use po/LINGUAS instead of including all languages
5783         directly in this file. See the wiki for more information:
5784         http://live.gnome.org/GnomeGoals/PoLinguas
5785
5786 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5787
5788         * backend/ev-document-factory.c:
5789
5790         Do not load the document twice when there isn't errors
5791
5792 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5793
5794         * backend/ev-attachment.c: 
5795
5796         Fix a crash when there isn't a default application to open an
5797         attachment
5798
5799 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5800
5801         * backend/ev-attachment.[ch]:
5802         * shell/ev-attachment-bar.[ch]:
5803
5804         Added missing files. 
5805
5806 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5807
5808         * backend/Makefile.am:
5809         * data/evince-ui.xml:
5810         * backend/ev-attachment.[ch]:
5811         * backend/ev-document.[ch]: (ev_document_has_attachments),
5812         (ev_document_get_attachments):
5813         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5814         (attachment_save_to_buffer), (pdf_document_get_attachments),
5815         (pdf_document_document_iface_init):
5816         * shell/Makefile.am:
5817         * shell/ev-attachment-bar.[ch]:
5818         * shell/ev-window.c:
5819
5820         Add support for PDF attachments. Fixes bug #325143
5821
5822 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * backend/ev-document-factory.c: (get_document_from_uri),
5825         (ev_document_factory_get_document):
5826         * backend/ev-document-factory.h:
5827         * properties/ev-properties-main.c: (ev_properties_get_pages):
5828         * shell/Makefile.am:
5829         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5830         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5831         (ev_job_queue_remove_job):
5832         * shell/ev-job-queue.h:
5833         * shell/ev-job-xfer.c:
5834         * shell/ev-job-xfer.h:
5835         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5836         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5837         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5838         (ev_job_xfer_run):
5839         * shell/ev-jobs.h:
5840         * shell/ev-window.c: (ev_window_is_empty),
5841         (password_dialog_response), (ev_window_clear_xfer_job),
5842         (ev_window_xfer_job_cb), (ev_window_open_uri),
5843         (ev_window_cmd_focus_page_selector),
5844         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5845         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5846         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5847         (ev_window_dispose):
5848         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5849         
5850         * Cleanup mime type detection on document load. Fix for the
5851         bug #336448.
5852
5853 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5854
5855         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5856         
5857         Fix crash on exit, described in the bug #336825.
5858
5859 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5860
5861         * backend/ev-document-factory.c:
5862         (ev_document_factory_get_from_mime),
5863         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5864         (ev_document_factory_get_document),
5865         (file_filter_add_mime_list_and_free),
5866         (ev_document_factory_add_filters):
5867         * backend/ev-document-factory.h:
5868         * properties/ev-properties-main.c: (ev_properties_get_pages):
5869         * shell/Makefile.am:
5870         * shell/ev-application.c:
5871         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5872         * shell/ev-window.c: (ev_window_cmd_file_open),
5873         (ev_window_cmd_save_as):
5874         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5875         
5876         Rework factory functions so they are placed now in a single 
5877         file ev-document-factory.c
5878
5879 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5880
5881         * shell/ev-window.c: (update_chrome_visibility):
5882         
5883         Fix for the bug 166566 - don't show menubar in fullscreen
5884         mode.
5885
5886 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5887
5888         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5889
5890 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5891
5892         * shell/ev-view.c: (ev_view_expose_event):
5893         
5894         More correctly draw loading text when document
5895         is empty.
5896
5897 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5898
5899         * shell/ev-view.c: (ev_view_scroll):
5900         
5901         Fix for the bug #334854, page down and page up switch
5902         pages in presentation mode.
5903
5904 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5905
5906         * shell/ev-window.c: (ev_window_set_action_sensitive),
5907         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5908         (ev_window_set_view_accels_sensitivity),
5909         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5910         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5911         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5912         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5913         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5914         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5915         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5916         (view_actions_focus_in_cb), (ev_window_init):
5917         
5918         Fix for the bug #333902, now it's possible to search
5919         words with slash.
5920
5921 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5922
5923         * configure.ac: Added Breton translation.
5924         * po/br.po: Added Breton translation.
5925
5926 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5927
5928         * shell/ev-window-title (ev_window_title_update):
5929
5930         Fix memory leak in window title. Fixes bug #333944
5931
5932 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5933
5934         * shell/ev-metadata-manager.c (parseItem):
5935
5936         Fix memory leaks. Fixes bug #333945
5937
5938 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5939         
5940         * NEWS, configure.ac, TODO:
5941         
5942         Update for release 0.5.2.
5943
5944 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5945
5946         * shell/ev-view.c: (view_update_range_and_current_page),
5947         (page_changed_cb):
5948         
5949         Don't jump on scrolling, fix for the bug #333127.
5950
5951 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5952
5953         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5954         
5955         Scroll by one page in presentation mode. Fix for the bug
5956         #332993.
5957
5958 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5959
5960         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5961
5962 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5963
5964         * configure.ac  Added lv in ALL_LINGUAS line.
5965
5966 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5967         
5968         * NEWS, configure.ac:
5969         
5970         Update for release 0.5.1
5971
5972 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5973
5974         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5975         * backend/ev-document-misc.h:
5976         * shell/ev-view.c: (draw_one_page):
5977         
5978          Clairfy what page the toolbar page number applies to. Fix
5979          for the bug #328102.
5980
5981 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5982
5983         * shell/ev-view-private.h:
5984         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5985         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5986         (ev_view_search_changed):
5987         * shell/ev-view.h:
5988         * shell/ev-window.c: (find_bar_search_changed_cb):
5989         
5990         Dont't jump to find result if window was scrolled during search.
5991         Fix for the bug #313266.
5992
5993 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5994
5995         * shell/eggfindbar.c: (egg_find_bar_class_init):
5996         * shell/eggfindbar.h:
5997         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5998         * shell/ev-view-private.h:
5999         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6000         (ev_view_class_init), (ev_sizing_mode_get_type),
6001         (ev_scroll_type_get_type):
6002         * shell/ev-view.h:
6003         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6004         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6005         (ev_window_init):
6006         
6007         Fix for the bug 319133 - Find entry should allow text scroll.
6008
6009 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6010
6011         * shell/ev-view-private.h:
6012         * shell/ev-view.c: (view_update_range_and_current_page),
6013         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6014         (ev_view_set_document), (update_find_status_message),
6015         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6016         (ev_view_find_previous):
6017         
6018         Fix for the bug #319137. Search now takes account for scrolling.
6019
6020 2006-02-19  Michael Hofmann <mh21@piware.de>
6021
6022         * configure.ac:
6023         * djvu/Makefile.am:
6024         * djvu/djvu-document-private.h:
6025         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6026         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6027         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6028         (djvu_document_can_get_text), (djvu_document_get_text),
6029         (djvu_document_document_iface_init),
6030         (djvu_document_thumbnails_get_thumbnail),
6031         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6032         (djvu_document_find_get_result),
6033         (djvu_document_find_page_has_results),
6034         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6035         (djvu_document_find_iface_init):
6036         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6037         (djvu_text_page_selection), (djvu_text_page_limits_process),
6038         (djvu_text_page_limits), (djvu_text_page_copy),
6039         (djvu_text_page_position), (djvu_text_page_union),
6040         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6041         (djvu_text_page_box), (djvu_text_page_append_text),
6042         (djvu_text_page_search), (djvu_text_page_prepare_search),
6043         (djvu_text_page_new), (djvu_text_page_free):
6044         * djvu/djvu-text-page.h:
6045         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6046         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6047         (djvu_text_n_results), (djvu_text_has_results),
6048         (djvu_text_get_result), (djvu_text_get_progress):
6049         * djvu/djvu-text.h:
6050         
6051         Text search in djvu. Fix for the bug #303415.
6052
6053 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6054
6055         * configure.ac:
6056         * shell/ev-window.c: (ev_window_cmd_save_as):
6057         
6058         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6059         Thanks to Gary Coady <gary@lyranthe.org>
6060
6061 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6062
6063         * shell/ev-print-job.c: (idle_print_handler):
6064         
6065         Inverse order printing, bug #320919.
6066
6067 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6068
6069         * data/evince-toolbar.xml:
6070         * shell/ev-window.c:
6071         
6072         Allow to add sidebar checkbutton on toolbar. Fix
6073         for the bug #144577.
6074
6075 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6076
6077         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6078         
6079         Add checks that have sense for empty ps document.
6080
6081 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6082
6083         * configure.ac: Include PS in mime types list. 
6084
6085 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * configure.ac:
6088         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6089         * ps/gsdefaults.h:
6090         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6091         
6092         Runtime check for gs interpreter. Fix for the bug #320868.
6093         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6094
6095 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6096
6097         * shell/ev-application.c: 
6098
6099         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6100         dbus>=0.60, so that the request is not queued. 
6101
6102 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6103
6104         * configure.ac:
6105         * shell/Makefile.am:
6106         * shell/ev-sidebar-links.c: (print_section_cb):
6107         * shell/ev-utils.c:
6108         * shell/ev-utils.h:
6109         * shell/ev-window.c: (update_action_sensitivity),
6110         (ev_window_close_dialogs), (ev_window_print):
6111         * shell/ev-window.h:
6112         
6113         Make printing support optional. Patch from Eduardo de Barros Lima
6114         <eduardo.lima@indt.org.br> for the bug #330546.
6115
6116 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6117
6118         * shell/ev-view-private.h:
6119         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6120         (ev_view_set_document):
6121         * shell/ev-view.h:
6122         * shell/ev-window.c: (ev_window_load_job_cb),
6123         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6124         (ev_window_init):
6125
6126         Draw Loading message during xfer job. Fix for the bug #329495.
6127
6128 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6129
6130         * comics/comics-document.c: (comics_regex_quote),
6131         (comics_document_load), (extract_argv):
6132         
6133         Correcly quote regexp before passing it to unzip.
6134
6135 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6136
6137         * shell/ev-page-cache.c: (build_height_to_page),
6138         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6139         (ev_page_cache_get_dual_even_left):
6140         * shell/ev-page-cache.h:
6141         * shell/ev-view.c: (view_update_range_and_current_page),
6142         (get_page_y_offset), (get_page_extents):
6143         
6144         Place even pages to the left if document has less then
6145         two pages. Fix for the bug #328856.
6146
6147 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6150         
6151         Correct comics scheme. This make evince create thumbnails
6152         for comic books. Fix for the bug 329088.
6153
6154 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6155
6156         * data/evince-password.glade: Don't explicitly set
6157         invisible_char to the current default value in case
6158         the default changes; let GTK+ do its magic.
6159
6160 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6161
6162         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6163         real filename to tmp filename since often document
6164         type is determined by extension.
6165
6166 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6167
6168         * shell/ev-view.c: (add_scroll_binding_keypad),
6169         (ev_view_binding_activated), (ev_view_class_init):
6170         
6171         Add keybindings for percision-scrolling of display area. 
6172         Fix for the bug #314072.
6173
6174 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6175
6176         * data/evince.desktop.in.in:
6177         
6178         Add GTK to the list of categories. Fix for the bug #328034.
6179
6180 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6181
6182         * shell/ev-application.c: (ev_application_shutdown),
6183         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6184         * shell/ev-application.h:
6185         * shell/ev-window.c: (file_open_dialog_response_cb),
6186         (ev_window_cmd_file_open):
6187         
6188         Save last uri in file chooser dialog. Fix for the bug #327950.
6189
6190 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6191
6192         * NEWS:
6193         * README:
6194         
6195         Final update for release 0.5.0
6196         
6197         * shell/Makefile.am:
6198         
6199         Remove disable deprecated until we'll require libgnome-2.13.7
6200         and port to GOption argument parsing. See bug 327518.
6201
6202 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6203
6204         * comics/comics-document.c: (comics_document_save):
6205         * djvu/djvu-document.c: (djvu_document_save):
6206         * dvi/dvi-document.c: (dvi_document_save):
6207         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6208         * lib/ev-file-helpers.h:
6209         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6210         * tiff/tiff-document.c: (tiff_document_save):
6211         
6212         Use common save function for backends.
6213
6214 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6215
6216         * backend/ev-document-types.c:
6217         
6218         Fix crash on saving pixbuf.
6219
6220 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * cut-n-paste/recent-files/egg-recent-item.c:
6223         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6224         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6225         (parse_info_free), (valid_element), (start_element_handler),
6226         (end_element_handler), (text_handler), (egg_recent_model_filter),
6227         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6228         (egg_recent_model_monitor), (egg_recent_model_read),
6229         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6230         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6231         (egg_recent_model_set_property), (egg_recent_model_class_init),
6232         (egg_recent_model_init), (egg_recent_model_add_full),
6233         (egg_recent_model_delete), (egg_recent_model_get_list),
6234         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6235         (egg_recent_model_set_filter_mime_types),
6236         (egg_recent_model_clear_group_filter),
6237         (egg_recent_model_set_filter_groups),
6238         (egg_recent_model_clear_scheme_filter),
6239         (egg_recent_model_set_filter_uri_schemes),
6240         (egg_recent_model_remove_expired):
6241         * cut-n-paste/recent-files/egg-recent-util.c:
6242         (egg_recent_util_get_icon):
6243         * cut-n-paste/recent-files/egg-recent-util.h:
6244         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6245         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6246         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6247         (egg_recent_view_uimanager_set_property),
6248         (egg_recent_view_uimanager_get_property),
6249         (egg_recent_view_uimanager_class_init),
6250         (egg_recent_view_uimanager_init),
6251         (egg_recent_view_uimanager_set_label_width),
6252         (egg_recent_view_uimanager_get_label_width):
6253         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6254         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6255         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6256         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6257         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6258         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6259         
6260         Update from libegg.
6261
6262 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6263
6264         * shell/ev-page-cache.c: (build_height_to_page),
6265         (ev_page_cache_get_height_to_page):
6266         * shell/ev-page-cache.h:
6267         * shell/ev-view.c: (view_update_range_and_current_page),
6268         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6269         (ev_view_previous_page):
6270         
6271         Dual mode places even pages to the left. Fix for the bug #309393.
6272
6273         * shell/ev-view.h:
6274         * shell/ev-window.c: (update_action_sensitivity),
6275         (setup_view_from_metadata), (view_menu_popup_cb):
6276         
6277         Don't restore presentation in empty windows, more intelligent
6278         next page behaviour in dual mode.
6279
6280         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6281         (ev_pixbuf_cache_clear_job_sizes):
6282         
6283         Cleanup job callback on removal. Fix for the bug #325886.
6284
6285 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6286
6287         * ps/ps.c: (psscan):
6288         
6289         Commit workaround Mozilla problem. Fix for the bug #325919
6290         
6291         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6292         (save_item):
6293         
6294         Fix for year 2038 problem.
6295
6296 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6297
6298         * shell/ev-window.c: (setup_document_from_metadata),
6299         (ev_window_cmd_view_reload):
6300
6301         Clamp page recieved from metadata in valid values. Fix
6302         for the bug #325986.
6303
6304 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6305
6306         * MAINTAINERS: 
6307         Add MAINTAINERS as requested on desktop-devel-list.
6308
6309 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6310
6311         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6312         (mime_type_supported_by_gdk_pixbuf),
6313         (ev_document_factory_get_mime_types),
6314         (ev_document_factory_get_all_mime_types):
6315         
6316         Don't add pixbuf mime types if pixbuf backend is disabled.
6317         
6318         * shell/ev-application.c: (ev_application_get_uri_window):
6319         
6320         Fix for the bug 325815 - unhandled MIME type message doesn't 
6321         appear a second time. 
6322         
6323         * shell/ev-document-types.c: (ev_document_types_add_filters):
6324         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6325         (password_dialog_response), (ev_window_popup_password_dialog),
6326         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6327         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6328         (ev_window_run_presentation), (ev_window_stop_presentation),
6329         (save_sizing_mode), (ev_window_zoom_changed_cb),
6330         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6331         (ev_window_dual_mode_changed_cb),
6332         (ev_window_sidebar_current_page_changed_cb),
6333         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6334         (window_state_event_cb), (window_configure_event_cb):
6335         
6336         Cleanup additional uris holded by EvWindow.
6337
6338 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6339
6340         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6341         (ev_view_can_previous_page), (ev_view_can_next_page):
6342         * shell/ev-view.h:
6343         * shell/ev-window.c: (update_action_sensitivity):
6344         
6345         Two page scrolling with Space and PageUp in dual mode. Second fix 
6346         for the bug #316608.
6347
6348 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6349
6350         * shell/ev-view.c: (scroll_to_current_page):
6351         
6352         Correctly clamp adjustment value. Fix for the bug
6353         #325808.
6354
6355 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * shell/ev-sidebar-links.c: (print_section_cb):
6358         * shell/ev-window.c: (ev_window_get_uri),
6359         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6360         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6361         (ev_window_dispose):
6362         
6363         Make print dialog non-modal. Fix for the bug #325622.
6364
6365 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6366
6367         * shell/ev-metadata-manager.c:
6368         * shell/ev-utils.c: (using_pdf_printer),
6369         (using_postscript_printer), (load_print_config_from_file),
6370         (save_print_config_to_file):
6371         * shell/ev-utils.h:
6372         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6373         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6374         (setup_view_from_metadata), (ev_window_setup_document),
6375         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6376         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6377         (ev_window_run_presentation), (ev_window_stop_presentation),
6378         (save_sizing_mode), (ev_window_zoom_changed_cb),
6379         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6380         (ev_window_dual_mode_changed_cb),
6381         (ev_window_sidebar_current_page_changed_cb),
6382         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6383         (window_state_event_cb), (window_configure_event_cb),
6384         (ev_window_init):
6385         
6386         Setting saving behaviour fixes.
6387
6388 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6389
6390         * configure.ac:
6391         
6392         Make antialiasing gs options better and allow
6393         to change them during configure. Fix for the 
6394         bug #319049.
6395
6396 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6397
6398         * shell/ev-window.c: (setup_view_from_metadata):
6399         
6400         Remember if last window was maximized. Fix for the
6401         bug #323797.
6402
6403 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6404
6405         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6406
6407 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6408
6409         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6410         * shell/ev-page-action.c: (build_new_tree_cb):
6411         * shell/ev-sidebar-links.c: (links_page_num_func),
6412         (update_page_callback_foreach), (update_page_callback):
6413         * shell/ev-view.c: (scroll_to_current_page):
6414         
6415         Fix for the bug #325067 with more intelligent selection
6416         of current link in sidebar. Make sidebar handle links
6417         of FITR-like type more correctly.
6418
6419         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6420         (dvi_pixbuf_put_pixel):
6421         
6422         Fix memory consumtion with disabled alpha channel.
6423
6424 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6425
6426         * data/evince-ui.xml:
6427         * shell/ev-window.c: (view_menu_popup_cb),
6428         (ev_popup_cmd_open_link), (ev_window_init):
6429         
6430         Update context menu for internal links. Fix for the bug
6431         #325066.
6432
6433 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6436         
6437         Bind context menu to keyboard also. Fix for the bug
6438         #325065.
6439
6440 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * shell/ev-view.c: (selection_scroll_timeout_cb):
6443         
6444         Horizontal scroll on selection also.
6445
6446 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6447
6448         * shell/ev-metadata-manager.c: (parse_value):
6449         * shell/ev-view.c: (goto_xyz_link):
6450         
6451         Correct zoom setup and metadata save broken in 
6452         some locales.
6453
6454 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6455
6456         * shell/ev-view-private.h:
6457         * shell/ev-view.c: (scroll_to_current_page),
6458         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6459         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6460         (page_changed_cb), (ev_view_set_continuous),
6461         (ev_view_set_dual_page), (ev_view_set_presentation):
6462         
6463         Delay scroll until allocation to correctly position page. Fix
6464         for the bug #317334.
6465
6466 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6467
6468         * NEWS:
6469         * configure.ac:
6470         
6471         Update NEWS and require poppler 0.5.0.
6472
6473 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6474         
6475         * data/evince-ui.xml:
6476         * shell/ev-view-private.h:
6477         * shell/ev-view.c: (ev_view_get_link_at_location),
6478         (handle_link_over_xy), (ev_view_button_press_event),
6479         (ev_view_button_release_event), (ev_view_class_init):
6480         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6481         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6482         (ev_window_init):
6483         
6484         Implement right-click context menu.
6485
6486 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6487
6488         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6489         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6490         (mdvi_pixbuf_device_render):
6491         * pdf/ev-poppler.cc:
6492
6493         Don't generate thumbnails with alpha. See bug #324077.
6494         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6495
6496 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6497
6498         * shell/ev-window.c: (setup_chrome_from_metadata):
6499         
6500         Fix typo that was hiding toolbar.
6501
6502 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6503
6504         * shell/ev-view-private.h:
6505         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6506         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6507         (ev_view_button_release_event), (ev_view_destroy):
6508         
6509         Small cleanup and autoscrolling during selection. Thanks to 
6510         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6511
6512 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6513
6514         * configure.ac:
6515         
6516         Correctly check for comics option.
6517
6518 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6519         * Makefile.am:
6520         * configure.ac:
6521         * backend/Makefile.am:
6522         * backend/ev-document-factory.c:
6523         * shell/ev-document-types.c:
6524
6525         Included option in configure to make ps backend 
6526         compilation optional with --disable-ps.
6527
6528 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6529
6530         * backend/ev-document-factory.c:
6531         * comics/Makefile.am:
6532         * comics/comics-document.c: (comics_document_load):
6533         * comics/ev-cbr-mime.xml:
6534         * configure.ac:
6535         
6536         Comics mime types are added to shared-mime-info CVS. Now
6537         we don't need to install our own mime types.
6538
6539 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6540
6541         * shell/ev-window.c:
6542         
6543         Add shortcut for "save a copy" menu entry. Fix for
6544         the bug #324582.
6545
6546 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6547
6548         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6549         (job_finished_cb), (new_selection_pixbuf_needed),
6550         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6551         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6552         
6553         Rework selection job info logic and fix critical warning.
6554
6555 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6556
6557         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6558
6559 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6560
6561         * data/evince-ui.xml:
6562         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6563         
6564         Enter as shortcut key for next page. Fix for the bug
6565         #321394.
6566
6567 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6568
6569         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6570
6571 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6572
6573         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6574         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6575         (new_selection_pixbuf_needed),
6576         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6577         (clear_job_selection):
6578         
6579         Too early for 0.5. Pixbuf cache code cleaned a bit.
6580
6581 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6582
6583         * NEWS:
6584         * configure.ac:
6585         
6586         Release 0.5.0 preparation
6587
6588 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6589
6590         * comics/Makefile.am:
6591         * configure.ac:
6592         * shell/ev-document-types.c: (ev_document_types_add_filters):
6593         
6594         More advanced handling of custom mime type installation.
6595
6596 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * data/evince.schemas.in:
6599         * shell/ev-metadata-manager.c: (value_free),
6600         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6601         (ev_metadata_manager_get), (ev_metadata_manager_set):
6602         * shell/ev-metadata-manager.h:
6603         * shell/ev-window.c: (update_chrome_flag),
6604         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6605         (setup_document_from_metadata), (setup_chrome_from_metadata),
6606         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6607         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6608         (ev_window_view_toolbar_cb),
6609         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6610         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6611         
6612         Save last document settings and reuse them for new documents.
6613
6614 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * Makefile.am:
6617         * backend/Makefile.am:
6618         * backend/ev-document-factory.c:
6619         * backend/ev-document-factory.h:
6620         * comics/Makefile.am:
6621         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6622         (comics_document_load), (comics_document_save),
6623         (comics_document_get_n_pages), (comics_document_get_page_size),
6624         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6625         (comics_document_class_init), (comics_document_can_get_text),
6626         (comics_document_get_info), (comics_document_document_iface_init),
6627         (comics_document_init), (get_supported_image_extensions),
6628         (comics_document_thumbnails_get_geometry),
6629         (comics_document_thumbnails_get_thumbnail),
6630         (comics_document_thumbnails_get_dimensions),
6631         (comics_document_document_thumbnails_iface_init), (extract_argv):
6632         * comics/comics-document.h:
6633         * comics/ev-cbr-mime.xml:
6634         * configure.ac:
6635         * po/POTFILES.in:
6636         * shell/ev-application.c: (ev_application_register_service):
6637         * shell/ev-document-types.c: (ev_document_types_add_filters):
6638         * thumbnailer/Makefile.am:
6639         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6640         
6641         New CBR/CBZ backend for comic books.
6642
6643 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6644
6645         * shell/main.c: (load_files_remote):
6646
6647         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6648         warning on startup of second instance is fixed. It
6649         is bug #320353.
6650
6651 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6652
6653         * shell/ev-window.c: (ev_window_finalize):
6654         
6655         Fix double free that cause crash.
6656
6657 2005-10-29  Bastien Nocera <hadess@hadess.net>
6658
6659         * tiff/tiff-document.c: (tiff_document_load):
6660         
6661         Fix memory leak.
6662
6663 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6664
6665         * po/POTFILES.in:
6666         * shell/Makefile.am:
6667         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6668         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6669         (ev_view_accessible_get_text),
6670         (ev_view_accessible_get_character_at_offset),
6671         (ev_view_accessible_get_text_before_offset),
6672         (ev_view_accessible_get_text_at_offset),
6673         (ev_view_accessible_get_text_after_offset),
6674         (ev_view_accessible_get_character_count),
6675         (ev_view_accessible_get_caret_offset),
6676         (ev_view_accessible_set_caret_offset),
6677         (ev_view_accessible_get_run_attributes),
6678         (ev_view_accessible_get_default_attributes),
6679         (ev_view_accessible_get_character_extents),
6680         (ev_view_accessible_get_offset_at_point),
6681         (ev_view_accessible_get_n_selections),
6682         (ev_view_accessible_get_selection),
6683         (ev_view_accessible_add_selection),
6684         (ev_view_accessible_remove_selection),
6685         (ev_view_accessible_set_selection),
6686         (ev_view_accessible_text_iface_init),
6687         (ev_view_accessible_idle_do_action),
6688         (ev_view_accessible_action_do_action),
6689         (ev_view_accessible_action_get_n_actions),
6690         (ev_view_accessible_action_get_description),
6691         (ev_view_accessible_action_get_name),
6692         (ev_view_accessible_action_set_description),
6693         (ev_view_accessible_action_iface_init),
6694         (ev_view_accessible_get_type), (ev_view_accessible_new),
6695         (ev_view_accessible_factory_get_accessible_type),
6696         (ev_view_accessible_factory_create_accessible),
6697         (ev_view_accessible_factory_class_init),
6698         (ev_view_accessible_factory_get_type):
6699         * shell/ev-view-accessible.h:
6700         * shell/ev-view-private.h:
6701         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6702         * shell/ev-view.h:
6703         
6704         Initial accessibility support.
6705
6706 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6707
6708         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6709
6710 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6711
6712         * shell/ev-print-job.c: (idle_print_handler):
6713         
6714         Fix for bug Bug 318916: Printing multiple pages.
6715
6716 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6717
6718         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6719
6720 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6721
6722         * pdf/ev-poppler.cc:
6723         
6724         Thumnail dimensions unified with other backends.
6725         
6726         * shell/ev-window-title.c: (ev_window_title_update):
6727         
6728         Fix warning.
6729
6730 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6731
6732         * data/ev-stock-zoom-fit-width.png:
6733         
6734         Remove unused file.
6735
6736 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * configure.ac:
6739         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6740         (djvu_document_finalize):
6741         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6742         (dvi_document_finalize):
6743         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6744         (pixbuf_document_save), (pixbuf_document_finalize):
6745         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6746         (tiff_document_finalize):
6747         
6748         Save a copy implemented for various backends.
6749
6750 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6751
6752         * configure.ac:
6753         
6754         Don't link with ltiff if tiff is disabled.
6755
6756 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6757
6758         * pdf/GDKSplashOutputDev.cc:
6759         * pdf/GDKSplashOutputDev.h:
6760         * pdf/Thumb.cc:
6761         * pdf/Thumb.h:
6762         * pdf/pdf-document.cc:
6763         * pdf/pdf-document.h:
6764         * pdf/test-gdk-output-dev.cc:
6765         
6766         Remove old unused files.
6767
6768 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6769
6770         * shell/ev-window.c: (ev_window_setup_document):
6771         
6772         Fixed warnings on reload and probably crash reason.
6773
6774 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6775
6776         * properties/ev-properties-view.c:
6777         (ev_properties_view_format_date):
6778         
6779         Check if date is invalid. Fix for bug 318134.
6780
6781 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6782
6783         * shell/ev-window-title.c:
6784         
6785         Add .indd files (Adobe Indesign) to the list of "bad
6786         extensions".
6787
6788 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6789
6790         * data/evince-ui.xml:
6791         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6792         
6793         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6794
6795 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6796
6797         * shell/ev-window.c: (launch_link), (launch_external_uri),
6798         (view_external_link_cb):
6799
6800         URL-escape link before passing it to gnome_vfs_url_show.
6801
6802 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6803
6804         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6805         there isn't text selected.
6806
6807 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6808
6809         * shell/ev-view.c: (handle_link_over_xy):
6810
6811         Check tooltip is valid utf8 before showing it
6812
6813 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6814
6815         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6816
6817 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6818
6819         * shell/ev-window-title.c: (ev_window_title_update):
6820
6821         Guard against using g_strstrip on NULL. Fixes bug #317291.
6822
6823 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6824
6825         * pdf/ev-poppler.cc:
6826
6827         Show title even for unknown links
6828
6829 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6830
6831         * shell/ev-window-title.c: (ev_window_title_update):
6832
6833         Strip the title string
6834
6835 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6836
6837         * shell/ev-window-title.c:
6838
6839         Add .rtf to the bad extensions list
6840
6841 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6842
6843         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6844         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6845
6846         Ignore link coordinates if they are outside page bounds
6847
6848 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6849
6850         * backend/ev-link.c: (ev_link_type_get_type),
6851         (ev_link_get_filename), (ev_link_get_params),
6852         (ev_link_get_property), (ev_link_set_property),
6853         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6854         * backend/ev-link.h:
6855         * pdf/ev-poppler.cc:
6856         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6857         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6858         (ev_window_init):
6859
6860         Implement launch links. Delegate external link opening to
6861         the window.
6862
6863 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6864
6865         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6866         (ev_link_get_right), (ev_link_get_property),
6867         (ev_link_set_property), (ev_link_class_init),
6868         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6869         * backend/ev-link.h:
6870         * pdf/ev-poppler.cc:
6871         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6872
6873         Implement fitr links
6874
6875 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6876
6877         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6878         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6879         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6880         (ev_view_size_request_continuous),
6881         (ev_view_size_request_dual_page),
6882         (ev_view_size_request_single_page), (ev_view_size_allocate),
6883         (ev_view_zoom_for_size_continuous_and_dual_page),
6884         (ev_view_zoom_for_size_continuous),
6885         (ev_view_zoom_for_size_dual_page),
6886         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6887         (ev_sizing_mode_get_type):
6888         * shell/ev-view.h:
6889         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6890
6891         Do not use modes for link, we need to calculate size ad hoc.
6892         Still not perfect because of the usual scrollbar issues grrr.
6893
6894 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6895
6896         * backend/ev-link.c: (ev_link_type_get_type),
6897         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6898         * backend/ev-link.h:
6899         * pdf/ev-poppler.cc:
6900         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6901         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6902         (ev_view_size_request_continuous),
6903         (ev_view_size_request_dual_page),
6904         (ev_view_size_request_single_page), (ev_view_size_allocate),
6905         (zoom_for_size_fit_height),
6906         (ev_view_zoom_for_size_continuous_and_dual_page),
6907         (ev_view_zoom_for_size_continuous),
6908         (ev_view_zoom_for_size_dual_page),
6909         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6910         (ev_sizing_mode_get_type):
6911         * shell/ev-view.h:
6912         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6913
6914         Implement FIT_HEIGHT mode (only for links).
6915         Implement FITH links
6916
6917 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6918
6919         * shell/ev-window-title.c: (get_filename_from_uri),
6920         (ev_window_title_sanitize_extension), (ev_window_title_update),
6921         (ev_window_title_set_document), (ev_window_title_set_uri),
6922         (ev_window_title_free):
6923         * shell/ev-window-title.h:
6924         * shell/ev-window.c: (ev_window_setup_document),
6925         (ev_window_popup_password_dialog):
6926
6927         Refactor window title building while fixing it for
6928         password documents.
6929
6930 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6931
6932         * pdf/ev-poppler.cc:
6933
6934         Escape link title before setting it in the model
6935
6936 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6937
6938         * shell/ev-application.c: (removed_from_session), (save_session),
6939         (init_session), (ev_application_get_empty_window),
6940         (ev_application_init), (ev_application_get_windows):
6941         * shell/ev-application.h:
6942         * shell/ev-window.c: (ev_window_finalize):
6943
6944         Add a function to retrieve window list and share it where
6945         necessary.
6946         Implement session handling, works pretty well thanks to the
6947         metadata system.
6948
6949 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6950
6951         * shell/ev-password.c: (ev_password_item_created_callback),
6952         (ev_password_dialog_save_password):
6953         
6954         Fix for bug 316972. Use async gnome-keyring API.
6955
6956 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6957
6958         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6959         Remove unused unrealize handler. Add scroll handling to
6960         ev_view_scroll_event for presentation mode (bug #316708),
6961         and fix the event state checks there.
6962
6963 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6964
6965         * shell/ev-page-action.c: (page_changed_cb):
6966
6967         "marco, maybe we should be crazy and jump right to 6! :)"
6968
6969         Bryan Clark, Sep 2005
6970
6971 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6972
6973         * ps/ps-document.c: (save_document), (ps_document_save),
6974         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6975         (ps_document_ps_export_end):
6976
6977         Fix unstructured documents save and print
6978
6979 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6980
6981         * shell/ev-application.c: (ev_application_open_uri):
6982
6983         Fix window size persistance
6984
6985 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6986
6987         * shell/ev-view.c: (ev_view_button_release_event):
6988
6989         Based on a patch from carlosgc@gnome.org. Mouse buttons
6990         switch pages in presentation mode.
6991
6992 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6993
6994         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6995
6996         Dont cast to int before scaling
6997
6998 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6999
7000         * backend/ev-link.c: (ev_link_type_get_type),
7001         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7002         (ev_link_new_page_fith):
7003         * backend/ev-link.h:
7004         * pdf/ev-poppler.cc:
7005         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7006
7007         Implement FIT and FITH links
7008
7009 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7010
7011         * pdf/ev-poppler.cc:
7012
7013         Return 0 results when search is not in progress.
7014
7015         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7016         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7017
7018         Update menu sensitivity when cancelling search
7019
7020 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7021
7022         * shell/ev-view.c: (ev_view_can_find_next):
7023
7024         Take all pages in consideration, not just current one
7025
7026 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7027
7028         * shell/ev-page-cache.c:
7029         * shell/ev-page-cache.h:
7030         * shell/ev-view.c: (ev_view_binding_activated),
7031         (ev_view_next_page), (ev_view_previous_page),
7032         (ev_sizing_mode_get_type):
7033         * shell/ev-view.h:
7034         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7035         (ev_window_cmd_go_next_page):
7036
7037         Move page next/previous functions from page chace to
7038         view and change it to move by 2 page steps in dual mode.
7039
7040 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7041
7042         * shell/ev-window.c: (update_sidebar_visibility),
7043         (setup_sidebar_from_metadata), (ev_window_setup_document),
7044         (setup_view_from_metadata):
7045
7046         Show the index by default when there is one     
7047
7048 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7049
7050         * shell/ev-window-title.c: (ev_window_title_set_document):
7051
7052         Missing null check
7053
7054 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7055
7056         * shell/ev-view.c: (view_update_range_and_current_page):
7057         
7058         Allow display of last odd page in dual view. Fix for 316347.
7059
7060 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7061
7062         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7063         
7064         Make close button default. Fix for 316383.
7065
7066 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7069         
7070         Mark close button as default. Fix for 316381.
7071
7072 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7073
7074         * backend/ev-link.c: (ev_link_class_init):
7075
7076         Allow negative doubles in left/top properties
7077
7078 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7079
7080         * shell/ev-window.c:
7081
7082         Remove a bunch of strings that was used only
7083         by the statusbar.
7084
7085 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7086
7087         * shell/ev-window-title.c: (get_filename_from_uri),
7088         (ev_window_title_set_document):
7089
7090         When title has a confusing extension, show also
7091         the document filename inside ()
7092
7093 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7094
7095         * shell/Makefile.am:
7096         * shell/ev-window-title.c: (ev_window_title_new),
7097         (ev_window_title_update), (ev_window_title_set_type),
7098         (ev_window_title_set_document), (ev_window_title_free):
7099         * shell/ev-window-title.h:
7100         * shell/ev-window.c: (ev_window_setup_document),
7101         (password_dialog_response), (ev_window_popup_password_dialog),
7102         (ev_window_dispose), (ev_window_init):
7103
7104         Factor out and cleanup window title code
7105
7106 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7107
7108         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7109         (unable_to_load):
7110
7111         Make dialog transient so it doesnt block other windows
7112
7113 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7114
7115         * pdf/ev-poppler.cc:
7116         
7117         Fix pdf thumbnails rendering.
7118
7119 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7120
7121         * shell/ev-window.c: (fullscreen_set_timeout):
7122         
7123         Increase timeout to hide full screen popup. Bug 
7124         316123. 
7125
7126 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * data/evince.schemas.in:
7129         * shell/ev-window.c: (update_action_sensitivity):
7130
7131         Allow the user to override document restrictions. Fix for bug
7132         305818.
7133
7134 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7135
7136         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7137         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7138         (ev_window_class_init): Fix multihead behaviour of fullscreen
7139         toolbar popup. Fixes bug #315451.
7140
7141 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * configure.ac:
7144         * data/evince-password.glade:
7145         * shell/ev-password.c: (ev_password_dialog_set_property),
7146         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7147         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7148         (ev_password_dialog_entry_changed_cb),
7149         (ev_password_dialog_entry_activated_cb),
7150         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7151         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7152         (ev_password_dialog_set_bad_pass):
7153         * shell/ev-password.h:
7154         * shell/ev-window.c: (password_dialog_response),
7155         (ev_window_popup_password_dialog):
7156         
7157         Support for gnome-keyring for encrypted PDF's.
7158
7159 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7160
7161         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7162         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7163         (ev_view_enter_notify_event), (ev_view_class_init):
7164         
7165         More precise handling of enter_notify/leave_notify events
7166         in EvView. Fix for bug 315470.
7167
7168 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7169
7170         * shell/ev-window.c: (fullscreen_timeout_cb),
7171         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7172         (ev_window_dispose):
7173
7174         leak fix: unref fullscreen_timeout_source before clearing it
7175
7176 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7177
7178         * configure.ac, dvi/mdvi/Makefile.am: 
7179         
7180         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7181
7182 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7183
7184         * backend/ev-link.c: (ev_link_new_page_xyz):
7185         * pdf/ev-poppler.cc:
7186         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7187
7188         Fix some bugs with xyz links, respect zoom
7189
7190 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7191
7192         * shell/ev-window.c: (page_changed_cb),
7193         (setup_document_from_metadata), (update_sidebar_visibility),
7194         (setup_view_from_metadata), (ev_window_run_fullscreen),
7195         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7196         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7197         (ev_window_dual_mode_changed_cb),
7198         (ev_window_sidebar_current_page_changed_cb):
7199
7200         null check uri before setting and getting metadata
7201
7202 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7203
7204         * dvi/Makefile.am:
7205         * properties/Makefile.am:
7206         * shell/Makefile.am:
7207         * thumbnailer/Makefile.am:
7208
7209         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7210
7211 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7212
7213         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7214         (selection_changed_callback):
7215         * shell/ev-sidebar-links.h:
7216
7217         Add a signal for link activation.
7218
7219         * shell/ev-view.c: (ev_view_goto_link),
7220         (ev_view_button_release_event):
7221         * shell/ev-view.h:
7222         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7223         (ev_window_init):
7224
7225         Implement the signal so that we can handle all link types.
7226
7227         * shell/ev-page-cache.c:
7228
7229         Remove unused set_link function
7230
7231 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7232
7233         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7234
7235         Add some space from the cursor, hardcoded but I couldnt
7236         find a better way.
7237
7238 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7239
7240         * lib/ev-tooltip.c:
7241
7242         Use mozilla style vs gtk style, way better for links.
7243
7244         * shell/ev-view.c: (ev_view_motion_notify_event),
7245         (ev_view_destroy), (ev_view_init):
7246
7247         Deactive tooltip when the link hovered is changed.
7248
7249 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7250
7251         * backend/ev-document.h:
7252         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7253         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7254         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7255         (ev_link_new_page), (ev_link_new_page_xyz):
7256         * backend/ev-link.h:
7257         * pdf/ev-poppler.cc:
7258         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7259         (go_to_link), (tip_from_link):
7260
7261         Implement xyz links, still not functional. Links are a total
7262         mess, will need to refactor and bugfix a lot :(
7263
7264 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7265
7266         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7267
7268 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7269
7270         * data/evince-ui.xml:
7271         * data/evince.schemas.in:
7272         * shell/Makefile.am:
7273         * shell/ev-window.c: (update_chrome_visibility),
7274         (password_dialog_response), (ev_window_load_job_cb),
7275         (ev_window_xfer_job_cb), (ev_window_open_uri),
7276         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7277         (ev_window_init):
7278
7279         Remove the statusbar. This regress loading feedback, need to
7280         check with Bryan what we want to do there...
7281
7282 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7283
7284         * lib/ev-tooltip.c: (ev_tooltip_init):
7285
7286         Fix tooltip border and size handling
7287
7288 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7289
7290         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7291         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7292         (ev_tooltip_timeout), (ev_tooltip_activate),
7293         (ev_tooltip_deactivate):
7294         * lib/ev-tooltip.h:
7295         * shell/ev-view.c: (ev_view_motion_notify_event):
7296
7297         Delay popup showing. Mirror gtk logic/times.
7298
7299 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7300
7301         * lib/Makefile.am:
7302         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7303         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7304         (ev_tooltip_set_text), (ev_tooltip_set_position):
7305         * lib/ev-tooltip.h:
7306
7307         Simple widget to show tooltips at a custom position
7308
7309         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7310         (ev_view_destroy):
7311
7312         Use it for links. First go, needs work
7313
7314 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7315
7316         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7317         HIG fixes.  Use title capitalization for window title. Use 12 
7318         pixels of space between the dialog's vbox and action area.
7319
7320 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7321
7322         * shell/ev-window.c: (file_open_dialog_response_cb),
7323         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7324         (ev_window_cmd_save_as):
7325
7326         Make file pickers not modal and refactor code some
7327
7328 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7329
7330         * shell/ev-sidebar.h:
7331         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7332         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7333         (ev_sidebar_class_init), (ev_sidebar_select_page),
7334         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7335         (ev_sidebar_set_page):
7336
7337         Add a current page property and allow to get/set it
7338
7339         * shell/ev-window.c: (setup_view_from_metadata),
7340         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7341
7342         Persist current sidebar page per document
7343
7344 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7345
7346         * data/evince.schemas.in:
7347         * shell/ev-window.c: (update_chrome_visibility),
7348         (setup_document_from_metadata), (update_sidebar_visibility),
7349         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7350         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7351         (ev_window_run_presentation), (ev_window_stop_presentation),
7352         (ev_window_view_sidebar_cb),
7353         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7354         (load_chrome), (ev_window_init):
7355
7356         Persist size/visibility of sidebar per document
7357
7358 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7359
7360         * shell/ev-view.c (draw_loading_text): Draw loading text.
7361
7362 2005-09-02  Dan Damian  <dand@gnome.ro>
7363
7364         * configure.in: Added "ro" to ALL_LINGUAS.
7365
7366 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7367
7368         * shell/ev-view.c: (clear_caches):
7369
7370         ev_page_cache_get doesnt return a reference,
7371         dont try to unref it.
7372
7373 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * shell/main.c: (load_files_remote):
7376
7377         Fix timestamp parameter with dbus <= 0.33
7378
7379 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7380
7381         * data/evince.schemas.in:
7382
7383         Add missing full stop
7384
7385 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7386
7387         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7388         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7389
7390         Plug some memory leaks
7391
7392 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7393
7394         * configure.ac:
7395         * lib/ev-debug.c: (trap_handler):
7396
7397         Check for execinfo.h and use it only if it exists.
7398         Ported from Epiphany (bug #314776).
7399
7400 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7401
7402         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7403
7404 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7405
7406         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7407         * po/id.po      : Added Indonesian translation
7408
7409 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7410
7411         * shell/main.c:
7412         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7413         * NEWS: Release 0.4.0
7414
7415 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7416
7417         * configure.ac: catch another gtk+-2.8ism
7418         * shell/main.c: Make work with gtk+-2.6
7419
7420 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7421
7422         * shell/ev-application-service.xml: Add 'timestamp' argument to
7423           ev_application_open_window and ev_application_open_uri methods.
7424
7425         * shell/ev-application.h: Add 'timestamp' argument to
7426           ev_application_open_window, ev_application_open_uri,
7427           and ev_application_open_uri_list functions.
7428
7429         * shell/ev-application.c (ev_application_open_window,
7430           ev_application_open_uri, ev_application_open_uri_list): Change
7431           functions that show/present windows to use a timestamp if one
7432           is passed in.
7433
7434         * shell/ev-window.c (ev_window_cmd_file_open,
7435           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7436         * shell/main.c (load_files): Modify calls to ev_application to
7437           include GDK_CURRENT_TIME as timestamp.
7438
7439         * shell/main.c (load_files_remote): Obtain timestamp for client
7440           instance from GDK and pass to server instance so new windows are
7441           focused properly.  Fix dbus_g_proxy_call() calls by including second
7442           G_TYPE_INVALID.
7443           
7444         Closes bug #314475.
7445
7446 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7447
7448         * shell/ev-window.c (ev_window_finalize): Check for
7449         avail. EvWindows when quiting to handle the finalize better,
7450         #314497
7451
7452 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7453         
7454         * properties/ev-properties-view.c: 
7455         
7456         Set textdomain to libglade. Fixes translation problem in property page.
7457
7458 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7459
7460         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7461         * dvi/Makefile.am:
7462         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7463         * dvi/mdvi-lib/Makefile.am:
7464         
7465         Fix rotation of thumbnails, ported to new API. Moved library
7466         dependencies earlier, probably it will fix linkage problem.
7467
7468 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7469
7470         * backend/ev-document-misc.c:
7471         (ev_document_misc_get_thumbnail_frame):
7472         * backend/ev-document-misc.h:
7473         * configure.ac:
7474         * pdf/ev-poppler.cc:
7475         * shell/Makefile.am:
7476         * shell/ev-sidebar-thumbnails.c: (add_range),
7477         (ev_sidebar_thumbnails_set_loading_icon),
7478         (ev_sidebar_thumbnails_refresh),
7479         (ev_sidebar_thumbnails_set_document):
7480         * shell/ev-sidebar-thumbnails.h:
7481         * shell/ev-view.c: (ev_view_motion_notify_event),
7482         (ev_view_set_property), (ev_view_get_property),
7483         (ev_view_class_init), (ev_view_set_rotation):
7484         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7485         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7486         (ev_window_init):
7487         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7488         Redo rotation (again).  prepare for 0.4.0
7489
7490 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7491
7492         * configure.ac: Bump poppler requirement to 0.4.1.
7493
7494         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7495         argument to poppler_page_render_selection() call.
7496
7497 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7498
7499         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7500         (djvu_document_thumbnails_get_thumbnail):
7501         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7502         (dvi_document_thumbnails_get_thumbnail):
7503         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7504         (pixbuf_document_thumbnails_get_thumbnail):
7505         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7506         
7507         Update rotation direction of backends to fit with pdf and ps.
7508
7509 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7510
7511         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7512         * backend/ev-async-renderer.h:
7513         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7514         (setup_page), (ps_document_get_page_size),
7515         (ps_async_renderer_render_pixbuf):
7516         * ps/ps-document.h:
7517         * shell/ev-jobs.c: (ev_job_render_run):
7518
7519         Fix orientation in the postscript document
7520
7521 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7522
7523         * pdf/ev-poppler.cc:
7524         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7525         * shell/ev-view.c: (highlight_find_results):
7526
7527         Adapt to the new poppler rotation API. Fix text maps on landscape
7528         documents.
7529
7530 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7531
7532         * shell/ev-view.c (compute_new_selection_text): get the correct
7533         region when selecting in modes other than continuous.
7534
7535 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7536
7537         * shell/main.c (main): remove redundant g_warnings.
7538
7539 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7540
7541         * shell/Makefile.am: Don't include autogenerated
7542         file ev-application-service.h into distribution, since
7543         it causes dbus crash. Fix for bugs 313724 and 313443. 
7544
7545 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7546
7547         * configure.ac: Fix sed expression for FreeBSD. Thanks
7548         to Joe Marcus Clark <marcus@freebsd.org>
7549         
7550         * shell/eggfindbar.c: (entry_activate_callback),
7551         (entry_changed_callback), (egg_find_bar_init),
7552         (egg_find_bar_set_search_string):
7553         
7554         Made findbar buttons unsensitive if there is no text in
7555         entry. Fix for the bug 313285.
7556
7557 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7558
7559         * ps/ps-document.c: Use g_filename_display_name for displaying
7560         filenames and revert string freeze breackage
7561
7562 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7563
7564         * NEWS:
7565         * configure.ac:
7566
7567         Update for 0.3.4
7568
7569         * shell/Makefile.am:
7570
7571         Add ev-application-service.xml to extra dist
7572
7573         * shell/ev-view.c: (find_page_at_location):
7574
7575         Remove unused function (fix warning)
7576
7577 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7578
7579         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7580         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7581         
7582         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7583         bug 313623.
7584
7585 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7586
7587         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7588         * shell/ev-window.c:
7589         Fix build warnings
7590
7591 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7592
7593         * configure.ac: Update script to get dbus version.
7594         Fix for the bug #313443.
7595
7596 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * shell/ev-window.c: (ev_window_cmd_escape):
7599         
7600         Return focus back to view on escape. Fix for bug 313295.
7601
7602 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7603
7604         * shell/ev-window.c: (update_window_title),
7605         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7606         (ev_window_cmd_save_as):
7607         
7608         Correct conversion from uri to displayable string. Fix for
7609         bug 313296.
7610
7611 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7612
7613         * ps/ps-document.c: convert filename to utf8 when there is an error
7614         loading document. Fixes #309915
7615
7616 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7617
7618         * configure.ac:
7619
7620         We depend on poppler 0.4.0
7621
7622 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7623
7624         * configure.ac:
7625         * NEWS: Release 0.3.3.
7626         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7627
7628 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7629
7630         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7631         add a couple missing mnemonics to menu items, use title 
7632         capitalization for menu items and window titles, and add 
7633         ellipsis to open menu item.     
7634
7635 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7636
7637         * pdf/ev-poppler.cc:
7638         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7639         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7640         (ev_view_get_rotation):
7641         * shell/ev-view.h:
7642         * shell/ev-window.c: (setup_view_from_metadata),
7643         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7644         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7645         disk.
7646
7647 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7648
7649         * configure.ac: Added tr to ALL_LINGUAS
7650
7651 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7652
7653         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7654         requires several clicks to find word. Thanks to 
7655         Colin Slater <kiltedtaco@gmail.com>.
7656
7657 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7658
7659         * data/evince.desktop.in.in: Hide menu entry and
7660         rename it to "Document Viewer". Fix for bug 
7661         #312399.
7662
7663 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7664
7665         * shell/ev-page-action.c (ev_page_action_class_init): 
7666
7667         Point to the correct function in constructor of the
7668         activate_label signal
7669
7670 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7671
7672         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7673         * shell/ev-jobs.h: Make thread safe.
7674
7675 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7676
7677         * shell/ev-view.c: (view_update_range_and_current_page):
7678         Don't update page range if we are scrolling to some document
7679         point.
7680
7681 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7682
7683         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7684         when getting max_page_width, fix drawing in dual mode.
7685
7686 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7687
7688         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7689         getting the area for select_all.
7690
7691 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7692
7693         * backend/ev-selection.c: (ev_selection_render_selection):
7694         * backend/ev-selection.h:
7695         * pdf/ev-poppler.cc:
7696         * shell/ev-jobs.c: (ev_job_render_new):
7697         * shell/ev-jobs.h:
7698         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7699         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7700         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7701         (ev_view_class_init):
7702
7703         Change selection color on focus in and focus out events.  Also,
7704         poppler now uses GdkColor for specifying the selection colors, so
7705         drop some awkward conversion code.
7706
7707 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7708
7709         * configure.ac: Added Hebrew translation
7710
7711 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7712
7713         * NOTES:
7714         * backend/ev-selection.c: (ev_selection_render_selection):
7715         * backend/ev-selection.h:
7716         * pdf/ev-poppler.cc:
7717         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7718         (ev_job_render_run):
7719         * shell/ev-jobs.h:
7720         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7721         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7722         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7723         (ev_pixbuf_cache_style_changed),
7724         (ev_pixbuf_cache_get_selection_pixbuf),
7725         (ev_pixbuf_cache_set_selection_list),
7726         (ev_pixbuf_cache_get_selection_list):
7727         * shell/ev-pixbuf-cache.h:
7728         * shell/ev-utils.c: (ev_print_region_contents):
7729         * shell/ev-utils.h:
7730         * shell/ev-view.c: (ev_view_queue_draw_page),
7731         (selection_update_idle_cb), (ev_view_motion_notify_event),
7732         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7733         (setup_caches), (ev_view_find_next), (merge_selection_region),
7734         (selection_free):
7735         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7736
7737         Clean up selection to be much smoother!
7738
7739 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7740
7741         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7742         to poppler_page_render_selection().
7743
7744 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7745
7746         * ps/ps-document.c: (save_page_list): Use
7747         unzipped document when printing. Thanks to 
7748         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7749         311016.
7750
7751 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7752
7753         * shell/ev-window.c: (update_action_sensitivity):
7754         
7755         Disable print and save respect to lockdown gconf keys. Fix
7756         for 312342.
7757
7758 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7759
7760         * configure.ac:
7761         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7762         (write_to_temp_file), (ev_file_set_contents):
7763         * shell/ev-utils.h:
7764         * shell/ev-window.c: (save_print_config_to_file):
7765         
7766         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7767         Fix for bug 312238
7768
7769 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7770
7771         * shell/ev-window.c: (load_print_config_from_file),
7772         (save_print_config_to_file), (ev_window_print_range):
7773
7774         Persist the print settings. Fixes bug #311578.
7775
7776 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7777
7778         * djvu/djvu-document.c: (djvu_document_get_page_size),
7779         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7780         (djvu_document_thumbnails_get_thumbnail):
7781         * dvi/dvi-document.c: (dvi_document_get_page_size),
7782         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7783         (dvi_document_thumbnails_get_dimensions),
7784         (dvi_document_thumbnails_get_thumbnail):
7785         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7786         (pixbuf_document_render_pixbuf),
7787         (pixbuf_document_document_iface_init),
7788         (pixbuf_document_thumbnails_get_thumbnail):
7789         
7790         Update backends to make them build with new rotation system.
7791
7792 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7793
7794         * help/C/figures/evince_start_window.png:
7795         
7796         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7797
7798 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7799
7800         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7801         * shell/ev-pixbuf-cache.h:
7802         * shell/ev-sidebar-thumbnails.c:
7803         (ev_sidebar_thumbnails_get_property), (add_range),
7804         (adjustment_changed_cb):
7805         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7806         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7807         we were thumbnailing the entire docment on startup, slowing us
7808         down hugely. 
7809
7810 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7811
7812         * shell/ev-page-cache.c: (ev_page_cache_new):
7813         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7814         == 0, fixes #310306.
7815
7816 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7817
7818         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7819         (ev_view_rotate_left):
7820
7821         Account rotation in doc_rect_to_view_rect.
7822         Ensure rotation doesnt go out of bounds.
7823
7824 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7825
7826         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7827
7828         Correct and cleanup w/h swapping
7829
7830 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7831
7832         * backend/ev-document-thumbnails.c:
7833         (ev_document_thumbnails_get_thumbnail):
7834         * backend/ev-document-thumbnails.h:
7835         * backend/ev-document.c:
7836         * backend/ev-document.h:
7837         * backend/ev-render-context.c: (ev_render_context_new),
7838         (ev_render_context_set_rotation):
7839         * backend/ev-render-context.h:
7840         * pdf/ev-poppler.cc:
7841         * ps/ps-document.c: (ps_document_document_iface_init):
7842         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7843         * shell/ev-jobs.h:
7844         * shell/ev-page-cache.c: (build_height_to_page),
7845         (ev_page_cache_new), (ev_page_cache_get_size),
7846         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7847         (ev_page_cache_get_height_to_page):
7848         * shell/ev-page-cache.h:
7849         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7850         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7851         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7852         (ev_pixbuf_cache_get_selection_pixbuf):
7853         * shell/ev-pixbuf-cache.h:
7854         * shell/ev-print-job.c: (idle_print_handler):
7855         * shell/ev-sidebar-thumbnails.c: (add_range):
7856         * shell/ev-view.c: (view_update_range_and_current_page),
7857         (get_page_y_offset), (get_page_extents),
7858         (ev_view_size_request_continuous_dual_page),
7859         (ev_view_size_request_continuous),
7860         (ev_view_size_request_dual_page),
7861         (ev_view_size_request_single_page), (draw_one_page),
7862         (ev_view_set_rotation), (ev_view_rotate_right),
7863         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7864         (ev_view_zoom_for_size_continuous_and_dual_page),
7865         (ev_view_zoom_for_size_continuous),
7866         (ev_view_zoom_for_size_dual_page),
7867         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7868         (ev_view_select_all):
7869         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7870         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7871         (tiff_document_document_iface_init),
7872         (tiff_document_thumbnails_get_thumbnail):
7873
7874         Use rotation rather than orientation. It's easier and enough
7875         for our needs.
7876
7877 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7878
7879         * shell/ev-page-cache.c: (build_height_to_page),
7880         (ev_page_cache_new), (ev_page_cache_get_size),
7881         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7882         (ev_page_cache_get_height_to_page):
7883         * shell/ev-page-cache.h:
7884         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7885         (ev_view_size_request_continuous_dual_page),
7886         (ev_view_size_request_continuous),
7887         (ev_view_zoom_for_size_continuous_and_dual_page),
7888         (ev_view_zoom_for_size_continuous):
7889
7890         Make the page cache aware of page orientation.
7891
7892 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7893
7894         * backend/ev-document-thumbnails.c:
7895         (ev_document_thumbnails_get_thumbnail):
7896         * backend/ev-document-thumbnails.h:
7897         * backend/ev-document.c:
7898         * backend/ev-document.h:
7899         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7900         * backend/ev-ps-exporter.h:
7901         * pdf/ev-poppler.cc:
7902         * ps/ps-document.c: (ps_document_document_iface_init),
7903         (ps_document_ps_export_do_page):
7904         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7905         * shell/ev-jobs.h:
7906         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7907         (ev_page_cache_get):
7908         * shell/ev-page-cache.h:
7909         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7910         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7911         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7912         * shell/ev-pixbuf-cache.h:
7913         * shell/ev-print-job.c: (idle_print_handler):
7914         * shell/ev-sidebar-thumbnails.c: (add_range):
7915         * shell/ev-view.c: (view_update_range_and_current_page),
7916         (get_page_extents), (ev_view_size_request_dual_page),
7917         (ev_view_size_request_single_page), (draw_one_page),
7918         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7919         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7920         (ev_view_zoom_for_size_dual_page),
7921         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7922         (ev_view_select_all):
7923         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7924         * tiff/tiff-document.c: (tiff_document_get_page_size),
7925         (tiff_document_get_orientation), (rotate_pixbuf),
7926         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7927         (tiff_document_thumbnails_get_thumbnail),
7928         (tiff_document_ps_export_do_page), (tiff_document_init):
7929
7930         Really make use of the orientation bit of the render context.
7931         Use the render context in a few more places in the backend API.
7932         This regress orientation, but now it's done right. Will try to
7933         fix it up asap...
7934
7935 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7936
7937         * shell/ev-view.c: (ensure_rectangle_is_visible):
7938
7939         Patch by Nickolay V. Shmyrev to fix find flickering
7940
7941 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7942
7943         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7944         duplex parameters to ::begin.
7945
7946         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7947         * shell/ev-print-job.c (idle_print_handler): 
7948         * ps/ps-document.c (ps_document_ps_export_begin): 
7949         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7950         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7951         implementations. Poppler backend needs poppler cvs. Rest has
7952         unchanged behavior.
7953
7954 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7955
7956         * shell/ev-window.c (using_pdf_printer): new function.
7957         (ev_window_print_range): print a less techy message if someone
7958         tries to print to PDF.
7959
7960 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7961
7962         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7963         from "unknown font" string. Bug #311431
7964
7965 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7966
7967         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7968
7969 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7970
7971         Bug #311280
7972         
7973         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7974         name for PopplerFontTypes
7975         (pdf_document_fonts_fill_model): add font type to the detail column
7976
7977         * backend/ev-document-fonts.h: added
7978         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7979
7980         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7981         font name and font details, add a little markup.
7982         (ev_properties_fonts_init): use the new cell data func, specify ypad
7983         property for the cell renderer.
7984         (ev_properties_fonts_set_document): add the details column.
7985
7986 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7987
7988         * configure.ac: Added "pl" to ALL_LINGUAS.
7989
7990 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7991
7992         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7993
7994 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7995
7996         * help/ChangeLog: Started this for translations of manual.
7997         * configure.ac, autogen.sh, .cvsignore: Migrated to
7998         gnome-doc-utils. Patch in bug #311222.
7999
8000 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8001
8002         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8003         #ifdef this away to fix an unused-function warning.
8004
8005 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8006
8007         * configure.ac: Added 'gl' to ALL_LINGUAS.
8008
8009 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8010
8011         * configure.ac: Added ne in ALL_LINGUAS
8012         
8013 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8014
8015         * shell/ev-view.c: (ev_view_leave_notify_event):
8016         
8017         Clear status message when pointer leaves view. Fix for bug
8018         #310818 
8019
8020 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8021
8022         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8023
8024 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8025
8026         * shell/ev-view.c: (ev_view_leave_notify_event),
8027         (ev_view_class_init):
8028         
8029         Set cursor to normal then leaving view.
8030
8031 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8032
8033         * configure.ac:
8034         
8035         Fix required djvulibre version.
8036
8037 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8038
8039         *configure.ac: Hindi (hi) language added
8040
8041 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8042
8043         *configure.ac: Punjabi (pa) Language added
8044
8045 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8046
8047         * data/evince-ui.xml, shell/ev-window.c:
8048         
8049         Add keypad accelerators for zooming. Fix for bug 308128.
8050
8051 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8052
8053         * Makefile.am:
8054         * backend/Makefile.am:
8055         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8056         * configure.ac:
8057         * shell/ev-document-types.c: (ev_document_types_add_filters):
8058
8059         Allow to enable/disable the pixbuf backend.
8060         Default to off for now. If we want it enabled we should
8061         really put mime types in the desktop, implement properties etc.
8062
8063         * properties/evince-properties.c:
8064
8065         Initialize error to NULL.
8066         Check error is not NULL before freeing.
8067
8068 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8069
8070         * shell/ev-window.c:
8071
8072         Use F5 as presentation accell
8073
8074 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8075
8076         * shell/ev-window.c: (update_chrome_visibility),
8077         (ev_window_create_fullscreen_popup), (ev_window_init):
8078
8079         Do not leak the fullscreen toolbar
8080
8081 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8082
8083         * shell/ev-window.c: (view_actions_focus_in_cb),
8084         (view_actions_focus_out_cb):
8085
8086         These has a return value! Fix totally random focus
8087         issues we was seeing.
8088
8089 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8090
8091         * shell/main.c: (load_files_remote):
8092
8093         Allow open more than one file
8094
8095 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8096
8097         * shell/main.c: (load_files_remote):
8098
8099         Fix for dbus 0.33. bug #309975
8100
8101 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8102
8103         * properties/ev-properties-main.c: (ev_properties_get_pages):
8104
8105         Actually return NULL for types we dont support
8106
8107 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8108
8109         * po/POTFILES.in:
8110
8111         Remove empty lines.
8112
8113 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8114
8115         * backend/ev-document-factory.c:
8116         (ev_document_factory_get_document):
8117
8118         Do not try to create the object if type
8119         is invalid.
8120
8121 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8122
8123         * ps/ps-document.c: (ps_document_dispose),
8124         (ps_async_renderer_render_pixbuf):
8125         * ps/ps-document.h:
8126
8127         Do not leak the target window
8128
8129 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8130
8131         * shell/ev-application.c: (ev_application_init):
8132
8133         Let tbe check file existence for us.
8134         Add a comment about eggrecent mime filter.
8135
8136 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8137
8138         * data/evince-ui.xml:
8139         * shell/ev-application.c: (ev_application_shutdown),
8140         (ev_application_init), (ev_application_get_toolbars_model),
8141         (ev_application_get_recent_model),
8142         (ev_application_save_toolbars_model):
8143         * shell/ev-application.h:
8144         * shell/ev-window.c: (ev_window_add_recent),
8145         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8146         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8147         (ev_window_init):
8148
8149         Use common toolbar and recent models for all windows.
8150         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8151
8152 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8153
8154         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8155         successfully check for gtk_icon_view_get_visible_range.
8156
8157 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8158
8159         * djvu/Makefile.am:
8160         * dvi/Makefile.am:
8161         
8162         Fix djvu and dvi backend build.
8163
8164 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8165
8166         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8167         (new_separator_pixbuf):
8168
8169         Don't leak windows.
8170
8171 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8172
8173         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8174
8175         HIGification of toolbar editor dialogue.
8176
8177 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8178
8179         * configure.ac:
8180         * shell/Makefile.am:
8181
8182         Ever build metadata manager since it's just
8183         disabled at runtime now.
8184
8185 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8186
8187         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8188         (ev_metadata_manager_get), (ev_metadata_manager_set):
8189         * shell/ev-metadata-manager.h:
8190
8191         Add an _init functions that enabled metadata management
8192         at runtime.
8193
8194         * shell/ev-window.c: (page_changed_cb),
8195         (setup_document_from_metadata), (ev_window_setup_document),
8196         (setup_view_from_metadata), (ev_window_open_uri),
8197         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8198         (ev_window_run_presentation), (ev_window_stop_presentation),
8199         (save_sizing_mode), (ev_window_zoom_changed_cb),
8200         (ev_window_continuous_changed_cb),
8201         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8202         (window_configure_event_cb):
8203
8204         Remove all ugly metadata define since we deal with it
8205         at runtime now.
8206
8207         * shell/main.c: (load_files_remote), (main):
8208
8209         Add support for dbus cvs head. Hopefully didnt break one
8210         of the other versions now!
8211
8212         If we dont get a response from the dbus server just
8213         give up with it and not enable metadata.
8214
8215 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8216
8217         * Makefile.am:
8218         * backend/Makefile.am:
8219         * configure.ac:
8220         * cut-n-paste/recent-files/Makefile.am:
8221         * cut-n-paste/toolbar-editor/Makefile.am:
8222         * cut-n-paste/zoom-control/Makefile.am:
8223         * lib/Makefile.am:
8224         * pdf/Makefile.am:
8225         * pixbuf/Makefile.am:
8226         * properties/Makefile.am:
8227         * ps/Makefile.am:
8228         * shell/Makefile.am:
8229         * thumbnailer/Makefile.am:
8230         * tiff/Makefile.am:
8231
8232         Make frontends depend on just libev.
8233         Rework and group CFLAGS/LIBS definitions.
8234         Cleanups.
8235
8236 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8237
8238         * shell/ev-window:
8239
8240         do not unnecessarily save zoom
8241
8242         * configure.ac:
8243         * lib/ev-file-helpers.c: (ev_dot_dir):
8244         * shell/Makefile.am:
8245         * shell/dummy.cc:
8246
8247         Some cleanups
8248
8249 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8250
8251         * configure.ac:
8252         
8253         Remove unnecessary dependencies
8254
8255 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8256
8257         * properties/Makefile.am:
8258         * thumbnailer/Makefile.am:
8259         * tiff/Makefile.am:
8260
8261         Some more cleanups. Was really necessary
8262         but I probably introduced bugs, feel free
8263         to flame :)
8264
8265 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8266
8267         * backend/Makefile.am:
8268         * configure.ac:
8269         * cut-n-paste/recent-files/Makefile.am:
8270         * cut-n-paste/toolbar-editor/Makefile.am:
8271         * cut-n-paste/zoom-control/Makefile.am:
8272         * lib/Makefile.am:
8273         * pdf/Makefile.am:
8274         * pixbuf/Makefile.am:
8275         * properties/Makefile.am:
8276         * ps/Makefile.am:
8277         * shell/Makefile.am:
8278         * thumbnailer/Makefile.am:
8279         * tiff/Makefile.am:
8280
8281         Use gnome-common macros when possible.
8282         Cleanup dependencies.
8283         Actually disable deprecated where possible.
8284
8285 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8286
8287         * Makefile.am:
8288         * backend/Makefile.am:
8289         * properties/Makefile.am:
8290         * shell/Makefile.am:
8291         * thumbnailer/Makefile.am:
8292
8293         This should solve the circular dep without
8294         requiring dir reorg!
8295
8296         * shell/ev-window.c: (setup_view_from_metadata):
8297
8298         Never restore window size/position when the
8299         window is already visible.
8300
8301 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8302
8303         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8304
8305         Return a boolean from timeout func. Fix ported from gedit.
8306
8307 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8308
8309         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8310
8311 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8312
8313         * shell/ev-document-types.c: set "All Documents" as default filter in
8314         open dialog
8315
8316 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8317
8318         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8319         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8320         (ev_metadata_manager_set_boolean): fix value/val thinko.
8321
8322 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8323
8324         * shell/ev-window.c: (setup_view_from_metadata),
8325         (window_state_event_cb), (window_configure_event_cb),
8326         (ev_window_init):
8327
8328         Remember window position and maximized state
8329
8330 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8331
8332         * configure.ac:
8333
8334         Fix DBUS configure checks.
8335
8336         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8337         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8338         (ev_metadata_manager_set_boolean):
8339
8340         Plug mem leaks.
8341
8342         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8343         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8344         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8345         (ev_window_continuous_changed_cb),
8346         (ev_window_dual_mode_changed_cb), (ev_window_new):
8347
8348         Fix the build without DBUS.
8349
8350 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8351
8352         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8353         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8354         (ev_metadata_manager_set_string),
8355         (ev_metadata_manager_set_boolean):
8356         * shell/ev-metadata-manager.h:
8357
8358         Add support for some more types
8359
8360         * shell/ev-view.c: (scroll_to_current_page),
8361         (ev_view_get_continuous), (ev_view_set_continuous),
8362         (ev_view_get_dual_page):
8363         * shell/ev-view.h:
8364         * shell/ev-window.c: (page_changed_cb),
8365         (setup_document_from_metadata), (ev_window_setup_document),
8366         (setup_view_from_metadata), (ev_window_open_uri),
8367         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8368         (ev_window_run_presentation), (ev_window_stop_presentation),
8369         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8370         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8371         (ev_window_update_dual_page_action),
8372         (ev_window_continuous_changed_cb),
8373         (ev_window_dual_mode_changed_cb), (ev_window_init):
8374
8375         Remember a bunch of view/document properties. Prolly some
8376         are still missing but it's getting interesting.
8377
8378 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8379
8380         * configure.ac: check if dbus-binding-tool is installed. Not the
8381         case on current Ubuntu breezy, it seems.
8382
8383 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8384
8385         * data/evince.desktop.in.in:
8386         
8387         Allow open uri lists and add TryExec field.
8388
8389 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8390
8391         * configure.ac:
8392
8393         Enable dbus when available, do not require a configure
8394         option.
8395
8396 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8397
8398         * configure.ac:
8399
8400         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8401         disabled.
8402
8403 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8404         Marco Pesenti Gritti  <mpg@redhat.com>
8405
8406         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8407         
8408         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8409         functions to the format required by dbus
8410
8411         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8412         errors. Use the RPC parameters in the expected way
8413
8414 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8415
8416         * Makefile.am:
8417         * properties/Makefile.am:
8418         * properties/ev-properties-main.c: (ev_properties_get_pages):
8419
8420         Support all mime types
8421
8422         * shell/Makefile.am:
8423         * thumbnailer/Makefile.am:
8424         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8425         (evince_thumbnail_pngenc_get):
8426
8427         Use the document factory
8428
8429 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8430
8431         * backend/Makefile.am:
8432         * backend/ev-document-factory.c:
8433         (mime_type_supported_by_gdk_pixbuf),
8434         (ev_document_type_get_from_mime),
8435         (ev_document_factory_get_document),
8436         (ev_document_factory_get_backend),
8437         (ev_document_factory_get_mime_types),
8438         (ev_document_factory_get_all_mime_types):
8439         * backend/ev-document-factory.h:
8440         * shell/Makefile.am:
8441         * shell/ev-document-types.c: (get_document_from_uri),
8442         (ev_document_types_get_document),
8443         (file_filter_add_mime_list_and_free),
8444         (ev_document_types_add_filters):
8445         * shell/ev-document-types.h:
8446         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8447         * shell/ev-properties-dialog.c:
8448         (ev_properties_dialog_set_document):
8449         * shell/ev-window.c: (ev_window_cmd_file_open),
8450         (ev_window_cmd_save_as):
8451         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8452
8453         Rework document types managing to avoid code duplication
8454         and actually abstract from backend implementations.
8455         Also provide a minimal factory api that can be used by
8456         thumbnailer/properties.
8457
8458 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8459
8460         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8461         Plug a mem leak.
8462         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8463         HIG spacings.
8464
8465 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8466
8467         * shell/ev-properties-dialog.c
8468         (ev_properties_dialog_set_document): only call
8469         ev_properties_fonts_set_document() if the document implements the
8470         fonts interface
8471
8472 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8473
8474         * configure.ac:
8475         * properties/Makefile.am:
8476         * properties/ev-properties-view.c:
8477         (ev_properties_view_register_type):
8478         * properties/ev-properties-view.h:
8479         * properties/ev-properties-main.h:
8480
8481         Implement nautilus plugin for properties.
8482         Works only for pdf atm, I need to rework the
8483         document types stuff to get this to work
8484         for all backends...
8485
8486 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8487
8488         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8489         (ev_properties_fonts_set_document): use
8490         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8491
8492 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8493
8494         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8495         them
8496         (PlaceImage, tiff2ps_process_page): use
8497         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8498
8499
8500 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8501
8502         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8503         (main): to call gnome_authentication_manager_init. Should fix
8504         Bug #308510
8505
8506         * configure.ac: that requires libgnomeui 2.6.0.
8507
8508 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8509
8510         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8511         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8512         use the new tiff2ps interfaces
8513
8514         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8515         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8516
8517         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8518         structure instead of global variables.  Remove use of static
8519         variables in functions.
8520
8521 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8522
8523         * shell/ev-page-action.c: unref the completion after setting it to the
8524         entry
8525
8526 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8527
8528         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8529         postscript files
8530
8531 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8532
8533         * shell/ev-window.c (update_action_sensitivity): disable
8534         File->Print if the document does not implement the ps exporter
8535         interface
8536
8537 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8538
8539         * Makefile.am:
8540         * configure.ac:
8541         * data/evince-properties.glade:
8542         * properties/.cvsignore:
8543         * properties/Makefile.am:
8544         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8545         (ev_properties_view_class_init), (ev_properties_view_format_date),
8546         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8547         (ev_properties_view_init), (ev_properties_view_new):
8548         * properties/ev-properties-view.h:
8549         * shell/Makefile.am:
8550         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8551         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8552         (ev_properties_dialog_new):
8553         * shell/ev-properties-dialog.h:
8554         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8555         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8556         (update_progress_label), (job_fonts_finished_cb),
8557         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8558         * shell/ev-properties-fonts.h:
8559         * shell/ev-properties.c:
8560         * shell/ev-properties.h:
8561         * shell/ev-window.c: (ev_window_setup_document),
8562         (ev_window_cmd_file_properties):
8563
8564         Split the properties pages in two different objects, depend
8565         only on the backend where possible, use widgets instead
8566         of gobject for the glade part, reimplement the dialog
8567         itself with gtk.
8568         I need this to implement nautilus properties page.
8569
8570 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8571
8572         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8573         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8574         (tiff_document_document_ps_exporter_iface_init): implement the ps
8575         exporter interface for tiff documents
8576
8577         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8578         libtiff to implement TIFF postscript export
8579
8580         * tiff/tiff2ps.h: added a header file for external tiff2ps
8581         functions.
8582
8583         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8584         tiff2ps.h
8585
8586 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8587
8588         * shell/ev-view.c: (scroll_to_current_page),
8589         (ev_view_set_fullscreen), (ev_view_set_presentation):
8590         
8591         Scroll to current page when exit from presentation
8592
8593 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8594
8595         * shell/ev-window.c: (update_document_mode),
8596         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8597         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8598         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8599         
8600         Exit from fullscreen mode when switch to presentation. Fix for
8601         bug 309365
8602
8603 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8604
8605         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8606         return NULL if the document does not implement the selection
8607         interface.
8608
8609 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8610
8611         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8612         reported height by using the resolution aspect ratio
8613         (tiff_document_render_pixbuf): scale the pixbuf using the
8614         resolution aspect ratio
8615
8616 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8617
8618         * configure.ac:
8619         
8620         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8621         <kiltedaco@gmail.com>
8622         
8623         * djvu/djvu-document.c: (djvu_document_get_orientation),
8624         (djvu_document_set_orientation), (djvu_document_get_page_size),
8625         (rotate_pixbuf), (djvu_document_render_pixbuf),
8626         (djvu_document_document_iface_init):
8627         * dvi/dvi-document.c: (dvi_document_get_orientation),
8628         (dvi_document_set_orientation), (dvi_document_get_page_size),
8629         (rotate_pixbuf), (dvi_document_render_pixbuf),
8630         (dvi_document_document_iface_init):
8631         
8632         Dvi and djvu backends are ported to new API
8633
8634 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8635
8636         * backend/ev-selection.c: (ev_selection_get_selection_region),
8637         (ev_selection_get_selection_map):
8638         * backend/ev-selection.h:
8639         * pdf/ev-poppler.cc:
8640         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8641         * shell/ev-jobs.h:
8642         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8643         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8644         (ev_pixbuf_cache_get_text_mapping):
8645         * shell/ev-pixbuf-cache.h:
8646         * shell/ev-view.c: (location_in_text),
8647         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8648         support to EvView.  Now we can see where we can select!  Sweet!
8649
8650 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8651
8652         * shell/ev-view.c (ev_view_button_press_event): Fix
8653         event->y + view->scroll_x typo.
8654
8655 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8656
8657         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8658         sub-GdkPixbuf instead of passing dest_x and dest_y.
8659         
8660         * shell/ev-view.c: (view_point_to_doc_point),
8661         (view_rect_to_doc_rect), (ev_view_button_press_event),
8662         (ev_view_motion_notify_event), (compute_new_selection_rect),
8663         (gdk_rectangle_point_in), (compute_new_selection_text),
8664         (compute_selections): Update selection code to keep the selection
8665         around as two points and not as a normalized rectangle, and fix
8666         page level selection in two-column mode.
8667
8668 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8669
8670         * shell/ev-window.c: (window_configure_event_cb): 
8671         
8672         Fix compilation
8673         
8674 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8675
8676         * pdf/ev-poppler.cc:
8677
8678         Fix compilation
8679
8680 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8681
8682         * shell/Makefile.am:
8683         * shell/ev-metadata-manager.c: (item_free),
8684         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8685         (parse_value), (parseItem), (load_values),
8686         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8687         (save_values), (save_item), (get_oldest), (resize_items),
8688         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8689         * shell/ev-metadata-manager.h:
8690
8691         Metadata manager from gedit but modified to use GValue, so that
8692         we dont need to keep converting from strings.
8693
8694         * configure.ac:
8695
8696         ENABLE_METADATA conditional, on when dbus is on
8697
8698         * shell/ev-application.c: (ev_application_open_uri):
8699
8700         Show the window after load so that we can initialize
8701         window size before it's showed.
8702
8703         * shell/ev-window.c: (ev_window_setup_from_metadata),
8704         (ev_window_open_uri), (window_configure_event_cb),
8705         (ev_window_init):
8706
8707         Save and load metadata information about window size.
8708         Not yet keeping states in account.
8709
8710         * shell/main.c: (main):
8711
8712         Shutdown metadata manager.
8713
8714 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8715
8716         * shell/ev-application-service.xml:
8717         * configure.ac:
8718         * shell/Makefile.am:
8719         * shell/ev-application.c:
8720         * shell/ev-application.h:
8721         * shell/ev-window.c:
8722         * shell/ev-window.h:
8723         * shell/main.c:
8724
8725         Add an optional dbus interface (--enable-dbus).
8726         Rework application code, mainly to be easier to
8727         use "remotely".
8728         Do not open multiple windows with the same document,
8729         spatial evince!
8730
8731 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8732
8733         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8734         pixbuf iff it exists.
8735
8736 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8737
8738         * shell/*:
8739         * backend/ev-render-context.[ch]:
8740         * backend/ev-selection.[ch]:
8741
8742         Massive changes.  We now support text selection of pdfs, and not
8743         just rectangular selection.  This is pretty broken still, but I
8744         want to get something into CVS.
8745
8746 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8747
8748         * pdf/ev-poppler.cc:
8749         
8750         Fix for Bug 309080: crash on window close.
8751         
8752         * shell/ev-page-action.c: (page_changed_cb):
8753         
8754         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8755         jensgr@gmx.net (Jens Granseuer).
8756
8757 2005-06-25  Marcel Telka  <marcel@telka.sk>
8758
8759         * configure.in (ALL_LINGUAS): Added sk.
8760
8761 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8762
8763         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8764         not a document open
8765
8766 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * NEWS:
8769         * configure.ac:
8770
8771         Release 0.3.2
8772
8773         * cut-n-paste/recent-files/Makefile.am:
8774
8775         Fix make distcheck
8776
8777 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8778
8779         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8780         (pixbuf_document_set_orientation), (rotate_pixbuf),
8781         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8782         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8783
8784         Implement rotation and cleanup the code a bit.
8785
8786         * tiff/tiff-document.c: (tiff_document_get_page_size),
8787         (tiff_document_get_orientation), (tiff_document_set_orientation),
8788         (rotate_pixbuf), (tiff_document_render_pixbuf),
8789         (tiff_document_document_iface_init), (tiff_document_init):
8790
8791         Implement rotation. Was the quicker solution for the release
8792         but we really need to share this code in the shell.
8793
8794 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8795
8796         * pdf/ev-poppler.cc:
8797
8798         Enable rotation, require poppler cvs. Fix a leak.
8799
8800 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8801
8802         * shell/ev-window.c: (update_action_sensitivity):
8803         
8804         Make properties unsensitive if document backend doesn't provide
8805         any info
8806
8807 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8808
8809         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8810         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8811         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8812         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8813         (bitmap_flip_rotate_counter_clockwise):
8814         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8815         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8816         (buff_gets):
8817         * dvi/mdvi-lib/common.h:
8818         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8819         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8820         (opendvi), (mdvi_reload), (mdvi_init_context),
8821         (mdvi_destroy_context), (mdvi_dopage), (special):
8822         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8823         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8824         (file_hash_free), (register_encoding), (parse_spec),
8825         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8826         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8827         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8828         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8829         (mdvi_register_font_type), (mdvi_unregister_font_type),
8830         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8831         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8832         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8833         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8834         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8835         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8836         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8837         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8838         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8839         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8840         (mdvi_unregister_special), (mdvi_flush_specials):
8841         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8842         (t1_font_remove):
8843         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8844         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8845         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8846         (free_font_metrics), (flush_font_metrics):
8847         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8848         (tt_font_remove):
8849         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8850         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8851         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8852         (dstring_insert), (dstring_new), (dstring_reset):
8853         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8854         
8855         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8856         avoid conflict with libtool on FC4
8857         
8858         * shell/ev-window.c: (ev_window_cmd_help_about):
8859         
8860         Update copyright year. Fix for bug 308828.
8861
8862 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8863
8864         * shell/ev-view.c: (add_scroll_binding_keypad),
8865         (ev_view_binding_activated), (ev_view_class_init),
8866         (on_adjustment_value_changed):
8867         
8868         Bug 170874: Arrow keys switch pages in presentation mode
8869
8870 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8871
8872         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8873         
8874         Fix for Bug 308265: Sidebar dissappears coming out of 
8875         Presentation mode
8876
8877 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8878
8879         * shell/ev-application.c: (ev_application_open):
8880         * shell/ev-document-types.c: (ev_document_types_add_filters),
8881         (ev_document_types_add_filters_for_type):
8882         * shell/ev-document-types.h:
8883         * shell/ev-window.c: (ev_window_cmd_save_as):
8884         
8885         Suggest basename as template when saving, provide filters
8886         for save dialog. It's bug 308402
8887
8888 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8889
8890         * pdf/ev-poppler.cc:
8891         * shell/ev-sidebar-links.c: (job_finished_callback):
8892         * shell/ev-view.c: (update_find_status_message):
8893         
8894         Some leaks fixed
8895
8896 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8897
8898         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8899         (egg_recent_view_uimanager_set_list):
8900
8901         Fix buglet in !show_numbers case.
8902
8903 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8904
8905         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8906         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8907
8908         Use pango ellipsisation.
8909
8910         * pdf/ev-poppler.cc:
8911
8912         Fix refcount leak, from nsh.
8913
8914 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8915
8916         * cut-n-paste/recent-files/Makefile.am:
8917         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8918         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8919         
8920         Removed EggRecentViewGtk
8921         
8922         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8923         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8924         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8925         (ev_window_setup_recent):
8926         
8927         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8928         with other projects
8929
8930 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8931
8932         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8933         (egg_recent_view_gtk_finalize):
8934
8935         Fix memory leak
8936
8937         * cut-n-paste/toolbar-editor/Makefile.am:
8938         
8939         Fix location of cursor icon.
8940         
8941         * pdf/ev-poppler.cc:
8942         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8943         (display_completion_text), (match_completion):
8944         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8945         (selection_changed_callback), (create_loading_model),
8946         (print_section_cb), (links_page_num_func),
8947         (update_page_callback_foreach):
8948         * shell/ev-window.c: (ev_window_dispose):
8949         
8950         Small memory fixes. Links model now store objects instead
8951         of pointers to improve memory management. 
8952
8953 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8954
8955         * shell/ev-window.c: (zoom_control_changed_cb):
8956         
8957         Fix update of zoom control (bug 308268).
8958
8959 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8960
8961         * shell/ev-properties.c (set_property): escape the text correctly.
8962         Handles non-UTF-8 properties and escaped properties.  Also, sets
8963         the text to "<i>None</i>" if the property isn't set.
8964
8965         * data/evince-properties.glade: Change the label to be ellipsized,
8966         and give it a minimum size.
8967
8968 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8969
8970         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8971         * shell/ev-sidebar-links.c: (create_loading_model):
8972         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8973         * shell/ev-view.c: (ev_view_set_document):
8974         * shell/ev-window.c: (ev_window_dispose):
8975         
8976         Various small fixes, mostly memory leaks. Thanks to valgrind.
8977
8978 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8979
8980         * ps/ps-document.c: remove the locale.h include again ;-). And
8981         kill the (bogus) setlocale/savelocale business.
8982
8983 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8984
8985         * ps/ps-document.c:
8986         
8987         Include locale.h to fix build
8988         
8989         * shell/ev-sidebar.c:
8990         
8991         Remove unnecessary includes
8992
8993 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8994
8995         * dvi/dvi-document.c: (dvi_document_load):
8996         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8997         * po/POTFILES.in:
8998         
8999         Check for incorrect dvi files. Fix parsing dvi on AMD64
9000         platform. Thanks to tester@tester.ca (Olivier Crete).
9001
9002 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9003
9004         * shell/ev-page-action.c: (match_selected_cb),
9005         (display_completion_text), (match_completion), (update_model):
9006         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9007         (expand_open_links):
9008         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9009         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9010         (ev_sidebar_set_document):
9011         * shell/ev-window.c: (ev_window_xfer_job_cb),
9012         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9013         
9014         Fixed lot's of memory leaks, for example, memory leak on reload, 
9015         described in bug 307793.
9016
9017 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9018
9019         * pdf/ev-poppler.cc:
9020         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9021         (update_visible_range), (adjustment_changed_cb),
9022         (ev_sidebar_thumbnails_fill_model),
9023         (ev_sidebar_thumbnails_refresh),
9024         (ev_sidebar_tree_selection_changed),
9025         (ev_sidebar_icon_selection_changed),
9026         (ev_sidebar_thumbnails_use_icon_view),
9027         (ev_sidebar_thumbnails_set_document):
9028         * shell/ev-sidebar-thumbnails.h:
9029         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9030         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9031
9032         Refresh thumbnails when changing orientation. Not fully
9033         working yet becuase of a sidebar bug.
9034
9035         Set page orientation to poppler page everywhere. This sucks
9036         really need to fix poppler.
9037
9038 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9039
9040         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9041         (egg_recent_view_gtk_new_menu_item),
9042         (egg_recent_view_gtk_set_property),
9043         (egg_recent_view_gtk_get_property),
9044         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9045         (egg_recent_view_gtk_set_tooltip_func),
9046         (egg_recent_view_gtk_set_label_width),
9047         (egg_recent_view_gtk_get_label_width):
9048         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9049
9050         Sync with libegg (ellipsize labels)
9051
9052 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9053
9054         * data/evince-ui.xml:
9055         * shell/ev-window.c: (ev_window_cmd_go_forward),
9056         (ev_window_cmd_go_backward):
9057         
9058         Shift + PageUp moves 10 Pages. Fix for 306125
9059
9060 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9061
9062         * pdf/ev-poppler.cc:
9063
9064         Add a flag to check if orientation has been overriden
9065
9066 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9067
9068         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9069         field if necessary.
9070
9071         * ps/ps.h: add creator field to document.
9072
9073         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9074         set creator field.
9075
9076 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9077
9078         * data/evince-properties.glade:
9079         * shell/ev-properties.c: (ev_properties_set_document):
9080
9081         s/PDF Version/Format
9082
9083 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9084
9085         * shell/ev-properties.c: (ev_properties_set_document):
9086
9087         Remove unnecessary translations
9088
9089 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9090
9091         * cut-n-paste/toolbar-editor/Makefile.am:
9092
9093         Correct library name    
9094
9095 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9096
9097         * configure.ac:
9098         * cut-n-paste/recent-files/egg-recent-model.c:
9099         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9100         (egg_recent_model_unlock_file):
9101         * cut-n-paste/recent-files/egg-recent-util.c:
9102         (egg_recent_util_get_unique_id):
9103         * cut-n-paste/recent-files/update-from-egg.sh:
9104         * cut-n-paste/toolbar-editor/Makefile.am:
9105         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9106         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9107         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9108         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9109         (egg_toolbars_model_get_type):
9110         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9111
9112         Better makefile for toolbar editor and update everything
9113         to latest libegg.
9114
9115 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9116
9117         * shell/ev-window.c: (update_document_mode):
9118
9119         Prefer presentation mode when the document
9120         require fullscreen.
9121
9122 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9123
9124         * data/evince-ui.xml:
9125         * shell/ev-window.c:
9126
9127         Add control-equal for zooming
9128
9129 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9130
9131         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9132
9133 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9134
9135         * backend/ev-document.c: (ev_document_get_orientation):
9136         * backend/ev-document.h:
9137         * pdf/ev-poppler.cc:
9138         * ps/ps-document.c: (ps_document_get_orientation),
9139         (ps_document_set_orientation), (ps_document_document_iface_init):
9140
9141         Add a get_orientation api. Improve set_orientation.
9142
9143         * data/evince-ui.xml:
9144         * shell/ev-view.c: (ev_view_set_orientation),
9145         (ev_view_rotate_right), (ev_view_rotate_left):
9146         * shell/ev-view.h:
9147         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9148         (ev_window_cmd_edit_rotate_right):
9149
9150         Better ui for changing document orientation
9151
9152 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9153
9154         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9155         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9156         * shell/ev-sidebar-links.h:
9157         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9158         (ev_sidebar_page_iface_init):
9159         * shell/ev-sidebar-page.h:
9160         * shell/ev-sidebar-thumbnails.c:
9161         (ev_sidebar_thumbnails_get_property),
9162         (ev_sidebar_thumbnails_class_init),
9163         (ev_sidebar_thumbnails_set_document):
9164         * shell/ev-sidebar-thumbnails.h:
9165         * shell/ev-view.c: (ev_view_motion_notify_event):
9166         * shell/ev-window.c: (update_chrome_visibility),
9167         (ev_window_cmd_focus_page_selector),
9168         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9169         (sidebar_page_main_widget_update_cb), (ev_window_init):
9170         
9171         Autoraise toolbar on GoToPage binding and fix bindings in
9172         EvSidebarThumbnails page.
9173
9174 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9175
9176         * shell/ev-properties.c: (update_progress_label):
9177
9178         Hide the progress label when finished; bug #307697.
9179
9180 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9181
9182         * pdf/ev-poppler.cc:
9183
9184         Enable is_open for links, you will need poppler cvs
9185
9186         * shell/ev-properties.c: (job_fonts_finished_cb):
9187
9188         Get a lock on the document when filling the tree view
9189
9190 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9191
9192         * backend/ev-document-links.h:
9193         * pdf/ev-poppler.cc:
9194         * shell/ev-sidebar-links.c: (create_loading_model),
9195         (expand_open_links), (job_finished_callback):
9196
9197         Expand links when specified by the document.
9198         Depend on a poppler api (defined out for now)
9199
9200 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9201
9202         * shell/ev-properties.c: (ev_properties_dispose),
9203         (ev_properties_class_init), (dialog_destroy_cb),
9204         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9205         (ev_properties_set_document), (ev_properties_new),
9206         (ev_properties_show):
9207         * shell/ev-properties.h:
9208
9209         Make it an object, cleanup the code, api to show it as transient
9210         and to set the document.
9211
9212         * shell/ev-window.c: (ev_window_setup_document),
9213         (ev_window_cmd_file_properties):
9214
9215         Adapt to EvProperties changes, do not show multiple
9216         times, update it when document changes.
9217
9218 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9219
9220         * ps/gstypes.h:
9221         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9222         (ps_document_set_orientation), (ps_document_document_iface_init):
9223         * ps/ps-document.h:
9224
9225         Implement orientation here too
9226
9227         * shell/ev-properties.c: (ev_properties_new):
9228         * data/evince-properties.glade:
9229
9230         Hide the fonts page for backends that doesnt
9231         support it.     
9232
9233 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9234
9235         * backend/ev-document.c: (ev_document_set_orientation):
9236         * backend/ev-document.h:
9237         * pdf/ev-poppler.cc:
9238
9239         Add orientation api. Currently poppler api is not optimal,
9240         we need to set orientation every time we _get a page.
9241         I will try to fix that at some point.
9242
9243         * data/evince-ui.xml:
9244         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9245         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9246
9247         Add orientation menu items
9248
9249         * shell/ev-page-cache.c: (ev_page_cache_clear):
9250         * shell/ev-page-cache.h:
9251
9252         Add api to clear the cache
9253
9254         * shell/ev-view.c: (setup_caches), (clear_caches),
9255         (ev_view_set_document), (ev_view_zoom_out),
9256         (ev_view_set_orientation):
9257         * shell/ev-view.h:
9258
9259         Implement orientation changing
9260
9261 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9262
9263         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9264         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9265         * backend/ev-document-fonts.h:
9266
9267         Separate scan and fill so that we can incrementally fill from
9268         the main thread. Add a progress api.
9269
9270         * data/evince-properties.glade:
9271         * pdf/ev-poppler.cc:
9272         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9273         * shell/ev-jobs.h:
9274         * shell/ev-properties.c: (update_progress_label),
9275         (job_fonts_finished_cb), (setup_fonts_view):
9276
9277         Incrementally feel the list and show the progress
9278         percentage in a label like acrobat does.
9279
9280         You are going to need poppler cvs
9281
9282 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9283
9284         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9285         * backend/ev-document-fonts.h:
9286         * pdf/ev-poppler.cc:
9287
9288         Make fonts model fill incrementally.
9289
9290         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9291         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9292         (ev_job_queue_remove_job):
9293         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9294         (ev_job_fonts_new), (ev_job_fonts_run):
9295         * shell/ev-jobs.h:
9296
9297         New job for fonts scanning
9298
9299         * shell/ev-properties.c: (job_fonts_finished_cb),
9300         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9301         * shell/ev-properties.h:
9302         * shell/ev-window.c: (ev_window_cmd_file_properties):
9303
9304         Incrementally feel the treeview using the new job. Show Loading...
9305         message until scanning is completed.
9306
9307         Hopefully I didnt break the build without the poppler patch.
9308
9309 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9310
9311         * shell/ev-application.c: (ev_application_open):
9312         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9313         (ev_document_type_get_type), (ev_document_type_lookup):
9314         * shell/ev-document-types.h:
9315         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9316         * shell/ev-job-xfer.h:
9317         * shell/ev-window.c: (ev_window_clear_local_uri),
9318         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9319         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9320         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9321         
9322         Transfer remote documents to tmp directory to display them later.
9323
9324 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9325
9326         * backend/ev-document-info.h:
9327         * shell/ev-properties.c: (ev_properties_new):
9328
9329         s/GTime*/GTime. Not sure why we was using a pointer
9330         at all there!
9331
9332 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9333
9334         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9335         situations.  That situation is that you're using GTK+-HEAD with
9336         the patch at #306726 is applied, and you have a document with <
9337         1500 pages in it.  It's not quite as uniformly nice as the
9338         TreeView, but should be better in the long run.
9339
9340         I'm pretty sure I guarded against breaking compilation with
9341         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9342         I missed some.
9343
9344         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9345         widget yet, so I commented that code out
9346         enable_view_actions_for_widget() for now.  Need to figure this
9347         out.
9348
9349         * shell/ev-page-action.c (match_selected_cb): emit the right
9350         signals.  Our cool C-l completion now works.
9351
9352 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9353
9354         * backend/Makefile.am:
9355         * backend/ev-document-fonts.c:
9356         * backend/ev-document-links.c:
9357         * backend/ev-document.c: (ev_document_load):
9358         * backend/ev-document.h:
9359         * backend/ev-job-queue.c:
9360         * backend/ev-job-queue.h:
9361         * backend/ev-jobs.c:
9362         * backend/ev-jobs.h:
9363         * backend/ev-page-cache.c:
9364         * backend/ev-page-cache.h:
9365
9366         EvPageCache and EvJobs are moved to shell.
9367
9368         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9369         (ev_tmp_filename):
9370         * lib/ev-file-helpers.h:
9371         
9372         New helper to work with temporary files
9373         
9374         * shell/Makefile.am:
9375         * shell/ev-application.c: (ev_application_open):
9376         * shell/ev-application.h:
9377         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9378         (remove_job_from_async_queue), (add_job_to_async_queue),
9379         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9380         (handle_job), (search_for_jobs_unlocked),
9381         (no_jobs_available_unlocked), (ev_render_thread),
9382         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9383         (ev_job_queue_add_job), (move_job_async), (move_job),
9384         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9385         * shell/ev-job-queue.h:
9386         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9387         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9388         * shell/ev-job-xfer.h:
9389         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9390         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9391         (ev_job_links_class_init), (ev_job_render_init),
9392         (ev_job_render_dispose), (ev_job_render_class_init),
9393         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9394         (ev_job_thumbnail_class_init), (ev_job_load_init),
9395         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9396         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9397         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9398         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9399         * shell/ev-jobs.h:
9400         * shell/ev-page-action.c: (ev_page_action_set_document):
9401         * shell/ev-page-cache.c: (ev_page_cache_init),
9402         (ev_page_cache_class_init), (ev_page_cache_finalize),
9403         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9404         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9405         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9406         (ev_page_cache_get_title), (ev_page_cache_get_size),
9407         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9408         (ev_page_cache_get_height_to_page),
9409         (ev_page_cache_get_max_label_chars),
9410         (ev_page_cache_get_page_label),
9411         (ev_page_cache_has_nonnumeric_page_labels),
9412         (ev_page_cache_get_info), (ev_page_cache_next_page),
9413         (ev_page_cache_prev_page), (ev_page_cache_get):
9414         * shell/ev-page-cache.h:
9415         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9416         (ev_pixbuf_cache_clear_job_sizes),
9417         (ev_pixbuf_cache_add_jobs_if_needed),
9418         (ev_pixbuf_cache_set_page_range):
9419         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9420         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9421         * shell/ev-sidebar-thumbnails.c:
9422         (ev_sidebar_tree_selection_changed),
9423         (ev_sidebar_thumbnails_set_document):
9424         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9425         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9426         (ev_statusbar_get_context_id), (ev_statusbar_push),
9427         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9428         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9429         (ev_statusbar_set_progress):
9430         * shell/ev-statusbar.h:
9431         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9432         (ev_view_find_previous):
9433         * shell/ev-window.c: (ev_window_is_empty),
9434         (ev_window_setup_document), (password_dialog_response),
9435         (ev_window_clear_jobs), (ev_window_load_job_cb),
9436         (ev_window_xfer_job_cb), (ev_window_open_uri),
9437         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9438         (ev_window_print), (ev_window_print_range),
9439         (ev_window_state_event), (ev_window_cmd_view_reload),
9440         (menu_item_select_cb), (menu_item_deselect_cb),
9441         (view_status_changed_cb), (ev_window_dispose),
9442         (drag_data_received_cb), (ev_window_init):
9443         * shell/ev-window.h:
9444         * shell/main.c: (load_files):
9445         
9446         New statusbar to show progress on idle. Two new jobs - 
9447         xfer job and load job to load document in background. And update
9448         of page_cache clients to new location of code.
9449
9450 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9451
9452         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9453         selection in open dialog. It also remembers the last visited directory 
9454         in the current session.
9455
9456 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9457
9458         * shell/ev-properties.c: (ev_properties_new):
9459         * shell/ev-properties.h:
9460         * shell/ev-window.c: (ev_window_cmd_file_properties):
9461         
9462         Get document info from page cache instead of document itself.
9463         This should fix crash related to race conditions described in
9464         bug 306545.
9465
9466 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9467
9468         * ps/ps-document.c: (ps_document_init),
9469         (send_ps), (get_page_box), (output), (catchPipe), (input),
9470         (stop_interpreter), (file_length), (file_readable),
9471         (check_filecompressedb), (ps_document_enable_interpreter),
9472         (document_load), (ps_async_renderer_render_pixbuf):
9473         * ps/ps-document.h:
9474
9475         Big cleanup of the ps code
9476
9477 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9478
9479         * backend/Makefile.am:
9480         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9481         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9482         * backend/ev-async-renderer.h:
9483
9484         Add an async renderer interface (method + callback) which
9485         is useful for backends like ps.
9486
9487         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9488         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9489         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9490         (ev_job_queue_add_job), (move_job_async), (move_job),
9491         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9492
9493         Add queues for async renderer, these are executed on the
9494         main thread.
9495
9496         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9497         (ev_job_render_run):
9498         * backend/ev-jobs.h:
9499
9500         If the backend support async renderer interface use it.
9501
9502         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9503         (setup_pixmap), (ps_document_get_type),
9504         (ps_async_renderer_render_pixbuf),
9505         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9506
9507         Implement async renderer interface.
9508
9509 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9510
9511         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9512
9513         Cleanup links job on exit.
9514
9515 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9516
9517         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9518         (drag_data_get_cb), (drag_data_received_cb):
9519         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9520         (drag_data_get_cb), (parse_item_list),
9521         (egg_toolbar_editor_load_actions):
9522         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9523         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9524         (parse_item_list), (parse_toolbars):
9525         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9526         (dvi_pixbuf_put_pixel):
9527         
9528         Fix gcc 4.0 warnings
9529
9530 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9531
9532         * ps/ps-document.c: (start_interpreter):
9533
9534         Fix warning when loading ps
9535
9536 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9537
9538         * ps/ps-document.c: (output):
9539
9540         Fix crash when priting gs error messages.
9541
9542 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9543
9544         * backend/ev-page-cache.c: (_ev_page_cache_new):
9545         * backend/ev-page-cache.h:
9546
9547         Use a const to return title so that we dont double
9548         free it. Small cleanup and fix a leak.
9549
9550         * shell/ev-window.c: (update_window_title):
9551
9552         strdup value from get_title.
9553
9554 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9555
9556         * shell/ev-sidebar-links.c: (job_finished_callback),
9557         (ev_sidebar_links_set_document):
9558
9559         Cleanup the old job when changing document
9560
9561 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9562
9563         * shell/ev-stock-icons.c:
9564         * shell/ev-stock-icons.h:
9565         * shell/ev-window.c:
9566         
9567         Add stock icons for actions that can appear in toolbar. Fix for
9568         bug 306566.
9569
9570 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9571
9572         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9573         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9574         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9575         * backend/ev-page-cache.h:
9576         * shell/ev-view.c: (scroll_to_current_page),
9577         (view_update_range_and_current_page), (get_page_y_offset),
9578         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9579         (ev_view_size_request_continuous),
9580         (ev_view_zoom_for_size_continuous_and_dual_page),
9581         (ev_view_zoom_for_size_continuous):
9582         
9583         More compact EvView layout in document with pages of different size.
9584
9585 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9586
9587         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9588         compilation.
9589
9590 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9591
9592         * shell/ev-view.c: (view_set_adjustment_values):
9593         * shell/ev-window.c: (ev_window_cmd_file_properties):
9594         
9595         A bit different fix for rounding problem but it has no
9596         problems on startup. Make properties window transient to parent.
9597
9598 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9599
9600         * pdf/ev-poppler.cc:
9601         
9602         More commenting of font stuff.
9603
9604 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9605
9606         * pdf/ev-poppler.cc:
9607
9608         Comment out some more fonts stuff. Should really
9609         work without the poppler patch now.
9610
9611 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9612
9613         * pdf/ev-poppler.cc:
9614
9615         Adapt to api change
9616
9617 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9618
9619         * data/evince-properties.glade:
9620         * pdf/ev-poppler.cc:
9621         * shell/ev-properties.c: (setup_fonts_view):
9622
9623         Set the column title. Show the dialog only
9624         once everything is setup.
9625         Getting font info can be very slow... will
9626         prolly need to make this threaded too.
9627
9628 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9629
9630         * backend/Makefile.am:
9631         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9632         (ev_document_fonts_get_fonts_model):
9633         * backend/ev-document-fonts.h:
9634         * data/evince-properties.glade:
9635         * pdf/ev-poppler.cc:
9636         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9637         * shell/ev-properties.h:
9638         * shell/ev-window.c: (ev_window_cmd_file_properties):
9639
9640         Implement fonts list. Defined out for now, since it depends
9641         on a not yet committed poppler patch.
9642
9643 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9644
9645         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9646         page + 1.
9647
9648         * shell/ev-window.c: Make sure we add the timeout when we get a
9649         focus-in event.
9650
9651         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9652         adjustment->value before calculating the zoom factor to average
9653         out all of our rounding errors.  The page no longer 'drifts' when
9654         resizing.
9655
9656 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9657
9658         * data/evince-properties.glade:
9659         * shell/ev-properties.c: (ev_properties_format_date),
9660         (set_property):
9661         
9662         Labels don't expand when the dialogue is resized.
9663         strftime result needs to be converted to UTF-8. Thanks
9664         to Christian Persch <chpe@gnome.org>.
9665
9666 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9667
9668         * data/evince-properties.glade:
9669
9670         Hide the fonts tab
9671
9672 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9673
9674         * backend/ev-document-info.h:
9675         * backend/ev-document.c: (ev_document_info_free):
9676         * data/evince-properties.glade:
9677         * pdf/ev-poppler.cc:
9678         * ps/ps-document.c: (ps_document_get_info):
9679         * shell/ev-properties.c: (ev_properties_format_date),
9680         (set_property), (ev_properties_new):
9681         * shell/ev-properties.h:
9682         * shell/ev-window.c: (ev_window_cmd_file_properties):
9683
9684         Rework properties code to take only EvPropertyInfo
9685         in the constructor so that it can be useful for
9686         nautilus plugin too.
9687
9688         Deal with backends that doesnt support some properties.
9689         Make set property code generic.
9690
9691 2005-06-04  Christian Persch <chpe@gnome.org>
9692
9693         * data/evince-properties.glade:
9694
9695         fix spacings, make resizeable, and make data labels
9696         selectable + ellipsised
9697
9698 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9699
9700         * backend/ev-document-info.h:
9701         * data/Makefile.am:
9702         * data/evince-ui.xml:
9703         * pdf/ev-poppler.cc:
9704         * shell/Makefile.am:
9705         * shell/ev-window.c: (update_action_sensitivity),
9706         (ev_window_cmd_file_properties):
9707
9708         Initial go at file properties. Patch by
9709         Emil Soleyman-Zomalan <emil@soleyman.com>.
9710         Needs love see #169583
9711
9712 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9713
9714         * ps/ps-document.c: (output):
9715         * ps/ps.c: (psscan):
9716
9717         Try to render even if psscan fails.
9718
9719 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9720
9721         * ps/ps.c: (psscan), (pscopydoc):
9722
9723         Port buffered reading code from gv
9724
9725 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9726
9727         * ps/ps-document.c: (interpreter_message), (output):
9728
9729         Do not fail on interpreter messages
9730
9731 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9732
9733         * backend/ev-document-misc.c:
9734         (ev_document_misc_get_thumbnail_frame):
9735
9736         Pages can be 0 x 0, dont assert on this case
9737
9738 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9739
9740         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9741         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9742
9743         Correctly manage our reference on document. Finally the reload
9744         huge leak is gone...
9745
9746 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9747
9748         * ps/ps-document.c: (ps_document_dispose):
9749
9750         Forgot to chain it to the parent. Thanks chpe.
9751
9752 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9753
9754         * ps/ps-document.c: (ps_document_dispose),
9755         (ps_document_class_init), (stop_interpreter), (document_load):
9756
9757         Cleanup dispose a bit. Dont leak the whole pixmap.
9758
9759 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9760
9761         * pdf/ev-poppler.cc:
9762
9763         Release the poppler document on dispose
9764
9765 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9766
9767         * shell/ev-view.c: (ev_view_set_document):
9768
9769         Release ref on the pixbuf cache when changing
9770         document.
9771
9772 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9773
9774         * ps/ps-document.c: (ps_document_get_info):
9775
9776         Fix a double free
9777
9778 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9779
9780         * backend/ev-page-cache.c: (ev_page_cache_init),
9781         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9782         * backend/ev-page-cache.h:
9783         * shell/ev-page-action.c: (page_changed_cb):
9784         
9785         Set page action entry width depending on labels width. Fix
9786         for bug 305202.
9787
9788 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9789
9790         * backend/ev-link.c: (ev_link_class_init):
9791
9792         Allow -1 as page value (error)
9793
9794 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9795
9796         * shell/ev-sidebar-thumbnails.c:
9797         (ev_sidebar_thumbnails_set_document):
9798         * shell/ev-view.c: (scroll_to_current_page),
9799         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9800         (page_changed_cb), (on_adjustment_value_changed),
9801         (ev_view_set_document):
9802
9803         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9804         Fix bug 305377
9805
9806 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9807
9808         * configure.ac:
9809         * djvu/djvu-document.c: (djvu_document_get_page_size):
9810
9811         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9812         bug 301993.
9813
9814 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9815
9816         * shell/ev-view.c (draw_one_page): modify the expose handling to
9817         get the shadows.
9818
9819         * shell/ev-window.c (update_action_sensitivity): Respect
9820         permissions field.  Kowtow to the man.
9821
9822         * pdf/ev-poppler.cc: Get the permissions field.
9823
9824         * tiff/*c: Make a tiny bit more robust.
9825
9826 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9827
9828         * djvu/djvu-document.c:
9829         
9830         Pop messages from djvu context message queue.
9831
9832 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9833
9834         * configure.ac, Makefile.am, shell/Makefile.am:
9835         * tiff/Makefile.am, shell/ev-document-types.c:
9836         
9837         Cleanup tiff configure checks. Fix for bug 305218.
9838
9839 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9840
9841         * configure.ac: Added "uk" to ALL_LINGUAS.
9842
9843 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9844
9845         * cut-n-paste/zoom-control/ephy-zoom.c:
9846         (ephy_zoom_get_changed_zoom_level):
9847         * cut-n-paste/zoom-control/ephy-zoom.h:
9848         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9849         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9850         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9851         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9852         (zoom_control_changed_cb), (ev_window_init):
9853         
9854         Fix minor points related to moving best fit up. Introduce
9855         "zoom" property and make zoom control change it's value on
9856         notify::zoom signals. Fix for 305080.
9857
9858 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9859
9860         * data/evince-ui.xml:
9861         * shell/ev-window.c: (set_view_actions_sensitivity):
9862         
9863         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9864
9865 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9866
9867         * configure.ac:
9868
9869         Depends on poppler 0.3.2
9870
9871 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9872
9873         * cut-n-paste/recent-files/egg-recent-item.c:
9874         (egg_recent_item_get_short_name):
9875         * cut-n-paste/toolbar-editor/Makefile.am:
9876         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9877         (new_pixbuf_from_widget):
9878         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9879         * cut-n-paste/toolbar-editor/egg-marshal.c:
9880         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9881         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9882
9883         Sync
9884
9885 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9886
9887         * tiff/tiff-document.c: Rough TIFF backend.
9888
9889 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9890
9891         * NEWS:
9892         * configure.ac:
9893         * cut-n-paste/toolbar-editor/Makefile.am:
9894
9895         Release 0.3.1
9896
9897 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9898
9899         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9900         (ev_view_find_next), (ev_view_find_previous):
9901
9902         Remove the locks around get_n_results   
9903
9904 2005-05-21  Juerg Billeter  <j@bitron.ch>
9905
9906         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9907
9908         Pass correct number of pages to poppler.
9909
9910 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9911
9912         * configure.ac:
9913         * data/Makefile.am:
9914         * data/evince.desktop.in: 
9915         * data/evince.desktop.in.in:
9916         * po/POTFILES.in:
9917         
9918         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9919
9920 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9921
9922         * shell/ev-view.c: (view_update_adjustments),
9923         (view_set_adjustment_values): cast adjustmen->value to (int)
9924         before using it.  Otherwise, we get off by a pixel in some
9925         situations.
9926
9927         (draw_one_page): Draw the border on expose.
9928
9929 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9930
9931         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9932         adjustment when the mode changes, #304923
9933
9934 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9935
9936         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9937         flickering on resize but still use gdk_window_scroll on
9938         scrolling
9939
9940 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9941
9942         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9943         option, #170458
9944
9945 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9946
9947         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9948         second page on page_changed if possible, #304669
9949
9950 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9951
9952         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9953         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9954
9955 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9956
9957         * .cvsignore:
9958         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9959         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9960         (ev_view_zoom_for_size_presentation),
9961         (ev_view_zoom_for_size_continuous_and_dual_page),
9962         (ev_view_zoom_for_size_continuous),
9963         (ev_view_zoom_for_size_dual_page),
9964         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9965         * shell/ev-view.h:
9966         * shell/ev-window.c: (update_view_size),
9967         (ev_window_sizing_mode_changed_cb):
9968
9969         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9970         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9971         an infinite loop, #304769
9972
9973
9974 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9975
9976         * data/evince-ui.xml:
9977         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9978         * shell/ev-window.c: (set_view_actions_sensitivity):
9979
9980         Make PgUp/Down behave like Space
9981
9982 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9983
9984         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9985         * backend/ev-ps-exporter.h:
9986         * pdf/ev-poppler.cc:
9987         * ps/ps-document.c: (ps_document_ps_export_begin):
9988         * shell/ev-print-job.c: (idle_print_handler):
9989
9990         Adapt to new poppler api
9991
9992 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9993
9994         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9995         (ephy_zoom_control_init):
9996
9997         Translate zoom levels
9998
9999 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10000
10001         * cut-n-paste/zoom-control/ephy-zoom.c:
10002         (ephy_zoom_get_zoom_level_index):
10003
10004         Fix current zoom -> zoom control match
10005
10006 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10007
10008         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10009         rather than the scrolled_window that it's in. Fixes bug #304655.
10010
10011 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10012
10013         * shell/ev-view.c: (view_update_adjustments),
10014         (view_set_adjustment_values), (view_update_range_and_current_page),
10015         (view_scroll_to_page), (set_scroll_adjustment),
10016         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10017         (ev_view_scroll), (ev_view_scroll_view),
10018         (ensure_rectangle_is_visible), (find_page_at_location),
10019         (get_link_at_location), (go_to_link), (status_message_from_link),
10020         (ev_view_size_request_continuous_dual_page),
10021         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10022         (ev_view_unrealize), (ev_view_expose_event),
10023         (ev_view_button_press_event), (ev_view_motion_notify_event),
10024         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10025         (draw_rubberband), (highlight_find_results), (draw_one_page),
10026         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10027         (ev_view_init), (find_changed_cb), (page_changed_cb),
10028         (on_adjustment_value_changed), (ev_view_new),
10029         (ev_view_set_document), (ev_view_set_zoom),
10030         (ev_view_set_continuous), (ev_view_set_dual_page),
10031         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10032         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10033         (ev_view_zoom_for_size_presentation),
10034         (ev_view_zoom_for_size_continuous_dual_page),
10035         (ev_view_zoom_for_size_continuous),
10036         (ev_view_zoom_for_size_dual_page),
10037         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10038         (ev_view_get_status), (ev_view_set_status),
10039         (update_find_status_message), (ev_view_get_find_status),
10040         (ev_view_set_find_status), (jump_to_find_result),
10041         (jump_to_find_page), (compute_selections), (clear_selection),
10042         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10043         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10044         (ev_view_update_primary_selection),
10045         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10046         * shell/ev-view.h:
10047         * shell/ev-window.c: (ev_window_open_page_label),
10048         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10049         (ev_window_init):
10050         * shell/ev-window.h:
10051         * shell/main.c: (load_files):
10052
10053         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10054         when resizing.  Remove the bin_window().  Also, patch from James
10055         Bowes to fix command line page, #300641
10056         
10057 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10058
10059         * data/evince-ui.xml:
10060         * shell/ev-view.c:
10061         * shell/ev-view.h:
10062         * shell/ev-window.c: (update_action_sensitivity):
10063
10064         Get rid of View->Normal Size, it's just confusing
10065
10066 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10067
10068         * backend/ev-document-info.h:
10069         * backend/ev-document.c: (ev_document_info_free): Free the
10070         EvDocumentInfo.
10071
10072         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10073         (clear_range), (add_range), (update_visible_range),
10074         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10075         (ev_sidebar_thumbnails_set_document):
10076         * shell/ev-window.c: (ev_window_setup_document): Only render the
10077         visible thumbnails.  It takes an instant to render, but it uses
10078         much less memory.
10079
10080 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10081
10082         * shell/ev-sidebar-links.c: (popup_menu_cb):
10083
10084         Select first item
10085
10086 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10087
10088         * lib/Makefile.am:
10089         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10090         (button_press_cb), (ev_sidebar_links_construct):
10091
10092         Show the popup menu also on keybindings
10093
10094 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10095
10096         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10097         * shell/ev-window.h:
10098
10099         Expose api to print a range (with dialog). Make private _print use
10100         it.
10101
10102         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10103         (ev_sidebar_links_construct):
10104
10105         Show a print context menu on linkx, it prints the selected
10106         section.
10107
10108 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10109
10110         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10111         button.
10112
10113 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10114
10115         * AUTHORS:
10116
10117         Update
10118
10119         * shell/ev-window.c: (build_comments_string),
10120         (ev_window_cmd_help_about):
10121
10122         Show poppler version/backend and authors
10123
10124 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10125
10126         * cut-n-paste/zoom-control/ephy-zoom.c:
10127         (ephy_zoom_get_zoom_level_index):
10128         * cut-n-paste/zoom-control/ephy-zoom.h:
10129
10130         Move the best fit items at the top of the list
10131
10132 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10133
10134         * shell/ev-marshal.list:
10135         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10136         (activate_cb), (match_selected_cb), (activate_link_cb),
10137         (connect_proxy), (ev_page_action_class_init):
10138         * shell/ev-page-action.h:
10139
10140         Use signals to notify action activation. Hopefully
10141         I did not break completion since I cant test...
10142
10143         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10144         (register_custom_actions):
10145
10146         Connect to page selector actions and also grab focus on
10147         the view when activated.
10148
10149 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10150
10151         * pdf/ev-poppler.cc:
10152         * backend/ev-page-cache.c: make page size calculation consistent
10153         and set it to (int)( width * scale + 0.5).  This makes the weird
10154         line going through the middle of the page go away.
10155
10156         * shell/ev-view.c: move painting the background page after
10157         checking the expose area covers us.
10158
10159 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10160
10161         * data/evince-password.glade:
10162         
10163         Mark labels as not translatable. Fix for bug 302842.
10164
10165 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10166
10167         * configure.ac: Added "es" to ALL_LINGUAS.
10168
10169 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10170
10171         * data/evince-toolbar.xml:
10172         * shell/ev-window.c: (update_action_sensitivity),
10173         (ev_window_setup_document), (ev_window_set_page_mode),
10174         (ev_window_init):
10175
10176         Remove some leftover code from jrb first continous
10177         attempt. Use the new actions, we still need good icons
10178         though...
10179
10180 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10181
10182         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10183
10184         Update label when connecting proxy. Fix a warning with NULL
10185         page_cache.
10186
10187 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10188
10189         * data/evince-ui.xml:
10190         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10191         * shell/ev-page-action.h:
10192         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10193
10194         Add mnemonic for edit toolbar.
10195         ctrl+l focus the page entry.
10196
10197 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10198
10199         * lib/Makefile.am:
10200         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10201         (ev_window_init):
10202         * shell/main.c: (main):
10203
10204         Put the toolbar xml in evince own dot dir
10205
10206 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10207
10208         * shell/ev-window.c: (ev_window_init):
10209
10210         Make the toolbar not removable
10211
10212 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10213
10214         * data/evince-ui.xml:
10215         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10216         * shell/ev-sidebar-links.h:
10217         * shell/ev-sidebar-thumbnails.c:
10218         (ev_sidebar_thumbnails_get_treeview):
10219         * shell/ev-sidebar-thumbnails.h:
10220         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10221         (ev_view_class_init):
10222         * shell/ev-view.h:
10223         * shell/ev-window.c: (update_action_sensitivity),
10224         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10225         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10226         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10227         (ev_window_init):
10228
10229         This is evil... Make space/backspace global accelerators but
10230         enable them only for some widgets (sidebars and view).
10231         I dont like it, but I dont know a better way... :/
10232
10233 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10234
10235         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10236         (ev_page_action_widget_finalize),
10237         (ev_page_action_widget_class_init), (update_page_cache):
10238
10239         Keep a weak reference on proxy->page_cache so that we
10240         dont try to disconnect the signal if the object is already
10241         gone. Maybe there is a better way to cleanup reference handling
10242         in page action though...
10243
10244 2005-05-10  Juerg Billeter  <j@bitron.ch>
10245
10246         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10247         * backend/ev-ps-exporter.h:
10248         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10249         * ps/ps-document.c: (ps_document_ps_export_begin):
10250         
10251         Change api to pass print range to ps_exporter_begin. The pdf backend
10252         requires this information.
10253         
10254         * shell/ev-print-job.c: (idle_print_handler):
10255         
10256         Adapt to api change
10257
10258 2005-05-10  Juerg Billeter  <j@bitron.ch>
10259
10260         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10261         (idle_print_handler)
10262         * shell/ev-window.c: (ev_window_print):
10263
10264         Support printing page range, based on patch by Amaury Jacquot
10265
10266 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10267
10268         * data/evince-toolbar.xml:
10269
10270         Add zoom control to available items
10271
10272 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10273
10274         * shell/ev-window.c: (update_action_sensitivity):
10275
10276         Set slash action insensitive when appropriate
10277
10278 2005-05-10  Christian Persch <chpe@gnome.org>
10279
10280         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10281
10282         Fix warning on the overflow menu
10283
10284 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10285
10286         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10287
10288         Check for uri correctness/existence
10289
10290 2005-05-09  Juerg Billeter  <j@bitron.ch>
10291
10292         * shell/ev-window.c: (using_postscript_printer):
10293
10294         LPD printers use postscript, too
10295
10296 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10297
10298         * shell/ev-window.c: (register_custom_actions):
10299
10300         The zoom one is actually sort of useful,
10301         put it back
10302
10303 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10304
10305         * shell/ev-window.c: (register_custom_actions):
10306
10307         Hide page/zoom controls from overflow, they
10308         are useless.
10309
10310 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10311
10312         * cut-n-paste/update-from-egg.sh:
10313         
10314         Share it between all cut-n-paste subdirs
10315
10316         * cut-n-paste/recent-files/Makefile.am:
10317
10318         Fix to use "global" update-from-egg.sh
10319
10320         * cut-n-paste/recent-files/egg-recent-model.c:
10321         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10322         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10323         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10324         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10325
10326         Update from libegg
10327
10328         * cut-n-paste/toolbar-editor/Makefile.am:
10329
10330         Fix to use "global" update-from-egg.sh
10331
10332         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10333
10334         Update from libegg
10335
10336 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10337
10338         * configure.ac:
10339         * cut-n-paste/Makefile.am:
10340         * cut-n-paste/recent-files/Makefile.am:
10341         * cut-n-paste/toolbar-editor/.cvsignore:
10342         * cut-n-paste/toolbar-editor/Makefile.am:
10343         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10344         (egg_editable_toolbar_get_type), (get_toolbar_position),
10345         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10346         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10347         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10348         (set_item_drag_source), (create_item_from_action), (create_item),
10349         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10350         (popup_toolbar_context_menu_cb), (free_dragged_item),
10351         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10352         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10353         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10354         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10355         (item_added_cb), (item_removed_cb),
10356         (egg_editable_toolbar_construct),
10357         (egg_editable_toolbar_disconnect_model),
10358         (egg_editable_toolbar_deconstruct),
10359         (egg_editable_toolbar_set_model),
10360         (egg_editable_toolbar_set_ui_manager),
10361         (egg_editable_toolbar_set_property),
10362         (egg_editable_toolbar_get_property),
10363         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10364         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10365         (egg_editable_toolbar_new_with_model),
10366         (egg_editable_toolbar_get_edit_mode),
10367         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10368         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10369         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10370         (new_pixbuf_from_widget), (new_separator_pixbuf),
10371         (update_separator_image), (style_set_cb),
10372         (_egg_editable_toolbar_new_separator_image),
10373         (egg_editable_toolbar_get_model):
10374         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10375         * cut-n-paste/toolbar-editor/egg-marshal.c:
10376         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10377         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10378         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10379         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10380         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10381         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10382         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10383         (editor_drag_data_delete_cb), (drag_data_get_cb),
10384         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10385         (editor_create_item), (update_editor_sheet), (setup_editor),
10386         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10387         (parse_item_list), (model_has_action), (update_actions_list),
10388         (egg_toolbar_editor_load_actions):
10389         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10390         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10391         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10392         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10393         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10394         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10395         (egg_toolbars_model_add_separator), (impl_add_item),
10396         (parse_item_list), (egg_toolbars_model_add_toolbar),
10397         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10398         (impl_get_item_data), (impl_get_item_type),
10399         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10400         (egg_toolbars_model_init), (free_toolbar),
10401         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10402         (egg_toolbars_model_remove_toolbar),
10403         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10404         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10405         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10406         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10407         (egg_toolbars_model_get_item_data),
10408         (egg_toolbars_model_get_item_type):
10409         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10410         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10411         * data/Makefile.am:
10412         * data/evince-toolbar.xml:
10413         * data/evince-ui.xml:
10414         * data/hand-open.png:
10415         * po/POTFILES.in:
10416         * shell/Makefile.am:
10417         * shell/ev-window.c: (update_chrome_visibility),
10418         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10419         (ev_window_dispose), (ev_window_init):
10420
10421         Implement epiphany like toolbar editor. Based on patch by
10422         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10423
10424 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10425
10426         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10427
10428         Use set_cursor instead of set_selection, so that
10429         the keyboard focus moves too.
10430
10431 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10432
10433         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10434
10435         Fix infinite loop when loading Type1 fonts
10436
10437 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10438
10439         * data/evince-ui.xml:
10440         * shell/ev-window.c:
10441
10442         Slash -> Find
10443
10444 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10445
10446         * configure.ac:
10447
10448         Make --disable really disable
10449
10450 2005-05-07  Juerg Billeter  <j@bitron.ch>
10451
10452         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10453
10454         Compare page labels even without has_labels set, fixes setting page
10455         with entry
10456
10457 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10458
10459         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10460         (ev_view_set_cursor), (ev_view_button_press_event),
10461         (ev_view_motion_notify_event), (ev_view_button_release_event),
10462         (ev_view_init):
10463
10464         Implement middle button scrolling. Based on a patch
10465         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10466
10467 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10468
10469         * shell/ev-document-types.c: (get_slow_mime_type),
10470         (get_document_type_from_mime), (ev_document_type_lookup):
10471         * shell/ev-document-types.h:
10472
10473         Change api to lookup from uri. Do fast lookup first, if the
10474         type is unknown try with data sniffing.
10475
10476         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10477         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10478
10479         Adapt to api change
10480
10481 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10482
10483         * thumbnailer/Makefile.am:
10484
10485         Fix distcheck
10486
10487 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10488
10489         * NEWS:
10490         * configure.ac:
10491
10492         Release 0.3.0
10493
10494         * data/evince-ui.xml:
10495
10496         Hide presentation mode for now
10497
10498         * shell/ev-view.c: (highlight_find_results):
10499
10500         Show current find selection only on current page
10501
10502 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10503
10504         * shell/ev-view.c: (ev_view_select_all):
10505
10506         Compute size of the actual page, not of
10507         the current one.
10508
10509 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10510
10511         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10512         (view_rect_to_doc_rect), (compute_selections),
10513         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10514         (ev_view_copy), (ev_view_primary_get_cb),
10515         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10516         (ev_view_button_press_event), (ev_view_motion_notify_event),
10517         (ev_view_button_release_event), (page_changed_cb):
10518
10519         Fix text selection
10520
10521 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10522
10523         * shell/ev-view.c: (compute_border), (get_page_extents),
10524         (doc_rect_to_view_rect), (highlight_find_results),
10525         (ev_view_bin_expose), (ev_view_select_all),
10526         (ev_view_motion_notify_event), (update_find_status_message),
10527         (jump_to_find_result), (jump_to_find_page):
10528
10529         First go at fixing search, still buggy
10530
10531 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10532
10533         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10534         dropdown box and button at the top of the sidebar.
10535
10536 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10537
10538         * configure.ac: Output zoom-control Makefile.
10539         * cut-n-paste/Makefile.am: build zoom-control subdir.
10540         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10541         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10542         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10543         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10544         * cut-n-paste/zoom-control/ephy-zoom.c:
10545         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10546         from epiphany, and modified to add a separator into the menu.
10547         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10548         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10549         zoom-control action.
10550         * shell/Makefile.am: Include zoom-control flags.
10551         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10552         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10553         (ev_view_zoom_for_size_presentation),
10554         (ev_view_zoom_for_size_continuous_and_dual_page),
10555         (ev_view_zoom_for_size_continuous),
10556         (ev_view_zoom_for_size_dual_page),
10557         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10558         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10559         ev_view_get_zoom and ev_view_get_sizing_mode.
10560         * shell/ev-view.h:
10561         * shell/ev-window.c: (update_action_sensitivity),
10562         (update_sizing_buttons), (zoom_control_changed_cb),
10563         (register_custom_actions): Initialize and use the zoom-control 
10564         widget.
10565
10566 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10567
10568         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10569         preview cache back to 1.  Don't know when it got set to 0.
10570         
10571         * shell/ev-view.c: (compute_border), (ev_view_realize),
10572         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10573         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10574         (ev_view_get_fullscreen), (ev_view_set_presentation),
10575         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10576         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10577         * shell/ev-view.h:
10578         * shell/ev-window.c:
10579         (update_chrome_visibility),
10580         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10581         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10582         (update_document_mode), (ev_window_update_fullscreen_action),
10583         (ev_window_fullscreen), (ev_window_unfullscreen),
10584         (ev_window_cmd_view_fullscreen),
10585         (ev_window_update_presentation_action),
10586         (ev_window_run_presentation), (ev_window_stop_presentation),
10587         (ev_window_cmd_view_presentation), (ev_window_state_event),
10588         (ev_window_focus_in_event), (ev_window_focus_out_event),
10589         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10590         * data/evince-ui.xml: Initial presentation mode.  We should
10591         probably hide this until it's done, as it's quite rough.  Also,
10592         change full-screen to fullscreen and add two getters to EvView.
10593
10594 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10595
10596         * shell/ev-page-action.c: (update_page_cache),
10597         (ev_page_action_dispose):
10598         * shell/ev-window.c: (destroy_fullscreen_popup),
10599         (ev_window_create_fullscreen_popup):
10600
10601         Use connect_object rather than explicitly
10602         disconnect on dispose.
10603
10604 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10605
10606         * shell/ev-page-action.c: (update_page_cache),
10607         (ev_page_action_dispose):
10608
10609 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10610
10611         * backend/ev-page-cache.c: (_ev_page_cache_new),
10612         (ev_page_cache_set_page_label),
10613         (ev_page_cache_has_nonnumeric_page_labels):
10614         * backend/ev-page-cache.h:
10615         * shell/ev-page-action.c: (update_pages_label):
10616         
10617         If all page labels are numeric, fallback to default
10618         way to display number of pages. See bug 173185.
10619
10620 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10621
10622         * shell/ev-page-action.c: (ev_page_action_dispose):
10623         * shell/ev-view.c: (view_update_range_and_current_page):
10624         * shell/ev-window.c: (ev_window_dispose):
10625         
10626         Set page on scroll in continuous mode. Fixes bug 301986.
10627         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10628
10629 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10630
10631         * configure.ac:
10632
10633         Require poppler 0.3.0
10634
10635 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10636         
10637         * shell/Makefile.am, configure.ac: Fix build problems
10638         with t1lib. Bug 301996.
10639
10640 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10641
10642         * shell/ev-view.c: (ev_view_scroll_event):
10643         
10644         Scroll up increase zoom
10645
10646 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10647
10648         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10649         (ev_view_set_sizing_mode),
10650         (ev_view_zoom_for_size_continuous_and_dual_page),
10651         (ev_view_zoom_for_size_continuous):
10652         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10653         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10654         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10655         (ev_window_init):
10656
10657         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10658         Fix for 165473 and 165472.
10659
10660 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10661
10662         * po/POTFILES.in:
10663         * thumbnailer/Makefile.am:
10664         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10665         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10666         * thumbnailer/evince-thumbnailer.schemas.in:
10667         
10668         Make thumbnailer schemas translatable. Fix for bug 301773
10669         
10670         * thumbnailer/evince-thumbnailer-djvu.schemas:
10671         * thumbnailer/evince-thumbnailer-dvi.schemas:
10672         * thumbnailer/evince-thumbnailer.schemas:
10673
10674         Removed files
10675
10676 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10677
10678         * shell/ev-view.c (ev_view_init): forgot to set this.
10679
10680 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10681
10682         * shell/ev-view.c: (find_page_at_location),
10683         (get_link_at_location),
10684         (ev_view_set_show_border), (ev_view_set_spacing),
10685         (ev_view_zoom_for_size_continuous_and_dual_page),
10686         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10687         Also, add a quick fix measuring of widths.  Also, removed
10688         ev_view_set_spacing and ev_view_set_show_border.
10689         
10690         * shell/ev-window.c: (ev_window_unfullscreen),
10691         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10692
10693 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10694
10695         * shell/ev-view.c: (view_update_range_and_current_page),
10696         (page_changed_cb):
10697         
10698         Fix crash on exit and scrolling to page in continuous view.
10699
10700 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10701
10702         * TODO:
10703         * backend/ev-page-cache.c: (_ev_page_cache_new),
10704         (ev_page_cache_get_max_width_size),
10705         (ev_page_cache_get_max_height_size):
10706         * backend/ev-page-cache.h:
10707         * data/evince-ui.xml:
10708         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10709         * shell/ev-view.c: (view_update_adjustments),
10710         (view_update_range_and_current_page), (get_bounding_box_size),
10711         (ev_view_size_request_continuous_and_dual_page),
10712         (ev_view_size_request_continuous),
10713         (ev_view_size_request_dual_page),
10714         (ev_view_size_request_single_page), (ev_view_size_request),
10715         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10716         (ev_view_bin_expose), (ev_view_expose_event),
10717         (ev_view_set_property), (ev_view_get_property),
10718         (ev_view_class_init), (ev_view_init), (ev_view_new),
10719         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10720         (ev_view_set_dual_page), (ev_view_set_full_screen),
10721         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10722         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10723         (ev_view_zoom_out), (zoom_for_size_fit_width),
10724         (zoom_for_size_best_fit),
10725         (ev_view_zoom_for_size_continuous_and_dual_page),
10726         (ev_view_zoom_for_size_continuous),
10727         (ev_view_zoom_for_size_dual_page),
10728         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10729         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10730         * shell/ev-view.h:
10731         * shell/ev-window.c: (update_action_sensitivity),
10732         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10733         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10734         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10735         (ev_window_cmd_view_zoom_out), (update_view_size),
10736         (ev_window_set_sizing_mode), (ev_window_init):
10737
10738         Add Continuous and Dual page modes.
10739
10740 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10741
10742         * dvi/dvi-document.c: (dvi_document_load),
10743         (dvi_document_thumbnails_get_thumbnail),
10744         (dvi_document_init_params): Fix up some mixups between
10745         width and height to correct thumbnail rendering.
10746
10747 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10748
10749         * dvi/mdvi-lib/private.h:
10750         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10751         
10752         Suppess output for kpathsea during font generation. Thanks to
10753         James Bowes
10754
10755 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10756
10757         * NEWS:
10758         * configure.ac:
10759
10760         Release 0.2.1
10761
10762         * Makefile.am: fix distcheck.
10763
10764 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10765
10766         * shell/ev-sidebar-links.c: (selection_changed_callback),
10767         (update_page_callback), (row_activated_callback),
10768         (job_finished_callback), (ev_sidebar_links_set_document):
10769         
10770         Fix for bug #169901. Double click on links expands tree.
10771
10772 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10773
10774         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10775         hard-coded style. Fix for bug 170111
10776
10777 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10778
10779         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10780         locking.
10781
10782 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10783
10784         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10785
10786 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10787
10788         * pdf/ev-poppler.cc:
10789         * shell/ev-view.c: (highlight_find_results):
10790
10791         Fix find on single page documents
10792
10793 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10794
10795         * data/evince.schemas.in: fix for bug 301390
10796
10797 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10798
10799         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10800         (ev_view_zoom_out), (ev_view_zoom_normal):
10801         * shell/ev-view.h:
10802         * shell/ev-window.c: (update_action_sensitivity),
10803         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10804         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10805         (ev_window_cmd_view_normal_size):
10806
10807         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10808         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10809         better than oom. 
10810
10811 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10812
10813         * configure.ac:
10814
10815         Depend on 2.57, 2.59 doesnt seem to be necessary
10816
10817 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10818
10819         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10820         (create_tool_item):
10821
10822         Put back total number of pages as (1 of 1234)
10823
10824 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10825
10826         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10827         remove the job.
10828
10829         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10830         function.  This helps debugging.
10831
10832 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10833
10834         * djvu/djvu-document.c: (djvu_document_class_init),
10835         (djvu_document_get_info), (djvu_document_document_iface_init):
10836         * dvi/dvi-document.c: (dvi_document_class_init),
10837         (dvi_document_get_info), (dvi_document_document_iface_init):
10838
10839         Dummy implementation of get_info method for dvi and
10840         djvu. Fix crashes with those backends
10841
10842 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10843
10844         * data/evince.desktop.in:
10845
10846         Add application/x-gzpostscript
10847
10848 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10849
10850         * data/evince.schemas.in: Added real long descriptions, 
10851         closes bug 172496 
10852
10853         * README: Added actual text, closes bug 171869
10854
10855 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10856
10857         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10858
10859         Thumbnail page 0
10860
10861 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10862
10863         * backend/ev-document-info.h:
10864
10865         s/GDate */GDate so we can just use g_free
10866
10867 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10868
10869         * shell/ev-window.c: (update_document_mode),
10870         (ev_window_setup_document):
10871
10872         Show the window in fullscreen when specified by
10873         the document
10874
10875 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10876
10877         * backend/ev-document.c: (ev_document_class_init),
10878         (ev_document_get_info), (ev_document_render_pixbuf):
10879         * backend/ev-document.h:
10880         * backend/ev-page-cache.c: (_ev_page_cache_new):
10881         * pdf/ev-poppler.cc:
10882         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10883         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10884         * ps/ps-document.c: (ps_document_class_init), (document_load),
10885         (ps_document_get_info), (ps_document_document_iface_init):
10886
10887         Remove get_title from the interface, we can just use document info
10888
10889 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10890
10891         * backend/Makefile.am:
10892         * backend/ev-document.c: (ev_document_render_get_info):
10893         * backend/ev-document.h:
10894         * pdf/ev-poppler.cc:
10895
10896         Initial support for document info. Based on jrb patch.
10897
10898 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10899
10900         * shell/ev-window.c: (ev_window_state_event),
10901         (ev_window_class_init), (ev_window_init):
10902         
10903         Doesn't show resize grip when maximized. See bug #301053
10904
10905 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10906
10907         * po/POTFILES.in:
10908         
10909         ev-sidebar-thumbnails now has translatable labels
10910         
10911         * shell/Makefile.am:
10912         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10913         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10914         (ev_sidebar_links_page_iface_init):
10915         * shell/ev-sidebar-links.h:
10916         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10917         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10918         (ev_sidebar_page_get_label):
10919         * shell/ev-sidebar-page.h:
10920         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10921         (ev_sidebar_thumbnails_set_document),
10922         (ev_sidebar_thumbnails_support_document),
10923         (ev_sidebar_thumbnails_get_label),
10924         (ev_sidebar_thumbnails_page_iface_init):
10925         * shell/ev-sidebar-thumbnails.h:
10926         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10927         (ev_sidebar_set_document):
10928         * shell/ev-sidebar.h:
10929         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10930         
10931         Small rework of sidebar code. Now sidebar pages should implement
10932         EvSidebarPage interface. That makes page management in EvSidebar
10933         easier. See bug #164811 for details
10934
10935 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10936
10937         * shell/ev-application.c: (ev_application_open):
10938         * shell/ev-document-types.c:
10939         
10940         Fix build error and small problem with application exit
10941
10942 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10943
10944         * thumbnailer/Makefile.am:
10945         * thumbnailer/evince-thumbnailer-djvu.schemas:
10946         * thumbnailer/evince-thumbnailer-dvi.schemas:
10947         
10948         Conditionally install schemas for djvu/dvi thumbnailer
10949
10950 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10951
10952         * shell/ev-document-types.h: 
10953         * shell/ev-document-types.c: 
10954         New files, handling the mapping from mimetypes to backends
10955         
10956         * shell/ev-window.c: 
10957         * thumbnailer/evince-thumbnailer.c:     
10958         Use the ev-document-types code
10959         
10960         * shell/Makefile.am: 
10961         Added new convenience library libevbackendfactory_la, containing
10962         the new mimetype->backend logic; moved the backends into it.
10963
10964         * thumbnailer/Makefile.am:
10965         Make the thumbnailer link with the libevbackend.la convenience
10966         library, rather than having a duplicate of the backend logic here.
10967
10968 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10969
10970         * shell/ev-stock-icons.c: constify some vars.
10971         * shell/ev-window.c: ditto.
10972
10973 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10974
10975         * ps/ps-document.c (get_page_orientation):
10976
10977         Respect document orientation 
10978
10979 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10980
10981         * djvu/Makefile.am:
10982         * dvi/Makefile.am:
10983         * shell/Makefile.am:
10984         
10985         Move library dependencies to components.
10986         
10987         * shell/ev-window.c: (update_window_title),
10988         (start_loading_document):
10989         
10990         Fix display of uris with spaces. Bug 168358.
10991
10992 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10993
10994         * shell/ev-sidebar-links.c: (selection_changed_cb):
10995         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10996         (ev_view_button_release_event), (ev_view_set_document):
10997         * shell/ev-view.h:
10998         * shell/ev-window.c: (find_bar_search_changed_cb):
10999         * shell/ev-window.h: Minor cleanups removing some dead code.
11000
11001 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11002
11003         * backend/ev-page-cache.c: (_ev_page_cache_new):
11004         
11005         Set current page to 0 if document has pages.
11006
11007 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11008
11009         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11010
11011         Initialize GError to NULL, fix a crash when loading fails.
11012
11013 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11014
11015         * shell/ev-window.c: (update_view_size):
11016
11017         Calculate shadow size only when there is actually
11018         a shadow.
11019
11020 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11021
11022         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11023         * shell/ev-view.h:
11024
11025         Allow setting view spacing, default to 0
11026
11027         * shell/ev-window.c: (ev_window_unfullscreen),
11028         (ev_window_cmd_view_fullscreen), (ev_window_init):
11029
11030         Remove spacing in fullscreen mode
11031
11032 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11033
11034         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11035         (ev_view_size_request), (expose_bin_window),
11036         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11037         * shell/ev-view.h:
11038         * shell/ev-window.c: (ev_window_unfullscreen),
11039         (ev_window_cmd_view_fullscreen):
11040
11041         Do not draw the border in fulscreen
11042
11043 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11044
11045         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11046         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11047         (find_page_at_location), (page_changed_cb):
11048
11049         Rework border calculation, so that I can more easily disable it.
11050         Code somewhat cleaner too.
11051
11052 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11053
11054         * backend/ev-page-cache.c: (ev_page_cache_init),
11055         (_ev_page_cache_new):
11056
11057         Remove some assertions, documents can have 0 pages.
11058         Make initial current page -1.
11059
11060         * shell/ev-page-action.c: (page_changed_cb):
11061
11062         Show "" if current page is -1
11063
11064         * shell/ev-window.c: (update_action_sensitivity),
11065         (ev_window_setup_document):
11066
11067         When document has 0 pages do not set the view
11068         and make nearly everything insensitive.
11069
11070 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11071
11072         * shell/ev-page-view.c:
11073         * shell/ev-page-view.h:
11074
11075         Remove unused files.
11076         
11077         * shell/ev-sidebar-thumbnails.c:
11078         (ev_sidebar_thumbnails_set_document):
11079         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11080         (ev_sidebar_supports_document):
11081         * shell/ev-sidebar.h:
11082         * shell/ev-window.c: (ev_window_setup_document):
11083         
11084         Doesn't show thumbnails if document has 1 page. Make
11085         sidebar menu entries sensitive only if if they have 
11086         sense. Fix bug 164811. 
11087
11088 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11089
11090         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11091         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11092         (ev_view_zoom_out), (ev_view_set_size):
11093
11094         Rework sizing to deal with documents with not uniform page
11095         size.
11096
11097 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11098
11099         * backend/ev-page-cache.c: (_ev_page_cache_new):
11100
11101         Fix several page size caching bugs
11102
11103 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11104
11105         * shell/ev-window.c: (set_action_properties):
11106
11107         Make all toolbar items translatable
11108
11109 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11110
11111         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11112         (save_page_list), (ps_document_save),
11113         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11114         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11115         (ps_document_ps_exporter_iface_init):
11116         * ps/ps-document.h:
11117
11118         Based on a patch by J�rg Billeter <j@bitron.ch>
11119         
11120         Implement print and save a copy for the ps backend.
11121
11122 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11123
11124         * backend/ev-document.h:
11125         * djvu/djvu-document.c: (djvu_document_can_get_text),
11126         (djvu_document_document_iface_init):
11127         * dvi/dvi-document.c: (dvi_document_can_get_text),
11128         (dvi_document_document_iface_init):
11129         * pdf/ev-poppler.cc:
11130         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11131         (pixbuf_document_document_iface_init):
11132         * ps/ps-document.c: (ps_document_can_get_text),
11133         (ps_document_document_iface_init):
11134         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11135         * shell/ev-window.c: (update_action_sensitivity):
11136
11137         Fix the crash when trying to copy in backends that doesnt
11138         support it. We can implement a better solution once we
11139         do real text selection.
11140
11141 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11142
11143         * data/evince-ui.xml:
11144         * shell/ev-window.c: (ev_window_cmd_escape):
11145         
11146         Work around the Escape conflict (find bar and unfullscreen)
11147
11148 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11149
11150         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11151         
11152         Fix for #300233. Next page correctly handles document end.
11153         
11154         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11155         (ev_sidebar_thumbnails_class_init),
11156         (ev_sidebar_thumbnails_set_document),
11157         (ev_sidebar_thumbnails_clear_job),
11158         (ev_sidebar_thumbnails_clear_model):
11159         
11160         Cleanup thumbnail jobs on document changes.
11161         
11162         * shell/ev-view.c: (add_scroll_binding_keypad),
11163         (add_scroll_binding_shifted), (ev_view_class_init):
11164         
11165         Shift + Space scrolls up. Fix for #173184
11166         
11167         * shell/ev-window.c: (ev_window_open_page),
11168         (ev_window_cmd_view_reload):
11169         
11170         Fix reload (Bug #300094)
11171
11172 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11173
11174         
11175         * dvi/mdvi-lib/assoc.c:
11176         * dvi/mdvi-lib/assoc.h: Removed garbage files
11177         
11178         * dvi/mdvi-lib/bitmap.c:
11179         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11180         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11181         * dvi/mdvi-lib/color.h: Antialias of rules
11182         
11183         * dvi/mdvi-lib/common.h:
11184         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11185         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11186         * dvi/mdvi-lib/files.c:
11187         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11188         * dvi/mdvi-lib/mdvi.h:
11189         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11190         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11191         * dvi/mdvi-lib/util.c: Fix compile warnings
11192         
11193         * dvi/dvi-document.c:
11194         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11195         (dvi_document_thumbnails_get_thumbnail),
11196         (dvi_document_document_thumbnails_iface_init):
11197         * dvi/mdvi-lib/Makefile.am:
11198         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11199         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11200         
11201         Dvi backend now renders thumbnails
11202
11203 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11204
11205         * shell/main.c: (main): 
11206         
11207         Save accelerators on exit. Fixes bug #172095.
11208
11209 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11210
11211         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11212         update priority" comment.
11213
11214         * backend/ev-job-queue.c: Give a way to change priority.
11215
11216 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11217
11218         * shell/ev-page-action.c: Fix logic.
11219
11220 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11221
11222         * shell/ev-view.c: (ev_view_can_find_next):
11223         * shell/ev-window.c: (ev_window_setup_document):
11224
11225         Check that the document supports find
11226
11227 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11228
11229         * data/evince-ui.xml:
11230         * shell/ev-view.c: (ev_view_can_find_next):
11231         * shell/ev-view.h:
11232         * shell/ev-window.c: (update_action_sensitivity),
11233         (find_changed_cb), (ev_window_setup_document),
11234         (ev_window_cmd_edit_find_next):
11235
11236         Add Edit->Find Next
11237
11238 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11239
11240         * pdf/ev-poppler.cc:
11241         * shell/ev-print-job.c: (idle_print_handler):
11242
11243         Make printing work again
11244
11245 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11246
11247         * shell/ev-page-action.h:
11248         * shell/ev-page-action.c: (ev_page_action_widget_init),
11249         (ev_page_action_widget_class_init), (page_changed_cb),
11250         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11251         (get_filter_model_from_model), (match_selected_cb),
11252         (display_completion_text), (match_completion), (update_model),
11253         (connect_proxy), (ev_page_action_set_property),
11254         (ev_page_action_get_property), (ev_page_action_set_document),
11255         (ev_page_action_set_model), (ev_page_action_class_init): Big
11256         reworking to make completions work iff we have >= GTK-2.7.0
11257                 
11258         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11259         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11260         (job_finished_cb): We now have a 'model' property that is set when
11261         the links are loaded.  This can be caught with "notify::model"
11262
11263         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11264         listen for the model to be set, and propagate it to the action.
11265
11266 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11267
11268         * cut-n-paste/recent-files/egg-recent-item.c:
11269         (egg_recent_item_set_uri), (make_valid_utf8),
11270         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11271         * cut-n-paste/recent-files/egg-recent-item.h:
11272         
11273         Update egg-recent from libegg. This should fix long
11274         startup problem. For details see
11275         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11276
11277 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11278
11279         * cut-n-paste/recent-files/Makefile.am:
11280         * data/evince-ui.xml, shell/Makefile.am:
11281         * shell/ev-application.c, shell/ev-application.h:
11282         * shell/ev-window.c: Recent files support.
11283         
11284         * configure.ac: Added "ru" to ALL_LINGUAS.
11285         
11286         * dvju: new backend to support DJVU files.
11287         * dvi: new backend to support DVI.
11288
11289         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11290         * ev-application.c: Support for new backends.
11291         
11292         * help, ev-window.c, main.c shell/Makefile.am: 
11293         Evince user documentation.
11294
11295 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11296
11297         * po/POTFILES.in:
11298         * shell/ev-window.c:
11299         * thumbnailer/evince-thumbnailer.c:
11300
11301         s/pdf-document/ev-poppler
11302
11303 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11304
11305         * NEWS:
11306         * configure.ac:
11307
11308         Release 0.2.0
11309
11310         * ps/ps-document.c: (setup_pixmap):
11311
11312         Remove debug code
11313
11314 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11315
11316         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11317         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11318         (ev_window_cmd_go_first_page): Fix of by one errors.
11319
11320 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11321
11322         * ps/ps-document.c: (get_page_box):
11323
11324         Fix page size calculation
11325
11326 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11327
11328         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11329         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11330         (get_page_orientation), (setup_page), (document_load),
11331         (ps_document_get_page_size), (render_pixbuf_idle):
11332         * ps/ps-document.h:
11333
11334         More refactoring to adapt to EvDocument changes
11335
11336 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11337
11338         * ps/ps-document.c: (start_interpreter):
11339
11340         Actually add alpha args
11341
11342 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11343
11344         * pdf/ev-poppler.cc:
11345
11346         Make clipboard work again
11347
11348 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11349
11350         Make searching work again.
11351         
11352         * backend/ev-document.c:
11353         * backend/ev-document.h:
11354         * backend/ev-document-find.c:
11355         * backend/ev-document-find.h: Change EvDocumentIface so we no
11356         longer store the current page or zoom level in the document.  The
11357         consequence is that all calls that operate on the current page now
11358         instead take the page number as an extra argument, and all
11359         coordinates are now doubles in document coordinate system.
11360
11361         * pdf/ev-poppler.cc:
11362         * pixbuf/pixbuf-document.c:
11363         * ps/ps-document.c: Update backends accordingly.
11364
11365 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11366
11367         * autogen.sh:
11368
11369         Add required gettext version
11370
11371 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11372
11373         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11374         make F1 bring up non-existent help.
11375
11376         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11377         epiphany's find bar, #167477
11378
11379         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11380         <emil@nishra.com> to add space-bar scrolling, 
11381
11382         * shell/ev-window.c (static GtkActionEntry entries): add default
11383         keybinding for Help (F1)
11384         Fixes #171068
11385
11386         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11387         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11388         170110
11389
11390 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11391
11392         * Makefile.am: 
11393         * pixbuf/pixbuf-document.c: 
11394
11395         Got pixbuf backend working again
11396
11397 2005-04-01  Steve Murphy  <murf@e-tools.com>
11398
11399         * configure.in: Added "rw" to ALL_LINGUAS.
11400
11401 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11402
11403         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11404         model types, noticed by Martin Kretzschmar.
11405
11406 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11407
11408         * pdf/ev-poppler.cc: Implement search based on
11409         poppler_page_find_text().  Currently a bit crude since we remember
11410         all matches from all pages.  Also, we grab the big document lock
11411         when we search since searching changes the underlying stream and
11412         thus conflicts with the rendering thread.
11413         
11414         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11415         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11416         (ev_view_find_previous): Fix some page indexes to be 0 based,
11417         offset rubber band by view offset,
11418
11419 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11420
11421         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11422
11423 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11424
11425         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11426         completely because I didn't understand GtkActions.  I should
11427         read Marco's code more carefully in the future.
11428
11429         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11430         function
11431
11432 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11433
11434         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11435         PopplerRectangle change from poppler CVS.
11436
11437 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11438
11439         * backend/ev-document.c: (ev_document_get_page_label):
11440         * backend/ev-document.h:
11441         * backend/ev-page-cache.c: (_ev_page_cache_new),
11442         (ev_page_cache_get_page_label):
11443         * backend/ev-page-cache.h:
11444         * pdf/ev-poppler.cc:
11445         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11446         (links_page_num_func):
11447         * shell/ev-sidebar-thumbnails.c:
11448         (ev_sidebar_thumbnails_set_document):
11449         * shell/ev-view.c: (status_message_from_link),
11450         (ev_view_motion_notify_event):
11451         * shell/ev-window.c: (document_supports_sidebar): Add in page
11452         label support.  It's not perfect yet, but it's the first 'feature'
11453         in a while.
11454         Also, fix a bogus comment noticed by crispin. 
11455
11456 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11457
11458         * Makefile.am: Remove pixbuf backend for now
11459
11460         * configure.ac: Require poppler-glib instead of just poppler.
11461
11462         * backend/ev-document-thumbnails.h: Add a comment
11463
11464         * backend/ev-document.h:
11465         * backend/ev-document.c: (ev_document_class_init),
11466         (ev_document_load), (ev_document_get_link),
11467         (ev_document_get_links): Remove 3 methods and add get_links.
11468         Also, made 0 based.
11469
11470         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11471         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11472
11473         * backend/ev-link.c: (ev_link_set_title),
11474         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11475         (ev_link_mapping_find):
11476         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11477         
11478         * backend/ev-page-cache.c: (ev_page_cache_init),
11479         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11480         (ev_page_cache_get_size), (ev_page_cache_next_page),
11481         (ev_page_cache_prev_page): Fix to be 0 based.
11482
11483         * pdf/Makefile.am: 
11484         * pdf/ev-poppler.h:
11485         * pdf/ev-poppler.cc: New backend.
11486         
11487         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11488         (ps_document_get_page), (ps_document_document_iface_init):
11489
11490         * shell/ev-pixbuf-cache.h:
11491         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11492         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11493         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11494         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11495         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11496         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11497         based.
11498         
11499         * shell/ev-sidebar-thumbnails.c:
11500         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11501         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11502
11503         * shell/ev-view.c: (status_message_from_link),
11504         (find_page_at_location), (get_link_at_location),
11505         (ev_view_motion_notify_event), (ev_view_button_release_event),
11506         (ev_view_init): Use the new link code.  Fix to be 0 based.
11507
11508         * shell/ev-window.c: (update_action_sensitivity),
11509         (document_supports_sidebar): 0 based.
11510
11511 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11512
11513         * pdf/pdf-document.cc: Patch from Fernando Herrera
11514         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11515         *blush*
11516
11517 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11518
11519         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11520         1 to the page, as this seems to be 1 based.  I thought we has this
11521         fixed.  grump.
11522
11523 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11524
11525         * TODO:
11526         * backend/Makefile.am:
11527         * backend/ev-document-links.c:
11528         (ev_document_links_has_document_links),
11529         (ev_document_links_get_links_model):
11530         * backend/ev-document-links.h:
11531         * backend/ev-document.c: (ev_document_get_page_cache),
11532         (ev_document_get_doc_mutex), (ev_document_load),
11533         (ev_document_save), (ev_document_get_title),
11534         (ev_document_get_n_pages), (ev_document_set_page),
11535         (ev_document_get_page), (ev_document_set_target),
11536         (ev_document_set_scale), (ev_document_set_page_offset),
11537         (ev_document_get_page_size), (ev_document_get_text),
11538         (ev_document_get_link), (ev_document_render),
11539         (ev_document_render_pixbuf), (ev_document_scale_changed):
11540         * backend/ev-document.h:
11541         * backend/ev-job-queue.c: (remove_object_from_queue),
11542         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11543         (no_jobs_available_unlocked), (ev_render_thread),
11544         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11545         (ev_job_queue_remove_job):
11546         * backend/ev-job-queue.h:
11547         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11548         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11549         (ev_job_links_class_init), (ev_job_render_init),
11550         (ev_job_render_dispose), (ev_job_render_class_init),
11551         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11552         (ev_job_thumbnail_class_init), (ev_job_finished),
11553         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11554         (ev_job_render_run), (ev_job_thumbnail_new),
11555         (ev_job_thumbnail_run):
11556         * backend/ev-jobs.h:
11557         * backend/ev-link.c:
11558         * backend/ev-link.h:
11559         * backend/ev-page-cache.c: (ev_page_cache_init),
11560         (ev_page_cache_class_init), (ev_page_cache_finalize),
11561         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11562         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11563         (ev_page_cache_set_link), (ev_page_cache_get_title),
11564         (ev_page_cache_get_size), (ev_page_cache_next_page),
11565         (ev_page_cache_prev_page):
11566         * backend/ev-page-cache.h:
11567         * pdf/pdf-document.cc:
11568         * ps/gsdefaults.c:
11569         * ps/gsdefaults.h:
11570         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11571         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11572         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11573         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11574         (is_interpreter_ready), (output), (catchPipe), (input),
11575         (start_interpreter), (check_filecompressed), (compute_dimensions),
11576         (ps_document_enable_interpreter), (document_load),
11577         (ps_document_next_page), (render_page), (ps_document_set_page),
11578         (ps_document_set_scale), (render_pixbuf_idle),
11579         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11580         * ps/ps-document.h:
11581         * shell/Makefile.am:
11582         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11583         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11584         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11585         (ev_pixbuf_cache_new), (job_finished_cb),
11586         (check_job_size_and_unref), (move_one_job),
11587         (ev_pixbuf_cache_update_range), (find_job_cache),
11588         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11589         (ev_pixbuf_cache_add_jobs_if_needed),
11590         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11591         * shell/ev-pixbuf-cache.h:
11592         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11593         (idle_print_handler):
11594         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11595         (selection_changed_cb), (create_loading_model),
11596         (ev_sidebar_links_construct), (links_page_num_func),
11597         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11598         (update_page_callback), (job_finished_cb),
11599         (ev_sidebar_links_set_document):
11600         * shell/ev-sidebar-thumbnails.c:
11601         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11602         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11603         (page_changed_cb), (thumbnail_job_completed_callback),
11604         (ev_sidebar_thumbnails_set_document):
11605         * shell/ev-sidebar-thumbnails.h:
11606         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11607         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11608         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11609         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11610         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11611         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11612         (ev_view_button_release_event), (ev_view_scroll_view),
11613         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11614         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11615         (ev_view_new), (job_finished_cb), (page_changed_cb),
11616         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11617         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11618         (ev_view_find_previous):
11619         * shell/ev-view.h:
11620         * shell/ev-window.c: (update_action_sensitivity),
11621         (ev_window_open_page), (update_window_title), (update_total_pages),
11622         (page_changed_cb), (ev_window_setup_document),
11623         (password_dialog_response), (ev_window_cmd_save_as),
11624         (ev_window_print), (ev_window_cmd_go_previous_page),
11625         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11626         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11627         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11628         * shell/main.c: (main):
11629
11630         Merge evince-threads branch
11631
11632 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11633
11634         * configure.ac: Added "lt" to ALL_LINGUAS.
11635
11636 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11637
11638         * NEWS:
11639         * configure.ac:
11640
11641         Release 0.1.9
11642
11643 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11644
11645         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11646
11647         Fix here also the thumbnails 1-basedness :)
11648
11649 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11650
11651         * NEWS:
11652         * configure.ac:
11653
11654         Release 0.1.8
11655
11656 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11657
11658         * pdf/pdf-document.cc:
11659         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11660         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11661
11662         Fix the mess we did with thumbnails and 1-basedness
11663
11664 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11665
11666         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11667
11668 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11669
11670         * NEWS:
11671         * configure.ac:
11672
11673         Release 0.1.7
11674
11675 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11676
11677         * ps/Makefile.am:
11678         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11679         (gtk_gs_defaults_get_alpha_parameters),
11680         (gtk_gs_defaults_get_ungzip_cmd),
11681         (gtk_gs_defaults_get_unbzip2_cmd):
11682         * ps/gsdefaults.h:
11683         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11684         (ps_document_get_orientation), (document_load),
11685         (ps_document_goto_page), (ps_document_set_page_size):
11686         * ps/ps-document.h:
11687
11688         Some more sanitization of the ps backend. Remove a lot
11689         of unused code and do not base our defaults on ggv
11690         preferences (ugh!)
11691
11692 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11693
11694         * thumbnailer/evince-thumbnailer.schemas:
11695         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11696         (main): add -s option for thumbnail size.
11697
11698 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11699
11700         * configure.ac:
11701
11702         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11703         remove it.
11704
11705 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11706
11707         * pdf/pdf-document.cc:
11708
11709         Remove 4 pixels of useless border from the
11710         thumbnail.
11711
11712 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11713
11714         * backend/ev-document-thumbnails.c:
11715         (ev_document_thumbnails_get_thumbnail):
11716         * backend/ev-document-thumbnails.h:
11717
11718         Rework API a bit. Add a border flag and
11719         change sizing logic (now the size we specify
11720         applies to the bigger dimension).
11721
11722         * pdf/pdf-document.cc:
11723         * pixbuf/pixbuf-document.c:
11724         (pixbuf_document_thumbnails_get_thumbnail):
11725         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11726         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11727
11728         Adapt to the new API and do not draw a border for nautilus
11729         thumbnailer.
11730
11731 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11732
11733         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11734         take thumbnails from page "0" instead of "1". Added a copyright header.
11735
11736 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11737
11738         * ps/ps-document.c: (set_up_page), (start_interpreter):
11739
11740         Make it C89 compliant
11741
11742 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11743
11744         * Makefile.am:
11745         * configure.ac:
11746         * pdf/.cvsignore:
11747         * pdf/pdf-document.cc:
11748         * thumbnailer/Makefile.am:
11749         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11750         (main):
11751         * thumbnailer/evince-thumbnailer.schemas:
11752         * thumbnailer/pdf-icon.png:
11753
11754         Add a nautilus thumbnailer.
11755         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11756
11757 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11758
11759         * NEWS:
11760         * configure.ac:
11761         * po/POTFILES.in:
11762
11763         Release 0.1.6
11764
11765 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11766
11767         Use poppler instead of including xpdf source code.  Poppler is a
11768         fork of xpdf to build it as a shared library. See
11769         http://freedesktop.org/wiki/Software/poppler.
11770
11771         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11772         xpdf fork.
11773         
11774         * pdf/Makefile.am: Build libpdfdocument.a here.
11775         
11776         * pdf/GDKSplashOutputDev.cc:
11777         * pdf/GDKSplashOutputDev.h:
11778         * pdf/GnomeVFSStream.cc:
11779         * pdf/GnomeVFSStream.h:
11780         * pdf-document.cc:
11781         * pdf-document.h:
11782         * test-gdk-output-dev.cc
11783         * Thumb.cc:
11784         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11785         against poppler.
11786
11787 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11788
11789         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11790
11791         Clear idle stack before unsetting the document
11792
11793 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11794
11795         * ps/ps-document.c: (ps_document_widget_event),
11796         (ps_document_set_target), (ps_document_finalize),
11797         (ps_document_get_page):
11798
11799         Disconnect the widget event signal on finalize.
11800         Some code cleanups.
11801
11802 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11803
11804         * ps/ps-document.c: (set_up_page):
11805
11806         If there is no bpixmap create one, even if size
11807         is not changed.
11808
11809 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11810
11811         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11812         (set_up_page), (document_load), (ps_document_set_zoom):
11813
11814         Default page is 0. Calculate size even when we have no
11815         target yet.
11816
11817 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11818
11819         * shell/ev-sidebar.c: expand the selection widget to be always as
11820         wide as the sidebar
11821
11822 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11823
11824         * shell/ev-sidebar-thumbnails.c:
11825         (ev_sidebar_thumbnails_set_document):
11826
11827         Clear the list store when setting document
11828
11829 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11830
11831         * shell/ev-page-action.c: (update_entry), (sync_entry),
11832         (activate_cb), (entry_size_request_cb), (create_tool_item),
11833         (connect_proxy):
11834
11835         Use an entry for the page control instead of spinbuttons
11836
11837 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11838
11839         * data/evince.schemas.in:
11840
11841         Correct confusing string
11842
11843 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11844
11845         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11846         for real.  Gosh, how long has this been broken.
11847
11848         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11849         check for a NULL link.  We crash otherwise.
11850
11851 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11852
11853         * NEWS:
11854         * configure.ac:
11855
11856         Release 0.1.5
11857
11858 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11859
11860         * configure.ac: add the french translation.
11861
11862 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11863
11864         * shell/ev-window.c:
11865
11866         Remove unused header -> fix distcheck
11867
11868 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11869
11870         * shell/ev-window.c: (update_window_title),
11871         (ev_window_popup_password_dialog):
11872
11873         Unescape filename for display
11874
11875 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11876
11877         * pdf/xpdf/pdf-document.cc:
11878
11879         In get_page_size deal with rotation. Also
11880         cleanup the function a bit.
11881
11882 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11883
11884         * pdf/xpdf/pdf-document.cc:
11885
11886         Fix crash when opening in new window
11887
11888 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11889
11890         * configure.ac:
11891
11892         Check ghostscript >= 7
11893
11894 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11895
11896         * shell/ev-window.c:
11897
11898         Make page width the default sizing mode
11899
11900 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11901         Marco Pesenti Gritti <marco@gnome.org>
11902
11903         * shell/ev-window.c: Remember the sidebar size
11904
11905         * data/evince.schemas.in: Add a new gconf key to store the size of
11906         the sidebar
11907
11908 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11909
11910         * data/evince-ui.xml:
11911         * shell/ev-window.c: (update_action_sensitivity),
11912         (ev_window_cmd_view_reload):
11913         
11914         Add a "Reload" action and menu entry
11915
11916 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11917
11918         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11919         iff the type doesn't support thumbnailing and indexing.
11920
11921 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11922
11923         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11924
11925 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11926
11927         * pdf/splash/Splash.cc:
11928
11929         Port fix for a crasher from kde bug
11930         http://bugs.kde.org/show_bug.cgi?id=97131
11931
11932 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11933
11934         * pdf/xpdf/pdf-document.cc:
11935
11936         Return a link even if it's of an unrecognized
11937         type. Otherwise we go in an infinte cycle.
11938
11939 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11940
11941         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11942         (size_allocate_cb), (ev_window_set_sizing_mode):
11943
11944         Update size when switching mode
11945
11946 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11947
11948         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11949         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11950         (ev_window_cmd_view_normal_size):
11951
11952         Fix size toggle buttons behavior
11953
11954 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11955
11956         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11957         (doc_rect_to_view_rect), (ev_view_size_allocate),
11958         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11959         (scale_changed_callback):
11960
11961         Do not cache offsets in size_allocate.
11962
11963 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11964
11965         * shell/ev-view.c: (ev_view_size_allocate):
11966
11967         Calculate offsets before calling the parent
11968         class (which does a redraw)
11969
11970 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11971
11972         * pdf/xpdf/pdf-document.cc:
11973
11974         Fix a crasher on exit. Unused code, put a TODO
11975
11976 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11977
11978         * backend/ev-document.c: (ev_document_class_init),
11979         (ev_document_page_changed), (ev_document_scale_changed):
11980         * backend/ev-document.h:
11981
11982         Separate page/scale notifications
11983
11984         * pdf/xpdf/pdf-document.cc:
11985
11986         Emit the new signals.
11987         Do not display the pdf page in _render, do it
11988         when scale/page are requested.
11989
11990         * ps/ps-document.c: (ps_document_set_zoom),
11991         (ps_document_widget_event):
11992         * ps/ps-document.h:
11993
11994         Emit the new signals.
11995
11996         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11997         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11998         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11999         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12000         * shell/ev-view.h:
12001         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12002         (ev_window_cmd_view_page_width), (size_allocate_cb),
12003         (ev_window_set_sizing_mode):
12004
12005         Rework sizing to be pixel based.
12006         There are bugs but should be already way better.
12007
12008 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12009
12010         * shell/ev-window.c: (ev_window_init):
12011
12012         Do not allow to shrink sidebar smaller then
12013         child requisition
12014
12015 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12016
12017         * shell/ev-sidebar.[ch]
12018         * shell/ev-window.c:
12019
12020         Improved sidebar widget. Fixes #166683
12021
12022 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12023
12024         * shell/ev-view.c (update_find_status_message): Give translators
12025         more flexibility with ngettext plural handling.
12026
12027 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12028
12029         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12030         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12031         page when we get the page size.
12032
12033 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12034
12035         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12036
12037         ps pages are 0 based, convert 
12038
12039 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12040
12041         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12042
12043         Initialize correct parent class. Set GError on document load
12044
12045 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12046
12047         * pdf/xpdf/pdf-document.cc:
12048
12049         Fixup selection offset calculation
12050
12051         * shell/ev-view.c: (view_rect_to_doc_rect),
12052         (doc_rect_to_view_rect), (ev_view_size_allocate),
12053         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12054         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12055
12056         Store selection as document relative, so that zooming
12057         and offset changing doesnt break it.
12058
12059 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12060
12061         * shell/ev-view.c: (ev_view_best_fit):
12062
12063         Do not try to best fit if the view is not realized
12064
12065 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12066           
12067         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12068
12069 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12070
12071         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12072
12073 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12074
12075         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12076         the popup window.  That prevents it resizing when in full screen
12077         mode.
12078
12079         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12080         multiple rerenders.  This pretty much sucks.
12081
12082         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12083         rest of the toolbar.
12084
12085 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12086
12087         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12088
12089 2005-02-17  Alexander Shopov  <ash@contact.bg>
12090
12091         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12092
12093 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12094
12095         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12096
12097 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12098
12099         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12100         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12101         (set_document_page), (document_changed_callback),
12102         (ev_view_set_document), (ev_view_find_previous),
12103         (ev_view_hide_cursor), (ev_view_show_cursor):
12104         * shell/ev-view.h:
12105         * shell/ev-window.c: (update_chrome_visibility),
12106         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12107         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12108         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12109         (ev_window_unfullscreen):
12110         * shell/main.c: (main):
12111
12112         Automatically hide the fullscreen button.
12113         Patch by Kristian Høgsberg <krh@redhat.com>
12114
12115 2005-02-16  Vincent Noel  <vnoel@cox.net>
12116
12117         * shell/main.c (main): Specify an icon for the window. Patch by
12118         Jaap A. Haitsma. Fixes #166177.
12119
12120 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12121
12122         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12123
12124 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12125
12126         * backend/ev-document-misc.h:
12127         * backend/ev-document-misc.c:
12128         (ev_document_misc_get_page_border_size),
12129         (ev_document_misc_paint_one_page): New function to canonicalize
12130         sizing/painting a border.
12131
12132         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12133         used.
12134
12135         * pdf/xpdf/pdf-document.cc: use new function
12136
12137         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12138         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12139         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12140         shell/ev-window.c: (update_sizing_buttons),
12141         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12142         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12143         (ev_window_cmd_view_page_width), (size_allocate_cb),
12144         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12145         and "fit width" values act as toggle buttons so they stay
12146         toggled.  It's not 100% perfect, and it's a little slow, but it's
12147         good enough to commit I think.
12148
12149 2005-02-15  David Lodge  <dave@cirt.net>
12150
12151         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12152
12153 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12154
12155         * shell/ev-window.c (update_window_title): replace newlines in
12156         the title by spaces. Bug #166107.
12157
12158 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12159
12160         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12161         parameters providing allocation width and height without
12162         scrollbars and width of a possible vertical scrollbar. With this
12163         additional information the functions can work as
12164         intended. Unfortunately they're not idempotent. We should
12165         transform these commands to toggles. Fixes Bug #164976
12166         Initial patch by Stephane Loeuillet, then heavily modified.
12167
12168         * shell/ev-view.h: update prototypes.
12169
12170         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12171         (ev_window_cmd_view_page_width): provide EvView fit functions with
12172         all the information they need. Formulas to calculate this
12173         information taken from GtkScrolledWindow.
12174
12175 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12176
12177         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12178         created a thumbnail, the list store is updated to know
12179         that the thumbnail is set. Fixes bug #166792
12180
12181 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12182
12183         * shell/ev-window.c: fixed typo, closes bug 166897
12184
12185         * TODO: updated TODO with bug numbers that are relevant
12186
12187 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12188
12189         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12190
12191 2005-02-09  Vincent Noel  <vnoel@cox.net>
12192
12193         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12194         and "Next" toolbar buttons as important to make them stand out.
12195
12196 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12197
12198         * lib/ev-debug.c:
12199         * lib/ev-debug.h:
12200         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12201         (start_interpreter), (stop_interpreter), (document_load),
12202         (ps_document_next_page), (ps_document_goto_page),
12203         (ps_document_set_page_size), (ps_document_widget_event),
12204         (ps_document_render):
12205         * shell/ev-page-view.c: (ev_page_view_dispose):
12206         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12207
12208         Fix compilation on non-gcc platforms
12209
12210 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12211
12212         * NEWS:
12213         * configure.ac:
12214
12215         Release 0.1.4
12216
12217         * pdf/xpdf/Catalog.cc:
12218         * pdf/xpdf/XRef.cc:
12219
12220         Fix the fix for CAN-2004-0888
12221
12222 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12223
12224         * data/Makefile.am:
12225         * data/evince-ui.xml:
12226         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12227         * shell/ev-stock-icons.h:
12228         * shell/ev-window.c: (update_action_sensitivity),
12229         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12230         (set_action_properties):
12231
12232         Improve toolbar layout/icons
12233
12234 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12235
12236         * pdf/xpdf/pdf-document.cc:
12237
12238         Add warnings about unimplemented/unknown link
12239         types.
12240
12241 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12242
12243         * ps/ps-document.c: (set_up_page):
12244
12245         Log gs property
12246
12247 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12248
12249         * ps/ps-document.c: (start_interpreter):
12250
12251         Log gs env var
12252
12253 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12254
12255         * shell/ev-page-view.c: (ev_page_view_dispose):
12256         * shell/ev-view.c: (ev_view_finalize):
12257         * shell/ev-window.c: (ev_window_setup_document),
12258         (ev_window_dispose), (ev_window_init):
12259
12260         Solve more refs issues.
12261
12262         I commented out the page_view initialization for now:
12263         it was never destroyed (because it's never added
12264         to a container). Because of that we was leaking
12265         gs processes. Couldnt think to a clean fix.
12266         We need to figure this out, password view has the
12267         same issue probably.
12268
12269 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12270
12271         * ps/ps-document.c: (ps_document_finalize),
12272         (ps_document_get_n_pages), (ps_document_get_page):
12273
12274         Some cleanups, stop the interpreter on finalize
12275
12276         * shell/ev-page-view.c: (ev_page_view_dispose),
12277         (ev_page_view_class_init):
12278
12279         Release our reference on the document
12280
12281 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12282
12283         * Makefile.am:
12284         * configure.ac:
12285         * doc/debugging.txt:
12286         * lib/.cvsignore:
12287         * lib/Makefile.am:
12288         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12289         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12290         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12291         * lib/ev-debug.h:
12292
12293         Add debugging helpers
12294
12295         * ps/Makefile.am:
12296         * ps/ps-document.c: (set_up_page), (start_interpreter),
12297         (stop_interpreter), (document_load), (ps_document_next_page),
12298         (ps_document_goto_page), (ps_document_set_page_size),
12299         (ps_document_widget_event), (ps_document_render):
12300         * shell/Makefile.am:
12301         * shell/ev-view.c: (expose_bin_window):
12302         * shell/main.c: (main):
12303
12304         Add some logs
12305         
12306 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12307
12308         * ps/ps-document.c: (ps_document_widget_event):
12309
12310         Initialize message_window, this should make ps
12311         rendering really work! (Never noticed because I was
12312         testing with a ps that is causing gs to exit every time!)
12313
12314 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12315
12316         * data/evince.schemas.in: updated simple error in applyto closing tag
12317
12318 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12319
12320         * Makefile.am:
12321         * configure.ac:
12322         * data/.cvsignore:
12323         * data/Makefile.am:
12324         * data/evince-ui.xml:
12325         A data/evince.schemas.in:
12326         * po/POTFILES.in:
12327         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12328         * shell/ev-stock-icons.h:
12329         * shell/ev-window.c: (update_chrome_visibility),
12330         (update_chrome_flag), (ev_window_cmd_edit_find),
12331         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12332         (ev_window_unfullscreen), (ev_window_focus_in_event),
12333         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12334         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12335         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12336         (ev_window_dispose), (ev_window_class_init),
12337         (set_action_properties), (set_chrome_actions), (load_chrome),
12338         (ev_window_init):
12339
12340         Implement fullscreen mode changes from bug #164776.
12341         Also implement persistent chrome toggles.
12342
12343 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12344
12345         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12346
12347 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12348
12349         * NEWS:
12350         * configure.ac:
12351         * shell/ev-view.c:
12352
12353         Add another check for find interface
12354
12355         Release 0.1.3
12356
12357 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12358
12359         * shell/ev-application.c: (ev_application_open):
12360         * shell/ev-window.c: (ev_window_open):
12361
12362         Open gzipped ps documents
12363
12364 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12365
12366         * TODO:
12367         * shell/ev-view.c: (set_document_page):
12368
12369         Clamp page number, dont try to move to
12370         not existant pages.
12371
12372 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12373
12374         * backend/ev-document-find.c: (ev_document_find_changed):
12375         * backend/ev-document-find.h:
12376         * pdf/xpdf/pdf-document.cc:
12377         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12378         * shell/ev-window.c: (find_bar_search_changed_cb):
12379
12380         Fix several bugs with find
12381
12382 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12383
12384         * shell/ev-sidebar-thumbnails.c
12385         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12386         document. Prevents warning from scroll_to_cell.
12387
12388 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12389
12390         * configure.ac: Add «nb» to ALL_LINGUAS too.
12391
12392 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12393
12394         * NOTES: New file with some random thoughts.
12395
12396         * TODO: Update.
12397
12398         * backend/ev-document-misc.c:
12399         (ev_document_misc_get_page_border_size): New function to
12400         canonicalize shadow drawing sizes.  Possibly goofy.
12401
12402         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12403         (ev_view_best_fit), (ev_view_fit_width):
12404         * pdf/xpdf/pdf-document.cc:
12405         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12406         * ps/ps-document.c: (ps_document_get_page_size):
12407         * backend/ev-document-misc.h:
12408         * backend/ev-document.c: (ev_document_get_page_size):
12409         * backend/ev-document.h: get_page_size now takes a page number
12410         parameter.  Made all the backends/frontends honor it.
12411
12412         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12413         see.  Doesn't work yet.
12414
12415         * shell/Makefile.am:
12416         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12417         Doesn't do anything yet.
12418
12419         * shell/ev-sidebar-thumbnails.c:
12420         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12421         [0..n_pages-1]
12422
12423         * shell/ev-window.c: (update_action_sensitivity),
12424         (ev_window_setup_document), (ev_window_set_page_mode),
12425         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12426         view-swapping code a bit so we can have multiple views on a
12427         document.  Add the multi-page view, though it can't be turned on
12428         yet.
12429
12430 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12431
12432         * shell/ev-application.c: (ev_application_open):
12433         * shell/ev-view.c: (expose_bin_window):
12434         * shell/ev-window.c: (ev_window_open):
12435
12436         Support eps and check document supports find
12437         before drawing highlightings in expose.
12438
12439 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12440
12441         * pixbuf/pixbuf-document.c:
12442         (pixbuf_document_thumbnails_get_dimensions),
12443         (pixbuf_document_document_thumbnails_iface_init):
12444
12445         implement get_dimensions
12446
12447 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12448
12449         * NEWS:
12450         * configure.ac:
12451
12452         Release 0.1.2
12453
12454 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12455
12456         * shell/ev-view.c: (set_document_page):
12457
12458         Scroll at the top of the page when changing page
12459
12460 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12461
12462         * shell/ev-view.c: (ev_view_motion_notify_event):
12463
12464         Do not redraw unnecessarily
12465
12466 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12467
12468         * pdf/xpdf/pdf-document.cc:
12469         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12470         (expose_bin_window), (find_changed_cb):
12471
12472         Yay! find works now... Now to find bugs...
12473
12474 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12475
12476         * backend/ev-document-find.c: (ev_document_find_base_init),
12477         (ev_document_find_changed):
12478         * backend/ev-document-find.h:
12479         * pdf/xpdf/pdf-document.cc:
12480         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12481         (expose_bin_window), (ev_view_init), (set_document_page),
12482         (ensure_rectangle_is_visible), (jump_to_find_result),
12483         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12484         (ev_view_find_next), (ev_view_find_previous):
12485         * shell/ev-view.h:
12486         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12487
12488         More work on find implementation, mostly there now
12489
12490 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12491
12492         * backend/ev-backend-marshalers.list:
12493         * backend/ev-document-find.c: (ev_document_find_base_init),
12494         (ev_document_find_cancel), (ev_document_find_page_has_results),
12495         (ev_document_find_get_n_results), (ev_document_find_get_result),
12496         (ev_document_find_get_progress), (ev_document_find_changed):
12497         * backend/ev-document-find.h:
12498
12499         Enanche the find interface to be really able to do
12500         multi page find.
12501
12502         * pdf/xpdf/pdf-document.cc:
12503
12504         Implement
12505
12506         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12507         (expose_bin_window), (ev_view_init),
12508         (ev_view_get_find_status_message), (find_changed_cb),
12509         (ev_view_set_document), (set_document_page):
12510
12511         Adapt to the new interface. A few things are regressed sorry,
12512         I will finish it soon.
12513
12514 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12515
12516         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12517         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12518         ev_sidebar_thumbnails_parent_class variable, don't define another
12519         parent_class variable.
12520
12521         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12522         (ev_page_action_class_init): ditto.
12523
12524         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12525         (pixbuf_document_class_init): ditto.
12526
12527         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12528         ditto.
12529
12530         * .cvsignore: ignore various valgrind output files.
12531
12532 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12533
12534         * data/evince-ui.xml:
12535         * shell/Makefile.am:
12536         * shell/ev-history.c:
12537         * shell/ev-history.h:
12538         * shell/ev-navigation-action.c:
12539         * shell/ev-navigation-action.h:
12540         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12541         (ev_view_set_page), (ev_view_fit_width):
12542         * shell/ev-view.h:
12543         * shell/ev-window.c: (update_action_sensitivity),
12544         (ev_window_setup_document), (register_custom_actions):
12545
12546         Kill session history
12547
12548 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12549
12550         * shell/ev-window.c: (update_action_sensitivity):
12551
12552         Fix inverted up/down buttons
12553
12554 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12555
12556         * shell/ev-sidebar-thumbnails.c
12557         (ev_sidebar_thumbnails_select_page): make sure the selected
12558         thumbnail stays visible.
12559
12560 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12561
12562         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12563         scrolled window for Federico.
12564
12565 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12566
12567         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12568
12569 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12570
12571         * configure.ac:
12572         * pdf/splash/SplashFTFontEngine.cc:
12573
12574         Fix CID fonts with freetype 2.1.9
12575
12576 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12577
12578         * TODO: added item for desktop icon thumbnailer
12579
12580 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12581
12582         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12583         unloaded docs when the title is accessed.
12584
12585         * shell/ev-password-view.[hc]: New widget for displaying password
12586         state.
12587
12588         * shell/ev-window.[ch]: Refactor password handling code to handle
12589         the new view.
12590
12591 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * NEWS:
12594         * configure.ac:
12595         * data/Makefile.am:
12596
12597         Release 0.1.1
12598
12599 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12600
12601         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12602         ignore page offset here, to make search results independent of it,
12603
12604         * shell/ev-view.c (expose_bin_window): but take offsets into
12605         account here. Bug #164932
12606
12607         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12608         scale at the right time. Bug #164996
12609
12610 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12611
12612         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12613         fix the problem. Now I just removed the Adobe font names and hope
12614         that the URW fonts are always in outline format. Bug #164934
12615
12616         * shell/ev-window.c (update_window_title): empty titles are
12617         useless, use filename in that case too.
12618
12619         * NEWS: Add some content.
12620
12621 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12622
12623         * TODO: added one more TODO item and a TODONE section :)
12624
12625 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12626
12627         * ps/ps-document.h: add page_[xy]_offset fields.
12628
12629         * ps/ps-document.c (ps_document_set_page_offset)
12630         (ps_document_render): Keep offset in consideration in a few
12631         places. Bug #164752 "postscript documents are not centered in
12632         window"
12633
12634         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12635         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12636
12637         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12638         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12639         stub out missing methods for complete EvDocument implementation.
12640         Fixes segfaults with Save A Copy and Copy actions.
12641
12642         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12643         (ps_document_document_iface_init): ditto.
12644         
12645 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12646
12647         * data/.cvsignore:
12648         * data/Makefile.am:
12649         * data/evince.desktop.in:
12650
12651         Add desktop file
12652
12653 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12654
12655         * shell/ev-view.c: (ev_view_button_press_event),
12656         (ev_view_motion_notify_event):
12657
12658         Make selection work in any direction
12659
12660 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12661
12662         * TODO:
12663         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12664
12665         Use shorter labels for some of the toolbars items
12666
12667 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12668
12669         * pdf/xpdf/pdf-document.cc:
12670
12671         Check the links info is initialized before
12672         using it. Should fix a crash on startup.
12673
12674 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12675
12676         * pixbuf/pixbuf-document.c
12677         (pixbuf_document_thumbnails_get_dimensions): force floating point
12678         division to calculate page_ratio. Fixes crash with landscape
12679         format pixbufs.
12680
12681 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12682
12683         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12684
12685 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12686
12687         * shell/ev-view.c (set_document_page): unset has_selection when
12688         the page changes.
12689         (set_document_page): handle paper size changes when the page
12690         changes (test with Free Culture, page 2).
12691
12692 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12693
12694         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12695         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12696
12697         Use normal style color for the widget background and
12698         draw a black box around the page.
12699
12700 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12701
12702         * pdf/xpdf/pdf-document.cc:
12703
12704         Keep offset in consideration in a few places
12705
12706         * shell/ev-view.c: (expose_bin_window):
12707
12708         Set the offsets so that the document is ever centered
12709
12710 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12711
12712         * TODO: Added TODO items and finished off the first todo item
12713
12714         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12715         reflect current authors
12716
12717 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12718
12719         * pdf/xpdf/pdf-document.cc:
12720         * shell/ev-view.c: (ev_view_set_cursor),
12721         (ev_view_motion_notify_event), (document_changed_callback),
12722         (set_document_page):
12723
12724         Show a wait cursor while the page is rendering
12725
12726 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12727
12728         * shell/ev-sidebar-thumbnails.c:
12729         (ev_sidebar_tree_selection_changed),
12730         (ev_sidebar_thumbnails_select_page):
12731         * shell/ev-sidebar-thumbnails.h:
12732         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12733         (ev_view_can_go_forward):
12734         * shell/ev-window.c: (ev_window_open_page),
12735         (ev_window_setup_document), (update_current_page),
12736         (view_page_changed_cb), (ev_window_init):
12737         * shell/ev-window.h:
12738
12739         Ensure thumbnails selection, toolbar page control and
12740         current page are in sync.
12741
12742 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12743
12744         * pdf/xpdf/XRef.cc:
12745
12746         Fix CAN-2005-0064
12747
12748 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12749
12750         * backend/Makefile.am:
12751         * backend/ev-document-links.h:
12752         * backend/ev-document-security.c: (ev_document_security_get_type),
12753         (ev_document_security_has_document_security),
12754         (ev_document_security_set_password):
12755         * backend/ev-document-security.h:
12756         * backend/ev-document.c: (ev_document_error_quark):
12757         * backend/ev-document.h:
12758         * data/Makefile.am:
12759         * data/evince-password.glade:
12760         * pdf/xpdf/pdf-document.cc:
12761         * shell/Makefile.am:
12762         * shell/ev-password.c: (ev_password_set_bad_password_label),
12763         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12764         (ev_password_dialog_get_password),
12765         (ev_password_dialog_set_bad_pass):
12766         * shell/ev-password.h:
12767         * shell/ev-window.c: (ev_window_get_attribute),
12768         (ev_window_set_property), (update_action_sensitivity),
12769         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12770         (ev_window_setup_document), (ev_window_get_password),
12771         (ev_window_open), (ev_window_cmd_save_as),
12772         (using_postscript_printer), (ev_window_print),
12773         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12774         (update_fullscreen_popup), (ev_window_fullscreen),
12775         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12776         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12777         (menu_item_select_cb), (find_bar_search_changed_cb),
12778         (ev_window_dispose), (ev_window_init):
12779
12780         Add initial support for password-supported dialogs.  This could be
12781         a lot cooler, but it'll do for now.
12782
12783 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12784
12785         * pdf/xpdf/pdf-document.cc:
12786         * shell/ev-view.c: (status_message_from_link),
12787         (ev_view_set_status), (ev_view_set_cursor),
12788         (ev_view_motion_notify_event), (ev_view_init):
12789         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12790
12791         Fix bugs in the links implementation and change cursor
12792         when hovering a link.
12793
12794 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12795
12796         * viewer/.cvsignore: added cvsignore file for viewer directory
12797
12798         * TODO: created TODO document
12799
12800 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12801
12802         * shell/ev-view.h:
12803         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12804         new functions to help with implementation of sensitivity code
12805         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12806         of all actions that might require it.  Fixes a crash when you
12807         click on the Zoom actions in a window lacking a document.
12808
12809 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12810
12811         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12812         of the Find action
12813
12814 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12815
12816         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12817         (pixbuf_document_document_iface_init):
12818         * ps/ps-document.c: (ps_document_get_link),
12819         (ps_document_document_iface_init):
12820         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12821         (status_message_from_link), (ev_view_set_status),
12822         (ev_view_set_find_status), (ev_view_motion_notify_event),
12823         (ev_view_button_release_event), (ev_view_set_property),
12824         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12825         (ev_view_get_find_status_message), (update_find_results),
12826         (ev_view_get_status), (ev_view_get_find_status):
12827         * shell/ev-view.h:
12828         * shell/ev-window.c: (view_status_changed_cb),
12829         (view_find_status_changed_cb), (ev_window_init):
12830
12831         View status message support, use it to show the links.
12832         Needs work...
12833
12834 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12835
12836         * backend/ev-document.c: (ev_document_get_link):
12837         * backend/ev-document.h:
12838         * pdf/xpdf/pdf-document.cc:
12839         * shell/ev-application.c: (ev_application_open):
12840         * shell/ev-application.h:
12841         * shell/ev-sidebar-links.c: (selection_changed_cb):
12842         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12843         (ev_view_go_to_link):
12844
12845         Add support for document links
12846
12847 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12848
12849         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12850         (create_tool_item):
12851         Set the spin button limits correctly.
12852         
12853         * shell/ev-sidebar-thumbnails.c:
12854         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12855         Support changing pages by clicking on the thumbnails.
12856         
12857 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12858
12859         * pixbuf/pixbuf-document.c:
12860         (pixbuf_document_thumbnails_get_dimensions),
12861         (pixbuf_document_document_thumbnails_iface_init):
12862
12863         implement get_dimensions
12864
12865 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12866
12867         * ps/ps-document.c: (ps_document_goto_page):
12868
12869         Fix page switching on multipage documents
12870
12871 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12872
12873         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12874         
12875         check for NULL before assigning to width and height parameters
12876
12877 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12878
12879         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12880         (pixbuf_document_set_property), (pixbuf_document_get_property):
12881
12882         implement get/set properties
12883
12884 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12885
12886         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12887         
12888         return NULL instead of "Unknown", letting the title get set to
12889         the filename when the pdf has no title.
12890
12891 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12892
12893         * ps/ps-document.c: (ps_document_get_page_count),
12894         (ps_document_goto_page):
12895
12896 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12897
12898         * shell/ev-history.c: (ev_history_get_property),
12899         (ev_history_set_property), (ev_history_class_init),
12900         (ev_history_add_page), (ev_history_set_current_index):
12901         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12902         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12903         (ev_navigation_action_finalize):
12904         * shell/ev-navigation-action.h:
12905         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12906         (ev_view_go_forward), (ev_view_get_find_status_message),
12907         (history_index_changed_cb), (ev_view_set_history):
12908         * shell/ev-view.h:
12909         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12910         (update_current_page), (register_custom_actions):
12911
12912         Implement history dropdowns
12913
12914 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12915
12916         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12917         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12918         (ev_view_go_forward):
12919         * shell/ev-window.c: (register_custom_actions):
12920
12921         Fix several history bugs
12922
12923 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12924
12925         * configure.ac: Add «nb» to ALL_LINGUAS.
12926
12927 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12928
12929         * backend/Makefile.am:
12930         * backend/ev-bookmark.c:
12931         * backend/ev-bookmark.h:
12932         * backend/ev-document-bookmarks.c:
12933         * backend/ev-document-bookmarks.h:
12934         * backend/ev-document-links.c: (ev_document_links_get_type),
12935         (ev_document_links_has_document_links),
12936         (ev_document_links_begin_read), (ev_document_links_get_link),
12937         (ev_document_links_get_child), (ev_document_links_next),
12938         (ev_document_links_free_iter):
12939         * backend/ev-document-links.h:
12940         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12941         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12942         (ev_link_get_link_type), (ev_link_set_link_type),
12943         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12944         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12945         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12946         (ev_link_new_external):
12947         * backend/ev-link.h:
12948         * pdf/xpdf/pdf-document.cc:
12949         * shell/Makefile.am:
12950         * shell/ev-application.c: (ev_application_open_link):
12951         * shell/ev-application.h:
12952         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12953         (ev_history_get_link_nth):
12954         * shell/ev-history.h:
12955         * shell/ev-sidebar-bookmarks.c:
12956         * shell/ev-sidebar-bookmarks.h:
12957         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12958         (ev_sidebar_links_class_init), (selection_changed_cb),
12959         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12960         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12961         (do_one_iteration), (populate_links_idle),
12962         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12963         * shell/ev-sidebar-links.h:
12964         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12965         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12966         (go_to_index):
12967         * shell/ev-view.h:
12968         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12969         * shell/ev-window.h:
12970
12971         Rename bookmark to link, and use "Index" for the sidebar panel.
12972
12973 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12974
12975         * shell/Makefile.am:
12976         * shell/ev-application.c: (ev_application_open_bookmark):
12977         * shell/ev-application.h:
12978         * shell/ev-history.c: (ev_history_init), (free_links_list),
12979         (ev_history_finalize), (ev_history_class_init),
12980         (ev_history_add_link), (ev_history_add_page),
12981         (ev_history_get_link_nth), (ev_history_get_n_links),
12982         (ev_history_get_current_index), (ev_history_set_current_index),
12983         (ev_history_new):
12984         * shell/ev-history.h:
12985         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12986         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12987         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12988         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12989         (ev_view_set_page):
12990         * shell/ev-view.h:
12991         * shell/ev-window.c: (ev_window_open_bookmark),
12992         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12993         (goto_page_cb), (register_custom_actions):
12994         * shell/ev-window.h:
12995
12996         Initial history implementation. Needs work.
12997
12998 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12999
13000         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13001
13002 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13003
13004         * cut-n-paste/recent-files/egg-recent-item.c:
13005         * cut-n-paste/recent-files/egg-recent-item.h:
13006         * cut-n-paste/recent-files/egg-recent-model.c:
13007         * cut-n-paste/recent-files/egg-recent-util.c:
13008         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13009         * cut-n-paste/recent-files/egg-recent-view.c:
13010
13011         Update
13012
13013 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13014
13015         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13016         (fillGlyph, fillImageMask, drawImage):
13017         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13018         pdf/splash/SplashTypes.h:
13019         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13020         packed mode for Splash.
13021
13022         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13023         RGB8 packed mode, eliminates the pixbuf data creation loop.
13024
13025         * shell/ev-print-job.c (ev_print_job_finalize)
13026         (ev_print_job_set_property, ev_print_job_get_property)
13027         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13028         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13029         (print_closure_finalize, ev_print_job_print): implement
13030         printing (for backends with EvPsExporter)
13031
13032         * shell/ev_print_job.h: update prototypes.
13033
13034         * shell/ev-window.c (ev_window_print): unref print job after
13035         printing.
13036
13037         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13038         unless the document implements the EvDocumentFind interface.
13039
13040 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13041
13042         * configure.ac: Added ja to ALL_LINGUAS.
13043
13044 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13045
13046         * pdf/xpdf/pdf-document.cc:
13047
13048         add a FIXME. We should probably not allocate
13049         a bookmark object every time
13050
13051 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13052
13053         * shell/ev-application.c: (ev_application_open),
13054         (ev_application_open_bookmark):
13055         * shell/ev-application.h:
13056         
13057         Add a way to open bookmarks
13058
13059         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13060         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13061         (ev_bookmark_set_property), (ev_bookmark_class_init),
13062         (ev_bookmark_new_title), (ev_bookmark_new_link),
13063         (ev_bookmark_new_external):
13064
13065         Support for external uris, better constructors.
13066
13067         * backend/ev-bookmark.h:
13068         * pdf/xpdf/pdf-document.cc:
13069         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13070
13071         Handle external uris
13072
13073 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13074
13075         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13076         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13077
13078         Hook up bookmarks navigation
13079
13080 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13081
13082         * backend/Makefile.am:
13083         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13084         (ev_bookmark_get_title), (ev_bookmark_set_title),
13085         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13086         (ev_bookmark_get_page), (ev_bookmark_set_page),
13087         (ev_bookmark_get_property), (ev_bookmark_set_property),
13088         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13089         (ev_bookmark_new):
13090         * backend/ev-bookmark.h:
13091         * backend/ev-document-bookmarks.c:
13092         (ev_document_bookmarks_get_bookmark):
13093         * backend/ev-document-bookmarks.h:
13094         * pdf/xpdf/pdf-document.cc:
13095         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13096
13097         Add a bookmark object to the backend and use it instead of get_values
13098
13099 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13100
13101         * data/evince-ui.xml:
13102
13103         Cleanup and add select all.
13104
13105         * shell/ev-view.c: (ev_view_select_all),
13106         (ev_view_button_press_event):
13107         * shell/ev-view.h:
13108         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13109
13110         Add select all.
13111         Clear selection on click.
13112
13113 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13114
13115         * shell/ev-sidebar-thumbnails.c
13116         (ev_sidebar_thumbnails_set_document): forgot to unref the
13117         loading_icon.
13118
13119 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13120
13121         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13122         at the visible page, not just linearly.  This makes it look fast.
13123
13124 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13125
13126         * backend/ev-document-misc.c
13127         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13128         white.
13129         * backend/ev-document-thumbnails.h: New interface to get the size
13130         of a page.
13131
13132 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13133
13134         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13135         make dist works
13136
13137 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13138
13139         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13140         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13141         things up a bit.
13142
13143         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13144
13145 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13146
13147         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13148         fonts. Should fix font problems on systems that have the base
13149         fonts in bitmap format. Reported by James Henstridge
13150         <james@jamesh.id.au>.
13151
13152 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13153
13154         * pdf/xpdf/Gfx.cc:
13155         * pdf/xpdf/GfxState.cc:
13156
13157         Fix for CAN-2004-1125
13158
13159 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13160
13161         * shell/ev-view.c: (ev_view_copy):
13162         * shell/ev-view.h:
13163         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13164
13165         Implement Edit->Copy
13166
13167 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13168
13169         * backend/ev-document.c: (ev_document_get_text):
13170         * backend/ev-document.h:
13171         * pdf/xpdf/pdf-document.cc:
13172         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13173         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13174         (ev_view_update_primary_selection), (ev_view_button_press_event),
13175         (ev_view_motion_notify_event), (ev_view_button_release_event):
13176
13177         Beginnings of clipboard support. Incomplete but primary sort
13178         of work.
13179
13180 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13181
13182         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13183         (expose_bin_window):
13184
13185         Nicer rubberband drawing, from GtkIconView.
13186
13187 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13188
13189         * backend/ev-document.c: (ev_document_save):
13190         * backend/ev-document.h:
13191         * data/evince-ui.xml:
13192         * pdf/xpdf/pdf-document.cc:
13193         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13194
13195         Implement "Save a copy..." menu item
13196
13197 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * shell/ev-view.c: (ev_view_zoom):
13200
13201         Queue a resize when zoom changes
13202
13203 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13204
13205         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13206         shadows.
13207
13208         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13209         thumbnails..
13210
13211 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13212
13213         * pdf/xpdf/pdf-document.cc
13214         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13215
13216 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13217
13218         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13219         It's slow, but I'll speed it up next!
13220
13221 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13222
13223         * shell/main.c (load_files):
13224
13225         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13226         from the command line and because it seems more appropriate.
13227
13228 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13229
13230         * data/evince-ui.xml:
13231         * shell/ev-window.c: (update_action_sensitivity),
13232         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13233
13234         s/next page/page down
13235         s/previous page/page up
13236
13237 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * data/evince-ui.xml:
13240
13241         Change the layout to match clarkbw design.
13242
13243         * shell/Makefile.am:
13244         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13245         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13246         (ev_navigation_action_finalize),
13247         (ev_navigation_action_set_property),
13248         (ev_navigation_action_get_property),
13249         (ev_navigation_action_class_init):
13250         * shell/ev-navigation-action.h:
13251
13252         Implement clarkbw toolbar navigation controls (incomplete)
13253
13254         * shell/ev-page-action.c: (update_label), (update_spin),
13255         (value_changed_cb), (create_tool_item), (connect_proxy),
13256         (ev_page_action_init), (ev_page_action_finalize),
13257         (ev_page_action_set_property), (ev_page_action_get_property),
13258         (ev_page_action_set_current_page),
13259         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13260         * shell/ev-page-action.h:
13261
13262         Implement a page switcher in the toolbar
13263
13264         * shell/ev-view.c: (ev_view_scroll_view):
13265         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13266         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13267         (register_custom_actions), (ev_window_init):
13268
13269         Change page on PageUp/Down.
13270
13271 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13272
13273         * pdf/xpdf/pdf-document.cc
13274         (pdf_document_thumbnails_get_thumbnail): initial stab at
13275         implementing thumbnail support for pdfs.  It only does documents
13276         with precached pdfs now.
13277
13278 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13279
13280         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13281         thumbnail code into a time-based idle as well.  Also, turn off the
13282         shadow temporarily as it's really slow.
13283
13284 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13285
13286         * backend/ev-document.c: (ev_document_class_init):
13287         * pdf/xpdf/pdf-document.cc:
13288         * shell/ev-window.c: (ev_window_open):
13289
13290         Fix document title bugs and fallback to
13291         filename when not available.
13292
13293 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13294
13295         * backend/ev-document.c: (ev_document_get_type),
13296         (ev_document_class_init), (ev_document_load),
13297         (ev_document_get_title):
13298         * backend/ev-document.h:
13299         * pdf/xpdf/pdf-document.cc:
13300         * ps/ps-document.c: (ps_document_set_property),
13301         (ps_document_get_property), (ps_document_class_init),
13302         (document_load):
13303         * ps/ps-document.h:
13304         * ps/ps.h:
13305         * shell/ev-window.c: (update_window_title), (ev_window_open),
13306         (ev_window_init):
13307
13308         Initial support for document title. Not working yet.
13309
13310 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13311
13312         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13313
13314         Grab focus on the view when clicking it
13315
13316 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13317
13318         * shell/ev-marshal.list:
13319         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13320         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13321
13322         Add key bindings to the view. Now if the focus would work
13323         right...
13324
13325 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13326
13327         * Makefile.am:
13328         * backend/Makefile.am:
13329         * data/Makefile.am:
13330         * dvi/Makefile.am:
13331         * dvi/dvilib/Makefile.am:
13332         * pdf/xpdf/Makefile.am:
13333         * po/POTFILES.in:
13334         * ps/Makefile.am:
13335
13336         Fix distcheck
13337
13338 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13339
13340         * shell/ev-view.c: (ev_view_realize):
13341
13342         Fix mouse wheel scrolling
13343
13344 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13345
13346         * ps/Makefile.am:
13347         * ps/gstypes.h:
13348         * ps/gtkgs.c:
13349         * ps/gtkgs.h:
13350         * ps/ps-document.c: (catchPipe), (ps_document_init),
13351         (ps_document_class_init), (ps_document_cleanup),
13352         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13353         (set_up_page), (close_pipe), (is_interpreter_ready),
13354         (interpreter_failed), (output), (input), (start_interpreter),
13355         (stop_interpreter), (file_length), (file_readable),
13356         (check_filecompressed), (check_pdf), (compute_xdpi),
13357         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13358         (ps_document_get_type), (ps_document_emit_error_msg),
13359         (document_load), (ps_document_next_page),
13360         (ps_document_get_current_page), (ps_document_get_page_count),
13361         (ps_document_goto_page), (ps_document_set_page_size),
13362         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13363         (ps_document_load), (ps_document_get_n_pages),
13364         (ps_document_set_page), (ps_document_get_page),
13365         (ps_document_widget_event), (ps_document_set_target),
13366         (ps_document_set_scale), (ps_document_set_page_offset),
13367         (ps_document_get_page_size), (ps_document_render),
13368         (ps_document_document_iface_init):
13369         * ps/ps-document.h:
13370         * ps/ps.c:
13371         * shell/ev-window.c: (ev_window_open):
13372
13373         Rename GtkGS to PSDocument
13374
13375 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13376
13377         * ps/gtkgs.c: (gtk_gs_class_init):
13378         * ps/gtkgs.h:
13379
13380         Some more leftover...
13381
13382 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13385         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13386         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13387         * ps/gtkgs.h:
13388
13389         Remove unused code and make a lot of stuff private
13390
13391 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13392
13393         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13394         (gtk_gs_defaults_changed):
13395         * ps/gsdefaults.h:
13396         * ps/gtkgs.c:
13397         * ps/gtkgs.h:
13398         * ps/ps.h:
13399
13400         Cleanup headers dependencies
13401
13402 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13403
13404         * ps/Makefile.am:
13405         * ps/ggvutils.c:
13406         * ps/ggvutils.h:
13407         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13408         * ps/gsdefaults.h:
13409         * ps/gtkgs.c: (file_length), (file_readable),
13410         (check_filecompressed), (check_pdf), (gtk_gs_load),
13411         (gtk_gs_get_postscript):
13412
13413         Get rid of ggvutils
13414
13415 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13416
13417         * ps/ggvutils.c:
13418         * ps/ggvutils.h:
13419         * ps/gsio.h:
13420         * ps/gtkgs.c: (gtk_gs_set_zoom):
13421
13422         Cleanups
13423
13424 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13425
13426         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13427
13428         Ensure the page is rerendered when changing zoom
13429
13430 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13431
13432         * backend/ev-document.c: (ev_document_base_init),
13433         (ev_document_changed):
13434         * backend/ev-document.h:
13435
13436         Add a changed event that is emitted when the page content
13437         changes. This is necessary to deal with the fact that
13438         in ps backend rendering happen asycrounously.
13439         This makes the ps backend mostly work.
13440
13441         * pdf/xpdf/pdf-document.cc:
13442
13443         Emit changed event
13444
13445         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13446         (ps_document_set_target):
13447
13448         Emit changed event
13449
13450         * shell/ev-view.c: (document_changed_callback),
13451         (ev_view_set_document), (ev_view_set_page):
13452
13453         Redraw on the changed signal
13454
13455 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13456
13457         * configure.ac: Added pt_BR to ALL_LINGUAS.
13458
13459 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13460
13461         * backend/ev-document-bookmarks.c:
13462         (ev_document_bookmarks_get_child): *
13463         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13464         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13465         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13466         (ev_sidebar_bookmarks_destroy),
13467         (ev_sidebar_bookmarks_class_init),
13468         (ev_sidebar_bookmarks_construct), (stack_data_free),
13469         (do_one_iteration), (populate_bookmarks_idle),
13470         (ev_sidebar_bookmarks_clear_document),
13471         (ev_sidebar_bookmarks_set_document): *
13472         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13473         (ev_sidebar_add_page),
13474         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13475         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13476         it displays both the topics and the page numbers.
13477
13478 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13479
13480         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13481         toggle.
13482         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13483         visible.
13484
13485 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13486
13487         * configure.ac: Added en_CA to ALL_LINGUAS.
13488
13489 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13490
13491         * ChangeLog: replace bottom of this ChangeLog (merged history of
13492         ggv and gpdf; where all paths were wrong and most of the files are
13493         not even in this tree) with ChangeLog (from arch) of the shell
13494         code.
13495
13496 2004-12-23  Havoc Pennington  <hp@redhat.com>
13497
13498         * shell/ev-window.c: hook up potentially-questionable "find
13499         results status text" feature - something involving the sidebar or
13500         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13501         might be better in the end.
13502
13503         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13504         with corresponding signal when it should be updated
13505
13506         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13507
13508 2004-12-22  Havoc Pennington  <hp@redhat.com>
13509
13510         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13511         find stuff on other pages, sort of (only returns one result on
13512         invisible pages, to show they have results; updates full results
13513         for a page when you view it). Currently repaints the current page
13514         every time a new result is found on any page, which isn't so nice.
13515
13516 2004-12-22  Havoc Pennington  <hp@redhat.com>
13517
13518         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13519         the document doesn't support find (better ideas?)
13520         (find_bar_search_changed_cb): handle missing document or document
13521         that doesn't support find
13522
13523         * pdf/xpdf/pdf-document.cc: port to implement the new
13524         EvDocumentFindIface
13525
13526         * backend/ev-document-find.c: create a new interface for searching
13527
13528         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13529
13530 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13531
13532         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13533         libevbackend.la.
13534
13535         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13536         EvPrintJob constructor arguments.
13537
13538         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13539         for documents that can export PostScript (page by page).
13540
13541         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13542         
13543         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13544         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13545         (pdf_document_ps_exporter_iface_init:
13546         Implement EvPSExporter.
13547
13548         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13549
13550 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13551
13552         * backend/Makefile.am:
13553         * backend/ev-document-thumbnails.c:
13554         (ev_document_thumbnails_get_type),
13555         (ev_document_thumbnails_get_thumbnail):
13556         * backend/ev-document-thumbnails.h:
13557         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13558         (pixbuf_document_thumbnails_get_thumbnail),
13559         (pixbuf_document_document_thumbnails_iface_init):
13560         * shell/Makefile.am:
13561         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13562         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13563         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13564         * shell/ev-sidebar-thumbnails.h:
13565         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13566         (ev_sidebar_set_document):
13567         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13568         (create_shadow), (ev_pixbuf_add_shadow):
13569         * shell/ev-utils.h:
13570         Add thumbnail support.
13571         
13572 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13573
13574         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13575         (using_postscript_printer): Set up a print dialog for "PostScript
13576         injection" method.
13577
13578         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13579         EvPrintJob.
13580
13581         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13582
13583 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13584
13585         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13586         (ps_document_set_target), (ps_document_get_page_size),
13587         (ps_document_render):
13588         * ps/gtkgs.h:
13589
13590         Fix a few bugs
13591
13592 2004-12-22  Christian Rose  <menthos@menthos.com>
13593
13594         * configure.ac: Added "sv" to ALL_LINGUAS.
13595
13596 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13597
13598         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13599         document supports bookmarks.
13600
13601 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13602
13603         * ps/ggvutils.c: (ggv_file_readable):
13604         * ps/ggvutils.h:
13605         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13606         (gtk_gs_get_postscript):
13607
13608         Remove unused utils
13609
13610 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13611
13612         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13613         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13614         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13615         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13616         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13617         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13618         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13619         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13620         (gtk_gs_set_antialiasing), (ps_document_load),
13621         (ps_document_render):
13622         * ps/gtkgs.h:
13623
13624         Another check point for the ps backend. Now I can get it to show
13625         pages!
13626
13627 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13628
13629         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13630         document setting code.
13631
13632 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13633
13634         * shell/eggfindbar.c: (entry_activate_callback):
13635         Animate the next button when activate is pressed.
13636         
13637 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13638
13639         * shell/ev-window.c: (ev_window_cmd_edit_find),
13640         (update_fullscreen_popup), (ev_window_fullscreen),
13641         (ev_window_unfullscreen), (ev_window_state_event_cb),
13642         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13643         Fix bugs in fullscreen code.
13644         
13645 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13646
13647         * Makefile.am:
13648         * configure.ac:
13649         * pixbuf/Makefile.am:
13650         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13651         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13652         (pixbuf_document_set_page), (pixbuf_document_get_page),
13653         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13654         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13655         (pixbuf_document_render), (pixbuf_document_begin_find),
13656         (pixbuf_document_end_find), (pixbuf_document_finalize),
13657         (pixbuf_document_class_init),
13658         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13659         * pixbuf/pixbuf-document.h:
13660         * shell/Makefile.am:
13661         * shell/ev-application.c: (ev_application_open):
13662         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13663         (ev_window_open):
13664         Add pixbuf backend.
13665         
13666 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13667
13668         * Makefile.am: 
13669         * dvi/dvilib/Makefile.am:
13670         * dvi/Makefile.am:
13671         * configure.ac: Auto*ify dvi and dvi/dvilib
13672
13673         * dvi/Makefile: Remove from CVS
13674         
13675         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13676         confusion.
13677
13678         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13679         
13680         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13681         
13682 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13683
13684         * ps/Makefile.am:
13685         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13686         (gtk_gs_value_adjustment_changed), (compute_size),
13687         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13688         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13689         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13690         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13691         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13692         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13693         (ps_document_load), (ps_document_get_n_pages),
13694         (ps_document_set_page), (ps_document_get_page),
13695         (ps_document_set_target), (ps_document_set_scale),
13696         (ps_document_set_page_offset), (ps_document_get_page_size),
13697         (ps_document_render), (ps_document_begin_find),
13698         (ps_document_end_find), (ps_document_document_iface_init):
13699         * ps/gtkgs.h:
13700         * shell/Makefile.am:
13701         * shell/ev-window.c: (ev_window_open):
13702
13703         Some work to integrate gtkgs with EvDocument
13704
13705 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13706
13707         * shell/ev-window.c: (update_fullscreen_popup),
13708         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13709         (exit_fullscreen_button_clicked_cb),
13710         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13711         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13712         (ev_window_state_event_cb), (ev_window_init):
13713         Add fullscreen support from Epiphany.
13714         
13715 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13716
13717         * data/ev-stock-zoom-fit-width.png: fit-width
13718         stock icon from gpdf.
13719         
13720         * shell/ev-stock-icons.[ch]: copied from gpdf.
13721         
13722         * shell/main.c: (main): init stock icons.
13723         
13724         * shell/ev-window.c: use the fit-width icon.
13725         
13726         * data/evince-ui.xml: add zooming toolbar items.
13727
13728 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13729
13730         * shell/ev-view.c: 
13731         (ev_view_best_fit), (ev_view_fit_width): because
13732         get_page_size() returns the scaled page size, we
13733         need to calculate the scale factor relative to
13734         the previous scale factor. Should really just
13735         add get_real_page_size().
13736
13737 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13738
13739         * shell/ev-view.[ch]:
13740         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13741         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13742         add zooming.
13743         
13744         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13745         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13746         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13747         hook it up.
13748         
13749         * pdf/xpdf/pdf-document.cc:
13750         (pdf_document_begin_find),
13751         (pdf_document_end_find): make static.
13752
13753 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13754
13755         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13756
13757         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13758         names to fontconfig patterns.
13759         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13760
13761         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13762         setupBaseFontsFc.
13763
13764 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13765
13766         * Makefile.am:
13767         * configure.ac:
13768         * ps/Makefile.am:
13769         * ps/ggvutils.c:
13770         * ps/ggvutils.h:
13771         * ps/gsdefaults.c:
13772         * ps/gsdefaults.h:
13773         * ps/gsio.c:
13774         * ps/gsio.h:
13775         * ps/gtkgs.c:
13776         * ps/gtkgs.h:
13777         * ps/ps.c:
13778         * ps/ps.h:
13779
13780         Import ggv backend. Not hooked up yet.
13781
13782 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13783
13784         * shell/main.c: (load_files), (main): load files
13785         from the command line.
13786
13787 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13788
13789         * configure.ac: don't require bonobo.
13790         
13791         * cut-n-paste/recent-files/*: kill bonobo recent
13792         view.
13793
13794         * shell/ev-window.c:
13795         (ev_window_is_empty): upd.
13796         (unable_to_load), (ev_window_open): load backend
13797         based on the mime type.
13798
13799 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13800
13801         * backend/.cvsignore: ignore generated marshalers source.
13802
13803         * shell/main.c (main): this is not epiphany.
13804
13805 2004-12-22  Havoc Pennington  <hp@redhat.com>
13806
13807         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13808         (expose_bin_window): draw find highlights
13809
13810         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13811         
13812         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13813         (pdf_document_end_find): implement this interface
13814
13815         * backend/ev-document.c (ev_document_found): add this to emit
13816         signal
13817
13818 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13819
13820         * data/evince-ui.xml: Add a few more toolbar items.
13821
13822         * shell/ev-window.c: Hook up page navigation toolbar 
13823         items.
13824
13825         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13826         a page-changed signal.
13827
13828         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13829         Add ev_document_get_page().
13830
13831         * shell/ev-window.c: Sensitize/desensitize navigation
13832         actions.
13833
13834 2004-12-21  Havoc Pennington  <hp@redhat.com>
13835
13836         * backend/ev-backend-marshal.c,
13837         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13838         marshaler-generator thingy. I'm sure there's a better way to do
13839         this in the modern world.
13840
13841         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13842         end_find methods and "found" signal.
13843
13844         * configure.ac: find glib-genmarshal
13845
13846 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13847
13848         * shell/ev-sidebar.c: Construct an actual sidebar.
13849         * shell/ev-sidebar-bookmarks.[ch]:
13850         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13851
13852 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13853
13854         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13855         Redo size handling.
13856         
13857         * shell/ev-view.c: Track the size from the document.
13858
13859 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13860
13861         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13862         constructor assumes ownership of the string passed in.
13863         
13864         * shell/ev-window.c (ev_window_open): Destroy the error
13865         dialog once we've displayed it.
13866
13867 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13868
13869         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13870         a bit, it works! (sort of)
13871
13872         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13873         Move to .cc since we need to use C++ in the implementation.
13874
13875         * shell/dummy.cc: Add a CC file to force evince
13876         to be linked as a C++ program.
13877
13878 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13879
13880         * shell/ev-view.[ch]: Start of content-area widget.
13881
13882         * shell/ev-window.c: Create a EvView, update it
13883         as we change documents.
13884
13885         * shell/Makefile.am shell/ev-marshal.list: Add
13886         generated marshalers.
13887
13888 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13889
13890         * Makefile.am (SUBDIRS): move shell.
13891
13892 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13893
13894         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13895         .a to libtool convenience libraries.
13896
13897         * shell/ev-window.c (ev_window_open): Hard code loading
13898         a PDF document.
13899         
13900         * backend/ev-document.h: Add a boolean return to load(),
13901         fix GError * to GError **.
13902
13903         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13904         object for a PDF backend EvDocument.
13905
13906 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13907
13908         * dvi/*: New directory with the beginning of a .dvi backend.
13909
13910 2004-12-21  Havoc Pennington  <hp@redhat.com>
13911
13912         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13913         previous/next instead of back/forward
13914
13915 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13916
13917         * backend/ev-document.[ch]: Fix a couple of problems so
13918         it compile.
13919
13920 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13921
13922         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13923         to backend/ directory, rename EvViewer to EvDocument.
13924
13925 2004-12-21  Havoc Pennington  <hp@redhat.com>
13926
13927         * shell/ev-window.c: hook up the find bar widget; now we just need
13928         a document to find things in
13929
13930         * shell/eggfindbar.c: a find bar widget
13931
13932 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13933
13934         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13935
13936 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13937
13938         * pdf/**: Import of xpdf code from gpdf. 
13939
13940         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13941
13942         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13943         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13944         Fix FreeType includes.
13945
13946         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13947         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13948         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13949         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13950         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13951         Include xpdfconfig.h
13952         
13953 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13954
13955         * shell/ev-window.c (ev_window_dispose): dispose can be called
13956         multiple times.
13957
13958 2004-12-21  Havoc Pennington  <hp@redhat.com>
13959
13960         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13961         rather than Evince
13962
13963         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13964         items; really they should be synced with the strings, etc. from
13965         current gpdf, but just getting the boring typing out of the way 
13966
13967 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13968
13969         * po/POTFILES.in:
13970         * shell/ev-application.c: (window_destroy_cb):
13971         * shell/ev-window.c:
13972         * shell/main.c: (main):
13973
13974         Actually show the window...
13975
13976 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13977
13978         * Makefile.am:
13979         * shell/Makefile.am:
13980         * shell/ev-application.c: (ev_application_class_init):
13981         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13982
13983         Make it build again
13984
13985 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13986
13987         Import to gnome cvs.
13988         
13989         * Remove copies of gpdf and ggv trees.
13990         * Rip out all the recursive configure code.
13991         * Remove bonobo machinery.
13992         * viewer/*: GInterfaces that backends should/can implement.
13993
13994 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13995
13996         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13997         typo
13998
13999 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14000
14001         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14002         (ev_application_finalize, ev_application_class_init)
14003         (ev_application_init): use GType instance private data for priv.
14004
14005         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14006         (ev_window_finalize, ev_window_class_init)
14007         (ev_window_init): ditto.
14008
14009 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14010
14011         * shell/ev-application.c (ev_application_new_window): make public
14012         (ev_application_show_initial_window): kill.
14013
14014         * shell/ev-application.h: update prototypes.
14015
14016         * shell/main.cc (main): inline ev_application_show_initial_window.
14017
14018 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14019
14020         * shell/ev-application.c (ev_application_new_window): impl.
14021         (ev_application_show_initial_window): use it.
14022         (is_window_empty, ev_application_get_empty_window): returns an
14023         existing empty window or a new one.
14024         (ev_application_open): from ev_window_cmd_file_open.
14025
14026         * shell/ev-application.h: update prototypes
14027
14028         * shell/ev-window.c (ev_window_is_empty): impl.
14029         (ev_window_open): make public.
14030         (ev_window_cmd_file_open): use ev_application_open
14031
14032         * shell/ev-window.h: update prototypes, remove unused.
14033
14034 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14035
14036         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14037         move destroy handler out of here...
14038
14039         * shell/ev-application.c, shell/ev-application.h: ...into this new
14040         class. Also handles initial window creation.
14041
14042         * shell/main.cc (main): use EvApplication to create initial
14043         window.
14044
14045 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14046
14047         * Makefile.am (SUBDIRS): add cut-n-paste
14048
14049         * cut-n-paste/Makefile.am: add
14050
14051         * configure.ac: generate Makefiles in cut-n-paste
14052
14053 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14054
14055         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14056         (ev_window_class_init): install ev_window_dispose.
14057
14058 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14059
14060         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14061         char (gchar looks stupid).
14062
14063 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14064
14065         * po/de.po: updated German translation.
14066
14067 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14068
14069         * configure.ac: add more pkg-config library checks for gnome-vfs,
14070         bonobo etc.
14071
14072         * gpdf/configure.in: temporarily disable libpaper
14073         checks. Otherwise I'd have to add the checks for the shell, too.
14074
14075 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14076
14077         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14078         and * file filters to the file choose.
14079
14080 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14081
14082         * po/de.po: Updated German translation.
14083
14084 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14085
14086         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14087
14088 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14089
14090         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14091
14092         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14093         (ev_window_init): implement those menuitems.
14094
14095 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14096
14097         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14098
14099         * shell/ev-window.c (ev_window_init): use the toolbar.
14100
14101 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14102
14103         * shell/ev-window.c (ev_window_init): use menu translations
14104
14105 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14106
14107         * configure.ac: add "de" to ALL_LINGUAS.
14108
14109         * po/de.po: add German translation.
14110
14111 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14112
14113         * Makefile.am (SUBDIRS): add po
14114
14115         * configure.ac: check intltool, glib-gettext etc, generate
14116         po/Makefile.in
14117
14118         * po, po/POTFILES.in, po/POTFILES.skip: new.
14119
14120 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14121
14122         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14123         already use (#ifdef ENABLE_NLS)
14124
14125         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14126         pointer indirection thinko.
14127
14128         * shell/main.c: include gi18n.h for bindtextdomain etc.
14129
14130 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14131
14132         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14133         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14134         tooltips for menu items in the statusbar.
14135
14136 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14137
14138         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14139         pkgdatadir drop UIDIR
14140
14141 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14142
14143         * data/evince-ui.xml: Add File->Open menu item
14144
14145         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14146         chooser), hook it up in the ui manager.
14147
14148 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14149
14150         * shell/ev-window.c: fix Help->About tooltip.
14151
14152 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14153
14154         * configure.ac: set CFLAGS for libevprivate.
14155
14156         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14157         definitions, factory etc.
14158
14159         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14160
14161         * shell/Makefile.am: link against libevprivate.a.
14162
14163         * shell/ev-window.c (entries): add stock icon to Help->About.
14164
14165         * shell/main.c (main): init stock icon code.
14166
14167 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14168
14169         * lib/recent-files: egg recent files code
14170
14171         * lib/Makefile.am: add.
14172
14173         * Makefile.am: add lib subdir.
14174
14175         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14176         set CFLAGS for recent-files.
14177
14178 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14179
14180         * configure.ac: disable -ansi and -pedantic gcc flags. They
14181         disable POSIX stuff in stdio.h, but egg-recent uses them.
14182
14183 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14184
14185         * configure.ac: add --disable-deprecated flag (defaults to on in
14186         "cvs" builds).
14187
14188         * shell/Makefile.am (INCLUDES): use it.
14189
14190 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14191
14192         * shell/main.c: add missing #include.
14193
14194         * shell/ev-window.c: fix for pedantic gcc.
14195         (ev_window_cmd_help_about): split license into paragraphs for
14196         translators and pedantic compilers.
14197
14198 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14199
14200         * configure.ac: add more warning flags if compiling with gcc from
14201         cvs (or explicitly requested with --enable-more-warnings).
14202
14203 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14204
14205         * data/evince-ui.xml: add File and File->Close menu.
14206
14207         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14208         (ev_window_destroy): quit after destroy.
14209         (ev_window_class_init): override GtkObject::destroy.
14210         (entries): install close_window callback.
14211
14212 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14213
14214         * Makefile.am (SUBDIRS): add data subdir.
14215
14216         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14217         gtk+ 2.5.0 for GtkAboutDialog.
14218
14219         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14220         main window.
14221
14222         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14223
14224         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14225         manager.
14226         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14227
14228 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14229
14230         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14231
14232 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14233
14234         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14235
14236 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14237
14238         * shell/*: Added shell directory boilerplate, build it.
14239
14240 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14241
14242         * configure.ac, Makefile.am: Added top-level configure.ac and
14243         Makefile.am