]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Removed
[evince.git] / ChangeLog
1 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/djvu/Makefile.am:
4         * backend/djvu/djvu-document-private.h:
5         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
6         (djvu_document_find_iface_init):
7         * backend/djvu/djvu-text-page.[ch]:
8         * backend/djvu/djvu-text.[ch]: Removed
9         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
10         (pdf_document_find_iface_init):
11         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
12         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
13         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
14         (ev_job_find_get_n_results), (ev_job_find_get_progress),
15         (ev_job_find_has_results), (ev_job_find_get_results):
16         * shell/ev-view-private.h:
17         * shell/ev-view.[ch]: (ev_view_expose_event),
18         (highlight_find_results), (ev_view_finalize),
19         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
20         (ev_view_set_document), (ev_view_find_get_n_results),
21         (ev_view_find_get_result), (jump_to_find_result),
22         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
23         (ev_view_find_previous), (ev_view_find_search_changed),
24         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
25         * shell/ev-window.c: (ev_window_update_actions),
26         (page_changed_cb), (ev_window_setup_document),
27         (ev_window_update_find_status_message),
28         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
29         (ev_window_clear_find_job), (find_bar_close_cb),
30         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
31         (ev_window_dispose), (ev_window_init):
32
33         Rework find interface. The find logic has been moved from backends
34         to the shell avoiding a lot of duplicated code in the backends and
35         making easier to implement the find interface in the backends.
36         
37 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * backend/pdf/ev-poppler.cc:
40         (pdf_document_thumbnails_get_dimensions):
41
42         Make sure thumbnail size returned by the PDF is actually
43         valid. Fixes bug #548462.
44         
45 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * shell/ev-window.c: (ev_window_setup_document),
48         (ev_window_set_document), (ev_window_dispose):
49
50         Remove the idle function for setting the document up when the
51         window is destroyed. Fixes bug #549163.
52         
53 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
56         (ev_job_attachments_dispose), (ev_job_attachments_run),
57         (ev_job_attachments_class_init), (ev_job_attachments_new):
58         * shell/ev-sidebar-attachments.c:
59         (ev_sidebar_attachments_set_document):
60
61         Add a new job to get the attachments in a thread with the document
62         lock held. Fixes bug #548653.
63         
64 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
65
66         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
67         (tiff_document_document_iface_init):
68
69         Implement document_get_page_label in tiff backend.
70         
71 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * backend/tiff/tiff-document.c: (tiff_document_render):
74
75         Handle document orientation in tiff backend. Fixes bug #548444.
76         
77 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
80
81         Do not crash when adjustment page size is 0. Fixes bug #547440.
82         
83 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * cut-n-paste/evmountoperation/ev-mount-operation.c:
86
87         Sync with current GTK+.
88         
89 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
90
91         * configure.ac:
92         
93         Update for release 2.23.6.
94
95 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
98         (ev_job_load_set_password):
99         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
100         * shell/ev-window.c: (password_dialog_response),
101         (ev_window_load_job_cb):
102
103         Fix loading encrypted documents since I broke it with the jobs
104         rework.
105         
106 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * NEWS:
109
110         Update NEWS for 2.23.6 release.
111         
112 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
113
114         * backend/impress/impress-document.c:
115         * backend/impress/render.h:
116         * libdocument/ev-document-factory.c:
117         * libdocument/ev-document-factory.h:
118         * libdocument/ev-document-links.h:
119         * libdocument/ev-document-misc.c:
120         * libdocument/ev-document-misc.h:
121         * properties/ev-properties-main.c:
122         * properties/ev-properties-view.c:
123         * properties/ev-properties-view.h:
124         * shell/eggfindbar.c:
125         * shell/eggfindbar.h:
126         * shell/ev-application.c:
127         * shell/ev-application.h:
128         * shell/ev-jobs.h:
129         * shell/ev-message-area.h:
130         * shell/ev-navigation-action.c:
131         * shell/ev-navigation-action.h:
132         * shell/ev-open-recent-action.c:
133         * shell/ev-open-recent-action.h:
134         * shell/ev-page-action-widget.c:
135         * shell/ev-page-action.c:
136         * shell/ev-page-action.h:
137         * shell/ev-page-cache.h:
138         * shell/ev-password-view.h:
139         * shell/ev-password.h:
140         * shell/ev-pixbuf-cache.h:
141         * shell/ev-properties-fonts.c:
142         * shell/ev-sidebar-attachments.c:
143         * shell/ev-sidebar-links.c:
144         * shell/ev-sidebar-links.h:
145         * shell/ev-sidebar-thumbnails.c:
146         * shell/ev-sidebar-thumbnails.h:
147         * shell/ev-sidebar.c:
148         * shell/ev-sidebar.h:
149         * shell/ev-stock-icons.c:
150         * shell/ev-tooltip.h:
151         * shell/ev-view.c:
152         * shell/ev-view.h:
153         * shell/ev-window.c:
154         * shell/ev-window.h:
155         * shell/main.c:
156
157         More #include cleanups. Again: reordering, single gtk.h
158         includes and other stuff.
159
160 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
161
162         * shell/eggfindbar.c:
163         * shell/ev-application.c:
164         * shell/ev-message-area.c:
165         * shell/ev-navigation-action.c:
166         * shell/ev-open-recent-action.c:
167         * shell/ev-page-action-widget.c:
168         * shell/ev-page-action.c:
169         * shell/ev-password-view.c:
170         * shell/ev-properties-dialog.c:
171         * shell/ev-properties-fonts.c:
172         * shell/ev-sidebar-attachments.c:
173         * shell/ev-sidebar-page.c:
174         * shell/ev-sidebar-thumbnails.c:
175         * shell/ev-stock-icons.c:
176         * shell/ev-tooltip.c:
177         * shell/ev-view.c:
178         * shell/ev-window.c:
179         * shell/main.c:
180
181         Cleanup many #include statements: reorder so that a
182         generic-to-specific order is used, use single gtk.h
183         includes, and some other cleanups.
184
185 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * shell/ev-jobs.h:
188
189         Add gio header.
190         
191 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
194         (ev_document_fc_mutex_trylock):
195         * shell/Makefile.am:
196         * shell/ev-job-queue.[ch]:
197         * shell/ev-job-scheduler.[ch]:
198         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
199         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
200         (ev_job_run), (ev_job_cancel), (ev_job_failed),
201         (ev_job_failed_from_error), (ev_job_succeeded),
202         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
203         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
204         (ev_job_links_class_init), (ev_job_render_init),
205         (notify_page_ready), (ev_job_render_page_ready),
206         (ev_job_render_run), (ev_job_render_class_init),
207         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
208         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
209         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
210         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
211         (ev_job_save_dispose), (ev_job_save_run),
212         (ev_job_save_class_init), (ev_job_print_init),
213         (ev_job_print_dispose), (ev_job_print_run),
214         (ev_job_print_class_init):
215         * shell/ev-page-cache.c:
216         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
217         (check_job_size_and_unref), (move_one_job),
218         (copy_job_to_job_info), (add_job),
219         (ev_pixbuf_cache_add_jobs_if_needed):
220         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
221         (job_fonts_finished_cb), (job_fonts_updated_cb),
222         (ev_properties_fonts_set_document):
223         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
224         (ev_sidebar_links_set_document):
225         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
226         (ev_sidebar_thumbnails_set_document),
227         (ev_sidebar_thumbnails_clear_job):
228         * shell/ev-view-private.h:
229         * shell/ev-view.c:
230         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
231         (ev_window_refresh_window_thumbnail), (password_dialog_response),
232         (ev_window_clear_load_job), (ev_window_clear_reload_job),
233         (ev_window_load_job_cb), (ev_window_reload_job_cb),
234         (window_open_file_copy_ready_cb), (ev_window_open_uri),
235         (ev_window_reload_document), (ev_window_clear_save_job),
236         (ev_window_save_job_cb), (file_save_dialog_response_cb),
237         (ev_window_clear_print_job), (ev_window_print_job_cb),
238         (ev_window_print_dialog_response_cb):
239         * shell/main.c: (main):
240
241         Rework the jobs system in order to make it simpler and more
242         extensible. It allows to run jobs in the main loop instead of
243         using a thread when it's appropriate like the fonts job. Now it's
244         also possible to cancel jobs that are currently running. 
245         
246 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * libdocument/ev-debug.c: (profile_init):
249
250         Create the hash table also when profiling service is enabled for
251         all sections.
252         
253 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * libdocument/ev-debug.[ch]: (ev_profiler_start),
256         (ev_profiler_stop):
257         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
258         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
259         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
260         (ev_job_print_run):
261         * shell/main.c: (main):
262
263         Add a profile mode available when debug is enabled. Add profilers
264         in ev-jobs.
265         
266 2008-07-23  Götz Waschk <waschk@mandriva.org>
267
268         * configure.ac: Correctly build desktop file. Fixes
269         bug #544237.
270
271 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
272
273         * configure.ac:
274         
275         Update for release 2.23.5.
276
277 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * NEWS:
280
281         Update NEWS for 2.23.5 release.
282         
283 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * shell/ev-window.c: (ev_window_state_event),
286         (ev_window_class_init):
287
288         Intercept window manager's fullscreen request in order to run/stop
289         fullscreen mode. Fixes bug #493541.
290         
291 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * shell/ev-window.c: (find_bar_visibility_changed_cb):
294
295         Restart the job search when the find bar is opened for the second
296         time. Fixes bug #531956.
297         
298 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
301         (get_document_from_uri):
302
303         Make sure we always return a valid error struct when
304         get_document_from_uri fails. Fixes nautilus crash, see bug
305         #542548.
306         
307 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
308
309         * libdocument/ev-transition-effect.c
310         (ev_transition_effect_type_get_type),
311         (ev_transition_effect_alignment_get_type),
312         (ev_transition_effect_direction_get_type):
313         
314         Fixes bug #542924. Makes enums static to fix Solaris build.
315
316 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
317
318         * shell/ev-view.c: (ev_view_key_press_event):
319
320         Add '.' keybinding for blanking the screen in presentation
321         mode. Fixes bug #542001.
322         
323 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * libdocument/ev-document-misc.c:
326         (ev_document_misc_pixbuf_from_surface):
327
328         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
329         #540950.
330         
331 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
332
333         * backend/comics/comics-document.c (comics_document_load):
334         * backend/comics/comicsdocument.evince-backend.in:
335         * configure.ac:
336         * thumbnailer/evince-thumbnailer-comics.schemas.in:
337         
338         Added support for 7-zip based cb7 comic book. Patch by
339         Kartik Rustagi. Fixes bug #532312.
340
341 2008-06-24  Bastien Nocera  <hadess@hadess.net>
342
343         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
344         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
345         Fixes bug #539972.
346
347 2008-06-24  Bastien Nocera  <hadess@hadess.net>
348
349         * shell/Makefile.am:
350         * shell/ev-application.c (ev_application_init),
351         (ev_application_get_media_keys):
352         * shell/ev-application.h:
353         * shell/ev-marshal.list:
354         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
355         (proxy_destroy), (on_media_player_key_pressed),
356         (ev_media_player_keys_init), (ev_media_player_keys_focused),
357         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
358         * shell/ev-media-player-keys.h:
359         * shell/ev-window.c (ev_window_go_previous_page),
360         (ev_window_go_next_page), (ev_window_go_first_page),
361         (ev_window_go_last_page), (ev_window_start_presentation),
362         (ev_window_dispose), (view_actions_focus_in_cb):
363         * shell/ev-window.h: When building with D-Bus support, listen
364         for multimedia key events from gnome-settings-daemon. This allows
365         to go to the next/previous/first/last pages using, respectively,
366         Next/Previous/Rewing/Fast Forward. The Play button is used to start
367         a presentation. Fixes bug #539971.
368
369 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
370
371         * configure.ac:
372         
373         Update for release 2.23.4.
374
375 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * NEWS:
378
379         Update news for 2.23.4 release.
380         
381 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
384         * shell/ev-sidebar-thumbnails.c:
385         (ev_sidebar_thumbnails_set_loading_icon),
386         (ev_sidebar_thumbnails_refresh):
387         * shell/ev-window.c: (ev_window_error_message),
388         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
389         (ev_window_set_document):
390
391         Do not crash opening documents with no pages and show a warning
392         message in the message area. Fixes bugs #537574 and #171588.
393         
394 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * shell/Makefile.am:
397         * shell/ev-file-monitor.[ch]:
398         * shell/ev-window.c: (ev_window_document_changed),
399         (ev_window_clear_reload_job), (ev_window_load_job_cb),
400         (ev_window_reload_job_cb), (ev_window_open_uri),
401         (ev_window_reload_document), (ev_window_cmd_view_reload),
402         (ev_window_dispose):
403
404         Automaticly reload the document when the file has changed on
405         disk. Bug #304249.
406         
407 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
408
409         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
410         * libdocument/ev-image.c: (ev_image_save_tmp):
411         * libdocument/ev-module.c: (ev_module_load):
412         * shell/ev-application.c: (ev_application_shutdown),
413         (ev_application_get_print_settings):
414         * shell/ev-sidebar-attachments.c:
415         (ev_sidebar_attachments_button_press),
416         (ev_sidebar_attachments_drag_data_get):
417         * shell/ev-window.c: (window_save_file_copy_ready_cb),
418         (ev_window_print_finished), (ev_window_print_send),
419         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
420         (ev_window_preview_print_finished), (ev_window_do_preview_print),
421         (ev_window_cmd_preview_print):
422         * shell/main.c: (load_files_remote):
423         Fix some build warnings under GCC 4.3.0. (#537535).
424
425 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * shell/ev-jobs.c: (ev_job_render_dispose):
428
429         Fix a crash in debug mode. Patch by Daniel M German.
430         
431 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * shell/ev-window.c:
434
435         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
436         
437 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * shell/ev-window.c: (ev_window_print_send),
440         (ev_window_do_preview_print):
441
442         Use the window title as print job name instead of just
443         "evince-print". Fixes bug #534493.
444         
445 2008-05-19  Frederic Peters  <fpeters@0d.be>
446
447         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
448         Bug #533897.
449
450 2008-05-19  Frederic Peters  <fpeters@0d.be>
451
452         * help/reference/Makefile.am: added missing libevmountoperation to
453         gtkdoc-scanobj libraries.  Bug #533896.
454
455 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
456
457         * properties/ev-properties-view.c (get_default_user_units):
458         Fixes check for default units string translation. Bug #533323.
459
460 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
461
462         * backend/impress/iksemel.c (sax_core): Fix a free() that should
463         be an iks_free(). Fix an array overflow in the XML parser that
464         would occur whenever the number of attributes in a tag was greater
465         than 0 and divisible by 6. Fixes GNOME bug #530852.
466
467 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * backend/djvu/djvu-document-private.h:
470         * backend/djvu/djvu-links.c:
471         * backend/djvu/djvu-text.c:
472         * backend/djvu/djvu-document.c: (djvu_handle_events),
473         (djvu_wait_for_message), (djvu_document_load),
474         (document_get_page_size), (djvu_document_render),
475         (djvu_document_thumbnails_get_thumbnail),
476         (djvu_document_file_exporter_end):
477
478         Make sure load job doesn't finish successfully when the document
479         is not successfully decoded by libdjvu. Fixes bug #530202.
480         
481 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * configure.ac:
484         * libdocument/Makefile.am:
485         * libdocument/ev-debug.[ch]:
486         * libdocument/ev-document.c:
487         * shell/ev-jobs.c: (ev_job_links_dispose),
488         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
489         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
490         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
491         (ev_job_render_page_ready), (ev_job_render_run),
492         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
493         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
494         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
495         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
496         (ev_job_print_new), (ev_job_print_run):
497         * shell/main.c: (main):
498
499         Add debug mode based on gedit code. Add debug messages in
500         ev-jobs.
501         
502 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * libdocument/ev-document-factory.c: (get_document_from_uri):
505
506         Fix memory leak.
507         
508 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
509
510         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
511         (get_mime_type_from_data), (get_document_from_uri),
512         (ev_document_factory_get_document):
513         
514         Improved error message about file opening failture.
515         Bug #529129.
516
517 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
518
519         * data/evince-toolbar.xml:
520         
521         Allow to add SaveAs to toolbar.
522
523 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * shell/ev-view-private.h:
526         * shell/ev-view.[ch]: (ev_view_button_release_event),
527         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
528         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
529         (ev_view_update_primary_selection), (clear_link_selected),
530         (ev_view_copy_link_address):
531         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
532
533         Update also the primary selection when copying a link
534         address. Fixes bug #520855.
535         
536 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * libdocument/ev-document-factory.c: (get_document_from_uri):
539
540         Use the pixbuf backend only when the mime type is not supported by
541         any of the other backend so that tiff documents, for instance, are
542         handled by the tiff backend instead of the pixbuf backend. fixes
543         bug #520290.
544         
545 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * cut-n-paste/Makefile.am:
548
549         Add evmountoperation to subdirs list.
550         
551 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * configure.ac:
554
555         Fix libspectre check in configure script. Fixes bug #528549.
556         
557 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * configure.ac:
560         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
561         * shell/Makefile.am:
562         * shell/ev-window.c: (ev_window_load_remote_failed),
563         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
564
565         Add GtkMountOperation (renamed to avoid conflicts) to be able to
566         open documents in remote locations that are not mounted.
567         
568 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
569
570         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
571         (bitmap_convert_msb8):
572         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
573         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
574
575         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
576         
577 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
580         (ev_job_render_new), (ev_job_render_set_selection_info),
581         (ev_job_render_run):
582         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
583         (check_job_size_and_unref),
584         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
585         (add_job), (ev_pixbuf_cache_get_selection_surface):
586
587         Create the render context needed for rendering a page in the render
588         thread so that we don't block the main thread. Simplify
589         EvJobRender API.
590         
591 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * libdocument/Makefile.am:
594         * libdocument/ev-page.[ch]:
595         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
596         (ev_render_context_new), (ev_render_context_set_page):
597         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
598         (ev_form_field_finalize), (ev_form_field_class_init):
599         * libdocument/ev-document-forms.[ch]:
600         (ev_document_forms_get_form_fields):
601         * libdocument/ev-document.[ch]: (ev_document_get_page),
602         (ev_document_get_page_size), (ev_document_get_page_label):
603         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
604         (ev_job_render_run), (ev_job_thumbnail_new),
605         (ev_job_thumbnail_run), (ev_job_print_run):
606         * shell/ev-page-cache.c: (ev_page_cache_new):
607         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
608         (check_job_size_and_unref), (add_job):
609         * shell/ev-sidebar-thumbnails.c: (add_range):
610         * shell/ev-view.c: (ev_view_form_field_get_region),
611         (ev_view_form_field_button_create_widget),
612         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
613         (ev_view_handle_form_field), (ev_view_size_allocate),
614         (get_selected_text):
615         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
616         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
617         (pdf_document_get_page), (pdf_document_get_page_label),
618         (pdf_document_render), (pdf_document_get_info),
619         (pdf_document_document_iface_init),
620         (pdf_document_thumbnails_get_thumbnail),
621         (pdf_document_thumbnails_get_dimensions),
622         (pdf_document_file_exporter_do_page),
623         (pdf_selection_render_selection),
624         (pdf_selection_get_selected_text),
625         (pdf_selection_get_selection_region),
626         (pdf_selection_get_selection_map),
627         (pdf_document_forms_get_form_fields),
628         (pdf_document_forms_form_field_text_get_text),
629         (pdf_document_forms_form_field_text_set_text),
630         (pdf_document_forms_form_field_button_set_state),
631         (pdf_document_forms_form_field_button_get_state),
632         (pdf_document_forms_form_field_choice_get_item),
633         (pdf_document_forms_form_field_choice_get_n_items),
634         (pdf_document_forms_form_field_choice_is_item_selected),
635         (pdf_document_forms_form_field_choice_select_item),
636         (pdf_document_forms_form_field_choice_toggle_item),
637         (pdf_document_forms_form_field_choice_unselect_all),
638         (pdf_document_forms_form_field_choice_set_text),
639         (pdf_document_forms_form_field_choice_get_text):
640         * backend/ps/ev-spectre.c: (ps_document_get_page),
641         (ps_document_get_page_size), (ps_document_get_page_label),
642         (ps_document_render), (ps_document_document_iface_init),
643         (ps_document_file_exporter_do_page):
644         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
645         (tiff_document_render), (tiff_document_render_pixbuf),
646         (tiff_document_file_exporter_do_page):
647         * backend/pixbuf/pixbuf-document.c:
648         (pixbuf_document_get_page_size):
649         * backend/comics/comics-document.c:
650         (comics_document_get_page_size), (comics_document_render_pixbuf):
651         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
652         (djvu_document_render), (djvu_selection_get_selected_text),
653         (djvu_document_thumbnails_get_thumbnail),
654         (djvu_document_file_exporter_do_page),
655         (djvu_document_find_get_result):
656         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
657         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
658         (dvi_document_thumbnails_get_thumbnail),
659         (dvi_document_file_exporter_do_page):
660         * backend/impress/impress-document.c:
661         (impress_document_get_page_size),
662         (impress_document_render_pixbuf):
663         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
664
665         Add EvPage so that we can hold a reference to the backend
666         page. Form fields keep now a reference to the poppler page
667         improving performance since we don't have to create/destroy the
668         poppler field for every form operation. This will be needed for
669         annotations too.
670         
671 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
672
673         * data/evince-ui.xml:
674         * shell/ev-window.c:
675
676         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
677         
678 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * configure.ac:
681         * backend/ps/Makefile.am:
682
683         Remove gs stuff from ps backend.
684         
685 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * configure.ac:
688         * backend/pdf/ev-poppler.cc:
689
690         Bump poppler requirement to 0.8.0.
691         
692 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
693
694         * NEWS:
695         * configure.ac:
696
697         Update for release 2.22.1.1
698
699 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * configure.ac:
702
703         Fix build (again) when poppler version is 0.6
704         
705 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * backend/djvu/djvu-links.c: (build_tree):
708
709         Make sure link title is a valid utf8 string. Fixes bug #526517.
710         
711 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * configure.ac:
714
715         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
716         #526799.
717         
718 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
719
720         * configure.ac:
721         
722         Update for release 2.22.1.
723
724 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
725
726         * NEWS:
727
728         Update for upcoming release.
729
730 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
731
732         * configure.ac:
733         * backend/dvi/dvidocument.evince-backend.in:
734
735         Add compressed dvi to the list of supported mime types. Patch by
736         Ed Catmur. Fixes bug #307087.
737
738 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * shell/ev-jobs.c: (ev_job_print_get_page_list):
741
742         Fix a crash when printing a range that doesn't specify the start or
743         end page. Fixes bug #524288.
744
745 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-window.c: (ev_window_cmd_continuous),
748         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
749         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
750         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
751         (ev_window_run_presentation), (ev_window_stop_presentation),
752         (ev_window_cmd_view_presentation),
753         (ev_window_cmd_leave_fullscreen),
754         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
755
756         Do not unfullscreen and fullscreen again the window when changing
757         from fullscreen to presentation mode and vice versa. Fixes bug
758         #524112.
759         
760 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
763
764         Do not crash when thumbnail failed to render in PS backend. Fixes
765         bug #525015.
766         
767 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * shell/ev-window.c: (window_open_file_copy_ready_cb),
770         (ev_window_load_file_remote), (ev_window_open_uri):
771
772         Handle errors when opening remote files.
773         
774 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * shell/ev-page-action.c: (ev_page_action_grab_focus):
777
778         Only grab the focus for the current visible proxy widget. Fixes
779         bug #521224.
780         
781 2008-03-30  Emil Soleyman  <emil@nishra.com>
782
783         * shell/ev-window.c: (launch_external_uri):
784         
785         Reuse g_app_info_launch_default_for_uri to
786         save some code and fix bug #525009.
787
788 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
789
790         * shell/ev-window.c (image_save_dialog_response_cb):
791
792         Use g_str_has_suffix. See bug #523069.
793
794 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * configure.ac:
797
798         Add a configure option to enable/diable DBus. Patch by Rémi
799         Cardona. Fixes bug 521797.
800
801 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
804
805         Fix printing in documents with rotated pages. Patch by Eugen
806         Dedu. Fixes bug #512648.
807         
808 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
811         (ev_link_from_action):
812
813         Fix warning messages.
814         
815 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * shell/ev-window.c: (image_save_dialog_response_cb):
818
819         Do not append the extension to filename when saving an image
820         if the filename alredy contains the extension. Fixes bug #523069.
821         
822 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/ev-view.[ch]: (ev_view_find_cancel):
825         * shell/ev-window.c: (find_bar_close_cb):
826
827         Cancel the find operation when the find bar is closed. Fixes bug
828         #508845.
829         
830 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * backend/ps/psdocument.evince-backend.in:
833
834         Make ps backend module resident. Fixes bug #520607.
835         
836 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * shell/ev-jobs.c: (ev_job_print_run):
839
840         Invert collate action in order to work as expected, fix reverse
841         printing so that it doesn't start with a blank page and fix number
842         of copies. Patch by Eugen Dedu. Fixes bug #365332.
843         
844 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
847
848         Fix build with poppler <= 0.7.2
849         
850 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * libdocument/ev-document-misc.c:
853         (ev_document_misc_surface_from_pixbuf):
854
855         Fix selections with poppler-splash.
856         
857 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * configure.ac:
860         * backend/pdf/ev-poppler.cc:
861
862         Fix build with poppler >= 0.7.2
863         
864 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
865
866         * configure.ac:
867         
868         Update for release 2.22.0
869
870 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * NEWS:
873
874         Update for upcoming release.
875
876 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
877
878         * shell/ev-window.c (ev_window_print_dialog_response_cb):
879
880         Bug 495107 – Handle print dialog responses correctly
881
882         Correctly handle print dialog response. Properly fixes
883         the above mentioned bug.
884
885 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
888
889         Make sure print job is only run when the print button is
890         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
891         
892 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * backend/pdf/pdfdocument.evince-backend.in:
895         * libdocument/ev-backends-manager.c:
896         (ev_backends_manager_load_backend),
897         (ev_backends_manager_get_document):
898         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
899
900         Allow making backend modules resident. This is needed only for
901         some backends like pdf to avoid registering glib types more than
902         once.
903         
904 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * backend/comics/comics-document.c:
907         * backend/djvu/djvu-document.c:
908         * backend/impress/impress-document.c:
909         * backend/pdf/ev-poppler.cc:
910         * backend/pixbuf/pixbuf-document.c:
911         * backend/ps/ev-spectre.c:
912         * backend/ps/ps-document.c:
913         * backend/tiff/tiff-document.c:
914         * libdocument/ev-document.h:
915         * properties/ev-properties-main.c:
916
917         Use g_type_module_add_interface instead of
918         g_type_add_interface_static. Fixes bug #519679.
919         
920 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
921
922         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
923         Added. Returns whether the animation has everything necessary to run.
924         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
925         is ready just because it's been created. Fixes #519106.
926         (draw_one_page): Do not show the "Loading..." text in presentation
927         mode, there was a slim probability that this could happen.
928
929 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
932
933         Duplicate mime_type string before freeing it so that it doesn't
934         always fail when getting mime type from uri. Fixes bug #518874.
935         
936 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * shell/ev-view.c: (ev_view_form_field_choice_changed):
939
940         Fix a crash when a choice form field doesn't have any item
941         selected. Fixes bug #518831
942         
943 2008-02-25  Alexander Larsson  <alexl@redhat.com>
944
945         * shell/ev-window.c (ev_window_clear_temp_file):
946         Use g_file_has_prefix instead of renamed
947         g_file_contains_file.
948
949         * configure.ac:
950         Require new glib for above change.
951         
952 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
953
954         * libdocument/ev-image.c: (ev_image_finalize),
955         (ev_image_save_tmp):
956
957         Return a real uri instead of a filename when saving an
958         image. Fixes images drag an drop from evince to nautilus. 
959         
960 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * backend/pdf/ev-poppler.cc:
963         (pdf_document_images_get_image_mapping):
964
965         Return the image list in the right order. Fixes bug #516237.
966         
967 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
968
969         * backend/impress/impress-document.c:
970         (impress_document_thumbnails_get_thumbnail):
971
972         Remove unused variable to avoid a compiler warning.
973
974 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
975
976         * configure.ac:
977         
978         Update for release 2.21.91.
979
980 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * configure.ac:
983         * shell/Makefile.am:
984         * shell/ev-application.[ch]:
985         * shell/ev-sidebar-links.c:
986         * shell/ev-utils.[ch]:
987         * shell/ev-window.[ch]:
988
989         Remove libgnomeprint support. Fixes bug #512370.
990         
991 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
992
993         * thumbnailer/evince-thumbnailer.c: (main):
994
995         Initialize glib type system before using it. Fixes bug #513934.
996         
997 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * properties/ev-properties-main.c:
1000
1001         Add missing #include.
1002         
1003 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * configure.ac:
1006         * backend/djvu/djvu-document.c: (djvu_document_render):
1007         * backend/tiff/tiff-document.c: (tiff_document_render):
1008
1009         Use the new cairo function cairo_format_stride_for_width when
1010         available. Fixes bug #482720.
1011
1012 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1015         (get_mime_type_from_data), (get_document_from_uri):
1016
1017         Use g_content_type_guess() only when slow is true in
1018         get_document_from_uri(). Fix several memory leaks.
1019         
1020 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1021
1022         * libdocument/ev-document-factory.c:
1023         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1024         (get_document_from_uri):
1025
1026         Use g_content_type_guess () to get mimetype for files.
1027         Bug #510401.
1028
1029 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1030
1031         * thumbnailer/Makefile.am:
1032
1033         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1034         
1035 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * configure.ac:
1038
1039         Fix build with --without-libgnome. Fixes bug #512771.
1040         
1041 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1042
1043         * backend/dvi/Makefile.am: Install only dvi
1044         module. Fixes bug #512718.
1045
1046 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1047
1048         * properties/ev-properties-main.c: (nautilus_module_initialize):
1049         
1050         Initialize backends in properties tab. Fixes bug
1051         #512720.
1052
1053 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1054
1055         * properties/Makefile.am: No need to link with 
1056         libraries. Fixes bug #512719.
1057
1058 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1059
1060         * NEWS:
1061         * configure.ac:
1062         
1063         Update for release 2.21.90.
1064
1065 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * shell/ev-window.c: (ev_window_cmd_escape):
1068
1069         Fix compile warning.
1070         
1071 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1072
1073         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1074
1075         Fix printing in dvi backend when filename contains white
1076         espaces. Fixes bug #502839.
1077         
1078 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1081         (screensaver_disable_x11):
1082         * shell/Makefile.am:
1083         * shell/xdg-user-dir-lookup.c: Removed
1084         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1085         * shell/ev-view.c: (ev_view_presentation_transition_start):
1086         * shell/ev-window.c: (ev_window_cmd_file_open),
1087         (ev_window_cmd_save_as), (presentation_set_timeout):
1088
1089         Remove #ifdefs that are no longer needed.
1090         
1091 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * shell/ev-view.[ch]: (ev_view_button_release_event),
1094         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1095         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1096         (ev_window_cmd_escape):
1097
1098         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1099         
1100 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * configure.ac:
1103         * backend/comics/comics-document.c: (comics_document_load):
1104         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1105         (ev_attachment_set_property), (ev_attachment_init),
1106         (ev_attachment_save), (ev_attachment_launch_app),
1107         (ev_attachment_open):
1108         * libdocument/ev-document-factory.c: (get_document_from_uri):
1109         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1110         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1111         * shell/ev-jobs.c:
1112         * shell/ev-password.c: (ev_password_dialog_set_property),
1113         (ev_password_dialog_save_password):
1114         * shell/ev-sidebar-attachments.c:
1115         (ev_sidebar_attachments_drag_data_get):
1116         * shell/ev-window-title.c: (get_filename_from_uri):
1117         * shell/ev-window.c: (ev_window_clear_temp_file),
1118         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1119         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1120         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1121         (launch_external_uri), (image_save_dialog_response_cb),
1122         (attachment_save_dialog_response_cb):
1123         * shell/main.c: (load_files), (load_files_remote), (main):
1124         * thumbnailer/evince-thumbnailer.c: (main):
1125
1126         Port to gio and drop gnome-vfs dependency. Fixes bug
1127         #510401. Based on patch by Cosimo Cecchi.
1128         
1129 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1130
1131         * NEWS:
1132
1133         Fixed formatting inconsistencies (spaces vs. tabs)
1134
1135 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1136
1137         * shell/ev-window.c:
1138
1139         Use top/up/bottom/down arrows instead of
1140         first/left/last/right in the toolbar and menu actions.
1141         This fixes issues with RTL languages and is visually
1142         consistent with the page view. Fixes bug #170081.
1143
1144 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1145
1146         * NEWS:
1147
1148         Fixed some inaccuracies pointed out by Carlos Garcia
1149         Campos.
1150
1151 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1152
1153         * NEWS:
1154         * data/evince.schemas.in:
1155         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1156
1157         Override PDF restrictions by default. Fixes bug #382700.
1158
1159 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1160
1161         * NEWS: Updated for upcoming release
1162
1163 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1164
1165         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1166
1167         Fix memory leak.
1168         
1169 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1170
1171         * shell/ev-window.c: (register_custom_actions):
1172         
1173         Added comment for translators
1174
1175 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * shell/ev-view.c: (ev_view_button_release_event):
1178
1179         Do not create the idle function for kinetic scrolling if we are
1180         not in a drag operation.
1181
1182 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1185         (ev_view_button_press_event), (ev_view_motion_notify_event),
1186         (ev_view_button_release_event):
1187
1188         Restore cursor after autoscrolling. Fixes bug #509958.
1189
1190 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1191
1192         * configure.ac:
1193         * backend/pdf/ev-poppler.cc:
1194         (pdf_document_images_get_image_mapping),
1195         (pdf_document_images_get_image),
1196         (pdf_document_document_images_iface_init):
1197         * libdocument/ev-document-images.[ch]:
1198         (ev_document_images_get_image_mapping),
1199         (ev_document_images_get_image):
1200         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1201         (ev_image_get_id), (ev_image_save_tmp):
1202         * shell/ev-jobs.c: (ev_job_render_run):
1203         * shell/ev-view.c: (ev_view_drag_data_get):
1204         * shell/ev-window.c: (image_save_dialog_response_cb),
1205         (ev_view_popup_cmd_copy_image):
1206
1207         Do not render images when rendering the page but on demand. It
1208         reduces the memory comsumption.
1209         
1210 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1211
1212         * configure.a:
1213         * shell/ev-password.c:
1214
1215         Make gnome-keyring optional. Fixes bug #509676.
1216         
1217 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * shell/ev-pixbuf-cache.c: (add_job):
1220
1221         Initialize include_images variable as FALSE instead of TRUE.
1222         
1223 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1224
1225         * configure.ac:
1226         * cut-n-paste/Makefile.am:
1227         * cut-n-paste/fileformatchooser/Makefile.am:
1228         * cut-n-paste/fileformatchooser/egg-macros.h:
1229         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1230         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1231         * shell/Makefile.am:
1232         * shell/ev-utils.c:
1233         (file_chooser_dialog_add_writable_pixbuf_formats),
1234         (get_gdk_pixbuf_format_by_extension):
1235         * shell/ev-utils.h:
1236         * shell/ev-window.c: (ev_window_error_message),
1237         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1238         
1239         Simplify image format selection on save.
1240
1241 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1242
1243         * shell/ev-view.c: (ev_view_scroll_event):
1244         
1245         Repair gorizontal scrolling with shift. Fixes
1246         bug #483412.
1247
1248 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1249         
1250         * MAINTAINERS:
1251
1252         Fix formatting issues.
1253         
1254 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1255
1256         * backend/comics/comics-document.c: (comics_regex_quote):
1257         
1258         Don't overquote special chars except of '. See bug 
1259         502500. Thanks to Tom Parker.
1260
1261 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1262
1263         * MAINTAINERS:
1264         
1265         Added Nickolay and Carlos, since they're doing most of
1266         the releases nowadays.
1267
1268 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1269
1270         * properties/Makefile.am:
1271
1272         Get the nautilus extension dir properly instead of using
1273         a hack. Fixes bug #505359.
1274
1275 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1276
1277         * properties/Makefile.am:
1278         
1279         Install nautilus extension into new place. See bug
1280         #505359. Thanks to Matthias Clasen, Brian Pepple and
1281         Damien Carbery.
1282
1283 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1284
1285         * shell/ev-window.c: (ev_window_get_recent_file_label):
1286         
1287         RTL marker in recent file list. See bug #509076.
1288
1289 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1292         * shell/ev-window.c: (image_save_dialog_response_cb):
1293
1294         Fix compile warnings due to unused variables.
1295         
1296 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * configure.ac:
1299         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1300         * backend/ps/ev-spectre.c: (ps_document_render):
1301
1302         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1303
1304 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1305
1306         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1307         (ev_transition_animation_paint): Implement "fade" effect.
1308
1309 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1310
1311         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1312         (ev_transition_animation_paint): Implement "uncover" effect.
1313
1314 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1315
1316         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1317         (ev_transition_animation_paint): Implement "cover" effect.
1318
1319 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1320
1321         * shell/ev-transition-animation.c (ev_transition_animation_push)
1322         (ev_transition_animation_paint): Implement "push" effect.
1323
1324 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1325
1326         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1327         (ev_transition_animation_paint): Implement "dissolve" effect.
1328
1329 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1330
1331         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1332         (ev_transition_animation_paint): Implement "wipe" effect.
1333
1334 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1335
1336         * shell/ev-transition-animation.c (ev_transition_animation_box)
1337         (ev_transition_animation_paint): Implement "box" effect.
1338
1339 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1340
1341         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1342         (ev_transition_animation_paint): Implement "blinds" effect.
1343
1344 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1345
1346         * shell/ev-transition-animation.c (ev_transition_animation_split)
1347         (ev_transition_animation_paint): Implement "split" effect.
1348
1349 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1350
1351         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1352         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1353         (ev_view_transition_animation_start) 
1354         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1355         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1356         (ev_view_next_page) (ev_view_previous_page):
1357         
1358         Use EvTransitionAnimation to drive page changes in the presentation
1359         mode, the animation will wait to start until both the origin and 
1360         destination page surfaces are available. Fixes #458460.
1361
1362         (draw_loading_text):
1363
1364         Remove workaround for bug #320352, it's now fixed properly.
1365
1366
1367 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1368
1369         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1370         will contain the implementations for page transition animations, at
1371         the moment it just has the "replace" effect.
1372         * shell/Makefile.am: Added these files to build.
1373
1374 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1375
1376         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1377         animations.
1378         * shell/Makefile.am: Added these files to build.
1379
1380 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1381
1382         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1383         implementation to get_effect() in EvDocumentTransitionIface.
1384
1385 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1386
1387         * libdocument/ev-transition-effect.[ch]: New files, define a page
1388         transition effect, at the moment it maps PopplerPageTransition to a
1389         GObject.
1390         * libdocument/Makefile.am: Added these files to build.
1391         * libdocument/ev-document-transition.[ch]
1392         (ev_document_transition_get_effect): New method, gets the
1393         EvTransitionEffect returned by the interface implementation, with
1394         fallback to the "replace" effect.
1395
1396 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1397
1398         * configure.ac:
1399         * cut-n-paste/Makefile.am:
1400         * cut-n-paste/fileformatchooser/Makefile.am:
1401         * cut-n-paste/fileformatchooser/egg-macros.h:
1402         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1403         * shell/Makefile.am:
1404         * shell/ev-window.c: (image_save_dialog_response_cb),
1405         (ev_view_popup_cmd_save_image_as):
1406
1407         Allow exporting images in any format supported by
1408         GdkPixbuf. Fixes bug #500209.
1409         
1410 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * backend/pixbuf/pixbuf-document.c:
1413
1414         More warnings fixed.
1415         
1416 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1419         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1420         * backend/djvu/djvu-text.h:
1421         * backend/tiff/tiff-document.c: (tiff_document_render):
1422
1423         Fix compile warnings.
1424         
1425 2007-12-28  Christian Persch  <chpe@gnome.org>
1426
1427         * **/*.c: Include config.h. Bug #504721.
1428
1429 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * configure.ac:
1432         * Makefile.am:
1433         * po/POTFILES.in:
1434         * backend/comics/Makefile.am:
1435         * backend/comics/comics-document.[ch]:
1436         * backend/comics/comicsdocument.evince-backend.in:
1437         * backend/djvu/Makefile.am:
1438         * backend/djvu/djvu-document.[ch]:
1439         * backend/djvu/djvudocument.evince-backend.in:
1440         * backend/dvi/Makefile.am:
1441         * backend/dvi/dvi-document.[c]:
1442         * backend/dvi/dvidocument.evince-backend.in:
1443         * backend/impress/Makefile.am:
1444         * backend/impress/impress-document.[ch]:
1445         * backend/impress/impressdocument.evince-backend.in:
1446         * backend/pdf/Makefile.am:
1447         * backend/pdf/ev-poppler.cc:
1448         * backend/pdf/ev-poppler.h:
1449         * backend/pdf/pdfdocument.evince-backend.in:
1450         * backend/pixbuf/Makefile.am:
1451         * backend/pixbuf/pixbuf-document.[ch]:
1452         * backend/pixbuf/pixbufdocument.evince-backend.in:
1453         * backend/ps/Makefile.am:
1454         * backend/ps/ev-spectre.[ch]:
1455         * backend/ps/ps-document.[ch]:
1456         * backend/ps/psdocument.evince-backend.in:
1457         * backend/tiff/Makefile.am:
1458         * backend/tiff/tiff-document.[ch]:
1459         * backend/tiff/tiffdocument.evince-backend.in:
1460         * libdocument/Makefile.am:
1461         * libdocument/ev-backends-manager.[ch]:
1462         * libdocument/ev-module.[ch]:
1463         * libdocument/ev-document.h:
1464         * libdocument/ev-document-factory.[ch]:
1465         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1466         (get_compression_from_mime_type), (get_document_from_uri),
1467         (ev_document_factory_get_document), (file_filter_add_mime_types),
1468         (ev_document_factory_add_filters):
1469         * shell/Makefile.am:
1470         * shell/ev-window-title.c: (get_filename_from_uri):
1471         * shell/main.c: (main):
1472         * thumbnailer/Makefile.am:
1473         * thumbnailer/evince-thumbnailer.c: (main):
1474
1475         Plugin system for backends. Fixes bug #351348.
1476         
1477 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1478
1479         * shell/ev-view-private.h:
1480         * shell/ev-view.c: (ev_view_drag_update_momentum),
1481         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1482         (ev_view_button_release_event), (ev_view_destroy):
1483         
1484         Kinetic scrolling implemented as requested in
1485         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1486
1487 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1488
1489         * data/evince-toolbar.xml:
1490         * data/evince-ui.xml:
1491         * shell/ev-view-private.h:
1492         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1493         (ev_view_button_press_event), (ev_view_motion_notify_event),
1494         (ev_view_button_release_event), (ev_view_init),
1495         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1496         (ev_view_set_cursor):
1497         * shell/ev-view.h:
1498         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1499         (ev_window_cmd_view_autoscroll):
1500         
1501         Autoscroll feature with the context menu. Fixes bug 
1502         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1503
1504 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1507
1508         Disconnect also page-ready signal when removing a job because the
1509         page size has changed. Thanks to kripken
1510         <kripkensteiner@gmail.com>.
1511
1512 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1513
1514         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1515         
1516         Scroll pages in page entry with mouse wheel. Fixes bug
1517         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1518
1519 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * backend/dvi/Makefile.am:
1522         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1523         (mdvi_cairo_device_init):
1524         * backend/dvi/mdvi-lib/common.h:
1525         * backend/dvi/mdvi-lib/mdvi.h:
1526         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1527         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1528         (mdvi_build_path_from_cwd):
1529
1530         Add ps specials support in dvi backend when libspectre is
1531         present. Fixes bug #386005.
1532         
1533 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * configure.ac:
1536         * backend/ps/Makefile.am:
1537         * backend/ps/ev-spectre.[ch]:
1538         
1539         Use libspectre, if available, for the ps backend. Fixes bugs
1540         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1541
1542 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1543         
1544         * backend/comics/comics-document.c: (comics_document_load):
1545         
1546         Cygwin build issue fix.
1547
1548 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * shell/ev-view.c: (ev_view_set_zoom):
1551
1552         Do not limit the minimum zoom factor when sizing mode is best bit
1553         or fit width. Fixes bug #503805.
1554         
1555 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1558         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1559         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1560         (ev_link_dest_get_property), (ev_link_dest_set_property),
1561         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1562         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1563         (ev_link_dest_new_fitr):
1564         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1565         (goto_fith_dest), (goto_xyz_dest):
1566
1567         Do not change left, top and zoom values when they are null in PDF
1568         destinations. Fixes bug #460658.
1569         
1570 2007-12-10  Christian Persch  <chpe@gnome.org>
1571
1572         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1573         (ev_view_accessible_class_init),
1574         (ev_view_accessible_idle_do_action),
1575         (ev_view_accessible_action_do_action),
1576         (ev_view_accessible_action_get_description),
1577         (ev_view_accessible_action_set_description),
1578         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1579         (ev_view_accessible_factory_init),
1580         (ev_view_accessible_factory_get_accessible_type):
1581         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1582         private data, and G_DEFINE_TYPE. Bug #502843.
1583
1584 2007-12-08  Christian Persch  <chpe@gnome.org>
1585
1586         * shell/ev-metadata-manager.c: (item_free),
1587         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1588         (value_free), (parse_value), (parseItem),
1589         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1590         (save_values): Use GSlice to allocate small amounts of memory. Bug
1591         #475972.
1592
1593 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1594
1595         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1596
1597         Restore cursor to normal after a drag operation. Fixes bug
1598         #501603.
1599         
1600 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1601
1602         * NEWS:
1603         * configure.ac:
1604         
1605         Update for release 2.21.1
1606
1607 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * configure.ac:
1610         * cut-n-paste/gedit-message-area/Makefile.am:
1611         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1612         * shell/Makefile.am:
1613         * shell/ev-message-area.[ch]:
1614         * shell/ev-window.c: (ev_window_set_message_area),
1615         (ev_window_error_message_response_cb), (ev_window_error_message),
1616         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1617         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1618         (ev_attachment_popup_cmd_open_attachment),
1619         (attachment_save_dialog_response_cb), (ev_window_set_document),
1620         (ev_window_init):
1621
1622         Use a message area instead of a popup dialog for error
1623         notifications. Fixes bug #337495.
1624         
1625 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1628         (ev_window_run_fullscreen):
1629
1630         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1631         
1632 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * ev-sidebar-thumbnails.c: (update_visible_range),
1635         (ev_sidebar_thumbnails_refresh),
1636         (ev_sidebar_thumbnails_set_document),
1637         (ev_sidebar_thumbnails_support_document):
1638
1639         Show thumbnails for documents with one page. Fixes bug #358751.
1640         
1641 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * shell/ev-window.c:
1644         (ev_window_load_print_settings_from_metadata),
1645         (ev_window_save_print_settings), (ev_window_print_finished),
1646         (ev_window_print_range):
1647
1648         Print settings that are specific to the document are now saved per
1649         document in the metadata file. Fixes bug #488806.
1650         
1651 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1652
1653         * backend/tiff/tiff-document.c: (tiff_document_render):
1654
1655         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1656         
1657 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * shell/ev-application.[ch]: (get_find_string_from_args),
1660         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1661         (ev_application_open_uri_list):
1662         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1663         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1664         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1665         (ev_window_cmd_recent_file_activate),
1666         (ev_window_open_recent_action_item_activated),
1667         (ev_window_print_send), (open_remote_link):
1668         * shell/main.c: (arguments_parse):
1669
1670         Add a command line option for search. Fixes bug #497710.
1671         
1672 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1673
1674         * shell/ev-jobs.c: (ev_job_print_new):
1675
1676         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1677         
1678 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * data/evince-toolbar.xml:
1681         * shell/Makefile.am:
1682         * shell/ev-application.c: (ev_application_init):
1683         * shell/ev-open-recent-action.[ch]:
1684         * shell/ev-window.c:
1685         (ev_window_open_recent_action_item_activated),
1686         (register_custom_actions):
1687
1688         Add an expander to the open toolbar item which pops up a dropdown
1689         menu with the recently used documents. Fixes bug #487215.
1690         
1691 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * shell/ev-window.c: (ev_window_open_uri),
1694         (ev_window_cmd_view_reload):
1695
1696         Do not jump to the first page when reloading by running evince
1697         from the command line. Fixes bug #490847.
1698         
1699 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1700
1701         * shell/ev-window.c: (ev_window_cmd_help_contents):
1702
1703         Plugged memory leak when help file is not found. Fixes bug
1704         #490762.
1705         
1706 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1707
1708         * configure.ac:
1709
1710         Enable djvu, dvi and comics backends by default. Fixes bug
1711         #437121.
1712         
1713 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * configure.ac:
1716         * cut-n-paste/Makefile.am:
1717         * cut-n-paste/recent-files/*: Removed
1718         * help/reference/Makefile.am:
1719         * shell/Makefile.am:
1720         * shell/ev-application.[ch]: (ev_application_shutdown),
1721         (ev_application_init):
1722         * shell/ev-window.c: (ev_window_add_recent),
1723         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1724
1725         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1726         
1727 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1728
1729         * shell/ev-window.c: (launch_external_uri):
1730
1731         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1732         and report error if the URL is not supported (#489910).
1733
1734 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1737         (pdf_document_file_exporter_begin_page),
1738         (pdf_document_file_exporter_end_page):
1739
1740         Fix printing with poppler splash backend. Fixes bug #489774.
1741         
1742 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1745         * shell/ev-print-job.c: (ev_print_job_class_init):
1746
1747         Fix a crash when printing with the gnome-print dialog. Fixes bug
1748         #488939.
1749         
1750 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1751
1752         * backend/pixbuf/pixbuf-document.c:
1753
1754         Fix an implicit function definition warning (#487655)
1755
1756 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-window.c:
1759
1760         Fix conflicting shortcut for view sade pane and presentation.
1761         
1762 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * backend/pdf/ev-poppler.cc:
1765         (pdf_document_file_exporter_begin_page),
1766         (pdf_document_file_exporter_do_page),
1767         (pdf_document_file_exporter_end_page),
1768         (pdf_document_file_exporter_iface_init):
1769         * libdocument/ev-file-exporter.[ch]:
1770         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1771         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1772         (ev_job_print_run):
1773
1774         When printing multiple pages per sheet in reverse option, do not
1775         invert the order of the pages in every sheet, but the order of the
1776         sheets. Do not print blank pages when page range is invalid. Fixes
1777         bugs #484857 and #485521.
1778         
1779 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1782         (ev_job_print_run):
1783         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1784
1785         Respect ranges order when printing more than one range in random
1786         order.
1787         
1788 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1789
1790         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1791         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1792
1793         Rotate also the window icon when document is rotated. Fixes bug
1794         #474681.
1795         
1796 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1799         (pdf_document_forms_get_form_fields):
1800
1801         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1802         Matthias Drochner.
1803         
1804 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * configure.ac:
1807         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1808
1809         Use poppler_page_render_for_printing() instead of
1810         poppler_page_render() if available when exporting to a ps or pdf
1811         file. Fixes bug #476627.
1812         
1813 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * shell/ev-window.c: (ev_window_run_fullscreen):
1816
1817         Do not show the toolbar in fullscreen mode if the main toolbar is
1818         not visible. Fixes bug #483048.
1819         
1820 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-view.c: (ev_view_button_press_event):
1823
1824         Give priority to form fields over images when deciding whether a
1825         button press event is over an image or form field. It allows edit
1826         form fields when they are over a background image. Fixes bug
1827         #477841.
1828         
1829 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1830
1831         * NEWS:
1832         * configure.ac:
1833         
1834         Update for release 2.20.0
1835
1836 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * backend/pdf/ev-poppler.cc:
1839
1840         Remove #ifdef HAVE_FORMS, so that forms support works again.
1841
1842 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1843
1844         * configure.ac:
1845         * data/evince.desktop.in.in:
1846         
1847         Fixes desktop file issues. See bug #473471.
1848
1849 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1852         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1853         (ev_job_queue_remove_job):
1854         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1855         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1856         * shell/ev-window.c: (ev_window_clear_save_job),
1857         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1858         (ev_window_dispose):
1859
1860         Move save a copy task to its own job so that it's carried out in a
1861         thread avoiding another lock in the main thread. Use
1862         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1863         can be saved to a pathin another file system. Fixes bug #456891.
1864         
1865 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1866
1867         * NEWS:
1868         * configure.ac:
1869         
1870         Update for release 2.19.92
1871
1872 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * configure.ac:
1875         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1876         (pdf_selection_get_selection_region),
1877         (pdf_selection_get_selection_map),
1878         (ev_form_field_from_poppler_field):
1879
1880         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1881         and triple click selections are enabled again now.
1882
1883 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * shell/ev-window.c: (ev_window_add_history):
1886
1887         Make sure not to use the history with documents not supporting
1888         links. Fixes bug #468954.
1889
1890 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * shell/ev-window.c: (ev_window_load_job_cb):
1893
1894         Restart the search when reloading a document with the find bar
1895         visible. Fixes bug #461962.
1896
1897 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * shell/ev-window.c: (setup_document_from_metadata),
1900         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1901
1902         Do not jump to the first page when reloading a document from the
1903         last page.
1904
1905 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * shell/ev-window.c: (update_chrome_flag),
1908         (setup_sidebar_from_metadata),
1909         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1910         (ev_window_cmd_edit_find_next),
1911         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1912         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1913         (find_bar_close_cb), (view_actions_focus_in_cb):
1914
1915         Do not update visibility when changing a chrome flag so that it's
1916         possible to update several flags and update visibility only once
1917         for all of them.
1918
1919 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1922
1923         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1924         supported by gtk+. Fixes bug #460907.
1925
1926 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * shell/ev-view.c: (view_update_range_and_current_page):
1929
1930         Make sure current-page <= end-page in continuous mode. Fixes bug
1931         #454950.
1932
1933 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1934
1935         * backend/pdf/ev-poppler.cc: (build_tree):
1936
1937         Ignore outline items without a title. Fixes bug #453913.
1938
1939 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1942         (ev_view_button_release_event), (ev_view_leave_notify_event):
1943
1944         Use always drag mouse cursor during a drag operation. Fixes bug
1945         #470564.
1946
1947 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1950         (pdf_selection_get_selection_region),
1951         (pdf_selection_get_selection_map):
1952
1953         Temporarily disable double and triple selections since it depends on
1954         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1955         released and the update of the external dependency minimal version
1956         approved.
1957
1958 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1959
1960         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1961         (pdf_document_file_exporter_do_page):
1962         * libdocument/ev-file-exporter.h:
1963         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1964         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1965
1966         Actually fix printing regressions. Remove orientation from
1967         EvPrintContext since it's redundant.
1968
1969 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1970
1971         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1972         * backend/impress/impress-document.c:
1973         (impress_document_document_iface_init):
1974         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1975         * backend/djvu/djvu-document.c:
1976         (djvu_document_document_iface_init),
1977         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1978         * backend/tiff/tiff-document.c:
1979         (tiff_document_document_iface_init):
1980         * backend/pixbuf/pixbuf-document.c:
1981         (pixbuf_document_document_iface_init):
1982         * backend/comics/comics-document.c:
1983         (comics_document_document_iface_init):
1984         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1985         (pdf_selection_render_selection),
1986         (pdf_selection_get_selected_text),
1987         (pdf_selection_get_selection_region),
1988         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1989         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1990         (ev_selection_get_selection_region),
1991         (ev_selection_get_selection_map):
1992         * libdocument/ev-document.[ch]:
1993         * shell/ev-pixbuf-cache.[ch]: (add_job),
1994         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1995         * shell/ev-view-private.h:
1996         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1997         (ev_job_render_run):
1998         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1999         * shell/ev-view.c: (start_selection_for_event),
2000         (ev_view_button_press_event), (ev_view_drag_data_get),
2001         (ev_view_drag_data_received), (ev_view_button_release_event),
2002         (compute_new_selection_text), (compute_selections),
2003         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2004         (ev_view_primary_get_cb):
2005
2006         Add support for double and triple click selections.
2007
2008 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2009
2010         * NEWS:
2011         * configure.ac:
2012
2013         Update for release 2.19.4
2014
2015 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2016
2017         * shell/ev-view-private.h:
2018         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2019         (ev_view_set_highlight_search):
2020         * shell/ev-view.h:
2021         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2022         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2023         (find_bar_visibility_changed_cb):
2024         
2025         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2026
2027 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2030         (pdf_document_file_exporter_begin),
2031         (pdf_document_file_exporter_do_page):
2032         * shell/ev-jobs.c: (ev_job_print_run):
2033         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2034
2035         Create always a portrait cairo surface and rotate when needed for
2036         landscape. It fixes printing problems in real printers.
2037
2038 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2039
2040         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2041         * libdocument/ev-file-exporter.[ch]:
2042         (ev_file_exporter_get_capabilities):
2043         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2044         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2045
2046         Adjust number of pages per row according to page orientation when
2047         printing 2 or 6 pages per sheet.
2048
2049 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-window.c: (ev_window_print_send):
2052
2053         Reset also cups setting to 1 when printing multiple pages per
2054         sheet. Fixes bug #468853.
2055
2056 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * libdocument/ev-document-misc.c:
2059         (ev_document_misc_surface_rotate_and_scale):
2060
2061         Use directly cairo_surface_get_content() when creating a similar
2062         surface as suggested by Jeff Muizelaar. Thanks again.
2063
2064 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * backend/djvu/djvu-document.c: (djvu_document_render):
2067         * backend/tiff/tiff-document.c: (tiff_document_render):
2068         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2069         * libdocument/ev-document-misc.c:
2070         (ev_document_misc_surface_from_pixbuf),
2071         (ev_document_misc_surface_rotate_and_scale):
2072
2073         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2074         creating page surfaces. Fixes bug #453123. Thank you very much to
2075         Jeff Muizelaar <jeff@infidigm.net>.
2076
2077 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * shell/ev-page-cache.c: (ev_page_cache_new),
2080         (ev_page_cache_get_thumbnail_size):
2081         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2082         (ev_sidebar_thumbnails_set_loading_icon):
2083
2084         Also store in page-cache the dimensions of the thumbnails so that
2085         they can be used to create the correct loading icon in the side
2086         pane. Fixes bug #466857.
2087
2088 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * backend/pdf/ev-poppler.cc:
2091         (pdf_document_thumbnails_get_thumbnail):
2092
2093         Fix thumbnails rotation in pdf documents that include embedded 
2094         thumbnails.
2095
2096 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2097
2098         * backend/pdf/ev-poppler.cc:
2099
2100         Don't use #ifdef in macro expansion. Some compilers don't
2101         like that. Closes bug #467042.
2102
2103 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2104
2105         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2106         
2107         Fixes memory leak in djvu backend.
2108
2109 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2110
2111         * data/icons/32x32/Makefile.am:
2112         * data/icons/32x32/actions/Makefile.am:
2113         * data/icons/32x32/actions/view-page-cont.svg:
2114         * data/icons/32x32/actions/view-page-facing.svg:
2115         * data/icons/48x48/Makefile.am:
2116         * data/icons/48x48/actions/Makefile.am:
2117         * data/icons/48x48/actions/view-page-cont.svg:
2118         * data/icons/48x48/actions/view-page-facing.svg:
2119         
2120         Icons for a new sizes.
2121
2122 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2123
2124         * shell/ev-page-cache.c: (build_height_to_page),
2125         (ev_page_cache_get_height_to_page):
2126         
2127         Fixes invalid read, see bug #466401.
2128
2129 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2132         (set_drag_cursor):
2133         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2134         (configure_item_cursor), (new_pixbuf_from_widget):
2135
2136         Fix multihead problems in toolbar editor. Fixes bug #382055.
2137
2138 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * shell/ev-window.c: (ev_window_cmd_file_open),
2141         (ev_window_cmd_save_as):
2142
2143         Use g_get_user_special_dir when available instead of
2144         xdg_user_dir_lookup.
2145
2146 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2147
2148         * MAINTAINERS:
2149         
2150         Updated according to request on desktop-devel.
2151
2152 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2155
2156         Do not use cairo_rectangle and cairo_clip since we are
2157         not using cairo_fill but cairo_paint. Use the same cairo context
2158         for every page in the same expose event.
2159
2160 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2161
2162         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2163         leak.
2164
2165 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * configure.ac:
2168         * NEWS:
2169
2170         Release 0.9.3
2171
2172 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * libdocument/ev-document-info.h:
2175         * libdocument/ev-document.h:
2176         * shell/ev-page-action.h:
2177         * shell/ev-sidebar-links.h:
2178
2179         Fix a headers problem with ev-link
2180         
2181         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2182         * shell/ev-view-private.h:
2183         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2184         (get_link_area), (ev_view_query_tooltip),
2185         (ev_view_leave_notify_event), (ev_view_destroy),
2186         (ev_view_class_init):
2187
2188         Use new gtk tooltips when available instead of ev-tooltip.
2189         
2190 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * shell/ev-window.c: (update_chrome_visibility),
2193         (ev_window_sidebar_visibility_changed_cb):
2194
2195         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2196         
2197 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * shell/ev-navigation-action.c:
2200         (ev_navigation_action_history_changed),
2201         (ev_navigation_action_set_history):
2202         * shell/ev-navigation-action-widget.c:
2203         (ev_navigation_action_widget_init):
2204         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2205
2206         Fix compile warnings.
2207         
2208 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2211         (egg_editable_toolbar_dispose):
2212
2213         Fix memory leak.
2214         
2215 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2216
2217         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2218         (screensaver_disable_x11):
2219         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2220         * shell/ev-window.c: (presentation_set_timeout):
2221         * shell/ev-view.c: (ev_view_presentation_transition_start):
2222
2223         Use g_timeout_add_seconds instead of g_timeout_add when
2224         available.
2225         
2226 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2227
2228         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2229
2230         Set horizontal scrollbar policy to AUTOMATIC instead of
2231         NEVER. Workaround for bug #449462.
2232         
2233 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2234
2235         * shell/ev-jobs.c: (ev_job_render_page_ready):
2236
2237         Add page_ready callback to main loop with high priority and hold
2238         a reference to job during idle.
2239         
2240 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2241
2242         * configure.ac:
2243         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2244         (pdf_document_file_exporter_begin),
2245         (pdf_document_file_exporter_do_page),
2246         (pdf_document_file_exporter_get_capabilities):
2247         * libdocument/ev-file-exporter.h:
2248         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2249         * shell/ev-window.c: (ev_window_print_send),
2250         (ev_window_print_dialog_response_cb):
2251
2252         Allow printing multiple pages per sheet. Fixes bug #395573.
2253         
2254 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2255
2256         * shell/ev-view.c: (tip_from_link):
2257         
2258         Check for NULL, fixes bug #460862.
2259
2260 2007-07-29  Christian Persch  <chpe@gnome.org>
2261
2262         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2263         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2264         (ev_window_cmd_preview_print):
2265         
2266         Fixes bug #437681 - blocks while enumerating printers.
2267
2268 2007-07-29  Christian Persch  <chpe@gnome.org>
2269
2270         * shell/ev-window.c: (ev_window_screen_changed):
2271         
2272         Don't use deprecated gtk+ function. See bug #460909.
2273
2274 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * shell/ev-utils.c: (get_num_monitors):
2277         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2278
2279         Do not use display before initializing it. Remove compile
2280         warnings.
2281
2282 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2283
2284         * shell/ev-view.c: (ev_view_class_init):
2285         
2286         Unix-like hjkl bindings added. See bug #458111.
2287
2288 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2289
2290         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2291         * shell/ev-utils.h:
2292         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2293         (ev_view_update_view_size):
2294         * shell/ev-view.h:
2295         * shell/ev-window.c: (ev_window_update_actions),
2296         (setup_view_from_metadata), (ev_window_screen_changed),
2297         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2298         (zoom_control_changed_cb):
2299         * shell/ev-window.h:
2300         
2301         Reorganizes utility functions.
2302
2303 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2306         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2307         (add_job), (ev_pixbuf_cache_get_surface),
2308         (ev_pixbuf_cache_get_link_mapping),
2309         (ev_pixbuf_cache_get_image_mapping),
2310         (ev_pixbuf_cache_get_form_field_mapping),
2311         (ev_pixbuf_cache_get_text_mapping):
2312         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2313         (notify_page_ready), (ev_job_render_page_ready),
2314         (ev_job_render_run):
2315
2316         Add page_ready signal to notify that page is ready as soon as
2317         possible even if other page elements like links, forms, images or
2318         text mapping are not ready yet.
2319
2320 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2323         (dvi_document_file_exporter_do_page),
2324         (dvi_document_file_exporter_get_capabilities),
2325         (dvi_document_file_exporter_iface_init):
2326         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2327         (ps_document_file_exporter_do_page),
2328         (ps_document_file_exporter_get_capabilities),
2329         (ps_document_file_exporter_iface_init):
2330         * backend/djvu/djvu-document.c:
2331         (djvu_document_file_exporter_begin),
2332         (djvu_document_file_exporter_end),
2333         (djvu_document_file_exporter_get_capabilities),
2334         (djvu_document_file_exporter_iface_init):
2335         * backend/tiff/tiff-document.c:
2336         (tiff_document_file_exporter_begin),
2337         (tiff_document_file_exporter_get_capabilities),
2338         (tiff_document_document_file_exporter_iface_init):
2339         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2340         (pdf_document_file_exporter_do_page),
2341         (pdf_document_file_exporter_get_capabilities),
2342         (pdf_document_file_exporter_iface_init):
2343         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2344         (ev_file_exporter_get_capabilities):
2345         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2346         (idle_print_handler), (ev_print_job_print):
2347         * shell/ev-jobs.c: (ev_job_print_run):
2348         * shell/ev-window.c: (ev_window_print_send),
2349         (ev_window_print_range):
2350
2351         Use capabilities to know which options should be offered by the
2352         print dialog depending on the document backend.
2353
2354 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2357
2358         Give priority to forms over text to set the cursor.
2359
2360 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * shell/ev-view-private.h:
2363         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2364         (ev_view_leave_notify_event), (ev_view_finalize),
2365         (ev_view_get_property), (ev_view_class_init):
2366
2367         Use IBEAM cursor for text form fields and NORMAL cursor for read
2368         only fields. Remove unused status attribute.
2369
2370 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2371
2372         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2373
2374         Update region for current selected items also for checkbox
2375         buttons, since they can behave as radio buttons when they are in a
2376         set.
2377
2378 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * configure.ac:
2381         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2382
2383         Get max length of text form fields.
2384
2385 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2388         * libdocument/ev-form-field.h:
2389         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2390
2391         Fix build with current poppler cvs head.
2392
2393 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2394
2395         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2396         * shell/eggfindbar.c: (egg_find_bar_init):
2397
2398         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2399         deprecation. Fixes bug #455667
2400
2401 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2402
2403         * NEWS:
2404         * configure.ac:
2405         
2406         Update for release 0.9.2
2407
2408 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2409
2410         * shell/ev-view.c: (ev_view_form_field_text_save),
2411         (ev_view_form_field_choice_save):
2412
2413         Fix a crash when closing whith a form widget visible.
2414
2415 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2418
2419         Update also the region of the current selected button when
2420         clicking on another button if they are radio buttons.
2421
2422 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2425         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2426         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2427         (ev_pixbuf_cache_get_link_mapping),
2428         (ev_pixbuf_cache_get_image_mapping),
2429         (ev_pixbuf_cache_get_form_field_mapping),
2430         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2431         * shell/ev-view.c: (ev_view_form_field_get_region),
2432         (ev_view_form_field_button_create_widget),
2433         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2434         (job_finished_cb):
2435
2436         Redraw only form field region instead of the whole page when
2437         reloading a page to show changes on the form field.
2438
2439 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * shell/ev-view.c: (ev_view_form_field_choice_save):
2442
2443         Fix selection of first item in list form fields.
2444
2445 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2448         (ev_pixbuf_cache_reload_page),
2449         (ev_pixbuf_cache_get_form_field_mapping):
2450
2451         Some refactoring to avoid duplicated code.
2452
2453 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * configure.ac:
2456         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2457         (ev_form_field_from_poppler_field),
2458         (pdf_document_forms_get_form_fields),
2459         (pdf_document_forms_form_field_text_get_text),
2460         (pdf_document_forms_form_field_text_set_text),
2461         (pdf_document_forms_form_field_button_set_state),
2462         (pdf_document_forms_form_field_button_get_state),
2463         (pdf_document_forms_form_field_choice_get_item),
2464         (pdf_document_forms_form_field_choice_get_n_items),
2465         (pdf_document_forms_form_field_choice_is_item_selected),
2466         (pdf_document_forms_form_field_choice_select_item),
2467         (pdf_document_forms_form_field_choice_toggle_item),
2468         (pdf_document_forms_form_field_choice_unselect_all),
2469         (pdf_document_forms_form_field_choice_set_text),
2470         (pdf_document_forms_form_field_choice_get_text),
2471         (pdf_document_document_forms_iface_init):
2472         * libdocument/Makefile.am:
2473         * libdocument/ev-form-field.[ch]:
2474         * libdocument/ev-document-forms.[ch]:
2475         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2476         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2477         (add_job), (ev_pixbuf_cache_reload_page),
2478         (ev_pixbuf_cache_get_form_field_mapping):
2479         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2480         * shell/ev-view-private.h:
2481         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2482         (ev_view_handle_cursor_over_xy),
2483         (ev_view_get_form_field_at_location),
2484         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2485         (ev_view_form_field_button_create_widget),
2486         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2487         (ev_view_form_field_text_create_widget),
2488         (ev_view_form_field_choice_save),
2489         (ev_view_form_field_choice_changed),
2490         (ev_view_form_field_choice_create_widget),
2491         (ev_view_handle_form_field), (ev_view_size_allocate),
2492         (ev_view_realize), (draw_end_presentation_page),
2493         (ev_view_button_press_event), (ev_view_remove_all),
2494         (ev_view_motion_notify_event), (ev_view_key_press_event),
2495         (ev_view_enter_notify_event), (highlight_find_results),
2496         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2497         (ev_view_class_init), (page_changed_cb),
2498         (on_adjustment_value_changed), (ev_view_set_presentation),
2499         (merge_selection_region), (ev_view_set_cursor),
2500         (ev_view_reset_presentation_state):
2501         
2502         Merge evince-forms branch.
2503
2504 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2505
2506         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2507
2508         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2509         This script also updates itself from libegg
2510
2511         * cut-n-paste/toolbar-editor/egg*:
2512         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2513         libegg
2514
2515 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2516
2517         * shell/ev-window.c:
2518         
2519         Adds a nice icon to page action during toolbar editing.
2520         See bug #452872.
2521
2522 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2523
2524         * data/evince-toolbar.xml:
2525         * shell/ev-window.c:
2526         
2527         Let user add a presentation and fullscreen icons on toolbar.
2528         See bug #449734.
2529
2530 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2531
2532         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2533
2534         new script to keep in sync with toolbareditor in libegg
2535
2536         * cut-n-paste/toolbar-editor/*: 
2537
2538         Run update-toolbareditor-from-libegg so we are in sync again. 
2539         Fixes bug #452850.
2540         
2541
2542 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * shell/ev-sidebar-links.c: (job_finished_callback):
2545
2546         Do not connect selection changed signal more than once. Fixes bug
2547         #349433.
2548
2549 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2552
2553         Do not change sidebar chrome flag when pressing F9 key in
2554         presentation mode.
2555
2556 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * backend/pdf/ev-poppler.cc:
2559         (pdf_document_thumbnails_get_dimensions):
2560
2561         Make sure thumbnails width and height is not <= 0. Fixes a crash
2562         with some pdf documents which have really small pages.
2563
2564 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2565
2566         * shell/main.c: (main):
2567
2568         Fixes program description translation issue.
2569         Bug #450148.
2570
2571 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2572
2573         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2574
2575         Do not change current page when returning from black/white mode
2576         in presentation. Fixes bug #415032.
2577
2578 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2579
2580         * NEWS:
2581         * configure.ac:
2582         
2583         Update for release 0.9.1
2584
2585 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2586
2587         * backend/dvi/dvi-document.c:
2588         (dvi_document_finalize),
2589         (dvi_document_file_exporter_format_supported),
2590         (dvi_document_file_exporter_begin),
2591         (dvi_document_file_exporter_do_page),
2592         (dvi_document_file_exporter_end),
2593         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2594         
2595         PDF exporter for dvi documents. Fixes bug #441319.
2596
2597 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * shell/ev-window.c: (ev_window_clear_print_job):
2600
2601         Clear gtk print job when job has finished. Fixes bug #447612.
2602
2603 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * shell/ev-window.c: (ev_window_print_send),
2606         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2607
2608         Add preview button to print dialog. Fixes bug #445419.
2609
2610 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * backend/dvi/Makefile.am:
2613         * backend/dvi/pixbuf-device.[ch]: Removed
2614         * backend/dvi/cairo-device.[ch]: Added
2615         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2616         * backend/dvi/dvi-document.c: (dvi_document_load),
2617         (dvi_document_render), (dvi_document_finalize),
2618         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2619         (dvi_document_do_color_special):
2620         * libdocument/ev-document-misc.[ch]:
2621         (ev_document_misc_pixbuf_from_surface):
2622
2623         Port dvi backend to cairo and fix a problem with colors. 
2624
2625 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * shell/ev-view.c: (draw_one_page):
2628
2629         Draw only visible region.
2630
2631 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2632
2633         * backend/djvu/djvu-document.c: (djvu_document_render):
2634
2635         Fix rotation in djvu backend.
2636
2637 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2640         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2641         (ev_pixbuf_cache_get_image_mapping),
2642         (ev_pixbuf_cache_get_text_mapping):
2643
2644         Redraw view every time we have a new surface. Fixes bug #443587.
2645
2646 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * libdocument/ev-document.c: (ev_document_info_free):
2649
2650         Fix memory leaks.
2651
2652 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * backend/dvi/dvi-document.c: (dvi_document_render),
2655         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2656         * backend/impress/impress-document.c:
2657         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2658         (impress_document_render), (impress_document_document_iface_init),
2659         (impress_document_thumbnails_get_thumbnail):
2660         * backend/djvu/djvu-document-private.h:
2661         * backend/djvu/djvu-document.c: (djvu_document_render),
2662         (djvu_document_finalize), (djvu_document_document_iface_init),
2663         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2664         * backend/tiff/tiff-document.c: (tiff_document_render),
2665         (tiff_document_render_pixbuf),
2666         (tiff_document_document_iface_init):
2667         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2668         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2669         (pdf_selection_render_selection):
2670         * backend/comics/comics-document.c:
2671         (comics_document_render_pixbuf), (comics_document_render),
2672         (comics_document_document_iface_init):
2673         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2674         (pixbuf_document_document_iface_init):
2675         * libdocument/ev-document-misc.[ch]:
2676         (ev_document_misc_surface_from_pixbuf),
2677         (ev_document_misc_surface_rotate_and_scale):
2678         * libdocument/ev-document.[ch]: (ev_document_render):
2679         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2680         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2681         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2682         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2683         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2684         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2685         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2686         (render_finished_cb), (ev_job_render_run):
2687         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2688         (merge_selection_region):
2689
2690         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2691         and selections.
2692
2693 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2694
2695         * shell/ev-window-title.c: (ev_window_title_update):
2696
2697         Fix memory leak.
2698
2699 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2700
2701         * shell/ev-view.c: (draw_loading_text):
2702
2703         Show loading text centered. Fixes bug #433061
2704
2705 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * shell/ev-sidebar-thumbnails.c:
2708         (ev_sidebar_thumbnails_set_loading_icon):
2709
2710         Remove a mutex in the main thread that blocks the UI in heavy
2711         documents.
2712
2713 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2716
2717         Set points_set to TRUE so that selections don't disappear after a
2718         zoom change.
2719
2720 2007-06-07  Michael Monreal  <infernux@web.de>
2721
2722         * data/icons/16x16/actions/Makefile.am:
2723         * data/icons/16x16/actions/zoom.svg:
2724         * data/icons/22x22/actions/Makefile.am:
2725         * data/icons/22x22/actions/zoom.svg:
2726         * data/icons/24x24/actions/Makefile.am:
2727         * shell/ev-stock-icons.c:
2728         * shell/ev-stock-icons.h:
2729         * shell/ev-window.c:
2730         
2731         Zoom icon artwork. See bug #444795.
2732
2733 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2734
2735         * shell/ev-metadata-manager.c: Remove extraneous function
2736         (Closes: #444386)
2737
2738 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2739
2740         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2741         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2742         (ev_metadata_manager_set), (ev_metadata_manager_save):
2743         Simplify the timeout, no need for modified anymore
2744
2745 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2746
2747         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2748         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2749         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2750         (ev_metadata_manager_save): Adapted patch from Arjan van de
2751         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2752         time, saves on power (Closes: #443851)
2753
2754 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * configure.ac:
2757         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2758         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2759
2760         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2761
2762 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2763
2764         * shell/ev-window.c: (ev_window_add_history):
2765
2766         Check if history is NULL
2767
2768 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * libdocument/ev-image.c: (ev_image_finalize):
2771         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2772         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2773         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2774         (ev_tmp_uri_unlink):
2775
2776         Add functions to delete temporary files created by evince in a safe
2777         way.
2778
2779         * shell/ev-window.c: (ev_window_clear_local_uri),
2780         (open_xfer_update_progress_callback),
2781         (save_xfer_update_progress_callback), (ev_window_save_remote),
2782         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2783         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2784         (attachment_save_dialog_response_cb),
2785         (ev_attachment_popup_cmd_save_attachment_as):
2786
2787         Allow saving a copy of a document, image or attachment to a remote
2788         location. Fixes bug #440754. 
2789
2790 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * configure.ac:
2793         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2794
2795         Fix build with current poppler from cvs head. 
2796
2797 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2798
2799         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2800
2801         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2802         directory exists.
2803
2804 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2805
2806         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2807         * shell/ev-window.c:
2808
2809         Change sidebar ordering. Fixes bug #439939.
2810
2811 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2812
2813         * backend/comics/Makefile.am:
2814         
2815         Fixes build with --without-libgnome.
2816
2817 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2818         
2819         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2820
2821         Update cursor and tooltip on page change and view scroll. Fixes bug
2822         #439217.
2823
2824 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2825
2826         * NEWS:
2827         * configure.ac:
2828         
2829         Update for release 0.9.0
2830
2831 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2832
2833         * backend/djvu/djvu-document-private.h:
2834         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2835         (djvu_document_finalize),
2836         (djvu_document_file_exporter_format_supported),
2837         (djvu_document_file_exporter_begin),
2838         (djvu_document_file_exporter_do_page),
2839         (djvu_document_file_exporter_end),
2840         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2841         
2842         Implemented printing with djvu. Bug #437998.
2843
2844 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2845
2846         * backend/impress/zip.c:
2847         Add missing ulong definition.
2848
2849         * backend/ps/ps-interpreter.c:
2850         Add missing headers.
2851
2852         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2853
2854 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2857
2858         Add missing call to parent class dispose method. 
2859
2860 2007-05-12  Ross Burton  <ross@openedhand.com>
2861
2862         * shell/main.c:
2863         Sync keybindings manually when building without libgnome
2864         (#437925).
2865
2866 2007-05-12  Ross Burton  <ross@openedhand.com>
2867
2868         * shell/ev-window.c:
2869         Respect the screen when opening help (#437866).
2870
2871 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * data/evince-ui.xml:
2874         * shell/ev-application.[ch]: (get_print_settings_from_args),
2875         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2876         (ev_application_open_uri_list):
2877         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2878         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2879         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2880         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2881         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2882         (ev_window_dispose):
2883         * shell/main.c: (arguments_parse):
2884
2885         Add print button in preview mode. Fixes bug #396475. 
2886
2887 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2888
2889         * cut-n-paste/zoom-control/ephy-zoom.h:
2890         
2891         Fixes zoom level factors. See bug #408119 for details.
2892
2893 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2894
2895         * backend/comics/comics-document.c: (comics_regex_quote),
2896         (extract_argv):
2897         
2898         Correctly quote symbols. Fixes crash in the bug
2899         #415370.
2900
2901 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2902
2903         * shell/ev-navigation-action-widget.c:
2904         (ev_navigation_action_widget_init),
2905         (ev_navigation_action_widget_class_init),
2906         (ev_navigation_action_widget_button_press_event):
2907         
2908         Connect to button-press event on correct widget. Fixes
2909         bug #431988
2910
2911 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2912
2913         * shell/ev-application.c: (ev_application_open_window),
2914         (ev_application_add_icon_path_for_screen),
2915         (ev_application_open_uri_at_dest):
2916         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2917         * shell/ev-navigation-action.c: (build_menu):
2918         
2919         Add app-specific icons to our icon theme. Fixes bug
2920         #425508.
2921
2922 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2923
2924         * shell/ev-history.c: (ev_history_class_init),
2925         (ev_history_add_link):
2926         * shell/ev-history.h:
2927         * shell/ev-navigation-action.c:
2928         (ev_navigation_action_history_changed),
2929         (ev_navigation_action_set_history), (build_menu),
2930         (ev_navigation_action_finalize):
2931         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2932         
2933         Make navigation action unsensitive instead of showing
2934         menu with unsensitive word. Fixes bug #417392.
2935
2936 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * shell/ev-application.[ch]: (ev_application_shutdown),
2939         (ev_application_get_print_settings),
2940         (ev_application_set_print_settings):
2941         * shell/ev-window.c:
2942
2943         Remember print settings. Fixes bug #349102. 
2944
2945 2007-05-08  Christian Persch  <chpe@gnome.org>
2946
2947         * configure.ac:
2948         * properties/ev-properties-view.c:
2949
2950         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2951         Bug #382438.
2952
2953 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * configure.ac:
2956         * properties/ev-properties-view.c: (ev_regular_paper_size):
2957
2958         Use gtk+ builtin paper list to identify the document's paper size.
2959         Fixes bug #382438. 
2960
2961 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * configure.ac:
2964
2965         Fix build when compiling with thumbnailer and libgnome support. 
2966
2967 2007-05-04  Ross Burton  <ross@openedhand.com>
2968
2969         * configure.ac:
2970         Add --without-libgnome, check for libgnome and libgnomeui
2971         separately, and add them to the symbols as required.
2972
2973         * libdocument/ev-file-helpers.c:
2974         When building without libgnome, use g_get_user_config_dir instead
2975         of gnome_user_dir_get.
2976
2977         * shell/ev-application.c:
2978         When building without libgnome, don't use session management.
2979
2980         * shell/main.c:
2981         When building without libgnome, don't use GnomeProgram or
2982         initialise the authentication manager.
2983
2984         This fixes #328842.
2985
2986 2007-05-04  Ross Burton  <ross@openedhand.com>
2987
2988         * shell/ev-window.c:
2989         Don't use libgnome to open help, instead call Yelp directly.
2990
2991 2007-05-04  Ross Burton  <ross@openedhand.com>
2992
2993         * shell/ev-sidebar-attachments.c:
2994         Don't use libgnome to lookup icons for MIME types, instead copy
2995         code from GTK+ to do it manually.
2996
2997 2007-05-04  Ross Burton  <ross@openedhand.com>
2998
2999         * configure.ac:
3000         Add libxml to the dependencies for SHELL_CORE (#435818).
3001
3002 2007-05-02  Ross Burton  <ross@openedhand.com>
3003
3004         * configure.ac:
3005         * Makefile.am:
3006         Add --disable-thumbnailer (#434825)
3007
3008 2007-05-02  Ross Burton  <ross@openedhand.com>
3009
3010         * shell/ev-window.c:
3011         Add missing includes, fix indentation.
3012
3013         * shell/main.c:
3014         Fix indentation.
3015
3016 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3017
3018         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3019         ev_application_open_uri_at_dest instead of ev_application_open_uri
3020         preventing new document always being opened in a new window even if there
3021         is an empty window.
3022
3023 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3024
3025         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3026         (egg_recent_view_uimanager_finalize):
3027         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3028         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3029         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3030         (ev_pixbuf_cache_dispose):
3031         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3032         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3033         
3034         Add missing chain to parent class methods. Fixes
3035         bug #433128.
3036
3037 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3038
3039         * data/Makefile.am (update-icon-cache): Updates
3040         gtk-update-icon-cache in uninstall-hook.
3041
3042 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3043
3044         * shell/ev-window.c: (ev_window_setup_document),
3045         (ev_window_set_document), (ev_window_load_job_cb):
3046         * shell/ev-view.c: (setup_caches):
3047         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3048
3049         Start rendering pages before any other jobs. 
3050
3051 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * shell/ev-window.c: (ev_window_stop_fullscreen),
3054         (ev_window_stop_presentation):
3055
3056         Update chrome visibility before window unfullscreen. 
3057
3058 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * data/Makefile.am:
3061         * data/evince-ui.xml:
3062         * shell/ev-stock-icons.[ch]:
3063         * shell/ev-application.[ch]: (ev_application_shutdown),
3064         (ev_application_init), (ev_application_get_toolbars_model):
3065         * shell/ev-window.c: (update_chrome_visibility),
3066         (fullscreen_toolbar_setup_item_properties),
3067         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3068         (ev_window_run_presentation), (ev_window_stop_presentation),
3069         (ev_window_run_preview), (ev_window_screen_changed),
3070         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3071         (ev_window_dispose), (ev_window_init):
3072
3073         Make fullscreen toolbar always visible. Do not use egg toolbars for
3074         fullscreen and preview modes since such toolbars are not editables.
3075         Fixes bugs #300278, #338910 and #316188.  
3076
3077 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3078
3079         * shell/ev-application.c:
3080         * shell/ev-job-queue.c:
3081         * shell/ev-metadata-manager.c:
3082         * shell/ev-stock-icons.c:
3083         * shell/ev-window.c:
3084         * shell/main.c:
3085         
3086         Developers documentation updated.
3087
3088 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3089
3090         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3091
3092         Check whether uri is valid before launching it. Fixes bug #427664.
3093
3094 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * shell/ev-window.c:
3097
3098         Change key accelerator for Open a Copy menu entry which is in conflict
3099         with Close. Fixes bug #427321.
3100
3101 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3102
3103         * NEWS:
3104         * configure.ac:
3105         
3106         Update for release 0.8.1
3107
3108 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3109
3110         * shell/ev-window.c: (setup_size_from_metadata):
3111         
3112         Do not make window bigger than screen. Fixes bug 
3113         #388985.
3114
3115 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3118         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3119
3120         Use default resolution when it's not provided by document. Fixes bug
3121         #408762.
3122
3123 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * configure.ac:
3126         * thumbnailer/Makefile.am:
3127         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3128         * thumbnailer/evince-thumbnailer.schemas.in:
3129         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3130
3131         Add support for ps, eps and compressed documents thumbnails. Do not
3132         ignore size parameter. 
3133
3134 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3135
3136         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3137         (dvi_document_do_color_special):
3138         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3139
3140         Implement font color specials in the DVI backend. Fixes bug #303651.
3141
3142 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3143
3144         Fixup the previous commit:
3145
3146         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3147         * shell/xdg-user-dir-lookup.c: Make the function non-static
3148         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3149
3150 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3151
3152         * shell/ev-window.c (file_open_dialog_response_cb): Use
3153         the xdg-user-dirs DOCUMENTS folder as default folder when
3154         opening a file chooser.  (#424858)
3155
3156         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3157         xdg-user-dirs.
3158
3159 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-window.c: (ev_window_load_job_cb):
3162
3163         Do not setup view from metadata on preview mode. 
3164
3165 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3166
3167         * shell/main.c:
3168
3169         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3170
3171 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3172
3173         * shell/ev-view.c: (ev_view_primary_get_cb):
3174
3175         Check pointer != NULL before using it. Fixes bug #416841. 
3176
3177 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3178
3179         * NEWS:
3180         * configure.ac:
3181         
3182         Release 0.8.0
3183
3184 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3185
3186         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3187
3188         Do not render thumbnails when sidebar thumbnail page is not visible
3189         at startup. Fixes bug #416447. 
3190
3191 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3192
3193         * data/evince.desktop.in.in:
3194
3195         "Application" is not a valid category in the freedesktop specification.
3196
3197 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3198
3199         * libdocument/ev-file-helpers.[ch]: (compression_run),
3200         (ev_file_uncompress), (ev_file_compress):
3201         * shell/ev-window.c: (file_save_dialog_response_cb):
3202
3203         Save document compressed when saving a copy of a compressed document.
3204         Fixes bug #334542.
3205
3206 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3209
3210         Allow deleting in goto window entry in presentation mode. 
3211
3212 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3213
3214         * Makefile.am: Dist MAINTAINERS.
3215
3216 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * shell/ev-window.c: (ev_window_update_actions):
3219
3220         Fix zoom shortcut keys when searching. Fixes bug #409828.
3221
3222 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3223
3224         * shell/ev-window.c: (ev_window_setup_document):
3225
3226         Fix crash when loading documents with only one page. 
3227
3228 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3229
3230         * backend/dvi/dvi-document.c:
3231         (dvi_document_thumbnails_get_dimensions),
3232         (dvi_document_thumbnails_get_thumbnail):
3233         * backend/impress/impress-document.c:
3234         (impress_document_thumbnails_get_thumbnail),
3235         (impress_document_thumbnails_get_dimensions):
3236         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3237         (ps_document_thumbnails_get_dimensions):
3238         * backend/djvu/djvu-document.c:
3239         (djvu_document_thumbnails_get_dimensions),
3240         (djvu_document_thumbnails_get_thumbnail):
3241         * backend/tiff/tiff-document.c:
3242         (tiff_document_thumbnails_get_thumbnail),
3243         (tiff_document_thumbnails_get_dimensions):
3244         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3245         (pdf_document_thumbnails_get_thumbnail),
3246         (pdf_document_thumbnails_get_dimensions):
3247         * backend/comics/comics-document.c:
3248         (comics_document_thumbnails_get_thumbnail),
3249         (comics_document_thumbnails_get_dimensions):
3250         * backend/pixbuf/pixbuf-document.c:
3251         (pixbuf_document_thumbnails_get_thumbnail),
3252         (pixbuf_document_thumbnails_get_dimensions):
3253         * libdocument/ev-document-thumbnails.[ch]:
3254         (ev_document_thumbnails_get_thumbnail),
3255         (ev_document_thumbnails_get_dimensions):
3256         * libdocument/ev-document-misc.[ch]:
3257         (ev_document_misc_get_thumbnail_frame):
3258         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3259         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3260         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3261         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3262         (ev_sidebar_thumbnails_refresh):
3263         * shell/ev-window.c: (ev_window_setup_document):
3264         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3265
3266         Use an EvRenderContext for rendering thumbnails instead of a suggested
3267         width, so that different sized pages get sized proportionally.
3268
3269 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * shell/ev-view.c: (ev_view_button_press_event),
3272         (ev_view_key_press_event):
3273
3274         Fix critical warnings when there is no document loaded. 
3275
3276 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * shell/ev-page-action-widget.c:
3279         * shell/ev-navigation-action.c:
3280         * shell/ev-window.c:
3281
3282         Fix compile warnings. 
3283
3284 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * backend/djvu/djvu-text.h:
3287         * backend/djvu/djvu-document.c:
3288         * backend/djvu/djvu-text-page.c:
3289         * backend/djvu/djvu-links.c:
3290         * backend/djvu/djvu-text-page.h:
3291         * backend/djvu/djvu-text.c:
3292         
3293         Fix build on Mac. Fixes bug #392186. Patch by
3294         <ephraim_owns@hotmail.com>
3295
3296 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3299
3300         Restore cairo context before rendering every page when printing a PDF
3301         document into a PDF file. 
3302
3303 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * backend/ps/gstypes.h:
3306         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3307         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3308         (ps_document_thumbnails_get_thumbnail):
3309
3310         Handle PostScript page orientation. Fixes bug #318568.
3311
3312 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3313
3314         * backend/ps/Makefile.am:
3315         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3316         (document_load), (ps_document_load), (save_document),
3317         (save_page_list), (ps_document_get_n_pages),
3318         (ps_document_get_page_size), (ps_document_get_info),
3319         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3320         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3321         (ps_document_thumbnails_get_thumbnail),
3322         (ps_document_thumbnails_get_dimensions),
3323         (ps_document_document_thumbnails_iface_init):
3324         * backend/ps/ps.[ch]: (psgetpagebox):
3325         * backend/ps/ps-interpreter.[ch]:
3326
3327         Add support for thumbnails in ps backend. Fixes bug #164755. 
3328
3329 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3330
3331         * NEWS:
3332         * configure.ac:
3333         
3334         Release 0.7.2
3335
3336 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3339         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3340         (ev_window_dispose):
3341
3342         Use document thumbnail as window icon. Fixes bug #384442.
3343
3344 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3345
3346         * configure.ac:
3347
3348         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3349         duplicated adding application/x-bzpostscript instead. 
3350
3351 2007-02-11  Tom Parker  <palfrey@tevp.net>
3352
3353         * backend/ps/ps-document.c: (document_load):
3354
3355         Check return value of psscan before trying
3356         to use it. Fixes bug #372414.
3357
3358 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3361
3362         Fix invalid free in ev-page-cache. Fixes bug #404745.
3363
3364 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3365
3366         * test/Makefile.am:
3367         * test/test3.py:
3368         
3369         Added reload test case.
3370
3371 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3372
3373         * po/POTFILES.in:
3374         * backend/djvu/djvu-document.c: (djvu_document_load):
3375
3376         Check whether there are missing files in indirect multipage djvu
3377         documents. Fixes bug #361683. 
3378
3379 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3380
3381         * test/Makefile.am:
3382         * test/test-mime.bin:
3383         * test/test3.py:
3384         
3385         Added test for slow mime type
3386
3387 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3388
3389         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3390
3391         Add some checks and call parent_class->finalize. Fixes bug #404745.
3392
3393 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3394
3395         * shell/ev-navigation-action.c: (connect_proxy):
3396         
3397         Fixes dropdown history menu. Thanks a lot Carlos!
3398
3399 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3402
3403         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3404         bug #373715.
3405
3406 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * backend/ps/ps.c: (psscan):
3409
3410         Fix memory leak. 
3411
3412 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * configure.ac:
3415         * libdocument/ev-file-helpers.c: 
3416
3417         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3418
3419 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * configure.ac:
3422         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3423         (ps_interpreter_start), (document_load), (save_document),
3424         (save_page_list):
3425         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3426         * libdocument/ev-document-factory.c:
3427         (ev_document_factory_get_from_mime), (get_document_from_uri),
3428         (free_uncompressed_uri), (ev_document_factory_get_document):
3429         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3430
3431         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3432
3433 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3434
3435         * libdocument/ev-document.h:
3436
3437         Fix typo in function name. 
3438
3439 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * backend/ps/ps-document.c: (ps_interpreter_finished),
3442         (ps_interpreter_start), (ps_interpreter_failed):
3443
3444         Handle ghostscript interpreter crashes. 
3445
3446 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * shell/ev-window.c: (ev_window_open_uri),
3449         (window_configure_event_cb):
3450
3451         Setup window size and position before showing it. Fixes bug #401711.
3452
3453 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * backend/ps/Makefile.am:
3456         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3457         (ps_document_dispose), (ps_document_class_init),
3458         (ps_interpreter_input), (ps_interpreter_output),
3459         (ps_interpreter_error), (setup_interpreter_env),
3460         (ps_interpreter_start), (ps_interpreter_stop),
3461         (ps_interpreter_failed), (ps_interpreter_is_ready),
3462         (check_filecompressed), (document_load), (ps_document_load),
3463         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3464         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3465         (render_page):
3466
3467         Rework ps-document. Code cleanups, remove deprecated code. 
3468
3469 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3470
3471         * shell/ev-view.c: (ev_view_button_press_event):
3472
3473         Do not start an image drag and drop operation when pointer is on 
3474         text, so that we can select text when the whole background is an
3475         image. 
3476
3477 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3478
3479         * shell/ev-window.c: (ev_window_update_actions): 
3480
3481         Disable all zoom related actions during presentation mode. 
3482
3483 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3484
3485         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3486
3487         Do not zoom in or out on presentation mode. Fixes bug #401305.
3488
3489 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3490
3491         * shell/ev-navigation-action.c: (connect_proxy),
3492         (create_menu_item), (ev_navigation_action_class_init):
3493         
3494         Correctly show menu and fix crash when navigaton 
3495         action is out of toolbar visible area.
3496
3497 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3498
3499         * data/Makefile.am:
3500         * data/evince.1:
3501         
3502         Added man file
3503
3504 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3505
3506         * help/reference/* :
3507         * configure.ac:
3508         
3509         Added gtk-doc based documentation for Evince.
3510         Still in initial state but I hope it will
3511         grow.
3512         
3513         * configure.ac:
3514         
3515         Lower dbus requirement to 0.70
3516
3517 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * shell/ev-window.c: (ev_window_add_history):
3520
3521         Fix memory leak. 
3522
3523 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3524
3525         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3526         * shell/ev-view.h:
3527         * shell/ev-window.c: (ev_window_add_history):
3528         
3529         Correctly handle named destination links
3530
3531 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3532
3533         * NOTES:
3534         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3535         * backend/pdf/ev-poppler.cc:
3536         * libdocument/ev-document-links.h:
3537         * libdocument/ev-link.c: (ev_link_get_page):
3538         * libdocument/ev-link.h:
3539         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3540         (ev_history_add_link):
3541         * shell/ev-history.h:
3542         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3543         (new_history_menu_item), (build_menu):
3544         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3545         * shell/ev-sidebar-links.c: (create_loading_model),
3546         (print_section_cb), (ev_sidebar_links_construct),
3547         (fill_page_labels), (update_page_callback_foreach),
3548         (update_page_callback), (job_finished_callback):
3549         * shell/ev-view.c: (ev_view_handle_link):
3550         * shell/ev-window.c: (ev_window_find_chapter),
3551         (ev_window_add_history), (view_handle_link_cb),
3552         (history_changed_cb):
3553         
3554         Implements another history variant
3555
3556 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * shell/ev-window.c: (view_external_link_cb):
3559         * shell/ev-view.c: (ev_view_button_release_event):
3560
3561         Open links in new window when clicking with middle button. 
3562
3563 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * shell/ev-navigation-action.c: (new_history_menu_item):
3566         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3567         * shell/ev-view.c: (ev_view_handle_link):
3568         * shell/ev-window.c:
3569         
3570         Store link before jump, not the destination. For me it 
3571         seems like more natural history behavior.
3572
3573 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3574
3575         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3576         (ev_navigation_action_class_init):
3577         * shell/ev-navigation-action.h:
3578         * shell/ev-page-action.c: (activate_cb):
3579         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3580         (ev_page_cache_set_current_page_history):
3581         * shell/ev-page-cache.h:
3582         * shell/ev-sidebar-thumbnails.c:
3583         (ev_sidebar_tree_selection_changed),
3584         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3585         * shell/ev-view-private.h:
3586         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3587         * shell/ev-view.h:
3588         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3589         (ev_window_setup_document), (ev_window_load_job_cb):
3590         * shell/ev-window.h:
3591         
3592         History finally works as expected.
3593
3594 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3597
3598         Do not update links treeview if it doesn't have a model assigned yet. 
3599
3600 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3601
3602         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3603         (ev_sidebar_links_class_init), (update_page_callback):
3604
3605         Do not update links treeview when sidepane is not visible. 
3606
3607 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3608
3609         * shell/ev-marshal.list:
3610         * shell/ev-page-action.c: (activate_cb),
3611         (ev_page_action_class_init):
3612         * shell/ev-page-action.h:
3613         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3614         * shell/ev-window.c:
3615         
3616         Remove activate_link signal, not required.
3617
3618 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3619
3620         * shell/ev-navigation-action.c: (build_menu):
3621         
3622         Reorder menu items and build menu with fixed length.
3623
3624 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3625
3626         * shell/ev-view.c: (get_selected_text):
3627         
3628         Normalize text to fix ligatures problem. See bug
3629         #341947 for details.
3630
3631 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3634
3635         Fix memory leak in ev-page-cache. 
3636
3637 2007-01-25  Tom Parker <palfrey@tevp.net>
3638
3639         * backend/impress/impress-document.c: (impress_document_load),
3640         (impress_document_finalize), (impress_document_init):
3641         * properties/ev-properties-main.c: (ev_properties_get_pages):
3642         
3643         Correctly handle impress document errors. Fixes nautilus
3644         crash in property page #370491.
3645
3646 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3649         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3650         (ev_job_queue_remove_job):
3651         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3652         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3653         (ev_job_load_run):
3654         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3655         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3656         (ev_window_load_job_cb), (xfer_update_progress_callback),
3657         (ev_window_open_uri), (ev_window_dispose):
3658         * shell/main.c: (main):
3659
3660         Do file transfer asynchronously in the main thread instead of
3661         synchronously in the load thread. Fixes bugs #399694, #398307 and
3662         #343542.
3663
3664 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * shell/ev-jobs.c: (ev_job_xfer_run):
3667
3668         Load the document with the font-config lock held. 
3669
3670 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * backend/ps/ps-document.c: (start_interpreter):
3673
3674         Fix memory leaks in ps backend. 
3675
3676 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * backend/impress/impress-document.c:
3679         (impress_document_render_pixbuf):
3680
3681         Do not acquire fontconfig lock in impress backend, since it is using
3682         the main loop for rendering. 
3683
3684 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * po/POTFILES.in: 
3687
3688         Remove mdvi files that shouldn't be translated. 
3689
3690 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * shell/ev-view-private.h:
3693         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3694         (ev_view_set_zoom):
3695
3696         Render "loading..." text into a cairo surface instead of directly into
3697         the window so that fontconfig lock is only needed once and UI is not
3698         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3699
3700 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3703         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3704
3705         Use icon theme associated with the window screen rather than default. 
3706
3707 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3708
3709         * configure.ac:
3710
3711         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3712
3713 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3714
3715         * data/icons/*/apps/evince.*:
3716
3717         Move Evince icons under new apps directory.
3718
3719         * data/icons/*/actions/*:
3720
3721         Add new custom themeable Evince icons: view-page-continuous, 
3722         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3723         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3724
3725         * configure.ac:
3726
3727         Add new directories to AC_CONFIG_FILES.
3728
3729         * shell/ev-stock-icons.c:
3730         * shell/ev-stock-icons.h:
3731
3732         Use new custom themeable icons.
3733
3734 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3735
3736         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3737
3738         Do not draw white background page in presentation mode. 
3739
3740 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3741
3742         * shell/ev-view.c: Remove unused gnome-vfs include.
3743
3744 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3745
3746         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3747         
3748         Format string is corrected, fixes bug #397129.
3749
3750 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-window.c: (ev_window_setup_recent):
3753
3754         Do not include in recent menu inexistent documents. Fixes
3755         bug #339171.
3756
3757 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3758
3759         * po/POTFILES.skip: 
3760
3761         Update POTFILES.skip file according to current source tree. 
3762
3763 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3764
3765         * shell/ev-window.c: (file_save_dialog_response_cb):
3766
3767         Do Save a copy in atomic way. Fixes bug #328266. 
3768
3769 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3770
3771         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3772
3773         Keep selected cell always visible in index treeview.
3774
3775 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3776         
3777         * shell/ev-view.c: (ev_view_size_allocate):
3778
3779         Restore horizontal scrollbar after switching to/from fullscreen
3780         or presentation mode. Fixes bug #331728.
3781
3782 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3783
3784         * shell/ev-view-private.h:
3785         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3786         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3787         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3788         (ev_view_can_zoom_out):
3789
3790         Use max and min scale values in the view iby taking dpi into account. 
3791
3792 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * configure.ac:
3795         * NEWS:
3796
3797         Release 0.7.1
3798
3799 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * shell/ev-window.c: (ev_window_print_send):
3802
3803         Send print job to printer with some settings set to default values,
3804         since we have already exported to a file according to such settings
3805         and they could be taken twice by some printers. 
3806
3807 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * shell/ev-jobs.c: (ev_job_xfer_run):
3810         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3811
3812         Show main window and load document with the font-config lock held. 
3813
3814 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * configure.ac:
3817         * shell/ev-application.c: (ev_application_register_service):
3818         * shell/main.c: (load_files_remote):
3819
3820         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3821
3822 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3823
3824         * doc/debugging.txt:
3825         
3826         Remove obsolete documentation.
3827
3828 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3829
3830         * Makefile.am:
3831         * backend/Makefile.am:
3832         * backend/comics/Makefile.am:
3833         * backend/djvu/Makefile.am:
3834         * backend/dvi/Makefile.am:
3835         * backend/ev-async-renderer.c:
3836         * backend/ev-async-renderer.h:
3837         * backend/ev-attachment.c:
3838         * backend/ev-attachment.h:
3839         * backend/ev-backend-marshal.c:
3840         * backend/ev-document-factory.c:
3841         * backend/ev-document-factory.h:
3842         * backend/ev-document-find.c:
3843         * backend/ev-document-find.h:
3844         * backend/ev-document-fonts.c:
3845         * backend/ev-document-fonts.h:
3846         * backend/ev-document-images.c:
3847         * backend/ev-document-images.h:
3848         * backend/ev-document-info.h:
3849         * backend/ev-document-links.c:
3850         * backend/ev-document-links.h:
3851         * backend/ev-document-misc.c:
3852         * backend/ev-document-misc.h:
3853         * backend/ev-document-security.c:
3854         * backend/ev-document-security.h:
3855         * backend/ev-document-thumbnails.c:
3856         * backend/ev-document-thumbnails.h:
3857         * backend/ev-document-transition.c:
3858         * backend/ev-document-transition.h:
3859         * backend/ev-document.c:
3860         * backend/ev-document.h:
3861         * backend/ev-file-exporter.c:
3862         * backend/ev-file-exporter.h:
3863         * backend/ev-image.c:
3864         * backend/ev-image.h:
3865         * backend/ev-link-action.c:
3866         * backend/ev-link-action.h:
3867         * backend/ev-link-dest.c:
3868         * backend/ev-link-dest.h:
3869         * backend/ev-link.c:
3870         * backend/ev-link.h:
3871         * backend/ev-render-context.c:
3872         * backend/ev-render-context.h:
3873         * backend/ev-selection.c:
3874         * backend/ev-selection.h:
3875         * backend/impress/Makefile.am:
3876         * backend/pdf/Makefile.am:
3877         * backend/pixbuf/Makefile.am:
3878         * backend/ps/Makefile.am:
3879         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3880         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3881         (start_interpreter), (stop_interpreter), (document_load),
3882         (ps_document_next_page), (render_page):
3883         * backend/tiff/Makefile.am:
3884         * comics/Makefile.am:
3885         * comics/comics-document.c:
3886         * comics/comics-document.h:
3887         * configure.ac:
3888         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3889         * djvu/Makefile.am:
3890         * djvu/djvu-document-private.h:
3891         * djvu/djvu-document.c:
3892         * djvu/djvu-document.h:
3893         * djvu/djvu-links.c:
3894         * djvu/djvu-links.h:
3895         * djvu/djvu-text-page.c:
3896         * djvu/djvu-text-page.h:
3897         * djvu/djvu-text.c:
3898         * djvu/djvu-text.h:
3899         * dvi/Makefile.am:
3900         * dvi/dvi-document.c:
3901         * dvi/dvi-document.h:
3902         * dvi/fonts.c:
3903         * dvi/fonts.h:
3904         * dvi/mdvi-lib/Makefile.am:
3905         * dvi/mdvi-lib/afmparse.c:
3906         * dvi/mdvi-lib/afmparse.h:
3907         * dvi/mdvi-lib/bitmap.c:
3908         * dvi/mdvi-lib/bitmap.h:
3909         * dvi/mdvi-lib/color.c:
3910         * dvi/mdvi-lib/color.h:
3911         * dvi/mdvi-lib/common.c:
3912         * dvi/mdvi-lib/common.h:
3913         * dvi/mdvi-lib/defaults.h:
3914         * dvi/mdvi-lib/dvimisc.c:
3915         * dvi/mdvi-lib/dviopcodes.h:
3916         * dvi/mdvi-lib/dviread.c:
3917         * dvi/mdvi-lib/files.c:
3918         * dvi/mdvi-lib/font.c:
3919         * dvi/mdvi-lib/fontmap.c:
3920         * dvi/mdvi-lib/fontmap.h:
3921         * dvi/mdvi-lib/fontsrch.c:
3922         * dvi/mdvi-lib/gf.c:
3923         * dvi/mdvi-lib/hash.c:
3924         * dvi/mdvi-lib/hash.h:
3925         * dvi/mdvi-lib/list.c:
3926         * dvi/mdvi-lib/mdvi.h:
3927         * dvi/mdvi-lib/pagesel.c:
3928         * dvi/mdvi-lib/paper.c:
3929         * dvi/mdvi-lib/paper.h:
3930         * dvi/mdvi-lib/pk.c:
3931         * dvi/mdvi-lib/private.h:
3932         * dvi/mdvi-lib/setup.c:
3933         * dvi/mdvi-lib/sp-epsf.c:
3934         * dvi/mdvi-lib/special.c:
3935         * dvi/mdvi-lib/sysdeps.h:
3936         * dvi/mdvi-lib/t1.c:
3937         * dvi/mdvi-lib/tfm.c:
3938         * dvi/mdvi-lib/tfmfile.c:
3939         * dvi/mdvi-lib/tt.c:
3940         * dvi/mdvi-lib/util.c:
3941         * dvi/mdvi-lib/vf.c:
3942         * dvi/pixbuf-device.c:
3943         * dvi/pixbuf-device.h:
3944         * impress/Makefile.am:
3945         * impress/common.h:
3946         * impress/document.c:
3947         * impress/f_oasis.c:
3948         * impress/f_oo13.c:
3949         * impress/iksemel.c:
3950         * impress/iksemel.h:
3951         * impress/imposter.h:
3952         * impress/impress-document.c:
3953         * impress/impress-document.h:
3954         * impress/internal.h:
3955         * impress/r_back.c:
3956         * impress/r_draw.c:
3957         * impress/r_geometry.c:
3958         * impress/r_gradient.c:
3959         * impress/r_style.c:
3960         * impress/r_text.c:
3961         * impress/render.c:
3962         * impress/render.h:
3963         * impress/zip.c:
3964         * impress/zip.h:
3965         * lib/Makefile.am:
3966         * lib/ev-debug.c:
3967         * lib/ev-debug.h:
3968         * lib/ev-file-helpers.c:
3969         * lib/ev-file-helpers.h:
3970         * lib/ev-gui.c:
3971         * lib/ev-gui.h:
3972         * lib/ev-tooltip.c:
3973         * lib/ev-tooltip.h:
3974         * libdocument/Makefile.am:
3975         * libdocument/ev-file-helpers.c:
3976         * pdf/Makefile.am:
3977         * pdf/ev-poppler.cc:
3978         * pdf/ev-poppler.h:
3979         * pixbuf/Makefile.am:
3980         * pixbuf/pixbuf-document.c:
3981         * pixbuf/pixbuf-document.h:
3982         * properties/Makefile.am:
3983         * ps/Makefile.am:
3984         * ps/gsdefaults.c:
3985         * ps/gsdefaults.h:
3986         * ps/gsio.c:
3987         * ps/gsio.h:
3988         * ps/gstypes.h:
3989         * ps/ps-document.c:
3990         * ps/ps-document.h:
3991         * ps/ps.c:
3992         * ps/ps.h:
3993         * shell/Makefile.am:
3994         * shell/ev-application.h:
3995         * shell/ev-sidebar-links.c:
3996         * shell/ev-sidebar-links.h:
3997         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3998         (ev_gui_menu_position_tree_selection):
3999         * shell/ev-utils.h:
4000         * shell/ev-view.c: (ev_view_finalize):
4001         * shell/ev-window.c:
4002         * shell/main.c: (main):
4003         * thumbnailer/Makefile.am:
4004         * tiff/Makefile.am:
4005         * tiff/tiff-document.c:
4006         * tiff/tiff-document.h:
4007         * tiff/tiff2ps.c:
4008         * tiff/tiff2ps.h:
4009         
4010         Reorganize source tree.
4011
4012 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4013
4014         * backend/ev-document-factory.c:
4015
4016         Do not include ev-poppler.h when pdf is disabled. 
4017
4018 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4019
4020         * configure.ac:
4021         * data/evince-ui.xml:
4022         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4023         (pdf_document_document_images_iface_init):
4024         * backend/Makefile.am:
4025         * backend/ev-document-images.[ch]:
4026         * backend/ev-image.[ch]:
4027         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4028         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4029         (ev_job_xfer_run):
4030         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4031         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4032         (ev_pixbuf_cache_get_image_mapping):
4033         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4034         (view_menu_popup_cb), (ev_window_dispose),
4035         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4036         (ev_view_popup_cmd_copy_image):
4037         * shell/ev-view-private.h:
4038         * shell/ev-view.c: (ev_view_get_image_at_location),
4039         (ev_view_do_popup_menu), (ev_view_popup_menu),
4040         (ev_view_button_press_event), (ev_view_drag_data_get),
4041         (ev_view_drag_motion), (ev_view_drag_data_received),
4042         (ev_view_motion_notify_event), (ev_view_button_release_event),
4043         (ev_view_finalize), (ev_view_class_init):
4044
4045         Add image handling support. Fixes bugs #310008 and #325047. Images
4046         selection is not supported yet. 
4047
4048 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4049
4050         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4051         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4052         (ev_view_init):
4053
4054         Move view drag and drop stuff to ev-view.
4055
4056 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4057
4058         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4059         * shell/ev-view.c: (clear_selection): 
4060
4061         Clear selection also in pixbuf cache.
4062
4063 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4064
4065         * data/evince.desktop.in.in:
4066         
4067         Change icon name in desktop file. See bug #390734
4068         for details.
4069
4070 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4071
4072         * thumbnailer/Makefile.am:
4073
4074         Use top_builddir instead top_srcdir for generated schema
4075         file installation. Fixes bug #390161.
4076
4077 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * configure.ac:
4080         * backend/Makefile.am:
4081         * backend/ev-document-transition.[ch]:
4082         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4083         (pdf_document_page_transition_iface_init):
4084         * shell/ev-view-private.h:
4085         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4086         (ev_view_set_presentation), (transition_next_page),
4087         (ev_view_presentation_transition_stop),
4088         (ev_view_presentation_transition_start), (ev_view_next_page):
4089
4090         Add page transition support in presentation mode. At the moment only
4091         page duration is supported, but not transition effects. Fixes bug
4092         #309815.
4093
4094 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4095
4096         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4097
4098         Run find_link_dest with document lock held, since it's called by links
4099         thread and main thread at the same time. 
4100
4101 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * shell/ev-view.c: (goto_dest):
4104
4105         Update page-cache when page is changed by the view, so that
4106         page-changed signal is emitted. 
4107
4108 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * test/test1.py:
4111         * test/test2.py:
4112
4113         Use C locale in tests. 
4114
4115 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4116
4117         * shell/ev-window.c: (ev_window_run_presentation):
4118         * shell/ev-view-private.h:
4119         * shell/ev-view.c: (ev_view_set_presentation):
4120
4121         Restore zoom settings when back from presentation mode. 
4122
4123 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4124
4125         * shell/ev-window.c: (ev_window_run_presentation):
4126
4127         Always use "best fit" zoom in presentation mode.
4128         Fixes bug #389195.
4129
4130 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4131
4132         * shell/ev-view.c: (ev_view_goto_window_create):
4133
4134         Show "Jump to page" label in the page jumping popup in
4135         presentation mode instead of just a GtkEntry.
4136
4137 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4138
4139         * shell/ev-window.c: (launch_external_uri):
4140
4141         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4142         #378085.
4143
4144 2006-12-22  Elijah Newren  <newren gmail com>
4145
4146         * configure.ac: explicitly check for libxml2.  Fixes #388795
4147
4148 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4149
4150         * shell/ev-view-private.h:
4151         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4152         (ev_view_goto_window_delete_event), (key_is_numeric),
4153         (ev_view_goto_window_key_press_event),
4154         (ev_view_goto_window_button_press_event),
4155         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4156         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4157         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4158
4159         Allow jumping to another page by typing a page number in presentation
4160         mode. It uses a popup window with an entry. Fixes bug #353625.
4161
4162 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4163
4164         * configure.ac:
4165         * properties/ev-properties-view.c: (ev_get_default_user_units),
4166         (ev_regular_paper_size):
4167         
4168         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4169         to Damien Carbery <damien.carbery@sun.com> and
4170         Yevgen Muntyan <muntyan@tamu.edu>.
4171
4172 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4173
4174         * shell/ev-window.c: (setup_document_from_metadata):
4175
4176         Make sure Evince doesn't restore the view on the last
4177         page when a document is reopened. Fixes bug #383381.
4178
4179 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4180
4181         * shell/ev-view.c: (draw_loading_text):
4182
4183         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4184
4185 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4186
4187         * configure.ac:
4188         * NEWS:
4189
4190         Release 0.7.0
4191
4192 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4193
4194         * configure.ac:
4195         * pdf/ev-poppler.cc: (pdf_print_context_free),
4196         (pdf_document_file_exporter_begin),
4197         (pdf_document_file_exporter_do_page):
4198
4199         Make cairo-pdf depedency optional. 
4200
4201 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4202
4203         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4204
4205         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4206
4207 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4210         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4211         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4212         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4213         * shell/ev-view.c: (draw_loading_text):
4214         * shell/ev-window.c: (ev_window_cmd_file_properties):
4215
4216         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4217         related to using FontConfig from different threads.
4218         
4219 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4220
4221         * shell/ev-view.c: (draw_loading_text):
4222
4223         Acquire lock document when drawing "Loading..." text so that only one
4224         thread will use FontConfig at the same time. Fixes bug #374750.
4225
4226 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * shell/ev-page-action.[ch]: (activate_cb):
4229         * shell/ev-window.c: (activate_label_cb):
4230
4231         Check if text inserted in page entry is a valid page number when it
4232         doesn't match to any document page label. Fixes bug #383165.
4233
4234 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4235         * shell/ev-window.c:
4236
4237         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4238         available with GTK < 2.10. Added an ifdef to avoid compilation
4239         error.
4240
4241 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4242
4243         * configure.ac:
4244         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4245
4246         Fix ps backend in multihead systems.
4247
4248 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4249
4250         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4251         * shell/ev-window.c: (ev_window_get_screen_dpi),
4252         (ev_window_update_actions), (setup_view_from_metadata),
4253         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4254
4255         Take screen DPI into account when zooming. Fixes bug #318285.
4256
4257 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4258
4259         * data/Makefile.am:
4260
4261         Cleaned up/slightly refactored Makefile.am. Added GConf
4262         schemas uninstallation as well.
4263
4264 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4265
4266         * Makefile.am:
4267         * test/Makefile.am:
4268
4269         Fight with autotools to fix make check. Make distcheck
4270         works fine as well now!
4271
4272 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4273
4274         * shell/ev-view.c: (draw_end_presentation_page):
4275
4276         Corrected "end of presentation" string.
4277
4278 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4279
4280         * shell/ev-view.c: (ev_view_key_press_event):
4281
4282         Correctly propagate key press event so that up/down keys
4283         work as expected (correct behaviour was broken by
4284         black/white screen key bindings for presentations).
4285
4286 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4287
4288         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4289         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4290         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4291         (pdf_selection_get_selection_region),
4292         (pdf_selection_get_selection_map):
4293
4294         Add "static" to some private functions. 
4295
4296 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4297
4298         * lib/ev-tooltip.h:
4299         * properties/ev-properties-view.h:
4300         * shell/ev-jobs.h:
4301         * shell/ev-properties-dialog.h:
4302         * shell/ev-properties-fonts.h:
4303         * shell/ev-sidebar-links.h:
4304         * shell/ev-sidebar-thumbnails.h:
4305         * shell/ev-sidebar.h:
4306         * shell/ev-window.h:
4307         
4308         Fixes CHACK type in class casts. See bug #385343
4309         for details.
4310
4311 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * shell/ev-view-private.h:
4314         * shell/ev-view.c: (draw_end_presentation_page),
4315         (ev_view_expose_event), (ev_view_key_press_event),
4316         (ev_view_class_init), (ev_view_init):
4317
4318         Blank screen in presentation mode when pressing 'b' (filling with
4319         black) or 'w' (filling with white) keys. Fixes bug #358132.
4320
4321 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4322
4323         * data/evince-toolbar.xml:
4324         * shell/ev-window.c:
4325         
4326         Use stock icon for Select All action. Fixes
4327         bug #382652.
4328
4329 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4330
4331         * shell/ev-view.c: (get_doc_point_from_offset),
4332         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4333
4334         Add links support in rotated documents. Fixes bug #343733.
4335
4336 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4337
4338         * shell/ev-view-private.h:
4339         * shell/ev-view.c: (draw_end_presentation_page),
4340         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4341
4342         Show a blank page after the last page in presentation mode with a
4343         message indicating that presentation has finished and how to exit. 
4344
4345 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * shell/ev-window.c: (fullscreen_timeout_cb):
4348
4349         Hide cursor after a while in presentation mode. 
4350
4351 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4352
4353         * backend/ev-document-info.h:
4354         * data/evince-properties.glade:
4355         * pdf/ev-poppler.cc:
4356         * properties/ev-properties-view.c: (ev_regular_paper_size),
4357         (ev_properties_view_set_info):
4358         * ps/ps-document.c: (ps_document_get_info):
4359
4360         Adds a paper size field to the properties dialog. Fixes
4361         bug #307315. Patch by Kasper Svendsen (with some i18n
4362         changes done by me).
4363
4364 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4367         (screensaver_init_dbus), (totem_scrsaver_new),
4368         (totem_scrsaver_init):
4369         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4370         * shell/ev-application.c: (ev_application_register_service),
4371         (ev_application_screensaver_enable),
4372         (ev_application_screensaver_disable):
4373         * shell/ev-application.h:
4374         * shell/ev-window.c: (ev_window_run_presentation),
4375         (ev_window_stop_presentation), (build_comments_string),
4376         (ev_window_init):
4377         
4378         Move screensaver handling to application. No more
4379         message on startup.
4380
4381 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4382
4383         * configure.ac:
4384         * backend/Makefile.am:
4385         * backend/ev-file-exporter.[ch]:
4386         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4387         * ps/ps-document.c: (ps_document_file_exporter_*):
4388         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4389         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4390         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4391         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4392
4393         Allow printing to PDF when suppoted by the backend.
4394         
4395 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4396
4397         * shell/ev-window.c: (build_comments_string):
4398
4399         Use always "Document Viewer" in about dialog. 
4400
4401 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4402
4403         * djvu/djvu-document.c: (djvu_document_get_page_size):
4404
4405         Display a warning message when get_pageinfo fails. 
4406
4407 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4408
4409         * Makefile.am:
4410         * backend/Makefile.am:
4411         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4412         * configure.ac:
4413         * shell/ev-window.c: (build_comments_string):
4414         
4415         Make pdf compilation optional. See bug #38007.
4416
4417 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * ps/ps.c: (get_next_text):
4420
4421         Fix CVE-2006-5864.
4422
4423 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4424
4425         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4426         * shell/ev-navigation-action.c: (connect_proxy),
4427         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4428         
4429         Do not call g_type_class_peek_parent twice.
4430
4431 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4432
4433         * configure.ac:
4434         * data/icons/24x24/.cvsignore:
4435         * data/icons/24x24/Makefile.am:
4436         * data/icons/24x24/evince.png:
4437         * data/icons/Makefile.am:
4438         
4439         Add 24x24 icon. Thanks to 
4440         Michael Monreal <infernux@web.de>.
4441
4442 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4443
4444         * configure.ac: Fix typo in configure.ac. Thanks
4445         to dmacks@netspace.org for notification.
4446
4447 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4448
4449         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4450         
4451         Drop dbus include, fixes compilation with older dbus.
4452
4453 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4454
4455         * configure.ac:
4456         * cut-n-paste/Makefile.am:
4457         * cut-n-paste/totem-screensaver/.cvsignore
4458         * cut-n-paste/totem-screensaver/Makefile.am:
4459         * cut-n-paste/totem-screensaver/README:
4460         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4461         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4462         * shell/Makefile.am:
4463         * shell/ev-window.c: (ev_window_run_presentation),
4464         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4465         (ev_window_init):
4466
4467         Implemented screensaver enabling/disabling for
4468         presentation mode (not fullscreen mode). Code stolen
4469         from Totem (with some minor tweaks). Fixes bug #338889.
4470
4471 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4472
4473         * configure.ac:
4474
4475         Bump gnome-icon-theme requirements. We use the rotation
4476         icons that appeared recently.
4477
4478 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * shell/ev-history.c: (ev_history_add_page):
4481         * shell/ev-history.h:
4482         * shell/ev-window.c: (page_changed_cb):
4483         
4484         Use page labels instead of numbers.
4485
4486 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488         * data/evince-toolbar.xml:
4489         * po/POTFILES.in:
4490         * shell/Makefile.am:
4491         * shell/ev-navigation-action-widget.c:
4492         (ev_navigation_action_widget_init),
4493         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4494         (menu_detacher), (ev_navigation_action_widget_set_menu),
4495         (menu_position_func), (popup_menu_under_arrow),
4496         (ev_navigation_action_widget_toggled),
4497         (ev_navigation_action_widget_button_press_event):
4498         * shell/ev-navigation-action-widget.h:
4499         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4500         (ev_navigation_action_set_window), (activate_menu_item_cb),
4501         (new_history_menu_item), (new_empty_history_menu_item),
4502         (build_menu), (menu_activated_cb), (connect_proxy),
4503         (create_tool_item), (ev_navigation_action_init),
4504         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4505         * shell/ev-navigation-action.h:
4506         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4507         (ev_page_action_widget_set_page_cache),
4508         (ev_page_action_widget_finalize),
4509         (ev_page_action_widget_class_init), (match_selected_cb),
4510         (display_completion_text), (match_completion), (build_new_tree_cb),
4511         (get_filter_model_from_model),
4512         (ev_page_action_widget_update_model):
4513         * shell/ev-page-action-widget.h:
4514         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4515         (connect_proxy):
4516         * shell/ev-page-action.h:
4517         * shell/ev-stock-icons.c:
4518         * shell/ev-stock-icons.h:
4519         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4520         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4521         (register_custom_actions):
4522         * shell/main.c:
4523         
4524         Preliminary history implementation
4525
4526 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4527
4528         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4529         (dvi_document_class_init), (dvi_document_init_params):
4530         * dvi/mdvi-lib/font.c: (font_reference):
4531         
4532         Add reference to subfont. Fixes bug #374277.
4533
4534 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4535
4536         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4537         (ev_window_cmd_file_open_copy_at_dest):
4538
4539         Fix a race condition when creating symlink. Increase the counter
4540         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4541         Mathias Hasselmann).
4542
4543 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4544
4545         * backend/Makefile.am:
4546         * backend/ev-attachment.c: (ev_attachment_open):
4547         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4548         (ev_tmp_dir), (ev_tmp_filename):
4549         * shell/ev-sidebar-attachments.c:
4550         (ev_sidebar_attachments_drag_data_get):
4551         * shell/ev-window.c: (ev_window_clear_temp_file):
4552
4553         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4554         in ensure_dir_exists. Abort without crashing when we can't create
4555         user's directory.
4556
4557 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4558
4559         * data/evince-ui.xml:
4560         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4561         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4562         (ev_window_cmd_file_open_copy_at_dest),
4563         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4564         (ev_view_popup_cmd_open_link_new_window):
4565
4566         Allow opening a copy of the current document in a new window. Fixes bug
4567         #357472
4568
4569 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4570
4571         * data/evince-toolbar.xml:
4572         
4573         Add rotate right and rotate left to available items for toolbar.
4574         
4575         * data/evince-ui.xml:
4576         * shell/ev-window.c: (ev_window_init):
4577         
4578         Customize toolbar with right click. Fixes bug #372451.
4579
4580 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4581
4582         * shell/ev-window.c: 
4583         
4584         Use "object-rotate-{left,right}" stock icons. Fixes 
4585         bug #373863.
4586
4587 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4588
4589         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4590         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4591         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4592         (ev_window_open_uri):
4593         * shell/main.c: (arguments_parse):
4594
4595         Remove temp file created when evince is used by GTK+ in
4596         preview mode. Fixes bug #365282. 
4597
4598 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4599
4600         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4601         
4602         Fixes bug #372474 - Side pane disabled when entering 
4603         and leaving fullscreen mode.
4604
4605 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4606
4607         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4608         * data/Makefile.am:
4609         * data/evince-preview-toolbar.xml:
4610         * data/evince-toolbar.xml:
4611         * shell/ev-application.c: (ev_application_shutdown),
4612         (ev_application_init), (ev_application_get_toolbars_model):
4613         * shell/ev-application.h:
4614         * shell/ev-window.c: (update_chrome_visibility),
4615         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4616         (ev_window_cmd_edit_toolbar), (ev_window_init):
4617         
4618         Fixes bug #364364 - toolbar editor shows zoom actions again.
4619
4620 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4621
4622         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4623
4624         Do not take margins into consideration for paper size when printing.
4625         Really fixes bug #350491.
4626
4627 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4628
4629         * data/evince-ui.xml:
4630         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4631         (ev_window_cmd_file_print_setup),
4632         (ev_window_print_dialog_response_cb),
4633         (ev_window_setup_action_sensitivity):
4634
4635         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4636
4637 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4638
4639         * shell/ev-window.c: (ev_window_print_range):
4640
4641         Revert my previuos commit, since printing to PDF is not supported by
4642         evince yet. 
4643
4644 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4645
4646         * shell/ev-window.c: (ev_window_print_range):
4647
4648         Enable print to a PDF. Fixes bug #332121.
4649
4650 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4651
4652         * shell/ev-application-service.xml:
4653         * shell/ev-application.[ch]: (ev_application_open_window),
4654         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4655         (ev_application_open_uri), (ev_application_open_uri_list):
4656         * shell/ev-window.c: (file_open_dialog_response_cb),
4657         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4658         (drag_data_received_cb), (open_remote_link):
4659         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4660
4661         Add support for multiscreen systems. Fixes bug #316206.
4662
4663 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4664
4665         * shell/ev-jobs.[ch]: (ev_job_print_new),
4666         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4667         (ev_job_print_do_page):
4668         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4669
4670         Allow printing only odd/even pages. Fixes bug #367289.
4671
4672 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4673
4674         * test/test1.py:
4675         * test/test2.py:
4676
4677         Re-add locale settings to test files.
4678
4679 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4680
4681         * data/evince-ui.xml:
4682         * shell/ev-window.c: (set_action_properties):
4683         
4684         Removed garbage from code and ui.
4685
4686 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4687
4688         * shell/ev-window.c: (ev_window_cmd_help_about):
4689
4690         Shamelessly add my name to the list of contributors.
4691
4692 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4693
4694         * test/test1.py:
4695         * test/test2.py:
4696
4697         Cleaned up the dogtail scripts.
4698
4699 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4700
4701         * shell/ev-view.c: (draw_loading_text): Don't render
4702         "loading..." text in presentation mode. Temporary
4703         workaround for bug #320352.
4704
4705 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4706
4707         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4708         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4709
4710         Use print settings scale, copies, collate and reverse which were
4711         ignored. Fixes bug #359032.
4712
4713 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4714
4715         * configure.ac:
4716         * data/evince-password.glade:
4717         * test/Makefile.am:
4718         * test/test-encrypt.pdf:
4719         * test/test-links.pdf:
4720         * test/test1.py:
4721         * test/test2.py:
4722
4723         Add automated UI tests for evince with dogtail. See
4724         bug #300948.    
4725
4726 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4727
4728         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4729
4730         Hide fullscreen toolbar when switching to another desktop workspace.
4731         Fixes bug #338871
4732
4733 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4734
4735         * shell/ev-window-title.c: 
4736         
4737         Test for .dvi in title of pdf documents.
4738
4739 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4740
4741         * shell/ev-view.c: (ev_view_scroll):
4742
4743         Page Up/Down should do page jumps in "Best fit" mode.
4744         If a user has explicitly chosen to view exactly one page
4745         at a time, scrolling just a part of the page when
4746         pressing Page Up/Down is not right. Fixes bug #323107.
4747
4748 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4749
4750         * NEWS:
4751         * configure.ac:
4752         
4753         Update for 0.6.1
4754
4755 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4758         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4759         
4760         Correctly disconnect from job signals on destroy.
4761
4762 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * shell/ev-view-private.h:
4765         * shell/ev-view.c: (view_set_adjustment_values),
4766         (view_update_range_and_current_page),
4767         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4768         
4769         Fixes bug #343199, current page now follows find page.
4770
4771 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4772
4773         * backend/ev-document-factory.c:
4774         * configure.ac:
4775         Assigned OpenDocument presenation MIME type to the
4776         Impress backend. Added some missing (but harmless)
4777         #ifdefs in the document factory as well to make things
4778         consistent again. Fixes bug #360658.
4779
4780 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4781
4782         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4783         * backend/ev-document-find.c: (ev_document_find_get_type):
4784         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4785         * backend/ev-document-links.c: (ev_document_links_get_type):
4786         * backend/ev-document-security.c: (ev_document_security_get_type):
4787         * backend/ev-document-thumbnails.c:
4788         (ev_document_thumbnails_get_type):
4789         * backend/ev-document.c: (ev_document_get_type):
4790         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4791         * backend/ev-selection.c: (ev_selection_get_type):
4792         * cut-n-paste/recent-files/egg-recent-model.c:
4793         (egg_recent_model_get_type):
4794         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4795         (egg_recent_view_uimanager_get_type):
4796         * cut-n-paste/recent-files/egg-recent-view.c:
4797         (egg_recent_view_get_type):
4798         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4799         (egg_editable_toolbar_get_type):
4800         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4801         (egg_toolbar_editor_get_type):
4802         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4803         (egg_toolbars_model_get_type):
4804         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4805         (egg_tree_multi_drag_source_get_type):
4806         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4807         (ephy_zoom_action_get_type):
4808         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4809         (ephy_zoom_control_get_type):
4810         * impress/r_back.c: (_imp_fill_back):
4811         * properties/ev-properties-main.c:
4812         (ev_properties_plugin_register_type):
4813         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4814         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4815         (ev_view_accessible_factory_get_type):
4816
4817         Reduce relocations. Bug #360616.
4818
4819 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4820
4821         * backend/ev-document-factory.c:
4822         (ev_document_factory_get_document):
4823         
4824         Load document even if extension is wrong.
4825
4826 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4827
4828         * shell/ev-metadata-manager.c: (save_values):
4829         * shell/ev-window.c: (setup_size_from_metadata),
4830         (setup_view_from_metadata), (ev_window_setup_document),
4831         (ev_window_xfer_job_cb), (window_configure_event_cb):
4832         
4833         Set size according to the document size/page size ratio.
4834         That should correct rather wierd behaviour of the previous
4835         commit.
4836
4837 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * shell/ev-window.c: (setup_view_from_metadata):
4840         
4841         Set size for new windows from previous window size.
4842         See bugs #354968 and #168450 for details. Thanks
4843         to Meik Hellmund.
4844
4845 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4846
4847         * djvu/djvu-links.c: (build_tree):
4848
4849         Fix memory leak.
4850
4851 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4852
4853         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4854         
4855         Don't make sidebar close button insensitive. Fixes
4856         bug #357871.
4857
4858 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4859
4860         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4861         (ev_window_set_view_accels_sensitivity):
4862         
4863         Don't enable Slash on documents which don't support
4864         find. Fixes bug #358648.
4865
4866 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4867
4868         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4869         open dialog fall back to the current document uri if the
4870         filechooser hasn't been used before. Fixes bug #356980.
4871
4872 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4873
4874         * shell/ev-window.c: (ev_window_setup_recent), 
4875         (ev_window_get_recent_file_label):
4876
4877         Escape underscores in filenames of recent file items.
4878
4879 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4880
4881         * configure.ac:
4882         
4883         Bumped poppler requirements, really 0.5.3 is very 
4884         buggy, now we require 0.5.4.
4885
4886 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4887
4888         * djvu/Makefile.am:
4889         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4890         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4891         (djvu_document_document_links_iface_init):
4892         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4893         (number_from_string_10), (get_djvu_link_dest),
4894         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4895         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4896         (djvu_links_get_links), (djvu_links_find_link_dest),
4897         (djvu_links_get_links_model):
4898         * djvu/djvu-links.h:
4899         
4900         Add support for links and bookmarks in djvu documents. Thanks
4901         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4902         patch.
4903
4904 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4905
4906         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4907         
4908         Reopen should reload document. Fixes 
4909         bug 327951.
4910
4911 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4912
4913         * configure.ac:
4914         * data/Makefile.am:
4915         * data/evince-16.png:
4916         * data/evince-22.png:
4917         * data/evince.png:
4918         * data/evince.svg:
4919         * data/icons/16x16/Makefile.am:
4920         * data/icons/16x16/evince.png:
4921         * data/icons/22x22/Makefile.am:
4922         * data/icons/22x22/evince.png:
4923         * data/icons/48x48/Makefile.am:
4924         * data/icons/48x48/evince.png:
4925         * data/icons/Makefile.am:
4926         * data/icons/scalable/Makefile.am:
4927         * data/icons/scalable/evince.svg:
4928         
4929         Install icons with correct names. Fixes
4930         bug #354429.
4931
4932 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4933
4934         * shell/ev-view.c: (ev_view_button_release_event):
4935
4936         Don't open links with middle mouse button. Fixes bug #353649
4937
4938 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * NEWS:
4941         * configure.ac:
4942         
4943         Update for release 0.6.0
4944
4945 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4946
4947         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4948         Implement Close named action. Patch by Carlos Garcia Campos.
4949
4950 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4951
4952         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4953         
4954         Don't clear link mapping on copy_job_to_job_info. Fixes
4955         bug 346168.
4956
4957 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4958
4959         * shell/main.c: (main):
4960
4961         Revert my previous commit, gnome_program_init owns the option context.
4962         Fix another memory leak in main. Both caught by Christian Persch. 
4963
4964 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4965
4966         * shell/main.c: (main):
4967
4968         Fix memory leak.
4969
4970 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4971
4972         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4973
4974         Fix crash when opening a pdf with password protection. 
4975
4976 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4977
4978         * pdf/ev-poppler.cc: (pdf_document_search_free):
4979
4980         Fix memory leak. 
4981
4982 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * backend/ev-document-factory.c:
4985         (ev_document_factory_get_document):
4986         * tiff/tiff-document.c: (tiff_document_finalize):
4987         
4988         More correct handling of document loading. Fixes
4989         bug #349043.
4990
4991 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4992
4993         * backend/ev-attachment.c: (ev_attachment_save):
4994
4995         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4996         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4997
4998 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4999         
5000         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5001         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5002
5003 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5004
5005         * shell/ev-sidebar-thumbnails.c:
5006
5007         Do not render thumbnails unless thumbnails page is active in the
5008         sidebar.
5009
5010 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5011
5012         * shell/ev-properties-dialog.c:
5013
5014         Fix dialogue spacing. Bug #351370.
5015
5016 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5017
5018         * configure.ac:
5019
5020         Use lowercase gettext catalog file names (evince.mo
5021         instead of Evince.mo)
5022
5023 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5024
5025         * shell/ev-sidebar-attachments.c:
5026
5027         GtkIconTheme is now screen safe too. Fixes bug #350878
5028
5029 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5030
5031         * shell/ev-window.c:
5032
5033         GtkRecent manager is now screen safe. Fixes bug #350145
5034
5035 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * shell/ev-sidebar.c: (ev_sidebar_init):
5038         
5039         Make sidebar close icon smaller. Fix for bug 350177.
5040         See also bugs 350176 and 165770.
5041
5042 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5045
5046         Ignore zoom for xyz destinations when it's <= 1, keeping user
5047         preferences instead. Set correct sizing-mode for fith and fitv
5048         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5049
5050 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * NEWS:
5053         * configure.ac:
5054         
5055         Update for release 0.5.5
5056
5057 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5058         
5059         * shell/ev-window.c: (ev_window_cmd_escape)
5060
5061         Escape unfocus page entry. Fixes bug #345809.
5062
5063 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5064
5065         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5066         (build_tree), (pdf_document_links_get_links),
5067         (pdf_document_links_find_link_dest):
5068         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5069         (goto_xyz_dest):
5070
5071         Convert from PDF style coordinates to X style coordinates in the
5072         backend rather than in the view. Fixes bug #338440
5073
5074 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5075
5076         * shell/ev-window.c:
5077         
5078         Remove Ctrl+Shift+T shortcut for toolbars. See
5079         the bug #350098.
5080
5081 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5082
5083         * configure.ac:
5084
5085         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5086         of this. 
5087
5088 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5089
5090         * configure.ac:
5091         * cut-n-paste/Makefile.am:
5092         * data/evince-ui.xml:
5093         * shell/Makefile.am:
5094         * shell/ev-application.[ch]:
5095         * shell/ev-window.c:
5096
5097         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5098         #349273
5099
5100 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5101
5102         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5103         findbar code: s/help/search/
5104
5105 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5106
5107         * shell/ev-window.c: (setup_document_from_metadata),
5108         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5109         (setup_view_from_metadata):
5110         
5111         Fix memory leaks.
5112
5113 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5114
5115         * autogen.sh, configure.ac: 
5116         
5117         Update automake usage. See bug 349292.
5118
5119 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5120
5121         * shell/eggfindbar.c: (egg_find_bar_class_init),
5122         (entry_activate_callback), (egg_find_bar_init),
5123         (egg_find_bar_set_status_text):
5124         * shell/eggfindbar.h:
5125         
5126         Unify Evince findbar with Epiphany. Nice patch
5127         from Fabricio Silva <silva@crans.org> and
5128         Frederic Peters <fpeters@entrouvert.com>. See
5129         bug #339966 for details.
5130
5131 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5132
5133         * data/evince.desktop.in.in:
5134         
5135         Correct information for bugzilla. Thanks to
5136         Olaf Vitters, see bug #348855.
5137
5138 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5139
5140         * shell/ev-jobs.[ch]:
5141         * shell/ev-sidebar-links.c:
5142         * shell/ev-window.[ch]:
5143
5144         GtkPrintJob doesn't support print ranges or current page, so we export
5145         to a ps file now when printing ranges or current page.
5146
5147 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5148
5149         * pdf/ev-poppler.cc:
5150         * shell/ev-window.c: (do_action_named):
5151
5152         We should be more clear about bugzilla. See the
5153         poppler bug #7623.
5154
5155 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5156
5157         * configure.ac:
5158         * shell/Makefile.am:
5159         * shell/ev-job-queue.c:
5160         * shell/ev-jobs.[ch]:
5161         * shell/ev-sidebar-links.c:
5162         * shell/ev-window.[ch]:
5163         
5164         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5165         #348422
5166
5167 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5168
5169         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5170         * shell/ev-application-service.xml:
5171         * shell/ev-application.[ch]:
5172         * shell/ev-jobs.[ch]:
5173         * shell/ev-window.[ch]: (ev_window_run_preview):
5174         * shell/main.c: 
5175
5176         Add preview mode to use evince as a printing previewer. It also adds
5177         other command line options for fullscreen and presentation modes.
5178         Fixes bugs #347822, #317031
5179
5180 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5181
5182         * NEWS:
5183         * configure.ac:
5184         
5185         Update for release 0.5.4
5186
5187 2006-07-11  Bastien Nocera <hadess@hadess.net>
5188
5189         * Makefile.am:
5190         * backend/Makefile.am:
5191         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5192         * backend/ev-document-factory.h:
5193         * configure.ac:
5194         * impress/.cvsignore:
5195         * impress/Makefile.am:
5196         * impress/common.h:
5197         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5198         (imp_get_page), (imp_next_page), (imp_prev_page),
5199         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5200         * impress/f_oasis.c: (render_object), (render_page),
5201         (get_geometry), (_imp_oasis_load):
5202         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5203         (_imp_oo13_load):
5204         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5205         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5206         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5207         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5208         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5209         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5210         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5211         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5212         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5213         (iks_new_within), (iks_insert), (iks_insert_cdata),
5214         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5215         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5216         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5217         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5218         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5219         (iks_cdata), (iks_cdata_size), (iks_has_children),
5220         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5221         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5222         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5223         (iks_tree), (iks_load), (iks_save):
5224         * impress/iksemel.h:
5225         * impress/imposter.h:
5226         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5227         (imp_render_draw_bezier_real), (imp_render_get_size),
5228         (imp_render_set_fg_color), (imp_render_draw_line),
5229         (imp_render_draw_rect), (imp_render_draw_polygon),
5230         (imp_render_draw_arc), (imp_render_draw_bezier),
5231         (imp_render_open_image), (imp_render_get_image_size),
5232         (imp_render_scale_image), (imp_render_draw_image),
5233         (imp_render_close_image), (imp_render_markup),
5234         (imp_render_get_text_size), (imp_render_draw_text),
5235         (impress_document_load), (impress_document_save),
5236         (impress_document_get_n_pages), (impress_document_get_page_size),
5237         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5238         (impress_document_finalize), (impress_document_class_init),
5239         (impress_document_can_get_text), (impress_document_get_info),
5240         (impress_document_document_iface_init),
5241         (impress_document_thumbnails_get_thumbnail),
5242         (impress_document_thumbnails_get_dimensions),
5243         (impress_document_document_thumbnails_iface_init),
5244         (impress_document_init):
5245         * impress/impress-document.h:
5246         * impress/internal.h:
5247         * impress/r_back.c: (_imp_fill_back):
5248         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5249         (_imp_draw_image), (_imp_tile_image):
5250         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5251         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5252         (r_polyline):
5253         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5254         (r_draw_gradient_complex), (r_draw_gradient):
5255         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5256         (r_get_bullet):
5257         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5258         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5259         (r_text):
5260         * impress/render.c: (imp_create_context), (imp_context_set_page),
5261         (imp_context_set_step), (imp_render), (imp_delete_context):
5262         * impress/render.h:
5263         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5264         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5265         (zip_load_xml), (zip_get_size), (zip_load):
5266         * impress/zip.h:
5267         * shell/ev-utils.c:
5268         
5269         New backend to support impress slides. Fixes bug #30867.
5270
5271 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5272
5273         * shell/ev-utils.c: (using_postscript_printer):
5274         
5275         Fixes crash when print using PAPI backend,
5276         bug #345012.
5277
5278 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5279
5280         * shell/ev-jobs.c: (ev_job_xfer_run):
5281         * shell/ev-window.c: (password_dialog_response),
5282         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5283         (ev_window_dispose):
5284         Fixes bug #344160: if the xfer job doesn't complete
5285         because a password is required, reload the existing
5286         instance instead of creating a new one.
5287
5288 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5289
5290         * shell/main.c: (main): Call gdk_threads_init. Thus
5291         we'll avoid errors in auth dialog. Fix for the bug
5292         #343347.
5293
5294 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5295
5296         * configure.ac: Advertise pixbuf support, fix
5297         for the bug 343317.
5298
5299 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5302         (ev_sidebar_thumbnails_set_document):
5303         
5304         Update sidebar thumbnails after reloading.
5305
5306 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5309         * shell/ev-jobs.h:
5310         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5311         (ev_window_cmd_view_reload), (ev_window_init):
5312         
5313         Don't crash on reload. Fix for the bug #343167.
5314
5315 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5316
5317         * shell/ev-jobs.c: (ev_job_render_run):
5318         
5319         Check for document links.
5320
5321 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5322
5323         * backend/ev-attachment.c: (ev_attachment_save),
5324         (ev_attachment_launch_app), (ev_attachment_open):
5325         * backend/ev-document-factory.c: (get_document_from_uri):
5326         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5327         (egg_recent_view_uimanager_set_list):
5328         * ps/ps-document.c: (check_filecompressed), (document_load),
5329         (ps_document_load):
5330         * shell/ev-metadata-manager.c: (load_values):
5331         * shell/ev-password.c: (ev_password_dialog_set_property):
5332         * shell/ev-view.c: (tip_from_link):
5333         * shell/ev-window.c: (file_save_dialog_response_cb),
5334         (ev_window_print_dialog_response_cb):
5335         
5336         Use consistent quoting style. Fix for the bug #320285.
5337
5338 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5339
5340         * shell/ev-jobs.c: (ev_job_xfer_run):
5341         * shell/main.c: (load_files):
5342                 
5343         Open links with anchors. Fix for the bug #339836.
5344
5345 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5346
5347         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5348         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5349         (ev_link_dest_set_property), (ev_link_dest_finalize),
5350         (ev_link_dest_class_init), (ev_link_dest_new_named),
5351         (ev_link_dest_new_page_label):
5352         * backend/ev-link-dest.h:
5353         * shell/ev-application.c: (ev_application_open_uri):
5354         * shell/ev-view.c: (goto_dest):
5355         * shell/ev-window.c:
5356         * shell/ev-window.h:
5357         
5358         Fix page-label command line option. Bug #342070.
5359
5360 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5361
5362         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5363         
5364         Don't show highlight rects if page can't be showed. Fix for 
5365         the bug #342076
5366
5367 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5368
5369         * shell/ev-window.c: (setup_sidebar_from_metadata),
5370         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5371         
5372         Setup sidebar from metadata even if there is no document
5373         loaded. Fix for the bug #342807.
5374
5375 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5376
5377         * cut-n-paste/toolbar-editor/Makefile.am:
5378         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5379         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5380         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5381         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5382         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5383         (popup_context_menu_cb), (button_press_event_cb),
5384         (configure_item_sensitivity), (configure_item_cursor),
5385         (configure_item_tooltip), (connect_widget_signals),
5386         (action_sensitive_cb), (create_item_from_action),
5387         (create_item_from_position), (toolbar_drag_data_received_cb),
5388         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5389         (toolbar_drag_leave_cb), (configure_drag_dest),
5390         (toggled_visibility_cb), (toolbar_visibility_refresh),
5391         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5392         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5393         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5394         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5395         (egg_editable_toolbar_dispose),
5396         (egg_editable_toolbar_set_ui_manager),
5397         (egg_editable_toolbar_get_selected),
5398         (egg_editable_toolbar_set_selected), (set_edit_mode),
5399         (egg_editable_toolbar_set_property),
5400         (egg_editable_toolbar_get_property),
5401         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5402         (egg_editable_toolbar_new_with_model),
5403         (egg_editable_toolbar_get_edit_mode),
5404         (egg_editable_toolbar_set_edit_mode),
5405         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5406         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5407         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5408         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5409         (item_added_or_removed_cb), (toolbar_removed_cb),
5410         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5411         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5412         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5413         (editor_create_item_from_name), (append_table),
5414         (update_editor_sheet), (egg_toolbar_editor_init):
5415         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5416         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5417         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5418         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5419         (toolbar_node_free), (egg_toolbars_model_get_flags),
5420         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5421         (egg_toolbars_model_get_name), (impl_add_item),
5422         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5423         (parse_data_list), (parse_item_list), (parse_toolbars),
5424         (egg_toolbars_model_load_toolbars), (parse_available_list),
5425         (parse_names), (egg_toolbars_model_load_names),
5426         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5427         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5428         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5429         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5430         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5431         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5432         (egg_toolbars_model_set_types), (fill_avail_array),
5433         (egg_toolbars_model_get_name_avail),
5434         (egg_toolbars_model_get_name_flags),
5435         (egg_toolbars_model_set_name_flags):
5436         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5437         * cut-n-paste/toolbar-editor/eggintl.h:
5438         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5439         (egg_tree_multi_drag_source_get_type),
5440         (egg_tree_multi_drag_source_row_draggable),
5441         (egg_tree_multi_drag_source_drag_data_delete),
5442         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5443         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5444         (path_list_free), (set_context_data), (get_context_data),
5445         (get_info), (egg_tree_multi_drag_drag_data_get),
5446         (egg_tree_multi_drag_motion_event),
5447         (egg_tree_multi_drag_button_press_event),
5448         (egg_tree_multi_drag_add_drag_support):
5449         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5450         * shell/ev-application.c: (ev_application_init),
5451         (ev_application_save_toolbars_model):
5452         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5453         (ev_window_cmd_edit_toolbar), (ev_window_init):
5454         
5455         Sync toolbareditor with epiphany and libegg
5456
5457 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5458
5459         * configure.ac: 
5460
5461         Depend on poppler 0.5.2
5462
5463 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5464
5465         * shell/ev-jobs.c: (ev_job_render_run):
5466         
5467         Check if document supports links iterface.
5468
5469 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5470
5471         * NEWS:
5472         * configure.ac:
5473         
5474         Update for release 0.5.3
5475
5476 2006-05-13  Michael Plump  <plumpy@skylab.org>
5477
5478         * configure.ac:
5479         * shell/Makefile.am:
5480         * shell/main.c: (main):
5481         
5482         Port to GOption command line parsing. Fix for the 
5483         bug #327518
5484
5485 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5486
5487         * shell/ev-window.c: (ev_window_cmd_help_about):
5488         
5489         Do not wrap license. Fix for the bug #309460.
5490
5491 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5492
5493         * configure.ac:
5494         * properties/ev-properties-main.c: (ev_properties_get_pages):
5495         * shell/ev-application.c: (ev_application_open_window),
5496         (ev_application_open_uri_at_dest):
5497         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5498         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5499         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5500         * shell/ev-utils.c: (save_print_config_to_file):
5501         * shell/ev-window.c: (ev_window_cmd_save_as),
5502         (ev_attachment_popup_cmd_save_attachment_as):
5503         * shell/main.c: (load_files_remote):
5504         
5505         Bump requirements to gtk 2.8 and drop all ifdefs used.
5506
5507 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5508
5509         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5510         * shell/ev-window.c: (ev_window_init):
5511         
5512         Show attachments page.
5513
5514 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5515
5516         * po/POTFILES.in:
5517         * shell/ev-attachment-bar.c:
5518         * shell/ev-attachment-bar.h:
5519         * shell/ev-sidebar-attachments.c:
5520         (ev_sidebar_attachments_icon_cache_add),
5521         (icon_theme_get_pixbuf_from_mime_type),
5522         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5523         (ev_sidebar_attachments_icon_cache_refresh),
5524         (ev_sidebar_attachments_get_attachment_at_pos),
5525         (ev_sidebar_attachments_popup_menu_show),
5526         (ev_sidebar_attachments_popup_menu),
5527         (ev_sidebar_attachments_button_press),
5528         (ev_sidebar_attachments_update_icons),
5529         (ev_sidebar_attachments_drag_data_get),
5530         (ev_sidebar_attachments_get_property),
5531         (ev_sidebar_attachments_destroy),
5532         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5533         (ev_sidebar_attachments_new),
5534         (ev_sidebar_attachments_set_document),
5535         (ev_sidebar_attachments_support_document),
5536         (ev_sidebar_attachments_get_label),
5537         (ev_sidebar_attachments_page_iface_init):
5538         * shell/ev-sidebar-attachments.h:
5539         * shell/ev-window.c: (update_chrome_visibility),
5540         (setup_sidebar_from_metadata), (ev_window_setup_document),
5541         (ev_window_sidebar_current_page_changed_cb),
5542         (attachment_bar_menu_popup_cb), (ev_window_init):
5543         
5544         Move attachments bar to sidebar.
5545
5546 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5547
5548         * pdf/ev-poppler.cc:
5549         * shell/ev-application.[ch]:
5550         * shell/main.c:
5551
5552         Fix some memory leaks.
5553
5554 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5555
5556         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5557
5558         Change the properties dialog response to
5559         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5560         will make the dialog go away when the user presses
5561         enter. With gtk+ >= 2.9 this will happen anyway, but for
5562         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5563         escape by default. Fixes bug #340539. See also bug
5564         #101293 for the gtk+ part.
5565
5566 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5567
5568         * shell/ev-view.c (tip_from_action_named): Replace some strings
5569         that were wrong. Closes #340970.
5570
5571 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5572
5573         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5574
5575         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5576         #341049
5577
5578 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5579
5580         * djvu/Makefile.am:
5581         * dvi/Makefile.am:
5582         * dvi/mdvi-lib/Makefile.am:
5583         * properties/Makefile.am:
5584         * ps/Makefile.am:
5585         * shell/Makefile.am:
5586         * thumbnailer/Makefile.am:
5587         
5588         Due to broken libtool that is unable to track dependencies
5589         of noinst libraries we are forced to explicitely point
5590         libraries for binary. Fix for the bug #333334.
5591
5592 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5593
5594         * data/evince.desktop.in.in:
5595         * shell/ev-view.c: (view_update_range_and_current_page),
5596         (ev_view_next_page), (ev_view_previous_page):
5597         * shell/ev-window.c: (update_chrome_visibility),
5598         (setup_sidebar_from_metadata), (ev_window_setup_document),
5599         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5600         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5601         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5602         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5603         (ev_window_stop_presentation), (ev_window_focus_in_event),
5604         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5605         (ev_window_init):
5606         * thumbnailer/Makefile.am:
5607         
5608         Update fullscreen and presentation timeout handling. Hide
5609         cursor in presentation after timeout. Fix for the bugs
5610         #136359 and #336981.
5611
5612 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5613
5614         * backend/ev-link-action.[ch]:
5615         * pdf/ev-poppler.cc: (ev_link_from_action):
5616         * shell/ev-view-private.h:
5617         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5618         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5619
5620         Add support for Named Action links
5621
5622 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5623
5624         * backend/Makefile.am:
5625         * backend/ev-document-links.[ch]:
5626         * backend/ev-document.[ch]:
5627         * backend/ev-link-action.[ch]:
5628         * backend/ev-link-dest.[ch]:
5629         * backend/ev-link.[ch]:
5630         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5631         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5632         * shell/ev-page-action.c: (build_new_tree_cb):
5633         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5634         (links_page_num_func), (update_page_callback):
5635         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5636         (tip_from_link):
5637         * shell/ev-jobs.c:
5638         * shell/ev-window.[ch]: (ev_window_open_uri),
5639         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5640         * shell/ev-application.[ch]: (ev_application_open_window),
5641         (ev_application_open_uri):
5642
5643         Rework links system, it adds support for remote links now and it makes
5644         easier to add new kinds of actions and destinations. Fixes bug #317292
5645
5646 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * data/Makefile.am:
5649         * data/evince.png:
5650         * data/evince-16.png:
5651         * data/evince-22.png:
5652         * data/evince.svg:
5653         * shell/main.c: (main):
5654         
5655         Evince use it's own icon. Fix for the bug #313392.
5656
5657         * shell/ev-window.c: (fullscreen_timeout_cb),
5658         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5659         (ev_window_cmd_help_about), (ev_window_dispose):
5660         
5661         Simplify fullscreen timeout code.
5662
5663 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5664
5665         * backend/ev-attachment.c: 
5666         * shell/ev-attachment-bar.c:
5667         * shell/ev-window.c:
5668
5669         Allow multiple selection of attachments
5670
5671 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5672
5673         * shell/ev-view.c: (view_update_range_and_current_page),
5674         (ev_view_scroll):
5675         
5676         Fix for the bug #312573 – Optimal selection of current 
5677         page among visible pages.
5678
5679 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5680
5681         * configure.ac:
5682         * djvu/Makefile.am:
5683         * djvu/djvu-text.h:
5684         
5685         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5686         for the bug 339868.
5687
5688 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5689
5690         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5691
5692 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5693
5694         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5695         dictated by the GNOME HIG. Fixes bug #339235.
5696
5697 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5698
5699         * data/evince-ui.xml:
5700         * shell/ev-view.c: (ev_view_can_find_previous):
5701         * shell/ev-view.h:
5702         * shell/ev-window.c: (ev_window_update_actions),
5703         (ev_window_cmd_edit_find_previous):
5704
5705         Add support for "Find Previous" as dictated by the GNOME HIG. A
5706         menu item is added and some glue code to make it all work is added
5707         to various files.
5708
5709 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5710
5711         * configure.ac: Award myself the "useless use of cat" award.
5712
5713 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5714
5715         * po/LINGUAS: New file listing all supported languages.
5716
5717         * configure.in: Use po/LINGUAS instead of including all languages
5718         directly in this file. See the wiki for more information:
5719         http://live.gnome.org/GnomeGoals/PoLinguas
5720
5721 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5722
5723         * backend/ev-document-factory.c:
5724
5725         Do not load the document twice when there isn't errors
5726
5727 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5728
5729         * backend/ev-attachment.c: 
5730
5731         Fix a crash when there isn't a default application to open an
5732         attachment
5733
5734 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5735
5736         * backend/ev-attachment.[ch]:
5737         * shell/ev-attachment-bar.[ch]:
5738
5739         Added missing files. 
5740
5741 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5742
5743         * backend/Makefile.am:
5744         * data/evince-ui.xml:
5745         * backend/ev-attachment.[ch]:
5746         * backend/ev-document.[ch]: (ev_document_has_attachments),
5747         (ev_document_get_attachments):
5748         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5749         (attachment_save_to_buffer), (pdf_document_get_attachments),
5750         (pdf_document_document_iface_init):
5751         * shell/Makefile.am:
5752         * shell/ev-attachment-bar.[ch]:
5753         * shell/ev-window.c:
5754
5755         Add support for PDF attachments. Fixes bug #325143
5756
5757 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5758
5759         * backend/ev-document-factory.c: (get_document_from_uri),
5760         (ev_document_factory_get_document):
5761         * backend/ev-document-factory.h:
5762         * properties/ev-properties-main.c: (ev_properties_get_pages):
5763         * shell/Makefile.am:
5764         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5765         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5766         (ev_job_queue_remove_job):
5767         * shell/ev-job-queue.h:
5768         * shell/ev-job-xfer.c:
5769         * shell/ev-job-xfer.h:
5770         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5771         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5772         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5773         (ev_job_xfer_run):
5774         * shell/ev-jobs.h:
5775         * shell/ev-window.c: (ev_window_is_empty),
5776         (password_dialog_response), (ev_window_clear_xfer_job),
5777         (ev_window_xfer_job_cb), (ev_window_open_uri),
5778         (ev_window_cmd_focus_page_selector),
5779         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5780         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5781         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5782         (ev_window_dispose):
5783         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5784         
5785         * Cleanup mime type detection on document load. Fix for the
5786         bug #336448.
5787
5788 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5789
5790         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5791         
5792         Fix crash on exit, described in the bug #336825.
5793
5794 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5795
5796         * backend/ev-document-factory.c:
5797         (ev_document_factory_get_from_mime),
5798         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5799         (ev_document_factory_get_document),
5800         (file_filter_add_mime_list_and_free),
5801         (ev_document_factory_add_filters):
5802         * backend/ev-document-factory.h:
5803         * properties/ev-properties-main.c: (ev_properties_get_pages):
5804         * shell/Makefile.am:
5805         * shell/ev-application.c:
5806         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5807         * shell/ev-window.c: (ev_window_cmd_file_open),
5808         (ev_window_cmd_save_as):
5809         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5810         
5811         Rework factory functions so they are placed now in a single 
5812         file ev-document-factory.c
5813
5814 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5815
5816         * shell/ev-window.c: (update_chrome_visibility):
5817         
5818         Fix for the bug 166566 - don't show menubar in fullscreen
5819         mode.
5820
5821 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5822
5823         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5824
5825 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5826
5827         * shell/ev-view.c: (ev_view_expose_event):
5828         
5829         More correctly draw loading text when document
5830         is empty.
5831
5832 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5833
5834         * shell/ev-view.c: (ev_view_scroll):
5835         
5836         Fix for the bug #334854, page down and page up switch
5837         pages in presentation mode.
5838
5839 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5840
5841         * shell/ev-window.c: (ev_window_set_action_sensitive),
5842         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5843         (ev_window_set_view_accels_sensitivity),
5844         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5845         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5846         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5847         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5848         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5849         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5850         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5851         (view_actions_focus_in_cb), (ev_window_init):
5852         
5853         Fix for the bug #333902, now it's possible to search
5854         words with slash.
5855
5856 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5857
5858         * configure.ac: Added Breton translation.
5859         * po/br.po: Added Breton translation.
5860
5861 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5862
5863         * shell/ev-window-title (ev_window_title_update):
5864
5865         Fix memory leak in window title. Fixes bug #333944
5866
5867 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5868
5869         * shell/ev-metadata-manager.c (parseItem):
5870
5871         Fix memory leaks. Fixes bug #333945
5872
5873 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5874         
5875         * NEWS, configure.ac, TODO:
5876         
5877         Update for release 0.5.2.
5878
5879 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5880
5881         * shell/ev-view.c: (view_update_range_and_current_page),
5882         (page_changed_cb):
5883         
5884         Don't jump on scrolling, fix for the bug #333127.
5885
5886 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5887
5888         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5889         
5890         Scroll by one page in presentation mode. Fix for the bug
5891         #332993.
5892
5893 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5894
5895         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5896
5897 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5898
5899         * configure.ac  Added lv in ALL_LINGUAS line.
5900
5901 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5902         
5903         * NEWS, configure.ac:
5904         
5905         Update for release 0.5.1
5906
5907 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5908
5909         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5910         * backend/ev-document-misc.h:
5911         * shell/ev-view.c: (draw_one_page):
5912         
5913          Clairfy what page the toolbar page number applies to. Fix
5914          for the bug #328102.
5915
5916 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5917
5918         * shell/ev-view-private.h:
5919         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5920         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5921         (ev_view_search_changed):
5922         * shell/ev-view.h:
5923         * shell/ev-window.c: (find_bar_search_changed_cb):
5924         
5925         Dont't jump to find result if window was scrolled during search.
5926         Fix for the bug #313266.
5927
5928 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5929
5930         * shell/eggfindbar.c: (egg_find_bar_class_init):
5931         * shell/eggfindbar.h:
5932         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5933         * shell/ev-view-private.h:
5934         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5935         (ev_view_class_init), (ev_sizing_mode_get_type),
5936         (ev_scroll_type_get_type):
5937         * shell/ev-view.h:
5938         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5939         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5940         (ev_window_init):
5941         
5942         Fix for the bug 319133 - Find entry should allow text scroll.
5943
5944 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5945
5946         * shell/ev-view-private.h:
5947         * shell/ev-view.c: (view_update_range_and_current_page),
5948         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5949         (ev_view_set_document), (update_find_status_message),
5950         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5951         (ev_view_find_previous):
5952         
5953         Fix for the bug #319137. Search now takes account for scrolling.
5954
5955 2006-02-19  Michael Hofmann <mh21@piware.de>
5956
5957         * configure.ac:
5958         * djvu/Makefile.am:
5959         * djvu/djvu-document-private.h:
5960         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5961         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5962         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5963         (djvu_document_can_get_text), (djvu_document_get_text),
5964         (djvu_document_document_iface_init),
5965         (djvu_document_thumbnails_get_thumbnail),
5966         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5967         (djvu_document_find_get_result),
5968         (djvu_document_find_page_has_results),
5969         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5970         (djvu_document_find_iface_init):
5971         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5972         (djvu_text_page_selection), (djvu_text_page_limits_process),
5973         (djvu_text_page_limits), (djvu_text_page_copy),
5974         (djvu_text_page_position), (djvu_text_page_union),
5975         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5976         (djvu_text_page_box), (djvu_text_page_append_text),
5977         (djvu_text_page_search), (djvu_text_page_prepare_search),
5978         (djvu_text_page_new), (djvu_text_page_free):
5979         * djvu/djvu-text-page.h:
5980         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5981         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5982         (djvu_text_n_results), (djvu_text_has_results),
5983         (djvu_text_get_result), (djvu_text_get_progress):
5984         * djvu/djvu-text.h:
5985         
5986         Text search in djvu. Fix for the bug #303415.
5987
5988 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * configure.ac:
5991         * shell/ev-window.c: (ev_window_cmd_save_as):
5992         
5993         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5994         Thanks to Gary Coady <gary@lyranthe.org>
5995
5996 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * shell/ev-print-job.c: (idle_print_handler):
5999         
6000         Inverse order printing, bug #320919.
6001
6002 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6003
6004         * data/evince-toolbar.xml:
6005         * shell/ev-window.c:
6006         
6007         Allow to add sidebar checkbutton on toolbar. Fix
6008         for the bug #144577.
6009
6010 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6011
6012         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6013         
6014         Add checks that have sense for empty ps document.
6015
6016 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6017
6018         * configure.ac: Include PS in mime types list. 
6019
6020 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6021
6022         * configure.ac:
6023         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6024         * ps/gsdefaults.h:
6025         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6026         
6027         Runtime check for gs interpreter. Fix for the bug #320868.
6028         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6029
6030 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6031
6032         * shell/ev-application.c: 
6033
6034         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6035         dbus>=0.60, so that the request is not queued. 
6036
6037 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6038
6039         * configure.ac:
6040         * shell/Makefile.am:
6041         * shell/ev-sidebar-links.c: (print_section_cb):
6042         * shell/ev-utils.c:
6043         * shell/ev-utils.h:
6044         * shell/ev-window.c: (update_action_sensitivity),
6045         (ev_window_close_dialogs), (ev_window_print):
6046         * shell/ev-window.h:
6047         
6048         Make printing support optional. Patch from Eduardo de Barros Lima
6049         <eduardo.lima@indt.org.br> for the bug #330546.
6050
6051 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6052
6053         * shell/ev-view-private.h:
6054         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6055         (ev_view_set_document):
6056         * shell/ev-view.h:
6057         * shell/ev-window.c: (ev_window_load_job_cb),
6058         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6059         (ev_window_init):
6060
6061         Draw Loading message during xfer job. Fix for the bug #329495.
6062
6063 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6064
6065         * comics/comics-document.c: (comics_regex_quote),
6066         (comics_document_load), (extract_argv):
6067         
6068         Correcly quote regexp before passing it to unzip.
6069
6070 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * shell/ev-page-cache.c: (build_height_to_page),
6073         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6074         (ev_page_cache_get_dual_even_left):
6075         * shell/ev-page-cache.h:
6076         * shell/ev-view.c: (view_update_range_and_current_page),
6077         (get_page_y_offset), (get_page_extents):
6078         
6079         Place even pages to the left if document has less then
6080         two pages. Fix for the bug #328856.
6081
6082 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6083
6084         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6085         
6086         Correct comics scheme. This make evince create thumbnails
6087         for comic books. Fix for the bug 329088.
6088
6089 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6090
6091         * data/evince-password.glade: Don't explicitly set
6092         invisible_char to the current default value in case
6093         the default changes; let GTK+ do its magic.
6094
6095 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6096
6097         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6098         real filename to tmp filename since often document
6099         type is determined by extension.
6100
6101 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6102
6103         * shell/ev-view.c: (add_scroll_binding_keypad),
6104         (ev_view_binding_activated), (ev_view_class_init):
6105         
6106         Add keybindings for percision-scrolling of display area. 
6107         Fix for the bug #314072.
6108
6109 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6110
6111         * data/evince.desktop.in.in:
6112         
6113         Add GTK to the list of categories. Fix for the bug #328034.
6114
6115 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6116
6117         * shell/ev-application.c: (ev_application_shutdown),
6118         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6119         * shell/ev-application.h:
6120         * shell/ev-window.c: (file_open_dialog_response_cb),
6121         (ev_window_cmd_file_open):
6122         
6123         Save last uri in file chooser dialog. Fix for the bug #327950.
6124
6125 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6126
6127         * NEWS:
6128         * README:
6129         
6130         Final update for release 0.5.0
6131         
6132         * shell/Makefile.am:
6133         
6134         Remove disable deprecated until we'll require libgnome-2.13.7
6135         and port to GOption argument parsing. See bug 327518.
6136
6137 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6138
6139         * comics/comics-document.c: (comics_document_save):
6140         * djvu/djvu-document.c: (djvu_document_save):
6141         * dvi/dvi-document.c: (dvi_document_save):
6142         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6143         * lib/ev-file-helpers.h:
6144         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6145         * tiff/tiff-document.c: (tiff_document_save):
6146         
6147         Use common save function for backends.
6148
6149 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6150
6151         * backend/ev-document-types.c:
6152         
6153         Fix crash on saving pixbuf.
6154
6155 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6156
6157         * cut-n-paste/recent-files/egg-recent-item.c:
6158         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6159         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6160         (parse_info_free), (valid_element), (start_element_handler),
6161         (end_element_handler), (text_handler), (egg_recent_model_filter),
6162         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6163         (egg_recent_model_monitor), (egg_recent_model_read),
6164         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6165         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6166         (egg_recent_model_set_property), (egg_recent_model_class_init),
6167         (egg_recent_model_init), (egg_recent_model_add_full),
6168         (egg_recent_model_delete), (egg_recent_model_get_list),
6169         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6170         (egg_recent_model_set_filter_mime_types),
6171         (egg_recent_model_clear_group_filter),
6172         (egg_recent_model_set_filter_groups),
6173         (egg_recent_model_clear_scheme_filter),
6174         (egg_recent_model_set_filter_uri_schemes),
6175         (egg_recent_model_remove_expired):
6176         * cut-n-paste/recent-files/egg-recent-util.c:
6177         (egg_recent_util_get_icon):
6178         * cut-n-paste/recent-files/egg-recent-util.h:
6179         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6180         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6181         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6182         (egg_recent_view_uimanager_set_property),
6183         (egg_recent_view_uimanager_get_property),
6184         (egg_recent_view_uimanager_class_init),
6185         (egg_recent_view_uimanager_init),
6186         (egg_recent_view_uimanager_set_label_width),
6187         (egg_recent_view_uimanager_get_label_width):
6188         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6189         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6190         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6191         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6192         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6193         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6194         
6195         Update from libegg.
6196
6197 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6198
6199         * shell/ev-page-cache.c: (build_height_to_page),
6200         (ev_page_cache_get_height_to_page):
6201         * shell/ev-page-cache.h:
6202         * shell/ev-view.c: (view_update_range_and_current_page),
6203         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6204         (ev_view_previous_page):
6205         
6206         Dual mode places even pages to the left. Fix for the bug #309393.
6207
6208         * shell/ev-view.h:
6209         * shell/ev-window.c: (update_action_sensitivity),
6210         (setup_view_from_metadata), (view_menu_popup_cb):
6211         
6212         Don't restore presentation in empty windows, more intelligent
6213         next page behaviour in dual mode.
6214
6215         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6216         (ev_pixbuf_cache_clear_job_sizes):
6217         
6218         Cleanup job callback on removal. Fix for the bug #325886.
6219
6220 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * ps/ps.c: (psscan):
6223         
6224         Commit workaround Mozilla problem. Fix for the bug #325919
6225         
6226         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6227         (save_item):
6228         
6229         Fix for year 2038 problem.
6230
6231 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6232
6233         * shell/ev-window.c: (setup_document_from_metadata),
6234         (ev_window_cmd_view_reload):
6235
6236         Clamp page recieved from metadata in valid values. Fix
6237         for the bug #325986.
6238
6239 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6240
6241         * MAINTAINERS: 
6242         Add MAINTAINERS as requested on desktop-devel-list.
6243
6244 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6245
6246         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6247         (mime_type_supported_by_gdk_pixbuf),
6248         (ev_document_factory_get_mime_types),
6249         (ev_document_factory_get_all_mime_types):
6250         
6251         Don't add pixbuf mime types if pixbuf backend is disabled.
6252         
6253         * shell/ev-application.c: (ev_application_get_uri_window):
6254         
6255         Fix for the bug 325815 - unhandled MIME type message doesn't 
6256         appear a second time. 
6257         
6258         * shell/ev-document-types.c: (ev_document_types_add_filters):
6259         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6260         (password_dialog_response), (ev_window_popup_password_dialog),
6261         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6262         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6263         (ev_window_run_presentation), (ev_window_stop_presentation),
6264         (save_sizing_mode), (ev_window_zoom_changed_cb),
6265         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6266         (ev_window_dual_mode_changed_cb),
6267         (ev_window_sidebar_current_page_changed_cb),
6268         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6269         (window_state_event_cb), (window_configure_event_cb):
6270         
6271         Cleanup additional uris holded by EvWindow.
6272
6273 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6274
6275         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6276         (ev_view_can_previous_page), (ev_view_can_next_page):
6277         * shell/ev-view.h:
6278         * shell/ev-window.c: (update_action_sensitivity):
6279         
6280         Two page scrolling with Space and PageUp in dual mode. Second fix 
6281         for the bug #316608.
6282
6283 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6284
6285         * shell/ev-view.c: (scroll_to_current_page):
6286         
6287         Correctly clamp adjustment value. Fix for the bug
6288         #325808.
6289
6290 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6291
6292         * shell/ev-sidebar-links.c: (print_section_cb):
6293         * shell/ev-window.c: (ev_window_get_uri),
6294         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6295         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6296         (ev_window_dispose):
6297         
6298         Make print dialog non-modal. Fix for the bug #325622.
6299
6300 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6301
6302         * shell/ev-metadata-manager.c:
6303         * shell/ev-utils.c: (using_pdf_printer),
6304         (using_postscript_printer), (load_print_config_from_file),
6305         (save_print_config_to_file):
6306         * shell/ev-utils.h:
6307         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6308         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6309         (setup_view_from_metadata), (ev_window_setup_document),
6310         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6311         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6312         (ev_window_run_presentation), (ev_window_stop_presentation),
6313         (save_sizing_mode), (ev_window_zoom_changed_cb),
6314         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6315         (ev_window_dual_mode_changed_cb),
6316         (ev_window_sidebar_current_page_changed_cb),
6317         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6318         (window_state_event_cb), (window_configure_event_cb),
6319         (ev_window_init):
6320         
6321         Setting saving behaviour fixes.
6322
6323 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6324
6325         * configure.ac:
6326         
6327         Make antialiasing gs options better and allow
6328         to change them during configure. Fix for the 
6329         bug #319049.
6330
6331 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6332
6333         * shell/ev-window.c: (setup_view_from_metadata):
6334         
6335         Remember if last window was maximized. Fix for the
6336         bug #323797.
6337
6338 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6339
6340         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6341
6342 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6343
6344         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6345         * shell/ev-page-action.c: (build_new_tree_cb):
6346         * shell/ev-sidebar-links.c: (links_page_num_func),
6347         (update_page_callback_foreach), (update_page_callback):
6348         * shell/ev-view.c: (scroll_to_current_page):
6349         
6350         Fix for the bug #325067 with more intelligent selection
6351         of current link in sidebar. Make sidebar handle links
6352         of FITR-like type more correctly.
6353
6354         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6355         (dvi_pixbuf_put_pixel):
6356         
6357         Fix memory consumtion with disabled alpha channel.
6358
6359 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6360
6361         * data/evince-ui.xml:
6362         * shell/ev-window.c: (view_menu_popup_cb),
6363         (ev_popup_cmd_open_link), (ev_window_init):
6364         
6365         Update context menu for internal links. Fix for the bug
6366         #325066.
6367
6368 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6369
6370         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6371         
6372         Bind context menu to keyboard also. Fix for the bug
6373         #325065.
6374
6375 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6376
6377         * shell/ev-view.c: (selection_scroll_timeout_cb):
6378         
6379         Horizontal scroll on selection also.
6380
6381 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6382
6383         * shell/ev-metadata-manager.c: (parse_value):
6384         * shell/ev-view.c: (goto_xyz_link):
6385         
6386         Correct zoom setup and metadata save broken in 
6387         some locales.
6388
6389 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6390
6391         * shell/ev-view-private.h:
6392         * shell/ev-view.c: (scroll_to_current_page),
6393         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6394         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6395         (page_changed_cb), (ev_view_set_continuous),
6396         (ev_view_set_dual_page), (ev_view_set_presentation):
6397         
6398         Delay scroll until allocation to correctly position page. Fix
6399         for the bug #317334.
6400
6401 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6402
6403         * NEWS:
6404         * configure.ac:
6405         
6406         Update NEWS and require poppler 0.5.0.
6407
6408 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6409         
6410         * data/evince-ui.xml:
6411         * shell/ev-view-private.h:
6412         * shell/ev-view.c: (ev_view_get_link_at_location),
6413         (handle_link_over_xy), (ev_view_button_press_event),
6414         (ev_view_button_release_event), (ev_view_class_init):
6415         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6416         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6417         (ev_window_init):
6418         
6419         Implement right-click context menu.
6420
6421 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6422
6423         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6424         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6425         (mdvi_pixbuf_device_render):
6426         * pdf/ev-poppler.cc:
6427
6428         Don't generate thumbnails with alpha. See bug #324077.
6429         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6430
6431 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6432
6433         * shell/ev-window.c: (setup_chrome_from_metadata):
6434         
6435         Fix typo that was hiding toolbar.
6436
6437 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6438
6439         * shell/ev-view-private.h:
6440         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6441         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6442         (ev_view_button_release_event), (ev_view_destroy):
6443         
6444         Small cleanup and autoscrolling during selection. Thanks to 
6445         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6446
6447 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6448
6449         * configure.ac:
6450         
6451         Correctly check for comics option.
6452
6453 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6454         * Makefile.am:
6455         * configure.ac:
6456         * backend/Makefile.am:
6457         * backend/ev-document-factory.c:
6458         * shell/ev-document-types.c:
6459
6460         Included option in configure to make ps backend 
6461         compilation optional with --disable-ps.
6462
6463 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6464
6465         * backend/ev-document-factory.c:
6466         * comics/Makefile.am:
6467         * comics/comics-document.c: (comics_document_load):
6468         * comics/ev-cbr-mime.xml:
6469         * configure.ac:
6470         
6471         Comics mime types are added to shared-mime-info CVS. Now
6472         we don't need to install our own mime types.
6473
6474 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6475
6476         * shell/ev-window.c:
6477         
6478         Add shortcut for "save a copy" menu entry. Fix for
6479         the bug #324582.
6480
6481 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6484         (job_finished_cb), (new_selection_pixbuf_needed),
6485         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6486         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6487         
6488         Rework selection job info logic and fix critical warning.
6489
6490 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6491
6492         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6493
6494 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6495
6496         * data/evince-ui.xml:
6497         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6498         
6499         Enter as shortcut key for next page. Fix for the bug
6500         #321394.
6501
6502 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6503
6504         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6505
6506 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6507
6508         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6509         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6510         (new_selection_pixbuf_needed),
6511         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6512         (clear_job_selection):
6513         
6514         Too early for 0.5. Pixbuf cache code cleaned a bit.
6515
6516 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6517
6518         * NEWS:
6519         * configure.ac:
6520         
6521         Release 0.5.0 preparation
6522
6523 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6524
6525         * comics/Makefile.am:
6526         * configure.ac:
6527         * shell/ev-document-types.c: (ev_document_types_add_filters):
6528         
6529         More advanced handling of custom mime type installation.
6530
6531 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6532
6533         * data/evince.schemas.in:
6534         * shell/ev-metadata-manager.c: (value_free),
6535         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6536         (ev_metadata_manager_get), (ev_metadata_manager_set):
6537         * shell/ev-metadata-manager.h:
6538         * shell/ev-window.c: (update_chrome_flag),
6539         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6540         (setup_document_from_metadata), (setup_chrome_from_metadata),
6541         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6542         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6543         (ev_window_view_toolbar_cb),
6544         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6545         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6546         
6547         Save last document settings and reuse them for new documents.
6548
6549 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6550
6551         * Makefile.am:
6552         * backend/Makefile.am:
6553         * backend/ev-document-factory.c:
6554         * backend/ev-document-factory.h:
6555         * comics/Makefile.am:
6556         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6557         (comics_document_load), (comics_document_save),
6558         (comics_document_get_n_pages), (comics_document_get_page_size),
6559         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6560         (comics_document_class_init), (comics_document_can_get_text),
6561         (comics_document_get_info), (comics_document_document_iface_init),
6562         (comics_document_init), (get_supported_image_extensions),
6563         (comics_document_thumbnails_get_geometry),
6564         (comics_document_thumbnails_get_thumbnail),
6565         (comics_document_thumbnails_get_dimensions),
6566         (comics_document_document_thumbnails_iface_init), (extract_argv):
6567         * comics/comics-document.h:
6568         * comics/ev-cbr-mime.xml:
6569         * configure.ac:
6570         * po/POTFILES.in:
6571         * shell/ev-application.c: (ev_application_register_service):
6572         * shell/ev-document-types.c: (ev_document_types_add_filters):
6573         * thumbnailer/Makefile.am:
6574         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6575         
6576         New CBR/CBZ backend for comic books.
6577
6578 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6579
6580         * shell/main.c: (load_files_remote):
6581
6582         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6583         warning on startup of second instance is fixed. It
6584         is bug #320353.
6585
6586 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6587
6588         * shell/ev-window.c: (ev_window_finalize):
6589         
6590         Fix double free that cause crash.
6591
6592 2005-10-29  Bastien Nocera <hadess@hadess.net>
6593
6594         * tiff/tiff-document.c: (tiff_document_load):
6595         
6596         Fix memory leak.
6597
6598 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6599
6600         * po/POTFILES.in:
6601         * shell/Makefile.am:
6602         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6603         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6604         (ev_view_accessible_get_text),
6605         (ev_view_accessible_get_character_at_offset),
6606         (ev_view_accessible_get_text_before_offset),
6607         (ev_view_accessible_get_text_at_offset),
6608         (ev_view_accessible_get_text_after_offset),
6609         (ev_view_accessible_get_character_count),
6610         (ev_view_accessible_get_caret_offset),
6611         (ev_view_accessible_set_caret_offset),
6612         (ev_view_accessible_get_run_attributes),
6613         (ev_view_accessible_get_default_attributes),
6614         (ev_view_accessible_get_character_extents),
6615         (ev_view_accessible_get_offset_at_point),
6616         (ev_view_accessible_get_n_selections),
6617         (ev_view_accessible_get_selection),
6618         (ev_view_accessible_add_selection),
6619         (ev_view_accessible_remove_selection),
6620         (ev_view_accessible_set_selection),
6621         (ev_view_accessible_text_iface_init),
6622         (ev_view_accessible_idle_do_action),
6623         (ev_view_accessible_action_do_action),
6624         (ev_view_accessible_action_get_n_actions),
6625         (ev_view_accessible_action_get_description),
6626         (ev_view_accessible_action_get_name),
6627         (ev_view_accessible_action_set_description),
6628         (ev_view_accessible_action_iface_init),
6629         (ev_view_accessible_get_type), (ev_view_accessible_new),
6630         (ev_view_accessible_factory_get_accessible_type),
6631         (ev_view_accessible_factory_create_accessible),
6632         (ev_view_accessible_factory_class_init),
6633         (ev_view_accessible_factory_get_type):
6634         * shell/ev-view-accessible.h:
6635         * shell/ev-view-private.h:
6636         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6637         * shell/ev-view.h:
6638         
6639         Initial accessibility support.
6640
6641 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6642
6643         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6644
6645 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6646
6647         * shell/ev-print-job.c: (idle_print_handler):
6648         
6649         Fix for bug Bug 318916: Printing multiple pages.
6650
6651 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6652
6653         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6654
6655 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * pdf/ev-poppler.cc:
6658         
6659         Thumnail dimensions unified with other backends.
6660         
6661         * shell/ev-window-title.c: (ev_window_title_update):
6662         
6663         Fix warning.
6664
6665 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6666
6667         * data/ev-stock-zoom-fit-width.png:
6668         
6669         Remove unused file.
6670
6671 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6672
6673         * configure.ac:
6674         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6675         (djvu_document_finalize):
6676         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6677         (dvi_document_finalize):
6678         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6679         (pixbuf_document_save), (pixbuf_document_finalize):
6680         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6681         (tiff_document_finalize):
6682         
6683         Save a copy implemented for various backends.
6684
6685 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6686
6687         * configure.ac:
6688         
6689         Don't link with ltiff if tiff is disabled.
6690
6691 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6692
6693         * pdf/GDKSplashOutputDev.cc:
6694         * pdf/GDKSplashOutputDev.h:
6695         * pdf/Thumb.cc:
6696         * pdf/Thumb.h:
6697         * pdf/pdf-document.cc:
6698         * pdf/pdf-document.h:
6699         * pdf/test-gdk-output-dev.cc:
6700         
6701         Remove old unused files.
6702
6703 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6704
6705         * shell/ev-window.c: (ev_window_setup_document):
6706         
6707         Fixed warnings on reload and probably crash reason.
6708
6709 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6710
6711         * properties/ev-properties-view.c:
6712         (ev_properties_view_format_date):
6713         
6714         Check if date is invalid. Fix for bug 318134.
6715
6716 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6717
6718         * shell/ev-window-title.c:
6719         
6720         Add .indd files (Adobe Indesign) to the list of "bad
6721         extensions".
6722
6723 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6724
6725         * data/evince-ui.xml:
6726         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6727         
6728         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6729
6730 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6731
6732         * shell/ev-window.c: (launch_link), (launch_external_uri),
6733         (view_external_link_cb):
6734
6735         URL-escape link before passing it to gnome_vfs_url_show.
6736
6737 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6738
6739         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6740         there isn't text selected.
6741
6742 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6743
6744         * shell/ev-view.c: (handle_link_over_xy):
6745
6746         Check tooltip is valid utf8 before showing it
6747
6748 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6749
6750         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6751
6752 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6753
6754         * shell/ev-window-title.c: (ev_window_title_update):
6755
6756         Guard against using g_strstrip on NULL. Fixes bug #317291.
6757
6758 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6759
6760         * pdf/ev-poppler.cc:
6761
6762         Show title even for unknown links
6763
6764 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6765
6766         * shell/ev-window-title.c: (ev_window_title_update):
6767
6768         Strip the title string
6769
6770 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6771
6772         * shell/ev-window-title.c:
6773
6774         Add .rtf to the bad extensions list
6775
6776 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6777
6778         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6779         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6780
6781         Ignore link coordinates if they are outside page bounds
6782
6783 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6784
6785         * backend/ev-link.c: (ev_link_type_get_type),
6786         (ev_link_get_filename), (ev_link_get_params),
6787         (ev_link_get_property), (ev_link_set_property),
6788         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6789         * backend/ev-link.h:
6790         * pdf/ev-poppler.cc:
6791         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6792         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6793         (ev_window_init):
6794
6795         Implement launch links. Delegate external link opening to
6796         the window.
6797
6798 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6799
6800         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6801         (ev_link_get_right), (ev_link_get_property),
6802         (ev_link_set_property), (ev_link_class_init),
6803         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6804         * backend/ev-link.h:
6805         * pdf/ev-poppler.cc:
6806         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6807
6808         Implement fitr links
6809
6810 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6811
6812         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6813         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6814         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6815         (ev_view_size_request_continuous),
6816         (ev_view_size_request_dual_page),
6817         (ev_view_size_request_single_page), (ev_view_size_allocate),
6818         (ev_view_zoom_for_size_continuous_and_dual_page),
6819         (ev_view_zoom_for_size_continuous),
6820         (ev_view_zoom_for_size_dual_page),
6821         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6822         (ev_sizing_mode_get_type):
6823         * shell/ev-view.h:
6824         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6825
6826         Do not use modes for link, we need to calculate size ad hoc.
6827         Still not perfect because of the usual scrollbar issues grrr.
6828
6829 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6830
6831         * backend/ev-link.c: (ev_link_type_get_type),
6832         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6833         * backend/ev-link.h:
6834         * pdf/ev-poppler.cc:
6835         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6836         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6837         (ev_view_size_request_continuous),
6838         (ev_view_size_request_dual_page),
6839         (ev_view_size_request_single_page), (ev_view_size_allocate),
6840         (zoom_for_size_fit_height),
6841         (ev_view_zoom_for_size_continuous_and_dual_page),
6842         (ev_view_zoom_for_size_continuous),
6843         (ev_view_zoom_for_size_dual_page),
6844         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6845         (ev_sizing_mode_get_type):
6846         * shell/ev-view.h:
6847         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6848
6849         Implement FIT_HEIGHT mode (only for links).
6850         Implement FITH links
6851
6852 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6853
6854         * shell/ev-window-title.c: (get_filename_from_uri),
6855         (ev_window_title_sanitize_extension), (ev_window_title_update),
6856         (ev_window_title_set_document), (ev_window_title_set_uri),
6857         (ev_window_title_free):
6858         * shell/ev-window-title.h:
6859         * shell/ev-window.c: (ev_window_setup_document),
6860         (ev_window_popup_password_dialog):
6861
6862         Refactor window title building while fixing it for
6863         password documents.
6864
6865 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6866
6867         * pdf/ev-poppler.cc:
6868
6869         Escape link title before setting it in the model
6870
6871 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6872
6873         * shell/ev-application.c: (removed_from_session), (save_session),
6874         (init_session), (ev_application_get_empty_window),
6875         (ev_application_init), (ev_application_get_windows):
6876         * shell/ev-application.h:
6877         * shell/ev-window.c: (ev_window_finalize):
6878
6879         Add a function to retrieve window list and share it where
6880         necessary.
6881         Implement session handling, works pretty well thanks to the
6882         metadata system.
6883
6884 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6885
6886         * shell/ev-password.c: (ev_password_item_created_callback),
6887         (ev_password_dialog_save_password):
6888         
6889         Fix for bug 316972. Use async gnome-keyring API.
6890
6891 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6892
6893         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6894         Remove unused unrealize handler. Add scroll handling to
6895         ev_view_scroll_event for presentation mode (bug #316708),
6896         and fix the event state checks there.
6897
6898 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6899
6900         * shell/ev-page-action.c: (page_changed_cb):
6901
6902         "marco, maybe we should be crazy and jump right to 6! :)"
6903
6904         Bryan Clark, Sep 2005
6905
6906 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6907
6908         * ps/ps-document.c: (save_document), (ps_document_save),
6909         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6910         (ps_document_ps_export_end):
6911
6912         Fix unstructured documents save and print
6913
6914 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6915
6916         * shell/ev-application.c: (ev_application_open_uri):
6917
6918         Fix window size persistance
6919
6920 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6921
6922         * shell/ev-view.c: (ev_view_button_release_event):
6923
6924         Based on a patch from carlosgc@gnome.org. Mouse buttons
6925         switch pages in presentation mode.
6926
6927 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6928
6929         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6930
6931         Dont cast to int before scaling
6932
6933 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6934
6935         * backend/ev-link.c: (ev_link_type_get_type),
6936         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6937         (ev_link_new_page_fith):
6938         * backend/ev-link.h:
6939         * pdf/ev-poppler.cc:
6940         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6941
6942         Implement FIT and FITH links
6943
6944 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6945
6946         * pdf/ev-poppler.cc:
6947
6948         Return 0 results when search is not in progress.
6949
6950         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6951         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6952
6953         Update menu sensitivity when cancelling search
6954
6955 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6956
6957         * shell/ev-view.c: (ev_view_can_find_next):
6958
6959         Take all pages in consideration, not just current one
6960
6961 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6962
6963         * shell/ev-page-cache.c:
6964         * shell/ev-page-cache.h:
6965         * shell/ev-view.c: (ev_view_binding_activated),
6966         (ev_view_next_page), (ev_view_previous_page),
6967         (ev_sizing_mode_get_type):
6968         * shell/ev-view.h:
6969         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6970         (ev_window_cmd_go_next_page):
6971
6972         Move page next/previous functions from page chace to
6973         view and change it to move by 2 page steps in dual mode.
6974
6975 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6976
6977         * shell/ev-window.c: (update_sidebar_visibility),
6978         (setup_sidebar_from_metadata), (ev_window_setup_document),
6979         (setup_view_from_metadata):
6980
6981         Show the index by default when there is one     
6982
6983 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6984
6985         * shell/ev-window-title.c: (ev_window_title_set_document):
6986
6987         Missing null check
6988
6989 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6990
6991         * shell/ev-view.c: (view_update_range_and_current_page):
6992         
6993         Allow display of last odd page in dual view. Fix for 316347.
6994
6995 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6996
6997         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6998         
6999         Make close button default. Fix for 316383.
7000
7001 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7002
7003         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7004         
7005         Mark close button as default. Fix for 316381.
7006
7007 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7008
7009         * backend/ev-link.c: (ev_link_class_init):
7010
7011         Allow negative doubles in left/top properties
7012
7013 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7014
7015         * shell/ev-window.c:
7016
7017         Remove a bunch of strings that was used only
7018         by the statusbar.
7019
7020 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7021
7022         * shell/ev-window-title.c: (get_filename_from_uri),
7023         (ev_window_title_set_document):
7024
7025         When title has a confusing extension, show also
7026         the document filename inside ()
7027
7028 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7029
7030         * shell/Makefile.am:
7031         * shell/ev-window-title.c: (ev_window_title_new),
7032         (ev_window_title_update), (ev_window_title_set_type),
7033         (ev_window_title_set_document), (ev_window_title_free):
7034         * shell/ev-window-title.h:
7035         * shell/ev-window.c: (ev_window_setup_document),
7036         (password_dialog_response), (ev_window_popup_password_dialog),
7037         (ev_window_dispose), (ev_window_init):
7038
7039         Factor out and cleanup window title code
7040
7041 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7042
7043         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7044         (unable_to_load):
7045
7046         Make dialog transient so it doesnt block other windows
7047
7048 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * pdf/ev-poppler.cc:
7051         
7052         Fix pdf thumbnails rendering.
7053
7054 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7055
7056         * shell/ev-window.c: (fullscreen_set_timeout):
7057         
7058         Increase timeout to hide full screen popup. Bug 
7059         316123. 
7060
7061 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7062
7063         * data/evince.schemas.in:
7064         * shell/ev-window.c: (update_action_sensitivity):
7065
7066         Allow the user to override document restrictions. Fix for bug
7067         305818.
7068
7069 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7070
7071         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7072         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7073         (ev_window_class_init): Fix multihead behaviour of fullscreen
7074         toolbar popup. Fixes bug #315451.
7075
7076 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7077
7078         * configure.ac:
7079         * data/evince-password.glade:
7080         * shell/ev-password.c: (ev_password_dialog_set_property),
7081         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7082         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7083         (ev_password_dialog_entry_changed_cb),
7084         (ev_password_dialog_entry_activated_cb),
7085         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7086         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7087         (ev_password_dialog_set_bad_pass):
7088         * shell/ev-password.h:
7089         * shell/ev-window.c: (password_dialog_response),
7090         (ev_window_popup_password_dialog):
7091         
7092         Support for gnome-keyring for encrypted PDF's.
7093
7094 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7097         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7098         (ev_view_enter_notify_event), (ev_view_class_init):
7099         
7100         More precise handling of enter_notify/leave_notify events
7101         in EvView. Fix for bug 315470.
7102
7103 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7104
7105         * shell/ev-window.c: (fullscreen_timeout_cb),
7106         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7107         (ev_window_dispose):
7108
7109         leak fix: unref fullscreen_timeout_source before clearing it
7110
7111 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7112
7113         * configure.ac, dvi/mdvi/Makefile.am: 
7114         
7115         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7116
7117 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7118
7119         * backend/ev-link.c: (ev_link_new_page_xyz):
7120         * pdf/ev-poppler.cc:
7121         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7122
7123         Fix some bugs with xyz links, respect zoom
7124
7125 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7126
7127         * shell/ev-window.c: (page_changed_cb),
7128         (setup_document_from_metadata), (update_sidebar_visibility),
7129         (setup_view_from_metadata), (ev_window_run_fullscreen),
7130         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7131         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7132         (ev_window_dual_mode_changed_cb),
7133         (ev_window_sidebar_current_page_changed_cb):
7134
7135         null check uri before setting and getting metadata
7136
7137 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7138
7139         * dvi/Makefile.am:
7140         * properties/Makefile.am:
7141         * shell/Makefile.am:
7142         * thumbnailer/Makefile.am:
7143
7144         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7145
7146 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7147
7148         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7149         (selection_changed_callback):
7150         * shell/ev-sidebar-links.h:
7151
7152         Add a signal for link activation.
7153
7154         * shell/ev-view.c: (ev_view_goto_link),
7155         (ev_view_button_release_event):
7156         * shell/ev-view.h:
7157         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7158         (ev_window_init):
7159
7160         Implement the signal so that we can handle all link types.
7161
7162         * shell/ev-page-cache.c:
7163
7164         Remove unused set_link function
7165
7166 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7167
7168         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7169
7170         Add some space from the cursor, hardcoded but I couldnt
7171         find a better way.
7172
7173 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7174
7175         * lib/ev-tooltip.c:
7176
7177         Use mozilla style vs gtk style, way better for links.
7178
7179         * shell/ev-view.c: (ev_view_motion_notify_event),
7180         (ev_view_destroy), (ev_view_init):
7181
7182         Deactive tooltip when the link hovered is changed.
7183
7184 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7185
7186         * backend/ev-document.h:
7187         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7188         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7189         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7190         (ev_link_new_page), (ev_link_new_page_xyz):
7191         * backend/ev-link.h:
7192         * pdf/ev-poppler.cc:
7193         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7194         (go_to_link), (tip_from_link):
7195
7196         Implement xyz links, still not functional. Links are a total
7197         mess, will need to refactor and bugfix a lot :(
7198
7199 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7200
7201         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7202
7203 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7204
7205         * data/evince-ui.xml:
7206         * data/evince.schemas.in:
7207         * shell/Makefile.am:
7208         * shell/ev-window.c: (update_chrome_visibility),
7209         (password_dialog_response), (ev_window_load_job_cb),
7210         (ev_window_xfer_job_cb), (ev_window_open_uri),
7211         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7212         (ev_window_init):
7213
7214         Remove the statusbar. This regress loading feedback, need to
7215         check with Bryan what we want to do there...
7216
7217 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7218
7219         * lib/ev-tooltip.c: (ev_tooltip_init):
7220
7221         Fix tooltip border and size handling
7222
7223 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7224
7225         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7226         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7227         (ev_tooltip_timeout), (ev_tooltip_activate),
7228         (ev_tooltip_deactivate):
7229         * lib/ev-tooltip.h:
7230         * shell/ev-view.c: (ev_view_motion_notify_event):
7231
7232         Delay popup showing. Mirror gtk logic/times.
7233
7234 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7235
7236         * lib/Makefile.am:
7237         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7238         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7239         (ev_tooltip_set_text), (ev_tooltip_set_position):
7240         * lib/ev-tooltip.h:
7241
7242         Simple widget to show tooltips at a custom position
7243
7244         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7245         (ev_view_destroy):
7246
7247         Use it for links. First go, needs work
7248
7249 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7250
7251         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7252         HIG fixes.  Use title capitalization for window title. Use 12 
7253         pixels of space between the dialog's vbox and action area.
7254
7255 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7256
7257         * shell/ev-window.c: (file_open_dialog_response_cb),
7258         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7259         (ev_window_cmd_save_as):
7260
7261         Make file pickers not modal and refactor code some
7262
7263 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7264
7265         * shell/ev-sidebar.h:
7266         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7267         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7268         (ev_sidebar_class_init), (ev_sidebar_select_page),
7269         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7270         (ev_sidebar_set_page):
7271
7272         Add a current page property and allow to get/set it
7273
7274         * shell/ev-window.c: (setup_view_from_metadata),
7275         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7276
7277         Persist current sidebar page per document
7278
7279 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7280
7281         * data/evince.schemas.in:
7282         * shell/ev-window.c: (update_chrome_visibility),
7283         (setup_document_from_metadata), (update_sidebar_visibility),
7284         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7285         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7286         (ev_window_run_presentation), (ev_window_stop_presentation),
7287         (ev_window_view_sidebar_cb),
7288         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7289         (load_chrome), (ev_window_init):
7290
7291         Persist size/visibility of sidebar per document
7292
7293 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7294
7295         * shell/ev-view.c (draw_loading_text): Draw loading text.
7296
7297 2005-09-02  Dan Damian  <dand@gnome.ro>
7298
7299         * configure.in: Added "ro" to ALL_LINGUAS.
7300
7301 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7302
7303         * shell/ev-view.c: (clear_caches):
7304
7305         ev_page_cache_get doesnt return a reference,
7306         dont try to unref it.
7307
7308 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7309
7310         * shell/main.c: (load_files_remote):
7311
7312         Fix timestamp parameter with dbus <= 0.33
7313
7314 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7315
7316         * data/evince.schemas.in:
7317
7318         Add missing full stop
7319
7320 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7321
7322         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7323         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7324
7325         Plug some memory leaks
7326
7327 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7328
7329         * configure.ac:
7330         * lib/ev-debug.c: (trap_handler):
7331
7332         Check for execinfo.h and use it only if it exists.
7333         Ported from Epiphany (bug #314776).
7334
7335 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7336
7337         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7338
7339 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7340
7341         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7342         * po/id.po      : Added Indonesian translation
7343
7344 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7345
7346         * shell/main.c:
7347         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7348         * NEWS: Release 0.4.0
7349
7350 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7351
7352         * configure.ac: catch another gtk+-2.8ism
7353         * shell/main.c: Make work with gtk+-2.6
7354
7355 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7356
7357         * shell/ev-application-service.xml: Add 'timestamp' argument to
7358           ev_application_open_window and ev_application_open_uri methods.
7359
7360         * shell/ev-application.h: Add 'timestamp' argument to
7361           ev_application_open_window, ev_application_open_uri,
7362           and ev_application_open_uri_list functions.
7363
7364         * shell/ev-application.c (ev_application_open_window,
7365           ev_application_open_uri, ev_application_open_uri_list): Change
7366           functions that show/present windows to use a timestamp if one
7367           is passed in.
7368
7369         * shell/ev-window.c (ev_window_cmd_file_open,
7370           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7371         * shell/main.c (load_files): Modify calls to ev_application to
7372           include GDK_CURRENT_TIME as timestamp.
7373
7374         * shell/main.c (load_files_remote): Obtain timestamp for client
7375           instance from GDK and pass to server instance so new windows are
7376           focused properly.  Fix dbus_g_proxy_call() calls by including second
7377           G_TYPE_INVALID.
7378           
7379         Closes bug #314475.
7380
7381 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7382
7383         * shell/ev-window.c (ev_window_finalize): Check for
7384         avail. EvWindows when quiting to handle the finalize better,
7385         #314497
7386
7387 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7388         
7389         * properties/ev-properties-view.c: 
7390         
7391         Set textdomain to libglade. Fixes translation problem in property page.
7392
7393 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7394
7395         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7396         * dvi/Makefile.am:
7397         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7398         * dvi/mdvi-lib/Makefile.am:
7399         
7400         Fix rotation of thumbnails, ported to new API. Moved library
7401         dependencies earlier, probably it will fix linkage problem.
7402
7403 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7404
7405         * backend/ev-document-misc.c:
7406         (ev_document_misc_get_thumbnail_frame):
7407         * backend/ev-document-misc.h:
7408         * configure.ac:
7409         * pdf/ev-poppler.cc:
7410         * shell/Makefile.am:
7411         * shell/ev-sidebar-thumbnails.c: (add_range),
7412         (ev_sidebar_thumbnails_set_loading_icon),
7413         (ev_sidebar_thumbnails_refresh),
7414         (ev_sidebar_thumbnails_set_document):
7415         * shell/ev-sidebar-thumbnails.h:
7416         * shell/ev-view.c: (ev_view_motion_notify_event),
7417         (ev_view_set_property), (ev_view_get_property),
7418         (ev_view_class_init), (ev_view_set_rotation):
7419         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7420         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7421         (ev_window_init):
7422         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7423         Redo rotation (again).  prepare for 0.4.0
7424
7425 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7426
7427         * configure.ac: Bump poppler requirement to 0.4.1.
7428
7429         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7430         argument to poppler_page_render_selection() call.
7431
7432 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7433
7434         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7435         (djvu_document_thumbnails_get_thumbnail):
7436         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7437         (dvi_document_thumbnails_get_thumbnail):
7438         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7439         (pixbuf_document_thumbnails_get_thumbnail):
7440         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7441         
7442         Update rotation direction of backends to fit with pdf and ps.
7443
7444 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7445
7446         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7447         * backend/ev-async-renderer.h:
7448         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7449         (setup_page), (ps_document_get_page_size),
7450         (ps_async_renderer_render_pixbuf):
7451         * ps/ps-document.h:
7452         * shell/ev-jobs.c: (ev_job_render_run):
7453
7454         Fix orientation in the postscript document
7455
7456 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7457
7458         * pdf/ev-poppler.cc:
7459         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7460         * shell/ev-view.c: (highlight_find_results):
7461
7462         Adapt to the new poppler rotation API. Fix text maps on landscape
7463         documents.
7464
7465 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7466
7467         * shell/ev-view.c (compute_new_selection_text): get the correct
7468         region when selecting in modes other than continuous.
7469
7470 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7471
7472         * shell/main.c (main): remove redundant g_warnings.
7473
7474 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7475
7476         * shell/Makefile.am: Don't include autogenerated
7477         file ev-application-service.h into distribution, since
7478         it causes dbus crash. Fix for bugs 313724 and 313443. 
7479
7480 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7481
7482         * configure.ac: Fix sed expression for FreeBSD. Thanks
7483         to Joe Marcus Clark <marcus@freebsd.org>
7484         
7485         * shell/eggfindbar.c: (entry_activate_callback),
7486         (entry_changed_callback), (egg_find_bar_init),
7487         (egg_find_bar_set_search_string):
7488         
7489         Made findbar buttons unsensitive if there is no text in
7490         entry. Fix for the bug 313285.
7491
7492 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7493
7494         * ps/ps-document.c: Use g_filename_display_name for displaying
7495         filenames and revert string freeze breackage
7496
7497 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7498
7499         * NEWS:
7500         * configure.ac:
7501
7502         Update for 0.3.4
7503
7504         * shell/Makefile.am:
7505
7506         Add ev-application-service.xml to extra dist
7507
7508         * shell/ev-view.c: (find_page_at_location):
7509
7510         Remove unused function (fix warning)
7511
7512 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7513
7514         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7515         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7516         
7517         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7518         bug 313623.
7519
7520 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7523         * shell/ev-window.c:
7524         Fix build warnings
7525
7526 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7527
7528         * configure.ac: Update script to get dbus version.
7529         Fix for the bug #313443.
7530
7531 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7532
7533         * shell/ev-window.c: (ev_window_cmd_escape):
7534         
7535         Return focus back to view on escape. Fix for bug 313295.
7536
7537 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7538
7539         * shell/ev-window.c: (update_window_title),
7540         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7541         (ev_window_cmd_save_as):
7542         
7543         Correct conversion from uri to displayable string. Fix for
7544         bug 313296.
7545
7546 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7547
7548         * ps/ps-document.c: convert filename to utf8 when there is an error
7549         loading document. Fixes #309915
7550
7551 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7552
7553         * configure.ac:
7554
7555         We depend on poppler 0.4.0
7556
7557 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7558
7559         * configure.ac:
7560         * NEWS: Release 0.3.3.
7561         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7562
7563 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7564
7565         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7566         add a couple missing mnemonics to menu items, use title 
7567         capitalization for menu items and window titles, and add 
7568         ellipsis to open menu item.     
7569
7570 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7571
7572         * pdf/ev-poppler.cc:
7573         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7574         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7575         (ev_view_get_rotation):
7576         * shell/ev-view.h:
7577         * shell/ev-window.c: (setup_view_from_metadata),
7578         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7579         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7580         disk.
7581
7582 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7583
7584         * configure.ac: Added tr to ALL_LINGUAS
7585
7586 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7587
7588         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7589         requires several clicks to find word. Thanks to 
7590         Colin Slater <kiltedtaco@gmail.com>.
7591
7592 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7593
7594         * data/evince.desktop.in.in: Hide menu entry and
7595         rename it to "Document Viewer". Fix for bug 
7596         #312399.
7597
7598 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7599
7600         * shell/ev-page-action.c (ev_page_action_class_init): 
7601
7602         Point to the correct function in constructor of the
7603         activate_label signal
7604
7605 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7606
7607         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7608         * shell/ev-jobs.h: Make thread safe.
7609
7610 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7611
7612         * shell/ev-view.c: (view_update_range_and_current_page):
7613         Don't update page range if we are scrolling to some document
7614         point.
7615
7616 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7619         when getting max_page_width, fix drawing in dual mode.
7620
7621 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7622
7623         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7624         getting the area for select_all.
7625
7626 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7627
7628         * backend/ev-selection.c: (ev_selection_render_selection):
7629         * backend/ev-selection.h:
7630         * pdf/ev-poppler.cc:
7631         * shell/ev-jobs.c: (ev_job_render_new):
7632         * shell/ev-jobs.h:
7633         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7634         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7635         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7636         (ev_view_class_init):
7637
7638         Change selection color on focus in and focus out events.  Also,
7639         poppler now uses GdkColor for specifying the selection colors, so
7640         drop some awkward conversion code.
7641
7642 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7643
7644         * configure.ac: Added Hebrew translation
7645
7646 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7647
7648         * NOTES:
7649         * backend/ev-selection.c: (ev_selection_render_selection):
7650         * backend/ev-selection.h:
7651         * pdf/ev-poppler.cc:
7652         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7653         (ev_job_render_run):
7654         * shell/ev-jobs.h:
7655         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7656         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7657         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7658         (ev_pixbuf_cache_style_changed),
7659         (ev_pixbuf_cache_get_selection_pixbuf),
7660         (ev_pixbuf_cache_set_selection_list),
7661         (ev_pixbuf_cache_get_selection_list):
7662         * shell/ev-pixbuf-cache.h:
7663         * shell/ev-utils.c: (ev_print_region_contents):
7664         * shell/ev-utils.h:
7665         * shell/ev-view.c: (ev_view_queue_draw_page),
7666         (selection_update_idle_cb), (ev_view_motion_notify_event),
7667         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7668         (setup_caches), (ev_view_find_next), (merge_selection_region),
7669         (selection_free):
7670         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7671
7672         Clean up selection to be much smoother!
7673
7674 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7675
7676         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7677         to poppler_page_render_selection().
7678
7679 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7680
7681         * ps/ps-document.c: (save_page_list): Use
7682         unzipped document when printing. Thanks to 
7683         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7684         311016.
7685
7686 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7687
7688         * shell/ev-window.c: (update_action_sensitivity):
7689         
7690         Disable print and save respect to lockdown gconf keys. Fix
7691         for 312342.
7692
7693 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7694
7695         * configure.ac:
7696         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7697         (write_to_temp_file), (ev_file_set_contents):
7698         * shell/ev-utils.h:
7699         * shell/ev-window.c: (save_print_config_to_file):
7700         
7701         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7702         Fix for bug 312238
7703
7704 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7705
7706         * shell/ev-window.c: (load_print_config_from_file),
7707         (save_print_config_to_file), (ev_window_print_range):
7708
7709         Persist the print settings. Fixes bug #311578.
7710
7711 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7712
7713         * djvu/djvu-document.c: (djvu_document_get_page_size),
7714         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7715         (djvu_document_thumbnails_get_thumbnail):
7716         * dvi/dvi-document.c: (dvi_document_get_page_size),
7717         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7718         (dvi_document_thumbnails_get_dimensions),
7719         (dvi_document_thumbnails_get_thumbnail):
7720         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7721         (pixbuf_document_render_pixbuf),
7722         (pixbuf_document_document_iface_init),
7723         (pixbuf_document_thumbnails_get_thumbnail):
7724         
7725         Update backends to make them build with new rotation system.
7726
7727 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7728
7729         * help/C/figures/evince_start_window.png:
7730         
7731         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7732
7733 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7734
7735         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7736         * shell/ev-pixbuf-cache.h:
7737         * shell/ev-sidebar-thumbnails.c:
7738         (ev_sidebar_thumbnails_get_property), (add_range),
7739         (adjustment_changed_cb):
7740         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7741         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7742         we were thumbnailing the entire docment on startup, slowing us
7743         down hugely. 
7744
7745 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7746
7747         * shell/ev-page-cache.c: (ev_page_cache_new):
7748         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7749         == 0, fixes #310306.
7750
7751 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7752
7753         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7754         (ev_view_rotate_left):
7755
7756         Account rotation in doc_rect_to_view_rect.
7757         Ensure rotation doesnt go out of bounds.
7758
7759 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7760
7761         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7762
7763         Correct and cleanup w/h swapping
7764
7765 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7766
7767         * backend/ev-document-thumbnails.c:
7768         (ev_document_thumbnails_get_thumbnail):
7769         * backend/ev-document-thumbnails.h:
7770         * backend/ev-document.c:
7771         * backend/ev-document.h:
7772         * backend/ev-render-context.c: (ev_render_context_new),
7773         (ev_render_context_set_rotation):
7774         * backend/ev-render-context.h:
7775         * pdf/ev-poppler.cc:
7776         * ps/ps-document.c: (ps_document_document_iface_init):
7777         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7778         * shell/ev-jobs.h:
7779         * shell/ev-page-cache.c: (build_height_to_page),
7780         (ev_page_cache_new), (ev_page_cache_get_size),
7781         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7782         (ev_page_cache_get_height_to_page):
7783         * shell/ev-page-cache.h:
7784         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7785         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7786         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7787         (ev_pixbuf_cache_get_selection_pixbuf):
7788         * shell/ev-pixbuf-cache.h:
7789         * shell/ev-print-job.c: (idle_print_handler):
7790         * shell/ev-sidebar-thumbnails.c: (add_range):
7791         * shell/ev-view.c: (view_update_range_and_current_page),
7792         (get_page_y_offset), (get_page_extents),
7793         (ev_view_size_request_continuous_dual_page),
7794         (ev_view_size_request_continuous),
7795         (ev_view_size_request_dual_page),
7796         (ev_view_size_request_single_page), (draw_one_page),
7797         (ev_view_set_rotation), (ev_view_rotate_right),
7798         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7799         (ev_view_zoom_for_size_continuous_and_dual_page),
7800         (ev_view_zoom_for_size_continuous),
7801         (ev_view_zoom_for_size_dual_page),
7802         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7803         (ev_view_select_all):
7804         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7805         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7806         (tiff_document_document_iface_init),
7807         (tiff_document_thumbnails_get_thumbnail):
7808
7809         Use rotation rather than orientation. It's easier and enough
7810         for our needs.
7811
7812 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7813
7814         * shell/ev-page-cache.c: (build_height_to_page),
7815         (ev_page_cache_new), (ev_page_cache_get_size),
7816         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7817         (ev_page_cache_get_height_to_page):
7818         * shell/ev-page-cache.h:
7819         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7820         (ev_view_size_request_continuous_dual_page),
7821         (ev_view_size_request_continuous),
7822         (ev_view_zoom_for_size_continuous_and_dual_page),
7823         (ev_view_zoom_for_size_continuous):
7824
7825         Make the page cache aware of page orientation.
7826
7827 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7828
7829         * backend/ev-document-thumbnails.c:
7830         (ev_document_thumbnails_get_thumbnail):
7831         * backend/ev-document-thumbnails.h:
7832         * backend/ev-document.c:
7833         * backend/ev-document.h:
7834         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7835         * backend/ev-ps-exporter.h:
7836         * pdf/ev-poppler.cc:
7837         * ps/ps-document.c: (ps_document_document_iface_init),
7838         (ps_document_ps_export_do_page):
7839         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7840         * shell/ev-jobs.h:
7841         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7842         (ev_page_cache_get):
7843         * shell/ev-page-cache.h:
7844         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7845         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7846         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7847         * shell/ev-pixbuf-cache.h:
7848         * shell/ev-print-job.c: (idle_print_handler):
7849         * shell/ev-sidebar-thumbnails.c: (add_range):
7850         * shell/ev-view.c: (view_update_range_and_current_page),
7851         (get_page_extents), (ev_view_size_request_dual_page),
7852         (ev_view_size_request_single_page), (draw_one_page),
7853         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7854         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7855         (ev_view_zoom_for_size_dual_page),
7856         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7857         (ev_view_select_all):
7858         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7859         * tiff/tiff-document.c: (tiff_document_get_page_size),
7860         (tiff_document_get_orientation), (rotate_pixbuf),
7861         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7862         (tiff_document_thumbnails_get_thumbnail),
7863         (tiff_document_ps_export_do_page), (tiff_document_init):
7864
7865         Really make use of the orientation bit of the render context.
7866         Use the render context in a few more places in the backend API.
7867         This regress orientation, but now it's done right. Will try to
7868         fix it up asap...
7869
7870 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7871
7872         * shell/ev-view.c: (ensure_rectangle_is_visible):
7873
7874         Patch by Nickolay V. Shmyrev to fix find flickering
7875
7876 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7877
7878         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7879         duplex parameters to ::begin.
7880
7881         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7882         * shell/ev-print-job.c (idle_print_handler): 
7883         * ps/ps-document.c (ps_document_ps_export_begin): 
7884         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7885         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7886         implementations. Poppler backend needs poppler cvs. Rest has
7887         unchanged behavior.
7888
7889 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7890
7891         * shell/ev-window.c (using_pdf_printer): new function.
7892         (ev_window_print_range): print a less techy message if someone
7893         tries to print to PDF.
7894
7895 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7896
7897         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7898         from "unknown font" string. Bug #311431
7899
7900 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7901
7902         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7903
7904 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7905
7906         Bug #311280
7907         
7908         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7909         name for PopplerFontTypes
7910         (pdf_document_fonts_fill_model): add font type to the detail column
7911
7912         * backend/ev-document-fonts.h: added
7913         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7914
7915         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7916         font name and font details, add a little markup.
7917         (ev_properties_fonts_init): use the new cell data func, specify ypad
7918         property for the cell renderer.
7919         (ev_properties_fonts_set_document): add the details column.
7920
7921 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7922
7923         * configure.ac: Added "pl" to ALL_LINGUAS.
7924
7925 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7926
7927         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7928
7929 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7930
7931         * help/ChangeLog: Started this for translations of manual.
7932         * configure.ac, autogen.sh, .cvsignore: Migrated to
7933         gnome-doc-utils. Patch in bug #311222.
7934
7935 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7936
7937         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7938         #ifdef this away to fix an unused-function warning.
7939
7940 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7941
7942         * configure.ac: Added 'gl' to ALL_LINGUAS.
7943
7944 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7945
7946         * configure.ac: Added ne in ALL_LINGUAS
7947         
7948 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7949
7950         * shell/ev-view.c: (ev_view_leave_notify_event):
7951         
7952         Clear status message when pointer leaves view. Fix for bug
7953         #310818 
7954
7955 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7956
7957         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7958
7959 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7960
7961         * shell/ev-view.c: (ev_view_leave_notify_event),
7962         (ev_view_class_init):
7963         
7964         Set cursor to normal then leaving view.
7965
7966 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * configure.ac:
7969         
7970         Fix required djvulibre version.
7971
7972 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7973
7974         *configure.ac: Hindi (hi) language added
7975
7976 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7977
7978         *configure.ac: Punjabi (pa) Language added
7979
7980 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7981
7982         * data/evince-ui.xml, shell/ev-window.c:
7983         
7984         Add keypad accelerators for zooming. Fix for bug 308128.
7985
7986 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7987
7988         * Makefile.am:
7989         * backend/Makefile.am:
7990         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7991         * configure.ac:
7992         * shell/ev-document-types.c: (ev_document_types_add_filters):
7993
7994         Allow to enable/disable the pixbuf backend.
7995         Default to off for now. If we want it enabled we should
7996         really put mime types in the desktop, implement properties etc.
7997
7998         * properties/evince-properties.c:
7999
8000         Initialize error to NULL.
8001         Check error is not NULL before freeing.
8002
8003 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8004
8005         * shell/ev-window.c:
8006
8007         Use F5 as presentation accell
8008
8009 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8010
8011         * shell/ev-window.c: (update_chrome_visibility),
8012         (ev_window_create_fullscreen_popup), (ev_window_init):
8013
8014         Do not leak the fullscreen toolbar
8015
8016 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8017
8018         * shell/ev-window.c: (view_actions_focus_in_cb),
8019         (view_actions_focus_out_cb):
8020
8021         These has a return value! Fix totally random focus
8022         issues we was seeing.
8023
8024 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8025
8026         * shell/main.c: (load_files_remote):
8027
8028         Allow open more than one file
8029
8030 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8031
8032         * shell/main.c: (load_files_remote):
8033
8034         Fix for dbus 0.33. bug #309975
8035
8036 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8037
8038         * properties/ev-properties-main.c: (ev_properties_get_pages):
8039
8040         Actually return NULL for types we dont support
8041
8042 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8043
8044         * po/POTFILES.in:
8045
8046         Remove empty lines.
8047
8048 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8049
8050         * backend/ev-document-factory.c:
8051         (ev_document_factory_get_document):
8052
8053         Do not try to create the object if type
8054         is invalid.
8055
8056 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8057
8058         * ps/ps-document.c: (ps_document_dispose),
8059         (ps_async_renderer_render_pixbuf):
8060         * ps/ps-document.h:
8061
8062         Do not leak the target window
8063
8064 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8065
8066         * shell/ev-application.c: (ev_application_init):
8067
8068         Let tbe check file existence for us.
8069         Add a comment about eggrecent mime filter.
8070
8071 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8072
8073         * data/evince-ui.xml:
8074         * shell/ev-application.c: (ev_application_shutdown),
8075         (ev_application_init), (ev_application_get_toolbars_model),
8076         (ev_application_get_recent_model),
8077         (ev_application_save_toolbars_model):
8078         * shell/ev-application.h:
8079         * shell/ev-window.c: (ev_window_add_recent),
8080         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8081         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8082         (ev_window_init):
8083
8084         Use common toolbar and recent models for all windows.
8085         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8086
8087 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8088
8089         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8090         successfully check for gtk_icon_view_get_visible_range.
8091
8092 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8093
8094         * djvu/Makefile.am:
8095         * dvi/Makefile.am:
8096         
8097         Fix djvu and dvi backend build.
8098
8099 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8100
8101         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8102         (new_separator_pixbuf):
8103
8104         Don't leak windows.
8105
8106 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8107
8108         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8109
8110         HIGification of toolbar editor dialogue.
8111
8112 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8113
8114         * configure.ac:
8115         * shell/Makefile.am:
8116
8117         Ever build metadata manager since it's just
8118         disabled at runtime now.
8119
8120 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8121
8122         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8123         (ev_metadata_manager_get), (ev_metadata_manager_set):
8124         * shell/ev-metadata-manager.h:
8125
8126         Add an _init functions that enabled metadata management
8127         at runtime.
8128
8129         * shell/ev-window.c: (page_changed_cb),
8130         (setup_document_from_metadata), (ev_window_setup_document),
8131         (setup_view_from_metadata), (ev_window_open_uri),
8132         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8133         (ev_window_run_presentation), (ev_window_stop_presentation),
8134         (save_sizing_mode), (ev_window_zoom_changed_cb),
8135         (ev_window_continuous_changed_cb),
8136         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8137         (window_configure_event_cb):
8138
8139         Remove all ugly metadata define since we deal with it
8140         at runtime now.
8141
8142         * shell/main.c: (load_files_remote), (main):
8143
8144         Add support for dbus cvs head. Hopefully didnt break one
8145         of the other versions now!
8146
8147         If we dont get a response from the dbus server just
8148         give up with it and not enable metadata.
8149
8150 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8151
8152         * Makefile.am:
8153         * backend/Makefile.am:
8154         * configure.ac:
8155         * cut-n-paste/recent-files/Makefile.am:
8156         * cut-n-paste/toolbar-editor/Makefile.am:
8157         * cut-n-paste/zoom-control/Makefile.am:
8158         * lib/Makefile.am:
8159         * pdf/Makefile.am:
8160         * pixbuf/Makefile.am:
8161         * properties/Makefile.am:
8162         * ps/Makefile.am:
8163         * shell/Makefile.am:
8164         * thumbnailer/Makefile.am:
8165         * tiff/Makefile.am:
8166
8167         Make frontends depend on just libev.
8168         Rework and group CFLAGS/LIBS definitions.
8169         Cleanups.
8170
8171 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8172
8173         * shell/ev-window:
8174
8175         do not unnecessarily save zoom
8176
8177         * configure.ac:
8178         * lib/ev-file-helpers.c: (ev_dot_dir):
8179         * shell/Makefile.am:
8180         * shell/dummy.cc:
8181
8182         Some cleanups
8183
8184 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8185
8186         * configure.ac:
8187         
8188         Remove unnecessary dependencies
8189
8190 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8191
8192         * properties/Makefile.am:
8193         * thumbnailer/Makefile.am:
8194         * tiff/Makefile.am:
8195
8196         Some more cleanups. Was really necessary
8197         but I probably introduced bugs, feel free
8198         to flame :)
8199
8200 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8201
8202         * backend/Makefile.am:
8203         * configure.ac:
8204         * cut-n-paste/recent-files/Makefile.am:
8205         * cut-n-paste/toolbar-editor/Makefile.am:
8206         * cut-n-paste/zoom-control/Makefile.am:
8207         * lib/Makefile.am:
8208         * pdf/Makefile.am:
8209         * pixbuf/Makefile.am:
8210         * properties/Makefile.am:
8211         * ps/Makefile.am:
8212         * shell/Makefile.am:
8213         * thumbnailer/Makefile.am:
8214         * tiff/Makefile.am:
8215
8216         Use gnome-common macros when possible.
8217         Cleanup dependencies.
8218         Actually disable deprecated where possible.
8219
8220 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8221
8222         * Makefile.am:
8223         * backend/Makefile.am:
8224         * properties/Makefile.am:
8225         * shell/Makefile.am:
8226         * thumbnailer/Makefile.am:
8227
8228         This should solve the circular dep without
8229         requiring dir reorg!
8230
8231         * shell/ev-window.c: (setup_view_from_metadata):
8232
8233         Never restore window size/position when the
8234         window is already visible.
8235
8236 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8237
8238         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8239
8240         Return a boolean from timeout func. Fix ported from gedit.
8241
8242 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8243
8244         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8245
8246 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8247
8248         * shell/ev-document-types.c: set "All Documents" as default filter in
8249         open dialog
8250
8251 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8252
8253         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8254         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8255         (ev_metadata_manager_set_boolean): fix value/val thinko.
8256
8257 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8258
8259         * shell/ev-window.c: (setup_view_from_metadata),
8260         (window_state_event_cb), (window_configure_event_cb),
8261         (ev_window_init):
8262
8263         Remember window position and maximized state
8264
8265 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8266
8267         * configure.ac:
8268
8269         Fix DBUS configure checks.
8270
8271         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8272         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8273         (ev_metadata_manager_set_boolean):
8274
8275         Plug mem leaks.
8276
8277         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8278         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8279         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8280         (ev_window_continuous_changed_cb),
8281         (ev_window_dual_mode_changed_cb), (ev_window_new):
8282
8283         Fix the build without DBUS.
8284
8285 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8286
8287         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8288         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8289         (ev_metadata_manager_set_string),
8290         (ev_metadata_manager_set_boolean):
8291         * shell/ev-metadata-manager.h:
8292
8293         Add support for some more types
8294
8295         * shell/ev-view.c: (scroll_to_current_page),
8296         (ev_view_get_continuous), (ev_view_set_continuous),
8297         (ev_view_get_dual_page):
8298         * shell/ev-view.h:
8299         * shell/ev-window.c: (page_changed_cb),
8300         (setup_document_from_metadata), (ev_window_setup_document),
8301         (setup_view_from_metadata), (ev_window_open_uri),
8302         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8303         (ev_window_run_presentation), (ev_window_stop_presentation),
8304         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8305         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8306         (ev_window_update_dual_page_action),
8307         (ev_window_continuous_changed_cb),
8308         (ev_window_dual_mode_changed_cb), (ev_window_init):
8309
8310         Remember a bunch of view/document properties. Prolly some
8311         are still missing but it's getting interesting.
8312
8313 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8314
8315         * configure.ac: check if dbus-binding-tool is installed. Not the
8316         case on current Ubuntu breezy, it seems.
8317
8318 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8319
8320         * data/evince.desktop.in.in:
8321         
8322         Allow open uri lists and add TryExec field.
8323
8324 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8325
8326         * configure.ac:
8327
8328         Enable dbus when available, do not require a configure
8329         option.
8330
8331 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8332
8333         * configure.ac:
8334
8335         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8336         disabled.
8337
8338 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8339         Marco Pesenti Gritti  <mpg@redhat.com>
8340
8341         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8342         
8343         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8344         functions to the format required by dbus
8345
8346         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8347         errors. Use the RPC parameters in the expected way
8348
8349 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8350
8351         * Makefile.am:
8352         * properties/Makefile.am:
8353         * properties/ev-properties-main.c: (ev_properties_get_pages):
8354
8355         Support all mime types
8356
8357         * shell/Makefile.am:
8358         * thumbnailer/Makefile.am:
8359         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8360         (evince_thumbnail_pngenc_get):
8361
8362         Use the document factory
8363
8364 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8365
8366         * backend/Makefile.am:
8367         * backend/ev-document-factory.c:
8368         (mime_type_supported_by_gdk_pixbuf),
8369         (ev_document_type_get_from_mime),
8370         (ev_document_factory_get_document),
8371         (ev_document_factory_get_backend),
8372         (ev_document_factory_get_mime_types),
8373         (ev_document_factory_get_all_mime_types):
8374         * backend/ev-document-factory.h:
8375         * shell/Makefile.am:
8376         * shell/ev-document-types.c: (get_document_from_uri),
8377         (ev_document_types_get_document),
8378         (file_filter_add_mime_list_and_free),
8379         (ev_document_types_add_filters):
8380         * shell/ev-document-types.h:
8381         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8382         * shell/ev-properties-dialog.c:
8383         (ev_properties_dialog_set_document):
8384         * shell/ev-window.c: (ev_window_cmd_file_open),
8385         (ev_window_cmd_save_as):
8386         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8387
8388         Rework document types managing to avoid code duplication
8389         and actually abstract from backend implementations.
8390         Also provide a minimal factory api that can be used by
8391         thumbnailer/properties.
8392
8393 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8394
8395         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8396         Plug a mem leak.
8397         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8398         HIG spacings.
8399
8400 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8401
8402         * shell/ev-properties-dialog.c
8403         (ev_properties_dialog_set_document): only call
8404         ev_properties_fonts_set_document() if the document implements the
8405         fonts interface
8406
8407 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * configure.ac:
8410         * properties/Makefile.am:
8411         * properties/ev-properties-view.c:
8412         (ev_properties_view_register_type):
8413         * properties/ev-properties-view.h:
8414         * properties/ev-properties-main.h:
8415
8416         Implement nautilus plugin for properties.
8417         Works only for pdf atm, I need to rework the
8418         document types stuff to get this to work
8419         for all backends...
8420
8421 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8422
8423         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8424         (ev_properties_fonts_set_document): use
8425         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8426
8427 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8428
8429         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8430         them
8431         (PlaceImage, tiff2ps_process_page): use
8432         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8433
8434
8435 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8436
8437         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8438         (main): to call gnome_authentication_manager_init. Should fix
8439         Bug #308510
8440
8441         * configure.ac: that requires libgnomeui 2.6.0.
8442
8443 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8444
8445         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8446         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8447         use the new tiff2ps interfaces
8448
8449         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8450         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8451
8452         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8453         structure instead of global variables.  Remove use of static
8454         variables in functions.
8455
8456 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8457
8458         * shell/ev-page-action.c: unref the completion after setting it to the
8459         entry
8460
8461 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8462
8463         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8464         postscript files
8465
8466 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8467
8468         * shell/ev-window.c (update_action_sensitivity): disable
8469         File->Print if the document does not implement the ps exporter
8470         interface
8471
8472 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8473
8474         * Makefile.am:
8475         * configure.ac:
8476         * data/evince-properties.glade:
8477         * properties/.cvsignore:
8478         * properties/Makefile.am:
8479         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8480         (ev_properties_view_class_init), (ev_properties_view_format_date),
8481         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8482         (ev_properties_view_init), (ev_properties_view_new):
8483         * properties/ev-properties-view.h:
8484         * shell/Makefile.am:
8485         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8486         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8487         (ev_properties_dialog_new):
8488         * shell/ev-properties-dialog.h:
8489         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8490         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8491         (update_progress_label), (job_fonts_finished_cb),
8492         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8493         * shell/ev-properties-fonts.h:
8494         * shell/ev-properties.c:
8495         * shell/ev-properties.h:
8496         * shell/ev-window.c: (ev_window_setup_document),
8497         (ev_window_cmd_file_properties):
8498
8499         Split the properties pages in two different objects, depend
8500         only on the backend where possible, use widgets instead
8501         of gobject for the glade part, reimplement the dialog
8502         itself with gtk.
8503         I need this to implement nautilus properties page.
8504
8505 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8506
8507         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8508         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8509         (tiff_document_document_ps_exporter_iface_init): implement the ps
8510         exporter interface for tiff documents
8511
8512         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8513         libtiff to implement TIFF postscript export
8514
8515         * tiff/tiff2ps.h: added a header file for external tiff2ps
8516         functions.
8517
8518         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8519         tiff2ps.h
8520
8521 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8522
8523         * shell/ev-view.c: (scroll_to_current_page),
8524         (ev_view_set_fullscreen), (ev_view_set_presentation):
8525         
8526         Scroll to current page when exit from presentation
8527
8528 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8529
8530         * shell/ev-window.c: (update_document_mode),
8531         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8532         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8533         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8534         
8535         Exit from fullscreen mode when switch to presentation. Fix for
8536         bug 309365
8537
8538 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8539
8540         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8541         return NULL if the document does not implement the selection
8542         interface.
8543
8544 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8545
8546         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8547         reported height by using the resolution aspect ratio
8548         (tiff_document_render_pixbuf): scale the pixbuf using the
8549         resolution aspect ratio
8550
8551 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8552
8553         * configure.ac:
8554         
8555         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8556         <kiltedaco@gmail.com>
8557         
8558         * djvu/djvu-document.c: (djvu_document_get_orientation),
8559         (djvu_document_set_orientation), (djvu_document_get_page_size),
8560         (rotate_pixbuf), (djvu_document_render_pixbuf),
8561         (djvu_document_document_iface_init):
8562         * dvi/dvi-document.c: (dvi_document_get_orientation),
8563         (dvi_document_set_orientation), (dvi_document_get_page_size),
8564         (rotate_pixbuf), (dvi_document_render_pixbuf),
8565         (dvi_document_document_iface_init):
8566         
8567         Dvi and djvu backends are ported to new API
8568
8569 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8570
8571         * backend/ev-selection.c: (ev_selection_get_selection_region),
8572         (ev_selection_get_selection_map):
8573         * backend/ev-selection.h:
8574         * pdf/ev-poppler.cc:
8575         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8576         * shell/ev-jobs.h:
8577         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8578         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8579         (ev_pixbuf_cache_get_text_mapping):
8580         * shell/ev-pixbuf-cache.h:
8581         * shell/ev-view.c: (location_in_text),
8582         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8583         support to EvView.  Now we can see where we can select!  Sweet!
8584
8585 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8586
8587         * shell/ev-view.c (ev_view_button_press_event): Fix
8588         event->y + view->scroll_x typo.
8589
8590 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8591
8592         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8593         sub-GdkPixbuf instead of passing dest_x and dest_y.
8594         
8595         * shell/ev-view.c: (view_point_to_doc_point),
8596         (view_rect_to_doc_rect), (ev_view_button_press_event),
8597         (ev_view_motion_notify_event), (compute_new_selection_rect),
8598         (gdk_rectangle_point_in), (compute_new_selection_text),
8599         (compute_selections): Update selection code to keep the selection
8600         around as two points and not as a normalized rectangle, and fix
8601         page level selection in two-column mode.
8602
8603 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8604
8605         * shell/ev-window.c: (window_configure_event_cb): 
8606         
8607         Fix compilation
8608         
8609 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8610
8611         * pdf/ev-poppler.cc:
8612
8613         Fix compilation
8614
8615 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8616
8617         * shell/Makefile.am:
8618         * shell/ev-metadata-manager.c: (item_free),
8619         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8620         (parse_value), (parseItem), (load_values),
8621         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8622         (save_values), (save_item), (get_oldest), (resize_items),
8623         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8624         * shell/ev-metadata-manager.h:
8625
8626         Metadata manager from gedit but modified to use GValue, so that
8627         we dont need to keep converting from strings.
8628
8629         * configure.ac:
8630
8631         ENABLE_METADATA conditional, on when dbus is on
8632
8633         * shell/ev-application.c: (ev_application_open_uri):
8634
8635         Show the window after load so that we can initialize
8636         window size before it's showed.
8637
8638         * shell/ev-window.c: (ev_window_setup_from_metadata),
8639         (ev_window_open_uri), (window_configure_event_cb),
8640         (ev_window_init):
8641
8642         Save and load metadata information about window size.
8643         Not yet keeping states in account.
8644
8645         * shell/main.c: (main):
8646
8647         Shutdown metadata manager.
8648
8649 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8650
8651         * shell/ev-application-service.xml:
8652         * configure.ac:
8653         * shell/Makefile.am:
8654         * shell/ev-application.c:
8655         * shell/ev-application.h:
8656         * shell/ev-window.c:
8657         * shell/ev-window.h:
8658         * shell/main.c:
8659
8660         Add an optional dbus interface (--enable-dbus).
8661         Rework application code, mainly to be easier to
8662         use "remotely".
8663         Do not open multiple windows with the same document,
8664         spatial evince!
8665
8666 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8667
8668         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8669         pixbuf iff it exists.
8670
8671 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8672
8673         * shell/*:
8674         * backend/ev-render-context.[ch]:
8675         * backend/ev-selection.[ch]:
8676
8677         Massive changes.  We now support text selection of pdfs, and not
8678         just rectangular selection.  This is pretty broken still, but I
8679         want to get something into CVS.
8680
8681 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8682
8683         * pdf/ev-poppler.cc:
8684         
8685         Fix for Bug 309080: crash on window close.
8686         
8687         * shell/ev-page-action.c: (page_changed_cb):
8688         
8689         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8690         jensgr@gmx.net (Jens Granseuer).
8691
8692 2005-06-25  Marcel Telka  <marcel@telka.sk>
8693
8694         * configure.in (ALL_LINGUAS): Added sk.
8695
8696 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8697
8698         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8699         not a document open
8700
8701 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * NEWS:
8704         * configure.ac:
8705
8706         Release 0.3.2
8707
8708         * cut-n-paste/recent-files/Makefile.am:
8709
8710         Fix make distcheck
8711
8712 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8713
8714         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8715         (pixbuf_document_set_orientation), (rotate_pixbuf),
8716         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8717         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8718
8719         Implement rotation and cleanup the code a bit.
8720
8721         * tiff/tiff-document.c: (tiff_document_get_page_size),
8722         (tiff_document_get_orientation), (tiff_document_set_orientation),
8723         (rotate_pixbuf), (tiff_document_render_pixbuf),
8724         (tiff_document_document_iface_init), (tiff_document_init):
8725
8726         Implement rotation. Was the quicker solution for the release
8727         but we really need to share this code in the shell.
8728
8729 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8730
8731         * pdf/ev-poppler.cc:
8732
8733         Enable rotation, require poppler cvs. Fix a leak.
8734
8735 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8736
8737         * shell/ev-window.c: (update_action_sensitivity):
8738         
8739         Make properties unsensitive if document backend doesn't provide
8740         any info
8741
8742 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8743
8744         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8745         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8746         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8747         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8748         (bitmap_flip_rotate_counter_clockwise):
8749         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8750         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8751         (buff_gets):
8752         * dvi/mdvi-lib/common.h:
8753         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8754         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8755         (opendvi), (mdvi_reload), (mdvi_init_context),
8756         (mdvi_destroy_context), (mdvi_dopage), (special):
8757         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8758         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8759         (file_hash_free), (register_encoding), (parse_spec),
8760         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8761         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8762         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8763         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8764         (mdvi_register_font_type), (mdvi_unregister_font_type),
8765         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8766         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8767         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8768         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8769         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8770         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8771         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8772         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8773         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8774         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8775         (mdvi_unregister_special), (mdvi_flush_specials):
8776         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8777         (t1_font_remove):
8778         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8779         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8780         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8781         (free_font_metrics), (flush_font_metrics):
8782         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8783         (tt_font_remove):
8784         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8785         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8786         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8787         (dstring_insert), (dstring_new), (dstring_reset):
8788         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8789         
8790         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8791         avoid conflict with libtool on FC4
8792         
8793         * shell/ev-window.c: (ev_window_cmd_help_about):
8794         
8795         Update copyright year. Fix for bug 308828.
8796
8797 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8798
8799         * shell/ev-view.c: (add_scroll_binding_keypad),
8800         (ev_view_binding_activated), (ev_view_class_init),
8801         (on_adjustment_value_changed):
8802         
8803         Bug 170874: Arrow keys switch pages in presentation mode
8804
8805 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8806
8807         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8808         
8809         Fix for Bug 308265: Sidebar dissappears coming out of 
8810         Presentation mode
8811
8812 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8813
8814         * shell/ev-application.c: (ev_application_open):
8815         * shell/ev-document-types.c: (ev_document_types_add_filters),
8816         (ev_document_types_add_filters_for_type):
8817         * shell/ev-document-types.h:
8818         * shell/ev-window.c: (ev_window_cmd_save_as):
8819         
8820         Suggest basename as template when saving, provide filters
8821         for save dialog. It's bug 308402
8822
8823 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8824
8825         * pdf/ev-poppler.cc:
8826         * shell/ev-sidebar-links.c: (job_finished_callback):
8827         * shell/ev-view.c: (update_find_status_message):
8828         
8829         Some leaks fixed
8830
8831 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8832
8833         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8834         (egg_recent_view_uimanager_set_list):
8835
8836         Fix buglet in !show_numbers case.
8837
8838 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8839
8840         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8841         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8842
8843         Use pango ellipsisation.
8844
8845         * pdf/ev-poppler.cc:
8846
8847         Fix refcount leak, from nsh.
8848
8849 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8850
8851         * cut-n-paste/recent-files/Makefile.am:
8852         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8853         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8854         
8855         Removed EggRecentViewGtk
8856         
8857         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8858         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8859         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8860         (ev_window_setup_recent):
8861         
8862         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8863         with other projects
8864
8865 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8866
8867         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8868         (egg_recent_view_gtk_finalize):
8869
8870         Fix memory leak
8871
8872         * cut-n-paste/toolbar-editor/Makefile.am:
8873         
8874         Fix location of cursor icon.
8875         
8876         * pdf/ev-poppler.cc:
8877         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8878         (display_completion_text), (match_completion):
8879         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8880         (selection_changed_callback), (create_loading_model),
8881         (print_section_cb), (links_page_num_func),
8882         (update_page_callback_foreach):
8883         * shell/ev-window.c: (ev_window_dispose):
8884         
8885         Small memory fixes. Links model now store objects instead
8886         of pointers to improve memory management. 
8887
8888 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8889
8890         * shell/ev-window.c: (zoom_control_changed_cb):
8891         
8892         Fix update of zoom control (bug 308268).
8893
8894 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8895
8896         * shell/ev-properties.c (set_property): escape the text correctly.
8897         Handles non-UTF-8 properties and escaped properties.  Also, sets
8898         the text to "<i>None</i>" if the property isn't set.
8899
8900         * data/evince-properties.glade: Change the label to be ellipsized,
8901         and give it a minimum size.
8902
8903 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8904
8905         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8906         * shell/ev-sidebar-links.c: (create_loading_model):
8907         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8908         * shell/ev-view.c: (ev_view_set_document):
8909         * shell/ev-window.c: (ev_window_dispose):
8910         
8911         Various small fixes, mostly memory leaks. Thanks to valgrind.
8912
8913 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8914
8915         * ps/ps-document.c: remove the locale.h include again ;-). And
8916         kill the (bogus) setlocale/savelocale business.
8917
8918 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8919
8920         * ps/ps-document.c:
8921         
8922         Include locale.h to fix build
8923         
8924         * shell/ev-sidebar.c:
8925         
8926         Remove unnecessary includes
8927
8928 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8929
8930         * dvi/dvi-document.c: (dvi_document_load):
8931         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8932         * po/POTFILES.in:
8933         
8934         Check for incorrect dvi files. Fix parsing dvi on AMD64
8935         platform. Thanks to tester@tester.ca (Olivier Crete).
8936
8937 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8938
8939         * shell/ev-page-action.c: (match_selected_cb),
8940         (display_completion_text), (match_completion), (update_model):
8941         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8942         (expand_open_links):
8943         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8944         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8945         (ev_sidebar_set_document):
8946         * shell/ev-window.c: (ev_window_xfer_job_cb),
8947         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8948         
8949         Fixed lot's of memory leaks, for example, memory leak on reload, 
8950         described in bug 307793.
8951
8952 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8953
8954         * pdf/ev-poppler.cc:
8955         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8956         (update_visible_range), (adjustment_changed_cb),
8957         (ev_sidebar_thumbnails_fill_model),
8958         (ev_sidebar_thumbnails_refresh),
8959         (ev_sidebar_tree_selection_changed),
8960         (ev_sidebar_icon_selection_changed),
8961         (ev_sidebar_thumbnails_use_icon_view),
8962         (ev_sidebar_thumbnails_set_document):
8963         * shell/ev-sidebar-thumbnails.h:
8964         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8965         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8966
8967         Refresh thumbnails when changing orientation. Not fully
8968         working yet becuase of a sidebar bug.
8969
8970         Set page orientation to poppler page everywhere. This sucks
8971         really need to fix poppler.
8972
8973 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8974
8975         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8976         (egg_recent_view_gtk_new_menu_item),
8977         (egg_recent_view_gtk_set_property),
8978         (egg_recent_view_gtk_get_property),
8979         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8980         (egg_recent_view_gtk_set_tooltip_func),
8981         (egg_recent_view_gtk_set_label_width),
8982         (egg_recent_view_gtk_get_label_width):
8983         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8984
8985         Sync with libegg (ellipsize labels)
8986
8987 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8988
8989         * data/evince-ui.xml:
8990         * shell/ev-window.c: (ev_window_cmd_go_forward),
8991         (ev_window_cmd_go_backward):
8992         
8993         Shift + PageUp moves 10 Pages. Fix for 306125
8994
8995 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8996
8997         * pdf/ev-poppler.cc:
8998
8999         Add a flag to check if orientation has been overriden
9000
9001 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9002
9003         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9004         field if necessary.
9005
9006         * ps/ps.h: add creator field to document.
9007
9008         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9009         set creator field.
9010
9011 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9012
9013         * data/evince-properties.glade:
9014         * shell/ev-properties.c: (ev_properties_set_document):
9015
9016         s/PDF Version/Format
9017
9018 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9019
9020         * shell/ev-properties.c: (ev_properties_set_document):
9021
9022         Remove unnecessary translations
9023
9024 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9025
9026         * cut-n-paste/toolbar-editor/Makefile.am:
9027
9028         Correct library name    
9029
9030 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9031
9032         * configure.ac:
9033         * cut-n-paste/recent-files/egg-recent-model.c:
9034         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9035         (egg_recent_model_unlock_file):
9036         * cut-n-paste/recent-files/egg-recent-util.c:
9037         (egg_recent_util_get_unique_id):
9038         * cut-n-paste/recent-files/update-from-egg.sh:
9039         * cut-n-paste/toolbar-editor/Makefile.am:
9040         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9041         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9042         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9043         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9044         (egg_toolbars_model_get_type):
9045         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9046
9047         Better makefile for toolbar editor and update everything
9048         to latest libegg.
9049
9050 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9051
9052         * shell/ev-window.c: (update_document_mode):
9053
9054         Prefer presentation mode when the document
9055         require fullscreen.
9056
9057 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9058
9059         * data/evince-ui.xml:
9060         * shell/ev-window.c:
9061
9062         Add control-equal for zooming
9063
9064 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9065
9066         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9067
9068 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9069
9070         * backend/ev-document.c: (ev_document_get_orientation):
9071         * backend/ev-document.h:
9072         * pdf/ev-poppler.cc:
9073         * ps/ps-document.c: (ps_document_get_orientation),
9074         (ps_document_set_orientation), (ps_document_document_iface_init):
9075
9076         Add a get_orientation api. Improve set_orientation.
9077
9078         * data/evince-ui.xml:
9079         * shell/ev-view.c: (ev_view_set_orientation),
9080         (ev_view_rotate_right), (ev_view_rotate_left):
9081         * shell/ev-view.h:
9082         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9083         (ev_window_cmd_edit_rotate_right):
9084
9085         Better ui for changing document orientation
9086
9087 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9088
9089         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9090         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9091         * shell/ev-sidebar-links.h:
9092         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9093         (ev_sidebar_page_iface_init):
9094         * shell/ev-sidebar-page.h:
9095         * shell/ev-sidebar-thumbnails.c:
9096         (ev_sidebar_thumbnails_get_property),
9097         (ev_sidebar_thumbnails_class_init),
9098         (ev_sidebar_thumbnails_set_document):
9099         * shell/ev-sidebar-thumbnails.h:
9100         * shell/ev-view.c: (ev_view_motion_notify_event):
9101         * shell/ev-window.c: (update_chrome_visibility),
9102         (ev_window_cmd_focus_page_selector),
9103         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9104         (sidebar_page_main_widget_update_cb), (ev_window_init):
9105         
9106         Autoraise toolbar on GoToPage binding and fix bindings in
9107         EvSidebarThumbnails page.
9108
9109 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9110
9111         * shell/ev-properties.c: (update_progress_label):
9112
9113         Hide the progress label when finished; bug #307697.
9114
9115 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9116
9117         * pdf/ev-poppler.cc:
9118
9119         Enable is_open for links, you will need poppler cvs
9120
9121         * shell/ev-properties.c: (job_fonts_finished_cb):
9122
9123         Get a lock on the document when filling the tree view
9124
9125 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9126
9127         * backend/ev-document-links.h:
9128         * pdf/ev-poppler.cc:
9129         * shell/ev-sidebar-links.c: (create_loading_model),
9130         (expand_open_links), (job_finished_callback):
9131
9132         Expand links when specified by the document.
9133         Depend on a poppler api (defined out for now)
9134
9135 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9136
9137         * shell/ev-properties.c: (ev_properties_dispose),
9138         (ev_properties_class_init), (dialog_destroy_cb),
9139         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9140         (ev_properties_set_document), (ev_properties_new),
9141         (ev_properties_show):
9142         * shell/ev-properties.h:
9143
9144         Make it an object, cleanup the code, api to show it as transient
9145         and to set the document.
9146
9147         * shell/ev-window.c: (ev_window_setup_document),
9148         (ev_window_cmd_file_properties):
9149
9150         Adapt to EvProperties changes, do not show multiple
9151         times, update it when document changes.
9152
9153 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9154
9155         * ps/gstypes.h:
9156         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9157         (ps_document_set_orientation), (ps_document_document_iface_init):
9158         * ps/ps-document.h:
9159
9160         Implement orientation here too
9161
9162         * shell/ev-properties.c: (ev_properties_new):
9163         * data/evince-properties.glade:
9164
9165         Hide the fonts page for backends that doesnt
9166         support it.     
9167
9168 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9169
9170         * backend/ev-document.c: (ev_document_set_orientation):
9171         * backend/ev-document.h:
9172         * pdf/ev-poppler.cc:
9173
9174         Add orientation api. Currently poppler api is not optimal,
9175         we need to set orientation every time we _get a page.
9176         I will try to fix that at some point.
9177
9178         * data/evince-ui.xml:
9179         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9180         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9181
9182         Add orientation menu items
9183
9184         * shell/ev-page-cache.c: (ev_page_cache_clear):
9185         * shell/ev-page-cache.h:
9186
9187         Add api to clear the cache
9188
9189         * shell/ev-view.c: (setup_caches), (clear_caches),
9190         (ev_view_set_document), (ev_view_zoom_out),
9191         (ev_view_set_orientation):
9192         * shell/ev-view.h:
9193
9194         Implement orientation changing
9195
9196 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9197
9198         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9199         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9200         * backend/ev-document-fonts.h:
9201
9202         Separate scan and fill so that we can incrementally fill from
9203         the main thread. Add a progress api.
9204
9205         * data/evince-properties.glade:
9206         * pdf/ev-poppler.cc:
9207         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9208         * shell/ev-jobs.h:
9209         * shell/ev-properties.c: (update_progress_label),
9210         (job_fonts_finished_cb), (setup_fonts_view):
9211
9212         Incrementally feel the list and show the progress
9213         percentage in a label like acrobat does.
9214
9215         You are going to need poppler cvs
9216
9217 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9218
9219         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9220         * backend/ev-document-fonts.h:
9221         * pdf/ev-poppler.cc:
9222
9223         Make fonts model fill incrementally.
9224
9225         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9226         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9227         (ev_job_queue_remove_job):
9228         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9229         (ev_job_fonts_new), (ev_job_fonts_run):
9230         * shell/ev-jobs.h:
9231
9232         New job for fonts scanning
9233
9234         * shell/ev-properties.c: (job_fonts_finished_cb),
9235         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9236         * shell/ev-properties.h:
9237         * shell/ev-window.c: (ev_window_cmd_file_properties):
9238
9239         Incrementally feel the treeview using the new job. Show Loading...
9240         message until scanning is completed.
9241
9242         Hopefully I didnt break the build without the poppler patch.
9243
9244 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9245
9246         * shell/ev-application.c: (ev_application_open):
9247         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9248         (ev_document_type_get_type), (ev_document_type_lookup):
9249         * shell/ev-document-types.h:
9250         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9251         * shell/ev-job-xfer.h:
9252         * shell/ev-window.c: (ev_window_clear_local_uri),
9253         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9254         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9255         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9256         
9257         Transfer remote documents to tmp directory to display them later.
9258
9259 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9260
9261         * backend/ev-document-info.h:
9262         * shell/ev-properties.c: (ev_properties_new):
9263
9264         s/GTime*/GTime. Not sure why we was using a pointer
9265         at all there!
9266
9267 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9268
9269         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9270         situations.  That situation is that you're using GTK+-HEAD with
9271         the patch at #306726 is applied, and you have a document with <
9272         1500 pages in it.  It's not quite as uniformly nice as the
9273         TreeView, but should be better in the long run.
9274
9275         I'm pretty sure I guarded against breaking compilation with
9276         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9277         I missed some.
9278
9279         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9280         widget yet, so I commented that code out
9281         enable_view_actions_for_widget() for now.  Need to figure this
9282         out.
9283
9284         * shell/ev-page-action.c (match_selected_cb): emit the right
9285         signals.  Our cool C-l completion now works.
9286
9287 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9288
9289         * backend/Makefile.am:
9290         * backend/ev-document-fonts.c:
9291         * backend/ev-document-links.c:
9292         * backend/ev-document.c: (ev_document_load):
9293         * backend/ev-document.h:
9294         * backend/ev-job-queue.c:
9295         * backend/ev-job-queue.h:
9296         * backend/ev-jobs.c:
9297         * backend/ev-jobs.h:
9298         * backend/ev-page-cache.c:
9299         * backend/ev-page-cache.h:
9300
9301         EvPageCache and EvJobs are moved to shell.
9302
9303         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9304         (ev_tmp_filename):
9305         * lib/ev-file-helpers.h:
9306         
9307         New helper to work with temporary files
9308         
9309         * shell/Makefile.am:
9310         * shell/ev-application.c: (ev_application_open):
9311         * shell/ev-application.h:
9312         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9313         (remove_job_from_async_queue), (add_job_to_async_queue),
9314         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9315         (handle_job), (search_for_jobs_unlocked),
9316         (no_jobs_available_unlocked), (ev_render_thread),
9317         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9318         (ev_job_queue_add_job), (move_job_async), (move_job),
9319         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9320         * shell/ev-job-queue.h:
9321         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9322         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9323         * shell/ev-job-xfer.h:
9324         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9325         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9326         (ev_job_links_class_init), (ev_job_render_init),
9327         (ev_job_render_dispose), (ev_job_render_class_init),
9328         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9329         (ev_job_thumbnail_class_init), (ev_job_load_init),
9330         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9331         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9332         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9333         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9334         * shell/ev-jobs.h:
9335         * shell/ev-page-action.c: (ev_page_action_set_document):
9336         * shell/ev-page-cache.c: (ev_page_cache_init),
9337         (ev_page_cache_class_init), (ev_page_cache_finalize),
9338         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9339         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9340         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9341         (ev_page_cache_get_title), (ev_page_cache_get_size),
9342         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9343         (ev_page_cache_get_height_to_page),
9344         (ev_page_cache_get_max_label_chars),
9345         (ev_page_cache_get_page_label),
9346         (ev_page_cache_has_nonnumeric_page_labels),
9347         (ev_page_cache_get_info), (ev_page_cache_next_page),
9348         (ev_page_cache_prev_page), (ev_page_cache_get):
9349         * shell/ev-page-cache.h:
9350         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9351         (ev_pixbuf_cache_clear_job_sizes),
9352         (ev_pixbuf_cache_add_jobs_if_needed),
9353         (ev_pixbuf_cache_set_page_range):
9354         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9355         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9356         * shell/ev-sidebar-thumbnails.c:
9357         (ev_sidebar_tree_selection_changed),
9358         (ev_sidebar_thumbnails_set_document):
9359         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9360         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9361         (ev_statusbar_get_context_id), (ev_statusbar_push),
9362         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9363         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9364         (ev_statusbar_set_progress):
9365         * shell/ev-statusbar.h:
9366         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9367         (ev_view_find_previous):
9368         * shell/ev-window.c: (ev_window_is_empty),
9369         (ev_window_setup_document), (password_dialog_response),
9370         (ev_window_clear_jobs), (ev_window_load_job_cb),
9371         (ev_window_xfer_job_cb), (ev_window_open_uri),
9372         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9373         (ev_window_print), (ev_window_print_range),
9374         (ev_window_state_event), (ev_window_cmd_view_reload),
9375         (menu_item_select_cb), (menu_item_deselect_cb),
9376         (view_status_changed_cb), (ev_window_dispose),
9377         (drag_data_received_cb), (ev_window_init):
9378         * shell/ev-window.h:
9379         * shell/main.c: (load_files):
9380         
9381         New statusbar to show progress on idle. Two new jobs - 
9382         xfer job and load job to load document in background. And update
9383         of page_cache clients to new location of code.
9384
9385 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9386
9387         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9388         selection in open dialog. It also remembers the last visited directory 
9389         in the current session.
9390
9391 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9392
9393         * shell/ev-properties.c: (ev_properties_new):
9394         * shell/ev-properties.h:
9395         * shell/ev-window.c: (ev_window_cmd_file_properties):
9396         
9397         Get document info from page cache instead of document itself.
9398         This should fix crash related to race conditions described in
9399         bug 306545.
9400
9401 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9402
9403         * ps/ps-document.c: (ps_document_init),
9404         (send_ps), (get_page_box), (output), (catchPipe), (input),
9405         (stop_interpreter), (file_length), (file_readable),
9406         (check_filecompressedb), (ps_document_enable_interpreter),
9407         (document_load), (ps_async_renderer_render_pixbuf):
9408         * ps/ps-document.h:
9409
9410         Big cleanup of the ps code
9411
9412 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9413
9414         * backend/Makefile.am:
9415         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9416         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9417         * backend/ev-async-renderer.h:
9418
9419         Add an async renderer interface (method + callback) which
9420         is useful for backends like ps.
9421
9422         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9423         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9424         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9425         (ev_job_queue_add_job), (move_job_async), (move_job),
9426         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9427
9428         Add queues for async renderer, these are executed on the
9429         main thread.
9430
9431         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9432         (ev_job_render_run):
9433         * backend/ev-jobs.h:
9434
9435         If the backend support async renderer interface use it.
9436
9437         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9438         (setup_pixmap), (ps_document_get_type),
9439         (ps_async_renderer_render_pixbuf),
9440         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9441
9442         Implement async renderer interface.
9443
9444 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9445
9446         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9447
9448         Cleanup links job on exit.
9449
9450 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9451
9452         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9453         (drag_data_get_cb), (drag_data_received_cb):
9454         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9455         (drag_data_get_cb), (parse_item_list),
9456         (egg_toolbar_editor_load_actions):
9457         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9458         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9459         (parse_item_list), (parse_toolbars):
9460         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9461         (dvi_pixbuf_put_pixel):
9462         
9463         Fix gcc 4.0 warnings
9464
9465 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9466
9467         * ps/ps-document.c: (start_interpreter):
9468
9469         Fix warning when loading ps
9470
9471 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9472
9473         * ps/ps-document.c: (output):
9474
9475         Fix crash when priting gs error messages.
9476
9477 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9478
9479         * backend/ev-page-cache.c: (_ev_page_cache_new):
9480         * backend/ev-page-cache.h:
9481
9482         Use a const to return title so that we dont double
9483         free it. Small cleanup and fix a leak.
9484
9485         * shell/ev-window.c: (update_window_title):
9486
9487         strdup value from get_title.
9488
9489 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9490
9491         * shell/ev-sidebar-links.c: (job_finished_callback),
9492         (ev_sidebar_links_set_document):
9493
9494         Cleanup the old job when changing document
9495
9496 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9497
9498         * shell/ev-stock-icons.c:
9499         * shell/ev-stock-icons.h:
9500         * shell/ev-window.c:
9501         
9502         Add stock icons for actions that can appear in toolbar. Fix for
9503         bug 306566.
9504
9505 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9506
9507         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9508         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9509         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9510         * backend/ev-page-cache.h:
9511         * shell/ev-view.c: (scroll_to_current_page),
9512         (view_update_range_and_current_page), (get_page_y_offset),
9513         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9514         (ev_view_size_request_continuous),
9515         (ev_view_zoom_for_size_continuous_and_dual_page),
9516         (ev_view_zoom_for_size_continuous):
9517         
9518         More compact EvView layout in document with pages of different size.
9519
9520 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9521
9522         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9523         compilation.
9524
9525 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9526
9527         * shell/ev-view.c: (view_set_adjustment_values):
9528         * shell/ev-window.c: (ev_window_cmd_file_properties):
9529         
9530         A bit different fix for rounding problem but it has no
9531         problems on startup. Make properties window transient to parent.
9532
9533 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9534
9535         * pdf/ev-poppler.cc:
9536         
9537         More commenting of font stuff.
9538
9539 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9540
9541         * pdf/ev-poppler.cc:
9542
9543         Comment out some more fonts stuff. Should really
9544         work without the poppler patch now.
9545
9546 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9547
9548         * pdf/ev-poppler.cc:
9549
9550         Adapt to api change
9551
9552 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9553
9554         * data/evince-properties.glade:
9555         * pdf/ev-poppler.cc:
9556         * shell/ev-properties.c: (setup_fonts_view):
9557
9558         Set the column title. Show the dialog only
9559         once everything is setup.
9560         Getting font info can be very slow... will
9561         prolly need to make this threaded too.
9562
9563 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9564
9565         * backend/Makefile.am:
9566         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9567         (ev_document_fonts_get_fonts_model):
9568         * backend/ev-document-fonts.h:
9569         * data/evince-properties.glade:
9570         * pdf/ev-poppler.cc:
9571         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9572         * shell/ev-properties.h:
9573         * shell/ev-window.c: (ev_window_cmd_file_properties):
9574
9575         Implement fonts list. Defined out for now, since it depends
9576         on a not yet committed poppler patch.
9577
9578 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9579
9580         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9581         page + 1.
9582
9583         * shell/ev-window.c: Make sure we add the timeout when we get a
9584         focus-in event.
9585
9586         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9587         adjustment->value before calculating the zoom factor to average
9588         out all of our rounding errors.  The page no longer 'drifts' when
9589         resizing.
9590
9591 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9592
9593         * data/evince-properties.glade:
9594         * shell/ev-properties.c: (ev_properties_format_date),
9595         (set_property):
9596         
9597         Labels don't expand when the dialogue is resized.
9598         strftime result needs to be converted to UTF-8. Thanks
9599         to Christian Persch <chpe@gnome.org>.
9600
9601 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9602
9603         * data/evince-properties.glade:
9604
9605         Hide the fonts tab
9606
9607 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9608
9609         * backend/ev-document-info.h:
9610         * backend/ev-document.c: (ev_document_info_free):
9611         * data/evince-properties.glade:
9612         * pdf/ev-poppler.cc:
9613         * ps/ps-document.c: (ps_document_get_info):
9614         * shell/ev-properties.c: (ev_properties_format_date),
9615         (set_property), (ev_properties_new):
9616         * shell/ev-properties.h:
9617         * shell/ev-window.c: (ev_window_cmd_file_properties):
9618
9619         Rework properties code to take only EvPropertyInfo
9620         in the constructor so that it can be useful for
9621         nautilus plugin too.
9622
9623         Deal with backends that doesnt support some properties.
9624         Make set property code generic.
9625
9626 2005-06-04  Christian Persch <chpe@gnome.org>
9627
9628         * data/evince-properties.glade:
9629
9630         fix spacings, make resizeable, and make data labels
9631         selectable + ellipsised
9632
9633 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9634
9635         * backend/ev-document-info.h:
9636         * data/Makefile.am:
9637         * data/evince-ui.xml:
9638         * pdf/ev-poppler.cc:
9639         * shell/Makefile.am:
9640         * shell/ev-window.c: (update_action_sensitivity),
9641         (ev_window_cmd_file_properties):
9642
9643         Initial go at file properties. Patch by
9644         Emil Soleyman-Zomalan <emil@soleyman.com>.
9645         Needs love see #169583
9646
9647 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9648
9649         * ps/ps-document.c: (output):
9650         * ps/ps.c: (psscan):
9651
9652         Try to render even if psscan fails.
9653
9654 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9655
9656         * ps/ps.c: (psscan), (pscopydoc):
9657
9658         Port buffered reading code from gv
9659
9660 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9661
9662         * ps/ps-document.c: (interpreter_message), (output):
9663
9664         Do not fail on interpreter messages
9665
9666 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9667
9668         * backend/ev-document-misc.c:
9669         (ev_document_misc_get_thumbnail_frame):
9670
9671         Pages can be 0 x 0, dont assert on this case
9672
9673 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9674
9675         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9676         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9677
9678         Correctly manage our reference on document. Finally the reload
9679         huge leak is gone...
9680
9681 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9682
9683         * ps/ps-document.c: (ps_document_dispose):
9684
9685         Forgot to chain it to the parent. Thanks chpe.
9686
9687 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9688
9689         * ps/ps-document.c: (ps_document_dispose),
9690         (ps_document_class_init), (stop_interpreter), (document_load):
9691
9692         Cleanup dispose a bit. Dont leak the whole pixmap.
9693
9694 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9695
9696         * pdf/ev-poppler.cc:
9697
9698         Release the poppler document on dispose
9699
9700 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9701
9702         * shell/ev-view.c: (ev_view_set_document):
9703
9704         Release ref on the pixbuf cache when changing
9705         document.
9706
9707 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9708
9709         * ps/ps-document.c: (ps_document_get_info):
9710
9711         Fix a double free
9712
9713 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9714
9715         * backend/ev-page-cache.c: (ev_page_cache_init),
9716         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9717         * backend/ev-page-cache.h:
9718         * shell/ev-page-action.c: (page_changed_cb):
9719         
9720         Set page action entry width depending on labels width. Fix
9721         for bug 305202.
9722
9723 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9724
9725         * backend/ev-link.c: (ev_link_class_init):
9726
9727         Allow -1 as page value (error)
9728
9729 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9730
9731         * shell/ev-sidebar-thumbnails.c:
9732         (ev_sidebar_thumbnails_set_document):
9733         * shell/ev-view.c: (scroll_to_current_page),
9734         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9735         (page_changed_cb), (on_adjustment_value_changed),
9736         (ev_view_set_document):
9737
9738         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9739         Fix bug 305377
9740
9741 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9742
9743         * configure.ac:
9744         * djvu/djvu-document.c: (djvu_document_get_page_size):
9745
9746         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9747         bug 301993.
9748
9749 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9750
9751         * shell/ev-view.c (draw_one_page): modify the expose handling to
9752         get the shadows.
9753
9754         * shell/ev-window.c (update_action_sensitivity): Respect
9755         permissions field.  Kowtow to the man.
9756
9757         * pdf/ev-poppler.cc: Get the permissions field.
9758
9759         * tiff/*c: Make a tiny bit more robust.
9760
9761 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9762
9763         * djvu/djvu-document.c:
9764         
9765         Pop messages from djvu context message queue.
9766
9767 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9768
9769         * configure.ac, Makefile.am, shell/Makefile.am:
9770         * tiff/Makefile.am, shell/ev-document-types.c:
9771         
9772         Cleanup tiff configure checks. Fix for bug 305218.
9773
9774 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9775
9776         * configure.ac: Added "uk" to ALL_LINGUAS.
9777
9778 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9779
9780         * cut-n-paste/zoom-control/ephy-zoom.c:
9781         (ephy_zoom_get_changed_zoom_level):
9782         * cut-n-paste/zoom-control/ephy-zoom.h:
9783         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9784         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9785         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9786         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9787         (zoom_control_changed_cb), (ev_window_init):
9788         
9789         Fix minor points related to moving best fit up. Introduce
9790         "zoom" property and make zoom control change it's value on
9791         notify::zoom signals. Fix for 305080.
9792
9793 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9794
9795         * data/evince-ui.xml:
9796         * shell/ev-window.c: (set_view_actions_sensitivity):
9797         
9798         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9799
9800 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9801
9802         * configure.ac:
9803
9804         Depends on poppler 0.3.2
9805
9806 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9807
9808         * cut-n-paste/recent-files/egg-recent-item.c:
9809         (egg_recent_item_get_short_name):
9810         * cut-n-paste/toolbar-editor/Makefile.am:
9811         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9812         (new_pixbuf_from_widget):
9813         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9814         * cut-n-paste/toolbar-editor/egg-marshal.c:
9815         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9816         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9817
9818         Sync
9819
9820 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9821
9822         * tiff/tiff-document.c: Rough TIFF backend.
9823
9824 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9825
9826         * NEWS:
9827         * configure.ac:
9828         * cut-n-paste/toolbar-editor/Makefile.am:
9829
9830         Release 0.3.1
9831
9832 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9833
9834         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9835         (ev_view_find_next), (ev_view_find_previous):
9836
9837         Remove the locks around get_n_results   
9838
9839 2005-05-21  Juerg Billeter  <j@bitron.ch>
9840
9841         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9842
9843         Pass correct number of pages to poppler.
9844
9845 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9846
9847         * configure.ac:
9848         * data/Makefile.am:
9849         * data/evince.desktop.in: 
9850         * data/evince.desktop.in.in:
9851         * po/POTFILES.in:
9852         
9853         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9854
9855 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9856
9857         * shell/ev-view.c: (view_update_adjustments),
9858         (view_set_adjustment_values): cast adjustmen->value to (int)
9859         before using it.  Otherwise, we get off by a pixel in some
9860         situations.
9861
9862         (draw_one_page): Draw the border on expose.
9863
9864 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9865
9866         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9867         adjustment when the mode changes, #304923
9868
9869 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9870
9871         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9872         flickering on resize but still use gdk_window_scroll on
9873         scrolling
9874
9875 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9876
9877         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9878         option, #170458
9879
9880 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9881
9882         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9883         second page on page_changed if possible, #304669
9884
9885 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9886
9887         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9888         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9889
9890 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9891
9892         * .cvsignore:
9893         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9894         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9895         (ev_view_zoom_for_size_presentation),
9896         (ev_view_zoom_for_size_continuous_and_dual_page),
9897         (ev_view_zoom_for_size_continuous),
9898         (ev_view_zoom_for_size_dual_page),
9899         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9900         * shell/ev-view.h:
9901         * shell/ev-window.c: (update_view_size),
9902         (ev_window_sizing_mode_changed_cb):
9903
9904         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9905         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9906         an infinite loop, #304769
9907
9908
9909 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9910
9911         * data/evince-ui.xml:
9912         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9913         * shell/ev-window.c: (set_view_actions_sensitivity):
9914
9915         Make PgUp/Down behave like Space
9916
9917 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9918
9919         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9920         * backend/ev-ps-exporter.h:
9921         * pdf/ev-poppler.cc:
9922         * ps/ps-document.c: (ps_document_ps_export_begin):
9923         * shell/ev-print-job.c: (idle_print_handler):
9924
9925         Adapt to new poppler api
9926
9927 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9928
9929         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9930         (ephy_zoom_control_init):
9931
9932         Translate zoom levels
9933
9934 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9935
9936         * cut-n-paste/zoom-control/ephy-zoom.c:
9937         (ephy_zoom_get_zoom_level_index):
9938
9939         Fix current zoom -> zoom control match
9940
9941 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9942
9943         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9944         rather than the scrolled_window that it's in. Fixes bug #304655.
9945
9946 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9947
9948         * shell/ev-view.c: (view_update_adjustments),
9949         (view_set_adjustment_values), (view_update_range_and_current_page),
9950         (view_scroll_to_page), (set_scroll_adjustment),
9951         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9952         (ev_view_scroll), (ev_view_scroll_view),
9953         (ensure_rectangle_is_visible), (find_page_at_location),
9954         (get_link_at_location), (go_to_link), (status_message_from_link),
9955         (ev_view_size_request_continuous_dual_page),
9956         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9957         (ev_view_unrealize), (ev_view_expose_event),
9958         (ev_view_button_press_event), (ev_view_motion_notify_event),
9959         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9960         (draw_rubberband), (highlight_find_results), (draw_one_page),
9961         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9962         (ev_view_init), (find_changed_cb), (page_changed_cb),
9963         (on_adjustment_value_changed), (ev_view_new),
9964         (ev_view_set_document), (ev_view_set_zoom),
9965         (ev_view_set_continuous), (ev_view_set_dual_page),
9966         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9967         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9968         (ev_view_zoom_for_size_presentation),
9969         (ev_view_zoom_for_size_continuous_dual_page),
9970         (ev_view_zoom_for_size_continuous),
9971         (ev_view_zoom_for_size_dual_page),
9972         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9973         (ev_view_get_status), (ev_view_set_status),
9974         (update_find_status_message), (ev_view_get_find_status),
9975         (ev_view_set_find_status), (jump_to_find_result),
9976         (jump_to_find_page), (compute_selections), (clear_selection),
9977         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9978         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9979         (ev_view_update_primary_selection),
9980         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9981         * shell/ev-view.h:
9982         * shell/ev-window.c: (ev_window_open_page_label),
9983         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9984         (ev_window_init):
9985         * shell/ev-window.h:
9986         * shell/main.c: (load_files):
9987
9988         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9989         when resizing.  Remove the bin_window().  Also, patch from James
9990         Bowes to fix command line page, #300641
9991         
9992 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9993
9994         * data/evince-ui.xml:
9995         * shell/ev-view.c:
9996         * shell/ev-view.h:
9997         * shell/ev-window.c: (update_action_sensitivity):
9998
9999         Get rid of View->Normal Size, it's just confusing
10000
10001 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10002
10003         * backend/ev-document-info.h:
10004         * backend/ev-document.c: (ev_document_info_free): Free the
10005         EvDocumentInfo.
10006
10007         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10008         (clear_range), (add_range), (update_visible_range),
10009         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10010         (ev_sidebar_thumbnails_set_document):
10011         * shell/ev-window.c: (ev_window_setup_document): Only render the
10012         visible thumbnails.  It takes an instant to render, but it uses
10013         much less memory.
10014
10015 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10016
10017         * shell/ev-sidebar-links.c: (popup_menu_cb):
10018
10019         Select first item
10020
10021 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10022
10023         * lib/Makefile.am:
10024         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10025         (button_press_cb), (ev_sidebar_links_construct):
10026
10027         Show the popup menu also on keybindings
10028
10029 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10030
10031         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10032         * shell/ev-window.h:
10033
10034         Expose api to print a range (with dialog). Make private _print use
10035         it.
10036
10037         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10038         (ev_sidebar_links_construct):
10039
10040         Show a print context menu on linkx, it prints the selected
10041         section.
10042
10043 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10044
10045         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10046         button.
10047
10048 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10049
10050         * AUTHORS:
10051
10052         Update
10053
10054         * shell/ev-window.c: (build_comments_string),
10055         (ev_window_cmd_help_about):
10056
10057         Show poppler version/backend and authors
10058
10059 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10060
10061         * cut-n-paste/zoom-control/ephy-zoom.c:
10062         (ephy_zoom_get_zoom_level_index):
10063         * cut-n-paste/zoom-control/ephy-zoom.h:
10064
10065         Move the best fit items at the top of the list
10066
10067 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10068
10069         * shell/ev-marshal.list:
10070         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10071         (activate_cb), (match_selected_cb), (activate_link_cb),
10072         (connect_proxy), (ev_page_action_class_init):
10073         * shell/ev-page-action.h:
10074
10075         Use signals to notify action activation. Hopefully
10076         I did not break completion since I cant test...
10077
10078         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10079         (register_custom_actions):
10080
10081         Connect to page selector actions and also grab focus on
10082         the view when activated.
10083
10084 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10085
10086         * pdf/ev-poppler.cc:
10087         * backend/ev-page-cache.c: make page size calculation consistent
10088         and set it to (int)( width * scale + 0.5).  This makes the weird
10089         line going through the middle of the page go away.
10090
10091         * shell/ev-view.c: move painting the background page after
10092         checking the expose area covers us.
10093
10094 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10095
10096         * data/evince-password.glade:
10097         
10098         Mark labels as not translatable. Fix for bug 302842.
10099
10100 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10101
10102         * configure.ac: Added "es" to ALL_LINGUAS.
10103
10104 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10105
10106         * data/evince-toolbar.xml:
10107         * shell/ev-window.c: (update_action_sensitivity),
10108         (ev_window_setup_document), (ev_window_set_page_mode),
10109         (ev_window_init):
10110
10111         Remove some leftover code from jrb first continous
10112         attempt. Use the new actions, we still need good icons
10113         though...
10114
10115 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10116
10117         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10118
10119         Update label when connecting proxy. Fix a warning with NULL
10120         page_cache.
10121
10122 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10123
10124         * data/evince-ui.xml:
10125         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10126         * shell/ev-page-action.h:
10127         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10128
10129         Add mnemonic for edit toolbar.
10130         ctrl+l focus the page entry.
10131
10132 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10133
10134         * lib/Makefile.am:
10135         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10136         (ev_window_init):
10137         * shell/main.c: (main):
10138
10139         Put the toolbar xml in evince own dot dir
10140
10141 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10142
10143         * shell/ev-window.c: (ev_window_init):
10144
10145         Make the toolbar not removable
10146
10147 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10148
10149         * data/evince-ui.xml:
10150         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10151         * shell/ev-sidebar-links.h:
10152         * shell/ev-sidebar-thumbnails.c:
10153         (ev_sidebar_thumbnails_get_treeview):
10154         * shell/ev-sidebar-thumbnails.h:
10155         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10156         (ev_view_class_init):
10157         * shell/ev-view.h:
10158         * shell/ev-window.c: (update_action_sensitivity),
10159         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10160         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10161         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10162         (ev_window_init):
10163
10164         This is evil... Make space/backspace global accelerators but
10165         enable them only for some widgets (sidebars and view).
10166         I dont like it, but I dont know a better way... :/
10167
10168 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10169
10170         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10171         (ev_page_action_widget_finalize),
10172         (ev_page_action_widget_class_init), (update_page_cache):
10173
10174         Keep a weak reference on proxy->page_cache so that we
10175         dont try to disconnect the signal if the object is already
10176         gone. Maybe there is a better way to cleanup reference handling
10177         in page action though...
10178
10179 2005-05-10  Juerg Billeter  <j@bitron.ch>
10180
10181         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10182         * backend/ev-ps-exporter.h:
10183         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10184         * ps/ps-document.c: (ps_document_ps_export_begin):
10185         
10186         Change api to pass print range to ps_exporter_begin. The pdf backend
10187         requires this information.
10188         
10189         * shell/ev-print-job.c: (idle_print_handler):
10190         
10191         Adapt to api change
10192
10193 2005-05-10  Juerg Billeter  <j@bitron.ch>
10194
10195         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10196         (idle_print_handler)
10197         * shell/ev-window.c: (ev_window_print):
10198
10199         Support printing page range, based on patch by Amaury Jacquot
10200
10201 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10202
10203         * data/evince-toolbar.xml:
10204
10205         Add zoom control to available items
10206
10207 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10208
10209         * shell/ev-window.c: (update_action_sensitivity):
10210
10211         Set slash action insensitive when appropriate
10212
10213 2005-05-10  Christian Persch <chpe@gnome.org>
10214
10215         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10216
10217         Fix warning on the overflow menu
10218
10219 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10220
10221         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10222
10223         Check for uri correctness/existence
10224
10225 2005-05-09  Juerg Billeter  <j@bitron.ch>
10226
10227         * shell/ev-window.c: (using_postscript_printer):
10228
10229         LPD printers use postscript, too
10230
10231 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10232
10233         * shell/ev-window.c: (register_custom_actions):
10234
10235         The zoom one is actually sort of useful,
10236         put it back
10237
10238 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10239
10240         * shell/ev-window.c: (register_custom_actions):
10241
10242         Hide page/zoom controls from overflow, they
10243         are useless.
10244
10245 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10246
10247         * cut-n-paste/update-from-egg.sh:
10248         
10249         Share it between all cut-n-paste subdirs
10250
10251         * cut-n-paste/recent-files/Makefile.am:
10252
10253         Fix to use "global" update-from-egg.sh
10254
10255         * cut-n-paste/recent-files/egg-recent-model.c:
10256         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10257         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10258         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10259         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10260
10261         Update from libegg
10262
10263         * cut-n-paste/toolbar-editor/Makefile.am:
10264
10265         Fix to use "global" update-from-egg.sh
10266
10267         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10268
10269         Update from libegg
10270
10271 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10272
10273         * configure.ac:
10274         * cut-n-paste/Makefile.am:
10275         * cut-n-paste/recent-files/Makefile.am:
10276         * cut-n-paste/toolbar-editor/.cvsignore:
10277         * cut-n-paste/toolbar-editor/Makefile.am:
10278         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10279         (egg_editable_toolbar_get_type), (get_toolbar_position),
10280         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10281         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10282         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10283         (set_item_drag_source), (create_item_from_action), (create_item),
10284         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10285         (popup_toolbar_context_menu_cb), (free_dragged_item),
10286         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10287         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10288         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10289         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10290         (item_added_cb), (item_removed_cb),
10291         (egg_editable_toolbar_construct),
10292         (egg_editable_toolbar_disconnect_model),
10293         (egg_editable_toolbar_deconstruct),
10294         (egg_editable_toolbar_set_model),
10295         (egg_editable_toolbar_set_ui_manager),
10296         (egg_editable_toolbar_set_property),
10297         (egg_editable_toolbar_get_property),
10298         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10299         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10300         (egg_editable_toolbar_new_with_model),
10301         (egg_editable_toolbar_get_edit_mode),
10302         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10303         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10304         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10305         (new_pixbuf_from_widget), (new_separator_pixbuf),
10306         (update_separator_image), (style_set_cb),
10307         (_egg_editable_toolbar_new_separator_image),
10308         (egg_editable_toolbar_get_model):
10309         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10310         * cut-n-paste/toolbar-editor/egg-marshal.c:
10311         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10312         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10313         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10314         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10315         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10316         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10317         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10318         (editor_drag_data_delete_cb), (drag_data_get_cb),
10319         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10320         (editor_create_item), (update_editor_sheet), (setup_editor),
10321         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10322         (parse_item_list), (model_has_action), (update_actions_list),
10323         (egg_toolbar_editor_load_actions):
10324         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10325         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10326         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10327         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10328         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10329         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10330         (egg_toolbars_model_add_separator), (impl_add_item),
10331         (parse_item_list), (egg_toolbars_model_add_toolbar),
10332         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10333         (impl_get_item_data), (impl_get_item_type),
10334         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10335         (egg_toolbars_model_init), (free_toolbar),
10336         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10337         (egg_toolbars_model_remove_toolbar),
10338         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10339         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10340         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10341         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10342         (egg_toolbars_model_get_item_data),
10343         (egg_toolbars_model_get_item_type):
10344         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10345         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10346         * data/Makefile.am:
10347         * data/evince-toolbar.xml:
10348         * data/evince-ui.xml:
10349         * data/hand-open.png:
10350         * po/POTFILES.in:
10351         * shell/Makefile.am:
10352         * shell/ev-window.c: (update_chrome_visibility),
10353         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10354         (ev_window_dispose), (ev_window_init):
10355
10356         Implement epiphany like toolbar editor. Based on patch by
10357         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10358
10359 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10360
10361         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10362
10363         Use set_cursor instead of set_selection, so that
10364         the keyboard focus moves too.
10365
10366 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10367
10368         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10369
10370         Fix infinite loop when loading Type1 fonts
10371
10372 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10373
10374         * data/evince-ui.xml:
10375         * shell/ev-window.c:
10376
10377         Slash -> Find
10378
10379 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10380
10381         * configure.ac:
10382
10383         Make --disable really disable
10384
10385 2005-05-07  Juerg Billeter  <j@bitron.ch>
10386
10387         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10388
10389         Compare page labels even without has_labels set, fixes setting page
10390         with entry
10391
10392 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10393
10394         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10395         (ev_view_set_cursor), (ev_view_button_press_event),
10396         (ev_view_motion_notify_event), (ev_view_button_release_event),
10397         (ev_view_init):
10398
10399         Implement middle button scrolling. Based on a patch
10400         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10401
10402 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10403
10404         * shell/ev-document-types.c: (get_slow_mime_type),
10405         (get_document_type_from_mime), (ev_document_type_lookup):
10406         * shell/ev-document-types.h:
10407
10408         Change api to lookup from uri. Do fast lookup first, if the
10409         type is unknown try with data sniffing.
10410
10411         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10412         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10413
10414         Adapt to api change
10415
10416 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10417
10418         * thumbnailer/Makefile.am:
10419
10420         Fix distcheck
10421
10422 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10423
10424         * NEWS:
10425         * configure.ac:
10426
10427         Release 0.3.0
10428
10429         * data/evince-ui.xml:
10430
10431         Hide presentation mode for now
10432
10433         * shell/ev-view.c: (highlight_find_results):
10434
10435         Show current find selection only on current page
10436
10437 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10438
10439         * shell/ev-view.c: (ev_view_select_all):
10440
10441         Compute size of the actual page, not of
10442         the current one.
10443
10444 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10445
10446         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10447         (view_rect_to_doc_rect), (compute_selections),
10448         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10449         (ev_view_copy), (ev_view_primary_get_cb),
10450         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10451         (ev_view_button_press_event), (ev_view_motion_notify_event),
10452         (ev_view_button_release_event), (page_changed_cb):
10453
10454         Fix text selection
10455
10456 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10457
10458         * shell/ev-view.c: (compute_border), (get_page_extents),
10459         (doc_rect_to_view_rect), (highlight_find_results),
10460         (ev_view_bin_expose), (ev_view_select_all),
10461         (ev_view_motion_notify_event), (update_find_status_message),
10462         (jump_to_find_result), (jump_to_find_page):
10463
10464         First go at fixing search, still buggy
10465
10466 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10467
10468         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10469         dropdown box and button at the top of the sidebar.
10470
10471 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10472
10473         * configure.ac: Output zoom-control Makefile.
10474         * cut-n-paste/Makefile.am: build zoom-control subdir.
10475         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10476         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10477         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10478         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10479         * cut-n-paste/zoom-control/ephy-zoom.c:
10480         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10481         from epiphany, and modified to add a separator into the menu.
10482         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10483         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10484         zoom-control action.
10485         * shell/Makefile.am: Include zoom-control flags.
10486         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10487         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10488         (ev_view_zoom_for_size_presentation),
10489         (ev_view_zoom_for_size_continuous_and_dual_page),
10490         (ev_view_zoom_for_size_continuous),
10491         (ev_view_zoom_for_size_dual_page),
10492         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10493         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10494         ev_view_get_zoom and ev_view_get_sizing_mode.
10495         * shell/ev-view.h:
10496         * shell/ev-window.c: (update_action_sensitivity),
10497         (update_sizing_buttons), (zoom_control_changed_cb),
10498         (register_custom_actions): Initialize and use the zoom-control 
10499         widget.
10500
10501 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10502
10503         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10504         preview cache back to 1.  Don't know when it got set to 0.
10505         
10506         * shell/ev-view.c: (compute_border), (ev_view_realize),
10507         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10508         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10509         (ev_view_get_fullscreen), (ev_view_set_presentation),
10510         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10511         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10512         * shell/ev-view.h:
10513         * shell/ev-window.c:
10514         (update_chrome_visibility),
10515         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10516         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10517         (update_document_mode), (ev_window_update_fullscreen_action),
10518         (ev_window_fullscreen), (ev_window_unfullscreen),
10519         (ev_window_cmd_view_fullscreen),
10520         (ev_window_update_presentation_action),
10521         (ev_window_run_presentation), (ev_window_stop_presentation),
10522         (ev_window_cmd_view_presentation), (ev_window_state_event),
10523         (ev_window_focus_in_event), (ev_window_focus_out_event),
10524         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10525         * data/evince-ui.xml: Initial presentation mode.  We should
10526         probably hide this until it's done, as it's quite rough.  Also,
10527         change full-screen to fullscreen and add two getters to EvView.
10528
10529 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10530
10531         * shell/ev-page-action.c: (update_page_cache),
10532         (ev_page_action_dispose):
10533         * shell/ev-window.c: (destroy_fullscreen_popup),
10534         (ev_window_create_fullscreen_popup):
10535
10536         Use connect_object rather than explicitly
10537         disconnect on dispose.
10538
10539 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10540
10541         * shell/ev-page-action.c: (update_page_cache),
10542         (ev_page_action_dispose):
10543
10544 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10545
10546         * backend/ev-page-cache.c: (_ev_page_cache_new),
10547         (ev_page_cache_set_page_label),
10548         (ev_page_cache_has_nonnumeric_page_labels):
10549         * backend/ev-page-cache.h:
10550         * shell/ev-page-action.c: (update_pages_label):
10551         
10552         If all page labels are numeric, fallback to default
10553         way to display number of pages. See bug 173185.
10554
10555 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10556
10557         * shell/ev-page-action.c: (ev_page_action_dispose):
10558         * shell/ev-view.c: (view_update_range_and_current_page):
10559         * shell/ev-window.c: (ev_window_dispose):
10560         
10561         Set page on scroll in continuous mode. Fixes bug 301986.
10562         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10563
10564 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10565
10566         * configure.ac:
10567
10568         Require poppler 0.3.0
10569
10570 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10571         
10572         * shell/Makefile.am, configure.ac: Fix build problems
10573         with t1lib. Bug 301996.
10574
10575 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10576
10577         * shell/ev-view.c: (ev_view_scroll_event):
10578         
10579         Scroll up increase zoom
10580
10581 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10582
10583         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10584         (ev_view_set_sizing_mode),
10585         (ev_view_zoom_for_size_continuous_and_dual_page),
10586         (ev_view_zoom_for_size_continuous):
10587         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10588         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10589         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10590         (ev_window_init):
10591
10592         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10593         Fix for 165473 and 165472.
10594
10595 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10596
10597         * po/POTFILES.in:
10598         * thumbnailer/Makefile.am:
10599         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10600         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10601         * thumbnailer/evince-thumbnailer.schemas.in:
10602         
10603         Make thumbnailer schemas translatable. Fix for bug 301773
10604         
10605         * thumbnailer/evince-thumbnailer-djvu.schemas:
10606         * thumbnailer/evince-thumbnailer-dvi.schemas:
10607         * thumbnailer/evince-thumbnailer.schemas:
10608
10609         Removed files
10610
10611 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10612
10613         * shell/ev-view.c (ev_view_init): forgot to set this.
10614
10615 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10616
10617         * shell/ev-view.c: (find_page_at_location),
10618         (get_link_at_location),
10619         (ev_view_set_show_border), (ev_view_set_spacing),
10620         (ev_view_zoom_for_size_continuous_and_dual_page),
10621         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10622         Also, add a quick fix measuring of widths.  Also, removed
10623         ev_view_set_spacing and ev_view_set_show_border.
10624         
10625         * shell/ev-window.c: (ev_window_unfullscreen),
10626         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10627
10628 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10629
10630         * shell/ev-view.c: (view_update_range_and_current_page),
10631         (page_changed_cb):
10632         
10633         Fix crash on exit and scrolling to page in continuous view.
10634
10635 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10636
10637         * TODO:
10638         * backend/ev-page-cache.c: (_ev_page_cache_new),
10639         (ev_page_cache_get_max_width_size),
10640         (ev_page_cache_get_max_height_size):
10641         * backend/ev-page-cache.h:
10642         * data/evince-ui.xml:
10643         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10644         * shell/ev-view.c: (view_update_adjustments),
10645         (view_update_range_and_current_page), (get_bounding_box_size),
10646         (ev_view_size_request_continuous_and_dual_page),
10647         (ev_view_size_request_continuous),
10648         (ev_view_size_request_dual_page),
10649         (ev_view_size_request_single_page), (ev_view_size_request),
10650         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10651         (ev_view_bin_expose), (ev_view_expose_event),
10652         (ev_view_set_property), (ev_view_get_property),
10653         (ev_view_class_init), (ev_view_init), (ev_view_new),
10654         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10655         (ev_view_set_dual_page), (ev_view_set_full_screen),
10656         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10657         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10658         (ev_view_zoom_out), (zoom_for_size_fit_width),
10659         (zoom_for_size_best_fit),
10660         (ev_view_zoom_for_size_continuous_and_dual_page),
10661         (ev_view_zoom_for_size_continuous),
10662         (ev_view_zoom_for_size_dual_page),
10663         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10664         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10665         * shell/ev-view.h:
10666         * shell/ev-window.c: (update_action_sensitivity),
10667         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10668         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10669         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10670         (ev_window_cmd_view_zoom_out), (update_view_size),
10671         (ev_window_set_sizing_mode), (ev_window_init):
10672
10673         Add Continuous and Dual page modes.
10674
10675 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10676
10677         * dvi/dvi-document.c: (dvi_document_load),
10678         (dvi_document_thumbnails_get_thumbnail),
10679         (dvi_document_init_params): Fix up some mixups between
10680         width and height to correct thumbnail rendering.
10681
10682 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10683
10684         * dvi/mdvi-lib/private.h:
10685         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10686         
10687         Suppess output for kpathsea during font generation. Thanks to
10688         James Bowes
10689
10690 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10691
10692         * NEWS:
10693         * configure.ac:
10694
10695         Release 0.2.1
10696
10697         * Makefile.am: fix distcheck.
10698
10699 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10700
10701         * shell/ev-sidebar-links.c: (selection_changed_callback),
10702         (update_page_callback), (row_activated_callback),
10703         (job_finished_callback), (ev_sidebar_links_set_document):
10704         
10705         Fix for bug #169901. Double click on links expands tree.
10706
10707 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10708
10709         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10710         hard-coded style. Fix for bug 170111
10711
10712 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10713
10714         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10715         locking.
10716
10717 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10718
10719         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10720
10721 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10722
10723         * pdf/ev-poppler.cc:
10724         * shell/ev-view.c: (highlight_find_results):
10725
10726         Fix find on single page documents
10727
10728 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10729
10730         * data/evince.schemas.in: fix for bug 301390
10731
10732 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10733
10734         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10735         (ev_view_zoom_out), (ev_view_zoom_normal):
10736         * shell/ev-view.h:
10737         * shell/ev-window.c: (update_action_sensitivity),
10738         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10739         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10740         (ev_window_cmd_view_normal_size):
10741
10742         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10743         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10744         better than oom. 
10745
10746 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10747
10748         * configure.ac:
10749
10750         Depend on 2.57, 2.59 doesnt seem to be necessary
10751
10752 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10753
10754         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10755         (create_tool_item):
10756
10757         Put back total number of pages as (1 of 1234)
10758
10759 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10760
10761         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10762         remove the job.
10763
10764         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10765         function.  This helps debugging.
10766
10767 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10768
10769         * djvu/djvu-document.c: (djvu_document_class_init),
10770         (djvu_document_get_info), (djvu_document_document_iface_init):
10771         * dvi/dvi-document.c: (dvi_document_class_init),
10772         (dvi_document_get_info), (dvi_document_document_iface_init):
10773
10774         Dummy implementation of get_info method for dvi and
10775         djvu. Fix crashes with those backends
10776
10777 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10778
10779         * data/evince.desktop.in:
10780
10781         Add application/x-gzpostscript
10782
10783 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10784
10785         * data/evince.schemas.in: Added real long descriptions, 
10786         closes bug 172496 
10787
10788         * README: Added actual text, closes bug 171869
10789
10790 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10791
10792         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10793
10794         Thumbnail page 0
10795
10796 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10797
10798         * backend/ev-document-info.h:
10799
10800         s/GDate */GDate so we can just use g_free
10801
10802 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10803
10804         * shell/ev-window.c: (update_document_mode),
10805         (ev_window_setup_document):
10806
10807         Show the window in fullscreen when specified by
10808         the document
10809
10810 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10811
10812         * backend/ev-document.c: (ev_document_class_init),
10813         (ev_document_get_info), (ev_document_render_pixbuf):
10814         * backend/ev-document.h:
10815         * backend/ev-page-cache.c: (_ev_page_cache_new):
10816         * pdf/ev-poppler.cc:
10817         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10818         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10819         * ps/ps-document.c: (ps_document_class_init), (document_load),
10820         (ps_document_get_info), (ps_document_document_iface_init):
10821
10822         Remove get_title from the interface, we can just use document info
10823
10824 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10825
10826         * backend/Makefile.am:
10827         * backend/ev-document.c: (ev_document_render_get_info):
10828         * backend/ev-document.h:
10829         * pdf/ev-poppler.cc:
10830
10831         Initial support for document info. Based on jrb patch.
10832
10833 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10834
10835         * shell/ev-window.c: (ev_window_state_event),
10836         (ev_window_class_init), (ev_window_init):
10837         
10838         Doesn't show resize grip when maximized. See bug #301053
10839
10840 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10841
10842         * po/POTFILES.in:
10843         
10844         ev-sidebar-thumbnails now has translatable labels
10845         
10846         * shell/Makefile.am:
10847         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10848         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10849         (ev_sidebar_links_page_iface_init):
10850         * shell/ev-sidebar-links.h:
10851         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10852         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10853         (ev_sidebar_page_get_label):
10854         * shell/ev-sidebar-page.h:
10855         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10856         (ev_sidebar_thumbnails_set_document),
10857         (ev_sidebar_thumbnails_support_document),
10858         (ev_sidebar_thumbnails_get_label),
10859         (ev_sidebar_thumbnails_page_iface_init):
10860         * shell/ev-sidebar-thumbnails.h:
10861         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10862         (ev_sidebar_set_document):
10863         * shell/ev-sidebar.h:
10864         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10865         
10866         Small rework of sidebar code. Now sidebar pages should implement
10867         EvSidebarPage interface. That makes page management in EvSidebar
10868         easier. See bug #164811 for details
10869
10870 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10871
10872         * shell/ev-application.c: (ev_application_open):
10873         * shell/ev-document-types.c:
10874         
10875         Fix build error and small problem with application exit
10876
10877 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10878
10879         * thumbnailer/Makefile.am:
10880         * thumbnailer/evince-thumbnailer-djvu.schemas:
10881         * thumbnailer/evince-thumbnailer-dvi.schemas:
10882         
10883         Conditionally install schemas for djvu/dvi thumbnailer
10884
10885 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10886
10887         * shell/ev-document-types.h: 
10888         * shell/ev-document-types.c: 
10889         New files, handling the mapping from mimetypes to backends
10890         
10891         * shell/ev-window.c: 
10892         * thumbnailer/evince-thumbnailer.c:     
10893         Use the ev-document-types code
10894         
10895         * shell/Makefile.am: 
10896         Added new convenience library libevbackendfactory_la, containing
10897         the new mimetype->backend logic; moved the backends into it.
10898
10899         * thumbnailer/Makefile.am:
10900         Make the thumbnailer link with the libevbackend.la convenience
10901         library, rather than having a duplicate of the backend logic here.
10902
10903 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10904
10905         * shell/ev-stock-icons.c: constify some vars.
10906         * shell/ev-window.c: ditto.
10907
10908 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10909
10910         * ps/ps-document.c (get_page_orientation):
10911
10912         Respect document orientation 
10913
10914 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10915
10916         * djvu/Makefile.am:
10917         * dvi/Makefile.am:
10918         * shell/Makefile.am:
10919         
10920         Move library dependencies to components.
10921         
10922         * shell/ev-window.c: (update_window_title),
10923         (start_loading_document):
10924         
10925         Fix display of uris with spaces. Bug 168358.
10926
10927 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10928
10929         * shell/ev-sidebar-links.c: (selection_changed_cb):
10930         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10931         (ev_view_button_release_event), (ev_view_set_document):
10932         * shell/ev-view.h:
10933         * shell/ev-window.c: (find_bar_search_changed_cb):
10934         * shell/ev-window.h: Minor cleanups removing some dead code.
10935
10936 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10937
10938         * backend/ev-page-cache.c: (_ev_page_cache_new):
10939         
10940         Set current page to 0 if document has pages.
10941
10942 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10943
10944         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10945
10946         Initialize GError to NULL, fix a crash when loading fails.
10947
10948 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10949
10950         * shell/ev-window.c: (update_view_size):
10951
10952         Calculate shadow size only when there is actually
10953         a shadow.
10954
10955 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10956
10957         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10958         * shell/ev-view.h:
10959
10960         Allow setting view spacing, default to 0
10961
10962         * shell/ev-window.c: (ev_window_unfullscreen),
10963         (ev_window_cmd_view_fullscreen), (ev_window_init):
10964
10965         Remove spacing in fullscreen mode
10966
10967 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10968
10969         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10970         (ev_view_size_request), (expose_bin_window),
10971         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10972         * shell/ev-view.h:
10973         * shell/ev-window.c: (ev_window_unfullscreen),
10974         (ev_window_cmd_view_fullscreen):
10975
10976         Do not draw the border in fulscreen
10977
10978 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10979
10980         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10981         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10982         (find_page_at_location), (page_changed_cb):
10983
10984         Rework border calculation, so that I can more easily disable it.
10985         Code somewhat cleaner too.
10986
10987 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10988
10989         * backend/ev-page-cache.c: (ev_page_cache_init),
10990         (_ev_page_cache_new):
10991
10992         Remove some assertions, documents can have 0 pages.
10993         Make initial current page -1.
10994
10995         * shell/ev-page-action.c: (page_changed_cb):
10996
10997         Show "" if current page is -1
10998
10999         * shell/ev-window.c: (update_action_sensitivity),
11000         (ev_window_setup_document):
11001
11002         When document has 0 pages do not set the view
11003         and make nearly everything insensitive.
11004
11005 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11006
11007         * shell/ev-page-view.c:
11008         * shell/ev-page-view.h:
11009
11010         Remove unused files.
11011         
11012         * shell/ev-sidebar-thumbnails.c:
11013         (ev_sidebar_thumbnails_set_document):
11014         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11015         (ev_sidebar_supports_document):
11016         * shell/ev-sidebar.h:
11017         * shell/ev-window.c: (ev_window_setup_document):
11018         
11019         Doesn't show thumbnails if document has 1 page. Make
11020         sidebar menu entries sensitive only if if they have 
11021         sense. Fix bug 164811. 
11022
11023 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11024
11025         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11026         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11027         (ev_view_zoom_out), (ev_view_set_size):
11028
11029         Rework sizing to deal with documents with not uniform page
11030         size.
11031
11032 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11033
11034         * backend/ev-page-cache.c: (_ev_page_cache_new):
11035
11036         Fix several page size caching bugs
11037
11038 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11039
11040         * shell/ev-window.c: (set_action_properties):
11041
11042         Make all toolbar items translatable
11043
11044 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11045
11046         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11047         (save_page_list), (ps_document_save),
11048         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11049         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11050         (ps_document_ps_exporter_iface_init):
11051         * ps/ps-document.h:
11052
11053         Based on a patch by J�rg Billeter <j@bitron.ch>
11054         
11055         Implement print and save a copy for the ps backend.
11056
11057 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11058
11059         * backend/ev-document.h:
11060         * djvu/djvu-document.c: (djvu_document_can_get_text),
11061         (djvu_document_document_iface_init):
11062         * dvi/dvi-document.c: (dvi_document_can_get_text),
11063         (dvi_document_document_iface_init):
11064         * pdf/ev-poppler.cc:
11065         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11066         (pixbuf_document_document_iface_init):
11067         * ps/ps-document.c: (ps_document_can_get_text),
11068         (ps_document_document_iface_init):
11069         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11070         * shell/ev-window.c: (update_action_sensitivity):
11071
11072         Fix the crash when trying to copy in backends that doesnt
11073         support it. We can implement a better solution once we
11074         do real text selection.
11075
11076 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11077
11078         * data/evince-ui.xml:
11079         * shell/ev-window.c: (ev_window_cmd_escape):
11080         
11081         Work around the Escape conflict (find bar and unfullscreen)
11082
11083 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11084
11085         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11086         
11087         Fix for #300233. Next page correctly handles document end.
11088         
11089         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11090         (ev_sidebar_thumbnails_class_init),
11091         (ev_sidebar_thumbnails_set_document),
11092         (ev_sidebar_thumbnails_clear_job),
11093         (ev_sidebar_thumbnails_clear_model):
11094         
11095         Cleanup thumbnail jobs on document changes.
11096         
11097         * shell/ev-view.c: (add_scroll_binding_keypad),
11098         (add_scroll_binding_shifted), (ev_view_class_init):
11099         
11100         Shift + Space scrolls up. Fix for #173184
11101         
11102         * shell/ev-window.c: (ev_window_open_page),
11103         (ev_window_cmd_view_reload):
11104         
11105         Fix reload (Bug #300094)
11106
11107 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11108
11109         
11110         * dvi/mdvi-lib/assoc.c:
11111         * dvi/mdvi-lib/assoc.h: Removed garbage files
11112         
11113         * dvi/mdvi-lib/bitmap.c:
11114         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11115         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11116         * dvi/mdvi-lib/color.h: Antialias of rules
11117         
11118         * dvi/mdvi-lib/common.h:
11119         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11120         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11121         * dvi/mdvi-lib/files.c:
11122         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11123         * dvi/mdvi-lib/mdvi.h:
11124         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11125         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11126         * dvi/mdvi-lib/util.c: Fix compile warnings
11127         
11128         * dvi/dvi-document.c:
11129         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11130         (dvi_document_thumbnails_get_thumbnail),
11131         (dvi_document_document_thumbnails_iface_init):
11132         * dvi/mdvi-lib/Makefile.am:
11133         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11134         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11135         
11136         Dvi backend now renders thumbnails
11137
11138 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11139
11140         * shell/main.c: (main): 
11141         
11142         Save accelerators on exit. Fixes bug #172095.
11143
11144 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11145
11146         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11147         update priority" comment.
11148
11149         * backend/ev-job-queue.c: Give a way to change priority.
11150
11151 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11152
11153         * shell/ev-page-action.c: Fix logic.
11154
11155 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11156
11157         * shell/ev-view.c: (ev_view_can_find_next):
11158         * shell/ev-window.c: (ev_window_setup_document):
11159
11160         Check that the document supports find
11161
11162 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11163
11164         * data/evince-ui.xml:
11165         * shell/ev-view.c: (ev_view_can_find_next):
11166         * shell/ev-view.h:
11167         * shell/ev-window.c: (update_action_sensitivity),
11168         (find_changed_cb), (ev_window_setup_document),
11169         (ev_window_cmd_edit_find_next):
11170
11171         Add Edit->Find Next
11172
11173 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11174
11175         * pdf/ev-poppler.cc:
11176         * shell/ev-print-job.c: (idle_print_handler):
11177
11178         Make printing work again
11179
11180 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11181
11182         * shell/ev-page-action.h:
11183         * shell/ev-page-action.c: (ev_page_action_widget_init),
11184         (ev_page_action_widget_class_init), (page_changed_cb),
11185         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11186         (get_filter_model_from_model), (match_selected_cb),
11187         (display_completion_text), (match_completion), (update_model),
11188         (connect_proxy), (ev_page_action_set_property),
11189         (ev_page_action_get_property), (ev_page_action_set_document),
11190         (ev_page_action_set_model), (ev_page_action_class_init): Big
11191         reworking to make completions work iff we have >= GTK-2.7.0
11192                 
11193         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11194         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11195         (job_finished_cb): We now have a 'model' property that is set when
11196         the links are loaded.  This can be caught with "notify::model"
11197
11198         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11199         listen for the model to be set, and propagate it to the action.
11200
11201 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11202
11203         * cut-n-paste/recent-files/egg-recent-item.c:
11204         (egg_recent_item_set_uri), (make_valid_utf8),
11205         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11206         * cut-n-paste/recent-files/egg-recent-item.h:
11207         
11208         Update egg-recent from libegg. This should fix long
11209         startup problem. For details see
11210         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11211
11212 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11213
11214         * cut-n-paste/recent-files/Makefile.am:
11215         * data/evince-ui.xml, shell/Makefile.am:
11216         * shell/ev-application.c, shell/ev-application.h:
11217         * shell/ev-window.c: Recent files support.
11218         
11219         * configure.ac: Added "ru" to ALL_LINGUAS.
11220         
11221         * dvju: new backend to support DJVU files.
11222         * dvi: new backend to support DVI.
11223
11224         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11225         * ev-application.c: Support for new backends.
11226         
11227         * help, ev-window.c, main.c shell/Makefile.am: 
11228         Evince user documentation.
11229
11230 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11231
11232         * po/POTFILES.in:
11233         * shell/ev-window.c:
11234         * thumbnailer/evince-thumbnailer.c:
11235
11236         s/pdf-document/ev-poppler
11237
11238 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11239
11240         * NEWS:
11241         * configure.ac:
11242
11243         Release 0.2.0
11244
11245         * ps/ps-document.c: (setup_pixmap):
11246
11247         Remove debug code
11248
11249 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11250
11251         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11252         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11253         (ev_window_cmd_go_first_page): Fix of by one errors.
11254
11255 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11256
11257         * ps/ps-document.c: (get_page_box):
11258
11259         Fix page size calculation
11260
11261 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11262
11263         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11264         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11265         (get_page_orientation), (setup_page), (document_load),
11266         (ps_document_get_page_size), (render_pixbuf_idle):
11267         * ps/ps-document.h:
11268
11269         More refactoring to adapt to EvDocument changes
11270
11271 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11272
11273         * ps/ps-document.c: (start_interpreter):
11274
11275         Actually add alpha args
11276
11277 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11278
11279         * pdf/ev-poppler.cc:
11280
11281         Make clipboard work again
11282
11283 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11284
11285         Make searching work again.
11286         
11287         * backend/ev-document.c:
11288         * backend/ev-document.h:
11289         * backend/ev-document-find.c:
11290         * backend/ev-document-find.h: Change EvDocumentIface so we no
11291         longer store the current page or zoom level in the document.  The
11292         consequence is that all calls that operate on the current page now
11293         instead take the page number as an extra argument, and all
11294         coordinates are now doubles in document coordinate system.
11295
11296         * pdf/ev-poppler.cc:
11297         * pixbuf/pixbuf-document.c:
11298         * ps/ps-document.c: Update backends accordingly.
11299
11300 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11301
11302         * autogen.sh:
11303
11304         Add required gettext version
11305
11306 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11307
11308         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11309         make F1 bring up non-existent help.
11310
11311         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11312         epiphany's find bar, #167477
11313
11314         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11315         <emil@nishra.com> to add space-bar scrolling, 
11316
11317         * shell/ev-window.c (static GtkActionEntry entries): add default
11318         keybinding for Help (F1)
11319         Fixes #171068
11320
11321         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11322         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11323         170110
11324
11325 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11326
11327         * Makefile.am: 
11328         * pixbuf/pixbuf-document.c: 
11329
11330         Got pixbuf backend working again
11331
11332 2005-04-01  Steve Murphy  <murf@e-tools.com>
11333
11334         * configure.in: Added "rw" to ALL_LINGUAS.
11335
11336 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11337
11338         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11339         model types, noticed by Martin Kretzschmar.
11340
11341 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11342
11343         * pdf/ev-poppler.cc: Implement search based on
11344         poppler_page_find_text().  Currently a bit crude since we remember
11345         all matches from all pages.  Also, we grab the big document lock
11346         when we search since searching changes the underlying stream and
11347         thus conflicts with the rendering thread.
11348         
11349         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11350         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11351         (ev_view_find_previous): Fix some page indexes to be 0 based,
11352         offset rubber band by view offset,
11353
11354 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11355
11356         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11357
11358 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11359
11360         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11361         completely because I didn't understand GtkActions.  I should
11362         read Marco's code more carefully in the future.
11363
11364         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11365         function
11366
11367 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11368
11369         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11370         PopplerRectangle change from poppler CVS.
11371
11372 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11373
11374         * backend/ev-document.c: (ev_document_get_page_label):
11375         * backend/ev-document.h:
11376         * backend/ev-page-cache.c: (_ev_page_cache_new),
11377         (ev_page_cache_get_page_label):
11378         * backend/ev-page-cache.h:
11379         * pdf/ev-poppler.cc:
11380         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11381         (links_page_num_func):
11382         * shell/ev-sidebar-thumbnails.c:
11383         (ev_sidebar_thumbnails_set_document):
11384         * shell/ev-view.c: (status_message_from_link),
11385         (ev_view_motion_notify_event):
11386         * shell/ev-window.c: (document_supports_sidebar): Add in page
11387         label support.  It's not perfect yet, but it's the first 'feature'
11388         in a while.
11389         Also, fix a bogus comment noticed by crispin. 
11390
11391 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11392
11393         * Makefile.am: Remove pixbuf backend for now
11394
11395         * configure.ac: Require poppler-glib instead of just poppler.
11396
11397         * backend/ev-document-thumbnails.h: Add a comment
11398
11399         * backend/ev-document.h:
11400         * backend/ev-document.c: (ev_document_class_init),
11401         (ev_document_load), (ev_document_get_link),
11402         (ev_document_get_links): Remove 3 methods and add get_links.
11403         Also, made 0 based.
11404
11405         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11406         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11407
11408         * backend/ev-link.c: (ev_link_set_title),
11409         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11410         (ev_link_mapping_find):
11411         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11412         
11413         * backend/ev-page-cache.c: (ev_page_cache_init),
11414         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11415         (ev_page_cache_get_size), (ev_page_cache_next_page),
11416         (ev_page_cache_prev_page): Fix to be 0 based.
11417
11418         * pdf/Makefile.am: 
11419         * pdf/ev-poppler.h:
11420         * pdf/ev-poppler.cc: New backend.
11421         
11422         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11423         (ps_document_get_page), (ps_document_document_iface_init):
11424
11425         * shell/ev-pixbuf-cache.h:
11426         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11427         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11428         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11429         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11430         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11431         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11432         based.
11433         
11434         * shell/ev-sidebar-thumbnails.c:
11435         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11436         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11437
11438         * shell/ev-view.c: (status_message_from_link),
11439         (find_page_at_location), (get_link_at_location),
11440         (ev_view_motion_notify_event), (ev_view_button_release_event),
11441         (ev_view_init): Use the new link code.  Fix to be 0 based.
11442
11443         * shell/ev-window.c: (update_action_sensitivity),
11444         (document_supports_sidebar): 0 based.
11445
11446 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11447
11448         * pdf/pdf-document.cc: Patch from Fernando Herrera
11449         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11450         *blush*
11451
11452 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11453
11454         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11455         1 to the page, as this seems to be 1 based.  I thought we has this
11456         fixed.  grump.
11457
11458 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11459
11460         * TODO:
11461         * backend/Makefile.am:
11462         * backend/ev-document-links.c:
11463         (ev_document_links_has_document_links),
11464         (ev_document_links_get_links_model):
11465         * backend/ev-document-links.h:
11466         * backend/ev-document.c: (ev_document_get_page_cache),
11467         (ev_document_get_doc_mutex), (ev_document_load),
11468         (ev_document_save), (ev_document_get_title),
11469         (ev_document_get_n_pages), (ev_document_set_page),
11470         (ev_document_get_page), (ev_document_set_target),
11471         (ev_document_set_scale), (ev_document_set_page_offset),
11472         (ev_document_get_page_size), (ev_document_get_text),
11473         (ev_document_get_link), (ev_document_render),
11474         (ev_document_render_pixbuf), (ev_document_scale_changed):
11475         * backend/ev-document.h:
11476         * backend/ev-job-queue.c: (remove_object_from_queue),
11477         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11478         (no_jobs_available_unlocked), (ev_render_thread),
11479         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11480         (ev_job_queue_remove_job):
11481         * backend/ev-job-queue.h:
11482         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11483         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11484         (ev_job_links_class_init), (ev_job_render_init),
11485         (ev_job_render_dispose), (ev_job_render_class_init),
11486         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11487         (ev_job_thumbnail_class_init), (ev_job_finished),
11488         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11489         (ev_job_render_run), (ev_job_thumbnail_new),
11490         (ev_job_thumbnail_run):
11491         * backend/ev-jobs.h:
11492         * backend/ev-link.c:
11493         * backend/ev-link.h:
11494         * backend/ev-page-cache.c: (ev_page_cache_init),
11495         (ev_page_cache_class_init), (ev_page_cache_finalize),
11496         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11497         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11498         (ev_page_cache_set_link), (ev_page_cache_get_title),
11499         (ev_page_cache_get_size), (ev_page_cache_next_page),
11500         (ev_page_cache_prev_page):
11501         * backend/ev-page-cache.h:
11502         * pdf/pdf-document.cc:
11503         * ps/gsdefaults.c:
11504         * ps/gsdefaults.h:
11505         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11506         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11507         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11508         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11509         (is_interpreter_ready), (output), (catchPipe), (input),
11510         (start_interpreter), (check_filecompressed), (compute_dimensions),
11511         (ps_document_enable_interpreter), (document_load),
11512         (ps_document_next_page), (render_page), (ps_document_set_page),
11513         (ps_document_set_scale), (render_pixbuf_idle),
11514         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11515         * ps/ps-document.h:
11516         * shell/Makefile.am:
11517         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11518         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11519         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11520         (ev_pixbuf_cache_new), (job_finished_cb),
11521         (check_job_size_and_unref), (move_one_job),
11522         (ev_pixbuf_cache_update_range), (find_job_cache),
11523         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11524         (ev_pixbuf_cache_add_jobs_if_needed),
11525         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11526         * shell/ev-pixbuf-cache.h:
11527         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11528         (idle_print_handler):
11529         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11530         (selection_changed_cb), (create_loading_model),
11531         (ev_sidebar_links_construct), (links_page_num_func),
11532         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11533         (update_page_callback), (job_finished_cb),
11534         (ev_sidebar_links_set_document):
11535         * shell/ev-sidebar-thumbnails.c:
11536         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11537         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11538         (page_changed_cb), (thumbnail_job_completed_callback),
11539         (ev_sidebar_thumbnails_set_document):
11540         * shell/ev-sidebar-thumbnails.h:
11541         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11542         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11543         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11544         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11545         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11546         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11547         (ev_view_button_release_event), (ev_view_scroll_view),
11548         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11549         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11550         (ev_view_new), (job_finished_cb), (page_changed_cb),
11551         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11552         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11553         (ev_view_find_previous):
11554         * shell/ev-view.h:
11555         * shell/ev-window.c: (update_action_sensitivity),
11556         (ev_window_open_page), (update_window_title), (update_total_pages),
11557         (page_changed_cb), (ev_window_setup_document),
11558         (password_dialog_response), (ev_window_cmd_save_as),
11559         (ev_window_print), (ev_window_cmd_go_previous_page),
11560         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11561         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11562         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11563         * shell/main.c: (main):
11564
11565         Merge evince-threads branch
11566
11567 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11568
11569         * configure.ac: Added "lt" to ALL_LINGUAS.
11570
11571 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11572
11573         * NEWS:
11574         * configure.ac:
11575
11576         Release 0.1.9
11577
11578 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11579
11580         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11581
11582         Fix here also the thumbnails 1-basedness :)
11583
11584 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11585
11586         * NEWS:
11587         * configure.ac:
11588
11589         Release 0.1.8
11590
11591 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11592
11593         * pdf/pdf-document.cc:
11594         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11595         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11596
11597         Fix the mess we did with thumbnails and 1-basedness
11598
11599 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11600
11601         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11602
11603 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11604
11605         * NEWS:
11606         * configure.ac:
11607
11608         Release 0.1.7
11609
11610 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11611
11612         * ps/Makefile.am:
11613         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11614         (gtk_gs_defaults_get_alpha_parameters),
11615         (gtk_gs_defaults_get_ungzip_cmd),
11616         (gtk_gs_defaults_get_unbzip2_cmd):
11617         * ps/gsdefaults.h:
11618         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11619         (ps_document_get_orientation), (document_load),
11620         (ps_document_goto_page), (ps_document_set_page_size):
11621         * ps/ps-document.h:
11622
11623         Some more sanitization of the ps backend. Remove a lot
11624         of unused code and do not base our defaults on ggv
11625         preferences (ugh!)
11626
11627 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11628
11629         * thumbnailer/evince-thumbnailer.schemas:
11630         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11631         (main): add -s option for thumbnail size.
11632
11633 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11634
11635         * configure.ac:
11636
11637         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11638         remove it.
11639
11640 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11641
11642         * pdf/pdf-document.cc:
11643
11644         Remove 4 pixels of useless border from the
11645         thumbnail.
11646
11647 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11648
11649         * backend/ev-document-thumbnails.c:
11650         (ev_document_thumbnails_get_thumbnail):
11651         * backend/ev-document-thumbnails.h:
11652
11653         Rework API a bit. Add a border flag and
11654         change sizing logic (now the size we specify
11655         applies to the bigger dimension).
11656
11657         * pdf/pdf-document.cc:
11658         * pixbuf/pixbuf-document.c:
11659         (pixbuf_document_thumbnails_get_thumbnail):
11660         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11661         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11662
11663         Adapt to the new API and do not draw a border for nautilus
11664         thumbnailer.
11665
11666 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11667
11668         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11669         take thumbnails from page "0" instead of "1". Added a copyright header.
11670
11671 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11672
11673         * ps/ps-document.c: (set_up_page), (start_interpreter):
11674
11675         Make it C89 compliant
11676
11677 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11678
11679         * Makefile.am:
11680         * configure.ac:
11681         * pdf/.cvsignore:
11682         * pdf/pdf-document.cc:
11683         * thumbnailer/Makefile.am:
11684         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11685         (main):
11686         * thumbnailer/evince-thumbnailer.schemas:
11687         * thumbnailer/pdf-icon.png:
11688
11689         Add a nautilus thumbnailer.
11690         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11691
11692 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11693
11694         * NEWS:
11695         * configure.ac:
11696         * po/POTFILES.in:
11697
11698         Release 0.1.6
11699
11700 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11701
11702         Use poppler instead of including xpdf source code.  Poppler is a
11703         fork of xpdf to build it as a shared library. See
11704         http://freedesktop.org/wiki/Software/poppler.
11705
11706         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11707         xpdf fork.
11708         
11709         * pdf/Makefile.am: Build libpdfdocument.a here.
11710         
11711         * pdf/GDKSplashOutputDev.cc:
11712         * pdf/GDKSplashOutputDev.h:
11713         * pdf/GnomeVFSStream.cc:
11714         * pdf/GnomeVFSStream.h:
11715         * pdf-document.cc:
11716         * pdf-document.h:
11717         * test-gdk-output-dev.cc
11718         * Thumb.cc:
11719         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11720         against poppler.
11721
11722 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11723
11724         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11725
11726         Clear idle stack before unsetting the document
11727
11728 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11729
11730         * ps/ps-document.c: (ps_document_widget_event),
11731         (ps_document_set_target), (ps_document_finalize),
11732         (ps_document_get_page):
11733
11734         Disconnect the widget event signal on finalize.
11735         Some code cleanups.
11736
11737 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11738
11739         * ps/ps-document.c: (set_up_page):
11740
11741         If there is no bpixmap create one, even if size
11742         is not changed.
11743
11744 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11745
11746         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11747         (set_up_page), (document_load), (ps_document_set_zoom):
11748
11749         Default page is 0. Calculate size even when we have no
11750         target yet.
11751
11752 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11753
11754         * shell/ev-sidebar.c: expand the selection widget to be always as
11755         wide as the sidebar
11756
11757 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11758
11759         * shell/ev-sidebar-thumbnails.c:
11760         (ev_sidebar_thumbnails_set_document):
11761
11762         Clear the list store when setting document
11763
11764 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11765
11766         * shell/ev-page-action.c: (update_entry), (sync_entry),
11767         (activate_cb), (entry_size_request_cb), (create_tool_item),
11768         (connect_proxy):
11769
11770         Use an entry for the page control instead of spinbuttons
11771
11772 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11773
11774         * data/evince.schemas.in:
11775
11776         Correct confusing string
11777
11778 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11779
11780         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11781         for real.  Gosh, how long has this been broken.
11782
11783         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11784         check for a NULL link.  We crash otherwise.
11785
11786 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11787
11788         * NEWS:
11789         * configure.ac:
11790
11791         Release 0.1.5
11792
11793 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11794
11795         * configure.ac: add the french translation.
11796
11797 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11798
11799         * shell/ev-window.c:
11800
11801         Remove unused header -> fix distcheck
11802
11803 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11804
11805         * shell/ev-window.c: (update_window_title),
11806         (ev_window_popup_password_dialog):
11807
11808         Unescape filename for display
11809
11810 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11811
11812         * pdf/xpdf/pdf-document.cc:
11813
11814         In get_page_size deal with rotation. Also
11815         cleanup the function a bit.
11816
11817 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11818
11819         * pdf/xpdf/pdf-document.cc:
11820
11821         Fix crash when opening in new window
11822
11823 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11824
11825         * configure.ac:
11826
11827         Check ghostscript >= 7
11828
11829 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11830
11831         * shell/ev-window.c:
11832
11833         Make page width the default sizing mode
11834
11835 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11836         Marco Pesenti Gritti <marco@gnome.org>
11837
11838         * shell/ev-window.c: Remember the sidebar size
11839
11840         * data/evince.schemas.in: Add a new gconf key to store the size of
11841         the sidebar
11842
11843 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11844
11845         * data/evince-ui.xml:
11846         * shell/ev-window.c: (update_action_sensitivity),
11847         (ev_window_cmd_view_reload):
11848         
11849         Add a "Reload" action and menu entry
11850
11851 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11852
11853         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11854         iff the type doesn't support thumbnailing and indexing.
11855
11856 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11857
11858         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11859
11860 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11861
11862         * pdf/splash/Splash.cc:
11863
11864         Port fix for a crasher from kde bug
11865         http://bugs.kde.org/show_bug.cgi?id=97131
11866
11867 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11868
11869         * pdf/xpdf/pdf-document.cc:
11870
11871         Return a link even if it's of an unrecognized
11872         type. Otherwise we go in an infinte cycle.
11873
11874 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11875
11876         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11877         (size_allocate_cb), (ev_window_set_sizing_mode):
11878
11879         Update size when switching mode
11880
11881 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11882
11883         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11884         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11885         (ev_window_cmd_view_normal_size):
11886
11887         Fix size toggle buttons behavior
11888
11889 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11890
11891         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11892         (doc_rect_to_view_rect), (ev_view_size_allocate),
11893         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11894         (scale_changed_callback):
11895
11896         Do not cache offsets in size_allocate.
11897
11898 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11899
11900         * shell/ev-view.c: (ev_view_size_allocate):
11901
11902         Calculate offsets before calling the parent
11903         class (which does a redraw)
11904
11905 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11906
11907         * pdf/xpdf/pdf-document.cc:
11908
11909         Fix a crasher on exit. Unused code, put a TODO
11910
11911 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11912
11913         * backend/ev-document.c: (ev_document_class_init),
11914         (ev_document_page_changed), (ev_document_scale_changed):
11915         * backend/ev-document.h:
11916
11917         Separate page/scale notifications
11918
11919         * pdf/xpdf/pdf-document.cc:
11920
11921         Emit the new signals.
11922         Do not display the pdf page in _render, do it
11923         when scale/page are requested.
11924
11925         * ps/ps-document.c: (ps_document_set_zoom),
11926         (ps_document_widget_event):
11927         * ps/ps-document.h:
11928
11929         Emit the new signals.
11930
11931         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11932         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11933         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11934         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11935         * shell/ev-view.h:
11936         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11937         (ev_window_cmd_view_page_width), (size_allocate_cb),
11938         (ev_window_set_sizing_mode):
11939
11940         Rework sizing to be pixel based.
11941         There are bugs but should be already way better.
11942
11943 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11944
11945         * shell/ev-window.c: (ev_window_init):
11946
11947         Do not allow to shrink sidebar smaller then
11948         child requisition
11949
11950 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11951
11952         * shell/ev-sidebar.[ch]
11953         * shell/ev-window.c:
11954
11955         Improved sidebar widget. Fixes #166683
11956
11957 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11958
11959         * shell/ev-view.c (update_find_status_message): Give translators
11960         more flexibility with ngettext plural handling.
11961
11962 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11963
11964         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11965         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11966         page when we get the page size.
11967
11968 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11969
11970         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11971
11972         ps pages are 0 based, convert 
11973
11974 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11975
11976         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11977
11978         Initialize correct parent class. Set GError on document load
11979
11980 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11981
11982         * pdf/xpdf/pdf-document.cc:
11983
11984         Fixup selection offset calculation
11985
11986         * shell/ev-view.c: (view_rect_to_doc_rect),
11987         (doc_rect_to_view_rect), (ev_view_size_allocate),
11988         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11989         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11990
11991         Store selection as document relative, so that zooming
11992         and offset changing doesnt break it.
11993
11994 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11995
11996         * shell/ev-view.c: (ev_view_best_fit):
11997
11998         Do not try to best fit if the view is not realized
11999
12000 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12001           
12002         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12003
12004 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12005
12006         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12007
12008 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12009
12010         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12011         the popup window.  That prevents it resizing when in full screen
12012         mode.
12013
12014         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12015         multiple rerenders.  This pretty much sucks.
12016
12017         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12018         rest of the toolbar.
12019
12020 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12021
12022         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12023
12024 2005-02-17  Alexander Shopov  <ash@contact.bg>
12025
12026         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12027
12028 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12029
12030         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12031
12032 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12033
12034         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12035         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12036         (set_document_page), (document_changed_callback),
12037         (ev_view_set_document), (ev_view_find_previous),
12038         (ev_view_hide_cursor), (ev_view_show_cursor):
12039         * shell/ev-view.h:
12040         * shell/ev-window.c: (update_chrome_visibility),
12041         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12042         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12043         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12044         (ev_window_unfullscreen):
12045         * shell/main.c: (main):
12046
12047         Automatically hide the fullscreen button.
12048         Patch by Kristian Høgsberg <krh@redhat.com>
12049
12050 2005-02-16  Vincent Noel  <vnoel@cox.net>
12051
12052         * shell/main.c (main): Specify an icon for the window. Patch by
12053         Jaap A. Haitsma. Fixes #166177.
12054
12055 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12056
12057         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12058
12059 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12060
12061         * backend/ev-document-misc.h:
12062         * backend/ev-document-misc.c:
12063         (ev_document_misc_get_page_border_size),
12064         (ev_document_misc_paint_one_page): New function to canonicalize
12065         sizing/painting a border.
12066
12067         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12068         used.
12069
12070         * pdf/xpdf/pdf-document.cc: use new function
12071
12072         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12073         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12074         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12075         shell/ev-window.c: (update_sizing_buttons),
12076         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12077         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12078         (ev_window_cmd_view_page_width), (size_allocate_cb),
12079         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12080         and "fit width" values act as toggle buttons so they stay
12081         toggled.  It's not 100% perfect, and it's a little slow, but it's
12082         good enough to commit I think.
12083
12084 2005-02-15  David Lodge  <dave@cirt.net>
12085
12086         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12087
12088 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12089
12090         * shell/ev-window.c (update_window_title): replace newlines in
12091         the title by spaces. Bug #166107.
12092
12093 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12094
12095         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12096         parameters providing allocation width and height without
12097         scrollbars and width of a possible vertical scrollbar. With this
12098         additional information the functions can work as
12099         intended. Unfortunately they're not idempotent. We should
12100         transform these commands to toggles. Fixes Bug #164976
12101         Initial patch by Stephane Loeuillet, then heavily modified.
12102
12103         * shell/ev-view.h: update prototypes.
12104
12105         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12106         (ev_window_cmd_view_page_width): provide EvView fit functions with
12107         all the information they need. Formulas to calculate this
12108         information taken from GtkScrolledWindow.
12109
12110 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12111
12112         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12113         created a thumbnail, the list store is updated to know
12114         that the thumbnail is set. Fixes bug #166792
12115
12116 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12117
12118         * shell/ev-window.c: fixed typo, closes bug 166897
12119
12120         * TODO: updated TODO with bug numbers that are relevant
12121
12122 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12123
12124         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12125
12126 2005-02-09  Vincent Noel  <vnoel@cox.net>
12127
12128         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12129         and "Next" toolbar buttons as important to make them stand out.
12130
12131 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12132
12133         * lib/ev-debug.c:
12134         * lib/ev-debug.h:
12135         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12136         (start_interpreter), (stop_interpreter), (document_load),
12137         (ps_document_next_page), (ps_document_goto_page),
12138         (ps_document_set_page_size), (ps_document_widget_event),
12139         (ps_document_render):
12140         * shell/ev-page-view.c: (ev_page_view_dispose):
12141         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12142
12143         Fix compilation on non-gcc platforms
12144
12145 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12146
12147         * NEWS:
12148         * configure.ac:
12149
12150         Release 0.1.4
12151
12152         * pdf/xpdf/Catalog.cc:
12153         * pdf/xpdf/XRef.cc:
12154
12155         Fix the fix for CAN-2004-0888
12156
12157 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12158
12159         * data/Makefile.am:
12160         * data/evince-ui.xml:
12161         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12162         * shell/ev-stock-icons.h:
12163         * shell/ev-window.c: (update_action_sensitivity),
12164         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12165         (set_action_properties):
12166
12167         Improve toolbar layout/icons
12168
12169 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12170
12171         * pdf/xpdf/pdf-document.cc:
12172
12173         Add warnings about unimplemented/unknown link
12174         types.
12175
12176 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12177
12178         * ps/ps-document.c: (set_up_page):
12179
12180         Log gs property
12181
12182 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12183
12184         * ps/ps-document.c: (start_interpreter):
12185
12186         Log gs env var
12187
12188 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12189
12190         * shell/ev-page-view.c: (ev_page_view_dispose):
12191         * shell/ev-view.c: (ev_view_finalize):
12192         * shell/ev-window.c: (ev_window_setup_document),
12193         (ev_window_dispose), (ev_window_init):
12194
12195         Solve more refs issues.
12196
12197         I commented out the page_view initialization for now:
12198         it was never destroyed (because it's never added
12199         to a container). Because of that we was leaking
12200         gs processes. Couldnt think to a clean fix.
12201         We need to figure this out, password view has the
12202         same issue probably.
12203
12204 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12205
12206         * ps/ps-document.c: (ps_document_finalize),
12207         (ps_document_get_n_pages), (ps_document_get_page):
12208
12209         Some cleanups, stop the interpreter on finalize
12210
12211         * shell/ev-page-view.c: (ev_page_view_dispose),
12212         (ev_page_view_class_init):
12213
12214         Release our reference on the document
12215
12216 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12217
12218         * Makefile.am:
12219         * configure.ac:
12220         * doc/debugging.txt:
12221         * lib/.cvsignore:
12222         * lib/Makefile.am:
12223         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12224         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12225         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12226         * lib/ev-debug.h:
12227
12228         Add debugging helpers
12229
12230         * ps/Makefile.am:
12231         * ps/ps-document.c: (set_up_page), (start_interpreter),
12232         (stop_interpreter), (document_load), (ps_document_next_page),
12233         (ps_document_goto_page), (ps_document_set_page_size),
12234         (ps_document_widget_event), (ps_document_render):
12235         * shell/Makefile.am:
12236         * shell/ev-view.c: (expose_bin_window):
12237         * shell/main.c: (main):
12238
12239         Add some logs
12240         
12241 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12242
12243         * ps/ps-document.c: (ps_document_widget_event):
12244
12245         Initialize message_window, this should make ps
12246         rendering really work! (Never noticed because I was
12247         testing with a ps that is causing gs to exit every time!)
12248
12249 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12250
12251         * data/evince.schemas.in: updated simple error in applyto closing tag
12252
12253 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12254
12255         * Makefile.am:
12256         * configure.ac:
12257         * data/.cvsignore:
12258         * data/Makefile.am:
12259         * data/evince-ui.xml:
12260         A data/evince.schemas.in:
12261         * po/POTFILES.in:
12262         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12263         * shell/ev-stock-icons.h:
12264         * shell/ev-window.c: (update_chrome_visibility),
12265         (update_chrome_flag), (ev_window_cmd_edit_find),
12266         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12267         (ev_window_unfullscreen), (ev_window_focus_in_event),
12268         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12269         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12270         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12271         (ev_window_dispose), (ev_window_class_init),
12272         (set_action_properties), (set_chrome_actions), (load_chrome),
12273         (ev_window_init):
12274
12275         Implement fullscreen mode changes from bug #164776.
12276         Also implement persistent chrome toggles.
12277
12278 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12279
12280         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12281
12282 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12283
12284         * NEWS:
12285         * configure.ac:
12286         * shell/ev-view.c:
12287
12288         Add another check for find interface
12289
12290         Release 0.1.3
12291
12292 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12293
12294         * shell/ev-application.c: (ev_application_open):
12295         * shell/ev-window.c: (ev_window_open):
12296
12297         Open gzipped ps documents
12298
12299 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12300
12301         * TODO:
12302         * shell/ev-view.c: (set_document_page):
12303
12304         Clamp page number, dont try to move to
12305         not existant pages.
12306
12307 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12308
12309         * backend/ev-document-find.c: (ev_document_find_changed):
12310         * backend/ev-document-find.h:
12311         * pdf/xpdf/pdf-document.cc:
12312         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12313         * shell/ev-window.c: (find_bar_search_changed_cb):
12314
12315         Fix several bugs with find
12316
12317 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12318
12319         * shell/ev-sidebar-thumbnails.c
12320         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12321         document. Prevents warning from scroll_to_cell.
12322
12323 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12324
12325         * configure.ac: Add «nb» to ALL_LINGUAS too.
12326
12327 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12328
12329         * NOTES: New file with some random thoughts.
12330
12331         * TODO: Update.
12332
12333         * backend/ev-document-misc.c:
12334         (ev_document_misc_get_page_border_size): New function to
12335         canonicalize shadow drawing sizes.  Possibly goofy.
12336
12337         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12338         (ev_view_best_fit), (ev_view_fit_width):
12339         * pdf/xpdf/pdf-document.cc:
12340         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12341         * ps/ps-document.c: (ps_document_get_page_size):
12342         * backend/ev-document-misc.h:
12343         * backend/ev-document.c: (ev_document_get_page_size):
12344         * backend/ev-document.h: get_page_size now takes a page number
12345         parameter.  Made all the backends/frontends honor it.
12346
12347         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12348         see.  Doesn't work yet.
12349
12350         * shell/Makefile.am:
12351         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12352         Doesn't do anything yet.
12353
12354         * shell/ev-sidebar-thumbnails.c:
12355         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12356         [0..n_pages-1]
12357
12358         * shell/ev-window.c: (update_action_sensitivity),
12359         (ev_window_setup_document), (ev_window_set_page_mode),
12360         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12361         view-swapping code a bit so we can have multiple views on a
12362         document.  Add the multi-page view, though it can't be turned on
12363         yet.
12364
12365 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12366
12367         * shell/ev-application.c: (ev_application_open):
12368         * shell/ev-view.c: (expose_bin_window):
12369         * shell/ev-window.c: (ev_window_open):
12370
12371         Support eps and check document supports find
12372         before drawing highlightings in expose.
12373
12374 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12375
12376         * pixbuf/pixbuf-document.c:
12377         (pixbuf_document_thumbnails_get_dimensions),
12378         (pixbuf_document_document_thumbnails_iface_init):
12379
12380         implement get_dimensions
12381
12382 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12383
12384         * NEWS:
12385         * configure.ac:
12386
12387         Release 0.1.2
12388
12389 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * shell/ev-view.c: (set_document_page):
12392
12393         Scroll at the top of the page when changing page
12394
12395 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12396
12397         * shell/ev-view.c: (ev_view_motion_notify_event):
12398
12399         Do not redraw unnecessarily
12400
12401 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12402
12403         * pdf/xpdf/pdf-document.cc:
12404         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12405         (expose_bin_window), (find_changed_cb):
12406
12407         Yay! find works now... Now to find bugs...
12408
12409 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12410
12411         * backend/ev-document-find.c: (ev_document_find_base_init),
12412         (ev_document_find_changed):
12413         * backend/ev-document-find.h:
12414         * pdf/xpdf/pdf-document.cc:
12415         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12416         (expose_bin_window), (ev_view_init), (set_document_page),
12417         (ensure_rectangle_is_visible), (jump_to_find_result),
12418         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12419         (ev_view_find_next), (ev_view_find_previous):
12420         * shell/ev-view.h:
12421         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12422
12423         More work on find implementation, mostly there now
12424
12425 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12426
12427         * backend/ev-backend-marshalers.list:
12428         * backend/ev-document-find.c: (ev_document_find_base_init),
12429         (ev_document_find_cancel), (ev_document_find_page_has_results),
12430         (ev_document_find_get_n_results), (ev_document_find_get_result),
12431         (ev_document_find_get_progress), (ev_document_find_changed):
12432         * backend/ev-document-find.h:
12433
12434         Enanche the find interface to be really able to do
12435         multi page find.
12436
12437         * pdf/xpdf/pdf-document.cc:
12438
12439         Implement
12440
12441         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12442         (expose_bin_window), (ev_view_init),
12443         (ev_view_get_find_status_message), (find_changed_cb),
12444         (ev_view_set_document), (set_document_page):
12445
12446         Adapt to the new interface. A few things are regressed sorry,
12447         I will finish it soon.
12448
12449 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12450
12451         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12452         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12453         ev_sidebar_thumbnails_parent_class variable, don't define another
12454         parent_class variable.
12455
12456         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12457         (ev_page_action_class_init): ditto.
12458
12459         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12460         (pixbuf_document_class_init): ditto.
12461
12462         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12463         ditto.
12464
12465         * .cvsignore: ignore various valgrind output files.
12466
12467 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12468
12469         * data/evince-ui.xml:
12470         * shell/Makefile.am:
12471         * shell/ev-history.c:
12472         * shell/ev-history.h:
12473         * shell/ev-navigation-action.c:
12474         * shell/ev-navigation-action.h:
12475         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12476         (ev_view_set_page), (ev_view_fit_width):
12477         * shell/ev-view.h:
12478         * shell/ev-window.c: (update_action_sensitivity),
12479         (ev_window_setup_document), (register_custom_actions):
12480
12481         Kill session history
12482
12483 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12484
12485         * shell/ev-window.c: (update_action_sensitivity):
12486
12487         Fix inverted up/down buttons
12488
12489 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12490
12491         * shell/ev-sidebar-thumbnails.c
12492         (ev_sidebar_thumbnails_select_page): make sure the selected
12493         thumbnail stays visible.
12494
12495 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12496
12497         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12498         scrolled window for Federico.
12499
12500 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12501
12502         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12503
12504 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12505
12506         * configure.ac:
12507         * pdf/splash/SplashFTFontEngine.cc:
12508
12509         Fix CID fonts with freetype 2.1.9
12510
12511 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12512
12513         * TODO: added item for desktop icon thumbnailer
12514
12515 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12516
12517         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12518         unloaded docs when the title is accessed.
12519
12520         * shell/ev-password-view.[hc]: New widget for displaying password
12521         state.
12522
12523         * shell/ev-window.[ch]: Refactor password handling code to handle
12524         the new view.
12525
12526 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12527
12528         * NEWS:
12529         * configure.ac:
12530         * data/Makefile.am:
12531
12532         Release 0.1.1
12533
12534 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12535
12536         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12537         ignore page offset here, to make search results independent of it,
12538
12539         * shell/ev-view.c (expose_bin_window): but take offsets into
12540         account here. Bug #164932
12541
12542         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12543         scale at the right time. Bug #164996
12544
12545 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12546
12547         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12548         fix the problem. Now I just removed the Adobe font names and hope
12549         that the URW fonts are always in outline format. Bug #164934
12550
12551         * shell/ev-window.c (update_window_title): empty titles are
12552         useless, use filename in that case too.
12553
12554         * NEWS: Add some content.
12555
12556 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12557
12558         * TODO: added one more TODO item and a TODONE section :)
12559
12560 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12561
12562         * ps/ps-document.h: add page_[xy]_offset fields.
12563
12564         * ps/ps-document.c (ps_document_set_page_offset)
12565         (ps_document_render): Keep offset in consideration in a few
12566         places. Bug #164752 "postscript documents are not centered in
12567         window"
12568
12569         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12570         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12571
12572         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12573         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12574         stub out missing methods for complete EvDocument implementation.
12575         Fixes segfaults with Save A Copy and Copy actions.
12576
12577         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12578         (ps_document_document_iface_init): ditto.
12579         
12580 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12581
12582         * data/.cvsignore:
12583         * data/Makefile.am:
12584         * data/evince.desktop.in:
12585
12586         Add desktop file
12587
12588 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12589
12590         * shell/ev-view.c: (ev_view_button_press_event),
12591         (ev_view_motion_notify_event):
12592
12593         Make selection work in any direction
12594
12595 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12596
12597         * TODO:
12598         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12599
12600         Use shorter labels for some of the toolbars items
12601
12602 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12603
12604         * pdf/xpdf/pdf-document.cc:
12605
12606         Check the links info is initialized before
12607         using it. Should fix a crash on startup.
12608
12609 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12610
12611         * pixbuf/pixbuf-document.c
12612         (pixbuf_document_thumbnails_get_dimensions): force floating point
12613         division to calculate page_ratio. Fixes crash with landscape
12614         format pixbufs.
12615
12616 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12617
12618         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12619
12620 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12621
12622         * shell/ev-view.c (set_document_page): unset has_selection when
12623         the page changes.
12624         (set_document_page): handle paper size changes when the page
12625         changes (test with Free Culture, page 2).
12626
12627 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12628
12629         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12630         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12631
12632         Use normal style color for the widget background and
12633         draw a black box around the page.
12634
12635 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12636
12637         * pdf/xpdf/pdf-document.cc:
12638
12639         Keep offset in consideration in a few places
12640
12641         * shell/ev-view.c: (expose_bin_window):
12642
12643         Set the offsets so that the document is ever centered
12644
12645 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12646
12647         * TODO: Added TODO items and finished off the first todo item
12648
12649         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12650         reflect current authors
12651
12652 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12653
12654         * pdf/xpdf/pdf-document.cc:
12655         * shell/ev-view.c: (ev_view_set_cursor),
12656         (ev_view_motion_notify_event), (document_changed_callback),
12657         (set_document_page):
12658
12659         Show a wait cursor while the page is rendering
12660
12661 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * shell/ev-sidebar-thumbnails.c:
12664         (ev_sidebar_tree_selection_changed),
12665         (ev_sidebar_thumbnails_select_page):
12666         * shell/ev-sidebar-thumbnails.h:
12667         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12668         (ev_view_can_go_forward):
12669         * shell/ev-window.c: (ev_window_open_page),
12670         (ev_window_setup_document), (update_current_page),
12671         (view_page_changed_cb), (ev_window_init):
12672         * shell/ev-window.h:
12673
12674         Ensure thumbnails selection, toolbar page control and
12675         current page are in sync.
12676
12677 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12678
12679         * pdf/xpdf/XRef.cc:
12680
12681         Fix CAN-2005-0064
12682
12683 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12684
12685         * backend/Makefile.am:
12686         * backend/ev-document-links.h:
12687         * backend/ev-document-security.c: (ev_document_security_get_type),
12688         (ev_document_security_has_document_security),
12689         (ev_document_security_set_password):
12690         * backend/ev-document-security.h:
12691         * backend/ev-document.c: (ev_document_error_quark):
12692         * backend/ev-document.h:
12693         * data/Makefile.am:
12694         * data/evince-password.glade:
12695         * pdf/xpdf/pdf-document.cc:
12696         * shell/Makefile.am:
12697         * shell/ev-password.c: (ev_password_set_bad_password_label),
12698         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12699         (ev_password_dialog_get_password),
12700         (ev_password_dialog_set_bad_pass):
12701         * shell/ev-password.h:
12702         * shell/ev-window.c: (ev_window_get_attribute),
12703         (ev_window_set_property), (update_action_sensitivity),
12704         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12705         (ev_window_setup_document), (ev_window_get_password),
12706         (ev_window_open), (ev_window_cmd_save_as),
12707         (using_postscript_printer), (ev_window_print),
12708         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12709         (update_fullscreen_popup), (ev_window_fullscreen),
12710         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12711         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12712         (menu_item_select_cb), (find_bar_search_changed_cb),
12713         (ev_window_dispose), (ev_window_init):
12714
12715         Add initial support for password-supported dialogs.  This could be
12716         a lot cooler, but it'll do for now.
12717
12718 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12719
12720         * pdf/xpdf/pdf-document.cc:
12721         * shell/ev-view.c: (status_message_from_link),
12722         (ev_view_set_status), (ev_view_set_cursor),
12723         (ev_view_motion_notify_event), (ev_view_init):
12724         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12725
12726         Fix bugs in the links implementation and change cursor
12727         when hovering a link.
12728
12729 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12730
12731         * viewer/.cvsignore: added cvsignore file for viewer directory
12732
12733         * TODO: created TODO document
12734
12735 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12736
12737         * shell/ev-view.h:
12738         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12739         new functions to help with implementation of sensitivity code
12740         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12741         of all actions that might require it.  Fixes a crash when you
12742         click on the Zoom actions in a window lacking a document.
12743
12744 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12745
12746         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12747         of the Find action
12748
12749 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12750
12751         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12752         (pixbuf_document_document_iface_init):
12753         * ps/ps-document.c: (ps_document_get_link),
12754         (ps_document_document_iface_init):
12755         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12756         (status_message_from_link), (ev_view_set_status),
12757         (ev_view_set_find_status), (ev_view_motion_notify_event),
12758         (ev_view_button_release_event), (ev_view_set_property),
12759         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12760         (ev_view_get_find_status_message), (update_find_results),
12761         (ev_view_get_status), (ev_view_get_find_status):
12762         * shell/ev-view.h:
12763         * shell/ev-window.c: (view_status_changed_cb),
12764         (view_find_status_changed_cb), (ev_window_init):
12765
12766         View status message support, use it to show the links.
12767         Needs work...
12768
12769 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12770
12771         * backend/ev-document.c: (ev_document_get_link):
12772         * backend/ev-document.h:
12773         * pdf/xpdf/pdf-document.cc:
12774         * shell/ev-application.c: (ev_application_open):
12775         * shell/ev-application.h:
12776         * shell/ev-sidebar-links.c: (selection_changed_cb):
12777         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12778         (ev_view_go_to_link):
12779
12780         Add support for document links
12781
12782 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12783
12784         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12785         (create_tool_item):
12786         Set the spin button limits correctly.
12787         
12788         * shell/ev-sidebar-thumbnails.c:
12789         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12790         Support changing pages by clicking on the thumbnails.
12791         
12792 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12793
12794         * pixbuf/pixbuf-document.c:
12795         (pixbuf_document_thumbnails_get_dimensions),
12796         (pixbuf_document_document_thumbnails_iface_init):
12797
12798         implement get_dimensions
12799
12800 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12801
12802         * ps/ps-document.c: (ps_document_goto_page):
12803
12804         Fix page switching on multipage documents
12805
12806 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12807
12808         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12809         
12810         check for NULL before assigning to width and height parameters
12811
12812 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12813
12814         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12815         (pixbuf_document_set_property), (pixbuf_document_get_property):
12816
12817         implement get/set properties
12818
12819 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12820
12821         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12822         
12823         return NULL instead of "Unknown", letting the title get set to
12824         the filename when the pdf has no title.
12825
12826 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12827
12828         * ps/ps-document.c: (ps_document_get_page_count),
12829         (ps_document_goto_page):
12830
12831 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12832
12833         * shell/ev-history.c: (ev_history_get_property),
12834         (ev_history_set_property), (ev_history_class_init),
12835         (ev_history_add_page), (ev_history_set_current_index):
12836         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12837         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12838         (ev_navigation_action_finalize):
12839         * shell/ev-navigation-action.h:
12840         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12841         (ev_view_go_forward), (ev_view_get_find_status_message),
12842         (history_index_changed_cb), (ev_view_set_history):
12843         * shell/ev-view.h:
12844         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12845         (update_current_page), (register_custom_actions):
12846
12847         Implement history dropdowns
12848
12849 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12850
12851         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12852         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12853         (ev_view_go_forward):
12854         * shell/ev-window.c: (register_custom_actions):
12855
12856         Fix several history bugs
12857
12858 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12859
12860         * configure.ac: Add «nb» to ALL_LINGUAS.
12861
12862 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12863
12864         * backend/Makefile.am:
12865         * backend/ev-bookmark.c:
12866         * backend/ev-bookmark.h:
12867         * backend/ev-document-bookmarks.c:
12868         * backend/ev-document-bookmarks.h:
12869         * backend/ev-document-links.c: (ev_document_links_get_type),
12870         (ev_document_links_has_document_links),
12871         (ev_document_links_begin_read), (ev_document_links_get_link),
12872         (ev_document_links_get_child), (ev_document_links_next),
12873         (ev_document_links_free_iter):
12874         * backend/ev-document-links.h:
12875         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12876         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12877         (ev_link_get_link_type), (ev_link_set_link_type),
12878         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12879         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12880         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12881         (ev_link_new_external):
12882         * backend/ev-link.h:
12883         * pdf/xpdf/pdf-document.cc:
12884         * shell/Makefile.am:
12885         * shell/ev-application.c: (ev_application_open_link):
12886         * shell/ev-application.h:
12887         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12888         (ev_history_get_link_nth):
12889         * shell/ev-history.h:
12890         * shell/ev-sidebar-bookmarks.c:
12891         * shell/ev-sidebar-bookmarks.h:
12892         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12893         (ev_sidebar_links_class_init), (selection_changed_cb),
12894         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12895         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12896         (do_one_iteration), (populate_links_idle),
12897         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12898         * shell/ev-sidebar-links.h:
12899         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12900         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12901         (go_to_index):
12902         * shell/ev-view.h:
12903         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12904         * shell/ev-window.h:
12905
12906         Rename bookmark to link, and use "Index" for the sidebar panel.
12907
12908 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12909
12910         * shell/Makefile.am:
12911         * shell/ev-application.c: (ev_application_open_bookmark):
12912         * shell/ev-application.h:
12913         * shell/ev-history.c: (ev_history_init), (free_links_list),
12914         (ev_history_finalize), (ev_history_class_init),
12915         (ev_history_add_link), (ev_history_add_page),
12916         (ev_history_get_link_nth), (ev_history_get_n_links),
12917         (ev_history_get_current_index), (ev_history_set_current_index),
12918         (ev_history_new):
12919         * shell/ev-history.h:
12920         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12921         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12922         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12923         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12924         (ev_view_set_page):
12925         * shell/ev-view.h:
12926         * shell/ev-window.c: (ev_window_open_bookmark),
12927         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12928         (goto_page_cb), (register_custom_actions):
12929         * shell/ev-window.h:
12930
12931         Initial history implementation. Needs work.
12932
12933 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12934
12935         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12936
12937 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12938
12939         * cut-n-paste/recent-files/egg-recent-item.c:
12940         * cut-n-paste/recent-files/egg-recent-item.h:
12941         * cut-n-paste/recent-files/egg-recent-model.c:
12942         * cut-n-paste/recent-files/egg-recent-util.c:
12943         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12944         * cut-n-paste/recent-files/egg-recent-view.c:
12945
12946         Update
12947
12948 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12949
12950         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12951         (fillGlyph, fillImageMask, drawImage):
12952         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12953         pdf/splash/SplashTypes.h:
12954         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12955         packed mode for Splash.
12956
12957         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12958         RGB8 packed mode, eliminates the pixbuf data creation loop.
12959
12960         * shell/ev-print-job.c (ev_print_job_finalize)
12961         (ev_print_job_set_property, ev_print_job_get_property)
12962         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12963         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12964         (print_closure_finalize, ev_print_job_print): implement
12965         printing (for backends with EvPsExporter)
12966
12967         * shell/ev_print_job.h: update prototypes.
12968
12969         * shell/ev-window.c (ev_window_print): unref print job after
12970         printing.
12971
12972         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12973         unless the document implements the EvDocumentFind interface.
12974
12975 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12976
12977         * configure.ac: Added ja to ALL_LINGUAS.
12978
12979 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12980
12981         * pdf/xpdf/pdf-document.cc:
12982
12983         add a FIXME. We should probably not allocate
12984         a bookmark object every time
12985
12986 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12987
12988         * shell/ev-application.c: (ev_application_open),
12989         (ev_application_open_bookmark):
12990         * shell/ev-application.h:
12991         
12992         Add a way to open bookmarks
12993
12994         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12995         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12996         (ev_bookmark_set_property), (ev_bookmark_class_init),
12997         (ev_bookmark_new_title), (ev_bookmark_new_link),
12998         (ev_bookmark_new_external):
12999
13000         Support for external uris, better constructors.
13001
13002         * backend/ev-bookmark.h:
13003         * pdf/xpdf/pdf-document.cc:
13004         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13005
13006         Handle external uris
13007
13008 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13009
13010         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13011         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13012
13013         Hook up bookmarks navigation
13014
13015 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13016
13017         * backend/Makefile.am:
13018         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13019         (ev_bookmark_get_title), (ev_bookmark_set_title),
13020         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13021         (ev_bookmark_get_page), (ev_bookmark_set_page),
13022         (ev_bookmark_get_property), (ev_bookmark_set_property),
13023         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13024         (ev_bookmark_new):
13025         * backend/ev-bookmark.h:
13026         * backend/ev-document-bookmarks.c:
13027         (ev_document_bookmarks_get_bookmark):
13028         * backend/ev-document-bookmarks.h:
13029         * pdf/xpdf/pdf-document.cc:
13030         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13031
13032         Add a bookmark object to the backend and use it instead of get_values
13033
13034 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13035
13036         * data/evince-ui.xml:
13037
13038         Cleanup and add select all.
13039
13040         * shell/ev-view.c: (ev_view_select_all),
13041         (ev_view_button_press_event):
13042         * shell/ev-view.h:
13043         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13044
13045         Add select all.
13046         Clear selection on click.
13047
13048 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13049
13050         * shell/ev-sidebar-thumbnails.c
13051         (ev_sidebar_thumbnails_set_document): forgot to unref the
13052         loading_icon.
13053
13054 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13055
13056         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13057         at the visible page, not just linearly.  This makes it look fast.
13058
13059 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13060
13061         * backend/ev-document-misc.c
13062         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13063         white.
13064         * backend/ev-document-thumbnails.h: New interface to get the size
13065         of a page.
13066
13067 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13068
13069         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13070         make dist works
13071
13072 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13073
13074         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13075         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13076         things up a bit.
13077
13078         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13079
13080 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13081
13082         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13083         fonts. Should fix font problems on systems that have the base
13084         fonts in bitmap format. Reported by James Henstridge
13085         <james@jamesh.id.au>.
13086
13087 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13088
13089         * pdf/xpdf/Gfx.cc:
13090         * pdf/xpdf/GfxState.cc:
13091
13092         Fix for CAN-2004-1125
13093
13094 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13095
13096         * shell/ev-view.c: (ev_view_copy):
13097         * shell/ev-view.h:
13098         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13099
13100         Implement Edit->Copy
13101
13102 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13103
13104         * backend/ev-document.c: (ev_document_get_text):
13105         * backend/ev-document.h:
13106         * pdf/xpdf/pdf-document.cc:
13107         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13108         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13109         (ev_view_update_primary_selection), (ev_view_button_press_event),
13110         (ev_view_motion_notify_event), (ev_view_button_release_event):
13111
13112         Beginnings of clipboard support. Incomplete but primary sort
13113         of work.
13114
13115 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13116
13117         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13118         (expose_bin_window):
13119
13120         Nicer rubberband drawing, from GtkIconView.
13121
13122 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13123
13124         * backend/ev-document.c: (ev_document_save):
13125         * backend/ev-document.h:
13126         * data/evince-ui.xml:
13127         * pdf/xpdf/pdf-document.cc:
13128         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13129
13130         Implement "Save a copy..." menu item
13131
13132 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13133
13134         * shell/ev-view.c: (ev_view_zoom):
13135
13136         Queue a resize when zoom changes
13137
13138 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13139
13140         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13141         shadows.
13142
13143         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13144         thumbnails..
13145
13146 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13147
13148         * pdf/xpdf/pdf-document.cc
13149         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13150
13151 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13152
13153         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13154         It's slow, but I'll speed it up next!
13155
13156 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13157
13158         * shell/main.c (load_files):
13159
13160         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13161         from the command line and because it seems more appropriate.
13162
13163 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13164
13165         * data/evince-ui.xml:
13166         * shell/ev-window.c: (update_action_sensitivity),
13167         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13168
13169         s/next page/page down
13170         s/previous page/page up
13171
13172 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13173
13174         * data/evince-ui.xml:
13175
13176         Change the layout to match clarkbw design.
13177
13178         * shell/Makefile.am:
13179         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13180         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13181         (ev_navigation_action_finalize),
13182         (ev_navigation_action_set_property),
13183         (ev_navigation_action_get_property),
13184         (ev_navigation_action_class_init):
13185         * shell/ev-navigation-action.h:
13186
13187         Implement clarkbw toolbar navigation controls (incomplete)
13188
13189         * shell/ev-page-action.c: (update_label), (update_spin),
13190         (value_changed_cb), (create_tool_item), (connect_proxy),
13191         (ev_page_action_init), (ev_page_action_finalize),
13192         (ev_page_action_set_property), (ev_page_action_get_property),
13193         (ev_page_action_set_current_page),
13194         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13195         * shell/ev-page-action.h:
13196
13197         Implement a page switcher in the toolbar
13198
13199         * shell/ev-view.c: (ev_view_scroll_view):
13200         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13201         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13202         (register_custom_actions), (ev_window_init):
13203
13204         Change page on PageUp/Down.
13205
13206 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13207
13208         * pdf/xpdf/pdf-document.cc
13209         (pdf_document_thumbnails_get_thumbnail): initial stab at
13210         implementing thumbnail support for pdfs.  It only does documents
13211         with precached pdfs now.
13212
13213 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13214
13215         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13216         thumbnail code into a time-based idle as well.  Also, turn off the
13217         shadow temporarily as it's really slow.
13218
13219 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13220
13221         * backend/ev-document.c: (ev_document_class_init):
13222         * pdf/xpdf/pdf-document.cc:
13223         * shell/ev-window.c: (ev_window_open):
13224
13225         Fix document title bugs and fallback to
13226         filename when not available.
13227
13228 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13229
13230         * backend/ev-document.c: (ev_document_get_type),
13231         (ev_document_class_init), (ev_document_load),
13232         (ev_document_get_title):
13233         * backend/ev-document.h:
13234         * pdf/xpdf/pdf-document.cc:
13235         * ps/ps-document.c: (ps_document_set_property),
13236         (ps_document_get_property), (ps_document_class_init),
13237         (document_load):
13238         * ps/ps-document.h:
13239         * ps/ps.h:
13240         * shell/ev-window.c: (update_window_title), (ev_window_open),
13241         (ev_window_init):
13242
13243         Initial support for document title. Not working yet.
13244
13245 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13246
13247         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13248
13249         Grab focus on the view when clicking it
13250
13251 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13252
13253         * shell/ev-marshal.list:
13254         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13255         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13256
13257         Add key bindings to the view. Now if the focus would work
13258         right...
13259
13260 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13261
13262         * Makefile.am:
13263         * backend/Makefile.am:
13264         * data/Makefile.am:
13265         * dvi/Makefile.am:
13266         * dvi/dvilib/Makefile.am:
13267         * pdf/xpdf/Makefile.am:
13268         * po/POTFILES.in:
13269         * ps/Makefile.am:
13270
13271         Fix distcheck
13272
13273 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13274
13275         * shell/ev-view.c: (ev_view_realize):
13276
13277         Fix mouse wheel scrolling
13278
13279 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13280
13281         * ps/Makefile.am:
13282         * ps/gstypes.h:
13283         * ps/gtkgs.c:
13284         * ps/gtkgs.h:
13285         * ps/ps-document.c: (catchPipe), (ps_document_init),
13286         (ps_document_class_init), (ps_document_cleanup),
13287         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13288         (set_up_page), (close_pipe), (is_interpreter_ready),
13289         (interpreter_failed), (output), (input), (start_interpreter),
13290         (stop_interpreter), (file_length), (file_readable),
13291         (check_filecompressed), (check_pdf), (compute_xdpi),
13292         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13293         (ps_document_get_type), (ps_document_emit_error_msg),
13294         (document_load), (ps_document_next_page),
13295         (ps_document_get_current_page), (ps_document_get_page_count),
13296         (ps_document_goto_page), (ps_document_set_page_size),
13297         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13298         (ps_document_load), (ps_document_get_n_pages),
13299         (ps_document_set_page), (ps_document_get_page),
13300         (ps_document_widget_event), (ps_document_set_target),
13301         (ps_document_set_scale), (ps_document_set_page_offset),
13302         (ps_document_get_page_size), (ps_document_render),
13303         (ps_document_document_iface_init):
13304         * ps/ps-document.h:
13305         * ps/ps.c:
13306         * shell/ev-window.c: (ev_window_open):
13307
13308         Rename GtkGS to PSDocument
13309
13310 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13311
13312         * ps/gtkgs.c: (gtk_gs_class_init):
13313         * ps/gtkgs.h:
13314
13315         Some more leftover...
13316
13317 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13318
13319         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13320         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13321         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13322         * ps/gtkgs.h:
13323
13324         Remove unused code and make a lot of stuff private
13325
13326 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13327
13328         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13329         (gtk_gs_defaults_changed):
13330         * ps/gsdefaults.h:
13331         * ps/gtkgs.c:
13332         * ps/gtkgs.h:
13333         * ps/ps.h:
13334
13335         Cleanup headers dependencies
13336
13337 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13338
13339         * ps/Makefile.am:
13340         * ps/ggvutils.c:
13341         * ps/ggvutils.h:
13342         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13343         * ps/gsdefaults.h:
13344         * ps/gtkgs.c: (file_length), (file_readable),
13345         (check_filecompressed), (check_pdf), (gtk_gs_load),
13346         (gtk_gs_get_postscript):
13347
13348         Get rid of ggvutils
13349
13350 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13351
13352         * ps/ggvutils.c:
13353         * ps/ggvutils.h:
13354         * ps/gsio.h:
13355         * ps/gtkgs.c: (gtk_gs_set_zoom):
13356
13357         Cleanups
13358
13359 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13360
13361         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13362
13363         Ensure the page is rerendered when changing zoom
13364
13365 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13366
13367         * backend/ev-document.c: (ev_document_base_init),
13368         (ev_document_changed):
13369         * backend/ev-document.h:
13370
13371         Add a changed event that is emitted when the page content
13372         changes. This is necessary to deal with the fact that
13373         in ps backend rendering happen asycrounously.
13374         This makes the ps backend mostly work.
13375
13376         * pdf/xpdf/pdf-document.cc:
13377
13378         Emit changed event
13379
13380         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13381         (ps_document_set_target):
13382
13383         Emit changed event
13384
13385         * shell/ev-view.c: (document_changed_callback),
13386         (ev_view_set_document), (ev_view_set_page):
13387
13388         Redraw on the changed signal
13389
13390 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13391
13392         * configure.ac: Added pt_BR to ALL_LINGUAS.
13393
13394 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13395
13396         * backend/ev-document-bookmarks.c:
13397         (ev_document_bookmarks_get_child): *
13398         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13399         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13400         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13401         (ev_sidebar_bookmarks_destroy),
13402         (ev_sidebar_bookmarks_class_init),
13403         (ev_sidebar_bookmarks_construct), (stack_data_free),
13404         (do_one_iteration), (populate_bookmarks_idle),
13405         (ev_sidebar_bookmarks_clear_document),
13406         (ev_sidebar_bookmarks_set_document): *
13407         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13408         (ev_sidebar_add_page),
13409         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13410         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13411         it displays both the topics and the page numbers.
13412
13413 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13414
13415         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13416         toggle.
13417         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13418         visible.
13419
13420 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13421
13422         * configure.ac: Added en_CA to ALL_LINGUAS.
13423
13424 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13425
13426         * ChangeLog: replace bottom of this ChangeLog (merged history of
13427         ggv and gpdf; where all paths were wrong and most of the files are
13428         not even in this tree) with ChangeLog (from arch) of the shell
13429         code.
13430
13431 2004-12-23  Havoc Pennington  <hp@redhat.com>
13432
13433         * shell/ev-window.c: hook up potentially-questionable "find
13434         results status text" feature - something involving the sidebar or
13435         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13436         might be better in the end.
13437
13438         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13439         with corresponding signal when it should be updated
13440
13441         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13442
13443 2004-12-22  Havoc Pennington  <hp@redhat.com>
13444
13445         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13446         find stuff on other pages, sort of (only returns one result on
13447         invisible pages, to show they have results; updates full results
13448         for a page when you view it). Currently repaints the current page
13449         every time a new result is found on any page, which isn't so nice.
13450
13451 2004-12-22  Havoc Pennington  <hp@redhat.com>
13452
13453         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13454         the document doesn't support find (better ideas?)
13455         (find_bar_search_changed_cb): handle missing document or document
13456         that doesn't support find
13457
13458         * pdf/xpdf/pdf-document.cc: port to implement the new
13459         EvDocumentFindIface
13460
13461         * backend/ev-document-find.c: create a new interface for searching
13462
13463         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13464
13465 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13466
13467         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13468         libevbackend.la.
13469
13470         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13471         EvPrintJob constructor arguments.
13472
13473         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13474         for documents that can export PostScript (page by page).
13475
13476         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13477         
13478         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13479         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13480         (pdf_document_ps_exporter_iface_init:
13481         Implement EvPSExporter.
13482
13483         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13484
13485 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13486
13487         * backend/Makefile.am:
13488         * backend/ev-document-thumbnails.c:
13489         (ev_document_thumbnails_get_type),
13490         (ev_document_thumbnails_get_thumbnail):
13491         * backend/ev-document-thumbnails.h:
13492         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13493         (pixbuf_document_thumbnails_get_thumbnail),
13494         (pixbuf_document_document_thumbnails_iface_init):
13495         * shell/Makefile.am:
13496         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13497         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13498         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13499         * shell/ev-sidebar-thumbnails.h:
13500         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13501         (ev_sidebar_set_document):
13502         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13503         (create_shadow), (ev_pixbuf_add_shadow):
13504         * shell/ev-utils.h:
13505         Add thumbnail support.
13506         
13507 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13508
13509         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13510         (using_postscript_printer): Set up a print dialog for "PostScript
13511         injection" method.
13512
13513         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13514         EvPrintJob.
13515
13516         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13517
13518 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13519
13520         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13521         (ps_document_set_target), (ps_document_get_page_size),
13522         (ps_document_render):
13523         * ps/gtkgs.h:
13524
13525         Fix a few bugs
13526
13527 2004-12-22  Christian Rose  <menthos@menthos.com>
13528
13529         * configure.ac: Added "sv" to ALL_LINGUAS.
13530
13531 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13532
13533         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13534         document supports bookmarks.
13535
13536 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13537
13538         * ps/ggvutils.c: (ggv_file_readable):
13539         * ps/ggvutils.h:
13540         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13541         (gtk_gs_get_postscript):
13542
13543         Remove unused utils
13544
13545 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13546
13547         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13548         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13549         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13550         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13551         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13552         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13553         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13554         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13555         (gtk_gs_set_antialiasing), (ps_document_load),
13556         (ps_document_render):
13557         * ps/gtkgs.h:
13558
13559         Another check point for the ps backend. Now I can get it to show
13560         pages!
13561
13562 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13563
13564         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13565         document setting code.
13566
13567 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13568
13569         * shell/eggfindbar.c: (entry_activate_callback):
13570         Animate the next button when activate is pressed.
13571         
13572 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13573
13574         * shell/ev-window.c: (ev_window_cmd_edit_find),
13575         (update_fullscreen_popup), (ev_window_fullscreen),
13576         (ev_window_unfullscreen), (ev_window_state_event_cb),
13577         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13578         Fix bugs in fullscreen code.
13579         
13580 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13581
13582         * Makefile.am:
13583         * configure.ac:
13584         * pixbuf/Makefile.am:
13585         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13586         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13587         (pixbuf_document_set_page), (pixbuf_document_get_page),
13588         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13589         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13590         (pixbuf_document_render), (pixbuf_document_begin_find),
13591         (pixbuf_document_end_find), (pixbuf_document_finalize),
13592         (pixbuf_document_class_init),
13593         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13594         * pixbuf/pixbuf-document.h:
13595         * shell/Makefile.am:
13596         * shell/ev-application.c: (ev_application_open):
13597         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13598         (ev_window_open):
13599         Add pixbuf backend.
13600         
13601 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13602
13603         * Makefile.am: 
13604         * dvi/dvilib/Makefile.am:
13605         * dvi/Makefile.am:
13606         * configure.ac: Auto*ify dvi and dvi/dvilib
13607
13608         * dvi/Makefile: Remove from CVS
13609         
13610         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13611         confusion.
13612
13613         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13614         
13615         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13616         
13617 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13618
13619         * ps/Makefile.am:
13620         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13621         (gtk_gs_value_adjustment_changed), (compute_size),
13622         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13623         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13624         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13625         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13626         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13627         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13628         (ps_document_load), (ps_document_get_n_pages),
13629         (ps_document_set_page), (ps_document_get_page),
13630         (ps_document_set_target), (ps_document_set_scale),
13631         (ps_document_set_page_offset), (ps_document_get_page_size),
13632         (ps_document_render), (ps_document_begin_find),
13633         (ps_document_end_find), (ps_document_document_iface_init):
13634         * ps/gtkgs.h:
13635         * shell/Makefile.am:
13636         * shell/ev-window.c: (ev_window_open):
13637
13638         Some work to integrate gtkgs with EvDocument
13639
13640 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13641
13642         * shell/ev-window.c: (update_fullscreen_popup),
13643         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13644         (exit_fullscreen_button_clicked_cb),
13645         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13646         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13647         (ev_window_state_event_cb), (ev_window_init):
13648         Add fullscreen support from Epiphany.
13649         
13650 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13651
13652         * data/ev-stock-zoom-fit-width.png: fit-width
13653         stock icon from gpdf.
13654         
13655         * shell/ev-stock-icons.[ch]: copied from gpdf.
13656         
13657         * shell/main.c: (main): init stock icons.
13658         
13659         * shell/ev-window.c: use the fit-width icon.
13660         
13661         * data/evince-ui.xml: add zooming toolbar items.
13662
13663 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13664
13665         * shell/ev-view.c: 
13666         (ev_view_best_fit), (ev_view_fit_width): because
13667         get_page_size() returns the scaled page size, we
13668         need to calculate the scale factor relative to
13669         the previous scale factor. Should really just
13670         add get_real_page_size().
13671
13672 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13673
13674         * shell/ev-view.[ch]:
13675         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13676         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13677         add zooming.
13678         
13679         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13680         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13681         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13682         hook it up.
13683         
13684         * pdf/xpdf/pdf-document.cc:
13685         (pdf_document_begin_find),
13686         (pdf_document_end_find): make static.
13687
13688 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13689
13690         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13691
13692         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13693         names to fontconfig patterns.
13694         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13695
13696         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13697         setupBaseFontsFc.
13698
13699 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13700
13701         * Makefile.am:
13702         * configure.ac:
13703         * ps/Makefile.am:
13704         * ps/ggvutils.c:
13705         * ps/ggvutils.h:
13706         * ps/gsdefaults.c:
13707         * ps/gsdefaults.h:
13708         * ps/gsio.c:
13709         * ps/gsio.h:
13710         * ps/gtkgs.c:
13711         * ps/gtkgs.h:
13712         * ps/ps.c:
13713         * ps/ps.h:
13714
13715         Import ggv backend. Not hooked up yet.
13716
13717 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13718
13719         * shell/main.c: (load_files), (main): load files
13720         from the command line.
13721
13722 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13723
13724         * configure.ac: don't require bonobo.
13725         
13726         * cut-n-paste/recent-files/*: kill bonobo recent
13727         view.
13728
13729         * shell/ev-window.c:
13730         (ev_window_is_empty): upd.
13731         (unable_to_load), (ev_window_open): load backend
13732         based on the mime type.
13733
13734 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13735
13736         * backend/.cvsignore: ignore generated marshalers source.
13737
13738         * shell/main.c (main): this is not epiphany.
13739
13740 2004-12-22  Havoc Pennington  <hp@redhat.com>
13741
13742         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13743         (expose_bin_window): draw find highlights
13744
13745         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13746         
13747         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13748         (pdf_document_end_find): implement this interface
13749
13750         * backend/ev-document.c (ev_document_found): add this to emit
13751         signal
13752
13753 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13754
13755         * data/evince-ui.xml: Add a few more toolbar items.
13756
13757         * shell/ev-window.c: Hook up page navigation toolbar 
13758         items.
13759
13760         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13761         a page-changed signal.
13762
13763         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13764         Add ev_document_get_page().
13765
13766         * shell/ev-window.c: Sensitize/desensitize navigation
13767         actions.
13768
13769 2004-12-21  Havoc Pennington  <hp@redhat.com>
13770
13771         * backend/ev-backend-marshal.c,
13772         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13773         marshaler-generator thingy. I'm sure there's a better way to do
13774         this in the modern world.
13775
13776         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13777         end_find methods and "found" signal.
13778
13779         * configure.ac: find glib-genmarshal
13780
13781 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13782
13783         * shell/ev-sidebar.c: Construct an actual sidebar.
13784         * shell/ev-sidebar-bookmarks.[ch]:
13785         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13786
13787 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13788
13789         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13790         Redo size handling.
13791         
13792         * shell/ev-view.c: Track the size from the document.
13793
13794 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13795
13796         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13797         constructor assumes ownership of the string passed in.
13798         
13799         * shell/ev-window.c (ev_window_open): Destroy the error
13800         dialog once we've displayed it.
13801
13802 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13803
13804         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13805         a bit, it works! (sort of)
13806
13807         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13808         Move to .cc since we need to use C++ in the implementation.
13809
13810         * shell/dummy.cc: Add a CC file to force evince
13811         to be linked as a C++ program.
13812
13813 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13814
13815         * shell/ev-view.[ch]: Start of content-area widget.
13816
13817         * shell/ev-window.c: Create a EvView, update it
13818         as we change documents.
13819
13820         * shell/Makefile.am shell/ev-marshal.list: Add
13821         generated marshalers.
13822
13823 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13824
13825         * Makefile.am (SUBDIRS): move shell.
13826
13827 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13828
13829         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13830         .a to libtool convenience libraries.
13831
13832         * shell/ev-window.c (ev_window_open): Hard code loading
13833         a PDF document.
13834         
13835         * backend/ev-document.h: Add a boolean return to load(),
13836         fix GError * to GError **.
13837
13838         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13839         object for a PDF backend EvDocument.
13840
13841 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13842
13843         * dvi/*: New directory with the beginning of a .dvi backend.
13844
13845 2004-12-21  Havoc Pennington  <hp@redhat.com>
13846
13847         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13848         previous/next instead of back/forward
13849
13850 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13851
13852         * backend/ev-document.[ch]: Fix a couple of problems so
13853         it compile.
13854
13855 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13856
13857         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13858         to backend/ directory, rename EvViewer to EvDocument.
13859
13860 2004-12-21  Havoc Pennington  <hp@redhat.com>
13861
13862         * shell/ev-window.c: hook up the find bar widget; now we just need
13863         a document to find things in
13864
13865         * shell/eggfindbar.c: a find bar widget
13866
13867 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13868
13869         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13870
13871 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13872
13873         * pdf/**: Import of xpdf code from gpdf. 
13874
13875         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13876
13877         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13878         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13879         Fix FreeType includes.
13880
13881         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13882         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13883         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13884         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13885         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13886         Include xpdfconfig.h
13887         
13888 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13889
13890         * shell/ev-window.c (ev_window_dispose): dispose can be called
13891         multiple times.
13892
13893 2004-12-21  Havoc Pennington  <hp@redhat.com>
13894
13895         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13896         rather than Evince
13897
13898         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13899         items; really they should be synced with the strings, etc. from
13900         current gpdf, but just getting the boring typing out of the way 
13901
13902 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13903
13904         * po/POTFILES.in:
13905         * shell/ev-application.c: (window_destroy_cb):
13906         * shell/ev-window.c:
13907         * shell/main.c: (main):
13908
13909         Actually show the window...
13910
13911 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13912
13913         * Makefile.am:
13914         * shell/Makefile.am:
13915         * shell/ev-application.c: (ev_application_class_init):
13916         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13917
13918         Make it build again
13919
13920 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13921
13922         Import to gnome cvs.
13923         
13924         * Remove copies of gpdf and ggv trees.
13925         * Rip out all the recursive configure code.
13926         * Remove bonobo machinery.
13927         * viewer/*: GInterfaces that backends should/can implement.
13928
13929 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13930
13931         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13932         typo
13933
13934 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13935
13936         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13937         (ev_application_finalize, ev_application_class_init)
13938         (ev_application_init): use GType instance private data for priv.
13939
13940         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13941         (ev_window_finalize, ev_window_class_init)
13942         (ev_window_init): ditto.
13943
13944 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13945
13946         * shell/ev-application.c (ev_application_new_window): make public
13947         (ev_application_show_initial_window): kill.
13948
13949         * shell/ev-application.h: update prototypes.
13950
13951         * shell/main.cc (main): inline ev_application_show_initial_window.
13952
13953 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13954
13955         * shell/ev-application.c (ev_application_new_window): impl.
13956         (ev_application_show_initial_window): use it.
13957         (is_window_empty, ev_application_get_empty_window): returns an
13958         existing empty window or a new one.
13959         (ev_application_open): from ev_window_cmd_file_open.
13960
13961         * shell/ev-application.h: update prototypes
13962
13963         * shell/ev-window.c (ev_window_is_empty): impl.
13964         (ev_window_open): make public.
13965         (ev_window_cmd_file_open): use ev_application_open
13966
13967         * shell/ev-window.h: update prototypes, remove unused.
13968
13969 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13970
13971         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13972         move destroy handler out of here...
13973
13974         * shell/ev-application.c, shell/ev-application.h: ...into this new
13975         class. Also handles initial window creation.
13976
13977         * shell/main.cc (main): use EvApplication to create initial
13978         window.
13979
13980 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13981
13982         * Makefile.am (SUBDIRS): add cut-n-paste
13983
13984         * cut-n-paste/Makefile.am: add
13985
13986         * configure.ac: generate Makefiles in cut-n-paste
13987
13988 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13989
13990         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13991         (ev_window_class_init): install ev_window_dispose.
13992
13993 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13994
13995         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13996         char (gchar looks stupid).
13997
13998 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13999
14000         * po/de.po: updated German translation.
14001
14002 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14003
14004         * configure.ac: add more pkg-config library checks for gnome-vfs,
14005         bonobo etc.
14006
14007         * gpdf/configure.in: temporarily disable libpaper
14008         checks. Otherwise I'd have to add the checks for the shell, too.
14009
14010 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14011
14012         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14013         and * file filters to the file choose.
14014
14015 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14016
14017         * po/de.po: Updated German translation.
14018
14019 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14020
14021         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14022
14023 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14024
14025         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14026
14027         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14028         (ev_window_init): implement those menuitems.
14029
14030 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14031
14032         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14033
14034         * shell/ev-window.c (ev_window_init): use the toolbar.
14035
14036 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14037
14038         * shell/ev-window.c (ev_window_init): use menu translations
14039
14040 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14041
14042         * configure.ac: add "de" to ALL_LINGUAS.
14043
14044         * po/de.po: add German translation.
14045
14046 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14047
14048         * Makefile.am (SUBDIRS): add po
14049
14050         * configure.ac: check intltool, glib-gettext etc, generate
14051         po/Makefile.in
14052
14053         * po, po/POTFILES.in, po/POTFILES.skip: new.
14054
14055 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14056
14057         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14058         already use (#ifdef ENABLE_NLS)
14059
14060         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14061         pointer indirection thinko.
14062
14063         * shell/main.c: include gi18n.h for bindtextdomain etc.
14064
14065 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14066
14067         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14068         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14069         tooltips for menu items in the statusbar.
14070
14071 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14072
14073         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14074         pkgdatadir drop UIDIR
14075
14076 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14077
14078         * data/evince-ui.xml: Add File->Open menu item
14079
14080         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14081         chooser), hook it up in the ui manager.
14082
14083 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14084
14085         * shell/ev-window.c: fix Help->About tooltip.
14086
14087 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14088
14089         * configure.ac: set CFLAGS for libevprivate.
14090
14091         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14092         definitions, factory etc.
14093
14094         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14095
14096         * shell/Makefile.am: link against libevprivate.a.
14097
14098         * shell/ev-window.c (entries): add stock icon to Help->About.
14099
14100         * shell/main.c (main): init stock icon code.
14101
14102 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14103
14104         * lib/recent-files: egg recent files code
14105
14106         * lib/Makefile.am: add.
14107
14108         * Makefile.am: add lib subdir.
14109
14110         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14111         set CFLAGS for recent-files.
14112
14113 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14114
14115         * configure.ac: disable -ansi and -pedantic gcc flags. They
14116         disable POSIX stuff in stdio.h, but egg-recent uses them.
14117
14118 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14119
14120         * configure.ac: add --disable-deprecated flag (defaults to on in
14121         "cvs" builds).
14122
14123         * shell/Makefile.am (INCLUDES): use it.
14124
14125 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14126
14127         * shell/main.c: add missing #include.
14128
14129         * shell/ev-window.c: fix for pedantic gcc.
14130         (ev_window_cmd_help_about): split license into paragraphs for
14131         translators and pedantic compilers.
14132
14133 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14134
14135         * configure.ac: add more warning flags if compiling with gcc from
14136         cvs (or explicitly requested with --enable-more-warnings).
14137
14138 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14139
14140         * data/evince-ui.xml: add File and File->Close menu.
14141
14142         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14143         (ev_window_destroy): quit after destroy.
14144         (ev_window_class_init): override GtkObject::destroy.
14145         (entries): install close_window callback.
14146
14147 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14148
14149         * Makefile.am (SUBDIRS): add data subdir.
14150
14151         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14152         gtk+ 2.5.0 for GtkAboutDialog.
14153
14154         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14155         main window.
14156
14157         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14158
14159         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14160         manager.
14161         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14162
14163 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14164
14165         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14166
14167 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14168
14169         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14170
14171 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14172
14173         * shell/*: Added shell directory boilerplate, build it.
14174
14175 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14176
14177         * configure.ac, Makefile.am: Added top-level configure.ac and
14178         Makefile.am