]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make sure thumbnail size returned by the PDF is actually valid. Fixes bug
[evince.git] / ChangeLog
1 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/pdf/ev-poppler.cc:
4         (pdf_document_thumbnails_get_dimensions):
5
6         Make sure thumbnail size returned by the PDF is actually
7         valid. Fixes bug #548462.
8         
9 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * shell/ev-window.c: (ev_window_setup_document),
12         (ev_window_set_document), (ev_window_dispose):
13
14         Remove the idle function for setting the document up when the
15         window is destroyed. Fixes bug #549163.
16         
17 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
18
19         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
20         (ev_job_attachments_dispose), (ev_job_attachments_run),
21         (ev_job_attachments_class_init), (ev_job_attachments_new):
22         * shell/ev-sidebar-attachments.c:
23         (ev_sidebar_attachments_set_document):
24
25         Add a new job to get the attachments in a thread with the document
26         lock held. Fixes bug #548653.
27         
28 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
31         (tiff_document_document_iface_init):
32
33         Implement document_get_page_label in tiff backend.
34         
35 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * backend/tiff/tiff-document.c: (tiff_document_render):
38
39         Handle document orientation in tiff backend. Fixes bug #548444.
40         
41 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
44
45         Do not crash when adjustment page size is 0. Fixes bug #547440.
46         
47 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * cut-n-paste/evmountoperation/ev-mount-operation.c:
50
51         Sync with current GTK+.
52         
53 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
54
55         * configure.ac:
56         
57         Update for release 2.23.6.
58
59 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
60
61         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
62         (ev_job_load_set_password):
63         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
64         * shell/ev-window.c: (password_dialog_response),
65         (ev_window_load_job_cb):
66
67         Fix loading encrypted documents since I broke it with the jobs
68         rework.
69         
70 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
71
72         * NEWS:
73
74         Update NEWS for 2.23.6 release.
75         
76 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
77
78         * backend/impress/impress-document.c:
79         * backend/impress/render.h:
80         * libdocument/ev-document-factory.c:
81         * libdocument/ev-document-factory.h:
82         * libdocument/ev-document-links.h:
83         * libdocument/ev-document-misc.c:
84         * libdocument/ev-document-misc.h:
85         * properties/ev-properties-main.c:
86         * properties/ev-properties-view.c:
87         * properties/ev-properties-view.h:
88         * shell/eggfindbar.c:
89         * shell/eggfindbar.h:
90         * shell/ev-application.c:
91         * shell/ev-application.h:
92         * shell/ev-jobs.h:
93         * shell/ev-message-area.h:
94         * shell/ev-navigation-action.c:
95         * shell/ev-navigation-action.h:
96         * shell/ev-open-recent-action.c:
97         * shell/ev-open-recent-action.h:
98         * shell/ev-page-action-widget.c:
99         * shell/ev-page-action.c:
100         * shell/ev-page-action.h:
101         * shell/ev-page-cache.h:
102         * shell/ev-password-view.h:
103         * shell/ev-password.h:
104         * shell/ev-pixbuf-cache.h:
105         * shell/ev-properties-fonts.c:
106         * shell/ev-sidebar-attachments.c:
107         * shell/ev-sidebar-links.c:
108         * shell/ev-sidebar-links.h:
109         * shell/ev-sidebar-thumbnails.c:
110         * shell/ev-sidebar-thumbnails.h:
111         * shell/ev-sidebar.c:
112         * shell/ev-sidebar.h:
113         * shell/ev-stock-icons.c:
114         * shell/ev-tooltip.h:
115         * shell/ev-view.c:
116         * shell/ev-view.h:
117         * shell/ev-window.c:
118         * shell/ev-window.h:
119         * shell/main.c:
120
121         More #include cleanups. Again: reordering, single gtk.h
122         includes and other stuff.
123
124 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
125
126         * shell/eggfindbar.c:
127         * shell/ev-application.c:
128         * shell/ev-message-area.c:
129         * shell/ev-navigation-action.c:
130         * shell/ev-open-recent-action.c:
131         * shell/ev-page-action-widget.c:
132         * shell/ev-page-action.c:
133         * shell/ev-password-view.c:
134         * shell/ev-properties-dialog.c:
135         * shell/ev-properties-fonts.c:
136         * shell/ev-sidebar-attachments.c:
137         * shell/ev-sidebar-page.c:
138         * shell/ev-sidebar-thumbnails.c:
139         * shell/ev-stock-icons.c:
140         * shell/ev-tooltip.c:
141         * shell/ev-view.c:
142         * shell/ev-window.c:
143         * shell/main.c:
144
145         Cleanup many #include statements: reorder so that a
146         generic-to-specific order is used, use single gtk.h
147         includes, and some other cleanups.
148
149 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * shell/ev-jobs.h:
152
153         Add gio header.
154         
155 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
158         (ev_document_fc_mutex_trylock):
159         * shell/Makefile.am:
160         * shell/ev-job-queue.[ch]:
161         * shell/ev-job-scheduler.[ch]:
162         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
163         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
164         (ev_job_run), (ev_job_cancel), (ev_job_failed),
165         (ev_job_failed_from_error), (ev_job_succeeded),
166         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
167         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
168         (ev_job_links_class_init), (ev_job_render_init),
169         (notify_page_ready), (ev_job_render_page_ready),
170         (ev_job_render_run), (ev_job_render_class_init),
171         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
172         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
173         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
174         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
175         (ev_job_save_dispose), (ev_job_save_run),
176         (ev_job_save_class_init), (ev_job_print_init),
177         (ev_job_print_dispose), (ev_job_print_run),
178         (ev_job_print_class_init):
179         * shell/ev-page-cache.c:
180         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
181         (check_job_size_and_unref), (move_one_job),
182         (copy_job_to_job_info), (add_job),
183         (ev_pixbuf_cache_add_jobs_if_needed):
184         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
185         (job_fonts_finished_cb), (job_fonts_updated_cb),
186         (ev_properties_fonts_set_document):
187         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
188         (ev_sidebar_links_set_document):
189         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
190         (ev_sidebar_thumbnails_set_document),
191         (ev_sidebar_thumbnails_clear_job):
192         * shell/ev-view-private.h:
193         * shell/ev-view.c:
194         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
195         (ev_window_refresh_window_thumbnail), (password_dialog_response),
196         (ev_window_clear_load_job), (ev_window_clear_reload_job),
197         (ev_window_load_job_cb), (ev_window_reload_job_cb),
198         (window_open_file_copy_ready_cb), (ev_window_open_uri),
199         (ev_window_reload_document), (ev_window_clear_save_job),
200         (ev_window_save_job_cb), (file_save_dialog_response_cb),
201         (ev_window_clear_print_job), (ev_window_print_job_cb),
202         (ev_window_print_dialog_response_cb):
203         * shell/main.c: (main):
204
205         Rework the jobs system in order to make it simpler and more
206         extensible. It allows to run jobs in the main loop instead of
207         using a thread when it's appropriate like the fonts job. Now it's
208         also possible to cancel jobs that are currently running. 
209         
210 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * libdocument/ev-debug.c: (profile_init):
213
214         Create the hash table also when profiling service is enabled for
215         all sections.
216         
217 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * libdocument/ev-debug.[ch]: (ev_profiler_start),
220         (ev_profiler_stop):
221         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
222         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
223         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
224         (ev_job_print_run):
225         * shell/main.c: (main):
226
227         Add a profile mode available when debug is enabled. Add profilers
228         in ev-jobs.
229         
230 2008-07-23  Götz Waschk <waschk@mandriva.org>
231
232         * configure.ac: Correctly build desktop file. Fixes
233         bug #544237.
234
235 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
236
237         * configure.ac:
238         
239         Update for release 2.23.5.
240
241 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
242
243         * NEWS:
244
245         Update NEWS for 2.23.5 release.
246         
247 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * shell/ev-window.c: (ev_window_state_event),
250         (ev_window_class_init):
251
252         Intercept window manager's fullscreen request in order to run/stop
253         fullscreen mode. Fixes bug #493541.
254         
255 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
256
257         * shell/ev-window.c: (find_bar_visibility_changed_cb):
258
259         Restart the job search when the find bar is opened for the second
260         time. Fixes bug #531956.
261         
262 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
265         (get_document_from_uri):
266
267         Make sure we always return a valid error struct when
268         get_document_from_uri fails. Fixes nautilus crash, see bug
269         #542548.
270         
271 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
272
273         * libdocument/ev-transition-effect.c
274         (ev_transition_effect_type_get_type),
275         (ev_transition_effect_alignment_get_type),
276         (ev_transition_effect_direction_get_type):
277         
278         Fixes bug #542924. Makes enums static to fix Solaris build.
279
280 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * shell/ev-view.c: (ev_view_key_press_event):
283
284         Add '.' keybinding for blanking the screen in presentation
285         mode. Fixes bug #542001.
286         
287 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * libdocument/ev-document-misc.c:
290         (ev_document_misc_pixbuf_from_surface):
291
292         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
293         #540950.
294         
295 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
296
297         * backend/comics/comics-document.c (comics_document_load):
298         * backend/comics/comicsdocument.evince-backend.in:
299         * configure.ac:
300         * thumbnailer/evince-thumbnailer-comics.schemas.in:
301         
302         Added support for 7-zip based cb7 comic book. Patch by
303         Kartik Rustagi. Fixes bug #532312.
304
305 2008-06-24  Bastien Nocera  <hadess@hadess.net>
306
307         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
308         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
309         Fixes bug #539972.
310
311 2008-06-24  Bastien Nocera  <hadess@hadess.net>
312
313         * shell/Makefile.am:
314         * shell/ev-application.c (ev_application_init),
315         (ev_application_get_media_keys):
316         * shell/ev-application.h:
317         * shell/ev-marshal.list:
318         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
319         (proxy_destroy), (on_media_player_key_pressed),
320         (ev_media_player_keys_init), (ev_media_player_keys_focused),
321         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
322         * shell/ev-media-player-keys.h:
323         * shell/ev-window.c (ev_window_go_previous_page),
324         (ev_window_go_next_page), (ev_window_go_first_page),
325         (ev_window_go_last_page), (ev_window_start_presentation),
326         (ev_window_dispose), (view_actions_focus_in_cb):
327         * shell/ev-window.h: When building with D-Bus support, listen
328         for multimedia key events from gnome-settings-daemon. This allows
329         to go to the next/previous/first/last pages using, respectively,
330         Next/Previous/Rewing/Fast Forward. The Play button is used to start
331         a presentation. Fixes bug #539971.
332
333 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
334
335         * configure.ac:
336         
337         Update for release 2.23.4.
338
339 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * NEWS:
342
343         Update news for 2.23.4 release.
344         
345 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
346
347         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
348         * shell/ev-sidebar-thumbnails.c:
349         (ev_sidebar_thumbnails_set_loading_icon),
350         (ev_sidebar_thumbnails_refresh):
351         * shell/ev-window.c: (ev_window_error_message),
352         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
353         (ev_window_set_document):
354
355         Do not crash opening documents with no pages and show a warning
356         message in the message area. Fixes bugs #537574 and #171588.
357         
358 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * shell/Makefile.am:
361         * shell/ev-file-monitor.[ch]:
362         * shell/ev-window.c: (ev_window_document_changed),
363         (ev_window_clear_reload_job), (ev_window_load_job_cb),
364         (ev_window_reload_job_cb), (ev_window_open_uri),
365         (ev_window_reload_document), (ev_window_cmd_view_reload),
366         (ev_window_dispose):
367
368         Automaticly reload the document when the file has changed on
369         disk. Bug #304249.
370         
371 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
372
373         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
374         * libdocument/ev-image.c: (ev_image_save_tmp):
375         * libdocument/ev-module.c: (ev_module_load):
376         * shell/ev-application.c: (ev_application_shutdown),
377         (ev_application_get_print_settings):
378         * shell/ev-sidebar-attachments.c:
379         (ev_sidebar_attachments_button_press),
380         (ev_sidebar_attachments_drag_data_get):
381         * shell/ev-window.c: (window_save_file_copy_ready_cb),
382         (ev_window_print_finished), (ev_window_print_send),
383         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
384         (ev_window_preview_print_finished), (ev_window_do_preview_print),
385         (ev_window_cmd_preview_print):
386         * shell/main.c: (load_files_remote):
387         Fix some build warnings under GCC 4.3.0. (#537535).
388
389 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * shell/ev-jobs.c: (ev_job_render_dispose):
392
393         Fix a crash in debug mode. Patch by Daniel M German.
394         
395 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * shell/ev-window.c:
398
399         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
400         
401 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * shell/ev-window.c: (ev_window_print_send),
404         (ev_window_do_preview_print):
405
406         Use the window title as print job name instead of just
407         "evince-print". Fixes bug #534493.
408         
409 2008-05-19  Frederic Peters  <fpeters@0d.be>
410
411         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
412         Bug #533897.
413
414 2008-05-19  Frederic Peters  <fpeters@0d.be>
415
416         * help/reference/Makefile.am: added missing libevmountoperation to
417         gtkdoc-scanobj libraries.  Bug #533896.
418
419 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
420
421         * properties/ev-properties-view.c (get_default_user_units):
422         Fixes check for default units string translation. Bug #533323.
423
424 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
425
426         * backend/impress/iksemel.c (sax_core): Fix a free() that should
427         be an iks_free(). Fix an array overflow in the XML parser that
428         would occur whenever the number of attributes in a tag was greater
429         than 0 and divisible by 6. Fixes GNOME bug #530852.
430
431 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * backend/djvu/djvu-document-private.h:
434         * backend/djvu/djvu-links.c:
435         * backend/djvu/djvu-text.c:
436         * backend/djvu/djvu-document.c: (djvu_handle_events),
437         (djvu_wait_for_message), (djvu_document_load),
438         (document_get_page_size), (djvu_document_render),
439         (djvu_document_thumbnails_get_thumbnail),
440         (djvu_document_file_exporter_end):
441
442         Make sure load job doesn't finish successfully when the document
443         is not successfully decoded by libdjvu. Fixes bug #530202.
444         
445 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
446
447         * configure.ac:
448         * libdocument/Makefile.am:
449         * libdocument/ev-debug.[ch]:
450         * libdocument/ev-document.c:
451         * shell/ev-jobs.c: (ev_job_links_dispose),
452         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
453         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
454         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
455         (ev_job_render_page_ready), (ev_job_render_run),
456         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
457         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
458         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
459         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
460         (ev_job_print_new), (ev_job_print_run):
461         * shell/main.c: (main):
462
463         Add debug mode based on gedit code. Add debug messages in
464         ev-jobs.
465         
466 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * libdocument/ev-document-factory.c: (get_document_from_uri):
469
470         Fix memory leak.
471         
472 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
473
474         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
475         (get_mime_type_from_data), (get_document_from_uri),
476         (ev_document_factory_get_document):
477         
478         Improved error message about file opening failture.
479         Bug #529129.
480
481 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
482
483         * data/evince-toolbar.xml:
484         
485         Allow to add SaveAs to toolbar.
486
487 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * shell/ev-view-private.h:
490         * shell/ev-view.[ch]: (ev_view_button_release_event),
491         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
492         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
493         (ev_view_update_primary_selection), (clear_link_selected),
494         (ev_view_copy_link_address):
495         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
496
497         Update also the primary selection when copying a link
498         address. Fixes bug #520855.
499         
500 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * libdocument/ev-document-factory.c: (get_document_from_uri):
503
504         Use the pixbuf backend only when the mime type is not supported by
505         any of the other backend so that tiff documents, for instance, are
506         handled by the tiff backend instead of the pixbuf backend. fixes
507         bug #520290.
508         
509 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * cut-n-paste/Makefile.am:
512
513         Add evmountoperation to subdirs list.
514         
515 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
516
517         * configure.ac:
518
519         Fix libspectre check in configure script. Fixes bug #528549.
520         
521 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * configure.ac:
524         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
525         * shell/Makefile.am:
526         * shell/ev-window.c: (ev_window_load_remote_failed),
527         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
528
529         Add GtkMountOperation (renamed to avoid conflicts) to be able to
530         open documents in remote locations that are not mounted.
531         
532 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
535         (bitmap_convert_msb8):
536         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
537         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
538
539         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
540         
541 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
544         (ev_job_render_new), (ev_job_render_set_selection_info),
545         (ev_job_render_run):
546         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
547         (check_job_size_and_unref),
548         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
549         (add_job), (ev_pixbuf_cache_get_selection_surface):
550
551         Create the render context needed for rendering a page in the render
552         thread so that we don't block the main thread. Simplify
553         EvJobRender API.
554         
555 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * libdocument/Makefile.am:
558         * libdocument/ev-page.[ch]:
559         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
560         (ev_render_context_new), (ev_render_context_set_page):
561         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
562         (ev_form_field_finalize), (ev_form_field_class_init):
563         * libdocument/ev-document-forms.[ch]:
564         (ev_document_forms_get_form_fields):
565         * libdocument/ev-document.[ch]: (ev_document_get_page),
566         (ev_document_get_page_size), (ev_document_get_page_label):
567         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
568         (ev_job_render_run), (ev_job_thumbnail_new),
569         (ev_job_thumbnail_run), (ev_job_print_run):
570         * shell/ev-page-cache.c: (ev_page_cache_new):
571         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
572         (check_job_size_and_unref), (add_job):
573         * shell/ev-sidebar-thumbnails.c: (add_range):
574         * shell/ev-view.c: (ev_view_form_field_get_region),
575         (ev_view_form_field_button_create_widget),
576         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
577         (ev_view_handle_form_field), (ev_view_size_allocate),
578         (get_selected_text):
579         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
580         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
581         (pdf_document_get_page), (pdf_document_get_page_label),
582         (pdf_document_render), (pdf_document_get_info),
583         (pdf_document_document_iface_init),
584         (pdf_document_thumbnails_get_thumbnail),
585         (pdf_document_thumbnails_get_dimensions),
586         (pdf_document_file_exporter_do_page),
587         (pdf_selection_render_selection),
588         (pdf_selection_get_selected_text),
589         (pdf_selection_get_selection_region),
590         (pdf_selection_get_selection_map),
591         (pdf_document_forms_get_form_fields),
592         (pdf_document_forms_form_field_text_get_text),
593         (pdf_document_forms_form_field_text_set_text),
594         (pdf_document_forms_form_field_button_set_state),
595         (pdf_document_forms_form_field_button_get_state),
596         (pdf_document_forms_form_field_choice_get_item),
597         (pdf_document_forms_form_field_choice_get_n_items),
598         (pdf_document_forms_form_field_choice_is_item_selected),
599         (pdf_document_forms_form_field_choice_select_item),
600         (pdf_document_forms_form_field_choice_toggle_item),
601         (pdf_document_forms_form_field_choice_unselect_all),
602         (pdf_document_forms_form_field_choice_set_text),
603         (pdf_document_forms_form_field_choice_get_text):
604         * backend/ps/ev-spectre.c: (ps_document_get_page),
605         (ps_document_get_page_size), (ps_document_get_page_label),
606         (ps_document_render), (ps_document_document_iface_init),
607         (ps_document_file_exporter_do_page):
608         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
609         (tiff_document_render), (tiff_document_render_pixbuf),
610         (tiff_document_file_exporter_do_page):
611         * backend/pixbuf/pixbuf-document.c:
612         (pixbuf_document_get_page_size):
613         * backend/comics/comics-document.c:
614         (comics_document_get_page_size), (comics_document_render_pixbuf):
615         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
616         (djvu_document_render), (djvu_selection_get_selected_text),
617         (djvu_document_thumbnails_get_thumbnail),
618         (djvu_document_file_exporter_do_page),
619         (djvu_document_find_get_result):
620         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
621         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
622         (dvi_document_thumbnails_get_thumbnail),
623         (dvi_document_file_exporter_do_page):
624         * backend/impress/impress-document.c:
625         (impress_document_get_page_size),
626         (impress_document_render_pixbuf):
627         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
628
629         Add EvPage so that we can hold a reference to the backend
630         page. Form fields keep now a reference to the poppler page
631         improving performance since we don't have to create/destroy the
632         poppler field for every form operation. This will be needed for
633         annotations too.
634         
635 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * data/evince-ui.xml:
638         * shell/ev-window.c:
639
640         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
641         
642 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
643
644         * configure.ac:
645         * backend/ps/Makefile.am:
646
647         Remove gs stuff from ps backend.
648         
649 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * configure.ac:
652         * backend/pdf/ev-poppler.cc:
653
654         Bump poppler requirement to 0.8.0.
655         
656 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
657
658         * NEWS:
659         * configure.ac:
660
661         Update for release 2.22.1.1
662
663 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
664
665         * configure.ac:
666
667         Fix build (again) when poppler version is 0.6
668         
669 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * backend/djvu/djvu-links.c: (build_tree):
672
673         Make sure link title is a valid utf8 string. Fixes bug #526517.
674         
675 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * configure.ac:
678
679         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
680         #526799.
681         
682 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
683
684         * configure.ac:
685         
686         Update for release 2.22.1.
687
688 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * NEWS:
691
692         Update for upcoming release.
693
694 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * configure.ac:
697         * backend/dvi/dvidocument.evince-backend.in:
698
699         Add compressed dvi to the list of supported mime types. Patch by
700         Ed Catmur. Fixes bug #307087.
701
702 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * shell/ev-jobs.c: (ev_job_print_get_page_list):
705
706         Fix a crash when printing a range that doesn't specify the start or
707         end page. Fixes bug #524288.
708
709 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * shell/ev-window.c: (ev_window_cmd_continuous),
712         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
713         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
714         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
715         (ev_window_run_presentation), (ev_window_stop_presentation),
716         (ev_window_cmd_view_presentation),
717         (ev_window_cmd_leave_fullscreen),
718         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
719
720         Do not unfullscreen and fullscreen again the window when changing
721         from fullscreen to presentation mode and vice versa. Fixes bug
722         #524112.
723         
724 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
725
726         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
727
728         Do not crash when thumbnail failed to render in PS backend. Fixes
729         bug #525015.
730         
731 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * shell/ev-window.c: (window_open_file_copy_ready_cb),
734         (ev_window_load_file_remote), (ev_window_open_uri):
735
736         Handle errors when opening remote files.
737         
738 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * shell/ev-page-action.c: (ev_page_action_grab_focus):
741
742         Only grab the focus for the current visible proxy widget. Fixes
743         bug #521224.
744         
745 2008-03-30  Emil Soleyman  <emil@nishra.com>
746
747         * shell/ev-window.c: (launch_external_uri):
748         
749         Reuse g_app_info_launch_default_for_uri to
750         save some code and fix bug #525009.
751
752 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
753
754         * shell/ev-window.c (image_save_dialog_response_cb):
755
756         Use g_str_has_suffix. See bug #523069.
757
758 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * configure.ac:
761
762         Add a configure option to enable/diable DBus. Patch by Rémi
763         Cardona. Fixes bug 521797.
764
765 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
768
769         Fix printing in documents with rotated pages. Patch by Eugen
770         Dedu. Fixes bug #512648.
771         
772 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
775         (ev_link_from_action):
776
777         Fix warning messages.
778         
779 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
780
781         * shell/ev-window.c: (image_save_dialog_response_cb):
782
783         Do not append the extension to filename when saving an image
784         if the filename alredy contains the extension. Fixes bug #523069.
785         
786 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * shell/ev-view.[ch]: (ev_view_find_cancel):
789         * shell/ev-window.c: (find_bar_close_cb):
790
791         Cancel the find operation when the find bar is closed. Fixes bug
792         #508845.
793         
794 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * backend/ps/psdocument.evince-backend.in:
797
798         Make ps backend module resident. Fixes bug #520607.
799         
800 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * shell/ev-jobs.c: (ev_job_print_run):
803
804         Invert collate action in order to work as expected, fix reverse
805         printing so that it doesn't start with a blank page and fix number
806         of copies. Patch by Eugen Dedu. Fixes bug #365332.
807         
808 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
811
812         Fix build with poppler <= 0.7.2
813         
814 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * libdocument/ev-document-misc.c:
817         (ev_document_misc_surface_from_pixbuf):
818
819         Fix selections with poppler-splash.
820         
821 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * configure.ac:
824         * backend/pdf/ev-poppler.cc:
825
826         Fix build with poppler >= 0.7.2
827         
828 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
829
830         * configure.ac:
831         
832         Update for release 2.22.0
833
834 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * NEWS:
837
838         Update for upcoming release.
839
840 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
841
842         * shell/ev-window.c (ev_window_print_dialog_response_cb):
843
844         Bug 495107 – Handle print dialog responses correctly
845
846         Correctly handle print dialog response. Properly fixes
847         the above mentioned bug.
848
849 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
852
853         Make sure print job is only run when the print button is
854         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
855         
856 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * backend/pdf/pdfdocument.evince-backend.in:
859         * libdocument/ev-backends-manager.c:
860         (ev_backends_manager_load_backend),
861         (ev_backends_manager_get_document):
862         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
863
864         Allow making backend modules resident. This is needed only for
865         some backends like pdf to avoid registering glib types more than
866         once.
867         
868 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * backend/comics/comics-document.c:
871         * backend/djvu/djvu-document.c:
872         * backend/impress/impress-document.c:
873         * backend/pdf/ev-poppler.cc:
874         * backend/pixbuf/pixbuf-document.c:
875         * backend/ps/ev-spectre.c:
876         * backend/ps/ps-document.c:
877         * backend/tiff/tiff-document.c:
878         * libdocument/ev-document.h:
879         * properties/ev-properties-main.c:
880
881         Use g_type_module_add_interface instead of
882         g_type_add_interface_static. Fixes bug #519679.
883         
884 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
885
886         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
887         Added. Returns whether the animation has everything necessary to run.
888         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
889         is ready just because it's been created. Fixes #519106.
890         (draw_one_page): Do not show the "Loading..." text in presentation
891         mode, there was a slim probability that this could happen.
892
893 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
896
897         Duplicate mime_type string before freeing it so that it doesn't
898         always fail when getting mime type from uri. Fixes bug #518874.
899         
900 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * shell/ev-view.c: (ev_view_form_field_choice_changed):
903
904         Fix a crash when a choice form field doesn't have any item
905         selected. Fixes bug #518831
906         
907 2008-02-25  Alexander Larsson  <alexl@redhat.com>
908
909         * shell/ev-window.c (ev_window_clear_temp_file):
910         Use g_file_has_prefix instead of renamed
911         g_file_contains_file.
912
913         * configure.ac:
914         Require new glib for above change.
915         
916 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * libdocument/ev-image.c: (ev_image_finalize),
919         (ev_image_save_tmp):
920
921         Return a real uri instead of a filename when saving an
922         image. Fixes images drag an drop from evince to nautilus. 
923         
924 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
925
926         * backend/pdf/ev-poppler.cc:
927         (pdf_document_images_get_image_mapping):
928
929         Return the image list in the right order. Fixes bug #516237.
930         
931 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
932
933         * backend/impress/impress-document.c:
934         (impress_document_thumbnails_get_thumbnail):
935
936         Remove unused variable to avoid a compiler warning.
937
938 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
939
940         * configure.ac:
941         
942         Update for release 2.21.91.
943
944 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * configure.ac:
947         * shell/Makefile.am:
948         * shell/ev-application.[ch]:
949         * shell/ev-sidebar-links.c:
950         * shell/ev-utils.[ch]:
951         * shell/ev-window.[ch]:
952
953         Remove libgnomeprint support. Fixes bug #512370.
954         
955 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
956
957         * thumbnailer/evince-thumbnailer.c: (main):
958
959         Initialize glib type system before using it. Fixes bug #513934.
960         
961 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * properties/ev-properties-main.c:
964
965         Add missing #include.
966         
967 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * configure.ac:
970         * backend/djvu/djvu-document.c: (djvu_document_render):
971         * backend/tiff/tiff-document.c: (tiff_document_render):
972
973         Use the new cairo function cairo_format_stride_for_width when
974         available. Fixes bug #482720.
975
976 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
977
978         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
979         (get_mime_type_from_data), (get_document_from_uri):
980
981         Use g_content_type_guess() only when slow is true in
982         get_document_from_uri(). Fix several memory leaks.
983         
984 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
985
986         * libdocument/ev-document-factory.c:
987         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
988         (get_document_from_uri):
989
990         Use g_content_type_guess () to get mimetype for files.
991         Bug #510401.
992
993 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * thumbnailer/Makefile.am:
996
997         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
998         
999 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * configure.ac:
1002
1003         Fix build with --without-libgnome. Fixes bug #512771.
1004         
1005 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1006
1007         * backend/dvi/Makefile.am: Install only dvi
1008         module. Fixes bug #512718.
1009
1010 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1011
1012         * properties/ev-properties-main.c: (nautilus_module_initialize):
1013         
1014         Initialize backends in properties tab. Fixes bug
1015         #512720.
1016
1017 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1018
1019         * properties/Makefile.am: No need to link with 
1020         libraries. Fixes bug #512719.
1021
1022 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1023
1024         * NEWS:
1025         * configure.ac:
1026         
1027         Update for release 2.21.90.
1028
1029 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1030
1031         * shell/ev-window.c: (ev_window_cmd_escape):
1032
1033         Fix compile warning.
1034         
1035 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1038
1039         Fix printing in dvi backend when filename contains white
1040         espaces. Fixes bug #502839.
1041         
1042 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1045         (screensaver_disable_x11):
1046         * shell/Makefile.am:
1047         * shell/xdg-user-dir-lookup.c: Removed
1048         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1049         * shell/ev-view.c: (ev_view_presentation_transition_start):
1050         * shell/ev-window.c: (ev_window_cmd_file_open),
1051         (ev_window_cmd_save_as), (presentation_set_timeout):
1052
1053         Remove #ifdefs that are no longer needed.
1054         
1055 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * shell/ev-view.[ch]: (ev_view_button_release_event),
1058         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1059         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1060         (ev_window_cmd_escape):
1061
1062         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1063         
1064 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * configure.ac:
1067         * backend/comics/comics-document.c: (comics_document_load):
1068         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1069         (ev_attachment_set_property), (ev_attachment_init),
1070         (ev_attachment_save), (ev_attachment_launch_app),
1071         (ev_attachment_open):
1072         * libdocument/ev-document-factory.c: (get_document_from_uri):
1073         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1074         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1075         * shell/ev-jobs.c:
1076         * shell/ev-password.c: (ev_password_dialog_set_property),
1077         (ev_password_dialog_save_password):
1078         * shell/ev-sidebar-attachments.c:
1079         (ev_sidebar_attachments_drag_data_get):
1080         * shell/ev-window-title.c: (get_filename_from_uri):
1081         * shell/ev-window.c: (ev_window_clear_temp_file),
1082         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1083         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1084         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1085         (launch_external_uri), (image_save_dialog_response_cb),
1086         (attachment_save_dialog_response_cb):
1087         * shell/main.c: (load_files), (load_files_remote), (main):
1088         * thumbnailer/evince-thumbnailer.c: (main):
1089
1090         Port to gio and drop gnome-vfs dependency. Fixes bug
1091         #510401. Based on patch by Cosimo Cecchi.
1092         
1093 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1094
1095         * NEWS:
1096
1097         Fixed formatting inconsistencies (spaces vs. tabs)
1098
1099 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1100
1101         * shell/ev-window.c:
1102
1103         Use top/up/bottom/down arrows instead of
1104         first/left/last/right in the toolbar and menu actions.
1105         This fixes issues with RTL languages and is visually
1106         consistent with the page view. Fixes bug #170081.
1107
1108 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1109
1110         * NEWS:
1111
1112         Fixed some inaccuracies pointed out by Carlos Garcia
1113         Campos.
1114
1115 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1116
1117         * NEWS:
1118         * data/evince.schemas.in:
1119         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1120
1121         Override PDF restrictions by default. Fixes bug #382700.
1122
1123 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1124
1125         * NEWS: Updated for upcoming release
1126
1127 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1130
1131         Fix memory leak.
1132         
1133 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1134
1135         * shell/ev-window.c: (register_custom_actions):
1136         
1137         Added comment for translators
1138
1139 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * shell/ev-view.c: (ev_view_button_release_event):
1142
1143         Do not create the idle function for kinetic scrolling if we are
1144         not in a drag operation.
1145
1146 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1149         (ev_view_button_press_event), (ev_view_motion_notify_event),
1150         (ev_view_button_release_event):
1151
1152         Restore cursor after autoscrolling. Fixes bug #509958.
1153
1154 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * configure.ac:
1157         * backend/pdf/ev-poppler.cc:
1158         (pdf_document_images_get_image_mapping),
1159         (pdf_document_images_get_image),
1160         (pdf_document_document_images_iface_init):
1161         * libdocument/ev-document-images.[ch]:
1162         (ev_document_images_get_image_mapping),
1163         (ev_document_images_get_image):
1164         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1165         (ev_image_get_id), (ev_image_save_tmp):
1166         * shell/ev-jobs.c: (ev_job_render_run):
1167         * shell/ev-view.c: (ev_view_drag_data_get):
1168         * shell/ev-window.c: (image_save_dialog_response_cb),
1169         (ev_view_popup_cmd_copy_image):
1170
1171         Do not render images when rendering the page but on demand. It
1172         reduces the memory comsumption.
1173         
1174 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1175
1176         * configure.a:
1177         * shell/ev-password.c:
1178
1179         Make gnome-keyring optional. Fixes bug #509676.
1180         
1181 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1182
1183         * shell/ev-pixbuf-cache.c: (add_job):
1184
1185         Initialize include_images variable as FALSE instead of TRUE.
1186         
1187 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1188
1189         * configure.ac:
1190         * cut-n-paste/Makefile.am:
1191         * cut-n-paste/fileformatchooser/Makefile.am:
1192         * cut-n-paste/fileformatchooser/egg-macros.h:
1193         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1194         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1195         * shell/Makefile.am:
1196         * shell/ev-utils.c:
1197         (file_chooser_dialog_add_writable_pixbuf_formats),
1198         (get_gdk_pixbuf_format_by_extension):
1199         * shell/ev-utils.h:
1200         * shell/ev-window.c: (ev_window_error_message),
1201         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1202         
1203         Simplify image format selection on save.
1204
1205 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1206
1207         * shell/ev-view.c: (ev_view_scroll_event):
1208         
1209         Repair gorizontal scrolling with shift. Fixes
1210         bug #483412.
1211
1212 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1213         
1214         * MAINTAINERS:
1215
1216         Fix formatting issues.
1217         
1218 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1219
1220         * backend/comics/comics-document.c: (comics_regex_quote):
1221         
1222         Don't overquote special chars except of '. See bug 
1223         502500. Thanks to Tom Parker.
1224
1225 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1226
1227         * MAINTAINERS:
1228         
1229         Added Nickolay and Carlos, since they're doing most of
1230         the releases nowadays.
1231
1232 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1233
1234         * properties/Makefile.am:
1235
1236         Get the nautilus extension dir properly instead of using
1237         a hack. Fixes bug #505359.
1238
1239 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1240
1241         * properties/Makefile.am:
1242         
1243         Install nautilus extension into new place. See bug
1244         #505359. Thanks to Matthias Clasen, Brian Pepple and
1245         Damien Carbery.
1246
1247 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1248
1249         * shell/ev-window.c: (ev_window_get_recent_file_label):
1250         
1251         RTL marker in recent file list. See bug #509076.
1252
1253 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1256         * shell/ev-window.c: (image_save_dialog_response_cb):
1257
1258         Fix compile warnings due to unused variables.
1259         
1260 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * configure.ac:
1263         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1264         * backend/ps/ev-spectre.c: (ps_document_render):
1265
1266         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1267
1268 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1269
1270         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1271         (ev_transition_animation_paint): Implement "fade" effect.
1272
1273 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1274
1275         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1276         (ev_transition_animation_paint): Implement "uncover" effect.
1277
1278 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1279
1280         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1281         (ev_transition_animation_paint): Implement "cover" effect.
1282
1283 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1284
1285         * shell/ev-transition-animation.c (ev_transition_animation_push)
1286         (ev_transition_animation_paint): Implement "push" effect.
1287
1288 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1289
1290         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1291         (ev_transition_animation_paint): Implement "dissolve" effect.
1292
1293 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1294
1295         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1296         (ev_transition_animation_paint): Implement "wipe" effect.
1297
1298 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1299
1300         * shell/ev-transition-animation.c (ev_transition_animation_box)
1301         (ev_transition_animation_paint): Implement "box" effect.
1302
1303 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1304
1305         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1306         (ev_transition_animation_paint): Implement "blinds" effect.
1307
1308 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1309
1310         * shell/ev-transition-animation.c (ev_transition_animation_split)
1311         (ev_transition_animation_paint): Implement "split" effect.
1312
1313 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1314
1315         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1316         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1317         (ev_view_transition_animation_start) 
1318         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1319         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1320         (ev_view_next_page) (ev_view_previous_page):
1321         
1322         Use EvTransitionAnimation to drive page changes in the presentation
1323         mode, the animation will wait to start until both the origin and 
1324         destination page surfaces are available. Fixes #458460.
1325
1326         (draw_loading_text):
1327
1328         Remove workaround for bug #320352, it's now fixed properly.
1329
1330
1331 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1332
1333         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1334         will contain the implementations for page transition animations, at
1335         the moment it just has the "replace" effect.
1336         * shell/Makefile.am: Added these files to build.
1337
1338 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1339
1340         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1341         animations.
1342         * shell/Makefile.am: Added these files to build.
1343
1344 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1345
1346         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1347         implementation to get_effect() in EvDocumentTransitionIface.
1348
1349 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1350
1351         * libdocument/ev-transition-effect.[ch]: New files, define a page
1352         transition effect, at the moment it maps PopplerPageTransition to a
1353         GObject.
1354         * libdocument/Makefile.am: Added these files to build.
1355         * libdocument/ev-document-transition.[ch]
1356         (ev_document_transition_get_effect): New method, gets the
1357         EvTransitionEffect returned by the interface implementation, with
1358         fallback to the "replace" effect.
1359
1360 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1361
1362         * configure.ac:
1363         * cut-n-paste/Makefile.am:
1364         * cut-n-paste/fileformatchooser/Makefile.am:
1365         * cut-n-paste/fileformatchooser/egg-macros.h:
1366         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1367         * shell/Makefile.am:
1368         * shell/ev-window.c: (image_save_dialog_response_cb),
1369         (ev_view_popup_cmd_save_image_as):
1370
1371         Allow exporting images in any format supported by
1372         GdkPixbuf. Fixes bug #500209.
1373         
1374 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * backend/pixbuf/pixbuf-document.c:
1377
1378         More warnings fixed.
1379         
1380 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1383         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1384         * backend/djvu/djvu-text.h:
1385         * backend/tiff/tiff-document.c: (tiff_document_render):
1386
1387         Fix compile warnings.
1388         
1389 2007-12-28  Christian Persch  <chpe@gnome.org>
1390
1391         * **/*.c: Include config.h. Bug #504721.
1392
1393 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * configure.ac:
1396         * Makefile.am:
1397         * po/POTFILES.in:
1398         * backend/comics/Makefile.am:
1399         * backend/comics/comics-document.[ch]:
1400         * backend/comics/comicsdocument.evince-backend.in:
1401         * backend/djvu/Makefile.am:
1402         * backend/djvu/djvu-document.[ch]:
1403         * backend/djvu/djvudocument.evince-backend.in:
1404         * backend/dvi/Makefile.am:
1405         * backend/dvi/dvi-document.[c]:
1406         * backend/dvi/dvidocument.evince-backend.in:
1407         * backend/impress/Makefile.am:
1408         * backend/impress/impress-document.[ch]:
1409         * backend/impress/impressdocument.evince-backend.in:
1410         * backend/pdf/Makefile.am:
1411         * backend/pdf/ev-poppler.cc:
1412         * backend/pdf/ev-poppler.h:
1413         * backend/pdf/pdfdocument.evince-backend.in:
1414         * backend/pixbuf/Makefile.am:
1415         * backend/pixbuf/pixbuf-document.[ch]:
1416         * backend/pixbuf/pixbufdocument.evince-backend.in:
1417         * backend/ps/Makefile.am:
1418         * backend/ps/ev-spectre.[ch]:
1419         * backend/ps/ps-document.[ch]:
1420         * backend/ps/psdocument.evince-backend.in:
1421         * backend/tiff/Makefile.am:
1422         * backend/tiff/tiff-document.[ch]:
1423         * backend/tiff/tiffdocument.evince-backend.in:
1424         * libdocument/Makefile.am:
1425         * libdocument/ev-backends-manager.[ch]:
1426         * libdocument/ev-module.[ch]:
1427         * libdocument/ev-document.h:
1428         * libdocument/ev-document-factory.[ch]:
1429         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1430         (get_compression_from_mime_type), (get_document_from_uri),
1431         (ev_document_factory_get_document), (file_filter_add_mime_types),
1432         (ev_document_factory_add_filters):
1433         * shell/Makefile.am:
1434         * shell/ev-window-title.c: (get_filename_from_uri):
1435         * shell/main.c: (main):
1436         * thumbnailer/Makefile.am:
1437         * thumbnailer/evince-thumbnailer.c: (main):
1438
1439         Plugin system for backends. Fixes bug #351348.
1440         
1441 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1442
1443         * shell/ev-view-private.h:
1444         * shell/ev-view.c: (ev_view_drag_update_momentum),
1445         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1446         (ev_view_button_release_event), (ev_view_destroy):
1447         
1448         Kinetic scrolling implemented as requested in
1449         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1450
1451 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1452
1453         * data/evince-toolbar.xml:
1454         * data/evince-ui.xml:
1455         * shell/ev-view-private.h:
1456         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1457         (ev_view_button_press_event), (ev_view_motion_notify_event),
1458         (ev_view_button_release_event), (ev_view_init),
1459         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1460         (ev_view_set_cursor):
1461         * shell/ev-view.h:
1462         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1463         (ev_window_cmd_view_autoscroll):
1464         
1465         Autoscroll feature with the context menu. Fixes bug 
1466         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1467
1468 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1471
1472         Disconnect also page-ready signal when removing a job because the
1473         page size has changed. Thanks to kripken
1474         <kripkensteiner@gmail.com>.
1475
1476 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1477
1478         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1479         
1480         Scroll pages in page entry with mouse wheel. Fixes bug
1481         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1482
1483 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1484
1485         * backend/dvi/Makefile.am:
1486         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1487         (mdvi_cairo_device_init):
1488         * backend/dvi/mdvi-lib/common.h:
1489         * backend/dvi/mdvi-lib/mdvi.h:
1490         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1491         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1492         (mdvi_build_path_from_cwd):
1493
1494         Add ps specials support in dvi backend when libspectre is
1495         present. Fixes bug #386005.
1496         
1497 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * configure.ac:
1500         * backend/ps/Makefile.am:
1501         * backend/ps/ev-spectre.[ch]:
1502         
1503         Use libspectre, if available, for the ps backend. Fixes bugs
1504         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1505
1506 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1507         
1508         * backend/comics/comics-document.c: (comics_document_load):
1509         
1510         Cygwin build issue fix.
1511
1512 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * shell/ev-view.c: (ev_view_set_zoom):
1515
1516         Do not limit the minimum zoom factor when sizing mode is best bit
1517         or fit width. Fixes bug #503805.
1518         
1519 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1522         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1523         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1524         (ev_link_dest_get_property), (ev_link_dest_set_property),
1525         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1526         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1527         (ev_link_dest_new_fitr):
1528         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1529         (goto_fith_dest), (goto_xyz_dest):
1530
1531         Do not change left, top and zoom values when they are null in PDF
1532         destinations. Fixes bug #460658.
1533         
1534 2007-12-10  Christian Persch  <chpe@gnome.org>
1535
1536         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1537         (ev_view_accessible_class_init),
1538         (ev_view_accessible_idle_do_action),
1539         (ev_view_accessible_action_do_action),
1540         (ev_view_accessible_action_get_description),
1541         (ev_view_accessible_action_set_description),
1542         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1543         (ev_view_accessible_factory_init),
1544         (ev_view_accessible_factory_get_accessible_type):
1545         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1546         private data, and G_DEFINE_TYPE. Bug #502843.
1547
1548 2007-12-08  Christian Persch  <chpe@gnome.org>
1549
1550         * shell/ev-metadata-manager.c: (item_free),
1551         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1552         (value_free), (parse_value), (parseItem),
1553         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1554         (save_values): Use GSlice to allocate small amounts of memory. Bug
1555         #475972.
1556
1557 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1560
1561         Restore cursor to normal after a drag operation. Fixes bug
1562         #501603.
1563         
1564 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1565
1566         * NEWS:
1567         * configure.ac:
1568         
1569         Update for release 2.21.1
1570
1571 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * configure.ac:
1574         * cut-n-paste/gedit-message-area/Makefile.am:
1575         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1576         * shell/Makefile.am:
1577         * shell/ev-message-area.[ch]:
1578         * shell/ev-window.c: (ev_window_set_message_area),
1579         (ev_window_error_message_response_cb), (ev_window_error_message),
1580         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1581         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1582         (ev_attachment_popup_cmd_open_attachment),
1583         (attachment_save_dialog_response_cb), (ev_window_set_document),
1584         (ev_window_init):
1585
1586         Use a message area instead of a popup dialog for error
1587         notifications. Fixes bug #337495.
1588         
1589 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1592         (ev_window_run_fullscreen):
1593
1594         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1595         
1596 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * ev-sidebar-thumbnails.c: (update_visible_range),
1599         (ev_sidebar_thumbnails_refresh),
1600         (ev_sidebar_thumbnails_set_document),
1601         (ev_sidebar_thumbnails_support_document):
1602
1603         Show thumbnails for documents with one page. Fixes bug #358751.
1604         
1605 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * shell/ev-window.c:
1608         (ev_window_load_print_settings_from_metadata),
1609         (ev_window_save_print_settings), (ev_window_print_finished),
1610         (ev_window_print_range):
1611
1612         Print settings that are specific to the document are now saved per
1613         document in the metadata file. Fixes bug #488806.
1614         
1615 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1616
1617         * backend/tiff/tiff-document.c: (tiff_document_render):
1618
1619         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1620         
1621 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * shell/ev-application.[ch]: (get_find_string_from_args),
1624         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1625         (ev_application_open_uri_list):
1626         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1627         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1628         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1629         (ev_window_cmd_recent_file_activate),
1630         (ev_window_open_recent_action_item_activated),
1631         (ev_window_print_send), (open_remote_link):
1632         * shell/main.c: (arguments_parse):
1633
1634         Add a command line option for search. Fixes bug #497710.
1635         
1636 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1637
1638         * shell/ev-jobs.c: (ev_job_print_new):
1639
1640         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1641         
1642 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * data/evince-toolbar.xml:
1645         * shell/Makefile.am:
1646         * shell/ev-application.c: (ev_application_init):
1647         * shell/ev-open-recent-action.[ch]:
1648         * shell/ev-window.c:
1649         (ev_window_open_recent_action_item_activated),
1650         (register_custom_actions):
1651
1652         Add an expander to the open toolbar item which pops up a dropdown
1653         menu with the recently used documents. Fixes bug #487215.
1654         
1655 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1656
1657         * shell/ev-window.c: (ev_window_open_uri),
1658         (ev_window_cmd_view_reload):
1659
1660         Do not jump to the first page when reloading by running evince
1661         from the command line. Fixes bug #490847.
1662         
1663 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1664
1665         * shell/ev-window.c: (ev_window_cmd_help_contents):
1666
1667         Plugged memory leak when help file is not found. Fixes bug
1668         #490762.
1669         
1670 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * configure.ac:
1673
1674         Enable djvu, dvi and comics backends by default. Fixes bug
1675         #437121.
1676         
1677 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * configure.ac:
1680         * cut-n-paste/Makefile.am:
1681         * cut-n-paste/recent-files/*: Removed
1682         * help/reference/Makefile.am:
1683         * shell/Makefile.am:
1684         * shell/ev-application.[ch]: (ev_application_shutdown),
1685         (ev_application_init):
1686         * shell/ev-window.c: (ev_window_add_recent),
1687         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1688
1689         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1690         
1691 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1692
1693         * shell/ev-window.c: (launch_external_uri):
1694
1695         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1696         and report error if the URL is not supported (#489910).
1697
1698 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1701         (pdf_document_file_exporter_begin_page),
1702         (pdf_document_file_exporter_end_page):
1703
1704         Fix printing with poppler splash backend. Fixes bug #489774.
1705         
1706 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1707
1708         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1709         * shell/ev-print-job.c: (ev_print_job_class_init):
1710
1711         Fix a crash when printing with the gnome-print dialog. Fixes bug
1712         #488939.
1713         
1714 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1715
1716         * backend/pixbuf/pixbuf-document.c:
1717
1718         Fix an implicit function definition warning (#487655)
1719
1720 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * shell/ev-window.c:
1723
1724         Fix conflicting shortcut for view sade pane and presentation.
1725         
1726 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1727
1728         * backend/pdf/ev-poppler.cc:
1729         (pdf_document_file_exporter_begin_page),
1730         (pdf_document_file_exporter_do_page),
1731         (pdf_document_file_exporter_end_page),
1732         (pdf_document_file_exporter_iface_init):
1733         * libdocument/ev-file-exporter.[ch]:
1734         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1735         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1736         (ev_job_print_run):
1737
1738         When printing multiple pages per sheet in reverse option, do not
1739         invert the order of the pages in every sheet, but the order of the
1740         sheets. Do not print blank pages when page range is invalid. Fixes
1741         bugs #484857 and #485521.
1742         
1743 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1746         (ev_job_print_run):
1747         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1748
1749         Respect ranges order when printing more than one range in random
1750         order.
1751         
1752 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1753
1754         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1755         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1756
1757         Rotate also the window icon when document is rotated. Fixes bug
1758         #474681.
1759         
1760 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1763         (pdf_document_forms_get_form_fields):
1764
1765         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1766         Matthias Drochner.
1767         
1768 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * configure.ac:
1771         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1772
1773         Use poppler_page_render_for_printing() instead of
1774         poppler_page_render() if available when exporting to a ps or pdf
1775         file. Fixes bug #476627.
1776         
1777 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * shell/ev-window.c: (ev_window_run_fullscreen):
1780
1781         Do not show the toolbar in fullscreen mode if the main toolbar is
1782         not visible. Fixes bug #483048.
1783         
1784 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * shell/ev-view.c: (ev_view_button_press_event):
1787
1788         Give priority to form fields over images when deciding whether a
1789         button press event is over an image or form field. It allows edit
1790         form fields when they are over a background image. Fixes bug
1791         #477841.
1792         
1793 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1794
1795         * NEWS:
1796         * configure.ac:
1797         
1798         Update for release 2.20.0
1799
1800 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * backend/pdf/ev-poppler.cc:
1803
1804         Remove #ifdef HAVE_FORMS, so that forms support works again.
1805
1806 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1807
1808         * configure.ac:
1809         * data/evince.desktop.in.in:
1810         
1811         Fixes desktop file issues. See bug #473471.
1812
1813 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1816         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1817         (ev_job_queue_remove_job):
1818         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1819         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1820         * shell/ev-window.c: (ev_window_clear_save_job),
1821         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1822         (ev_window_dispose):
1823
1824         Move save a copy task to its own job so that it's carried out in a
1825         thread avoiding another lock in the main thread. Use
1826         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1827         can be saved to a pathin another file system. Fixes bug #456891.
1828         
1829 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1830
1831         * NEWS:
1832         * configure.ac:
1833         
1834         Update for release 2.19.92
1835
1836 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * configure.ac:
1839         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1840         (pdf_selection_get_selection_region),
1841         (pdf_selection_get_selection_map),
1842         (ev_form_field_from_poppler_field):
1843
1844         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1845         and triple click selections are enabled again now.
1846
1847 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * shell/ev-window.c: (ev_window_add_history):
1850
1851         Make sure not to use the history with documents not supporting
1852         links. Fixes bug #468954.
1853
1854 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * shell/ev-window.c: (ev_window_load_job_cb):
1857
1858         Restart the search when reloading a document with the find bar
1859         visible. Fixes bug #461962.
1860
1861 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * shell/ev-window.c: (setup_document_from_metadata),
1864         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1865
1866         Do not jump to the first page when reloading a document from the
1867         last page.
1868
1869 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * shell/ev-window.c: (update_chrome_flag),
1872         (setup_sidebar_from_metadata),
1873         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1874         (ev_window_cmd_edit_find_next),
1875         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1876         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1877         (find_bar_close_cb), (view_actions_focus_in_cb):
1878
1879         Do not update visibility when changing a chrome flag so that it's
1880         possible to update several flags and update visibility only once
1881         for all of them.
1882
1883 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1886
1887         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1888         supported by gtk+. Fixes bug #460907.
1889
1890 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * shell/ev-view.c: (view_update_range_and_current_page):
1893
1894         Make sure current-page <= end-page in continuous mode. Fixes bug
1895         #454950.
1896
1897 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * backend/pdf/ev-poppler.cc: (build_tree):
1900
1901         Ignore outline items without a title. Fixes bug #453913.
1902
1903 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1906         (ev_view_button_release_event), (ev_view_leave_notify_event):
1907
1908         Use always drag mouse cursor during a drag operation. Fixes bug
1909         #470564.
1910
1911 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1914         (pdf_selection_get_selection_region),
1915         (pdf_selection_get_selection_map):
1916
1917         Temporarily disable double and triple selections since it depends on
1918         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1919         released and the update of the external dependency minimal version
1920         approved.
1921
1922 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1923
1924         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1925         (pdf_document_file_exporter_do_page):
1926         * libdocument/ev-file-exporter.h:
1927         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1928         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1929
1930         Actually fix printing regressions. Remove orientation from
1931         EvPrintContext since it's redundant.
1932
1933 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1934
1935         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1936         * backend/impress/impress-document.c:
1937         (impress_document_document_iface_init):
1938         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1939         * backend/djvu/djvu-document.c:
1940         (djvu_document_document_iface_init),
1941         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1942         * backend/tiff/tiff-document.c:
1943         (tiff_document_document_iface_init):
1944         * backend/pixbuf/pixbuf-document.c:
1945         (pixbuf_document_document_iface_init):
1946         * backend/comics/comics-document.c:
1947         (comics_document_document_iface_init):
1948         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1949         (pdf_selection_render_selection),
1950         (pdf_selection_get_selected_text),
1951         (pdf_selection_get_selection_region),
1952         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1953         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1954         (ev_selection_get_selection_region),
1955         (ev_selection_get_selection_map):
1956         * libdocument/ev-document.[ch]:
1957         * shell/ev-pixbuf-cache.[ch]: (add_job),
1958         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1959         * shell/ev-view-private.h:
1960         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1961         (ev_job_render_run):
1962         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1963         * shell/ev-view.c: (start_selection_for_event),
1964         (ev_view_button_press_event), (ev_view_drag_data_get),
1965         (ev_view_drag_data_received), (ev_view_button_release_event),
1966         (compute_new_selection_text), (compute_selections),
1967         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1968         (ev_view_primary_get_cb):
1969
1970         Add support for double and triple click selections.
1971
1972 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1973
1974         * NEWS:
1975         * configure.ac:
1976
1977         Update for release 2.19.4
1978
1979 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1980
1981         * shell/ev-view-private.h:
1982         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1983         (ev_view_set_highlight_search):
1984         * shell/ev-view.h:
1985         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1986         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1987         (find_bar_visibility_changed_cb):
1988         
1989         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1990
1991 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1994         (pdf_document_file_exporter_begin),
1995         (pdf_document_file_exporter_do_page):
1996         * shell/ev-jobs.c: (ev_job_print_run):
1997         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1998
1999         Create always a portrait cairo surface and rotate when needed for
2000         landscape. It fixes printing problems in real printers.
2001
2002 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2005         * libdocument/ev-file-exporter.[ch]:
2006         (ev_file_exporter_get_capabilities):
2007         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2008         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2009
2010         Adjust number of pages per row according to page orientation when
2011         printing 2 or 6 pages per sheet.
2012
2013 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * shell/ev-window.c: (ev_window_print_send):
2016
2017         Reset also cups setting to 1 when printing multiple pages per
2018         sheet. Fixes bug #468853.
2019
2020 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * libdocument/ev-document-misc.c:
2023         (ev_document_misc_surface_rotate_and_scale):
2024
2025         Use directly cairo_surface_get_content() when creating a similar
2026         surface as suggested by Jeff Muizelaar. Thanks again.
2027
2028 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * backend/djvu/djvu-document.c: (djvu_document_render):
2031         * backend/tiff/tiff-document.c: (tiff_document_render):
2032         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2033         * libdocument/ev-document-misc.c:
2034         (ev_document_misc_surface_from_pixbuf),
2035         (ev_document_misc_surface_rotate_and_scale):
2036
2037         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2038         creating page surfaces. Fixes bug #453123. Thank you very much to
2039         Jeff Muizelaar <jeff@infidigm.net>.
2040
2041 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-page-cache.c: (ev_page_cache_new),
2044         (ev_page_cache_get_thumbnail_size):
2045         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2046         (ev_sidebar_thumbnails_set_loading_icon):
2047
2048         Also store in page-cache the dimensions of the thumbnails so that
2049         they can be used to create the correct loading icon in the side
2050         pane. Fixes bug #466857.
2051
2052 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2053
2054         * backend/pdf/ev-poppler.cc:
2055         (pdf_document_thumbnails_get_thumbnail):
2056
2057         Fix thumbnails rotation in pdf documents that include embedded 
2058         thumbnails.
2059
2060 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2061
2062         * backend/pdf/ev-poppler.cc:
2063
2064         Don't use #ifdef in macro expansion. Some compilers don't
2065         like that. Closes bug #467042.
2066
2067 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2068
2069         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2070         
2071         Fixes memory leak in djvu backend.
2072
2073 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2074
2075         * data/icons/32x32/Makefile.am:
2076         * data/icons/32x32/actions/Makefile.am:
2077         * data/icons/32x32/actions/view-page-cont.svg:
2078         * data/icons/32x32/actions/view-page-facing.svg:
2079         * data/icons/48x48/Makefile.am:
2080         * data/icons/48x48/actions/Makefile.am:
2081         * data/icons/48x48/actions/view-page-cont.svg:
2082         * data/icons/48x48/actions/view-page-facing.svg:
2083         
2084         Icons for a new sizes.
2085
2086 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2087
2088         * shell/ev-page-cache.c: (build_height_to_page),
2089         (ev_page_cache_get_height_to_page):
2090         
2091         Fixes invalid read, see bug #466401.
2092
2093 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2096         (set_drag_cursor):
2097         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2098         (configure_item_cursor), (new_pixbuf_from_widget):
2099
2100         Fix multihead problems in toolbar editor. Fixes bug #382055.
2101
2102 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * shell/ev-window.c: (ev_window_cmd_file_open),
2105         (ev_window_cmd_save_as):
2106
2107         Use g_get_user_special_dir when available instead of
2108         xdg_user_dir_lookup.
2109
2110 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2111
2112         * MAINTAINERS:
2113         
2114         Updated according to request on desktop-devel.
2115
2116 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2119
2120         Do not use cairo_rectangle and cairo_clip since we are
2121         not using cairo_fill but cairo_paint. Use the same cairo context
2122         for every page in the same expose event.
2123
2124 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2125
2126         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2127         leak.
2128
2129 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * configure.ac:
2132         * NEWS:
2133
2134         Release 0.9.3
2135
2136 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * libdocument/ev-document-info.h:
2139         * libdocument/ev-document.h:
2140         * shell/ev-page-action.h:
2141         * shell/ev-sidebar-links.h:
2142
2143         Fix a headers problem with ev-link
2144         
2145         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2146         * shell/ev-view-private.h:
2147         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2148         (get_link_area), (ev_view_query_tooltip),
2149         (ev_view_leave_notify_event), (ev_view_destroy),
2150         (ev_view_class_init):
2151
2152         Use new gtk tooltips when available instead of ev-tooltip.
2153         
2154 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2155
2156         * shell/ev-window.c: (update_chrome_visibility),
2157         (ev_window_sidebar_visibility_changed_cb):
2158
2159         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2160         
2161 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * shell/ev-navigation-action.c:
2164         (ev_navigation_action_history_changed),
2165         (ev_navigation_action_set_history):
2166         * shell/ev-navigation-action-widget.c:
2167         (ev_navigation_action_widget_init):
2168         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2169
2170         Fix compile warnings.
2171         
2172 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2175         (egg_editable_toolbar_dispose):
2176
2177         Fix memory leak.
2178         
2179 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2182         (screensaver_disable_x11):
2183         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2184         * shell/ev-window.c: (presentation_set_timeout):
2185         * shell/ev-view.c: (ev_view_presentation_transition_start):
2186
2187         Use g_timeout_add_seconds instead of g_timeout_add when
2188         available.
2189         
2190 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2193
2194         Set horizontal scrollbar policy to AUTOMATIC instead of
2195         NEVER. Workaround for bug #449462.
2196         
2197 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * shell/ev-jobs.c: (ev_job_render_page_ready):
2200
2201         Add page_ready callback to main loop with high priority and hold
2202         a reference to job during idle.
2203         
2204 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * configure.ac:
2207         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2208         (pdf_document_file_exporter_begin),
2209         (pdf_document_file_exporter_do_page),
2210         (pdf_document_file_exporter_get_capabilities):
2211         * libdocument/ev-file-exporter.h:
2212         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2213         * shell/ev-window.c: (ev_window_print_send),
2214         (ev_window_print_dialog_response_cb):
2215
2216         Allow printing multiple pages per sheet. Fixes bug #395573.
2217         
2218 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2219
2220         * shell/ev-view.c: (tip_from_link):
2221         
2222         Check for NULL, fixes bug #460862.
2223
2224 2007-07-29  Christian Persch  <chpe@gnome.org>
2225
2226         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2227         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2228         (ev_window_cmd_preview_print):
2229         
2230         Fixes bug #437681 - blocks while enumerating printers.
2231
2232 2007-07-29  Christian Persch  <chpe@gnome.org>
2233
2234         * shell/ev-window.c: (ev_window_screen_changed):
2235         
2236         Don't use deprecated gtk+ function. See bug #460909.
2237
2238 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * shell/ev-utils.c: (get_num_monitors):
2241         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2242
2243         Do not use display before initializing it. Remove compile
2244         warnings.
2245
2246 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2247
2248         * shell/ev-view.c: (ev_view_class_init):
2249         
2250         Unix-like hjkl bindings added. See bug #458111.
2251
2252 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2253
2254         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2255         * shell/ev-utils.h:
2256         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2257         (ev_view_update_view_size):
2258         * shell/ev-view.h:
2259         * shell/ev-window.c: (ev_window_update_actions),
2260         (setup_view_from_metadata), (ev_window_screen_changed),
2261         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2262         (zoom_control_changed_cb):
2263         * shell/ev-window.h:
2264         
2265         Reorganizes utility functions.
2266
2267 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2270         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2271         (add_job), (ev_pixbuf_cache_get_surface),
2272         (ev_pixbuf_cache_get_link_mapping),
2273         (ev_pixbuf_cache_get_image_mapping),
2274         (ev_pixbuf_cache_get_form_field_mapping),
2275         (ev_pixbuf_cache_get_text_mapping):
2276         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2277         (notify_page_ready), (ev_job_render_page_ready),
2278         (ev_job_render_run):
2279
2280         Add page_ready signal to notify that page is ready as soon as
2281         possible even if other page elements like links, forms, images or
2282         text mapping are not ready yet.
2283
2284 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2287         (dvi_document_file_exporter_do_page),
2288         (dvi_document_file_exporter_get_capabilities),
2289         (dvi_document_file_exporter_iface_init):
2290         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2291         (ps_document_file_exporter_do_page),
2292         (ps_document_file_exporter_get_capabilities),
2293         (ps_document_file_exporter_iface_init):
2294         * backend/djvu/djvu-document.c:
2295         (djvu_document_file_exporter_begin),
2296         (djvu_document_file_exporter_end),
2297         (djvu_document_file_exporter_get_capabilities),
2298         (djvu_document_file_exporter_iface_init):
2299         * backend/tiff/tiff-document.c:
2300         (tiff_document_file_exporter_begin),
2301         (tiff_document_file_exporter_get_capabilities),
2302         (tiff_document_document_file_exporter_iface_init):
2303         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2304         (pdf_document_file_exporter_do_page),
2305         (pdf_document_file_exporter_get_capabilities),
2306         (pdf_document_file_exporter_iface_init):
2307         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2308         (ev_file_exporter_get_capabilities):
2309         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2310         (idle_print_handler), (ev_print_job_print):
2311         * shell/ev-jobs.c: (ev_job_print_run):
2312         * shell/ev-window.c: (ev_window_print_send),
2313         (ev_window_print_range):
2314
2315         Use capabilities to know which options should be offered by the
2316         print dialog depending on the document backend.
2317
2318 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2321
2322         Give priority to forms over text to set the cursor.
2323
2324 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2325
2326         * shell/ev-view-private.h:
2327         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2328         (ev_view_leave_notify_event), (ev_view_finalize),
2329         (ev_view_get_property), (ev_view_class_init):
2330
2331         Use IBEAM cursor for text form fields and NORMAL cursor for read
2332         only fields. Remove unused status attribute.
2333
2334 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2337
2338         Update region for current selected items also for checkbox
2339         buttons, since they can behave as radio buttons when they are in a
2340         set.
2341
2342 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * configure.ac:
2345         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2346
2347         Get max length of text form fields.
2348
2349 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2352         * libdocument/ev-form-field.h:
2353         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2354
2355         Fix build with current poppler cvs head.
2356
2357 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2358
2359         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2360         * shell/eggfindbar.c: (egg_find_bar_init):
2361
2362         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2363         deprecation. Fixes bug #455667
2364
2365 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2366
2367         * NEWS:
2368         * configure.ac:
2369         
2370         Update for release 0.9.2
2371
2372 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * shell/ev-view.c: (ev_view_form_field_text_save),
2375         (ev_view_form_field_choice_save):
2376
2377         Fix a crash when closing whith a form widget visible.
2378
2379 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2382
2383         Update also the region of the current selected button when
2384         clicking on another button if they are radio buttons.
2385
2386 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2389         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2390         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2391         (ev_pixbuf_cache_get_link_mapping),
2392         (ev_pixbuf_cache_get_image_mapping),
2393         (ev_pixbuf_cache_get_form_field_mapping),
2394         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2395         * shell/ev-view.c: (ev_view_form_field_get_region),
2396         (ev_view_form_field_button_create_widget),
2397         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2398         (job_finished_cb):
2399
2400         Redraw only form field region instead of the whole page when
2401         reloading a page to show changes on the form field.
2402
2403 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2404
2405         * shell/ev-view.c: (ev_view_form_field_choice_save):
2406
2407         Fix selection of first item in list form fields.
2408
2409 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2412         (ev_pixbuf_cache_reload_page),
2413         (ev_pixbuf_cache_get_form_field_mapping):
2414
2415         Some refactoring to avoid duplicated code.
2416
2417 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * configure.ac:
2420         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2421         (ev_form_field_from_poppler_field),
2422         (pdf_document_forms_get_form_fields),
2423         (pdf_document_forms_form_field_text_get_text),
2424         (pdf_document_forms_form_field_text_set_text),
2425         (pdf_document_forms_form_field_button_set_state),
2426         (pdf_document_forms_form_field_button_get_state),
2427         (pdf_document_forms_form_field_choice_get_item),
2428         (pdf_document_forms_form_field_choice_get_n_items),
2429         (pdf_document_forms_form_field_choice_is_item_selected),
2430         (pdf_document_forms_form_field_choice_select_item),
2431         (pdf_document_forms_form_field_choice_toggle_item),
2432         (pdf_document_forms_form_field_choice_unselect_all),
2433         (pdf_document_forms_form_field_choice_set_text),
2434         (pdf_document_forms_form_field_choice_get_text),
2435         (pdf_document_document_forms_iface_init):
2436         * libdocument/Makefile.am:
2437         * libdocument/ev-form-field.[ch]:
2438         * libdocument/ev-document-forms.[ch]:
2439         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2440         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2441         (add_job), (ev_pixbuf_cache_reload_page),
2442         (ev_pixbuf_cache_get_form_field_mapping):
2443         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2444         * shell/ev-view-private.h:
2445         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2446         (ev_view_handle_cursor_over_xy),
2447         (ev_view_get_form_field_at_location),
2448         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2449         (ev_view_form_field_button_create_widget),
2450         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2451         (ev_view_form_field_text_create_widget),
2452         (ev_view_form_field_choice_save),
2453         (ev_view_form_field_choice_changed),
2454         (ev_view_form_field_choice_create_widget),
2455         (ev_view_handle_form_field), (ev_view_size_allocate),
2456         (ev_view_realize), (draw_end_presentation_page),
2457         (ev_view_button_press_event), (ev_view_remove_all),
2458         (ev_view_motion_notify_event), (ev_view_key_press_event),
2459         (ev_view_enter_notify_event), (highlight_find_results),
2460         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2461         (ev_view_class_init), (page_changed_cb),
2462         (on_adjustment_value_changed), (ev_view_set_presentation),
2463         (merge_selection_region), (ev_view_set_cursor),
2464         (ev_view_reset_presentation_state):
2465         
2466         Merge evince-forms branch.
2467
2468 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2469
2470         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2471
2472         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2473         This script also updates itself from libegg
2474
2475         * cut-n-paste/toolbar-editor/egg*:
2476         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2477         libegg
2478
2479 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2480
2481         * shell/ev-window.c:
2482         
2483         Adds a nice icon to page action during toolbar editing.
2484         See bug #452872.
2485
2486 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2487
2488         * data/evince-toolbar.xml:
2489         * shell/ev-window.c:
2490         
2491         Let user add a presentation and fullscreen icons on toolbar.
2492         See bug #449734.
2493
2494 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2495
2496         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2497
2498         new script to keep in sync with toolbareditor in libegg
2499
2500         * cut-n-paste/toolbar-editor/*: 
2501
2502         Run update-toolbareditor-from-libegg so we are in sync again. 
2503         Fixes bug #452850.
2504         
2505
2506 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * shell/ev-sidebar-links.c: (job_finished_callback):
2509
2510         Do not connect selection changed signal more than once. Fixes bug
2511         #349433.
2512
2513 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2514
2515         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2516
2517         Do not change sidebar chrome flag when pressing F9 key in
2518         presentation mode.
2519
2520 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2521
2522         * backend/pdf/ev-poppler.cc:
2523         (pdf_document_thumbnails_get_dimensions):
2524
2525         Make sure thumbnails width and height is not <= 0. Fixes a crash
2526         with some pdf documents which have really small pages.
2527
2528 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2529
2530         * shell/main.c: (main):
2531
2532         Fixes program description translation issue.
2533         Bug #450148.
2534
2535 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2536
2537         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2538
2539         Do not change current page when returning from black/white mode
2540         in presentation. Fixes bug #415032.
2541
2542 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2543
2544         * NEWS:
2545         * configure.ac:
2546         
2547         Update for release 0.9.1
2548
2549 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2550
2551         * backend/dvi/dvi-document.c:
2552         (dvi_document_finalize),
2553         (dvi_document_file_exporter_format_supported),
2554         (dvi_document_file_exporter_begin),
2555         (dvi_document_file_exporter_do_page),
2556         (dvi_document_file_exporter_end),
2557         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2558         
2559         PDF exporter for dvi documents. Fixes bug #441319.
2560
2561 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * shell/ev-window.c: (ev_window_clear_print_job):
2564
2565         Clear gtk print job when job has finished. Fixes bug #447612.
2566
2567 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * shell/ev-window.c: (ev_window_print_send),
2570         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2571
2572         Add preview button to print dialog. Fixes bug #445419.
2573
2574 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * backend/dvi/Makefile.am:
2577         * backend/dvi/pixbuf-device.[ch]: Removed
2578         * backend/dvi/cairo-device.[ch]: Added
2579         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2580         * backend/dvi/dvi-document.c: (dvi_document_load),
2581         (dvi_document_render), (dvi_document_finalize),
2582         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2583         (dvi_document_do_color_special):
2584         * libdocument/ev-document-misc.[ch]:
2585         (ev_document_misc_pixbuf_from_surface):
2586
2587         Port dvi backend to cairo and fix a problem with colors. 
2588
2589 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2590
2591         * shell/ev-view.c: (draw_one_page):
2592
2593         Draw only visible region.
2594
2595 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * backend/djvu/djvu-document.c: (djvu_document_render):
2598
2599         Fix rotation in djvu backend.
2600
2601 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2604         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2605         (ev_pixbuf_cache_get_image_mapping),
2606         (ev_pixbuf_cache_get_text_mapping):
2607
2608         Redraw view every time we have a new surface. Fixes bug #443587.
2609
2610 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * libdocument/ev-document.c: (ev_document_info_free):
2613
2614         Fix memory leaks.
2615
2616 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2617
2618         * backend/dvi/dvi-document.c: (dvi_document_render),
2619         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2620         * backend/impress/impress-document.c:
2621         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2622         (impress_document_render), (impress_document_document_iface_init),
2623         (impress_document_thumbnails_get_thumbnail):
2624         * backend/djvu/djvu-document-private.h:
2625         * backend/djvu/djvu-document.c: (djvu_document_render),
2626         (djvu_document_finalize), (djvu_document_document_iface_init),
2627         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2628         * backend/tiff/tiff-document.c: (tiff_document_render),
2629         (tiff_document_render_pixbuf),
2630         (tiff_document_document_iface_init):
2631         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2632         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2633         (pdf_selection_render_selection):
2634         * backend/comics/comics-document.c:
2635         (comics_document_render_pixbuf), (comics_document_render),
2636         (comics_document_document_iface_init):
2637         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2638         (pixbuf_document_document_iface_init):
2639         * libdocument/ev-document-misc.[ch]:
2640         (ev_document_misc_surface_from_pixbuf),
2641         (ev_document_misc_surface_rotate_and_scale):
2642         * libdocument/ev-document.[ch]: (ev_document_render):
2643         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2644         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2645         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2646         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2647         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2648         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2649         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2650         (render_finished_cb), (ev_job_render_run):
2651         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2652         (merge_selection_region):
2653
2654         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2655         and selections.
2656
2657 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2658
2659         * shell/ev-window-title.c: (ev_window_title_update):
2660
2661         Fix memory leak.
2662
2663 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * shell/ev-view.c: (draw_loading_text):
2666
2667         Show loading text centered. Fixes bug #433061
2668
2669 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * shell/ev-sidebar-thumbnails.c:
2672         (ev_sidebar_thumbnails_set_loading_icon):
2673
2674         Remove a mutex in the main thread that blocks the UI in heavy
2675         documents.
2676
2677 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2680
2681         Set points_set to TRUE so that selections don't disappear after a
2682         zoom change.
2683
2684 2007-06-07  Michael Monreal  <infernux@web.de>
2685
2686         * data/icons/16x16/actions/Makefile.am:
2687         * data/icons/16x16/actions/zoom.svg:
2688         * data/icons/22x22/actions/Makefile.am:
2689         * data/icons/22x22/actions/zoom.svg:
2690         * data/icons/24x24/actions/Makefile.am:
2691         * shell/ev-stock-icons.c:
2692         * shell/ev-stock-icons.h:
2693         * shell/ev-window.c:
2694         
2695         Zoom icon artwork. See bug #444795.
2696
2697 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2698
2699         * shell/ev-metadata-manager.c: Remove extraneous function
2700         (Closes: #444386)
2701
2702 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2703
2704         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2705         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2706         (ev_metadata_manager_set), (ev_metadata_manager_save):
2707         Simplify the timeout, no need for modified anymore
2708
2709 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2710
2711         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2712         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2713         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2714         (ev_metadata_manager_save): Adapted patch from Arjan van de
2715         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2716         time, saves on power (Closes: #443851)
2717
2718 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * configure.ac:
2721         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2722         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2723
2724         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2725
2726 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2727
2728         * shell/ev-window.c: (ev_window_add_history):
2729
2730         Check if history is NULL
2731
2732 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2733
2734         * libdocument/ev-image.c: (ev_image_finalize):
2735         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2736         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2737         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2738         (ev_tmp_uri_unlink):
2739
2740         Add functions to delete temporary files created by evince in a safe
2741         way.
2742
2743         * shell/ev-window.c: (ev_window_clear_local_uri),
2744         (open_xfer_update_progress_callback),
2745         (save_xfer_update_progress_callback), (ev_window_save_remote),
2746         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2747         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2748         (attachment_save_dialog_response_cb),
2749         (ev_attachment_popup_cmd_save_attachment_as):
2750
2751         Allow saving a copy of a document, image or attachment to a remote
2752         location. Fixes bug #440754. 
2753
2754 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * configure.ac:
2757         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2758
2759         Fix build with current poppler from cvs head. 
2760
2761 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2762
2763         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2764
2765         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2766         directory exists.
2767
2768 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2769
2770         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2771         * shell/ev-window.c:
2772
2773         Change sidebar ordering. Fixes bug #439939.
2774
2775 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2776
2777         * backend/comics/Makefile.am:
2778         
2779         Fixes build with --without-libgnome.
2780
2781 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2782         
2783         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2784
2785         Update cursor and tooltip on page change and view scroll. Fixes bug
2786         #439217.
2787
2788 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2789
2790         * NEWS:
2791         * configure.ac:
2792         
2793         Update for release 0.9.0
2794
2795 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2796
2797         * backend/djvu/djvu-document-private.h:
2798         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2799         (djvu_document_finalize),
2800         (djvu_document_file_exporter_format_supported),
2801         (djvu_document_file_exporter_begin),
2802         (djvu_document_file_exporter_do_page),
2803         (djvu_document_file_exporter_end),
2804         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2805         
2806         Implemented printing with djvu. Bug #437998.
2807
2808 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * backend/impress/zip.c:
2811         Add missing ulong definition.
2812
2813         * backend/ps/ps-interpreter.c:
2814         Add missing headers.
2815
2816         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2817
2818 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2819
2820         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2821
2822         Add missing call to parent class dispose method. 
2823
2824 2007-05-12  Ross Burton  <ross@openedhand.com>
2825
2826         * shell/main.c:
2827         Sync keybindings manually when building without libgnome
2828         (#437925).
2829
2830 2007-05-12  Ross Burton  <ross@openedhand.com>
2831
2832         * shell/ev-window.c:
2833         Respect the screen when opening help (#437866).
2834
2835 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * data/evince-ui.xml:
2838         * shell/ev-application.[ch]: (get_print_settings_from_args),
2839         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2840         (ev_application_open_uri_list):
2841         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2842         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2843         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2844         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2845         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2846         (ev_window_dispose):
2847         * shell/main.c: (arguments_parse):
2848
2849         Add print button in preview mode. Fixes bug #396475. 
2850
2851 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2852
2853         * cut-n-paste/zoom-control/ephy-zoom.h:
2854         
2855         Fixes zoom level factors. See bug #408119 for details.
2856
2857 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2858
2859         * backend/comics/comics-document.c: (comics_regex_quote),
2860         (extract_argv):
2861         
2862         Correctly quote symbols. Fixes crash in the bug
2863         #415370.
2864
2865 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2866
2867         * shell/ev-navigation-action-widget.c:
2868         (ev_navigation_action_widget_init),
2869         (ev_navigation_action_widget_class_init),
2870         (ev_navigation_action_widget_button_press_event):
2871         
2872         Connect to button-press event on correct widget. Fixes
2873         bug #431988
2874
2875 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2876
2877         * shell/ev-application.c: (ev_application_open_window),
2878         (ev_application_add_icon_path_for_screen),
2879         (ev_application_open_uri_at_dest):
2880         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2881         * shell/ev-navigation-action.c: (build_menu):
2882         
2883         Add app-specific icons to our icon theme. Fixes bug
2884         #425508.
2885
2886 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2887
2888         * shell/ev-history.c: (ev_history_class_init),
2889         (ev_history_add_link):
2890         * shell/ev-history.h:
2891         * shell/ev-navigation-action.c:
2892         (ev_navigation_action_history_changed),
2893         (ev_navigation_action_set_history), (build_menu),
2894         (ev_navigation_action_finalize):
2895         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2896         
2897         Make navigation action unsensitive instead of showing
2898         menu with unsensitive word. Fixes bug #417392.
2899
2900 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * shell/ev-application.[ch]: (ev_application_shutdown),
2903         (ev_application_get_print_settings),
2904         (ev_application_set_print_settings):
2905         * shell/ev-window.c:
2906
2907         Remember print settings. Fixes bug #349102. 
2908
2909 2007-05-08  Christian Persch  <chpe@gnome.org>
2910
2911         * configure.ac:
2912         * properties/ev-properties-view.c:
2913
2914         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2915         Bug #382438.
2916
2917 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * configure.ac:
2920         * properties/ev-properties-view.c: (ev_regular_paper_size):
2921
2922         Use gtk+ builtin paper list to identify the document's paper size.
2923         Fixes bug #382438. 
2924
2925 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * configure.ac:
2928
2929         Fix build when compiling with thumbnailer and libgnome support. 
2930
2931 2007-05-04  Ross Burton  <ross@openedhand.com>
2932
2933         * configure.ac:
2934         Add --without-libgnome, check for libgnome and libgnomeui
2935         separately, and add them to the symbols as required.
2936
2937         * libdocument/ev-file-helpers.c:
2938         When building without libgnome, use g_get_user_config_dir instead
2939         of gnome_user_dir_get.
2940
2941         * shell/ev-application.c:
2942         When building without libgnome, don't use session management.
2943
2944         * shell/main.c:
2945         When building without libgnome, don't use GnomeProgram or
2946         initialise the authentication manager.
2947
2948         This fixes #328842.
2949
2950 2007-05-04  Ross Burton  <ross@openedhand.com>
2951
2952         * shell/ev-window.c:
2953         Don't use libgnome to open help, instead call Yelp directly.
2954
2955 2007-05-04  Ross Burton  <ross@openedhand.com>
2956
2957         * shell/ev-sidebar-attachments.c:
2958         Don't use libgnome to lookup icons for MIME types, instead copy
2959         code from GTK+ to do it manually.
2960
2961 2007-05-04  Ross Burton  <ross@openedhand.com>
2962
2963         * configure.ac:
2964         Add libxml to the dependencies for SHELL_CORE (#435818).
2965
2966 2007-05-02  Ross Burton  <ross@openedhand.com>
2967
2968         * configure.ac:
2969         * Makefile.am:
2970         Add --disable-thumbnailer (#434825)
2971
2972 2007-05-02  Ross Burton  <ross@openedhand.com>
2973
2974         * shell/ev-window.c:
2975         Add missing includes, fix indentation.
2976
2977         * shell/main.c:
2978         Fix indentation.
2979
2980 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2981
2982         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2983         ev_application_open_uri_at_dest instead of ev_application_open_uri
2984         preventing new document always being opened in a new window even if there
2985         is an empty window.
2986
2987 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2990         (egg_recent_view_uimanager_finalize):
2991         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2992         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2993         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2994         (ev_pixbuf_cache_dispose):
2995         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2996         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2997         
2998         Add missing chain to parent class methods. Fixes
2999         bug #433128.
3000
3001 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3002
3003         * data/Makefile.am (update-icon-cache): Updates
3004         gtk-update-icon-cache in uninstall-hook.
3005
3006 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * shell/ev-window.c: (ev_window_setup_document),
3009         (ev_window_set_document), (ev_window_load_job_cb):
3010         * shell/ev-view.c: (setup_caches):
3011         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3012
3013         Start rendering pages before any other jobs. 
3014
3015 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * shell/ev-window.c: (ev_window_stop_fullscreen),
3018         (ev_window_stop_presentation):
3019
3020         Update chrome visibility before window unfullscreen. 
3021
3022 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * data/Makefile.am:
3025         * data/evince-ui.xml:
3026         * shell/ev-stock-icons.[ch]:
3027         * shell/ev-application.[ch]: (ev_application_shutdown),
3028         (ev_application_init), (ev_application_get_toolbars_model):
3029         * shell/ev-window.c: (update_chrome_visibility),
3030         (fullscreen_toolbar_setup_item_properties),
3031         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3032         (ev_window_run_presentation), (ev_window_stop_presentation),
3033         (ev_window_run_preview), (ev_window_screen_changed),
3034         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3035         (ev_window_dispose), (ev_window_init):
3036
3037         Make fullscreen toolbar always visible. Do not use egg toolbars for
3038         fullscreen and preview modes since such toolbars are not editables.
3039         Fixes bugs #300278, #338910 and #316188.  
3040
3041 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3042
3043         * shell/ev-application.c:
3044         * shell/ev-job-queue.c:
3045         * shell/ev-metadata-manager.c:
3046         * shell/ev-stock-icons.c:
3047         * shell/ev-window.c:
3048         * shell/main.c:
3049         
3050         Developers documentation updated.
3051
3052 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3053
3054         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3055
3056         Check whether uri is valid before launching it. Fixes bug #427664.
3057
3058 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * shell/ev-window.c:
3061
3062         Change key accelerator for Open a Copy menu entry which is in conflict
3063         with Close. Fixes bug #427321.
3064
3065 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3066
3067         * NEWS:
3068         * configure.ac:
3069         
3070         Update for release 0.8.1
3071
3072 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3073
3074         * shell/ev-window.c: (setup_size_from_metadata):
3075         
3076         Do not make window bigger than screen. Fixes bug 
3077         #388985.
3078
3079 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3082         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3083
3084         Use default resolution when it's not provided by document. Fixes bug
3085         #408762.
3086
3087 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3088
3089         * configure.ac:
3090         * thumbnailer/Makefile.am:
3091         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3092         * thumbnailer/evince-thumbnailer.schemas.in:
3093         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3094
3095         Add support for ps, eps and compressed documents thumbnails. Do not
3096         ignore size parameter. 
3097
3098 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3099
3100         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3101         (dvi_document_do_color_special):
3102         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3103
3104         Implement font color specials in the DVI backend. Fixes bug #303651.
3105
3106 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3107
3108         Fixup the previous commit:
3109
3110         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3111         * shell/xdg-user-dir-lookup.c: Make the function non-static
3112         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3113
3114 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3115
3116         * shell/ev-window.c (file_open_dialog_response_cb): Use
3117         the xdg-user-dirs DOCUMENTS folder as default folder when
3118         opening a file chooser.  (#424858)
3119
3120         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3121         xdg-user-dirs.
3122
3123 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * shell/ev-window.c: (ev_window_load_job_cb):
3126
3127         Do not setup view from metadata on preview mode. 
3128
3129 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * shell/main.c:
3132
3133         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3134
3135 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * shell/ev-view.c: (ev_view_primary_get_cb):
3138
3139         Check pointer != NULL before using it. Fixes bug #416841. 
3140
3141 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3142
3143         * NEWS:
3144         * configure.ac:
3145         
3146         Release 0.8.0
3147
3148 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3151
3152         Do not render thumbnails when sidebar thumbnail page is not visible
3153         at startup. Fixes bug #416447. 
3154
3155 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3156
3157         * data/evince.desktop.in.in:
3158
3159         "Application" is not a valid category in the freedesktop specification.
3160
3161 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * libdocument/ev-file-helpers.[ch]: (compression_run),
3164         (ev_file_uncompress), (ev_file_compress):
3165         * shell/ev-window.c: (file_save_dialog_response_cb):
3166
3167         Save document compressed when saving a copy of a compressed document.
3168         Fixes bug #334542.
3169
3170 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3171
3172         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3173
3174         Allow deleting in goto window entry in presentation mode. 
3175
3176 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3177
3178         * Makefile.am: Dist MAINTAINERS.
3179
3180 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3181
3182         * shell/ev-window.c: (ev_window_update_actions):
3183
3184         Fix zoom shortcut keys when searching. Fixes bug #409828.
3185
3186 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * shell/ev-window.c: (ev_window_setup_document):
3189
3190         Fix crash when loading documents with only one page. 
3191
3192 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * backend/dvi/dvi-document.c:
3195         (dvi_document_thumbnails_get_dimensions),
3196         (dvi_document_thumbnails_get_thumbnail):
3197         * backend/impress/impress-document.c:
3198         (impress_document_thumbnails_get_thumbnail),
3199         (impress_document_thumbnails_get_dimensions):
3200         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3201         (ps_document_thumbnails_get_dimensions):
3202         * backend/djvu/djvu-document.c:
3203         (djvu_document_thumbnails_get_dimensions),
3204         (djvu_document_thumbnails_get_thumbnail):
3205         * backend/tiff/tiff-document.c:
3206         (tiff_document_thumbnails_get_thumbnail),
3207         (tiff_document_thumbnails_get_dimensions):
3208         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3209         (pdf_document_thumbnails_get_thumbnail),
3210         (pdf_document_thumbnails_get_dimensions):
3211         * backend/comics/comics-document.c:
3212         (comics_document_thumbnails_get_thumbnail),
3213         (comics_document_thumbnails_get_dimensions):
3214         * backend/pixbuf/pixbuf-document.c:
3215         (pixbuf_document_thumbnails_get_thumbnail),
3216         (pixbuf_document_thumbnails_get_dimensions):
3217         * libdocument/ev-document-thumbnails.[ch]:
3218         (ev_document_thumbnails_get_thumbnail),
3219         (ev_document_thumbnails_get_dimensions):
3220         * libdocument/ev-document-misc.[ch]:
3221         (ev_document_misc_get_thumbnail_frame):
3222         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3223         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3224         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3225         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3226         (ev_sidebar_thumbnails_refresh):
3227         * shell/ev-window.c: (ev_window_setup_document):
3228         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3229
3230         Use an EvRenderContext for rendering thumbnails instead of a suggested
3231         width, so that different sized pages get sized proportionally.
3232
3233 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * shell/ev-view.c: (ev_view_button_press_event),
3236         (ev_view_key_press_event):
3237
3238         Fix critical warnings when there is no document loaded. 
3239
3240 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * shell/ev-page-action-widget.c:
3243         * shell/ev-navigation-action.c:
3244         * shell/ev-window.c:
3245
3246         Fix compile warnings. 
3247
3248 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3249
3250         * backend/djvu/djvu-text.h:
3251         * backend/djvu/djvu-document.c:
3252         * backend/djvu/djvu-text-page.c:
3253         * backend/djvu/djvu-links.c:
3254         * backend/djvu/djvu-text-page.h:
3255         * backend/djvu/djvu-text.c:
3256         
3257         Fix build on Mac. Fixes bug #392186. Patch by
3258         <ephraim_owns@hotmail.com>
3259
3260 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3261
3262         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3263
3264         Restore cairo context before rendering every page when printing a PDF
3265         document into a PDF file. 
3266
3267 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3268
3269         * backend/ps/gstypes.h:
3270         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3271         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3272         (ps_document_thumbnails_get_thumbnail):
3273
3274         Handle PostScript page orientation. Fixes bug #318568.
3275
3276 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * backend/ps/Makefile.am:
3279         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3280         (document_load), (ps_document_load), (save_document),
3281         (save_page_list), (ps_document_get_n_pages),
3282         (ps_document_get_page_size), (ps_document_get_info),
3283         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3284         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3285         (ps_document_thumbnails_get_thumbnail),
3286         (ps_document_thumbnails_get_dimensions),
3287         (ps_document_document_thumbnails_iface_init):
3288         * backend/ps/ps.[ch]: (psgetpagebox):
3289         * backend/ps/ps-interpreter.[ch]:
3290
3291         Add support for thumbnails in ps backend. Fixes bug #164755. 
3292
3293 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3294
3295         * NEWS:
3296         * configure.ac:
3297         
3298         Release 0.7.2
3299
3300 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3301
3302         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3303         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3304         (ev_window_dispose):
3305
3306         Use document thumbnail as window icon. Fixes bug #384442.
3307
3308 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3309
3310         * configure.ac:
3311
3312         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3313         duplicated adding application/x-bzpostscript instead. 
3314
3315 2007-02-11  Tom Parker  <palfrey@tevp.net>
3316
3317         * backend/ps/ps-document.c: (document_load):
3318
3319         Check return value of psscan before trying
3320         to use it. Fixes bug #372414.
3321
3322 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3323
3324         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3325
3326         Fix invalid free in ev-page-cache. Fixes bug #404745.
3327
3328 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3329
3330         * test/Makefile.am:
3331         * test/test3.py:
3332         
3333         Added reload test case.
3334
3335 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * po/POTFILES.in:
3338         * backend/djvu/djvu-document.c: (djvu_document_load):
3339
3340         Check whether there are missing files in indirect multipage djvu
3341         documents. Fixes bug #361683. 
3342
3343 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3344
3345         * test/Makefile.am:
3346         * test/test-mime.bin:
3347         * test/test3.py:
3348         
3349         Added test for slow mime type
3350
3351 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3352
3353         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3354
3355         Add some checks and call parent_class->finalize. Fixes bug #404745.
3356
3357 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3358
3359         * shell/ev-navigation-action.c: (connect_proxy):
3360         
3361         Fixes dropdown history menu. Thanks a lot Carlos!
3362
3363 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3366
3367         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3368         bug #373715.
3369
3370 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * backend/ps/ps.c: (psscan):
3373
3374         Fix memory leak. 
3375
3376 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * configure.ac:
3379         * libdocument/ev-file-helpers.c: 
3380
3381         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3382
3383 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * configure.ac:
3386         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3387         (ps_interpreter_start), (document_load), (save_document),
3388         (save_page_list):
3389         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3390         * libdocument/ev-document-factory.c:
3391         (ev_document_factory_get_from_mime), (get_document_from_uri),
3392         (free_uncompressed_uri), (ev_document_factory_get_document):
3393         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3394
3395         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3396
3397 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * libdocument/ev-document.h:
3400
3401         Fix typo in function name. 
3402
3403 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3404
3405         * backend/ps/ps-document.c: (ps_interpreter_finished),
3406         (ps_interpreter_start), (ps_interpreter_failed):
3407
3408         Handle ghostscript interpreter crashes. 
3409
3410 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * shell/ev-window.c: (ev_window_open_uri),
3413         (window_configure_event_cb):
3414
3415         Setup window size and position before showing it. Fixes bug #401711.
3416
3417 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * backend/ps/Makefile.am:
3420         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3421         (ps_document_dispose), (ps_document_class_init),
3422         (ps_interpreter_input), (ps_interpreter_output),
3423         (ps_interpreter_error), (setup_interpreter_env),
3424         (ps_interpreter_start), (ps_interpreter_stop),
3425         (ps_interpreter_failed), (ps_interpreter_is_ready),
3426         (check_filecompressed), (document_load), (ps_document_load),
3427         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3428         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3429         (render_page):
3430
3431         Rework ps-document. Code cleanups, remove deprecated code. 
3432
3433 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3434
3435         * shell/ev-view.c: (ev_view_button_press_event):
3436
3437         Do not start an image drag and drop operation when pointer is on 
3438         text, so that we can select text when the whole background is an
3439         image. 
3440
3441 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3442
3443         * shell/ev-window.c: (ev_window_update_actions): 
3444
3445         Disable all zoom related actions during presentation mode. 
3446
3447 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3448
3449         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3450
3451         Do not zoom in or out on presentation mode. Fixes bug #401305.
3452
3453 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3454
3455         * shell/ev-navigation-action.c: (connect_proxy),
3456         (create_menu_item), (ev_navigation_action_class_init):
3457         
3458         Correctly show menu and fix crash when navigaton 
3459         action is out of toolbar visible area.
3460
3461 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3462
3463         * data/Makefile.am:
3464         * data/evince.1:
3465         
3466         Added man file
3467
3468 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3469
3470         * help/reference/* :
3471         * configure.ac:
3472         
3473         Added gtk-doc based documentation for Evince.
3474         Still in initial state but I hope it will
3475         grow.
3476         
3477         * configure.ac:
3478         
3479         Lower dbus requirement to 0.70
3480
3481 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * shell/ev-window.c: (ev_window_add_history):
3484
3485         Fix memory leak. 
3486
3487 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3488
3489         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3490         * shell/ev-view.h:
3491         * shell/ev-window.c: (ev_window_add_history):
3492         
3493         Correctly handle named destination links
3494
3495 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3496
3497         * NOTES:
3498         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3499         * backend/pdf/ev-poppler.cc:
3500         * libdocument/ev-document-links.h:
3501         * libdocument/ev-link.c: (ev_link_get_page):
3502         * libdocument/ev-link.h:
3503         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3504         (ev_history_add_link):
3505         * shell/ev-history.h:
3506         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3507         (new_history_menu_item), (build_menu):
3508         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3509         * shell/ev-sidebar-links.c: (create_loading_model),
3510         (print_section_cb), (ev_sidebar_links_construct),
3511         (fill_page_labels), (update_page_callback_foreach),
3512         (update_page_callback), (job_finished_callback):
3513         * shell/ev-view.c: (ev_view_handle_link):
3514         * shell/ev-window.c: (ev_window_find_chapter),
3515         (ev_window_add_history), (view_handle_link_cb),
3516         (history_changed_cb):
3517         
3518         Implements another history variant
3519
3520 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * shell/ev-window.c: (view_external_link_cb):
3523         * shell/ev-view.c: (ev_view_button_release_event):
3524
3525         Open links in new window when clicking with middle button. 
3526
3527 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3528
3529         * shell/ev-navigation-action.c: (new_history_menu_item):
3530         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3531         * shell/ev-view.c: (ev_view_handle_link):
3532         * shell/ev-window.c:
3533         
3534         Store link before jump, not the destination. For me it 
3535         seems like more natural history behavior.
3536
3537 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3538
3539         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3540         (ev_navigation_action_class_init):
3541         * shell/ev-navigation-action.h:
3542         * shell/ev-page-action.c: (activate_cb):
3543         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3544         (ev_page_cache_set_current_page_history):
3545         * shell/ev-page-cache.h:
3546         * shell/ev-sidebar-thumbnails.c:
3547         (ev_sidebar_tree_selection_changed),
3548         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3549         * shell/ev-view-private.h:
3550         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3551         * shell/ev-view.h:
3552         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3553         (ev_window_setup_document), (ev_window_load_job_cb):
3554         * shell/ev-window.h:
3555         
3556         History finally works as expected.
3557
3558 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3559
3560         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3561
3562         Do not update links treeview if it doesn't have a model assigned yet. 
3563
3564 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3565
3566         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3567         (ev_sidebar_links_class_init), (update_page_callback):
3568
3569         Do not update links treeview when sidepane is not visible. 
3570
3571 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3572
3573         * shell/ev-marshal.list:
3574         * shell/ev-page-action.c: (activate_cb),
3575         (ev_page_action_class_init):
3576         * shell/ev-page-action.h:
3577         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3578         * shell/ev-window.c:
3579         
3580         Remove activate_link signal, not required.
3581
3582 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3583
3584         * shell/ev-navigation-action.c: (build_menu):
3585         
3586         Reorder menu items and build menu with fixed length.
3587
3588 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3589
3590         * shell/ev-view.c: (get_selected_text):
3591         
3592         Normalize text to fix ligatures problem. See bug
3593         #341947 for details.
3594
3595 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3598
3599         Fix memory leak in ev-page-cache. 
3600
3601 2007-01-25  Tom Parker <palfrey@tevp.net>
3602
3603         * backend/impress/impress-document.c: (impress_document_load),
3604         (impress_document_finalize), (impress_document_init):
3605         * properties/ev-properties-main.c: (ev_properties_get_pages):
3606         
3607         Correctly handle impress document errors. Fixes nautilus
3608         crash in property page #370491.
3609
3610 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3611
3612         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3613         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3614         (ev_job_queue_remove_job):
3615         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3616         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3617         (ev_job_load_run):
3618         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3619         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3620         (ev_window_load_job_cb), (xfer_update_progress_callback),
3621         (ev_window_open_uri), (ev_window_dispose):
3622         * shell/main.c: (main):
3623
3624         Do file transfer asynchronously in the main thread instead of
3625         synchronously in the load thread. Fixes bugs #399694, #398307 and
3626         #343542.
3627
3628 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3629
3630         * shell/ev-jobs.c: (ev_job_xfer_run):
3631
3632         Load the document with the font-config lock held. 
3633
3634 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3635
3636         * backend/ps/ps-document.c: (start_interpreter):
3637
3638         Fix memory leaks in ps backend. 
3639
3640 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * backend/impress/impress-document.c:
3643         (impress_document_render_pixbuf):
3644
3645         Do not acquire fontconfig lock in impress backend, since it is using
3646         the main loop for rendering. 
3647
3648 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * po/POTFILES.in: 
3651
3652         Remove mdvi files that shouldn't be translated. 
3653
3654 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3655
3656         * shell/ev-view-private.h:
3657         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3658         (ev_view_set_zoom):
3659
3660         Render "loading..." text into a cairo surface instead of directly into
3661         the window so that fontconfig lock is only needed once and UI is not
3662         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3663
3664 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3667         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3668
3669         Use icon theme associated with the window screen rather than default. 
3670
3671 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3672
3673         * configure.ac:
3674
3675         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3676
3677 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3678
3679         * data/icons/*/apps/evince.*:
3680
3681         Move Evince icons under new apps directory.
3682
3683         * data/icons/*/actions/*:
3684
3685         Add new custom themeable Evince icons: view-page-continuous, 
3686         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3687         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3688
3689         * configure.ac:
3690
3691         Add new directories to AC_CONFIG_FILES.
3692
3693         * shell/ev-stock-icons.c:
3694         * shell/ev-stock-icons.h:
3695
3696         Use new custom themeable icons.
3697
3698 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3699
3700         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3701
3702         Do not draw white background page in presentation mode. 
3703
3704 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3705
3706         * shell/ev-view.c: Remove unused gnome-vfs include.
3707
3708 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3709
3710         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3711         
3712         Format string is corrected, fixes bug #397129.
3713
3714 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * shell/ev-window.c: (ev_window_setup_recent):
3717
3718         Do not include in recent menu inexistent documents. Fixes
3719         bug #339171.
3720
3721 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * po/POTFILES.skip: 
3724
3725         Update POTFILES.skip file according to current source tree. 
3726
3727 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3728
3729         * shell/ev-window.c: (file_save_dialog_response_cb):
3730
3731         Do Save a copy in atomic way. Fixes bug #328266. 
3732
3733 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3736
3737         Keep selected cell always visible in index treeview.
3738
3739 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3740         
3741         * shell/ev-view.c: (ev_view_size_allocate):
3742
3743         Restore horizontal scrollbar after switching to/from fullscreen
3744         or presentation mode. Fixes bug #331728.
3745
3746 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3747
3748         * shell/ev-view-private.h:
3749         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3750         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3751         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3752         (ev_view_can_zoom_out):
3753
3754         Use max and min scale values in the view iby taking dpi into account. 
3755
3756 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3757
3758         * configure.ac:
3759         * NEWS:
3760
3761         Release 0.7.1
3762
3763 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3764
3765         * shell/ev-window.c: (ev_window_print_send):
3766
3767         Send print job to printer with some settings set to default values,
3768         since we have already exported to a file according to such settings
3769         and they could be taken twice by some printers. 
3770
3771 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3772
3773         * shell/ev-jobs.c: (ev_job_xfer_run):
3774         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3775
3776         Show main window and load document with the font-config lock held. 
3777
3778 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3779
3780         * configure.ac:
3781         * shell/ev-application.c: (ev_application_register_service):
3782         * shell/main.c: (load_files_remote):
3783
3784         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3785
3786 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3787
3788         * doc/debugging.txt:
3789         
3790         Remove obsolete documentation.
3791
3792 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3793
3794         * Makefile.am:
3795         * backend/Makefile.am:
3796         * backend/comics/Makefile.am:
3797         * backend/djvu/Makefile.am:
3798         * backend/dvi/Makefile.am:
3799         * backend/ev-async-renderer.c:
3800         * backend/ev-async-renderer.h:
3801         * backend/ev-attachment.c:
3802         * backend/ev-attachment.h:
3803         * backend/ev-backend-marshal.c:
3804         * backend/ev-document-factory.c:
3805         * backend/ev-document-factory.h:
3806         * backend/ev-document-find.c:
3807         * backend/ev-document-find.h:
3808         * backend/ev-document-fonts.c:
3809         * backend/ev-document-fonts.h:
3810         * backend/ev-document-images.c:
3811         * backend/ev-document-images.h:
3812         * backend/ev-document-info.h:
3813         * backend/ev-document-links.c:
3814         * backend/ev-document-links.h:
3815         * backend/ev-document-misc.c:
3816         * backend/ev-document-misc.h:
3817         * backend/ev-document-security.c:
3818         * backend/ev-document-security.h:
3819         * backend/ev-document-thumbnails.c:
3820         * backend/ev-document-thumbnails.h:
3821         * backend/ev-document-transition.c:
3822         * backend/ev-document-transition.h:
3823         * backend/ev-document.c:
3824         * backend/ev-document.h:
3825         * backend/ev-file-exporter.c:
3826         * backend/ev-file-exporter.h:
3827         * backend/ev-image.c:
3828         * backend/ev-image.h:
3829         * backend/ev-link-action.c:
3830         * backend/ev-link-action.h:
3831         * backend/ev-link-dest.c:
3832         * backend/ev-link-dest.h:
3833         * backend/ev-link.c:
3834         * backend/ev-link.h:
3835         * backend/ev-render-context.c:
3836         * backend/ev-render-context.h:
3837         * backend/ev-selection.c:
3838         * backend/ev-selection.h:
3839         * backend/impress/Makefile.am:
3840         * backend/pdf/Makefile.am:
3841         * backend/pixbuf/Makefile.am:
3842         * backend/ps/Makefile.am:
3843         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3844         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3845         (start_interpreter), (stop_interpreter), (document_load),
3846         (ps_document_next_page), (render_page):
3847         * backend/tiff/Makefile.am:
3848         * comics/Makefile.am:
3849         * comics/comics-document.c:
3850         * comics/comics-document.h:
3851         * configure.ac:
3852         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3853         * djvu/Makefile.am:
3854         * djvu/djvu-document-private.h:
3855         * djvu/djvu-document.c:
3856         * djvu/djvu-document.h:
3857         * djvu/djvu-links.c:
3858         * djvu/djvu-links.h:
3859         * djvu/djvu-text-page.c:
3860         * djvu/djvu-text-page.h:
3861         * djvu/djvu-text.c:
3862         * djvu/djvu-text.h:
3863         * dvi/Makefile.am:
3864         * dvi/dvi-document.c:
3865         * dvi/dvi-document.h:
3866         * dvi/fonts.c:
3867         * dvi/fonts.h:
3868         * dvi/mdvi-lib/Makefile.am:
3869         * dvi/mdvi-lib/afmparse.c:
3870         * dvi/mdvi-lib/afmparse.h:
3871         * dvi/mdvi-lib/bitmap.c:
3872         * dvi/mdvi-lib/bitmap.h:
3873         * dvi/mdvi-lib/color.c:
3874         * dvi/mdvi-lib/color.h:
3875         * dvi/mdvi-lib/common.c:
3876         * dvi/mdvi-lib/common.h:
3877         * dvi/mdvi-lib/defaults.h:
3878         * dvi/mdvi-lib/dvimisc.c:
3879         * dvi/mdvi-lib/dviopcodes.h:
3880         * dvi/mdvi-lib/dviread.c:
3881         * dvi/mdvi-lib/files.c:
3882         * dvi/mdvi-lib/font.c:
3883         * dvi/mdvi-lib/fontmap.c:
3884         * dvi/mdvi-lib/fontmap.h:
3885         * dvi/mdvi-lib/fontsrch.c:
3886         * dvi/mdvi-lib/gf.c:
3887         * dvi/mdvi-lib/hash.c:
3888         * dvi/mdvi-lib/hash.h:
3889         * dvi/mdvi-lib/list.c:
3890         * dvi/mdvi-lib/mdvi.h:
3891         * dvi/mdvi-lib/pagesel.c:
3892         * dvi/mdvi-lib/paper.c:
3893         * dvi/mdvi-lib/paper.h:
3894         * dvi/mdvi-lib/pk.c:
3895         * dvi/mdvi-lib/private.h:
3896         * dvi/mdvi-lib/setup.c:
3897         * dvi/mdvi-lib/sp-epsf.c:
3898         * dvi/mdvi-lib/special.c:
3899         * dvi/mdvi-lib/sysdeps.h:
3900         * dvi/mdvi-lib/t1.c:
3901         * dvi/mdvi-lib/tfm.c:
3902         * dvi/mdvi-lib/tfmfile.c:
3903         * dvi/mdvi-lib/tt.c:
3904         * dvi/mdvi-lib/util.c:
3905         * dvi/mdvi-lib/vf.c:
3906         * dvi/pixbuf-device.c:
3907         * dvi/pixbuf-device.h:
3908         * impress/Makefile.am:
3909         * impress/common.h:
3910         * impress/document.c:
3911         * impress/f_oasis.c:
3912         * impress/f_oo13.c:
3913         * impress/iksemel.c:
3914         * impress/iksemel.h:
3915         * impress/imposter.h:
3916         * impress/impress-document.c:
3917         * impress/impress-document.h:
3918         * impress/internal.h:
3919         * impress/r_back.c:
3920         * impress/r_draw.c:
3921         * impress/r_geometry.c:
3922         * impress/r_gradient.c:
3923         * impress/r_style.c:
3924         * impress/r_text.c:
3925         * impress/render.c:
3926         * impress/render.h:
3927         * impress/zip.c:
3928         * impress/zip.h:
3929         * lib/Makefile.am:
3930         * lib/ev-debug.c:
3931         * lib/ev-debug.h:
3932         * lib/ev-file-helpers.c:
3933         * lib/ev-file-helpers.h:
3934         * lib/ev-gui.c:
3935         * lib/ev-gui.h:
3936         * lib/ev-tooltip.c:
3937         * lib/ev-tooltip.h:
3938         * libdocument/Makefile.am:
3939         * libdocument/ev-file-helpers.c:
3940         * pdf/Makefile.am:
3941         * pdf/ev-poppler.cc:
3942         * pdf/ev-poppler.h:
3943         * pixbuf/Makefile.am:
3944         * pixbuf/pixbuf-document.c:
3945         * pixbuf/pixbuf-document.h:
3946         * properties/Makefile.am:
3947         * ps/Makefile.am:
3948         * ps/gsdefaults.c:
3949         * ps/gsdefaults.h:
3950         * ps/gsio.c:
3951         * ps/gsio.h:
3952         * ps/gstypes.h:
3953         * ps/ps-document.c:
3954         * ps/ps-document.h:
3955         * ps/ps.c:
3956         * ps/ps.h:
3957         * shell/Makefile.am:
3958         * shell/ev-application.h:
3959         * shell/ev-sidebar-links.c:
3960         * shell/ev-sidebar-links.h:
3961         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3962         (ev_gui_menu_position_tree_selection):
3963         * shell/ev-utils.h:
3964         * shell/ev-view.c: (ev_view_finalize):
3965         * shell/ev-window.c:
3966         * shell/main.c: (main):
3967         * thumbnailer/Makefile.am:
3968         * tiff/Makefile.am:
3969         * tiff/tiff-document.c:
3970         * tiff/tiff-document.h:
3971         * tiff/tiff2ps.c:
3972         * tiff/tiff2ps.h:
3973         
3974         Reorganize source tree.
3975
3976 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * backend/ev-document-factory.c:
3979
3980         Do not include ev-poppler.h when pdf is disabled. 
3981
3982 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3983
3984         * configure.ac:
3985         * data/evince-ui.xml:
3986         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3987         (pdf_document_document_images_iface_init):
3988         * backend/Makefile.am:
3989         * backend/ev-document-images.[ch]:
3990         * backend/ev-image.[ch]:
3991         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3992         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3993         (ev_job_xfer_run):
3994         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3995         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3996         (ev_pixbuf_cache_get_image_mapping):
3997         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3998         (view_menu_popup_cb), (ev_window_dispose),
3999         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4000         (ev_view_popup_cmd_copy_image):
4001         * shell/ev-view-private.h:
4002         * shell/ev-view.c: (ev_view_get_image_at_location),
4003         (ev_view_do_popup_menu), (ev_view_popup_menu),
4004         (ev_view_button_press_event), (ev_view_drag_data_get),
4005         (ev_view_drag_motion), (ev_view_drag_data_received),
4006         (ev_view_motion_notify_event), (ev_view_button_release_event),
4007         (ev_view_finalize), (ev_view_class_init):
4008
4009         Add image handling support. Fixes bugs #310008 and #325047. Images
4010         selection is not supported yet. 
4011
4012 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4013
4014         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4015         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4016         (ev_view_init):
4017
4018         Move view drag and drop stuff to ev-view.
4019
4020 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4021
4022         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4023         * shell/ev-view.c: (clear_selection): 
4024
4025         Clear selection also in pixbuf cache.
4026
4027 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4028
4029         * data/evince.desktop.in.in:
4030         
4031         Change icon name in desktop file. See bug #390734
4032         for details.
4033
4034 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4035
4036         * thumbnailer/Makefile.am:
4037
4038         Use top_builddir instead top_srcdir for generated schema
4039         file installation. Fixes bug #390161.
4040
4041 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * configure.ac:
4044         * backend/Makefile.am:
4045         * backend/ev-document-transition.[ch]:
4046         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4047         (pdf_document_page_transition_iface_init):
4048         * shell/ev-view-private.h:
4049         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4050         (ev_view_set_presentation), (transition_next_page),
4051         (ev_view_presentation_transition_stop),
4052         (ev_view_presentation_transition_start), (ev_view_next_page):
4053
4054         Add page transition support in presentation mode. At the moment only
4055         page duration is supported, but not transition effects. Fixes bug
4056         #309815.
4057
4058 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4059
4060         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4061
4062         Run find_link_dest with document lock held, since it's called by links
4063         thread and main thread at the same time. 
4064
4065 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4066
4067         * shell/ev-view.c: (goto_dest):
4068
4069         Update page-cache when page is changed by the view, so that
4070         page-changed signal is emitted. 
4071
4072 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4073
4074         * test/test1.py:
4075         * test/test2.py:
4076
4077         Use C locale in tests. 
4078
4079 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4080
4081         * shell/ev-window.c: (ev_window_run_presentation):
4082         * shell/ev-view-private.h:
4083         * shell/ev-view.c: (ev_view_set_presentation):
4084
4085         Restore zoom settings when back from presentation mode. 
4086
4087 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4088
4089         * shell/ev-window.c: (ev_window_run_presentation):
4090
4091         Always use "best fit" zoom in presentation mode.
4092         Fixes bug #389195.
4093
4094 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4095
4096         * shell/ev-view.c: (ev_view_goto_window_create):
4097
4098         Show "Jump to page" label in the page jumping popup in
4099         presentation mode instead of just a GtkEntry.
4100
4101 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * shell/ev-window.c: (launch_external_uri):
4104
4105         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4106         #378085.
4107
4108 2006-12-22  Elijah Newren  <newren gmail com>
4109
4110         * configure.ac: explicitly check for libxml2.  Fixes #388795
4111
4112 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * shell/ev-view-private.h:
4115         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4116         (ev_view_goto_window_delete_event), (key_is_numeric),
4117         (ev_view_goto_window_key_press_event),
4118         (ev_view_goto_window_button_press_event),
4119         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4120         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4121         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4122
4123         Allow jumping to another page by typing a page number in presentation
4124         mode. It uses a popup window with an entry. Fixes bug #353625.
4125
4126 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4127
4128         * configure.ac:
4129         * properties/ev-properties-view.c: (ev_get_default_user_units),
4130         (ev_regular_paper_size):
4131         
4132         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4133         to Damien Carbery <damien.carbery@sun.com> and
4134         Yevgen Muntyan <muntyan@tamu.edu>.
4135
4136 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4137
4138         * shell/ev-window.c: (setup_document_from_metadata):
4139
4140         Make sure Evince doesn't restore the view on the last
4141         page when a document is reopened. Fixes bug #383381.
4142
4143 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4144
4145         * shell/ev-view.c: (draw_loading_text):
4146
4147         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4148
4149 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * configure.ac:
4152         * NEWS:
4153
4154         Release 0.7.0
4155
4156 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * configure.ac:
4159         * pdf/ev-poppler.cc: (pdf_print_context_free),
4160         (pdf_document_file_exporter_begin),
4161         (pdf_document_file_exporter_do_page):
4162
4163         Make cairo-pdf depedency optional. 
4164
4165 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4168
4169         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4170
4171 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4174         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4175         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4176         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4177         * shell/ev-view.c: (draw_loading_text):
4178         * shell/ev-window.c: (ev_window_cmd_file_properties):
4179
4180         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4181         related to using FontConfig from different threads.
4182         
4183 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4184
4185         * shell/ev-view.c: (draw_loading_text):
4186
4187         Acquire lock document when drawing "Loading..." text so that only one
4188         thread will use FontConfig at the same time. Fixes bug #374750.
4189
4190 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4191
4192         * shell/ev-page-action.[ch]: (activate_cb):
4193         * shell/ev-window.c: (activate_label_cb):
4194
4195         Check if text inserted in page entry is a valid page number when it
4196         doesn't match to any document page label. Fixes bug #383165.
4197
4198 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4199         * shell/ev-window.c:
4200
4201         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4202         available with GTK < 2.10. Added an ifdef to avoid compilation
4203         error.
4204
4205 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * configure.ac:
4208         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4209
4210         Fix ps backend in multihead systems.
4211
4212 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4215         * shell/ev-window.c: (ev_window_get_screen_dpi),
4216         (ev_window_update_actions), (setup_view_from_metadata),
4217         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4218
4219         Take screen DPI into account when zooming. Fixes bug #318285.
4220
4221 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4222
4223         * data/Makefile.am:
4224
4225         Cleaned up/slightly refactored Makefile.am. Added GConf
4226         schemas uninstallation as well.
4227
4228 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4229
4230         * Makefile.am:
4231         * test/Makefile.am:
4232
4233         Fight with autotools to fix make check. Make distcheck
4234         works fine as well now!
4235
4236 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4237
4238         * shell/ev-view.c: (draw_end_presentation_page):
4239
4240         Corrected "end of presentation" string.
4241
4242 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4243
4244         * shell/ev-view.c: (ev_view_key_press_event):
4245
4246         Correctly propagate key press event so that up/down keys
4247         work as expected (correct behaviour was broken by
4248         black/white screen key bindings for presentations).
4249
4250 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4251
4252         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4253         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4254         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4255         (pdf_selection_get_selection_region),
4256         (pdf_selection_get_selection_map):
4257
4258         Add "static" to some private functions. 
4259
4260 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4261
4262         * lib/ev-tooltip.h:
4263         * properties/ev-properties-view.h:
4264         * shell/ev-jobs.h:
4265         * shell/ev-properties-dialog.h:
4266         * shell/ev-properties-fonts.h:
4267         * shell/ev-sidebar-links.h:
4268         * shell/ev-sidebar-thumbnails.h:
4269         * shell/ev-sidebar.h:
4270         * shell/ev-window.h:
4271         
4272         Fixes CHACK type in class casts. See bug #385343
4273         for details.
4274
4275 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4276
4277         * shell/ev-view-private.h:
4278         * shell/ev-view.c: (draw_end_presentation_page),
4279         (ev_view_expose_event), (ev_view_key_press_event),
4280         (ev_view_class_init), (ev_view_init):
4281
4282         Blank screen in presentation mode when pressing 'b' (filling with
4283         black) or 'w' (filling with white) keys. Fixes bug #358132.
4284
4285 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4286
4287         * data/evince-toolbar.xml:
4288         * shell/ev-window.c:
4289         
4290         Use stock icon for Select All action. Fixes
4291         bug #382652.
4292
4293 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4294
4295         * shell/ev-view.c: (get_doc_point_from_offset),
4296         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4297
4298         Add links support in rotated documents. Fixes bug #343733.
4299
4300 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4301
4302         * shell/ev-view-private.h:
4303         * shell/ev-view.c: (draw_end_presentation_page),
4304         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4305
4306         Show a blank page after the last page in presentation mode with a
4307         message indicating that presentation has finished and how to exit. 
4308
4309 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4310
4311         * shell/ev-window.c: (fullscreen_timeout_cb):
4312
4313         Hide cursor after a while in presentation mode. 
4314
4315 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4316
4317         * backend/ev-document-info.h:
4318         * data/evince-properties.glade:
4319         * pdf/ev-poppler.cc:
4320         * properties/ev-properties-view.c: (ev_regular_paper_size),
4321         (ev_properties_view_set_info):
4322         * ps/ps-document.c: (ps_document_get_info):
4323
4324         Adds a paper size field to the properties dialog. Fixes
4325         bug #307315. Patch by Kasper Svendsen (with some i18n
4326         changes done by me).
4327
4328 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4329
4330         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4331         (screensaver_init_dbus), (totem_scrsaver_new),
4332         (totem_scrsaver_init):
4333         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4334         * shell/ev-application.c: (ev_application_register_service),
4335         (ev_application_screensaver_enable),
4336         (ev_application_screensaver_disable):
4337         * shell/ev-application.h:
4338         * shell/ev-window.c: (ev_window_run_presentation),
4339         (ev_window_stop_presentation), (build_comments_string),
4340         (ev_window_init):
4341         
4342         Move screensaver handling to application. No more
4343         message on startup.
4344
4345 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * configure.ac:
4348         * backend/Makefile.am:
4349         * backend/ev-file-exporter.[ch]:
4350         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4351         * ps/ps-document.c: (ps_document_file_exporter_*):
4352         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4353         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4354         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4355         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4356
4357         Allow printing to PDF when suppoted by the backend.
4358         
4359 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4360
4361         * shell/ev-window.c: (build_comments_string):
4362
4363         Use always "Document Viewer" in about dialog. 
4364
4365 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4366
4367         * djvu/djvu-document.c: (djvu_document_get_page_size):
4368
4369         Display a warning message when get_pageinfo fails. 
4370
4371 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4372
4373         * Makefile.am:
4374         * backend/Makefile.am:
4375         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4376         * configure.ac:
4377         * shell/ev-window.c: (build_comments_string):
4378         
4379         Make pdf compilation optional. See bug #38007.
4380
4381 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4382
4383         * ps/ps.c: (get_next_text):
4384
4385         Fix CVE-2006-5864.
4386
4387 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4388
4389         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4390         * shell/ev-navigation-action.c: (connect_proxy),
4391         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4392         
4393         Do not call g_type_class_peek_parent twice.
4394
4395 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4396
4397         * configure.ac:
4398         * data/icons/24x24/.cvsignore:
4399         * data/icons/24x24/Makefile.am:
4400         * data/icons/24x24/evince.png:
4401         * data/icons/Makefile.am:
4402         
4403         Add 24x24 icon. Thanks to 
4404         Michael Monreal <infernux@web.de>.
4405
4406 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4407
4408         * configure.ac: Fix typo in configure.ac. Thanks
4409         to dmacks@netspace.org for notification.
4410
4411 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4414         
4415         Drop dbus include, fixes compilation with older dbus.
4416
4417 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4418
4419         * configure.ac:
4420         * cut-n-paste/Makefile.am:
4421         * cut-n-paste/totem-screensaver/.cvsignore
4422         * cut-n-paste/totem-screensaver/Makefile.am:
4423         * cut-n-paste/totem-screensaver/README:
4424         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4425         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4426         * shell/Makefile.am:
4427         * shell/ev-window.c: (ev_window_run_presentation),
4428         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4429         (ev_window_init):
4430
4431         Implemented screensaver enabling/disabling for
4432         presentation mode (not fullscreen mode). Code stolen
4433         from Totem (with some minor tweaks). Fixes bug #338889.
4434
4435 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4436
4437         * configure.ac:
4438
4439         Bump gnome-icon-theme requirements. We use the rotation
4440         icons that appeared recently.
4441
4442 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4443
4444         * shell/ev-history.c: (ev_history_add_page):
4445         * shell/ev-history.h:
4446         * shell/ev-window.c: (page_changed_cb):
4447         
4448         Use page labels instead of numbers.
4449
4450 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4451
4452         * data/evince-toolbar.xml:
4453         * po/POTFILES.in:
4454         * shell/Makefile.am:
4455         * shell/ev-navigation-action-widget.c:
4456         (ev_navigation_action_widget_init),
4457         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4458         (menu_detacher), (ev_navigation_action_widget_set_menu),
4459         (menu_position_func), (popup_menu_under_arrow),
4460         (ev_navigation_action_widget_toggled),
4461         (ev_navigation_action_widget_button_press_event):
4462         * shell/ev-navigation-action-widget.h:
4463         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4464         (ev_navigation_action_set_window), (activate_menu_item_cb),
4465         (new_history_menu_item), (new_empty_history_menu_item),
4466         (build_menu), (menu_activated_cb), (connect_proxy),
4467         (create_tool_item), (ev_navigation_action_init),
4468         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4469         * shell/ev-navigation-action.h:
4470         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4471         (ev_page_action_widget_set_page_cache),
4472         (ev_page_action_widget_finalize),
4473         (ev_page_action_widget_class_init), (match_selected_cb),
4474         (display_completion_text), (match_completion), (build_new_tree_cb),
4475         (get_filter_model_from_model),
4476         (ev_page_action_widget_update_model):
4477         * shell/ev-page-action-widget.h:
4478         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4479         (connect_proxy):
4480         * shell/ev-page-action.h:
4481         * shell/ev-stock-icons.c:
4482         * shell/ev-stock-icons.h:
4483         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4484         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4485         (register_custom_actions):
4486         * shell/main.c:
4487         
4488         Preliminary history implementation
4489
4490 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4491
4492         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4493         (dvi_document_class_init), (dvi_document_init_params):
4494         * dvi/mdvi-lib/font.c: (font_reference):
4495         
4496         Add reference to subfont. Fixes bug #374277.
4497
4498 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4499
4500         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4501         (ev_window_cmd_file_open_copy_at_dest):
4502
4503         Fix a race condition when creating symlink. Increase the counter
4504         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4505         Mathias Hasselmann).
4506
4507 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4508
4509         * backend/Makefile.am:
4510         * backend/ev-attachment.c: (ev_attachment_open):
4511         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4512         (ev_tmp_dir), (ev_tmp_filename):
4513         * shell/ev-sidebar-attachments.c:
4514         (ev_sidebar_attachments_drag_data_get):
4515         * shell/ev-window.c: (ev_window_clear_temp_file):
4516
4517         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4518         in ensure_dir_exists. Abort without crashing when we can't create
4519         user's directory.
4520
4521 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4522
4523         * data/evince-ui.xml:
4524         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4525         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4526         (ev_window_cmd_file_open_copy_at_dest),
4527         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4528         (ev_view_popup_cmd_open_link_new_window):
4529
4530         Allow opening a copy of the current document in a new window. Fixes bug
4531         #357472
4532
4533 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4534
4535         * data/evince-toolbar.xml:
4536         
4537         Add rotate right and rotate left to available items for toolbar.
4538         
4539         * data/evince-ui.xml:
4540         * shell/ev-window.c: (ev_window_init):
4541         
4542         Customize toolbar with right click. Fixes bug #372451.
4543
4544 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4545
4546         * shell/ev-window.c: 
4547         
4548         Use "object-rotate-{left,right}" stock icons. Fixes 
4549         bug #373863.
4550
4551 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4552
4553         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4554         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4555         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4556         (ev_window_open_uri):
4557         * shell/main.c: (arguments_parse):
4558
4559         Remove temp file created when evince is used by GTK+ in
4560         preview mode. Fixes bug #365282. 
4561
4562 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4563
4564         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4565         
4566         Fixes bug #372474 - Side pane disabled when entering 
4567         and leaving fullscreen mode.
4568
4569 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4570
4571         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4572         * data/Makefile.am:
4573         * data/evince-preview-toolbar.xml:
4574         * data/evince-toolbar.xml:
4575         * shell/ev-application.c: (ev_application_shutdown),
4576         (ev_application_init), (ev_application_get_toolbars_model):
4577         * shell/ev-application.h:
4578         * shell/ev-window.c: (update_chrome_visibility),
4579         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4580         (ev_window_cmd_edit_toolbar), (ev_window_init):
4581         
4582         Fixes bug #364364 - toolbar editor shows zoom actions again.
4583
4584 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4587
4588         Do not take margins into consideration for paper size when printing.
4589         Really fixes bug #350491.
4590
4591 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4592
4593         * data/evince-ui.xml:
4594         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4595         (ev_window_cmd_file_print_setup),
4596         (ev_window_print_dialog_response_cb),
4597         (ev_window_setup_action_sensitivity):
4598
4599         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4600
4601 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * shell/ev-window.c: (ev_window_print_range):
4604
4605         Revert my previuos commit, since printing to PDF is not supported by
4606         evince yet. 
4607
4608 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4609
4610         * shell/ev-window.c: (ev_window_print_range):
4611
4612         Enable print to a PDF. Fixes bug #332121.
4613
4614 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4615
4616         * shell/ev-application-service.xml:
4617         * shell/ev-application.[ch]: (ev_application_open_window),
4618         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4619         (ev_application_open_uri), (ev_application_open_uri_list):
4620         * shell/ev-window.c: (file_open_dialog_response_cb),
4621         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4622         (drag_data_received_cb), (open_remote_link):
4623         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4624
4625         Add support for multiscreen systems. Fixes bug #316206.
4626
4627 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4628
4629         * shell/ev-jobs.[ch]: (ev_job_print_new),
4630         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4631         (ev_job_print_do_page):
4632         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4633
4634         Allow printing only odd/even pages. Fixes bug #367289.
4635
4636 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4637
4638         * test/test1.py:
4639         * test/test2.py:
4640
4641         Re-add locale settings to test files.
4642
4643 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4644
4645         * data/evince-ui.xml:
4646         * shell/ev-window.c: (set_action_properties):
4647         
4648         Removed garbage from code and ui.
4649
4650 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4651
4652         * shell/ev-window.c: (ev_window_cmd_help_about):
4653
4654         Shamelessly add my name to the list of contributors.
4655
4656 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4657
4658         * test/test1.py:
4659         * test/test2.py:
4660
4661         Cleaned up the dogtail scripts.
4662
4663 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4664
4665         * shell/ev-view.c: (draw_loading_text): Don't render
4666         "loading..." text in presentation mode. Temporary
4667         workaround for bug #320352.
4668
4669 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4670
4671         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4672         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4673
4674         Use print settings scale, copies, collate and reverse which were
4675         ignored. Fixes bug #359032.
4676
4677 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4678
4679         * configure.ac:
4680         * data/evince-password.glade:
4681         * test/Makefile.am:
4682         * test/test-encrypt.pdf:
4683         * test/test-links.pdf:
4684         * test/test1.py:
4685         * test/test2.py:
4686
4687         Add automated UI tests for evince with dogtail. See
4688         bug #300948.    
4689
4690 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4693
4694         Hide fullscreen toolbar when switching to another desktop workspace.
4695         Fixes bug #338871
4696
4697 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * shell/ev-window-title.c: 
4700         
4701         Test for .dvi in title of pdf documents.
4702
4703 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4704
4705         * shell/ev-view.c: (ev_view_scroll):
4706
4707         Page Up/Down should do page jumps in "Best fit" mode.
4708         If a user has explicitly chosen to view exactly one page
4709         at a time, scrolling just a part of the page when
4710         pressing Page Up/Down is not right. Fixes bug #323107.
4711
4712 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4713
4714         * NEWS:
4715         * configure.ac:
4716         
4717         Update for 0.6.1
4718
4719 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4720
4721         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4722         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4723         
4724         Correctly disconnect from job signals on destroy.
4725
4726 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4727
4728         * shell/ev-view-private.h:
4729         * shell/ev-view.c: (view_set_adjustment_values),
4730         (view_update_range_and_current_page),
4731         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4732         
4733         Fixes bug #343199, current page now follows find page.
4734
4735 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4736
4737         * backend/ev-document-factory.c:
4738         * configure.ac:
4739         Assigned OpenDocument presenation MIME type to the
4740         Impress backend. Added some missing (but harmless)
4741         #ifdefs in the document factory as well to make things
4742         consistent again. Fixes bug #360658.
4743
4744 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4745
4746         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4747         * backend/ev-document-find.c: (ev_document_find_get_type):
4748         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4749         * backend/ev-document-links.c: (ev_document_links_get_type):
4750         * backend/ev-document-security.c: (ev_document_security_get_type):
4751         * backend/ev-document-thumbnails.c:
4752         (ev_document_thumbnails_get_type):
4753         * backend/ev-document.c: (ev_document_get_type):
4754         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4755         * backend/ev-selection.c: (ev_selection_get_type):
4756         * cut-n-paste/recent-files/egg-recent-model.c:
4757         (egg_recent_model_get_type):
4758         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4759         (egg_recent_view_uimanager_get_type):
4760         * cut-n-paste/recent-files/egg-recent-view.c:
4761         (egg_recent_view_get_type):
4762         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4763         (egg_editable_toolbar_get_type):
4764         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4765         (egg_toolbar_editor_get_type):
4766         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4767         (egg_toolbars_model_get_type):
4768         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4769         (egg_tree_multi_drag_source_get_type):
4770         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4771         (ephy_zoom_action_get_type):
4772         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4773         (ephy_zoom_control_get_type):
4774         * impress/r_back.c: (_imp_fill_back):
4775         * properties/ev-properties-main.c:
4776         (ev_properties_plugin_register_type):
4777         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4778         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4779         (ev_view_accessible_factory_get_type):
4780
4781         Reduce relocations. Bug #360616.
4782
4783 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4784
4785         * backend/ev-document-factory.c:
4786         (ev_document_factory_get_document):
4787         
4788         Load document even if extension is wrong.
4789
4790 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4791
4792         * shell/ev-metadata-manager.c: (save_values):
4793         * shell/ev-window.c: (setup_size_from_metadata),
4794         (setup_view_from_metadata), (ev_window_setup_document),
4795         (ev_window_xfer_job_cb), (window_configure_event_cb):
4796         
4797         Set size according to the document size/page size ratio.
4798         That should correct rather wierd behaviour of the previous
4799         commit.
4800
4801 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4802
4803         * shell/ev-window.c: (setup_view_from_metadata):
4804         
4805         Set size for new windows from previous window size.
4806         See bugs #354968 and #168450 for details. Thanks
4807         to Meik Hellmund.
4808
4809 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4810
4811         * djvu/djvu-links.c: (build_tree):
4812
4813         Fix memory leak.
4814
4815 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4816
4817         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4818         
4819         Don't make sidebar close button insensitive. Fixes
4820         bug #357871.
4821
4822 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4823
4824         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4825         (ev_window_set_view_accels_sensitivity):
4826         
4827         Don't enable Slash on documents which don't support
4828         find. Fixes bug #358648.
4829
4830 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4831
4832         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4833         open dialog fall back to the current document uri if the
4834         filechooser hasn't been used before. Fixes bug #356980.
4835
4836 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4837
4838         * shell/ev-window.c: (ev_window_setup_recent), 
4839         (ev_window_get_recent_file_label):
4840
4841         Escape underscores in filenames of recent file items.
4842
4843 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4844
4845         * configure.ac:
4846         
4847         Bumped poppler requirements, really 0.5.3 is very 
4848         buggy, now we require 0.5.4.
4849
4850 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4851
4852         * djvu/Makefile.am:
4853         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4854         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4855         (djvu_document_document_links_iface_init):
4856         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4857         (number_from_string_10), (get_djvu_link_dest),
4858         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4859         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4860         (djvu_links_get_links), (djvu_links_find_link_dest),
4861         (djvu_links_get_links_model):
4862         * djvu/djvu-links.h:
4863         
4864         Add support for links and bookmarks in djvu documents. Thanks
4865         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4866         patch.
4867
4868 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4869
4870         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4871         
4872         Reopen should reload document. Fixes 
4873         bug 327951.
4874
4875 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4876
4877         * configure.ac:
4878         * data/Makefile.am:
4879         * data/evince-16.png:
4880         * data/evince-22.png:
4881         * data/evince.png:
4882         * data/evince.svg:
4883         * data/icons/16x16/Makefile.am:
4884         * data/icons/16x16/evince.png:
4885         * data/icons/22x22/Makefile.am:
4886         * data/icons/22x22/evince.png:
4887         * data/icons/48x48/Makefile.am:
4888         * data/icons/48x48/evince.png:
4889         * data/icons/Makefile.am:
4890         * data/icons/scalable/Makefile.am:
4891         * data/icons/scalable/evince.svg:
4892         
4893         Install icons with correct names. Fixes
4894         bug #354429.
4895
4896 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4897
4898         * shell/ev-view.c: (ev_view_button_release_event):
4899
4900         Don't open links with middle mouse button. Fixes bug #353649
4901
4902 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4903
4904         * NEWS:
4905         * configure.ac:
4906         
4907         Update for release 0.6.0
4908
4909 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4910
4911         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4912         Implement Close named action. Patch by Carlos Garcia Campos.
4913
4914 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4915
4916         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4917         
4918         Don't clear link mapping on copy_job_to_job_info. Fixes
4919         bug 346168.
4920
4921 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4922
4923         * shell/main.c: (main):
4924
4925         Revert my previous commit, gnome_program_init owns the option context.
4926         Fix another memory leak in main. Both caught by Christian Persch. 
4927
4928 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4929
4930         * shell/main.c: (main):
4931
4932         Fix memory leak.
4933
4934 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4935
4936         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4937
4938         Fix crash when opening a pdf with password protection. 
4939
4940 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4941
4942         * pdf/ev-poppler.cc: (pdf_document_search_free):
4943
4944         Fix memory leak. 
4945
4946 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4947
4948         * backend/ev-document-factory.c:
4949         (ev_document_factory_get_document):
4950         * tiff/tiff-document.c: (tiff_document_finalize):
4951         
4952         More correct handling of document loading. Fixes
4953         bug #349043.
4954
4955 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4956
4957         * backend/ev-attachment.c: (ev_attachment_save):
4958
4959         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4960         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4961
4962 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4963         
4964         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4965         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4966
4967 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4968
4969         * shell/ev-sidebar-thumbnails.c:
4970
4971         Do not render thumbnails unless thumbnails page is active in the
4972         sidebar.
4973
4974 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4975
4976         * shell/ev-properties-dialog.c:
4977
4978         Fix dialogue spacing. Bug #351370.
4979
4980 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4981
4982         * configure.ac:
4983
4984         Use lowercase gettext catalog file names (evince.mo
4985         instead of Evince.mo)
4986
4987 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4988
4989         * shell/ev-sidebar-attachments.c:
4990
4991         GtkIconTheme is now screen safe too. Fixes bug #350878
4992
4993 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4994
4995         * shell/ev-window.c:
4996
4997         GtkRecent manager is now screen safe. Fixes bug #350145
4998
4999 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5000
5001         * shell/ev-sidebar.c: (ev_sidebar_init):
5002         
5003         Make sidebar close icon smaller. Fix for bug 350177.
5004         See also bugs 350176 and 165770.
5005
5006 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5007
5008         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5009
5010         Ignore zoom for xyz destinations when it's <= 1, keeping user
5011         preferences instead. Set correct sizing-mode for fith and fitv
5012         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5013
5014 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5015
5016         * NEWS:
5017         * configure.ac:
5018         
5019         Update for release 0.5.5
5020
5021 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5022         
5023         * shell/ev-window.c: (ev_window_cmd_escape)
5024
5025         Escape unfocus page entry. Fixes bug #345809.
5026
5027 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5030         (build_tree), (pdf_document_links_get_links),
5031         (pdf_document_links_find_link_dest):
5032         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5033         (goto_xyz_dest):
5034
5035         Convert from PDF style coordinates to X style coordinates in the
5036         backend rather than in the view. Fixes bug #338440
5037
5038 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5039
5040         * shell/ev-window.c:
5041         
5042         Remove Ctrl+Shift+T shortcut for toolbars. See
5043         the bug #350098.
5044
5045 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5046
5047         * configure.ac:
5048
5049         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5050         of this. 
5051
5052 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5053
5054         * configure.ac:
5055         * cut-n-paste/Makefile.am:
5056         * data/evince-ui.xml:
5057         * shell/Makefile.am:
5058         * shell/ev-application.[ch]:
5059         * shell/ev-window.c:
5060
5061         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5062         #349273
5063
5064 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5065
5066         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5067         findbar code: s/help/search/
5068
5069 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5070
5071         * shell/ev-window.c: (setup_document_from_metadata),
5072         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5073         (setup_view_from_metadata):
5074         
5075         Fix memory leaks.
5076
5077 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5078
5079         * autogen.sh, configure.ac: 
5080         
5081         Update automake usage. See bug 349292.
5082
5083 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5084
5085         * shell/eggfindbar.c: (egg_find_bar_class_init),
5086         (entry_activate_callback), (egg_find_bar_init),
5087         (egg_find_bar_set_status_text):
5088         * shell/eggfindbar.h:
5089         
5090         Unify Evince findbar with Epiphany. Nice patch
5091         from Fabricio Silva <silva@crans.org> and
5092         Frederic Peters <fpeters@entrouvert.com>. See
5093         bug #339966 for details.
5094
5095 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5096
5097         * data/evince.desktop.in.in:
5098         
5099         Correct information for bugzilla. Thanks to
5100         Olaf Vitters, see bug #348855.
5101
5102 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5103
5104         * shell/ev-jobs.[ch]:
5105         * shell/ev-sidebar-links.c:
5106         * shell/ev-window.[ch]:
5107
5108         GtkPrintJob doesn't support print ranges or current page, so we export
5109         to a ps file now when printing ranges or current page.
5110
5111 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5112
5113         * pdf/ev-poppler.cc:
5114         * shell/ev-window.c: (do_action_named):
5115
5116         We should be more clear about bugzilla. See the
5117         poppler bug #7623.
5118
5119 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5120
5121         * configure.ac:
5122         * shell/Makefile.am:
5123         * shell/ev-job-queue.c:
5124         * shell/ev-jobs.[ch]:
5125         * shell/ev-sidebar-links.c:
5126         * shell/ev-window.[ch]:
5127         
5128         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5129         #348422
5130
5131 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5132
5133         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5134         * shell/ev-application-service.xml:
5135         * shell/ev-application.[ch]:
5136         * shell/ev-jobs.[ch]:
5137         * shell/ev-window.[ch]: (ev_window_run_preview):
5138         * shell/main.c: 
5139
5140         Add preview mode to use evince as a printing previewer. It also adds
5141         other command line options for fullscreen and presentation modes.
5142         Fixes bugs #347822, #317031
5143
5144 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5145
5146         * NEWS:
5147         * configure.ac:
5148         
5149         Update for release 0.5.4
5150
5151 2006-07-11  Bastien Nocera <hadess@hadess.net>
5152
5153         * Makefile.am:
5154         * backend/Makefile.am:
5155         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5156         * backend/ev-document-factory.h:
5157         * configure.ac:
5158         * impress/.cvsignore:
5159         * impress/Makefile.am:
5160         * impress/common.h:
5161         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5162         (imp_get_page), (imp_next_page), (imp_prev_page),
5163         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5164         * impress/f_oasis.c: (render_object), (render_page),
5165         (get_geometry), (_imp_oasis_load):
5166         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5167         (_imp_oo13_load):
5168         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5169         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5170         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5171         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5172         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5173         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5174         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5175         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5176         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5177         (iks_new_within), (iks_insert), (iks_insert_cdata),
5178         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5179         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5180         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5181         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5182         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5183         (iks_cdata), (iks_cdata_size), (iks_has_children),
5184         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5185         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5186         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5187         (iks_tree), (iks_load), (iks_save):
5188         * impress/iksemel.h:
5189         * impress/imposter.h:
5190         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5191         (imp_render_draw_bezier_real), (imp_render_get_size),
5192         (imp_render_set_fg_color), (imp_render_draw_line),
5193         (imp_render_draw_rect), (imp_render_draw_polygon),
5194         (imp_render_draw_arc), (imp_render_draw_bezier),
5195         (imp_render_open_image), (imp_render_get_image_size),
5196         (imp_render_scale_image), (imp_render_draw_image),
5197         (imp_render_close_image), (imp_render_markup),
5198         (imp_render_get_text_size), (imp_render_draw_text),
5199         (impress_document_load), (impress_document_save),
5200         (impress_document_get_n_pages), (impress_document_get_page_size),
5201         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5202         (impress_document_finalize), (impress_document_class_init),
5203         (impress_document_can_get_text), (impress_document_get_info),
5204         (impress_document_document_iface_init),
5205         (impress_document_thumbnails_get_thumbnail),
5206         (impress_document_thumbnails_get_dimensions),
5207         (impress_document_document_thumbnails_iface_init),
5208         (impress_document_init):
5209         * impress/impress-document.h:
5210         * impress/internal.h:
5211         * impress/r_back.c: (_imp_fill_back):
5212         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5213         (_imp_draw_image), (_imp_tile_image):
5214         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5215         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5216         (r_polyline):
5217         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5218         (r_draw_gradient_complex), (r_draw_gradient):
5219         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5220         (r_get_bullet):
5221         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5222         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5223         (r_text):
5224         * impress/render.c: (imp_create_context), (imp_context_set_page),
5225         (imp_context_set_step), (imp_render), (imp_delete_context):
5226         * impress/render.h:
5227         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5228         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5229         (zip_load_xml), (zip_get_size), (zip_load):
5230         * impress/zip.h:
5231         * shell/ev-utils.c:
5232         
5233         New backend to support impress slides. Fixes bug #30867.
5234
5235 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5236
5237         * shell/ev-utils.c: (using_postscript_printer):
5238         
5239         Fixes crash when print using PAPI backend,
5240         bug #345012.
5241
5242 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5243
5244         * shell/ev-jobs.c: (ev_job_xfer_run):
5245         * shell/ev-window.c: (password_dialog_response),
5246         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5247         (ev_window_dispose):
5248         Fixes bug #344160: if the xfer job doesn't complete
5249         because a password is required, reload the existing
5250         instance instead of creating a new one.
5251
5252 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5253
5254         * shell/main.c: (main): Call gdk_threads_init. Thus
5255         we'll avoid errors in auth dialog. Fix for the bug
5256         #343347.
5257
5258 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5259
5260         * configure.ac: Advertise pixbuf support, fix
5261         for the bug 343317.
5262
5263 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5264
5265         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5266         (ev_sidebar_thumbnails_set_document):
5267         
5268         Update sidebar thumbnails after reloading.
5269
5270 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5271
5272         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5273         * shell/ev-jobs.h:
5274         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5275         (ev_window_cmd_view_reload), (ev_window_init):
5276         
5277         Don't crash on reload. Fix for the bug #343167.
5278
5279 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5280
5281         * shell/ev-jobs.c: (ev_job_render_run):
5282         
5283         Check for document links.
5284
5285 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5286
5287         * backend/ev-attachment.c: (ev_attachment_save),
5288         (ev_attachment_launch_app), (ev_attachment_open):
5289         * backend/ev-document-factory.c: (get_document_from_uri):
5290         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5291         (egg_recent_view_uimanager_set_list):
5292         * ps/ps-document.c: (check_filecompressed), (document_load),
5293         (ps_document_load):
5294         * shell/ev-metadata-manager.c: (load_values):
5295         * shell/ev-password.c: (ev_password_dialog_set_property):
5296         * shell/ev-view.c: (tip_from_link):
5297         * shell/ev-window.c: (file_save_dialog_response_cb),
5298         (ev_window_print_dialog_response_cb):
5299         
5300         Use consistent quoting style. Fix for the bug #320285.
5301
5302 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5303
5304         * shell/ev-jobs.c: (ev_job_xfer_run):
5305         * shell/main.c: (load_files):
5306                 
5307         Open links with anchors. Fix for the bug #339836.
5308
5309 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5312         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5313         (ev_link_dest_set_property), (ev_link_dest_finalize),
5314         (ev_link_dest_class_init), (ev_link_dest_new_named),
5315         (ev_link_dest_new_page_label):
5316         * backend/ev-link-dest.h:
5317         * shell/ev-application.c: (ev_application_open_uri):
5318         * shell/ev-view.c: (goto_dest):
5319         * shell/ev-window.c:
5320         * shell/ev-window.h:
5321         
5322         Fix page-label command line option. Bug #342070.
5323
5324 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5325
5326         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5327         
5328         Don't show highlight rects if page can't be showed. Fix for 
5329         the bug #342076
5330
5331 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5332
5333         * shell/ev-window.c: (setup_sidebar_from_metadata),
5334         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5335         
5336         Setup sidebar from metadata even if there is no document
5337         loaded. Fix for the bug #342807.
5338
5339 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5340
5341         * cut-n-paste/toolbar-editor/Makefile.am:
5342         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5343         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5344         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5345         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5346         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5347         (popup_context_menu_cb), (button_press_event_cb),
5348         (configure_item_sensitivity), (configure_item_cursor),
5349         (configure_item_tooltip), (connect_widget_signals),
5350         (action_sensitive_cb), (create_item_from_action),
5351         (create_item_from_position), (toolbar_drag_data_received_cb),
5352         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5353         (toolbar_drag_leave_cb), (configure_drag_dest),
5354         (toggled_visibility_cb), (toolbar_visibility_refresh),
5355         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5356         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5357         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5358         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5359         (egg_editable_toolbar_dispose),
5360         (egg_editable_toolbar_set_ui_manager),
5361         (egg_editable_toolbar_get_selected),
5362         (egg_editable_toolbar_set_selected), (set_edit_mode),
5363         (egg_editable_toolbar_set_property),
5364         (egg_editable_toolbar_get_property),
5365         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5366         (egg_editable_toolbar_new_with_model),
5367         (egg_editable_toolbar_get_edit_mode),
5368         (egg_editable_toolbar_set_edit_mode),
5369         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5370         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5371         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5372         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5373         (item_added_or_removed_cb), (toolbar_removed_cb),
5374         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5375         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5376         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5377         (editor_create_item_from_name), (append_table),
5378         (update_editor_sheet), (egg_toolbar_editor_init):
5379         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5380         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5381         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5382         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5383         (toolbar_node_free), (egg_toolbars_model_get_flags),
5384         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5385         (egg_toolbars_model_get_name), (impl_add_item),
5386         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5387         (parse_data_list), (parse_item_list), (parse_toolbars),
5388         (egg_toolbars_model_load_toolbars), (parse_available_list),
5389         (parse_names), (egg_toolbars_model_load_names),
5390         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5391         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5392         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5393         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5394         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5395         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5396         (egg_toolbars_model_set_types), (fill_avail_array),
5397         (egg_toolbars_model_get_name_avail),
5398         (egg_toolbars_model_get_name_flags),
5399         (egg_toolbars_model_set_name_flags):
5400         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5401         * cut-n-paste/toolbar-editor/eggintl.h:
5402         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5403         (egg_tree_multi_drag_source_get_type),
5404         (egg_tree_multi_drag_source_row_draggable),
5405         (egg_tree_multi_drag_source_drag_data_delete),
5406         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5407         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5408         (path_list_free), (set_context_data), (get_context_data),
5409         (get_info), (egg_tree_multi_drag_drag_data_get),
5410         (egg_tree_multi_drag_motion_event),
5411         (egg_tree_multi_drag_button_press_event),
5412         (egg_tree_multi_drag_add_drag_support):
5413         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5414         * shell/ev-application.c: (ev_application_init),
5415         (ev_application_save_toolbars_model):
5416         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5417         (ev_window_cmd_edit_toolbar), (ev_window_init):
5418         
5419         Sync toolbareditor with epiphany and libegg
5420
5421 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5422
5423         * configure.ac: 
5424
5425         Depend on poppler 0.5.2
5426
5427 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5428
5429         * shell/ev-jobs.c: (ev_job_render_run):
5430         
5431         Check if document supports links iterface.
5432
5433 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5434
5435         * NEWS:
5436         * configure.ac:
5437         
5438         Update for release 0.5.3
5439
5440 2006-05-13  Michael Plump  <plumpy@skylab.org>
5441
5442         * configure.ac:
5443         * shell/Makefile.am:
5444         * shell/main.c: (main):
5445         
5446         Port to GOption command line parsing. Fix for the 
5447         bug #327518
5448
5449 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * shell/ev-window.c: (ev_window_cmd_help_about):
5452         
5453         Do not wrap license. Fix for the bug #309460.
5454
5455 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5456
5457         * configure.ac:
5458         * properties/ev-properties-main.c: (ev_properties_get_pages):
5459         * shell/ev-application.c: (ev_application_open_window),
5460         (ev_application_open_uri_at_dest):
5461         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5462         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5463         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5464         * shell/ev-utils.c: (save_print_config_to_file):
5465         * shell/ev-window.c: (ev_window_cmd_save_as),
5466         (ev_attachment_popup_cmd_save_attachment_as):
5467         * shell/main.c: (load_files_remote):
5468         
5469         Bump requirements to gtk 2.8 and drop all ifdefs used.
5470
5471 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5472
5473         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5474         * shell/ev-window.c: (ev_window_init):
5475         
5476         Show attachments page.
5477
5478 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5479
5480         * po/POTFILES.in:
5481         * shell/ev-attachment-bar.c:
5482         * shell/ev-attachment-bar.h:
5483         * shell/ev-sidebar-attachments.c:
5484         (ev_sidebar_attachments_icon_cache_add),
5485         (icon_theme_get_pixbuf_from_mime_type),
5486         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5487         (ev_sidebar_attachments_icon_cache_refresh),
5488         (ev_sidebar_attachments_get_attachment_at_pos),
5489         (ev_sidebar_attachments_popup_menu_show),
5490         (ev_sidebar_attachments_popup_menu),
5491         (ev_sidebar_attachments_button_press),
5492         (ev_sidebar_attachments_update_icons),
5493         (ev_sidebar_attachments_drag_data_get),
5494         (ev_sidebar_attachments_get_property),
5495         (ev_sidebar_attachments_destroy),
5496         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5497         (ev_sidebar_attachments_new),
5498         (ev_sidebar_attachments_set_document),
5499         (ev_sidebar_attachments_support_document),
5500         (ev_sidebar_attachments_get_label),
5501         (ev_sidebar_attachments_page_iface_init):
5502         * shell/ev-sidebar-attachments.h:
5503         * shell/ev-window.c: (update_chrome_visibility),
5504         (setup_sidebar_from_metadata), (ev_window_setup_document),
5505         (ev_window_sidebar_current_page_changed_cb),
5506         (attachment_bar_menu_popup_cb), (ev_window_init):
5507         
5508         Move attachments bar to sidebar.
5509
5510 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5511
5512         * pdf/ev-poppler.cc:
5513         * shell/ev-application.[ch]:
5514         * shell/main.c:
5515
5516         Fix some memory leaks.
5517
5518 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5519
5520         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5521
5522         Change the properties dialog response to
5523         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5524         will make the dialog go away when the user presses
5525         enter. With gtk+ >= 2.9 this will happen anyway, but for
5526         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5527         escape by default. Fixes bug #340539. See also bug
5528         #101293 for the gtk+ part.
5529
5530 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5531
5532         * shell/ev-view.c (tip_from_action_named): Replace some strings
5533         that were wrong. Closes #340970.
5534
5535 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5536
5537         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5538
5539         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5540         #341049
5541
5542 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5543
5544         * djvu/Makefile.am:
5545         * dvi/Makefile.am:
5546         * dvi/mdvi-lib/Makefile.am:
5547         * properties/Makefile.am:
5548         * ps/Makefile.am:
5549         * shell/Makefile.am:
5550         * thumbnailer/Makefile.am:
5551         
5552         Due to broken libtool that is unable to track dependencies
5553         of noinst libraries we are forced to explicitely point
5554         libraries for binary. Fix for the bug #333334.
5555
5556 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5557
5558         * data/evince.desktop.in.in:
5559         * shell/ev-view.c: (view_update_range_and_current_page),
5560         (ev_view_next_page), (ev_view_previous_page):
5561         * shell/ev-window.c: (update_chrome_visibility),
5562         (setup_sidebar_from_metadata), (ev_window_setup_document),
5563         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5564         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5565         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5566         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5567         (ev_window_stop_presentation), (ev_window_focus_in_event),
5568         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5569         (ev_window_init):
5570         * thumbnailer/Makefile.am:
5571         
5572         Update fullscreen and presentation timeout handling. Hide
5573         cursor in presentation after timeout. Fix for the bugs
5574         #136359 and #336981.
5575
5576 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5577
5578         * backend/ev-link-action.[ch]:
5579         * pdf/ev-poppler.cc: (ev_link_from_action):
5580         * shell/ev-view-private.h:
5581         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5582         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5583
5584         Add support for Named Action links
5585
5586 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5587
5588         * backend/Makefile.am:
5589         * backend/ev-document-links.[ch]:
5590         * backend/ev-document.[ch]:
5591         * backend/ev-link-action.[ch]:
5592         * backend/ev-link-dest.[ch]:
5593         * backend/ev-link.[ch]:
5594         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5595         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5596         * shell/ev-page-action.c: (build_new_tree_cb):
5597         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5598         (links_page_num_func), (update_page_callback):
5599         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5600         (tip_from_link):
5601         * shell/ev-jobs.c:
5602         * shell/ev-window.[ch]: (ev_window_open_uri),
5603         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5604         * shell/ev-application.[ch]: (ev_application_open_window),
5605         (ev_application_open_uri):
5606
5607         Rework links system, it adds support for remote links now and it makes
5608         easier to add new kinds of actions and destinations. Fixes bug #317292
5609
5610 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5611
5612         * data/Makefile.am:
5613         * data/evince.png:
5614         * data/evince-16.png:
5615         * data/evince-22.png:
5616         * data/evince.svg:
5617         * shell/main.c: (main):
5618         
5619         Evince use it's own icon. Fix for the bug #313392.
5620
5621         * shell/ev-window.c: (fullscreen_timeout_cb),
5622         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5623         (ev_window_cmd_help_about), (ev_window_dispose):
5624         
5625         Simplify fullscreen timeout code.
5626
5627 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5628
5629         * backend/ev-attachment.c: 
5630         * shell/ev-attachment-bar.c:
5631         * shell/ev-window.c:
5632
5633         Allow multiple selection of attachments
5634
5635 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5636
5637         * shell/ev-view.c: (view_update_range_and_current_page),
5638         (ev_view_scroll):
5639         
5640         Fix for the bug #312573 – Optimal selection of current 
5641         page among visible pages.
5642
5643 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5644
5645         * configure.ac:
5646         * djvu/Makefile.am:
5647         * djvu/djvu-text.h:
5648         
5649         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5650         for the bug 339868.
5651
5652 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5653
5654         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5655
5656 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5657
5658         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5659         dictated by the GNOME HIG. Fixes bug #339235.
5660
5661 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5662
5663         * data/evince-ui.xml:
5664         * shell/ev-view.c: (ev_view_can_find_previous):
5665         * shell/ev-view.h:
5666         * shell/ev-window.c: (ev_window_update_actions),
5667         (ev_window_cmd_edit_find_previous):
5668
5669         Add support for "Find Previous" as dictated by the GNOME HIG. A
5670         menu item is added and some glue code to make it all work is added
5671         to various files.
5672
5673 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5674
5675         * configure.ac: Award myself the "useless use of cat" award.
5676
5677 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5678
5679         * po/LINGUAS: New file listing all supported languages.
5680
5681         * configure.in: Use po/LINGUAS instead of including all languages
5682         directly in this file. See the wiki for more information:
5683         http://live.gnome.org/GnomeGoals/PoLinguas
5684
5685 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5686
5687         * backend/ev-document-factory.c:
5688
5689         Do not load the document twice when there isn't errors
5690
5691 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5692
5693         * backend/ev-attachment.c: 
5694
5695         Fix a crash when there isn't a default application to open an
5696         attachment
5697
5698 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5699
5700         * backend/ev-attachment.[ch]:
5701         * shell/ev-attachment-bar.[ch]:
5702
5703         Added missing files. 
5704
5705 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5706
5707         * backend/Makefile.am:
5708         * data/evince-ui.xml:
5709         * backend/ev-attachment.[ch]:
5710         * backend/ev-document.[ch]: (ev_document_has_attachments),
5711         (ev_document_get_attachments):
5712         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5713         (attachment_save_to_buffer), (pdf_document_get_attachments),
5714         (pdf_document_document_iface_init):
5715         * shell/Makefile.am:
5716         * shell/ev-attachment-bar.[ch]:
5717         * shell/ev-window.c:
5718
5719         Add support for PDF attachments. Fixes bug #325143
5720
5721 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5722
5723         * backend/ev-document-factory.c: (get_document_from_uri),
5724         (ev_document_factory_get_document):
5725         * backend/ev-document-factory.h:
5726         * properties/ev-properties-main.c: (ev_properties_get_pages):
5727         * shell/Makefile.am:
5728         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5729         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5730         (ev_job_queue_remove_job):
5731         * shell/ev-job-queue.h:
5732         * shell/ev-job-xfer.c:
5733         * shell/ev-job-xfer.h:
5734         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5735         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5736         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5737         (ev_job_xfer_run):
5738         * shell/ev-jobs.h:
5739         * shell/ev-window.c: (ev_window_is_empty),
5740         (password_dialog_response), (ev_window_clear_xfer_job),
5741         (ev_window_xfer_job_cb), (ev_window_open_uri),
5742         (ev_window_cmd_focus_page_selector),
5743         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5744         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5745         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5746         (ev_window_dispose):
5747         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5748         
5749         * Cleanup mime type detection on document load. Fix for the
5750         bug #336448.
5751
5752 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5753
5754         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5755         
5756         Fix crash on exit, described in the bug #336825.
5757
5758 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5759
5760         * backend/ev-document-factory.c:
5761         (ev_document_factory_get_from_mime),
5762         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5763         (ev_document_factory_get_document),
5764         (file_filter_add_mime_list_and_free),
5765         (ev_document_factory_add_filters):
5766         * backend/ev-document-factory.h:
5767         * properties/ev-properties-main.c: (ev_properties_get_pages):
5768         * shell/Makefile.am:
5769         * shell/ev-application.c:
5770         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5771         * shell/ev-window.c: (ev_window_cmd_file_open),
5772         (ev_window_cmd_save_as):
5773         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5774         
5775         Rework factory functions so they are placed now in a single 
5776         file ev-document-factory.c
5777
5778 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5779
5780         * shell/ev-window.c: (update_chrome_visibility):
5781         
5782         Fix for the bug 166566 - don't show menubar in fullscreen
5783         mode.
5784
5785 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5786
5787         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5788
5789 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5790
5791         * shell/ev-view.c: (ev_view_expose_event):
5792         
5793         More correctly draw loading text when document
5794         is empty.
5795
5796 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5797
5798         * shell/ev-view.c: (ev_view_scroll):
5799         
5800         Fix for the bug #334854, page down and page up switch
5801         pages in presentation mode.
5802
5803 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5804
5805         * shell/ev-window.c: (ev_window_set_action_sensitive),
5806         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5807         (ev_window_set_view_accels_sensitivity),
5808         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5809         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5810         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5811         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5812         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5813         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5814         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5815         (view_actions_focus_in_cb), (ev_window_init):
5816         
5817         Fix for the bug #333902, now it's possible to search
5818         words with slash.
5819
5820 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5821
5822         * configure.ac: Added Breton translation.
5823         * po/br.po: Added Breton translation.
5824
5825 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5826
5827         * shell/ev-window-title (ev_window_title_update):
5828
5829         Fix memory leak in window title. Fixes bug #333944
5830
5831 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * shell/ev-metadata-manager.c (parseItem):
5834
5835         Fix memory leaks. Fixes bug #333945
5836
5837 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5838         
5839         * NEWS, configure.ac, TODO:
5840         
5841         Update for release 0.5.2.
5842
5843 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5844
5845         * shell/ev-view.c: (view_update_range_and_current_page),
5846         (page_changed_cb):
5847         
5848         Don't jump on scrolling, fix for the bug #333127.
5849
5850 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5851
5852         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5853         
5854         Scroll by one page in presentation mode. Fix for the bug
5855         #332993.
5856
5857 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5858
5859         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5860
5861 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5862
5863         * configure.ac  Added lv in ALL_LINGUAS line.
5864
5865 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5866         
5867         * NEWS, configure.ac:
5868         
5869         Update for release 0.5.1
5870
5871 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5872
5873         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5874         * backend/ev-document-misc.h:
5875         * shell/ev-view.c: (draw_one_page):
5876         
5877          Clairfy what page the toolbar page number applies to. Fix
5878          for the bug #328102.
5879
5880 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5881
5882         * shell/ev-view-private.h:
5883         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5884         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5885         (ev_view_search_changed):
5886         * shell/ev-view.h:
5887         * shell/ev-window.c: (find_bar_search_changed_cb):
5888         
5889         Dont't jump to find result if window was scrolled during search.
5890         Fix for the bug #313266.
5891
5892 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5893
5894         * shell/eggfindbar.c: (egg_find_bar_class_init):
5895         * shell/eggfindbar.h:
5896         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5897         * shell/ev-view-private.h:
5898         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5899         (ev_view_class_init), (ev_sizing_mode_get_type),
5900         (ev_scroll_type_get_type):
5901         * shell/ev-view.h:
5902         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5903         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5904         (ev_window_init):
5905         
5906         Fix for the bug 319133 - Find entry should allow text scroll.
5907
5908 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5909
5910         * shell/ev-view-private.h:
5911         * shell/ev-view.c: (view_update_range_and_current_page),
5912         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5913         (ev_view_set_document), (update_find_status_message),
5914         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5915         (ev_view_find_previous):
5916         
5917         Fix for the bug #319137. Search now takes account for scrolling.
5918
5919 2006-02-19  Michael Hofmann <mh21@piware.de>
5920
5921         * configure.ac:
5922         * djvu/Makefile.am:
5923         * djvu/djvu-document-private.h:
5924         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5925         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5926         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5927         (djvu_document_can_get_text), (djvu_document_get_text),
5928         (djvu_document_document_iface_init),
5929         (djvu_document_thumbnails_get_thumbnail),
5930         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5931         (djvu_document_find_get_result),
5932         (djvu_document_find_page_has_results),
5933         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5934         (djvu_document_find_iface_init):
5935         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5936         (djvu_text_page_selection), (djvu_text_page_limits_process),
5937         (djvu_text_page_limits), (djvu_text_page_copy),
5938         (djvu_text_page_position), (djvu_text_page_union),
5939         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5940         (djvu_text_page_box), (djvu_text_page_append_text),
5941         (djvu_text_page_search), (djvu_text_page_prepare_search),
5942         (djvu_text_page_new), (djvu_text_page_free):
5943         * djvu/djvu-text-page.h:
5944         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5945         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5946         (djvu_text_n_results), (djvu_text_has_results),
5947         (djvu_text_get_result), (djvu_text_get_progress):
5948         * djvu/djvu-text.h:
5949         
5950         Text search in djvu. Fix for the bug #303415.
5951
5952 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5953
5954         * configure.ac:
5955         * shell/ev-window.c: (ev_window_cmd_save_as):
5956         
5957         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5958         Thanks to Gary Coady <gary@lyranthe.org>
5959
5960 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * shell/ev-print-job.c: (idle_print_handler):
5963         
5964         Inverse order printing, bug #320919.
5965
5966 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5967
5968         * data/evince-toolbar.xml:
5969         * shell/ev-window.c:
5970         
5971         Allow to add sidebar checkbutton on toolbar. Fix
5972         for the bug #144577.
5973
5974 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5975
5976         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5977         
5978         Add checks that have sense for empty ps document.
5979
5980 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5981
5982         * configure.ac: Include PS in mime types list. 
5983
5984 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5985
5986         * configure.ac:
5987         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5988         * ps/gsdefaults.h:
5989         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5990         
5991         Runtime check for gs interpreter. Fix for the bug #320868.
5992         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5993
5994 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5995
5996         * shell/ev-application.c: 
5997
5998         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5999         dbus>=0.60, so that the request is not queued. 
6000
6001 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6002
6003         * configure.ac:
6004         * shell/Makefile.am:
6005         * shell/ev-sidebar-links.c: (print_section_cb):
6006         * shell/ev-utils.c:
6007         * shell/ev-utils.h:
6008         * shell/ev-window.c: (update_action_sensitivity),
6009         (ev_window_close_dialogs), (ev_window_print):
6010         * shell/ev-window.h:
6011         
6012         Make printing support optional. Patch from Eduardo de Barros Lima
6013         <eduardo.lima@indt.org.br> for the bug #330546.
6014
6015 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * shell/ev-view-private.h:
6018         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6019         (ev_view_set_document):
6020         * shell/ev-view.h:
6021         * shell/ev-window.c: (ev_window_load_job_cb),
6022         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6023         (ev_window_init):
6024
6025         Draw Loading message during xfer job. Fix for the bug #329495.
6026
6027 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6028
6029         * comics/comics-document.c: (comics_regex_quote),
6030         (comics_document_load), (extract_argv):
6031         
6032         Correcly quote regexp before passing it to unzip.
6033
6034 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6035
6036         * shell/ev-page-cache.c: (build_height_to_page),
6037         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6038         (ev_page_cache_get_dual_even_left):
6039         * shell/ev-page-cache.h:
6040         * shell/ev-view.c: (view_update_range_and_current_page),
6041         (get_page_y_offset), (get_page_extents):
6042         
6043         Place even pages to the left if document has less then
6044         two pages. Fix for the bug #328856.
6045
6046 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6047
6048         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6049         
6050         Correct comics scheme. This make evince create thumbnails
6051         for comic books. Fix for the bug 329088.
6052
6053 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6054
6055         * data/evince-password.glade: Don't explicitly set
6056         invisible_char to the current default value in case
6057         the default changes; let GTK+ do its magic.
6058
6059 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6060
6061         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6062         real filename to tmp filename since often document
6063         type is determined by extension.
6064
6065 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6066
6067         * shell/ev-view.c: (add_scroll_binding_keypad),
6068         (ev_view_binding_activated), (ev_view_class_init):
6069         
6070         Add keybindings for percision-scrolling of display area. 
6071         Fix for the bug #314072.
6072
6073 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6074
6075         * data/evince.desktop.in.in:
6076         
6077         Add GTK to the list of categories. Fix for the bug #328034.
6078
6079 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6080
6081         * shell/ev-application.c: (ev_application_shutdown),
6082         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6083         * shell/ev-application.h:
6084         * shell/ev-window.c: (file_open_dialog_response_cb),
6085         (ev_window_cmd_file_open):
6086         
6087         Save last uri in file chooser dialog. Fix for the bug #327950.
6088
6089 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6090
6091         * NEWS:
6092         * README:
6093         
6094         Final update for release 0.5.0
6095         
6096         * shell/Makefile.am:
6097         
6098         Remove disable deprecated until we'll require libgnome-2.13.7
6099         and port to GOption argument parsing. See bug 327518.
6100
6101 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6102
6103         * comics/comics-document.c: (comics_document_save):
6104         * djvu/djvu-document.c: (djvu_document_save):
6105         * dvi/dvi-document.c: (dvi_document_save):
6106         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6107         * lib/ev-file-helpers.h:
6108         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6109         * tiff/tiff-document.c: (tiff_document_save):
6110         
6111         Use common save function for backends.
6112
6113 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6114
6115         * backend/ev-document-types.c:
6116         
6117         Fix crash on saving pixbuf.
6118
6119 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6120
6121         * cut-n-paste/recent-files/egg-recent-item.c:
6122         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6123         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6124         (parse_info_free), (valid_element), (start_element_handler),
6125         (end_element_handler), (text_handler), (egg_recent_model_filter),
6126         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6127         (egg_recent_model_monitor), (egg_recent_model_read),
6128         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6129         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6130         (egg_recent_model_set_property), (egg_recent_model_class_init),
6131         (egg_recent_model_init), (egg_recent_model_add_full),
6132         (egg_recent_model_delete), (egg_recent_model_get_list),
6133         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6134         (egg_recent_model_set_filter_mime_types),
6135         (egg_recent_model_clear_group_filter),
6136         (egg_recent_model_set_filter_groups),
6137         (egg_recent_model_clear_scheme_filter),
6138         (egg_recent_model_set_filter_uri_schemes),
6139         (egg_recent_model_remove_expired):
6140         * cut-n-paste/recent-files/egg-recent-util.c:
6141         (egg_recent_util_get_icon):
6142         * cut-n-paste/recent-files/egg-recent-util.h:
6143         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6144         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6145         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6146         (egg_recent_view_uimanager_set_property),
6147         (egg_recent_view_uimanager_get_property),
6148         (egg_recent_view_uimanager_class_init),
6149         (egg_recent_view_uimanager_init),
6150         (egg_recent_view_uimanager_set_label_width),
6151         (egg_recent_view_uimanager_get_label_width):
6152         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6153         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6154         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6155         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6156         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6157         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6158         
6159         Update from libegg.
6160
6161 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6162
6163         * shell/ev-page-cache.c: (build_height_to_page),
6164         (ev_page_cache_get_height_to_page):
6165         * shell/ev-page-cache.h:
6166         * shell/ev-view.c: (view_update_range_and_current_page),
6167         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6168         (ev_view_previous_page):
6169         
6170         Dual mode places even pages to the left. Fix for the bug #309393.
6171
6172         * shell/ev-view.h:
6173         * shell/ev-window.c: (update_action_sensitivity),
6174         (setup_view_from_metadata), (view_menu_popup_cb):
6175         
6176         Don't restore presentation in empty windows, more intelligent
6177         next page behaviour in dual mode.
6178
6179         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6180         (ev_pixbuf_cache_clear_job_sizes):
6181         
6182         Cleanup job callback on removal. Fix for the bug #325886.
6183
6184 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6185
6186         * ps/ps.c: (psscan):
6187         
6188         Commit workaround Mozilla problem. Fix for the bug #325919
6189         
6190         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6191         (save_item):
6192         
6193         Fix for year 2038 problem.
6194
6195 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * shell/ev-window.c: (setup_document_from_metadata),
6198         (ev_window_cmd_view_reload):
6199
6200         Clamp page recieved from metadata in valid values. Fix
6201         for the bug #325986.
6202
6203 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * MAINTAINERS: 
6206         Add MAINTAINERS as requested on desktop-devel-list.
6207
6208 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6209
6210         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6211         (mime_type_supported_by_gdk_pixbuf),
6212         (ev_document_factory_get_mime_types),
6213         (ev_document_factory_get_all_mime_types):
6214         
6215         Don't add pixbuf mime types if pixbuf backend is disabled.
6216         
6217         * shell/ev-application.c: (ev_application_get_uri_window):
6218         
6219         Fix for the bug 325815 - unhandled MIME type message doesn't 
6220         appear a second time. 
6221         
6222         * shell/ev-document-types.c: (ev_document_types_add_filters):
6223         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6224         (password_dialog_response), (ev_window_popup_password_dialog),
6225         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6226         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6227         (ev_window_run_presentation), (ev_window_stop_presentation),
6228         (save_sizing_mode), (ev_window_zoom_changed_cb),
6229         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6230         (ev_window_dual_mode_changed_cb),
6231         (ev_window_sidebar_current_page_changed_cb),
6232         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6233         (window_state_event_cb), (window_configure_event_cb):
6234         
6235         Cleanup additional uris holded by EvWindow.
6236
6237 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6238
6239         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6240         (ev_view_can_previous_page), (ev_view_can_next_page):
6241         * shell/ev-view.h:
6242         * shell/ev-window.c: (update_action_sensitivity):
6243         
6244         Two page scrolling with Space and PageUp in dual mode. Second fix 
6245         for the bug #316608.
6246
6247 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6248
6249         * shell/ev-view.c: (scroll_to_current_page):
6250         
6251         Correctly clamp adjustment value. Fix for the bug
6252         #325808.
6253
6254 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6255
6256         * shell/ev-sidebar-links.c: (print_section_cb):
6257         * shell/ev-window.c: (ev_window_get_uri),
6258         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6259         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6260         (ev_window_dispose):
6261         
6262         Make print dialog non-modal. Fix for the bug #325622.
6263
6264 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * shell/ev-metadata-manager.c:
6267         * shell/ev-utils.c: (using_pdf_printer),
6268         (using_postscript_printer), (load_print_config_from_file),
6269         (save_print_config_to_file):
6270         * shell/ev-utils.h:
6271         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6272         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6273         (setup_view_from_metadata), (ev_window_setup_document),
6274         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6275         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6276         (ev_window_run_presentation), (ev_window_stop_presentation),
6277         (save_sizing_mode), (ev_window_zoom_changed_cb),
6278         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6279         (ev_window_dual_mode_changed_cb),
6280         (ev_window_sidebar_current_page_changed_cb),
6281         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6282         (window_state_event_cb), (window_configure_event_cb),
6283         (ev_window_init):
6284         
6285         Setting saving behaviour fixes.
6286
6287 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6288
6289         * configure.ac:
6290         
6291         Make antialiasing gs options better and allow
6292         to change them during configure. Fix for the 
6293         bug #319049.
6294
6295 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6296
6297         * shell/ev-window.c: (setup_view_from_metadata):
6298         
6299         Remember if last window was maximized. Fix for the
6300         bug #323797.
6301
6302 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6303
6304         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6305
6306 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6309         * shell/ev-page-action.c: (build_new_tree_cb):
6310         * shell/ev-sidebar-links.c: (links_page_num_func),
6311         (update_page_callback_foreach), (update_page_callback):
6312         * shell/ev-view.c: (scroll_to_current_page):
6313         
6314         Fix for the bug #325067 with more intelligent selection
6315         of current link in sidebar. Make sidebar handle links
6316         of FITR-like type more correctly.
6317
6318         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6319         (dvi_pixbuf_put_pixel):
6320         
6321         Fix memory consumtion with disabled alpha channel.
6322
6323 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6324
6325         * data/evince-ui.xml:
6326         * shell/ev-window.c: (view_menu_popup_cb),
6327         (ev_popup_cmd_open_link), (ev_window_init):
6328         
6329         Update context menu for internal links. Fix for the bug
6330         #325066.
6331
6332 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6333
6334         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6335         
6336         Bind context menu to keyboard also. Fix for the bug
6337         #325065.
6338
6339 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6340
6341         * shell/ev-view.c: (selection_scroll_timeout_cb):
6342         
6343         Horizontal scroll on selection also.
6344
6345 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * shell/ev-metadata-manager.c: (parse_value):
6348         * shell/ev-view.c: (goto_xyz_link):
6349         
6350         Correct zoom setup and metadata save broken in 
6351         some locales.
6352
6353 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6354
6355         * shell/ev-view-private.h:
6356         * shell/ev-view.c: (scroll_to_current_page),
6357         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6358         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6359         (page_changed_cb), (ev_view_set_continuous),
6360         (ev_view_set_dual_page), (ev_view_set_presentation):
6361         
6362         Delay scroll until allocation to correctly position page. Fix
6363         for the bug #317334.
6364
6365 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6366
6367         * NEWS:
6368         * configure.ac:
6369         
6370         Update NEWS and require poppler 0.5.0.
6371
6372 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6373         
6374         * data/evince-ui.xml:
6375         * shell/ev-view-private.h:
6376         * shell/ev-view.c: (ev_view_get_link_at_location),
6377         (handle_link_over_xy), (ev_view_button_press_event),
6378         (ev_view_button_release_event), (ev_view_class_init):
6379         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6380         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6381         (ev_window_init):
6382         
6383         Implement right-click context menu.
6384
6385 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6388         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6389         (mdvi_pixbuf_device_render):
6390         * pdf/ev-poppler.cc:
6391
6392         Don't generate thumbnails with alpha. See bug #324077.
6393         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6394
6395 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6396
6397         * shell/ev-window.c: (setup_chrome_from_metadata):
6398         
6399         Fix typo that was hiding toolbar.
6400
6401 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6402
6403         * shell/ev-view-private.h:
6404         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6405         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6406         (ev_view_button_release_event), (ev_view_destroy):
6407         
6408         Small cleanup and autoscrolling during selection. Thanks to 
6409         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6410
6411 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6412
6413         * configure.ac:
6414         
6415         Correctly check for comics option.
6416
6417 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6418         * Makefile.am:
6419         * configure.ac:
6420         * backend/Makefile.am:
6421         * backend/ev-document-factory.c:
6422         * shell/ev-document-types.c:
6423
6424         Included option in configure to make ps backend 
6425         compilation optional with --disable-ps.
6426
6427 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6428
6429         * backend/ev-document-factory.c:
6430         * comics/Makefile.am:
6431         * comics/comics-document.c: (comics_document_load):
6432         * comics/ev-cbr-mime.xml:
6433         * configure.ac:
6434         
6435         Comics mime types are added to shared-mime-info CVS. Now
6436         we don't need to install our own mime types.
6437
6438 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6439
6440         * shell/ev-window.c:
6441         
6442         Add shortcut for "save a copy" menu entry. Fix for
6443         the bug #324582.
6444
6445 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6446
6447         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6448         (job_finished_cb), (new_selection_pixbuf_needed),
6449         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6450         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6451         
6452         Rework selection job info logic and fix critical warning.
6453
6454 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6455
6456         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6457
6458 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6459
6460         * data/evince-ui.xml:
6461         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6462         
6463         Enter as shortcut key for next page. Fix for the bug
6464         #321394.
6465
6466 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6467
6468         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6469
6470 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6471
6472         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6473         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6474         (new_selection_pixbuf_needed),
6475         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6476         (clear_job_selection):
6477         
6478         Too early for 0.5. Pixbuf cache code cleaned a bit.
6479
6480 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6481
6482         * NEWS:
6483         * configure.ac:
6484         
6485         Release 0.5.0 preparation
6486
6487 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6488
6489         * comics/Makefile.am:
6490         * configure.ac:
6491         * shell/ev-document-types.c: (ev_document_types_add_filters):
6492         
6493         More advanced handling of custom mime type installation.
6494
6495 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6496
6497         * data/evince.schemas.in:
6498         * shell/ev-metadata-manager.c: (value_free),
6499         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6500         (ev_metadata_manager_get), (ev_metadata_manager_set):
6501         * shell/ev-metadata-manager.h:
6502         * shell/ev-window.c: (update_chrome_flag),
6503         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6504         (setup_document_from_metadata), (setup_chrome_from_metadata),
6505         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6506         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6507         (ev_window_view_toolbar_cb),
6508         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6509         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6510         
6511         Save last document settings and reuse them for new documents.
6512
6513 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6514
6515         * Makefile.am:
6516         * backend/Makefile.am:
6517         * backend/ev-document-factory.c:
6518         * backend/ev-document-factory.h:
6519         * comics/Makefile.am:
6520         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6521         (comics_document_load), (comics_document_save),
6522         (comics_document_get_n_pages), (comics_document_get_page_size),
6523         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6524         (comics_document_class_init), (comics_document_can_get_text),
6525         (comics_document_get_info), (comics_document_document_iface_init),
6526         (comics_document_init), (get_supported_image_extensions),
6527         (comics_document_thumbnails_get_geometry),
6528         (comics_document_thumbnails_get_thumbnail),
6529         (comics_document_thumbnails_get_dimensions),
6530         (comics_document_document_thumbnails_iface_init), (extract_argv):
6531         * comics/comics-document.h:
6532         * comics/ev-cbr-mime.xml:
6533         * configure.ac:
6534         * po/POTFILES.in:
6535         * shell/ev-application.c: (ev_application_register_service):
6536         * shell/ev-document-types.c: (ev_document_types_add_filters):
6537         * thumbnailer/Makefile.am:
6538         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6539         
6540         New CBR/CBZ backend for comic books.
6541
6542 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6543
6544         * shell/main.c: (load_files_remote):
6545
6546         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6547         warning on startup of second instance is fixed. It
6548         is bug #320353.
6549
6550 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6551
6552         * shell/ev-window.c: (ev_window_finalize):
6553         
6554         Fix double free that cause crash.
6555
6556 2005-10-29  Bastien Nocera <hadess@hadess.net>
6557
6558         * tiff/tiff-document.c: (tiff_document_load):
6559         
6560         Fix memory leak.
6561
6562 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6563
6564         * po/POTFILES.in:
6565         * shell/Makefile.am:
6566         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6567         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6568         (ev_view_accessible_get_text),
6569         (ev_view_accessible_get_character_at_offset),
6570         (ev_view_accessible_get_text_before_offset),
6571         (ev_view_accessible_get_text_at_offset),
6572         (ev_view_accessible_get_text_after_offset),
6573         (ev_view_accessible_get_character_count),
6574         (ev_view_accessible_get_caret_offset),
6575         (ev_view_accessible_set_caret_offset),
6576         (ev_view_accessible_get_run_attributes),
6577         (ev_view_accessible_get_default_attributes),
6578         (ev_view_accessible_get_character_extents),
6579         (ev_view_accessible_get_offset_at_point),
6580         (ev_view_accessible_get_n_selections),
6581         (ev_view_accessible_get_selection),
6582         (ev_view_accessible_add_selection),
6583         (ev_view_accessible_remove_selection),
6584         (ev_view_accessible_set_selection),
6585         (ev_view_accessible_text_iface_init),
6586         (ev_view_accessible_idle_do_action),
6587         (ev_view_accessible_action_do_action),
6588         (ev_view_accessible_action_get_n_actions),
6589         (ev_view_accessible_action_get_description),
6590         (ev_view_accessible_action_get_name),
6591         (ev_view_accessible_action_set_description),
6592         (ev_view_accessible_action_iface_init),
6593         (ev_view_accessible_get_type), (ev_view_accessible_new),
6594         (ev_view_accessible_factory_get_accessible_type),
6595         (ev_view_accessible_factory_create_accessible),
6596         (ev_view_accessible_factory_class_init),
6597         (ev_view_accessible_factory_get_type):
6598         * shell/ev-view-accessible.h:
6599         * shell/ev-view-private.h:
6600         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6601         * shell/ev-view.h:
6602         
6603         Initial accessibility support.
6604
6605 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6606
6607         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6608
6609 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6610
6611         * shell/ev-print-job.c: (idle_print_handler):
6612         
6613         Fix for bug Bug 318916: Printing multiple pages.
6614
6615 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6616
6617         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6618
6619 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6620
6621         * pdf/ev-poppler.cc:
6622         
6623         Thumnail dimensions unified with other backends.
6624         
6625         * shell/ev-window-title.c: (ev_window_title_update):
6626         
6627         Fix warning.
6628
6629 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6630
6631         * data/ev-stock-zoom-fit-width.png:
6632         
6633         Remove unused file.
6634
6635 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6636
6637         * configure.ac:
6638         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6639         (djvu_document_finalize):
6640         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6641         (dvi_document_finalize):
6642         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6643         (pixbuf_document_save), (pixbuf_document_finalize):
6644         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6645         (tiff_document_finalize):
6646         
6647         Save a copy implemented for various backends.
6648
6649 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6650
6651         * configure.ac:
6652         
6653         Don't link with ltiff if tiff is disabled.
6654
6655 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * pdf/GDKSplashOutputDev.cc:
6658         * pdf/GDKSplashOutputDev.h:
6659         * pdf/Thumb.cc:
6660         * pdf/Thumb.h:
6661         * pdf/pdf-document.cc:
6662         * pdf/pdf-document.h:
6663         * pdf/test-gdk-output-dev.cc:
6664         
6665         Remove old unused files.
6666
6667 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * shell/ev-window.c: (ev_window_setup_document):
6670         
6671         Fixed warnings on reload and probably crash reason.
6672
6673 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6674
6675         * properties/ev-properties-view.c:
6676         (ev_properties_view_format_date):
6677         
6678         Check if date is invalid. Fix for bug 318134.
6679
6680 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6681
6682         * shell/ev-window-title.c:
6683         
6684         Add .indd files (Adobe Indesign) to the list of "bad
6685         extensions".
6686
6687 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6688
6689         * data/evince-ui.xml:
6690         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6691         
6692         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6693
6694 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6695
6696         * shell/ev-window.c: (launch_link), (launch_external_uri),
6697         (view_external_link_cb):
6698
6699         URL-escape link before passing it to gnome_vfs_url_show.
6700
6701 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6702
6703         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6704         there isn't text selected.
6705
6706 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6707
6708         * shell/ev-view.c: (handle_link_over_xy):
6709
6710         Check tooltip is valid utf8 before showing it
6711
6712 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6713
6714         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6715
6716 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6717
6718         * shell/ev-window-title.c: (ev_window_title_update):
6719
6720         Guard against using g_strstrip on NULL. Fixes bug #317291.
6721
6722 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6723
6724         * pdf/ev-poppler.cc:
6725
6726         Show title even for unknown links
6727
6728 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6729
6730         * shell/ev-window-title.c: (ev_window_title_update):
6731
6732         Strip the title string
6733
6734 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6735
6736         * shell/ev-window-title.c:
6737
6738         Add .rtf to the bad extensions list
6739
6740 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6741
6742         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6743         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6744
6745         Ignore link coordinates if they are outside page bounds
6746
6747 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6748
6749         * backend/ev-link.c: (ev_link_type_get_type),
6750         (ev_link_get_filename), (ev_link_get_params),
6751         (ev_link_get_property), (ev_link_set_property),
6752         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6753         * backend/ev-link.h:
6754         * pdf/ev-poppler.cc:
6755         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6756         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6757         (ev_window_init):
6758
6759         Implement launch links. Delegate external link opening to
6760         the window.
6761
6762 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6763
6764         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6765         (ev_link_get_right), (ev_link_get_property),
6766         (ev_link_set_property), (ev_link_class_init),
6767         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6768         * backend/ev-link.h:
6769         * pdf/ev-poppler.cc:
6770         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6771
6772         Implement fitr links
6773
6774 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6775
6776         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6777         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6778         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6779         (ev_view_size_request_continuous),
6780         (ev_view_size_request_dual_page),
6781         (ev_view_size_request_single_page), (ev_view_size_allocate),
6782         (ev_view_zoom_for_size_continuous_and_dual_page),
6783         (ev_view_zoom_for_size_continuous),
6784         (ev_view_zoom_for_size_dual_page),
6785         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6786         (ev_sizing_mode_get_type):
6787         * shell/ev-view.h:
6788         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6789
6790         Do not use modes for link, we need to calculate size ad hoc.
6791         Still not perfect because of the usual scrollbar issues grrr.
6792
6793 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6794
6795         * backend/ev-link.c: (ev_link_type_get_type),
6796         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6797         * backend/ev-link.h:
6798         * pdf/ev-poppler.cc:
6799         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6800         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6801         (ev_view_size_request_continuous),
6802         (ev_view_size_request_dual_page),
6803         (ev_view_size_request_single_page), (ev_view_size_allocate),
6804         (zoom_for_size_fit_height),
6805         (ev_view_zoom_for_size_continuous_and_dual_page),
6806         (ev_view_zoom_for_size_continuous),
6807         (ev_view_zoom_for_size_dual_page),
6808         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6809         (ev_sizing_mode_get_type):
6810         * shell/ev-view.h:
6811         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6812
6813         Implement FIT_HEIGHT mode (only for links).
6814         Implement FITH links
6815
6816 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6817
6818         * shell/ev-window-title.c: (get_filename_from_uri),
6819         (ev_window_title_sanitize_extension), (ev_window_title_update),
6820         (ev_window_title_set_document), (ev_window_title_set_uri),
6821         (ev_window_title_free):
6822         * shell/ev-window-title.h:
6823         * shell/ev-window.c: (ev_window_setup_document),
6824         (ev_window_popup_password_dialog):
6825
6826         Refactor window title building while fixing it for
6827         password documents.
6828
6829 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6830
6831         * pdf/ev-poppler.cc:
6832
6833         Escape link title before setting it in the model
6834
6835 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6836
6837         * shell/ev-application.c: (removed_from_session), (save_session),
6838         (init_session), (ev_application_get_empty_window),
6839         (ev_application_init), (ev_application_get_windows):
6840         * shell/ev-application.h:
6841         * shell/ev-window.c: (ev_window_finalize):
6842
6843         Add a function to retrieve window list and share it where
6844         necessary.
6845         Implement session handling, works pretty well thanks to the
6846         metadata system.
6847
6848 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6849
6850         * shell/ev-password.c: (ev_password_item_created_callback),
6851         (ev_password_dialog_save_password):
6852         
6853         Fix for bug 316972. Use async gnome-keyring API.
6854
6855 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6856
6857         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6858         Remove unused unrealize handler. Add scroll handling to
6859         ev_view_scroll_event for presentation mode (bug #316708),
6860         and fix the event state checks there.
6861
6862 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * shell/ev-page-action.c: (page_changed_cb):
6865
6866         "marco, maybe we should be crazy and jump right to 6! :)"
6867
6868         Bryan Clark, Sep 2005
6869
6870 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6871
6872         * ps/ps-document.c: (save_document), (ps_document_save),
6873         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6874         (ps_document_ps_export_end):
6875
6876         Fix unstructured documents save and print
6877
6878 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6879
6880         * shell/ev-application.c: (ev_application_open_uri):
6881
6882         Fix window size persistance
6883
6884 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6885
6886         * shell/ev-view.c: (ev_view_button_release_event):
6887
6888         Based on a patch from carlosgc@gnome.org. Mouse buttons
6889         switch pages in presentation mode.
6890
6891 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6892
6893         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6894
6895         Dont cast to int before scaling
6896
6897 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6898
6899         * backend/ev-link.c: (ev_link_type_get_type),
6900         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6901         (ev_link_new_page_fith):
6902         * backend/ev-link.h:
6903         * pdf/ev-poppler.cc:
6904         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6905
6906         Implement FIT and FITH links
6907
6908 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6909
6910         * pdf/ev-poppler.cc:
6911
6912         Return 0 results when search is not in progress.
6913
6914         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6915         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6916
6917         Update menu sensitivity when cancelling search
6918
6919 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6920
6921         * shell/ev-view.c: (ev_view_can_find_next):
6922
6923         Take all pages in consideration, not just current one
6924
6925 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6926
6927         * shell/ev-page-cache.c:
6928         * shell/ev-page-cache.h:
6929         * shell/ev-view.c: (ev_view_binding_activated),
6930         (ev_view_next_page), (ev_view_previous_page),
6931         (ev_sizing_mode_get_type):
6932         * shell/ev-view.h:
6933         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6934         (ev_window_cmd_go_next_page):
6935
6936         Move page next/previous functions from page chace to
6937         view and change it to move by 2 page steps in dual mode.
6938
6939 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6940
6941         * shell/ev-window.c: (update_sidebar_visibility),
6942         (setup_sidebar_from_metadata), (ev_window_setup_document),
6943         (setup_view_from_metadata):
6944
6945         Show the index by default when there is one     
6946
6947 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6948
6949         * shell/ev-window-title.c: (ev_window_title_set_document):
6950
6951         Missing null check
6952
6953 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6954
6955         * shell/ev-view.c: (view_update_range_and_current_page):
6956         
6957         Allow display of last odd page in dual view. Fix for 316347.
6958
6959 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6960
6961         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6962         
6963         Make close button default. Fix for 316383.
6964
6965 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6966
6967         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6968         
6969         Mark close button as default. Fix for 316381.
6970
6971 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6972
6973         * backend/ev-link.c: (ev_link_class_init):
6974
6975         Allow negative doubles in left/top properties
6976
6977 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6978
6979         * shell/ev-window.c:
6980
6981         Remove a bunch of strings that was used only
6982         by the statusbar.
6983
6984 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6985
6986         * shell/ev-window-title.c: (get_filename_from_uri),
6987         (ev_window_title_set_document):
6988
6989         When title has a confusing extension, show also
6990         the document filename inside ()
6991
6992 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6993
6994         * shell/Makefile.am:
6995         * shell/ev-window-title.c: (ev_window_title_new),
6996         (ev_window_title_update), (ev_window_title_set_type),
6997         (ev_window_title_set_document), (ev_window_title_free):
6998         * shell/ev-window-title.h:
6999         * shell/ev-window.c: (ev_window_setup_document),
7000         (password_dialog_response), (ev_window_popup_password_dialog),
7001         (ev_window_dispose), (ev_window_init):
7002
7003         Factor out and cleanup window title code
7004
7005 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7006
7007         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7008         (unable_to_load):
7009
7010         Make dialog transient so it doesnt block other windows
7011
7012 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7013
7014         * pdf/ev-poppler.cc:
7015         
7016         Fix pdf thumbnails rendering.
7017
7018 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7019
7020         * shell/ev-window.c: (fullscreen_set_timeout):
7021         
7022         Increase timeout to hide full screen popup. Bug 
7023         316123. 
7024
7025 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * data/evince.schemas.in:
7028         * shell/ev-window.c: (update_action_sensitivity):
7029
7030         Allow the user to override document restrictions. Fix for bug
7031         305818.
7032
7033 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7034
7035         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7036         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7037         (ev_window_class_init): Fix multihead behaviour of fullscreen
7038         toolbar popup. Fixes bug #315451.
7039
7040 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7041
7042         * configure.ac:
7043         * data/evince-password.glade:
7044         * shell/ev-password.c: (ev_password_dialog_set_property),
7045         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7046         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7047         (ev_password_dialog_entry_changed_cb),
7048         (ev_password_dialog_entry_activated_cb),
7049         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7050         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7051         (ev_password_dialog_set_bad_pass):
7052         * shell/ev-password.h:
7053         * shell/ev-window.c: (password_dialog_response),
7054         (ev_window_popup_password_dialog):
7055         
7056         Support for gnome-keyring for encrypted PDF's.
7057
7058 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7059
7060         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7061         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7062         (ev_view_enter_notify_event), (ev_view_class_init):
7063         
7064         More precise handling of enter_notify/leave_notify events
7065         in EvView. Fix for bug 315470.
7066
7067 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7068
7069         * shell/ev-window.c: (fullscreen_timeout_cb),
7070         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7071         (ev_window_dispose):
7072
7073         leak fix: unref fullscreen_timeout_source before clearing it
7074
7075 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7076
7077         * configure.ac, dvi/mdvi/Makefile.am: 
7078         
7079         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7080
7081 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7082
7083         * backend/ev-link.c: (ev_link_new_page_xyz):
7084         * pdf/ev-poppler.cc:
7085         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7086
7087         Fix some bugs with xyz links, respect zoom
7088
7089 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7090
7091         * shell/ev-window.c: (page_changed_cb),
7092         (setup_document_from_metadata), (update_sidebar_visibility),
7093         (setup_view_from_metadata), (ev_window_run_fullscreen),
7094         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7095         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7096         (ev_window_dual_mode_changed_cb),
7097         (ev_window_sidebar_current_page_changed_cb):
7098
7099         null check uri before setting and getting metadata
7100
7101 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7102
7103         * dvi/Makefile.am:
7104         * properties/Makefile.am:
7105         * shell/Makefile.am:
7106         * thumbnailer/Makefile.am:
7107
7108         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7109
7110 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7111
7112         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7113         (selection_changed_callback):
7114         * shell/ev-sidebar-links.h:
7115
7116         Add a signal for link activation.
7117
7118         * shell/ev-view.c: (ev_view_goto_link),
7119         (ev_view_button_release_event):
7120         * shell/ev-view.h:
7121         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7122         (ev_window_init):
7123
7124         Implement the signal so that we can handle all link types.
7125
7126         * shell/ev-page-cache.c:
7127
7128         Remove unused set_link function
7129
7130 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7131
7132         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7133
7134         Add some space from the cursor, hardcoded but I couldnt
7135         find a better way.
7136
7137 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7138
7139         * lib/ev-tooltip.c:
7140
7141         Use mozilla style vs gtk style, way better for links.
7142
7143         * shell/ev-view.c: (ev_view_motion_notify_event),
7144         (ev_view_destroy), (ev_view_init):
7145
7146         Deactive tooltip when the link hovered is changed.
7147
7148 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7149
7150         * backend/ev-document.h:
7151         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7152         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7153         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7154         (ev_link_new_page), (ev_link_new_page_xyz):
7155         * backend/ev-link.h:
7156         * pdf/ev-poppler.cc:
7157         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7158         (go_to_link), (tip_from_link):
7159
7160         Implement xyz links, still not functional. Links are a total
7161         mess, will need to refactor and bugfix a lot :(
7162
7163 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7164
7165         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7166
7167 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7168
7169         * data/evince-ui.xml:
7170         * data/evince.schemas.in:
7171         * shell/Makefile.am:
7172         * shell/ev-window.c: (update_chrome_visibility),
7173         (password_dialog_response), (ev_window_load_job_cb),
7174         (ev_window_xfer_job_cb), (ev_window_open_uri),
7175         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7176         (ev_window_init):
7177
7178         Remove the statusbar. This regress loading feedback, need to
7179         check with Bryan what we want to do there...
7180
7181 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7182
7183         * lib/ev-tooltip.c: (ev_tooltip_init):
7184
7185         Fix tooltip border and size handling
7186
7187 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7188
7189         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7190         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7191         (ev_tooltip_timeout), (ev_tooltip_activate),
7192         (ev_tooltip_deactivate):
7193         * lib/ev-tooltip.h:
7194         * shell/ev-view.c: (ev_view_motion_notify_event):
7195
7196         Delay popup showing. Mirror gtk logic/times.
7197
7198 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7199
7200         * lib/Makefile.am:
7201         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7202         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7203         (ev_tooltip_set_text), (ev_tooltip_set_position):
7204         * lib/ev-tooltip.h:
7205
7206         Simple widget to show tooltips at a custom position
7207
7208         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7209         (ev_view_destroy):
7210
7211         Use it for links. First go, needs work
7212
7213 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7214
7215         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7216         HIG fixes.  Use title capitalization for window title. Use 12 
7217         pixels of space between the dialog's vbox and action area.
7218
7219 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7220
7221         * shell/ev-window.c: (file_open_dialog_response_cb),
7222         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7223         (ev_window_cmd_save_as):
7224
7225         Make file pickers not modal and refactor code some
7226
7227 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7228
7229         * shell/ev-sidebar.h:
7230         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7231         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7232         (ev_sidebar_class_init), (ev_sidebar_select_page),
7233         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7234         (ev_sidebar_set_page):
7235
7236         Add a current page property and allow to get/set it
7237
7238         * shell/ev-window.c: (setup_view_from_metadata),
7239         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7240
7241         Persist current sidebar page per document
7242
7243 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * data/evince.schemas.in:
7246         * shell/ev-window.c: (update_chrome_visibility),
7247         (setup_document_from_metadata), (update_sidebar_visibility),
7248         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7249         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7250         (ev_window_run_presentation), (ev_window_stop_presentation),
7251         (ev_window_view_sidebar_cb),
7252         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7253         (load_chrome), (ev_window_init):
7254
7255         Persist size/visibility of sidebar per document
7256
7257 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7258
7259         * shell/ev-view.c (draw_loading_text): Draw loading text.
7260
7261 2005-09-02  Dan Damian  <dand@gnome.ro>
7262
7263         * configure.in: Added "ro" to ALL_LINGUAS.
7264
7265 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7266
7267         * shell/ev-view.c: (clear_caches):
7268
7269         ev_page_cache_get doesnt return a reference,
7270         dont try to unref it.
7271
7272 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7273
7274         * shell/main.c: (load_files_remote):
7275
7276         Fix timestamp parameter with dbus <= 0.33
7277
7278 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7279
7280         * data/evince.schemas.in:
7281
7282         Add missing full stop
7283
7284 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7285
7286         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7287         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7288
7289         Plug some memory leaks
7290
7291 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7292
7293         * configure.ac:
7294         * lib/ev-debug.c: (trap_handler):
7295
7296         Check for execinfo.h and use it only if it exists.
7297         Ported from Epiphany (bug #314776).
7298
7299 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7300
7301         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7302
7303 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7304
7305         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7306         * po/id.po      : Added Indonesian translation
7307
7308 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7309
7310         * shell/main.c:
7311         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7312         * NEWS: Release 0.4.0
7313
7314 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7315
7316         * configure.ac: catch another gtk+-2.8ism
7317         * shell/main.c: Make work with gtk+-2.6
7318
7319 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7320
7321         * shell/ev-application-service.xml: Add 'timestamp' argument to
7322           ev_application_open_window and ev_application_open_uri methods.
7323
7324         * shell/ev-application.h: Add 'timestamp' argument to
7325           ev_application_open_window, ev_application_open_uri,
7326           and ev_application_open_uri_list functions.
7327
7328         * shell/ev-application.c (ev_application_open_window,
7329           ev_application_open_uri, ev_application_open_uri_list): Change
7330           functions that show/present windows to use a timestamp if one
7331           is passed in.
7332
7333         * shell/ev-window.c (ev_window_cmd_file_open,
7334           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7335         * shell/main.c (load_files): Modify calls to ev_application to
7336           include GDK_CURRENT_TIME as timestamp.
7337
7338         * shell/main.c (load_files_remote): Obtain timestamp for client
7339           instance from GDK and pass to server instance so new windows are
7340           focused properly.  Fix dbus_g_proxy_call() calls by including second
7341           G_TYPE_INVALID.
7342           
7343         Closes bug #314475.
7344
7345 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7346
7347         * shell/ev-window.c (ev_window_finalize): Check for
7348         avail. EvWindows when quiting to handle the finalize better,
7349         #314497
7350
7351 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7352         
7353         * properties/ev-properties-view.c: 
7354         
7355         Set textdomain to libglade. Fixes translation problem in property page.
7356
7357 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7358
7359         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7360         * dvi/Makefile.am:
7361         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7362         * dvi/mdvi-lib/Makefile.am:
7363         
7364         Fix rotation of thumbnails, ported to new API. Moved library
7365         dependencies earlier, probably it will fix linkage problem.
7366
7367 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7368
7369         * backend/ev-document-misc.c:
7370         (ev_document_misc_get_thumbnail_frame):
7371         * backend/ev-document-misc.h:
7372         * configure.ac:
7373         * pdf/ev-poppler.cc:
7374         * shell/Makefile.am:
7375         * shell/ev-sidebar-thumbnails.c: (add_range),
7376         (ev_sidebar_thumbnails_set_loading_icon),
7377         (ev_sidebar_thumbnails_refresh),
7378         (ev_sidebar_thumbnails_set_document):
7379         * shell/ev-sidebar-thumbnails.h:
7380         * shell/ev-view.c: (ev_view_motion_notify_event),
7381         (ev_view_set_property), (ev_view_get_property),
7382         (ev_view_class_init), (ev_view_set_rotation):
7383         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7384         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7385         (ev_window_init):
7386         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7387         Redo rotation (again).  prepare for 0.4.0
7388
7389 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7390
7391         * configure.ac: Bump poppler requirement to 0.4.1.
7392
7393         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7394         argument to poppler_page_render_selection() call.
7395
7396 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7397
7398         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7399         (djvu_document_thumbnails_get_thumbnail):
7400         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7401         (dvi_document_thumbnails_get_thumbnail):
7402         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7403         (pixbuf_document_thumbnails_get_thumbnail):
7404         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7405         
7406         Update rotation direction of backends to fit with pdf and ps.
7407
7408 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7409
7410         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7411         * backend/ev-async-renderer.h:
7412         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7413         (setup_page), (ps_document_get_page_size),
7414         (ps_async_renderer_render_pixbuf):
7415         * ps/ps-document.h:
7416         * shell/ev-jobs.c: (ev_job_render_run):
7417
7418         Fix orientation in the postscript document
7419
7420 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7421
7422         * pdf/ev-poppler.cc:
7423         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7424         * shell/ev-view.c: (highlight_find_results):
7425
7426         Adapt to the new poppler rotation API. Fix text maps on landscape
7427         documents.
7428
7429 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7430
7431         * shell/ev-view.c (compute_new_selection_text): get the correct
7432         region when selecting in modes other than continuous.
7433
7434 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7435
7436         * shell/main.c (main): remove redundant g_warnings.
7437
7438 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7439
7440         * shell/Makefile.am: Don't include autogenerated
7441         file ev-application-service.h into distribution, since
7442         it causes dbus crash. Fix for bugs 313724 and 313443. 
7443
7444 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7445
7446         * configure.ac: Fix sed expression for FreeBSD. Thanks
7447         to Joe Marcus Clark <marcus@freebsd.org>
7448         
7449         * shell/eggfindbar.c: (entry_activate_callback),
7450         (entry_changed_callback), (egg_find_bar_init),
7451         (egg_find_bar_set_search_string):
7452         
7453         Made findbar buttons unsensitive if there is no text in
7454         entry. Fix for the bug 313285.
7455
7456 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7457
7458         * ps/ps-document.c: Use g_filename_display_name for displaying
7459         filenames and revert string freeze breackage
7460
7461 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7462
7463         * NEWS:
7464         * configure.ac:
7465
7466         Update for 0.3.4
7467
7468         * shell/Makefile.am:
7469
7470         Add ev-application-service.xml to extra dist
7471
7472         * shell/ev-view.c: (find_page_at_location):
7473
7474         Remove unused function (fix warning)
7475
7476 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7477
7478         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7479         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7480         
7481         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7482         bug 313623.
7483
7484 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7485
7486         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7487         * shell/ev-window.c:
7488         Fix build warnings
7489
7490 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7491
7492         * configure.ac: Update script to get dbus version.
7493         Fix for the bug #313443.
7494
7495 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7496
7497         * shell/ev-window.c: (ev_window_cmd_escape):
7498         
7499         Return focus back to view on escape. Fix for bug 313295.
7500
7501 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7502
7503         * shell/ev-window.c: (update_window_title),
7504         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7505         (ev_window_cmd_save_as):
7506         
7507         Correct conversion from uri to displayable string. Fix for
7508         bug 313296.
7509
7510 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7511
7512         * ps/ps-document.c: convert filename to utf8 when there is an error
7513         loading document. Fixes #309915
7514
7515 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7516
7517         * configure.ac:
7518
7519         We depend on poppler 0.4.0
7520
7521 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7522
7523         * configure.ac:
7524         * NEWS: Release 0.3.3.
7525         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7526
7527 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7528
7529         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7530         add a couple missing mnemonics to menu items, use title 
7531         capitalization for menu items and window titles, and add 
7532         ellipsis to open menu item.     
7533
7534 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7535
7536         * pdf/ev-poppler.cc:
7537         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7538         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7539         (ev_view_get_rotation):
7540         * shell/ev-view.h:
7541         * shell/ev-window.c: (setup_view_from_metadata),
7542         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7543         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7544         disk.
7545
7546 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7547
7548         * configure.ac: Added tr to ALL_LINGUAS
7549
7550 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7551
7552         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7553         requires several clicks to find word. Thanks to 
7554         Colin Slater <kiltedtaco@gmail.com>.
7555
7556 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7557
7558         * data/evince.desktop.in.in: Hide menu entry and
7559         rename it to "Document Viewer". Fix for bug 
7560         #312399.
7561
7562 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7563
7564         * shell/ev-page-action.c (ev_page_action_class_init): 
7565
7566         Point to the correct function in constructor of the
7567         activate_label signal
7568
7569 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7570
7571         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7572         * shell/ev-jobs.h: Make thread safe.
7573
7574 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7575
7576         * shell/ev-view.c: (view_update_range_and_current_page):
7577         Don't update page range if we are scrolling to some document
7578         point.
7579
7580 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7581
7582         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7583         when getting max_page_width, fix drawing in dual mode.
7584
7585 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7586
7587         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7588         getting the area for select_all.
7589
7590 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7591
7592         * backend/ev-selection.c: (ev_selection_render_selection):
7593         * backend/ev-selection.h:
7594         * pdf/ev-poppler.cc:
7595         * shell/ev-jobs.c: (ev_job_render_new):
7596         * shell/ev-jobs.h:
7597         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7598         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7599         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7600         (ev_view_class_init):
7601
7602         Change selection color on focus in and focus out events.  Also,
7603         poppler now uses GdkColor for specifying the selection colors, so
7604         drop some awkward conversion code.
7605
7606 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7607
7608         * configure.ac: Added Hebrew translation
7609
7610 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7611
7612         * NOTES:
7613         * backend/ev-selection.c: (ev_selection_render_selection):
7614         * backend/ev-selection.h:
7615         * pdf/ev-poppler.cc:
7616         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7617         (ev_job_render_run):
7618         * shell/ev-jobs.h:
7619         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7620         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7621         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7622         (ev_pixbuf_cache_style_changed),
7623         (ev_pixbuf_cache_get_selection_pixbuf),
7624         (ev_pixbuf_cache_set_selection_list),
7625         (ev_pixbuf_cache_get_selection_list):
7626         * shell/ev-pixbuf-cache.h:
7627         * shell/ev-utils.c: (ev_print_region_contents):
7628         * shell/ev-utils.h:
7629         * shell/ev-view.c: (ev_view_queue_draw_page),
7630         (selection_update_idle_cb), (ev_view_motion_notify_event),
7631         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7632         (setup_caches), (ev_view_find_next), (merge_selection_region),
7633         (selection_free):
7634         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7635
7636         Clean up selection to be much smoother!
7637
7638 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7639
7640         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7641         to poppler_page_render_selection().
7642
7643 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * ps/ps-document.c: (save_page_list): Use
7646         unzipped document when printing. Thanks to 
7647         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7648         311016.
7649
7650 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7651
7652         * shell/ev-window.c: (update_action_sensitivity):
7653         
7654         Disable print and save respect to lockdown gconf keys. Fix
7655         for 312342.
7656
7657 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7658
7659         * configure.ac:
7660         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7661         (write_to_temp_file), (ev_file_set_contents):
7662         * shell/ev-utils.h:
7663         * shell/ev-window.c: (save_print_config_to_file):
7664         
7665         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7666         Fix for bug 312238
7667
7668 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7669
7670         * shell/ev-window.c: (load_print_config_from_file),
7671         (save_print_config_to_file), (ev_window_print_range):
7672
7673         Persist the print settings. Fixes bug #311578.
7674
7675 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7676
7677         * djvu/djvu-document.c: (djvu_document_get_page_size),
7678         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7679         (djvu_document_thumbnails_get_thumbnail):
7680         * dvi/dvi-document.c: (dvi_document_get_page_size),
7681         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7682         (dvi_document_thumbnails_get_dimensions),
7683         (dvi_document_thumbnails_get_thumbnail):
7684         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7685         (pixbuf_document_render_pixbuf),
7686         (pixbuf_document_document_iface_init),
7687         (pixbuf_document_thumbnails_get_thumbnail):
7688         
7689         Update backends to make them build with new rotation system.
7690
7691 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7692
7693         * help/C/figures/evince_start_window.png:
7694         
7695         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7696
7697 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7698
7699         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7700         * shell/ev-pixbuf-cache.h:
7701         * shell/ev-sidebar-thumbnails.c:
7702         (ev_sidebar_thumbnails_get_property), (add_range),
7703         (adjustment_changed_cb):
7704         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7705         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7706         we were thumbnailing the entire docment on startup, slowing us
7707         down hugely. 
7708
7709 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7710
7711         * shell/ev-page-cache.c: (ev_page_cache_new):
7712         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7713         == 0, fixes #310306.
7714
7715 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7716
7717         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7718         (ev_view_rotate_left):
7719
7720         Account rotation in doc_rect_to_view_rect.
7721         Ensure rotation doesnt go out of bounds.
7722
7723 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7724
7725         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7726
7727         Correct and cleanup w/h swapping
7728
7729 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7730
7731         * backend/ev-document-thumbnails.c:
7732         (ev_document_thumbnails_get_thumbnail):
7733         * backend/ev-document-thumbnails.h:
7734         * backend/ev-document.c:
7735         * backend/ev-document.h:
7736         * backend/ev-render-context.c: (ev_render_context_new),
7737         (ev_render_context_set_rotation):
7738         * backend/ev-render-context.h:
7739         * pdf/ev-poppler.cc:
7740         * ps/ps-document.c: (ps_document_document_iface_init):
7741         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7742         * shell/ev-jobs.h:
7743         * shell/ev-page-cache.c: (build_height_to_page),
7744         (ev_page_cache_new), (ev_page_cache_get_size),
7745         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7746         (ev_page_cache_get_height_to_page):
7747         * shell/ev-page-cache.h:
7748         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7749         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7750         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7751         (ev_pixbuf_cache_get_selection_pixbuf):
7752         * shell/ev-pixbuf-cache.h:
7753         * shell/ev-print-job.c: (idle_print_handler):
7754         * shell/ev-sidebar-thumbnails.c: (add_range):
7755         * shell/ev-view.c: (view_update_range_and_current_page),
7756         (get_page_y_offset), (get_page_extents),
7757         (ev_view_size_request_continuous_dual_page),
7758         (ev_view_size_request_continuous),
7759         (ev_view_size_request_dual_page),
7760         (ev_view_size_request_single_page), (draw_one_page),
7761         (ev_view_set_rotation), (ev_view_rotate_right),
7762         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7763         (ev_view_zoom_for_size_continuous_and_dual_page),
7764         (ev_view_zoom_for_size_continuous),
7765         (ev_view_zoom_for_size_dual_page),
7766         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7767         (ev_view_select_all):
7768         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7769         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7770         (tiff_document_document_iface_init),
7771         (tiff_document_thumbnails_get_thumbnail):
7772
7773         Use rotation rather than orientation. It's easier and enough
7774         for our needs.
7775
7776 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7777
7778         * shell/ev-page-cache.c: (build_height_to_page),
7779         (ev_page_cache_new), (ev_page_cache_get_size),
7780         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7781         (ev_page_cache_get_height_to_page):
7782         * shell/ev-page-cache.h:
7783         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7784         (ev_view_size_request_continuous_dual_page),
7785         (ev_view_size_request_continuous),
7786         (ev_view_zoom_for_size_continuous_and_dual_page),
7787         (ev_view_zoom_for_size_continuous):
7788
7789         Make the page cache aware of page orientation.
7790
7791 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7792
7793         * backend/ev-document-thumbnails.c:
7794         (ev_document_thumbnails_get_thumbnail):
7795         * backend/ev-document-thumbnails.h:
7796         * backend/ev-document.c:
7797         * backend/ev-document.h:
7798         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7799         * backend/ev-ps-exporter.h:
7800         * pdf/ev-poppler.cc:
7801         * ps/ps-document.c: (ps_document_document_iface_init),
7802         (ps_document_ps_export_do_page):
7803         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7804         * shell/ev-jobs.h:
7805         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7806         (ev_page_cache_get):
7807         * shell/ev-page-cache.h:
7808         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7809         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7810         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7811         * shell/ev-pixbuf-cache.h:
7812         * shell/ev-print-job.c: (idle_print_handler):
7813         * shell/ev-sidebar-thumbnails.c: (add_range):
7814         * shell/ev-view.c: (view_update_range_and_current_page),
7815         (get_page_extents), (ev_view_size_request_dual_page),
7816         (ev_view_size_request_single_page), (draw_one_page),
7817         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7818         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7819         (ev_view_zoom_for_size_dual_page),
7820         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7821         (ev_view_select_all):
7822         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7823         * tiff/tiff-document.c: (tiff_document_get_page_size),
7824         (tiff_document_get_orientation), (rotate_pixbuf),
7825         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7826         (tiff_document_thumbnails_get_thumbnail),
7827         (tiff_document_ps_export_do_page), (tiff_document_init):
7828
7829         Really make use of the orientation bit of the render context.
7830         Use the render context in a few more places in the backend API.
7831         This regress orientation, but now it's done right. Will try to
7832         fix it up asap...
7833
7834 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7835
7836         * shell/ev-view.c: (ensure_rectangle_is_visible):
7837
7838         Patch by Nickolay V. Shmyrev to fix find flickering
7839
7840 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7841
7842         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7843         duplex parameters to ::begin.
7844
7845         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7846         * shell/ev-print-job.c (idle_print_handler): 
7847         * ps/ps-document.c (ps_document_ps_export_begin): 
7848         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7849         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7850         implementations. Poppler backend needs poppler cvs. Rest has
7851         unchanged behavior.
7852
7853 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7854
7855         * shell/ev-window.c (using_pdf_printer): new function.
7856         (ev_window_print_range): print a less techy message if someone
7857         tries to print to PDF.
7858
7859 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7860
7861         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7862         from "unknown font" string. Bug #311431
7863
7864 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7865
7866         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7867
7868 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7869
7870         Bug #311280
7871         
7872         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7873         name for PopplerFontTypes
7874         (pdf_document_fonts_fill_model): add font type to the detail column
7875
7876         * backend/ev-document-fonts.h: added
7877         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7878
7879         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7880         font name and font details, add a little markup.
7881         (ev_properties_fonts_init): use the new cell data func, specify ypad
7882         property for the cell renderer.
7883         (ev_properties_fonts_set_document): add the details column.
7884
7885 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7886
7887         * configure.ac: Added "pl" to ALL_LINGUAS.
7888
7889 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7890
7891         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7892
7893 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7894
7895         * help/ChangeLog: Started this for translations of manual.
7896         * configure.ac, autogen.sh, .cvsignore: Migrated to
7897         gnome-doc-utils. Patch in bug #311222.
7898
7899 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7900
7901         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7902         #ifdef this away to fix an unused-function warning.
7903
7904 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7905
7906         * configure.ac: Added 'gl' to ALL_LINGUAS.
7907
7908 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7909
7910         * configure.ac: Added ne in ALL_LINGUAS
7911         
7912 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7913
7914         * shell/ev-view.c: (ev_view_leave_notify_event):
7915         
7916         Clear status message when pointer leaves view. Fix for bug
7917         #310818 
7918
7919 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7920
7921         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7922
7923 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7924
7925         * shell/ev-view.c: (ev_view_leave_notify_event),
7926         (ev_view_class_init):
7927         
7928         Set cursor to normal then leaving view.
7929
7930 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7931
7932         * configure.ac:
7933         
7934         Fix required djvulibre version.
7935
7936 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7937
7938         *configure.ac: Hindi (hi) language added
7939
7940 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7941
7942         *configure.ac: Punjabi (pa) Language added
7943
7944 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7945
7946         * data/evince-ui.xml, shell/ev-window.c:
7947         
7948         Add keypad accelerators for zooming. Fix for bug 308128.
7949
7950 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7951
7952         * Makefile.am:
7953         * backend/Makefile.am:
7954         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7955         * configure.ac:
7956         * shell/ev-document-types.c: (ev_document_types_add_filters):
7957
7958         Allow to enable/disable the pixbuf backend.
7959         Default to off for now. If we want it enabled we should
7960         really put mime types in the desktop, implement properties etc.
7961
7962         * properties/evince-properties.c:
7963
7964         Initialize error to NULL.
7965         Check error is not NULL before freeing.
7966
7967 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7968
7969         * shell/ev-window.c:
7970
7971         Use F5 as presentation accell
7972
7973 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7974
7975         * shell/ev-window.c: (update_chrome_visibility),
7976         (ev_window_create_fullscreen_popup), (ev_window_init):
7977
7978         Do not leak the fullscreen toolbar
7979
7980 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7981
7982         * shell/ev-window.c: (view_actions_focus_in_cb),
7983         (view_actions_focus_out_cb):
7984
7985         These has a return value! Fix totally random focus
7986         issues we was seeing.
7987
7988 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7989
7990         * shell/main.c: (load_files_remote):
7991
7992         Allow open more than one file
7993
7994 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7995
7996         * shell/main.c: (load_files_remote):
7997
7998         Fix for dbus 0.33. bug #309975
7999
8000 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8001
8002         * properties/ev-properties-main.c: (ev_properties_get_pages):
8003
8004         Actually return NULL for types we dont support
8005
8006 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8007
8008         * po/POTFILES.in:
8009
8010         Remove empty lines.
8011
8012 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8013
8014         * backend/ev-document-factory.c:
8015         (ev_document_factory_get_document):
8016
8017         Do not try to create the object if type
8018         is invalid.
8019
8020 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8021
8022         * ps/ps-document.c: (ps_document_dispose),
8023         (ps_async_renderer_render_pixbuf):
8024         * ps/ps-document.h:
8025
8026         Do not leak the target window
8027
8028 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8029
8030         * shell/ev-application.c: (ev_application_init):
8031
8032         Let tbe check file existence for us.
8033         Add a comment about eggrecent mime filter.
8034
8035 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8036
8037         * data/evince-ui.xml:
8038         * shell/ev-application.c: (ev_application_shutdown),
8039         (ev_application_init), (ev_application_get_toolbars_model),
8040         (ev_application_get_recent_model),
8041         (ev_application_save_toolbars_model):
8042         * shell/ev-application.h:
8043         * shell/ev-window.c: (ev_window_add_recent),
8044         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8045         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8046         (ev_window_init):
8047
8048         Use common toolbar and recent models for all windows.
8049         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8050
8051 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8052
8053         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8054         successfully check for gtk_icon_view_get_visible_range.
8055
8056 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8057
8058         * djvu/Makefile.am:
8059         * dvi/Makefile.am:
8060         
8061         Fix djvu and dvi backend build.
8062
8063 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8064
8065         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8066         (new_separator_pixbuf):
8067
8068         Don't leak windows.
8069
8070 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8071
8072         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8073
8074         HIGification of toolbar editor dialogue.
8075
8076 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8077
8078         * configure.ac:
8079         * shell/Makefile.am:
8080
8081         Ever build metadata manager since it's just
8082         disabled at runtime now.
8083
8084 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8085
8086         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8087         (ev_metadata_manager_get), (ev_metadata_manager_set):
8088         * shell/ev-metadata-manager.h:
8089
8090         Add an _init functions that enabled metadata management
8091         at runtime.
8092
8093         * shell/ev-window.c: (page_changed_cb),
8094         (setup_document_from_metadata), (ev_window_setup_document),
8095         (setup_view_from_metadata), (ev_window_open_uri),
8096         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8097         (ev_window_run_presentation), (ev_window_stop_presentation),
8098         (save_sizing_mode), (ev_window_zoom_changed_cb),
8099         (ev_window_continuous_changed_cb),
8100         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8101         (window_configure_event_cb):
8102
8103         Remove all ugly metadata define since we deal with it
8104         at runtime now.
8105
8106         * shell/main.c: (load_files_remote), (main):
8107
8108         Add support for dbus cvs head. Hopefully didnt break one
8109         of the other versions now!
8110
8111         If we dont get a response from the dbus server just
8112         give up with it and not enable metadata.
8113
8114 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8115
8116         * Makefile.am:
8117         * backend/Makefile.am:
8118         * configure.ac:
8119         * cut-n-paste/recent-files/Makefile.am:
8120         * cut-n-paste/toolbar-editor/Makefile.am:
8121         * cut-n-paste/zoom-control/Makefile.am:
8122         * lib/Makefile.am:
8123         * pdf/Makefile.am:
8124         * pixbuf/Makefile.am:
8125         * properties/Makefile.am:
8126         * ps/Makefile.am:
8127         * shell/Makefile.am:
8128         * thumbnailer/Makefile.am:
8129         * tiff/Makefile.am:
8130
8131         Make frontends depend on just libev.
8132         Rework and group CFLAGS/LIBS definitions.
8133         Cleanups.
8134
8135 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8136
8137         * shell/ev-window:
8138
8139         do not unnecessarily save zoom
8140
8141         * configure.ac:
8142         * lib/ev-file-helpers.c: (ev_dot_dir):
8143         * shell/Makefile.am:
8144         * shell/dummy.cc:
8145
8146         Some cleanups
8147
8148 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8149
8150         * configure.ac:
8151         
8152         Remove unnecessary dependencies
8153
8154 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8155
8156         * properties/Makefile.am:
8157         * thumbnailer/Makefile.am:
8158         * tiff/Makefile.am:
8159
8160         Some more cleanups. Was really necessary
8161         but I probably introduced bugs, feel free
8162         to flame :)
8163
8164 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8165
8166         * backend/Makefile.am:
8167         * configure.ac:
8168         * cut-n-paste/recent-files/Makefile.am:
8169         * cut-n-paste/toolbar-editor/Makefile.am:
8170         * cut-n-paste/zoom-control/Makefile.am:
8171         * lib/Makefile.am:
8172         * pdf/Makefile.am:
8173         * pixbuf/Makefile.am:
8174         * properties/Makefile.am:
8175         * ps/Makefile.am:
8176         * shell/Makefile.am:
8177         * thumbnailer/Makefile.am:
8178         * tiff/Makefile.am:
8179
8180         Use gnome-common macros when possible.
8181         Cleanup dependencies.
8182         Actually disable deprecated where possible.
8183
8184 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8185
8186         * Makefile.am:
8187         * backend/Makefile.am:
8188         * properties/Makefile.am:
8189         * shell/Makefile.am:
8190         * thumbnailer/Makefile.am:
8191
8192         This should solve the circular dep without
8193         requiring dir reorg!
8194
8195         * shell/ev-window.c: (setup_view_from_metadata):
8196
8197         Never restore window size/position when the
8198         window is already visible.
8199
8200 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8201
8202         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8203
8204         Return a boolean from timeout func. Fix ported from gedit.
8205
8206 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8207
8208         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8209
8210 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8211
8212         * shell/ev-document-types.c: set "All Documents" as default filter in
8213         open dialog
8214
8215 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8216
8217         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8218         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8219         (ev_metadata_manager_set_boolean): fix value/val thinko.
8220
8221 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8222
8223         * shell/ev-window.c: (setup_view_from_metadata),
8224         (window_state_event_cb), (window_configure_event_cb),
8225         (ev_window_init):
8226
8227         Remember window position and maximized state
8228
8229 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8230
8231         * configure.ac:
8232
8233         Fix DBUS configure checks.
8234
8235         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8236         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8237         (ev_metadata_manager_set_boolean):
8238
8239         Plug mem leaks.
8240
8241         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8242         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8243         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8244         (ev_window_continuous_changed_cb),
8245         (ev_window_dual_mode_changed_cb), (ev_window_new):
8246
8247         Fix the build without DBUS.
8248
8249 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8250
8251         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8252         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8253         (ev_metadata_manager_set_string),
8254         (ev_metadata_manager_set_boolean):
8255         * shell/ev-metadata-manager.h:
8256
8257         Add support for some more types
8258
8259         * shell/ev-view.c: (scroll_to_current_page),
8260         (ev_view_get_continuous), (ev_view_set_continuous),
8261         (ev_view_get_dual_page):
8262         * shell/ev-view.h:
8263         * shell/ev-window.c: (page_changed_cb),
8264         (setup_document_from_metadata), (ev_window_setup_document),
8265         (setup_view_from_metadata), (ev_window_open_uri),
8266         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8267         (ev_window_run_presentation), (ev_window_stop_presentation),
8268         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8269         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8270         (ev_window_update_dual_page_action),
8271         (ev_window_continuous_changed_cb),
8272         (ev_window_dual_mode_changed_cb), (ev_window_init):
8273
8274         Remember a bunch of view/document properties. Prolly some
8275         are still missing but it's getting interesting.
8276
8277 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8278
8279         * configure.ac: check if dbus-binding-tool is installed. Not the
8280         case on current Ubuntu breezy, it seems.
8281
8282 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8283
8284         * data/evince.desktop.in.in:
8285         
8286         Allow open uri lists and add TryExec field.
8287
8288 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8289
8290         * configure.ac:
8291
8292         Enable dbus when available, do not require a configure
8293         option.
8294
8295 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8296
8297         * configure.ac:
8298
8299         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8300         disabled.
8301
8302 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8303         Marco Pesenti Gritti  <mpg@redhat.com>
8304
8305         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8306         
8307         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8308         functions to the format required by dbus
8309
8310         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8311         errors. Use the RPC parameters in the expected way
8312
8313 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8314
8315         * Makefile.am:
8316         * properties/Makefile.am:
8317         * properties/ev-properties-main.c: (ev_properties_get_pages):
8318
8319         Support all mime types
8320
8321         * shell/Makefile.am:
8322         * thumbnailer/Makefile.am:
8323         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8324         (evince_thumbnail_pngenc_get):
8325
8326         Use the document factory
8327
8328 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8329
8330         * backend/Makefile.am:
8331         * backend/ev-document-factory.c:
8332         (mime_type_supported_by_gdk_pixbuf),
8333         (ev_document_type_get_from_mime),
8334         (ev_document_factory_get_document),
8335         (ev_document_factory_get_backend),
8336         (ev_document_factory_get_mime_types),
8337         (ev_document_factory_get_all_mime_types):
8338         * backend/ev-document-factory.h:
8339         * shell/Makefile.am:
8340         * shell/ev-document-types.c: (get_document_from_uri),
8341         (ev_document_types_get_document),
8342         (file_filter_add_mime_list_and_free),
8343         (ev_document_types_add_filters):
8344         * shell/ev-document-types.h:
8345         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8346         * shell/ev-properties-dialog.c:
8347         (ev_properties_dialog_set_document):
8348         * shell/ev-window.c: (ev_window_cmd_file_open),
8349         (ev_window_cmd_save_as):
8350         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8351
8352         Rework document types managing to avoid code duplication
8353         and actually abstract from backend implementations.
8354         Also provide a minimal factory api that can be used by
8355         thumbnailer/properties.
8356
8357 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8358
8359         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8360         Plug a mem leak.
8361         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8362         HIG spacings.
8363
8364 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8365
8366         * shell/ev-properties-dialog.c
8367         (ev_properties_dialog_set_document): only call
8368         ev_properties_fonts_set_document() if the document implements the
8369         fonts interface
8370
8371 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8372
8373         * configure.ac:
8374         * properties/Makefile.am:
8375         * properties/ev-properties-view.c:
8376         (ev_properties_view_register_type):
8377         * properties/ev-properties-view.h:
8378         * properties/ev-properties-main.h:
8379
8380         Implement nautilus plugin for properties.
8381         Works only for pdf atm, I need to rework the
8382         document types stuff to get this to work
8383         for all backends...
8384
8385 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8386
8387         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8388         (ev_properties_fonts_set_document): use
8389         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8390
8391 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8392
8393         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8394         them
8395         (PlaceImage, tiff2ps_process_page): use
8396         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8397
8398
8399 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8400
8401         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8402         (main): to call gnome_authentication_manager_init. Should fix
8403         Bug #308510
8404
8405         * configure.ac: that requires libgnomeui 2.6.0.
8406
8407 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8408
8409         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8410         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8411         use the new tiff2ps interfaces
8412
8413         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8414         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8415
8416         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8417         structure instead of global variables.  Remove use of static
8418         variables in functions.
8419
8420 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8421
8422         * shell/ev-page-action.c: unref the completion after setting it to the
8423         entry
8424
8425 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8426
8427         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8428         postscript files
8429
8430 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8431
8432         * shell/ev-window.c (update_action_sensitivity): disable
8433         File->Print if the document does not implement the ps exporter
8434         interface
8435
8436 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8437
8438         * Makefile.am:
8439         * configure.ac:
8440         * data/evince-properties.glade:
8441         * properties/.cvsignore:
8442         * properties/Makefile.am:
8443         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8444         (ev_properties_view_class_init), (ev_properties_view_format_date),
8445         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8446         (ev_properties_view_init), (ev_properties_view_new):
8447         * properties/ev-properties-view.h:
8448         * shell/Makefile.am:
8449         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8450         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8451         (ev_properties_dialog_new):
8452         * shell/ev-properties-dialog.h:
8453         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8454         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8455         (update_progress_label), (job_fonts_finished_cb),
8456         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8457         * shell/ev-properties-fonts.h:
8458         * shell/ev-properties.c:
8459         * shell/ev-properties.h:
8460         * shell/ev-window.c: (ev_window_setup_document),
8461         (ev_window_cmd_file_properties):
8462
8463         Split the properties pages in two different objects, depend
8464         only on the backend where possible, use widgets instead
8465         of gobject for the glade part, reimplement the dialog
8466         itself with gtk.
8467         I need this to implement nautilus properties page.
8468
8469 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8470
8471         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8472         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8473         (tiff_document_document_ps_exporter_iface_init): implement the ps
8474         exporter interface for tiff documents
8475
8476         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8477         libtiff to implement TIFF postscript export
8478
8479         * tiff/tiff2ps.h: added a header file for external tiff2ps
8480         functions.
8481
8482         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8483         tiff2ps.h
8484
8485 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8486
8487         * shell/ev-view.c: (scroll_to_current_page),
8488         (ev_view_set_fullscreen), (ev_view_set_presentation):
8489         
8490         Scroll to current page when exit from presentation
8491
8492 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8493
8494         * shell/ev-window.c: (update_document_mode),
8495         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8496         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8497         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8498         
8499         Exit from fullscreen mode when switch to presentation. Fix for
8500         bug 309365
8501
8502 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8503
8504         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8505         return NULL if the document does not implement the selection
8506         interface.
8507
8508 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8509
8510         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8511         reported height by using the resolution aspect ratio
8512         (tiff_document_render_pixbuf): scale the pixbuf using the
8513         resolution aspect ratio
8514
8515 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8516
8517         * configure.ac:
8518         
8519         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8520         <kiltedaco@gmail.com>
8521         
8522         * djvu/djvu-document.c: (djvu_document_get_orientation),
8523         (djvu_document_set_orientation), (djvu_document_get_page_size),
8524         (rotate_pixbuf), (djvu_document_render_pixbuf),
8525         (djvu_document_document_iface_init):
8526         * dvi/dvi-document.c: (dvi_document_get_orientation),
8527         (dvi_document_set_orientation), (dvi_document_get_page_size),
8528         (rotate_pixbuf), (dvi_document_render_pixbuf),
8529         (dvi_document_document_iface_init):
8530         
8531         Dvi and djvu backends are ported to new API
8532
8533 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8534
8535         * backend/ev-selection.c: (ev_selection_get_selection_region),
8536         (ev_selection_get_selection_map):
8537         * backend/ev-selection.h:
8538         * pdf/ev-poppler.cc:
8539         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8540         * shell/ev-jobs.h:
8541         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8542         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8543         (ev_pixbuf_cache_get_text_mapping):
8544         * shell/ev-pixbuf-cache.h:
8545         * shell/ev-view.c: (location_in_text),
8546         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8547         support to EvView.  Now we can see where we can select!  Sweet!
8548
8549 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8550
8551         * shell/ev-view.c (ev_view_button_press_event): Fix
8552         event->y + view->scroll_x typo.
8553
8554 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8555
8556         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8557         sub-GdkPixbuf instead of passing dest_x and dest_y.
8558         
8559         * shell/ev-view.c: (view_point_to_doc_point),
8560         (view_rect_to_doc_rect), (ev_view_button_press_event),
8561         (ev_view_motion_notify_event), (compute_new_selection_rect),
8562         (gdk_rectangle_point_in), (compute_new_selection_text),
8563         (compute_selections): Update selection code to keep the selection
8564         around as two points and not as a normalized rectangle, and fix
8565         page level selection in two-column mode.
8566
8567 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8568
8569         * shell/ev-window.c: (window_configure_event_cb): 
8570         
8571         Fix compilation
8572         
8573 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8574
8575         * pdf/ev-poppler.cc:
8576
8577         Fix compilation
8578
8579 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * shell/Makefile.am:
8582         * shell/ev-metadata-manager.c: (item_free),
8583         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8584         (parse_value), (parseItem), (load_values),
8585         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8586         (save_values), (save_item), (get_oldest), (resize_items),
8587         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8588         * shell/ev-metadata-manager.h:
8589
8590         Metadata manager from gedit but modified to use GValue, so that
8591         we dont need to keep converting from strings.
8592
8593         * configure.ac:
8594
8595         ENABLE_METADATA conditional, on when dbus is on
8596
8597         * shell/ev-application.c: (ev_application_open_uri):
8598
8599         Show the window after load so that we can initialize
8600         window size before it's showed.
8601
8602         * shell/ev-window.c: (ev_window_setup_from_metadata),
8603         (ev_window_open_uri), (window_configure_event_cb),
8604         (ev_window_init):
8605
8606         Save and load metadata information about window size.
8607         Not yet keeping states in account.
8608
8609         * shell/main.c: (main):
8610
8611         Shutdown metadata manager.
8612
8613 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8614
8615         * shell/ev-application-service.xml:
8616         * configure.ac:
8617         * shell/Makefile.am:
8618         * shell/ev-application.c:
8619         * shell/ev-application.h:
8620         * shell/ev-window.c:
8621         * shell/ev-window.h:
8622         * shell/main.c:
8623
8624         Add an optional dbus interface (--enable-dbus).
8625         Rework application code, mainly to be easier to
8626         use "remotely".
8627         Do not open multiple windows with the same document,
8628         spatial evince!
8629
8630 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8631
8632         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8633         pixbuf iff it exists.
8634
8635 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8636
8637         * shell/*:
8638         * backend/ev-render-context.[ch]:
8639         * backend/ev-selection.[ch]:
8640
8641         Massive changes.  We now support text selection of pdfs, and not
8642         just rectangular selection.  This is pretty broken still, but I
8643         want to get something into CVS.
8644
8645 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8646
8647         * pdf/ev-poppler.cc:
8648         
8649         Fix for Bug 309080: crash on window close.
8650         
8651         * shell/ev-page-action.c: (page_changed_cb):
8652         
8653         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8654         jensgr@gmx.net (Jens Granseuer).
8655
8656 2005-06-25  Marcel Telka  <marcel@telka.sk>
8657
8658         * configure.in (ALL_LINGUAS): Added sk.
8659
8660 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8661
8662         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8663         not a document open
8664
8665 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8666
8667         * NEWS:
8668         * configure.ac:
8669
8670         Release 0.3.2
8671
8672         * cut-n-paste/recent-files/Makefile.am:
8673
8674         Fix make distcheck
8675
8676 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8679         (pixbuf_document_set_orientation), (rotate_pixbuf),
8680         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8681         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8682
8683         Implement rotation and cleanup the code a bit.
8684
8685         * tiff/tiff-document.c: (tiff_document_get_page_size),
8686         (tiff_document_get_orientation), (tiff_document_set_orientation),
8687         (rotate_pixbuf), (tiff_document_render_pixbuf),
8688         (tiff_document_document_iface_init), (tiff_document_init):
8689
8690         Implement rotation. Was the quicker solution for the release
8691         but we really need to share this code in the shell.
8692
8693 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8694
8695         * pdf/ev-poppler.cc:
8696
8697         Enable rotation, require poppler cvs. Fix a leak.
8698
8699 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8700
8701         * shell/ev-window.c: (update_action_sensitivity):
8702         
8703         Make properties unsensitive if document backend doesn't provide
8704         any info
8705
8706 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8707
8708         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8709         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8710         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8711         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8712         (bitmap_flip_rotate_counter_clockwise):
8713         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8714         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8715         (buff_gets):
8716         * dvi/mdvi-lib/common.h:
8717         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8718         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8719         (opendvi), (mdvi_reload), (mdvi_init_context),
8720         (mdvi_destroy_context), (mdvi_dopage), (special):
8721         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8722         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8723         (file_hash_free), (register_encoding), (parse_spec),
8724         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8725         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8726         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8727         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8728         (mdvi_register_font_type), (mdvi_unregister_font_type),
8729         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8730         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8731         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8732         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8733         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8734         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8735         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8736         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8737         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8738         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8739         (mdvi_unregister_special), (mdvi_flush_specials):
8740         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8741         (t1_font_remove):
8742         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8743         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8744         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8745         (free_font_metrics), (flush_font_metrics):
8746         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8747         (tt_font_remove):
8748         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8749         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8750         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8751         (dstring_insert), (dstring_new), (dstring_reset):
8752         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8753         
8754         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8755         avoid conflict with libtool on FC4
8756         
8757         * shell/ev-window.c: (ev_window_cmd_help_about):
8758         
8759         Update copyright year. Fix for bug 308828.
8760
8761 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8762
8763         * shell/ev-view.c: (add_scroll_binding_keypad),
8764         (ev_view_binding_activated), (ev_view_class_init),
8765         (on_adjustment_value_changed):
8766         
8767         Bug 170874: Arrow keys switch pages in presentation mode
8768
8769 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8770
8771         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8772         
8773         Fix for Bug 308265: Sidebar dissappears coming out of 
8774         Presentation mode
8775
8776 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8777
8778         * shell/ev-application.c: (ev_application_open):
8779         * shell/ev-document-types.c: (ev_document_types_add_filters),
8780         (ev_document_types_add_filters_for_type):
8781         * shell/ev-document-types.h:
8782         * shell/ev-window.c: (ev_window_cmd_save_as):
8783         
8784         Suggest basename as template when saving, provide filters
8785         for save dialog. It's bug 308402
8786
8787 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8788
8789         * pdf/ev-poppler.cc:
8790         * shell/ev-sidebar-links.c: (job_finished_callback):
8791         * shell/ev-view.c: (update_find_status_message):
8792         
8793         Some leaks fixed
8794
8795 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8796
8797         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8798         (egg_recent_view_uimanager_set_list):
8799
8800         Fix buglet in !show_numbers case.
8801
8802 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8803
8804         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8805         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8806
8807         Use pango ellipsisation.
8808
8809         * pdf/ev-poppler.cc:
8810
8811         Fix refcount leak, from nsh.
8812
8813 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8814
8815         * cut-n-paste/recent-files/Makefile.am:
8816         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8817         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8818         
8819         Removed EggRecentViewGtk
8820         
8821         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8822         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8823         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8824         (ev_window_setup_recent):
8825         
8826         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8827         with other projects
8828
8829 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8830
8831         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8832         (egg_recent_view_gtk_finalize):
8833
8834         Fix memory leak
8835
8836         * cut-n-paste/toolbar-editor/Makefile.am:
8837         
8838         Fix location of cursor icon.
8839         
8840         * pdf/ev-poppler.cc:
8841         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8842         (display_completion_text), (match_completion):
8843         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8844         (selection_changed_callback), (create_loading_model),
8845         (print_section_cb), (links_page_num_func),
8846         (update_page_callback_foreach):
8847         * shell/ev-window.c: (ev_window_dispose):
8848         
8849         Small memory fixes. Links model now store objects instead
8850         of pointers to improve memory management. 
8851
8852 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8853
8854         * shell/ev-window.c: (zoom_control_changed_cb):
8855         
8856         Fix update of zoom control (bug 308268).
8857
8858 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8859
8860         * shell/ev-properties.c (set_property): escape the text correctly.
8861         Handles non-UTF-8 properties and escaped properties.  Also, sets
8862         the text to "<i>None</i>" if the property isn't set.
8863
8864         * data/evince-properties.glade: Change the label to be ellipsized,
8865         and give it a minimum size.
8866
8867 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8868
8869         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8870         * shell/ev-sidebar-links.c: (create_loading_model):
8871         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8872         * shell/ev-view.c: (ev_view_set_document):
8873         * shell/ev-window.c: (ev_window_dispose):
8874         
8875         Various small fixes, mostly memory leaks. Thanks to valgrind.
8876
8877 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8878
8879         * ps/ps-document.c: remove the locale.h include again ;-). And
8880         kill the (bogus) setlocale/savelocale business.
8881
8882 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8883
8884         * ps/ps-document.c:
8885         
8886         Include locale.h to fix build
8887         
8888         * shell/ev-sidebar.c:
8889         
8890         Remove unnecessary includes
8891
8892 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8893
8894         * dvi/dvi-document.c: (dvi_document_load):
8895         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8896         * po/POTFILES.in:
8897         
8898         Check for incorrect dvi files. Fix parsing dvi on AMD64
8899         platform. Thanks to tester@tester.ca (Olivier Crete).
8900
8901 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8902
8903         * shell/ev-page-action.c: (match_selected_cb),
8904         (display_completion_text), (match_completion), (update_model):
8905         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8906         (expand_open_links):
8907         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8908         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8909         (ev_sidebar_set_document):
8910         * shell/ev-window.c: (ev_window_xfer_job_cb),
8911         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8912         
8913         Fixed lot's of memory leaks, for example, memory leak on reload, 
8914         described in bug 307793.
8915
8916 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8917
8918         * pdf/ev-poppler.cc:
8919         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8920         (update_visible_range), (adjustment_changed_cb),
8921         (ev_sidebar_thumbnails_fill_model),
8922         (ev_sidebar_thumbnails_refresh),
8923         (ev_sidebar_tree_selection_changed),
8924         (ev_sidebar_icon_selection_changed),
8925         (ev_sidebar_thumbnails_use_icon_view),
8926         (ev_sidebar_thumbnails_set_document):
8927         * shell/ev-sidebar-thumbnails.h:
8928         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8929         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8930
8931         Refresh thumbnails when changing orientation. Not fully
8932         working yet becuase of a sidebar bug.
8933
8934         Set page orientation to poppler page everywhere. This sucks
8935         really need to fix poppler.
8936
8937 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8938
8939         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8940         (egg_recent_view_gtk_new_menu_item),
8941         (egg_recent_view_gtk_set_property),
8942         (egg_recent_view_gtk_get_property),
8943         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8944         (egg_recent_view_gtk_set_tooltip_func),
8945         (egg_recent_view_gtk_set_label_width),
8946         (egg_recent_view_gtk_get_label_width):
8947         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8948
8949         Sync with libegg (ellipsize labels)
8950
8951 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8952
8953         * data/evince-ui.xml:
8954         * shell/ev-window.c: (ev_window_cmd_go_forward),
8955         (ev_window_cmd_go_backward):
8956         
8957         Shift + PageUp moves 10 Pages. Fix for 306125
8958
8959 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8960
8961         * pdf/ev-poppler.cc:
8962
8963         Add a flag to check if orientation has been overriden
8964
8965 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8966
8967         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8968         field if necessary.
8969
8970         * ps/ps.h: add creator field to document.
8971
8972         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8973         set creator field.
8974
8975 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8976
8977         * data/evince-properties.glade:
8978         * shell/ev-properties.c: (ev_properties_set_document):
8979
8980         s/PDF Version/Format
8981
8982 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8983
8984         * shell/ev-properties.c: (ev_properties_set_document):
8985
8986         Remove unnecessary translations
8987
8988 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8989
8990         * cut-n-paste/toolbar-editor/Makefile.am:
8991
8992         Correct library name    
8993
8994 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8995
8996         * configure.ac:
8997         * cut-n-paste/recent-files/egg-recent-model.c:
8998         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8999         (egg_recent_model_unlock_file):
9000         * cut-n-paste/recent-files/egg-recent-util.c:
9001         (egg_recent_util_get_unique_id):
9002         * cut-n-paste/recent-files/update-from-egg.sh:
9003         * cut-n-paste/toolbar-editor/Makefile.am:
9004         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9005         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9006         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9007         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9008         (egg_toolbars_model_get_type):
9009         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9010
9011         Better makefile for toolbar editor and update everything
9012         to latest libegg.
9013
9014 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9015
9016         * shell/ev-window.c: (update_document_mode):
9017
9018         Prefer presentation mode when the document
9019         require fullscreen.
9020
9021 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9022
9023         * data/evince-ui.xml:
9024         * shell/ev-window.c:
9025
9026         Add control-equal for zooming
9027
9028 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9029
9030         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9031
9032 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9033
9034         * backend/ev-document.c: (ev_document_get_orientation):
9035         * backend/ev-document.h:
9036         * pdf/ev-poppler.cc:
9037         * ps/ps-document.c: (ps_document_get_orientation),
9038         (ps_document_set_orientation), (ps_document_document_iface_init):
9039
9040         Add a get_orientation api. Improve set_orientation.
9041
9042         * data/evince-ui.xml:
9043         * shell/ev-view.c: (ev_view_set_orientation),
9044         (ev_view_rotate_right), (ev_view_rotate_left):
9045         * shell/ev-view.h:
9046         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9047         (ev_window_cmd_edit_rotate_right):
9048
9049         Better ui for changing document orientation
9050
9051 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9052
9053         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9054         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9055         * shell/ev-sidebar-links.h:
9056         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9057         (ev_sidebar_page_iface_init):
9058         * shell/ev-sidebar-page.h:
9059         * shell/ev-sidebar-thumbnails.c:
9060         (ev_sidebar_thumbnails_get_property),
9061         (ev_sidebar_thumbnails_class_init),
9062         (ev_sidebar_thumbnails_set_document):
9063         * shell/ev-sidebar-thumbnails.h:
9064         * shell/ev-view.c: (ev_view_motion_notify_event):
9065         * shell/ev-window.c: (update_chrome_visibility),
9066         (ev_window_cmd_focus_page_selector),
9067         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9068         (sidebar_page_main_widget_update_cb), (ev_window_init):
9069         
9070         Autoraise toolbar on GoToPage binding and fix bindings in
9071         EvSidebarThumbnails page.
9072
9073 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9074
9075         * shell/ev-properties.c: (update_progress_label):
9076
9077         Hide the progress label when finished; bug #307697.
9078
9079 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9080
9081         * pdf/ev-poppler.cc:
9082
9083         Enable is_open for links, you will need poppler cvs
9084
9085         * shell/ev-properties.c: (job_fonts_finished_cb):
9086
9087         Get a lock on the document when filling the tree view
9088
9089 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9090
9091         * backend/ev-document-links.h:
9092         * pdf/ev-poppler.cc:
9093         * shell/ev-sidebar-links.c: (create_loading_model),
9094         (expand_open_links), (job_finished_callback):
9095
9096         Expand links when specified by the document.
9097         Depend on a poppler api (defined out for now)
9098
9099 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9100
9101         * shell/ev-properties.c: (ev_properties_dispose),
9102         (ev_properties_class_init), (dialog_destroy_cb),
9103         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9104         (ev_properties_set_document), (ev_properties_new),
9105         (ev_properties_show):
9106         * shell/ev-properties.h:
9107
9108         Make it an object, cleanup the code, api to show it as transient
9109         and to set the document.
9110
9111         * shell/ev-window.c: (ev_window_setup_document),
9112         (ev_window_cmd_file_properties):
9113
9114         Adapt to EvProperties changes, do not show multiple
9115         times, update it when document changes.
9116
9117 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9118
9119         * ps/gstypes.h:
9120         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9121         (ps_document_set_orientation), (ps_document_document_iface_init):
9122         * ps/ps-document.h:
9123
9124         Implement orientation here too
9125
9126         * shell/ev-properties.c: (ev_properties_new):
9127         * data/evince-properties.glade:
9128
9129         Hide the fonts page for backends that doesnt
9130         support it.     
9131
9132 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9133
9134         * backend/ev-document.c: (ev_document_set_orientation):
9135         * backend/ev-document.h:
9136         * pdf/ev-poppler.cc:
9137
9138         Add orientation api. Currently poppler api is not optimal,
9139         we need to set orientation every time we _get a page.
9140         I will try to fix that at some point.
9141
9142         * data/evince-ui.xml:
9143         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9144         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9145
9146         Add orientation menu items
9147
9148         * shell/ev-page-cache.c: (ev_page_cache_clear):
9149         * shell/ev-page-cache.h:
9150
9151         Add api to clear the cache
9152
9153         * shell/ev-view.c: (setup_caches), (clear_caches),
9154         (ev_view_set_document), (ev_view_zoom_out),
9155         (ev_view_set_orientation):
9156         * shell/ev-view.h:
9157
9158         Implement orientation changing
9159
9160 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9161
9162         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9163         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9164         * backend/ev-document-fonts.h:
9165
9166         Separate scan and fill so that we can incrementally fill from
9167         the main thread. Add a progress api.
9168
9169         * data/evince-properties.glade:
9170         * pdf/ev-poppler.cc:
9171         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9172         * shell/ev-jobs.h:
9173         * shell/ev-properties.c: (update_progress_label),
9174         (job_fonts_finished_cb), (setup_fonts_view):
9175
9176         Incrementally feel the list and show the progress
9177         percentage in a label like acrobat does.
9178
9179         You are going to need poppler cvs
9180
9181 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9182
9183         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9184         * backend/ev-document-fonts.h:
9185         * pdf/ev-poppler.cc:
9186
9187         Make fonts model fill incrementally.
9188
9189         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9190         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9191         (ev_job_queue_remove_job):
9192         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9193         (ev_job_fonts_new), (ev_job_fonts_run):
9194         * shell/ev-jobs.h:
9195
9196         New job for fonts scanning
9197
9198         * shell/ev-properties.c: (job_fonts_finished_cb),
9199         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9200         * shell/ev-properties.h:
9201         * shell/ev-window.c: (ev_window_cmd_file_properties):
9202
9203         Incrementally feel the treeview using the new job. Show Loading...
9204         message until scanning is completed.
9205
9206         Hopefully I didnt break the build without the poppler patch.
9207
9208 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9209
9210         * shell/ev-application.c: (ev_application_open):
9211         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9212         (ev_document_type_get_type), (ev_document_type_lookup):
9213         * shell/ev-document-types.h:
9214         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9215         * shell/ev-job-xfer.h:
9216         * shell/ev-window.c: (ev_window_clear_local_uri),
9217         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9218         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9219         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9220         
9221         Transfer remote documents to tmp directory to display them later.
9222
9223 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9224
9225         * backend/ev-document-info.h:
9226         * shell/ev-properties.c: (ev_properties_new):
9227
9228         s/GTime*/GTime. Not sure why we was using a pointer
9229         at all there!
9230
9231 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9232
9233         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9234         situations.  That situation is that you're using GTK+-HEAD with
9235         the patch at #306726 is applied, and you have a document with <
9236         1500 pages in it.  It's not quite as uniformly nice as the
9237         TreeView, but should be better in the long run.
9238
9239         I'm pretty sure I guarded against breaking compilation with
9240         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9241         I missed some.
9242
9243         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9244         widget yet, so I commented that code out
9245         enable_view_actions_for_widget() for now.  Need to figure this
9246         out.
9247
9248         * shell/ev-page-action.c (match_selected_cb): emit the right
9249         signals.  Our cool C-l completion now works.
9250
9251 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9252
9253         * backend/Makefile.am:
9254         * backend/ev-document-fonts.c:
9255         * backend/ev-document-links.c:
9256         * backend/ev-document.c: (ev_document_load):
9257         * backend/ev-document.h:
9258         * backend/ev-job-queue.c:
9259         * backend/ev-job-queue.h:
9260         * backend/ev-jobs.c:
9261         * backend/ev-jobs.h:
9262         * backend/ev-page-cache.c:
9263         * backend/ev-page-cache.h:
9264
9265         EvPageCache and EvJobs are moved to shell.
9266
9267         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9268         (ev_tmp_filename):
9269         * lib/ev-file-helpers.h:
9270         
9271         New helper to work with temporary files
9272         
9273         * shell/Makefile.am:
9274         * shell/ev-application.c: (ev_application_open):
9275         * shell/ev-application.h:
9276         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9277         (remove_job_from_async_queue), (add_job_to_async_queue),
9278         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9279         (handle_job), (search_for_jobs_unlocked),
9280         (no_jobs_available_unlocked), (ev_render_thread),
9281         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9282         (ev_job_queue_add_job), (move_job_async), (move_job),
9283         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9284         * shell/ev-job-queue.h:
9285         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9286         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9287         * shell/ev-job-xfer.h:
9288         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9289         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9290         (ev_job_links_class_init), (ev_job_render_init),
9291         (ev_job_render_dispose), (ev_job_render_class_init),
9292         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9293         (ev_job_thumbnail_class_init), (ev_job_load_init),
9294         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9295         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9296         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9297         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9298         * shell/ev-jobs.h:
9299         * shell/ev-page-action.c: (ev_page_action_set_document):
9300         * shell/ev-page-cache.c: (ev_page_cache_init),
9301         (ev_page_cache_class_init), (ev_page_cache_finalize),
9302         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9303         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9304         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9305         (ev_page_cache_get_title), (ev_page_cache_get_size),
9306         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9307         (ev_page_cache_get_height_to_page),
9308         (ev_page_cache_get_max_label_chars),
9309         (ev_page_cache_get_page_label),
9310         (ev_page_cache_has_nonnumeric_page_labels),
9311         (ev_page_cache_get_info), (ev_page_cache_next_page),
9312         (ev_page_cache_prev_page), (ev_page_cache_get):
9313         * shell/ev-page-cache.h:
9314         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9315         (ev_pixbuf_cache_clear_job_sizes),
9316         (ev_pixbuf_cache_add_jobs_if_needed),
9317         (ev_pixbuf_cache_set_page_range):
9318         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9319         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9320         * shell/ev-sidebar-thumbnails.c:
9321         (ev_sidebar_tree_selection_changed),
9322         (ev_sidebar_thumbnails_set_document):
9323         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9324         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9325         (ev_statusbar_get_context_id), (ev_statusbar_push),
9326         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9327         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9328         (ev_statusbar_set_progress):
9329         * shell/ev-statusbar.h:
9330         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9331         (ev_view_find_previous):
9332         * shell/ev-window.c: (ev_window_is_empty),
9333         (ev_window_setup_document), (password_dialog_response),
9334         (ev_window_clear_jobs), (ev_window_load_job_cb),
9335         (ev_window_xfer_job_cb), (ev_window_open_uri),
9336         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9337         (ev_window_print), (ev_window_print_range),
9338         (ev_window_state_event), (ev_window_cmd_view_reload),
9339         (menu_item_select_cb), (menu_item_deselect_cb),
9340         (view_status_changed_cb), (ev_window_dispose),
9341         (drag_data_received_cb), (ev_window_init):
9342         * shell/ev-window.h:
9343         * shell/main.c: (load_files):
9344         
9345         New statusbar to show progress on idle. Two new jobs - 
9346         xfer job and load job to load document in background. And update
9347         of page_cache clients to new location of code.
9348
9349 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9350
9351         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9352         selection in open dialog. It also remembers the last visited directory 
9353         in the current session.
9354
9355 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9356
9357         * shell/ev-properties.c: (ev_properties_new):
9358         * shell/ev-properties.h:
9359         * shell/ev-window.c: (ev_window_cmd_file_properties):
9360         
9361         Get document info from page cache instead of document itself.
9362         This should fix crash related to race conditions described in
9363         bug 306545.
9364
9365 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9366
9367         * ps/ps-document.c: (ps_document_init),
9368         (send_ps), (get_page_box), (output), (catchPipe), (input),
9369         (stop_interpreter), (file_length), (file_readable),
9370         (check_filecompressedb), (ps_document_enable_interpreter),
9371         (document_load), (ps_async_renderer_render_pixbuf):
9372         * ps/ps-document.h:
9373
9374         Big cleanup of the ps code
9375
9376 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9377
9378         * backend/Makefile.am:
9379         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9380         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9381         * backend/ev-async-renderer.h:
9382
9383         Add an async renderer interface (method + callback) which
9384         is useful for backends like ps.
9385
9386         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9387         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9388         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9389         (ev_job_queue_add_job), (move_job_async), (move_job),
9390         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9391
9392         Add queues for async renderer, these are executed on the
9393         main thread.
9394
9395         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9396         (ev_job_render_run):
9397         * backend/ev-jobs.h:
9398
9399         If the backend support async renderer interface use it.
9400
9401         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9402         (setup_pixmap), (ps_document_get_type),
9403         (ps_async_renderer_render_pixbuf),
9404         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9405
9406         Implement async renderer interface.
9407
9408 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9409
9410         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9411
9412         Cleanup links job on exit.
9413
9414 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9415
9416         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9417         (drag_data_get_cb), (drag_data_received_cb):
9418         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9419         (drag_data_get_cb), (parse_item_list),
9420         (egg_toolbar_editor_load_actions):
9421         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9422         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9423         (parse_item_list), (parse_toolbars):
9424         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9425         (dvi_pixbuf_put_pixel):
9426         
9427         Fix gcc 4.0 warnings
9428
9429 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9430
9431         * ps/ps-document.c: (start_interpreter):
9432
9433         Fix warning when loading ps
9434
9435 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9436
9437         * ps/ps-document.c: (output):
9438
9439         Fix crash when priting gs error messages.
9440
9441 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9442
9443         * backend/ev-page-cache.c: (_ev_page_cache_new):
9444         * backend/ev-page-cache.h:
9445
9446         Use a const to return title so that we dont double
9447         free it. Small cleanup and fix a leak.
9448
9449         * shell/ev-window.c: (update_window_title):
9450
9451         strdup value from get_title.
9452
9453 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9454
9455         * shell/ev-sidebar-links.c: (job_finished_callback),
9456         (ev_sidebar_links_set_document):
9457
9458         Cleanup the old job when changing document
9459
9460 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9461
9462         * shell/ev-stock-icons.c:
9463         * shell/ev-stock-icons.h:
9464         * shell/ev-window.c:
9465         
9466         Add stock icons for actions that can appear in toolbar. Fix for
9467         bug 306566.
9468
9469 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9470
9471         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9472         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9473         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9474         * backend/ev-page-cache.h:
9475         * shell/ev-view.c: (scroll_to_current_page),
9476         (view_update_range_and_current_page), (get_page_y_offset),
9477         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9478         (ev_view_size_request_continuous),
9479         (ev_view_zoom_for_size_continuous_and_dual_page),
9480         (ev_view_zoom_for_size_continuous):
9481         
9482         More compact EvView layout in document with pages of different size.
9483
9484 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9485
9486         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9487         compilation.
9488
9489 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9490
9491         * shell/ev-view.c: (view_set_adjustment_values):
9492         * shell/ev-window.c: (ev_window_cmd_file_properties):
9493         
9494         A bit different fix for rounding problem but it has no
9495         problems on startup. Make properties window transient to parent.
9496
9497 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9498
9499         * pdf/ev-poppler.cc:
9500         
9501         More commenting of font stuff.
9502
9503 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9504
9505         * pdf/ev-poppler.cc:
9506
9507         Comment out some more fonts stuff. Should really
9508         work without the poppler patch now.
9509
9510 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9511
9512         * pdf/ev-poppler.cc:
9513
9514         Adapt to api change
9515
9516 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9517
9518         * data/evince-properties.glade:
9519         * pdf/ev-poppler.cc:
9520         * shell/ev-properties.c: (setup_fonts_view):
9521
9522         Set the column title. Show the dialog only
9523         once everything is setup.
9524         Getting font info can be very slow... will
9525         prolly need to make this threaded too.
9526
9527 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9528
9529         * backend/Makefile.am:
9530         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9531         (ev_document_fonts_get_fonts_model):
9532         * backend/ev-document-fonts.h:
9533         * data/evince-properties.glade:
9534         * pdf/ev-poppler.cc:
9535         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9536         * shell/ev-properties.h:
9537         * shell/ev-window.c: (ev_window_cmd_file_properties):
9538
9539         Implement fonts list. Defined out for now, since it depends
9540         on a not yet committed poppler patch.
9541
9542 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9543
9544         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9545         page + 1.
9546
9547         * shell/ev-window.c: Make sure we add the timeout when we get a
9548         focus-in event.
9549
9550         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9551         adjustment->value before calculating the zoom factor to average
9552         out all of our rounding errors.  The page no longer 'drifts' when
9553         resizing.
9554
9555 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9556
9557         * data/evince-properties.glade:
9558         * shell/ev-properties.c: (ev_properties_format_date),
9559         (set_property):
9560         
9561         Labels don't expand when the dialogue is resized.
9562         strftime result needs to be converted to UTF-8. Thanks
9563         to Christian Persch <chpe@gnome.org>.
9564
9565 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9566
9567         * data/evince-properties.glade:
9568
9569         Hide the fonts tab
9570
9571 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9572
9573         * backend/ev-document-info.h:
9574         * backend/ev-document.c: (ev_document_info_free):
9575         * data/evince-properties.glade:
9576         * pdf/ev-poppler.cc:
9577         * ps/ps-document.c: (ps_document_get_info):
9578         * shell/ev-properties.c: (ev_properties_format_date),
9579         (set_property), (ev_properties_new):
9580         * shell/ev-properties.h:
9581         * shell/ev-window.c: (ev_window_cmd_file_properties):
9582
9583         Rework properties code to take only EvPropertyInfo
9584         in the constructor so that it can be useful for
9585         nautilus plugin too.
9586
9587         Deal with backends that doesnt support some properties.
9588         Make set property code generic.
9589
9590 2005-06-04  Christian Persch <chpe@gnome.org>
9591
9592         * data/evince-properties.glade:
9593
9594         fix spacings, make resizeable, and make data labels
9595         selectable + ellipsised
9596
9597 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9598
9599         * backend/ev-document-info.h:
9600         * data/Makefile.am:
9601         * data/evince-ui.xml:
9602         * pdf/ev-poppler.cc:
9603         * shell/Makefile.am:
9604         * shell/ev-window.c: (update_action_sensitivity),
9605         (ev_window_cmd_file_properties):
9606
9607         Initial go at file properties. Patch by
9608         Emil Soleyman-Zomalan <emil@soleyman.com>.
9609         Needs love see #169583
9610
9611 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9612
9613         * ps/ps-document.c: (output):
9614         * ps/ps.c: (psscan):
9615
9616         Try to render even if psscan fails.
9617
9618 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9619
9620         * ps/ps.c: (psscan), (pscopydoc):
9621
9622         Port buffered reading code from gv
9623
9624 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9625
9626         * ps/ps-document.c: (interpreter_message), (output):
9627
9628         Do not fail on interpreter messages
9629
9630 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9631
9632         * backend/ev-document-misc.c:
9633         (ev_document_misc_get_thumbnail_frame):
9634
9635         Pages can be 0 x 0, dont assert on this case
9636
9637 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9638
9639         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9640         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9641
9642         Correctly manage our reference on document. Finally the reload
9643         huge leak is gone...
9644
9645 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9646
9647         * ps/ps-document.c: (ps_document_dispose):
9648
9649         Forgot to chain it to the parent. Thanks chpe.
9650
9651 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9652
9653         * ps/ps-document.c: (ps_document_dispose),
9654         (ps_document_class_init), (stop_interpreter), (document_load):
9655
9656         Cleanup dispose a bit. Dont leak the whole pixmap.
9657
9658 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9659
9660         * pdf/ev-poppler.cc:
9661
9662         Release the poppler document on dispose
9663
9664 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9665
9666         * shell/ev-view.c: (ev_view_set_document):
9667
9668         Release ref on the pixbuf cache when changing
9669         document.
9670
9671 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9672
9673         * ps/ps-document.c: (ps_document_get_info):
9674
9675         Fix a double free
9676
9677 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9678
9679         * backend/ev-page-cache.c: (ev_page_cache_init),
9680         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9681         * backend/ev-page-cache.h:
9682         * shell/ev-page-action.c: (page_changed_cb):
9683         
9684         Set page action entry width depending on labels width. Fix
9685         for bug 305202.
9686
9687 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9688
9689         * backend/ev-link.c: (ev_link_class_init):
9690
9691         Allow -1 as page value (error)
9692
9693 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9694
9695         * shell/ev-sidebar-thumbnails.c:
9696         (ev_sidebar_thumbnails_set_document):
9697         * shell/ev-view.c: (scroll_to_current_page),
9698         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9699         (page_changed_cb), (on_adjustment_value_changed),
9700         (ev_view_set_document):
9701
9702         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9703         Fix bug 305377
9704
9705 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9706
9707         * configure.ac:
9708         * djvu/djvu-document.c: (djvu_document_get_page_size):
9709
9710         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9711         bug 301993.
9712
9713 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9714
9715         * shell/ev-view.c (draw_one_page): modify the expose handling to
9716         get the shadows.
9717
9718         * shell/ev-window.c (update_action_sensitivity): Respect
9719         permissions field.  Kowtow to the man.
9720
9721         * pdf/ev-poppler.cc: Get the permissions field.
9722
9723         * tiff/*c: Make a tiny bit more robust.
9724
9725 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9726
9727         * djvu/djvu-document.c:
9728         
9729         Pop messages from djvu context message queue.
9730
9731 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9732
9733         * configure.ac, Makefile.am, shell/Makefile.am:
9734         * tiff/Makefile.am, shell/ev-document-types.c:
9735         
9736         Cleanup tiff configure checks. Fix for bug 305218.
9737
9738 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9739
9740         * configure.ac: Added "uk" to ALL_LINGUAS.
9741
9742 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9743
9744         * cut-n-paste/zoom-control/ephy-zoom.c:
9745         (ephy_zoom_get_changed_zoom_level):
9746         * cut-n-paste/zoom-control/ephy-zoom.h:
9747         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9748         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9749         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9750         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9751         (zoom_control_changed_cb), (ev_window_init):
9752         
9753         Fix minor points related to moving best fit up. Introduce
9754         "zoom" property and make zoom control change it's value on
9755         notify::zoom signals. Fix for 305080.
9756
9757 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9758
9759         * data/evince-ui.xml:
9760         * shell/ev-window.c: (set_view_actions_sensitivity):
9761         
9762         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9763
9764 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9765
9766         * configure.ac:
9767
9768         Depends on poppler 0.3.2
9769
9770 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9771
9772         * cut-n-paste/recent-files/egg-recent-item.c:
9773         (egg_recent_item_get_short_name):
9774         * cut-n-paste/toolbar-editor/Makefile.am:
9775         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9776         (new_pixbuf_from_widget):
9777         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9778         * cut-n-paste/toolbar-editor/egg-marshal.c:
9779         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9780         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9781
9782         Sync
9783
9784 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9785
9786         * tiff/tiff-document.c: Rough TIFF backend.
9787
9788 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9789
9790         * NEWS:
9791         * configure.ac:
9792         * cut-n-paste/toolbar-editor/Makefile.am:
9793
9794         Release 0.3.1
9795
9796 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9797
9798         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9799         (ev_view_find_next), (ev_view_find_previous):
9800
9801         Remove the locks around get_n_results   
9802
9803 2005-05-21  Juerg Billeter  <j@bitron.ch>
9804
9805         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9806
9807         Pass correct number of pages to poppler.
9808
9809 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9810
9811         * configure.ac:
9812         * data/Makefile.am:
9813         * data/evince.desktop.in: 
9814         * data/evince.desktop.in.in:
9815         * po/POTFILES.in:
9816         
9817         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9818
9819 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9820
9821         * shell/ev-view.c: (view_update_adjustments),
9822         (view_set_adjustment_values): cast adjustmen->value to (int)
9823         before using it.  Otherwise, we get off by a pixel in some
9824         situations.
9825
9826         (draw_one_page): Draw the border on expose.
9827
9828 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9829
9830         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9831         adjustment when the mode changes, #304923
9832
9833 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9834
9835         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9836         flickering on resize but still use gdk_window_scroll on
9837         scrolling
9838
9839 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9840
9841         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9842         option, #170458
9843
9844 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9845
9846         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9847         second page on page_changed if possible, #304669
9848
9849 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9850
9851         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9852         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9853
9854 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9855
9856         * .cvsignore:
9857         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9858         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9859         (ev_view_zoom_for_size_presentation),
9860         (ev_view_zoom_for_size_continuous_and_dual_page),
9861         (ev_view_zoom_for_size_continuous),
9862         (ev_view_zoom_for_size_dual_page),
9863         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9864         * shell/ev-view.h:
9865         * shell/ev-window.c: (update_view_size),
9866         (ev_window_sizing_mode_changed_cb):
9867
9868         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9869         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9870         an infinite loop, #304769
9871
9872
9873 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9874
9875         * data/evince-ui.xml:
9876         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9877         * shell/ev-window.c: (set_view_actions_sensitivity):
9878
9879         Make PgUp/Down behave like Space
9880
9881 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9882
9883         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9884         * backend/ev-ps-exporter.h:
9885         * pdf/ev-poppler.cc:
9886         * ps/ps-document.c: (ps_document_ps_export_begin):
9887         * shell/ev-print-job.c: (idle_print_handler):
9888
9889         Adapt to new poppler api
9890
9891 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9892
9893         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9894         (ephy_zoom_control_init):
9895
9896         Translate zoom levels
9897
9898 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9899
9900         * cut-n-paste/zoom-control/ephy-zoom.c:
9901         (ephy_zoom_get_zoom_level_index):
9902
9903         Fix current zoom -> zoom control match
9904
9905 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9906
9907         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9908         rather than the scrolled_window that it's in. Fixes bug #304655.
9909
9910 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9911
9912         * shell/ev-view.c: (view_update_adjustments),
9913         (view_set_adjustment_values), (view_update_range_and_current_page),
9914         (view_scroll_to_page), (set_scroll_adjustment),
9915         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9916         (ev_view_scroll), (ev_view_scroll_view),
9917         (ensure_rectangle_is_visible), (find_page_at_location),
9918         (get_link_at_location), (go_to_link), (status_message_from_link),
9919         (ev_view_size_request_continuous_dual_page),
9920         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9921         (ev_view_unrealize), (ev_view_expose_event),
9922         (ev_view_button_press_event), (ev_view_motion_notify_event),
9923         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9924         (draw_rubberband), (highlight_find_results), (draw_one_page),
9925         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9926         (ev_view_init), (find_changed_cb), (page_changed_cb),
9927         (on_adjustment_value_changed), (ev_view_new),
9928         (ev_view_set_document), (ev_view_set_zoom),
9929         (ev_view_set_continuous), (ev_view_set_dual_page),
9930         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9931         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9932         (ev_view_zoom_for_size_presentation),
9933         (ev_view_zoom_for_size_continuous_dual_page),
9934         (ev_view_zoom_for_size_continuous),
9935         (ev_view_zoom_for_size_dual_page),
9936         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9937         (ev_view_get_status), (ev_view_set_status),
9938         (update_find_status_message), (ev_view_get_find_status),
9939         (ev_view_set_find_status), (jump_to_find_result),
9940         (jump_to_find_page), (compute_selections), (clear_selection),
9941         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9942         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9943         (ev_view_update_primary_selection),
9944         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9945         * shell/ev-view.h:
9946         * shell/ev-window.c: (ev_window_open_page_label),
9947         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9948         (ev_window_init):
9949         * shell/ev-window.h:
9950         * shell/main.c: (load_files):
9951
9952         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9953         when resizing.  Remove the bin_window().  Also, patch from James
9954         Bowes to fix command line page, #300641
9955         
9956 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9957
9958         * data/evince-ui.xml:
9959         * shell/ev-view.c:
9960         * shell/ev-view.h:
9961         * shell/ev-window.c: (update_action_sensitivity):
9962
9963         Get rid of View->Normal Size, it's just confusing
9964
9965 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9966
9967         * backend/ev-document-info.h:
9968         * backend/ev-document.c: (ev_document_info_free): Free the
9969         EvDocumentInfo.
9970
9971         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9972         (clear_range), (add_range), (update_visible_range),
9973         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9974         (ev_sidebar_thumbnails_set_document):
9975         * shell/ev-window.c: (ev_window_setup_document): Only render the
9976         visible thumbnails.  It takes an instant to render, but it uses
9977         much less memory.
9978
9979 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9980
9981         * shell/ev-sidebar-links.c: (popup_menu_cb):
9982
9983         Select first item
9984
9985 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9986
9987         * lib/Makefile.am:
9988         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9989         (button_press_cb), (ev_sidebar_links_construct):
9990
9991         Show the popup menu also on keybindings
9992
9993 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9994
9995         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9996         * shell/ev-window.h:
9997
9998         Expose api to print a range (with dialog). Make private _print use
9999         it.
10000
10001         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10002         (ev_sidebar_links_construct):
10003
10004         Show a print context menu on linkx, it prints the selected
10005         section.
10006
10007 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10008
10009         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10010         button.
10011
10012 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10013
10014         * AUTHORS:
10015
10016         Update
10017
10018         * shell/ev-window.c: (build_comments_string),
10019         (ev_window_cmd_help_about):
10020
10021         Show poppler version/backend and authors
10022
10023 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10024
10025         * cut-n-paste/zoom-control/ephy-zoom.c:
10026         (ephy_zoom_get_zoom_level_index):
10027         * cut-n-paste/zoom-control/ephy-zoom.h:
10028
10029         Move the best fit items at the top of the list
10030
10031 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10032
10033         * shell/ev-marshal.list:
10034         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10035         (activate_cb), (match_selected_cb), (activate_link_cb),
10036         (connect_proxy), (ev_page_action_class_init):
10037         * shell/ev-page-action.h:
10038
10039         Use signals to notify action activation. Hopefully
10040         I did not break completion since I cant test...
10041
10042         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10043         (register_custom_actions):
10044
10045         Connect to page selector actions and also grab focus on
10046         the view when activated.
10047
10048 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10049
10050         * pdf/ev-poppler.cc:
10051         * backend/ev-page-cache.c: make page size calculation consistent
10052         and set it to (int)( width * scale + 0.5).  This makes the weird
10053         line going through the middle of the page go away.
10054
10055         * shell/ev-view.c: move painting the background page after
10056         checking the expose area covers us.
10057
10058 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10059
10060         * data/evince-password.glade:
10061         
10062         Mark labels as not translatable. Fix for bug 302842.
10063
10064 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10065
10066         * configure.ac: Added "es" to ALL_LINGUAS.
10067
10068 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10069
10070         * data/evince-toolbar.xml:
10071         * shell/ev-window.c: (update_action_sensitivity),
10072         (ev_window_setup_document), (ev_window_set_page_mode),
10073         (ev_window_init):
10074
10075         Remove some leftover code from jrb first continous
10076         attempt. Use the new actions, we still need good icons
10077         though...
10078
10079 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10080
10081         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10082
10083         Update label when connecting proxy. Fix a warning with NULL
10084         page_cache.
10085
10086 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10087
10088         * data/evince-ui.xml:
10089         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10090         * shell/ev-page-action.h:
10091         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10092
10093         Add mnemonic for edit toolbar.
10094         ctrl+l focus the page entry.
10095
10096 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10097
10098         * lib/Makefile.am:
10099         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10100         (ev_window_init):
10101         * shell/main.c: (main):
10102
10103         Put the toolbar xml in evince own dot dir
10104
10105 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10106
10107         * shell/ev-window.c: (ev_window_init):
10108
10109         Make the toolbar not removable
10110
10111 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10112
10113         * data/evince-ui.xml:
10114         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10115         * shell/ev-sidebar-links.h:
10116         * shell/ev-sidebar-thumbnails.c:
10117         (ev_sidebar_thumbnails_get_treeview):
10118         * shell/ev-sidebar-thumbnails.h:
10119         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10120         (ev_view_class_init):
10121         * shell/ev-view.h:
10122         * shell/ev-window.c: (update_action_sensitivity),
10123         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10124         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10125         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10126         (ev_window_init):
10127
10128         This is evil... Make space/backspace global accelerators but
10129         enable them only for some widgets (sidebars and view).
10130         I dont like it, but I dont know a better way... :/
10131
10132 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10133
10134         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10135         (ev_page_action_widget_finalize),
10136         (ev_page_action_widget_class_init), (update_page_cache):
10137
10138         Keep a weak reference on proxy->page_cache so that we
10139         dont try to disconnect the signal if the object is already
10140         gone. Maybe there is a better way to cleanup reference handling
10141         in page action though...
10142
10143 2005-05-10  Juerg Billeter  <j@bitron.ch>
10144
10145         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10146         * backend/ev-ps-exporter.h:
10147         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10148         * ps/ps-document.c: (ps_document_ps_export_begin):
10149         
10150         Change api to pass print range to ps_exporter_begin. The pdf backend
10151         requires this information.
10152         
10153         * shell/ev-print-job.c: (idle_print_handler):
10154         
10155         Adapt to api change
10156
10157 2005-05-10  Juerg Billeter  <j@bitron.ch>
10158
10159         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10160         (idle_print_handler)
10161         * shell/ev-window.c: (ev_window_print):
10162
10163         Support printing page range, based on patch by Amaury Jacquot
10164
10165 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10166
10167         * data/evince-toolbar.xml:
10168
10169         Add zoom control to available items
10170
10171 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10172
10173         * shell/ev-window.c: (update_action_sensitivity):
10174
10175         Set slash action insensitive when appropriate
10176
10177 2005-05-10  Christian Persch <chpe@gnome.org>
10178
10179         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10180
10181         Fix warning on the overflow menu
10182
10183 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10184
10185         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10186
10187         Check for uri correctness/existence
10188
10189 2005-05-09  Juerg Billeter  <j@bitron.ch>
10190
10191         * shell/ev-window.c: (using_postscript_printer):
10192
10193         LPD printers use postscript, too
10194
10195 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10196
10197         * shell/ev-window.c: (register_custom_actions):
10198
10199         The zoom one is actually sort of useful,
10200         put it back
10201
10202 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10203
10204         * shell/ev-window.c: (register_custom_actions):
10205
10206         Hide page/zoom controls from overflow, they
10207         are useless.
10208
10209 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10210
10211         * cut-n-paste/update-from-egg.sh:
10212         
10213         Share it between all cut-n-paste subdirs
10214
10215         * cut-n-paste/recent-files/Makefile.am:
10216
10217         Fix to use "global" update-from-egg.sh
10218
10219         * cut-n-paste/recent-files/egg-recent-model.c:
10220         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10221         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10222         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10223         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10224
10225         Update from libegg
10226
10227         * cut-n-paste/toolbar-editor/Makefile.am:
10228
10229         Fix to use "global" update-from-egg.sh
10230
10231         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10232
10233         Update from libegg
10234
10235 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10236
10237         * configure.ac:
10238         * cut-n-paste/Makefile.am:
10239         * cut-n-paste/recent-files/Makefile.am:
10240         * cut-n-paste/toolbar-editor/.cvsignore:
10241         * cut-n-paste/toolbar-editor/Makefile.am:
10242         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10243         (egg_editable_toolbar_get_type), (get_toolbar_position),
10244         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10245         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10246         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10247         (set_item_drag_source), (create_item_from_action), (create_item),
10248         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10249         (popup_toolbar_context_menu_cb), (free_dragged_item),
10250         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10251         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10252         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10253         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10254         (item_added_cb), (item_removed_cb),
10255         (egg_editable_toolbar_construct),
10256         (egg_editable_toolbar_disconnect_model),
10257         (egg_editable_toolbar_deconstruct),
10258         (egg_editable_toolbar_set_model),
10259         (egg_editable_toolbar_set_ui_manager),
10260         (egg_editable_toolbar_set_property),
10261         (egg_editable_toolbar_get_property),
10262         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10263         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10264         (egg_editable_toolbar_new_with_model),
10265         (egg_editable_toolbar_get_edit_mode),
10266         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10267         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10268         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10269         (new_pixbuf_from_widget), (new_separator_pixbuf),
10270         (update_separator_image), (style_set_cb),
10271         (_egg_editable_toolbar_new_separator_image),
10272         (egg_editable_toolbar_get_model):
10273         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10274         * cut-n-paste/toolbar-editor/egg-marshal.c:
10275         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10276         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10277         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10278         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10279         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10280         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10281         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10282         (editor_drag_data_delete_cb), (drag_data_get_cb),
10283         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10284         (editor_create_item), (update_editor_sheet), (setup_editor),
10285         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10286         (parse_item_list), (model_has_action), (update_actions_list),
10287         (egg_toolbar_editor_load_actions):
10288         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10289         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10290         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10291         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10292         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10293         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10294         (egg_toolbars_model_add_separator), (impl_add_item),
10295         (parse_item_list), (egg_toolbars_model_add_toolbar),
10296         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10297         (impl_get_item_data), (impl_get_item_type),
10298         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10299         (egg_toolbars_model_init), (free_toolbar),
10300         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10301         (egg_toolbars_model_remove_toolbar),
10302         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10303         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10304         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10305         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10306         (egg_toolbars_model_get_item_data),
10307         (egg_toolbars_model_get_item_type):
10308         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10309         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10310         * data/Makefile.am:
10311         * data/evince-toolbar.xml:
10312         * data/evince-ui.xml:
10313         * data/hand-open.png:
10314         * po/POTFILES.in:
10315         * shell/Makefile.am:
10316         * shell/ev-window.c: (update_chrome_visibility),
10317         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10318         (ev_window_dispose), (ev_window_init):
10319
10320         Implement epiphany like toolbar editor. Based on patch by
10321         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10322
10323 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10324
10325         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10326
10327         Use set_cursor instead of set_selection, so that
10328         the keyboard focus moves too.
10329
10330 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10331
10332         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10333
10334         Fix infinite loop when loading Type1 fonts
10335
10336 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10337
10338         * data/evince-ui.xml:
10339         * shell/ev-window.c:
10340
10341         Slash -> Find
10342
10343 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10344
10345         * configure.ac:
10346
10347         Make --disable really disable
10348
10349 2005-05-07  Juerg Billeter  <j@bitron.ch>
10350
10351         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10352
10353         Compare page labels even without has_labels set, fixes setting page
10354         with entry
10355
10356 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10357
10358         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10359         (ev_view_set_cursor), (ev_view_button_press_event),
10360         (ev_view_motion_notify_event), (ev_view_button_release_event),
10361         (ev_view_init):
10362
10363         Implement middle button scrolling. Based on a patch
10364         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10365
10366 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10367
10368         * shell/ev-document-types.c: (get_slow_mime_type),
10369         (get_document_type_from_mime), (ev_document_type_lookup):
10370         * shell/ev-document-types.h:
10371
10372         Change api to lookup from uri. Do fast lookup first, if the
10373         type is unknown try with data sniffing.
10374
10375         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10376         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10377
10378         Adapt to api change
10379
10380 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10381
10382         * thumbnailer/Makefile.am:
10383
10384         Fix distcheck
10385
10386 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10387
10388         * NEWS:
10389         * configure.ac:
10390
10391         Release 0.3.0
10392
10393         * data/evince-ui.xml:
10394
10395         Hide presentation mode for now
10396
10397         * shell/ev-view.c: (highlight_find_results):
10398
10399         Show current find selection only on current page
10400
10401 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10402
10403         * shell/ev-view.c: (ev_view_select_all):
10404
10405         Compute size of the actual page, not of
10406         the current one.
10407
10408 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10409
10410         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10411         (view_rect_to_doc_rect), (compute_selections),
10412         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10413         (ev_view_copy), (ev_view_primary_get_cb),
10414         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10415         (ev_view_button_press_event), (ev_view_motion_notify_event),
10416         (ev_view_button_release_event), (page_changed_cb):
10417
10418         Fix text selection
10419
10420 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10421
10422         * shell/ev-view.c: (compute_border), (get_page_extents),
10423         (doc_rect_to_view_rect), (highlight_find_results),
10424         (ev_view_bin_expose), (ev_view_select_all),
10425         (ev_view_motion_notify_event), (update_find_status_message),
10426         (jump_to_find_result), (jump_to_find_page):
10427
10428         First go at fixing search, still buggy
10429
10430 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10431
10432         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10433         dropdown box and button at the top of the sidebar.
10434
10435 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10436
10437         * configure.ac: Output zoom-control Makefile.
10438         * cut-n-paste/Makefile.am: build zoom-control subdir.
10439         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10440         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10441         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10442         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10443         * cut-n-paste/zoom-control/ephy-zoom.c:
10444         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10445         from epiphany, and modified to add a separator into the menu.
10446         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10447         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10448         zoom-control action.
10449         * shell/Makefile.am: Include zoom-control flags.
10450         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10451         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10452         (ev_view_zoom_for_size_presentation),
10453         (ev_view_zoom_for_size_continuous_and_dual_page),
10454         (ev_view_zoom_for_size_continuous),
10455         (ev_view_zoom_for_size_dual_page),
10456         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10457         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10458         ev_view_get_zoom and ev_view_get_sizing_mode.
10459         * shell/ev-view.h:
10460         * shell/ev-window.c: (update_action_sensitivity),
10461         (update_sizing_buttons), (zoom_control_changed_cb),
10462         (register_custom_actions): Initialize and use the zoom-control 
10463         widget.
10464
10465 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10466
10467         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10468         preview cache back to 1.  Don't know when it got set to 0.
10469         
10470         * shell/ev-view.c: (compute_border), (ev_view_realize),
10471         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10472         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10473         (ev_view_get_fullscreen), (ev_view_set_presentation),
10474         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10475         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10476         * shell/ev-view.h:
10477         * shell/ev-window.c:
10478         (update_chrome_visibility),
10479         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10480         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10481         (update_document_mode), (ev_window_update_fullscreen_action),
10482         (ev_window_fullscreen), (ev_window_unfullscreen),
10483         (ev_window_cmd_view_fullscreen),
10484         (ev_window_update_presentation_action),
10485         (ev_window_run_presentation), (ev_window_stop_presentation),
10486         (ev_window_cmd_view_presentation), (ev_window_state_event),
10487         (ev_window_focus_in_event), (ev_window_focus_out_event),
10488         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10489         * data/evince-ui.xml: Initial presentation mode.  We should
10490         probably hide this until it's done, as it's quite rough.  Also,
10491         change full-screen to fullscreen and add two getters to EvView.
10492
10493 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10494
10495         * shell/ev-page-action.c: (update_page_cache),
10496         (ev_page_action_dispose):
10497         * shell/ev-window.c: (destroy_fullscreen_popup),
10498         (ev_window_create_fullscreen_popup):
10499
10500         Use connect_object rather than explicitly
10501         disconnect on dispose.
10502
10503 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10504
10505         * shell/ev-page-action.c: (update_page_cache),
10506         (ev_page_action_dispose):
10507
10508 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10509
10510         * backend/ev-page-cache.c: (_ev_page_cache_new),
10511         (ev_page_cache_set_page_label),
10512         (ev_page_cache_has_nonnumeric_page_labels):
10513         * backend/ev-page-cache.h:
10514         * shell/ev-page-action.c: (update_pages_label):
10515         
10516         If all page labels are numeric, fallback to default
10517         way to display number of pages. See bug 173185.
10518
10519 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10520
10521         * shell/ev-page-action.c: (ev_page_action_dispose):
10522         * shell/ev-view.c: (view_update_range_and_current_page):
10523         * shell/ev-window.c: (ev_window_dispose):
10524         
10525         Set page on scroll in continuous mode. Fixes bug 301986.
10526         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10527
10528 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10529
10530         * configure.ac:
10531
10532         Require poppler 0.3.0
10533
10534 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10535         
10536         * shell/Makefile.am, configure.ac: Fix build problems
10537         with t1lib. Bug 301996.
10538
10539 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10540
10541         * shell/ev-view.c: (ev_view_scroll_event):
10542         
10543         Scroll up increase zoom
10544
10545 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10546
10547         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10548         (ev_view_set_sizing_mode),
10549         (ev_view_zoom_for_size_continuous_and_dual_page),
10550         (ev_view_zoom_for_size_continuous):
10551         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10552         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10553         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10554         (ev_window_init):
10555
10556         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10557         Fix for 165473 and 165472.
10558
10559 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10560
10561         * po/POTFILES.in:
10562         * thumbnailer/Makefile.am:
10563         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10564         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10565         * thumbnailer/evince-thumbnailer.schemas.in:
10566         
10567         Make thumbnailer schemas translatable. Fix for bug 301773
10568         
10569         * thumbnailer/evince-thumbnailer-djvu.schemas:
10570         * thumbnailer/evince-thumbnailer-dvi.schemas:
10571         * thumbnailer/evince-thumbnailer.schemas:
10572
10573         Removed files
10574
10575 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10576
10577         * shell/ev-view.c (ev_view_init): forgot to set this.
10578
10579 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10580
10581         * shell/ev-view.c: (find_page_at_location),
10582         (get_link_at_location),
10583         (ev_view_set_show_border), (ev_view_set_spacing),
10584         (ev_view_zoom_for_size_continuous_and_dual_page),
10585         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10586         Also, add a quick fix measuring of widths.  Also, removed
10587         ev_view_set_spacing and ev_view_set_show_border.
10588         
10589         * shell/ev-window.c: (ev_window_unfullscreen),
10590         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10591
10592 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10593
10594         * shell/ev-view.c: (view_update_range_and_current_page),
10595         (page_changed_cb):
10596         
10597         Fix crash on exit and scrolling to page in continuous view.
10598
10599 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10600
10601         * TODO:
10602         * backend/ev-page-cache.c: (_ev_page_cache_new),
10603         (ev_page_cache_get_max_width_size),
10604         (ev_page_cache_get_max_height_size):
10605         * backend/ev-page-cache.h:
10606         * data/evince-ui.xml:
10607         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10608         * shell/ev-view.c: (view_update_adjustments),
10609         (view_update_range_and_current_page), (get_bounding_box_size),
10610         (ev_view_size_request_continuous_and_dual_page),
10611         (ev_view_size_request_continuous),
10612         (ev_view_size_request_dual_page),
10613         (ev_view_size_request_single_page), (ev_view_size_request),
10614         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10615         (ev_view_bin_expose), (ev_view_expose_event),
10616         (ev_view_set_property), (ev_view_get_property),
10617         (ev_view_class_init), (ev_view_init), (ev_view_new),
10618         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10619         (ev_view_set_dual_page), (ev_view_set_full_screen),
10620         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10621         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10622         (ev_view_zoom_out), (zoom_for_size_fit_width),
10623         (zoom_for_size_best_fit),
10624         (ev_view_zoom_for_size_continuous_and_dual_page),
10625         (ev_view_zoom_for_size_continuous),
10626         (ev_view_zoom_for_size_dual_page),
10627         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10628         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10629         * shell/ev-view.h:
10630         * shell/ev-window.c: (update_action_sensitivity),
10631         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10632         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10633         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10634         (ev_window_cmd_view_zoom_out), (update_view_size),
10635         (ev_window_set_sizing_mode), (ev_window_init):
10636
10637         Add Continuous and Dual page modes.
10638
10639 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10640
10641         * dvi/dvi-document.c: (dvi_document_load),
10642         (dvi_document_thumbnails_get_thumbnail),
10643         (dvi_document_init_params): Fix up some mixups between
10644         width and height to correct thumbnail rendering.
10645
10646 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10647
10648         * dvi/mdvi-lib/private.h:
10649         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10650         
10651         Suppess output for kpathsea during font generation. Thanks to
10652         James Bowes
10653
10654 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10655
10656         * NEWS:
10657         * configure.ac:
10658
10659         Release 0.2.1
10660
10661         * Makefile.am: fix distcheck.
10662
10663 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10664
10665         * shell/ev-sidebar-links.c: (selection_changed_callback),
10666         (update_page_callback), (row_activated_callback),
10667         (job_finished_callback), (ev_sidebar_links_set_document):
10668         
10669         Fix for bug #169901. Double click on links expands tree.
10670
10671 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10672
10673         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10674         hard-coded style. Fix for bug 170111
10675
10676 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10677
10678         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10679         locking.
10680
10681 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10682
10683         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10684
10685 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10686
10687         * pdf/ev-poppler.cc:
10688         * shell/ev-view.c: (highlight_find_results):
10689
10690         Fix find on single page documents
10691
10692 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10693
10694         * data/evince.schemas.in: fix for bug 301390
10695
10696 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10697
10698         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10699         (ev_view_zoom_out), (ev_view_zoom_normal):
10700         * shell/ev-view.h:
10701         * shell/ev-window.c: (update_action_sensitivity),
10702         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10703         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10704         (ev_window_cmd_view_normal_size):
10705
10706         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10707         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10708         better than oom. 
10709
10710 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10711
10712         * configure.ac:
10713
10714         Depend on 2.57, 2.59 doesnt seem to be necessary
10715
10716 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10717
10718         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10719         (create_tool_item):
10720
10721         Put back total number of pages as (1 of 1234)
10722
10723 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10724
10725         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10726         remove the job.
10727
10728         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10729         function.  This helps debugging.
10730
10731 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10732
10733         * djvu/djvu-document.c: (djvu_document_class_init),
10734         (djvu_document_get_info), (djvu_document_document_iface_init):
10735         * dvi/dvi-document.c: (dvi_document_class_init),
10736         (dvi_document_get_info), (dvi_document_document_iface_init):
10737
10738         Dummy implementation of get_info method for dvi and
10739         djvu. Fix crashes with those backends
10740
10741 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10742
10743         * data/evince.desktop.in:
10744
10745         Add application/x-gzpostscript
10746
10747 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10748
10749         * data/evince.schemas.in: Added real long descriptions, 
10750         closes bug 172496 
10751
10752         * README: Added actual text, closes bug 171869
10753
10754 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10755
10756         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10757
10758         Thumbnail page 0
10759
10760 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10761
10762         * backend/ev-document-info.h:
10763
10764         s/GDate */GDate so we can just use g_free
10765
10766 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10767
10768         * shell/ev-window.c: (update_document_mode),
10769         (ev_window_setup_document):
10770
10771         Show the window in fullscreen when specified by
10772         the document
10773
10774 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10775
10776         * backend/ev-document.c: (ev_document_class_init),
10777         (ev_document_get_info), (ev_document_render_pixbuf):
10778         * backend/ev-document.h:
10779         * backend/ev-page-cache.c: (_ev_page_cache_new):
10780         * pdf/ev-poppler.cc:
10781         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10782         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10783         * ps/ps-document.c: (ps_document_class_init), (document_load),
10784         (ps_document_get_info), (ps_document_document_iface_init):
10785
10786         Remove get_title from the interface, we can just use document info
10787
10788 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10789
10790         * backend/Makefile.am:
10791         * backend/ev-document.c: (ev_document_render_get_info):
10792         * backend/ev-document.h:
10793         * pdf/ev-poppler.cc:
10794
10795         Initial support for document info. Based on jrb patch.
10796
10797 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10798
10799         * shell/ev-window.c: (ev_window_state_event),
10800         (ev_window_class_init), (ev_window_init):
10801         
10802         Doesn't show resize grip when maximized. See bug #301053
10803
10804 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10805
10806         * po/POTFILES.in:
10807         
10808         ev-sidebar-thumbnails now has translatable labels
10809         
10810         * shell/Makefile.am:
10811         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10812         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10813         (ev_sidebar_links_page_iface_init):
10814         * shell/ev-sidebar-links.h:
10815         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10816         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10817         (ev_sidebar_page_get_label):
10818         * shell/ev-sidebar-page.h:
10819         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10820         (ev_sidebar_thumbnails_set_document),
10821         (ev_sidebar_thumbnails_support_document),
10822         (ev_sidebar_thumbnails_get_label),
10823         (ev_sidebar_thumbnails_page_iface_init):
10824         * shell/ev-sidebar-thumbnails.h:
10825         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10826         (ev_sidebar_set_document):
10827         * shell/ev-sidebar.h:
10828         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10829         
10830         Small rework of sidebar code. Now sidebar pages should implement
10831         EvSidebarPage interface. That makes page management in EvSidebar
10832         easier. See bug #164811 for details
10833
10834 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10835
10836         * shell/ev-application.c: (ev_application_open):
10837         * shell/ev-document-types.c:
10838         
10839         Fix build error and small problem with application exit
10840
10841 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10842
10843         * thumbnailer/Makefile.am:
10844         * thumbnailer/evince-thumbnailer-djvu.schemas:
10845         * thumbnailer/evince-thumbnailer-dvi.schemas:
10846         
10847         Conditionally install schemas for djvu/dvi thumbnailer
10848
10849 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10850
10851         * shell/ev-document-types.h: 
10852         * shell/ev-document-types.c: 
10853         New files, handling the mapping from mimetypes to backends
10854         
10855         * shell/ev-window.c: 
10856         * thumbnailer/evince-thumbnailer.c:     
10857         Use the ev-document-types code
10858         
10859         * shell/Makefile.am: 
10860         Added new convenience library libevbackendfactory_la, containing
10861         the new mimetype->backend logic; moved the backends into it.
10862
10863         * thumbnailer/Makefile.am:
10864         Make the thumbnailer link with the libevbackend.la convenience
10865         library, rather than having a duplicate of the backend logic here.
10866
10867 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10868
10869         * shell/ev-stock-icons.c: constify some vars.
10870         * shell/ev-window.c: ditto.
10871
10872 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10873
10874         * ps/ps-document.c (get_page_orientation):
10875
10876         Respect document orientation 
10877
10878 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10879
10880         * djvu/Makefile.am:
10881         * dvi/Makefile.am:
10882         * shell/Makefile.am:
10883         
10884         Move library dependencies to components.
10885         
10886         * shell/ev-window.c: (update_window_title),
10887         (start_loading_document):
10888         
10889         Fix display of uris with spaces. Bug 168358.
10890
10891 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10892
10893         * shell/ev-sidebar-links.c: (selection_changed_cb):
10894         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10895         (ev_view_button_release_event), (ev_view_set_document):
10896         * shell/ev-view.h:
10897         * shell/ev-window.c: (find_bar_search_changed_cb):
10898         * shell/ev-window.h: Minor cleanups removing some dead code.
10899
10900 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10901
10902         * backend/ev-page-cache.c: (_ev_page_cache_new):
10903         
10904         Set current page to 0 if document has pages.
10905
10906 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10907
10908         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10909
10910         Initialize GError to NULL, fix a crash when loading fails.
10911
10912 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10913
10914         * shell/ev-window.c: (update_view_size):
10915
10916         Calculate shadow size only when there is actually
10917         a shadow.
10918
10919 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10920
10921         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10922         * shell/ev-view.h:
10923
10924         Allow setting view spacing, default to 0
10925
10926         * shell/ev-window.c: (ev_window_unfullscreen),
10927         (ev_window_cmd_view_fullscreen), (ev_window_init):
10928
10929         Remove spacing in fullscreen mode
10930
10931 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10932
10933         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10934         (ev_view_size_request), (expose_bin_window),
10935         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10936         * shell/ev-view.h:
10937         * shell/ev-window.c: (ev_window_unfullscreen),
10938         (ev_window_cmd_view_fullscreen):
10939
10940         Do not draw the border in fulscreen
10941
10942 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10943
10944         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10945         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10946         (find_page_at_location), (page_changed_cb):
10947
10948         Rework border calculation, so that I can more easily disable it.
10949         Code somewhat cleaner too.
10950
10951 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10952
10953         * backend/ev-page-cache.c: (ev_page_cache_init),
10954         (_ev_page_cache_new):
10955
10956         Remove some assertions, documents can have 0 pages.
10957         Make initial current page -1.
10958
10959         * shell/ev-page-action.c: (page_changed_cb):
10960
10961         Show "" if current page is -1
10962
10963         * shell/ev-window.c: (update_action_sensitivity),
10964         (ev_window_setup_document):
10965
10966         When document has 0 pages do not set the view
10967         and make nearly everything insensitive.
10968
10969 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10970
10971         * shell/ev-page-view.c:
10972         * shell/ev-page-view.h:
10973
10974         Remove unused files.
10975         
10976         * shell/ev-sidebar-thumbnails.c:
10977         (ev_sidebar_thumbnails_set_document):
10978         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10979         (ev_sidebar_supports_document):
10980         * shell/ev-sidebar.h:
10981         * shell/ev-window.c: (ev_window_setup_document):
10982         
10983         Doesn't show thumbnails if document has 1 page. Make
10984         sidebar menu entries sensitive only if if they have 
10985         sense. Fix bug 164811. 
10986
10987 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10988
10989         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10990         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10991         (ev_view_zoom_out), (ev_view_set_size):
10992
10993         Rework sizing to deal with documents with not uniform page
10994         size.
10995
10996 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10997
10998         * backend/ev-page-cache.c: (_ev_page_cache_new):
10999
11000         Fix several page size caching bugs
11001
11002 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11003
11004         * shell/ev-window.c: (set_action_properties):
11005
11006         Make all toolbar items translatable
11007
11008 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11009
11010         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11011         (save_page_list), (ps_document_save),
11012         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11013         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11014         (ps_document_ps_exporter_iface_init):
11015         * ps/ps-document.h:
11016
11017         Based on a patch by J�rg Billeter <j@bitron.ch>
11018         
11019         Implement print and save a copy for the ps backend.
11020
11021 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11022
11023         * backend/ev-document.h:
11024         * djvu/djvu-document.c: (djvu_document_can_get_text),
11025         (djvu_document_document_iface_init):
11026         * dvi/dvi-document.c: (dvi_document_can_get_text),
11027         (dvi_document_document_iface_init):
11028         * pdf/ev-poppler.cc:
11029         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11030         (pixbuf_document_document_iface_init):
11031         * ps/ps-document.c: (ps_document_can_get_text),
11032         (ps_document_document_iface_init):
11033         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11034         * shell/ev-window.c: (update_action_sensitivity):
11035
11036         Fix the crash when trying to copy in backends that doesnt
11037         support it. We can implement a better solution once we
11038         do real text selection.
11039
11040 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11041
11042         * data/evince-ui.xml:
11043         * shell/ev-window.c: (ev_window_cmd_escape):
11044         
11045         Work around the Escape conflict (find bar and unfullscreen)
11046
11047 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11048
11049         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11050         
11051         Fix for #300233. Next page correctly handles document end.
11052         
11053         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11054         (ev_sidebar_thumbnails_class_init),
11055         (ev_sidebar_thumbnails_set_document),
11056         (ev_sidebar_thumbnails_clear_job),
11057         (ev_sidebar_thumbnails_clear_model):
11058         
11059         Cleanup thumbnail jobs on document changes.
11060         
11061         * shell/ev-view.c: (add_scroll_binding_keypad),
11062         (add_scroll_binding_shifted), (ev_view_class_init):
11063         
11064         Shift + Space scrolls up. Fix for #173184
11065         
11066         * shell/ev-window.c: (ev_window_open_page),
11067         (ev_window_cmd_view_reload):
11068         
11069         Fix reload (Bug #300094)
11070
11071 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11072
11073         
11074         * dvi/mdvi-lib/assoc.c:
11075         * dvi/mdvi-lib/assoc.h: Removed garbage files
11076         
11077         * dvi/mdvi-lib/bitmap.c:
11078         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11079         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11080         * dvi/mdvi-lib/color.h: Antialias of rules
11081         
11082         * dvi/mdvi-lib/common.h:
11083         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11084         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11085         * dvi/mdvi-lib/files.c:
11086         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11087         * dvi/mdvi-lib/mdvi.h:
11088         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11089         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11090         * dvi/mdvi-lib/util.c: Fix compile warnings
11091         
11092         * dvi/dvi-document.c:
11093         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11094         (dvi_document_thumbnails_get_thumbnail),
11095         (dvi_document_document_thumbnails_iface_init):
11096         * dvi/mdvi-lib/Makefile.am:
11097         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11098         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11099         
11100         Dvi backend now renders thumbnails
11101
11102 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11103
11104         * shell/main.c: (main): 
11105         
11106         Save accelerators on exit. Fixes bug #172095.
11107
11108 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11109
11110         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11111         update priority" comment.
11112
11113         * backend/ev-job-queue.c: Give a way to change priority.
11114
11115 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11116
11117         * shell/ev-page-action.c: Fix logic.
11118
11119 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11120
11121         * shell/ev-view.c: (ev_view_can_find_next):
11122         * shell/ev-window.c: (ev_window_setup_document):
11123
11124         Check that the document supports find
11125
11126 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11127
11128         * data/evince-ui.xml:
11129         * shell/ev-view.c: (ev_view_can_find_next):
11130         * shell/ev-view.h:
11131         * shell/ev-window.c: (update_action_sensitivity),
11132         (find_changed_cb), (ev_window_setup_document),
11133         (ev_window_cmd_edit_find_next):
11134
11135         Add Edit->Find Next
11136
11137 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11138
11139         * pdf/ev-poppler.cc:
11140         * shell/ev-print-job.c: (idle_print_handler):
11141
11142         Make printing work again
11143
11144 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11145
11146         * shell/ev-page-action.h:
11147         * shell/ev-page-action.c: (ev_page_action_widget_init),
11148         (ev_page_action_widget_class_init), (page_changed_cb),
11149         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11150         (get_filter_model_from_model), (match_selected_cb),
11151         (display_completion_text), (match_completion), (update_model),
11152         (connect_proxy), (ev_page_action_set_property),
11153         (ev_page_action_get_property), (ev_page_action_set_document),
11154         (ev_page_action_set_model), (ev_page_action_class_init): Big
11155         reworking to make completions work iff we have >= GTK-2.7.0
11156                 
11157         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11158         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11159         (job_finished_cb): We now have a 'model' property that is set when
11160         the links are loaded.  This can be caught with "notify::model"
11161
11162         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11163         listen for the model to be set, and propagate it to the action.
11164
11165 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11166
11167         * cut-n-paste/recent-files/egg-recent-item.c:
11168         (egg_recent_item_set_uri), (make_valid_utf8),
11169         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11170         * cut-n-paste/recent-files/egg-recent-item.h:
11171         
11172         Update egg-recent from libegg. This should fix long
11173         startup problem. For details see
11174         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11175
11176 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11177
11178         * cut-n-paste/recent-files/Makefile.am:
11179         * data/evince-ui.xml, shell/Makefile.am:
11180         * shell/ev-application.c, shell/ev-application.h:
11181         * shell/ev-window.c: Recent files support.
11182         
11183         * configure.ac: Added "ru" to ALL_LINGUAS.
11184         
11185         * dvju: new backend to support DJVU files.
11186         * dvi: new backend to support DVI.
11187
11188         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11189         * ev-application.c: Support for new backends.
11190         
11191         * help, ev-window.c, main.c shell/Makefile.am: 
11192         Evince user documentation.
11193
11194 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11195
11196         * po/POTFILES.in:
11197         * shell/ev-window.c:
11198         * thumbnailer/evince-thumbnailer.c:
11199
11200         s/pdf-document/ev-poppler
11201
11202 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11203
11204         * NEWS:
11205         * configure.ac:
11206
11207         Release 0.2.0
11208
11209         * ps/ps-document.c: (setup_pixmap):
11210
11211         Remove debug code
11212
11213 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11214
11215         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11216         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11217         (ev_window_cmd_go_first_page): Fix of by one errors.
11218
11219 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11220
11221         * ps/ps-document.c: (get_page_box):
11222
11223         Fix page size calculation
11224
11225 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11226
11227         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11228         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11229         (get_page_orientation), (setup_page), (document_load),
11230         (ps_document_get_page_size), (render_pixbuf_idle):
11231         * ps/ps-document.h:
11232
11233         More refactoring to adapt to EvDocument changes
11234
11235 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11236
11237         * ps/ps-document.c: (start_interpreter):
11238
11239         Actually add alpha args
11240
11241 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11242
11243         * pdf/ev-poppler.cc:
11244
11245         Make clipboard work again
11246
11247 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11248
11249         Make searching work again.
11250         
11251         * backend/ev-document.c:
11252         * backend/ev-document.h:
11253         * backend/ev-document-find.c:
11254         * backend/ev-document-find.h: Change EvDocumentIface so we no
11255         longer store the current page or zoom level in the document.  The
11256         consequence is that all calls that operate on the current page now
11257         instead take the page number as an extra argument, and all
11258         coordinates are now doubles in document coordinate system.
11259
11260         * pdf/ev-poppler.cc:
11261         * pixbuf/pixbuf-document.c:
11262         * ps/ps-document.c: Update backends accordingly.
11263
11264 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11265
11266         * autogen.sh:
11267
11268         Add required gettext version
11269
11270 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11271
11272         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11273         make F1 bring up non-existent help.
11274
11275         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11276         epiphany's find bar, #167477
11277
11278         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11279         <emil@nishra.com> to add space-bar scrolling, 
11280
11281         * shell/ev-window.c (static GtkActionEntry entries): add default
11282         keybinding for Help (F1)
11283         Fixes #171068
11284
11285         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11286         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11287         170110
11288
11289 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11290
11291         * Makefile.am: 
11292         * pixbuf/pixbuf-document.c: 
11293
11294         Got pixbuf backend working again
11295
11296 2005-04-01  Steve Murphy  <murf@e-tools.com>
11297
11298         * configure.in: Added "rw" to ALL_LINGUAS.
11299
11300 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11301
11302         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11303         model types, noticed by Martin Kretzschmar.
11304
11305 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11306
11307         * pdf/ev-poppler.cc: Implement search based on
11308         poppler_page_find_text().  Currently a bit crude since we remember
11309         all matches from all pages.  Also, we grab the big document lock
11310         when we search since searching changes the underlying stream and
11311         thus conflicts with the rendering thread.
11312         
11313         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11314         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11315         (ev_view_find_previous): Fix some page indexes to be 0 based,
11316         offset rubber band by view offset,
11317
11318 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11319
11320         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11321
11322 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11323
11324         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11325         completely because I didn't understand GtkActions.  I should
11326         read Marco's code more carefully in the future.
11327
11328         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11329         function
11330
11331 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11332
11333         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11334         PopplerRectangle change from poppler CVS.
11335
11336 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11337
11338         * backend/ev-document.c: (ev_document_get_page_label):
11339         * backend/ev-document.h:
11340         * backend/ev-page-cache.c: (_ev_page_cache_new),
11341         (ev_page_cache_get_page_label):
11342         * backend/ev-page-cache.h:
11343         * pdf/ev-poppler.cc:
11344         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11345         (links_page_num_func):
11346         * shell/ev-sidebar-thumbnails.c:
11347         (ev_sidebar_thumbnails_set_document):
11348         * shell/ev-view.c: (status_message_from_link),
11349         (ev_view_motion_notify_event):
11350         * shell/ev-window.c: (document_supports_sidebar): Add in page
11351         label support.  It's not perfect yet, but it's the first 'feature'
11352         in a while.
11353         Also, fix a bogus comment noticed by crispin. 
11354
11355 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11356
11357         * Makefile.am: Remove pixbuf backend for now
11358
11359         * configure.ac: Require poppler-glib instead of just poppler.
11360
11361         * backend/ev-document-thumbnails.h: Add a comment
11362
11363         * backend/ev-document.h:
11364         * backend/ev-document.c: (ev_document_class_init),
11365         (ev_document_load), (ev_document_get_link),
11366         (ev_document_get_links): Remove 3 methods and add get_links.
11367         Also, made 0 based.
11368
11369         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11370         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11371
11372         * backend/ev-link.c: (ev_link_set_title),
11373         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11374         (ev_link_mapping_find):
11375         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11376         
11377         * backend/ev-page-cache.c: (ev_page_cache_init),
11378         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11379         (ev_page_cache_get_size), (ev_page_cache_next_page),
11380         (ev_page_cache_prev_page): Fix to be 0 based.
11381
11382         * pdf/Makefile.am: 
11383         * pdf/ev-poppler.h:
11384         * pdf/ev-poppler.cc: New backend.
11385         
11386         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11387         (ps_document_get_page), (ps_document_document_iface_init):
11388
11389         * shell/ev-pixbuf-cache.h:
11390         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11391         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11392         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11393         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11394         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11395         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11396         based.
11397         
11398         * shell/ev-sidebar-thumbnails.c:
11399         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11400         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11401
11402         * shell/ev-view.c: (status_message_from_link),
11403         (find_page_at_location), (get_link_at_location),
11404         (ev_view_motion_notify_event), (ev_view_button_release_event),
11405         (ev_view_init): Use the new link code.  Fix to be 0 based.
11406
11407         * shell/ev-window.c: (update_action_sensitivity),
11408         (document_supports_sidebar): 0 based.
11409
11410 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11411
11412         * pdf/pdf-document.cc: Patch from Fernando Herrera
11413         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11414         *blush*
11415
11416 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11417
11418         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11419         1 to the page, as this seems to be 1 based.  I thought we has this
11420         fixed.  grump.
11421
11422 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11423
11424         * TODO:
11425         * backend/Makefile.am:
11426         * backend/ev-document-links.c:
11427         (ev_document_links_has_document_links),
11428         (ev_document_links_get_links_model):
11429         * backend/ev-document-links.h:
11430         * backend/ev-document.c: (ev_document_get_page_cache),
11431         (ev_document_get_doc_mutex), (ev_document_load),
11432         (ev_document_save), (ev_document_get_title),
11433         (ev_document_get_n_pages), (ev_document_set_page),
11434         (ev_document_get_page), (ev_document_set_target),
11435         (ev_document_set_scale), (ev_document_set_page_offset),
11436         (ev_document_get_page_size), (ev_document_get_text),
11437         (ev_document_get_link), (ev_document_render),
11438         (ev_document_render_pixbuf), (ev_document_scale_changed):
11439         * backend/ev-document.h:
11440         * backend/ev-job-queue.c: (remove_object_from_queue),
11441         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11442         (no_jobs_available_unlocked), (ev_render_thread),
11443         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11444         (ev_job_queue_remove_job):
11445         * backend/ev-job-queue.h:
11446         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11447         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11448         (ev_job_links_class_init), (ev_job_render_init),
11449         (ev_job_render_dispose), (ev_job_render_class_init),
11450         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11451         (ev_job_thumbnail_class_init), (ev_job_finished),
11452         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11453         (ev_job_render_run), (ev_job_thumbnail_new),
11454         (ev_job_thumbnail_run):
11455         * backend/ev-jobs.h:
11456         * backend/ev-link.c:
11457         * backend/ev-link.h:
11458         * backend/ev-page-cache.c: (ev_page_cache_init),
11459         (ev_page_cache_class_init), (ev_page_cache_finalize),
11460         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11461         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11462         (ev_page_cache_set_link), (ev_page_cache_get_title),
11463         (ev_page_cache_get_size), (ev_page_cache_next_page),
11464         (ev_page_cache_prev_page):
11465         * backend/ev-page-cache.h:
11466         * pdf/pdf-document.cc:
11467         * ps/gsdefaults.c:
11468         * ps/gsdefaults.h:
11469         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11470         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11471         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11472         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11473         (is_interpreter_ready), (output), (catchPipe), (input),
11474         (start_interpreter), (check_filecompressed), (compute_dimensions),
11475         (ps_document_enable_interpreter), (document_load),
11476         (ps_document_next_page), (render_page), (ps_document_set_page),
11477         (ps_document_set_scale), (render_pixbuf_idle),
11478         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11479         * ps/ps-document.h:
11480         * shell/Makefile.am:
11481         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11482         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11483         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11484         (ev_pixbuf_cache_new), (job_finished_cb),
11485         (check_job_size_and_unref), (move_one_job),
11486         (ev_pixbuf_cache_update_range), (find_job_cache),
11487         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11488         (ev_pixbuf_cache_add_jobs_if_needed),
11489         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11490         * shell/ev-pixbuf-cache.h:
11491         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11492         (idle_print_handler):
11493         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11494         (selection_changed_cb), (create_loading_model),
11495         (ev_sidebar_links_construct), (links_page_num_func),
11496         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11497         (update_page_callback), (job_finished_cb),
11498         (ev_sidebar_links_set_document):
11499         * shell/ev-sidebar-thumbnails.c:
11500         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11501         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11502         (page_changed_cb), (thumbnail_job_completed_callback),
11503         (ev_sidebar_thumbnails_set_document):
11504         * shell/ev-sidebar-thumbnails.h:
11505         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11506         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11507         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11508         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11509         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11510         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11511         (ev_view_button_release_event), (ev_view_scroll_view),
11512         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11513         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11514         (ev_view_new), (job_finished_cb), (page_changed_cb),
11515         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11516         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11517         (ev_view_find_previous):
11518         * shell/ev-view.h:
11519         * shell/ev-window.c: (update_action_sensitivity),
11520         (ev_window_open_page), (update_window_title), (update_total_pages),
11521         (page_changed_cb), (ev_window_setup_document),
11522         (password_dialog_response), (ev_window_cmd_save_as),
11523         (ev_window_print), (ev_window_cmd_go_previous_page),
11524         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11525         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11526         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11527         * shell/main.c: (main):
11528
11529         Merge evince-threads branch
11530
11531 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11532
11533         * configure.ac: Added "lt" to ALL_LINGUAS.
11534
11535 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11536
11537         * NEWS:
11538         * configure.ac:
11539
11540         Release 0.1.9
11541
11542 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11543
11544         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11545
11546         Fix here also the thumbnails 1-basedness :)
11547
11548 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11549
11550         * NEWS:
11551         * configure.ac:
11552
11553         Release 0.1.8
11554
11555 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11556
11557         * pdf/pdf-document.cc:
11558         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11559         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11560
11561         Fix the mess we did with thumbnails and 1-basedness
11562
11563 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11564
11565         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11566
11567 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11568
11569         * NEWS:
11570         * configure.ac:
11571
11572         Release 0.1.7
11573
11574 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11575
11576         * ps/Makefile.am:
11577         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11578         (gtk_gs_defaults_get_alpha_parameters),
11579         (gtk_gs_defaults_get_ungzip_cmd),
11580         (gtk_gs_defaults_get_unbzip2_cmd):
11581         * ps/gsdefaults.h:
11582         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11583         (ps_document_get_orientation), (document_load),
11584         (ps_document_goto_page), (ps_document_set_page_size):
11585         * ps/ps-document.h:
11586
11587         Some more sanitization of the ps backend. Remove a lot
11588         of unused code and do not base our defaults on ggv
11589         preferences (ugh!)
11590
11591 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11592
11593         * thumbnailer/evince-thumbnailer.schemas:
11594         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11595         (main): add -s option for thumbnail size.
11596
11597 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11598
11599         * configure.ac:
11600
11601         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11602         remove it.
11603
11604 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11605
11606         * pdf/pdf-document.cc:
11607
11608         Remove 4 pixels of useless border from the
11609         thumbnail.
11610
11611 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11612
11613         * backend/ev-document-thumbnails.c:
11614         (ev_document_thumbnails_get_thumbnail):
11615         * backend/ev-document-thumbnails.h:
11616
11617         Rework API a bit. Add a border flag and
11618         change sizing logic (now the size we specify
11619         applies to the bigger dimension).
11620
11621         * pdf/pdf-document.cc:
11622         * pixbuf/pixbuf-document.c:
11623         (pixbuf_document_thumbnails_get_thumbnail):
11624         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11625         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11626
11627         Adapt to the new API and do not draw a border for nautilus
11628         thumbnailer.
11629
11630 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11631
11632         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11633         take thumbnails from page "0" instead of "1". Added a copyright header.
11634
11635 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11636
11637         * ps/ps-document.c: (set_up_page), (start_interpreter):
11638
11639         Make it C89 compliant
11640
11641 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11642
11643         * Makefile.am:
11644         * configure.ac:
11645         * pdf/.cvsignore:
11646         * pdf/pdf-document.cc:
11647         * thumbnailer/Makefile.am:
11648         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11649         (main):
11650         * thumbnailer/evince-thumbnailer.schemas:
11651         * thumbnailer/pdf-icon.png:
11652
11653         Add a nautilus thumbnailer.
11654         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11655
11656 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11657
11658         * NEWS:
11659         * configure.ac:
11660         * po/POTFILES.in:
11661
11662         Release 0.1.6
11663
11664 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11665
11666         Use poppler instead of including xpdf source code.  Poppler is a
11667         fork of xpdf to build it as a shared library. See
11668         http://freedesktop.org/wiki/Software/poppler.
11669
11670         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11671         xpdf fork.
11672         
11673         * pdf/Makefile.am: Build libpdfdocument.a here.
11674         
11675         * pdf/GDKSplashOutputDev.cc:
11676         * pdf/GDKSplashOutputDev.h:
11677         * pdf/GnomeVFSStream.cc:
11678         * pdf/GnomeVFSStream.h:
11679         * pdf-document.cc:
11680         * pdf-document.h:
11681         * test-gdk-output-dev.cc
11682         * Thumb.cc:
11683         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11684         against poppler.
11685
11686 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11687
11688         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11689
11690         Clear idle stack before unsetting the document
11691
11692 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11693
11694         * ps/ps-document.c: (ps_document_widget_event),
11695         (ps_document_set_target), (ps_document_finalize),
11696         (ps_document_get_page):
11697
11698         Disconnect the widget event signal on finalize.
11699         Some code cleanups.
11700
11701 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11702
11703         * ps/ps-document.c: (set_up_page):
11704
11705         If there is no bpixmap create one, even if size
11706         is not changed.
11707
11708 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11709
11710         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11711         (set_up_page), (document_load), (ps_document_set_zoom):
11712
11713         Default page is 0. Calculate size even when we have no
11714         target yet.
11715
11716 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11717
11718         * shell/ev-sidebar.c: expand the selection widget to be always as
11719         wide as the sidebar
11720
11721 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11722
11723         * shell/ev-sidebar-thumbnails.c:
11724         (ev_sidebar_thumbnails_set_document):
11725
11726         Clear the list store when setting document
11727
11728 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11729
11730         * shell/ev-page-action.c: (update_entry), (sync_entry),
11731         (activate_cb), (entry_size_request_cb), (create_tool_item),
11732         (connect_proxy):
11733
11734         Use an entry for the page control instead of spinbuttons
11735
11736 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11737
11738         * data/evince.schemas.in:
11739
11740         Correct confusing string
11741
11742 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11743
11744         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11745         for real.  Gosh, how long has this been broken.
11746
11747         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11748         check for a NULL link.  We crash otherwise.
11749
11750 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11751
11752         * NEWS:
11753         * configure.ac:
11754
11755         Release 0.1.5
11756
11757 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11758
11759         * configure.ac: add the french translation.
11760
11761 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11762
11763         * shell/ev-window.c:
11764
11765         Remove unused header -> fix distcheck
11766
11767 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11768
11769         * shell/ev-window.c: (update_window_title),
11770         (ev_window_popup_password_dialog):
11771
11772         Unescape filename for display
11773
11774 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * pdf/xpdf/pdf-document.cc:
11777
11778         In get_page_size deal with rotation. Also
11779         cleanup the function a bit.
11780
11781 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11782
11783         * pdf/xpdf/pdf-document.cc:
11784
11785         Fix crash when opening in new window
11786
11787 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11788
11789         * configure.ac:
11790
11791         Check ghostscript >= 7
11792
11793 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11794
11795         * shell/ev-window.c:
11796
11797         Make page width the default sizing mode
11798
11799 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11800         Marco Pesenti Gritti <marco@gnome.org>
11801
11802         * shell/ev-window.c: Remember the sidebar size
11803
11804         * data/evince.schemas.in: Add a new gconf key to store the size of
11805         the sidebar
11806
11807 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11808
11809         * data/evince-ui.xml:
11810         * shell/ev-window.c: (update_action_sensitivity),
11811         (ev_window_cmd_view_reload):
11812         
11813         Add a "Reload" action and menu entry
11814
11815 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11816
11817         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11818         iff the type doesn't support thumbnailing and indexing.
11819
11820 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11821
11822         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11823
11824 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * pdf/splash/Splash.cc:
11827
11828         Port fix for a crasher from kde bug
11829         http://bugs.kde.org/show_bug.cgi?id=97131
11830
11831 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11832
11833         * pdf/xpdf/pdf-document.cc:
11834
11835         Return a link even if it's of an unrecognized
11836         type. Otherwise we go in an infinte cycle.
11837
11838 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11839
11840         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11841         (size_allocate_cb), (ev_window_set_sizing_mode):
11842
11843         Update size when switching mode
11844
11845 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11846
11847         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11848         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11849         (ev_window_cmd_view_normal_size):
11850
11851         Fix size toggle buttons behavior
11852
11853 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11854
11855         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11856         (doc_rect_to_view_rect), (ev_view_size_allocate),
11857         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11858         (scale_changed_callback):
11859
11860         Do not cache offsets in size_allocate.
11861
11862 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11863
11864         * shell/ev-view.c: (ev_view_size_allocate):
11865
11866         Calculate offsets before calling the parent
11867         class (which does a redraw)
11868
11869 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11870
11871         * pdf/xpdf/pdf-document.cc:
11872
11873         Fix a crasher on exit. Unused code, put a TODO
11874
11875 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11876
11877         * backend/ev-document.c: (ev_document_class_init),
11878         (ev_document_page_changed), (ev_document_scale_changed):
11879         * backend/ev-document.h:
11880
11881         Separate page/scale notifications
11882
11883         * pdf/xpdf/pdf-document.cc:
11884
11885         Emit the new signals.
11886         Do not display the pdf page in _render, do it
11887         when scale/page are requested.
11888
11889         * ps/ps-document.c: (ps_document_set_zoom),
11890         (ps_document_widget_event):
11891         * ps/ps-document.h:
11892
11893         Emit the new signals.
11894
11895         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11896         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11897         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11898         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11899         * shell/ev-view.h:
11900         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11901         (ev_window_cmd_view_page_width), (size_allocate_cb),
11902         (ev_window_set_sizing_mode):
11903
11904         Rework sizing to be pixel based.
11905         There are bugs but should be already way better.
11906
11907 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * shell/ev-window.c: (ev_window_init):
11910
11911         Do not allow to shrink sidebar smaller then
11912         child requisition
11913
11914 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11915
11916         * shell/ev-sidebar.[ch]
11917         * shell/ev-window.c:
11918
11919         Improved sidebar widget. Fixes #166683
11920
11921 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11922
11923         * shell/ev-view.c (update_find_status_message): Give translators
11924         more flexibility with ngettext plural handling.
11925
11926 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11927
11928         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11929         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11930         page when we get the page size.
11931
11932 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11933
11934         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11935
11936         ps pages are 0 based, convert 
11937
11938 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11939
11940         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11941
11942         Initialize correct parent class. Set GError on document load
11943
11944 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11945
11946         * pdf/xpdf/pdf-document.cc:
11947
11948         Fixup selection offset calculation
11949
11950         * shell/ev-view.c: (view_rect_to_doc_rect),
11951         (doc_rect_to_view_rect), (ev_view_size_allocate),
11952         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11953         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11954
11955         Store selection as document relative, so that zooming
11956         and offset changing doesnt break it.
11957
11958 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11959
11960         * shell/ev-view.c: (ev_view_best_fit):
11961
11962         Do not try to best fit if the view is not realized
11963
11964 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11965           
11966         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11967
11968 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11969
11970         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11971
11972 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11973
11974         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11975         the popup window.  That prevents it resizing when in full screen
11976         mode.
11977
11978         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11979         multiple rerenders.  This pretty much sucks.
11980
11981         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11982         rest of the toolbar.
11983
11984 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11985
11986         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11987
11988 2005-02-17  Alexander Shopov  <ash@contact.bg>
11989
11990         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11991
11992 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11993
11994         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11995
11996 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11997
11998         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11999         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12000         (set_document_page), (document_changed_callback),
12001         (ev_view_set_document), (ev_view_find_previous),
12002         (ev_view_hide_cursor), (ev_view_show_cursor):
12003         * shell/ev-view.h:
12004         * shell/ev-window.c: (update_chrome_visibility),
12005         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12006         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12007         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12008         (ev_window_unfullscreen):
12009         * shell/main.c: (main):
12010
12011         Automatically hide the fullscreen button.
12012         Patch by Kristian Høgsberg <krh@redhat.com>
12013
12014 2005-02-16  Vincent Noel  <vnoel@cox.net>
12015
12016         * shell/main.c (main): Specify an icon for the window. Patch by
12017         Jaap A. Haitsma. Fixes #166177.
12018
12019 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12020
12021         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12022
12023 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12024
12025         * backend/ev-document-misc.h:
12026         * backend/ev-document-misc.c:
12027         (ev_document_misc_get_page_border_size),
12028         (ev_document_misc_paint_one_page): New function to canonicalize
12029         sizing/painting a border.
12030
12031         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12032         used.
12033
12034         * pdf/xpdf/pdf-document.cc: use new function
12035
12036         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12037         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12038         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12039         shell/ev-window.c: (update_sizing_buttons),
12040         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12041         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12042         (ev_window_cmd_view_page_width), (size_allocate_cb),
12043         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12044         and "fit width" values act as toggle buttons so they stay
12045         toggled.  It's not 100% perfect, and it's a little slow, but it's
12046         good enough to commit I think.
12047
12048 2005-02-15  David Lodge  <dave@cirt.net>
12049
12050         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12051
12052 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12053
12054         * shell/ev-window.c (update_window_title): replace newlines in
12055         the title by spaces. Bug #166107.
12056
12057 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12058
12059         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12060         parameters providing allocation width and height without
12061         scrollbars and width of a possible vertical scrollbar. With this
12062         additional information the functions can work as
12063         intended. Unfortunately they're not idempotent. We should
12064         transform these commands to toggles. Fixes Bug #164976
12065         Initial patch by Stephane Loeuillet, then heavily modified.
12066
12067         * shell/ev-view.h: update prototypes.
12068
12069         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12070         (ev_window_cmd_view_page_width): provide EvView fit functions with
12071         all the information they need. Formulas to calculate this
12072         information taken from GtkScrolledWindow.
12073
12074 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12075
12076         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12077         created a thumbnail, the list store is updated to know
12078         that the thumbnail is set. Fixes bug #166792
12079
12080 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12081
12082         * shell/ev-window.c: fixed typo, closes bug 166897
12083
12084         * TODO: updated TODO with bug numbers that are relevant
12085
12086 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12087
12088         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12089
12090 2005-02-09  Vincent Noel  <vnoel@cox.net>
12091
12092         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12093         and "Next" toolbar buttons as important to make them stand out.
12094
12095 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12096
12097         * lib/ev-debug.c:
12098         * lib/ev-debug.h:
12099         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12100         (start_interpreter), (stop_interpreter), (document_load),
12101         (ps_document_next_page), (ps_document_goto_page),
12102         (ps_document_set_page_size), (ps_document_widget_event),
12103         (ps_document_render):
12104         * shell/ev-page-view.c: (ev_page_view_dispose):
12105         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12106
12107         Fix compilation on non-gcc platforms
12108
12109 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12110
12111         * NEWS:
12112         * configure.ac:
12113
12114         Release 0.1.4
12115
12116         * pdf/xpdf/Catalog.cc:
12117         * pdf/xpdf/XRef.cc:
12118
12119         Fix the fix for CAN-2004-0888
12120
12121 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12122
12123         * data/Makefile.am:
12124         * data/evince-ui.xml:
12125         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12126         * shell/ev-stock-icons.h:
12127         * shell/ev-window.c: (update_action_sensitivity),
12128         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12129         (set_action_properties):
12130
12131         Improve toolbar layout/icons
12132
12133 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12134
12135         * pdf/xpdf/pdf-document.cc:
12136
12137         Add warnings about unimplemented/unknown link
12138         types.
12139
12140 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12141
12142         * ps/ps-document.c: (set_up_page):
12143
12144         Log gs property
12145
12146 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12147
12148         * ps/ps-document.c: (start_interpreter):
12149
12150         Log gs env var
12151
12152 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12153
12154         * shell/ev-page-view.c: (ev_page_view_dispose):
12155         * shell/ev-view.c: (ev_view_finalize):
12156         * shell/ev-window.c: (ev_window_setup_document),
12157         (ev_window_dispose), (ev_window_init):
12158
12159         Solve more refs issues.
12160
12161         I commented out the page_view initialization for now:
12162         it was never destroyed (because it's never added
12163         to a container). Because of that we was leaking
12164         gs processes. Couldnt think to a clean fix.
12165         We need to figure this out, password view has the
12166         same issue probably.
12167
12168 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12169
12170         * ps/ps-document.c: (ps_document_finalize),
12171         (ps_document_get_n_pages), (ps_document_get_page):
12172
12173         Some cleanups, stop the interpreter on finalize
12174
12175         * shell/ev-page-view.c: (ev_page_view_dispose),
12176         (ev_page_view_class_init):
12177
12178         Release our reference on the document
12179
12180 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12181
12182         * Makefile.am:
12183         * configure.ac:
12184         * doc/debugging.txt:
12185         * lib/.cvsignore:
12186         * lib/Makefile.am:
12187         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12188         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12189         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12190         * lib/ev-debug.h:
12191
12192         Add debugging helpers
12193
12194         * ps/Makefile.am:
12195         * ps/ps-document.c: (set_up_page), (start_interpreter),
12196         (stop_interpreter), (document_load), (ps_document_next_page),
12197         (ps_document_goto_page), (ps_document_set_page_size),
12198         (ps_document_widget_event), (ps_document_render):
12199         * shell/Makefile.am:
12200         * shell/ev-view.c: (expose_bin_window):
12201         * shell/main.c: (main):
12202
12203         Add some logs
12204         
12205 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12206
12207         * ps/ps-document.c: (ps_document_widget_event):
12208
12209         Initialize message_window, this should make ps
12210         rendering really work! (Never noticed because I was
12211         testing with a ps that is causing gs to exit every time!)
12212
12213 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12214
12215         * data/evince.schemas.in: updated simple error in applyto closing tag
12216
12217 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12218
12219         * Makefile.am:
12220         * configure.ac:
12221         * data/.cvsignore:
12222         * data/Makefile.am:
12223         * data/evince-ui.xml:
12224         A data/evince.schemas.in:
12225         * po/POTFILES.in:
12226         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12227         * shell/ev-stock-icons.h:
12228         * shell/ev-window.c: (update_chrome_visibility),
12229         (update_chrome_flag), (ev_window_cmd_edit_find),
12230         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12231         (ev_window_unfullscreen), (ev_window_focus_in_event),
12232         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12233         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12234         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12235         (ev_window_dispose), (ev_window_class_init),
12236         (set_action_properties), (set_chrome_actions), (load_chrome),
12237         (ev_window_init):
12238
12239         Implement fullscreen mode changes from bug #164776.
12240         Also implement persistent chrome toggles.
12241
12242 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12243
12244         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12245
12246 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12247
12248         * NEWS:
12249         * configure.ac:
12250         * shell/ev-view.c:
12251
12252         Add another check for find interface
12253
12254         Release 0.1.3
12255
12256 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12257
12258         * shell/ev-application.c: (ev_application_open):
12259         * shell/ev-window.c: (ev_window_open):
12260
12261         Open gzipped ps documents
12262
12263 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12264
12265         * TODO:
12266         * shell/ev-view.c: (set_document_page):
12267
12268         Clamp page number, dont try to move to
12269         not existant pages.
12270
12271 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12272
12273         * backend/ev-document-find.c: (ev_document_find_changed):
12274         * backend/ev-document-find.h:
12275         * pdf/xpdf/pdf-document.cc:
12276         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12277         * shell/ev-window.c: (find_bar_search_changed_cb):
12278
12279         Fix several bugs with find
12280
12281 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12282
12283         * shell/ev-sidebar-thumbnails.c
12284         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12285         document. Prevents warning from scroll_to_cell.
12286
12287 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12288
12289         * configure.ac: Add «nb» to ALL_LINGUAS too.
12290
12291 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12292
12293         * NOTES: New file with some random thoughts.
12294
12295         * TODO: Update.
12296
12297         * backend/ev-document-misc.c:
12298         (ev_document_misc_get_page_border_size): New function to
12299         canonicalize shadow drawing sizes.  Possibly goofy.
12300
12301         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12302         (ev_view_best_fit), (ev_view_fit_width):
12303         * pdf/xpdf/pdf-document.cc:
12304         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12305         * ps/ps-document.c: (ps_document_get_page_size):
12306         * backend/ev-document-misc.h:
12307         * backend/ev-document.c: (ev_document_get_page_size):
12308         * backend/ev-document.h: get_page_size now takes a page number
12309         parameter.  Made all the backends/frontends honor it.
12310
12311         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12312         see.  Doesn't work yet.
12313
12314         * shell/Makefile.am:
12315         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12316         Doesn't do anything yet.
12317
12318         * shell/ev-sidebar-thumbnails.c:
12319         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12320         [0..n_pages-1]
12321
12322         * shell/ev-window.c: (update_action_sensitivity),
12323         (ev_window_setup_document), (ev_window_set_page_mode),
12324         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12325         view-swapping code a bit so we can have multiple views on a
12326         document.  Add the multi-page view, though it can't be turned on
12327         yet.
12328
12329 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12330
12331         * shell/ev-application.c: (ev_application_open):
12332         * shell/ev-view.c: (expose_bin_window):
12333         * shell/ev-window.c: (ev_window_open):
12334
12335         Support eps and check document supports find
12336         before drawing highlightings in expose.
12337
12338 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12339
12340         * pixbuf/pixbuf-document.c:
12341         (pixbuf_document_thumbnails_get_dimensions),
12342         (pixbuf_document_document_thumbnails_iface_init):
12343
12344         implement get_dimensions
12345
12346 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12347
12348         * NEWS:
12349         * configure.ac:
12350
12351         Release 0.1.2
12352
12353 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12354
12355         * shell/ev-view.c: (set_document_page):
12356
12357         Scroll at the top of the page when changing page
12358
12359 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12360
12361         * shell/ev-view.c: (ev_view_motion_notify_event):
12362
12363         Do not redraw unnecessarily
12364
12365 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12366
12367         * pdf/xpdf/pdf-document.cc:
12368         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12369         (expose_bin_window), (find_changed_cb):
12370
12371         Yay! find works now... Now to find bugs...
12372
12373 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12374
12375         * backend/ev-document-find.c: (ev_document_find_base_init),
12376         (ev_document_find_changed):
12377         * backend/ev-document-find.h:
12378         * pdf/xpdf/pdf-document.cc:
12379         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12380         (expose_bin_window), (ev_view_init), (set_document_page),
12381         (ensure_rectangle_is_visible), (jump_to_find_result),
12382         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12383         (ev_view_find_next), (ev_view_find_previous):
12384         * shell/ev-view.h:
12385         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12386
12387         More work on find implementation, mostly there now
12388
12389 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * backend/ev-backend-marshalers.list:
12392         * backend/ev-document-find.c: (ev_document_find_base_init),
12393         (ev_document_find_cancel), (ev_document_find_page_has_results),
12394         (ev_document_find_get_n_results), (ev_document_find_get_result),
12395         (ev_document_find_get_progress), (ev_document_find_changed):
12396         * backend/ev-document-find.h:
12397
12398         Enanche the find interface to be really able to do
12399         multi page find.
12400
12401         * pdf/xpdf/pdf-document.cc:
12402
12403         Implement
12404
12405         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12406         (expose_bin_window), (ev_view_init),
12407         (ev_view_get_find_status_message), (find_changed_cb),
12408         (ev_view_set_document), (set_document_page):
12409
12410         Adapt to the new interface. A few things are regressed sorry,
12411         I will finish it soon.
12412
12413 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12414
12415         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12416         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12417         ev_sidebar_thumbnails_parent_class variable, don't define another
12418         parent_class variable.
12419
12420         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12421         (ev_page_action_class_init): ditto.
12422
12423         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12424         (pixbuf_document_class_init): ditto.
12425
12426         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12427         ditto.
12428
12429         * .cvsignore: ignore various valgrind output files.
12430
12431 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12432
12433         * data/evince-ui.xml:
12434         * shell/Makefile.am:
12435         * shell/ev-history.c:
12436         * shell/ev-history.h:
12437         * shell/ev-navigation-action.c:
12438         * shell/ev-navigation-action.h:
12439         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12440         (ev_view_set_page), (ev_view_fit_width):
12441         * shell/ev-view.h:
12442         * shell/ev-window.c: (update_action_sensitivity),
12443         (ev_window_setup_document), (register_custom_actions):
12444
12445         Kill session history
12446
12447 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12448
12449         * shell/ev-window.c: (update_action_sensitivity):
12450
12451         Fix inverted up/down buttons
12452
12453 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12454
12455         * shell/ev-sidebar-thumbnails.c
12456         (ev_sidebar_thumbnails_select_page): make sure the selected
12457         thumbnail stays visible.
12458
12459 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12460
12461         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12462         scrolled window for Federico.
12463
12464 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12465
12466         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12467
12468 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12469
12470         * configure.ac:
12471         * pdf/splash/SplashFTFontEngine.cc:
12472
12473         Fix CID fonts with freetype 2.1.9
12474
12475 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12476
12477         * TODO: added item for desktop icon thumbnailer
12478
12479 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12480
12481         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12482         unloaded docs when the title is accessed.
12483
12484         * shell/ev-password-view.[hc]: New widget for displaying password
12485         state.
12486
12487         * shell/ev-window.[ch]: Refactor password handling code to handle
12488         the new view.
12489
12490 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12491
12492         * NEWS:
12493         * configure.ac:
12494         * data/Makefile.am:
12495
12496         Release 0.1.1
12497
12498 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12499
12500         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12501         ignore page offset here, to make search results independent of it,
12502
12503         * shell/ev-view.c (expose_bin_window): but take offsets into
12504         account here. Bug #164932
12505
12506         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12507         scale at the right time. Bug #164996
12508
12509 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12510
12511         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12512         fix the problem. Now I just removed the Adobe font names and hope
12513         that the URW fonts are always in outline format. Bug #164934
12514
12515         * shell/ev-window.c (update_window_title): empty titles are
12516         useless, use filename in that case too.
12517
12518         * NEWS: Add some content.
12519
12520 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12521
12522         * TODO: added one more TODO item and a TODONE section :)
12523
12524 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12525
12526         * ps/ps-document.h: add page_[xy]_offset fields.
12527
12528         * ps/ps-document.c (ps_document_set_page_offset)
12529         (ps_document_render): Keep offset in consideration in a few
12530         places. Bug #164752 "postscript documents are not centered in
12531         window"
12532
12533         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12534         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12535
12536         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12537         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12538         stub out missing methods for complete EvDocument implementation.
12539         Fixes segfaults with Save A Copy and Copy actions.
12540
12541         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12542         (ps_document_document_iface_init): ditto.
12543         
12544 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12545
12546         * data/.cvsignore:
12547         * data/Makefile.am:
12548         * data/evince.desktop.in:
12549
12550         Add desktop file
12551
12552 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12553
12554         * shell/ev-view.c: (ev_view_button_press_event),
12555         (ev_view_motion_notify_event):
12556
12557         Make selection work in any direction
12558
12559 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12560
12561         * TODO:
12562         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12563
12564         Use shorter labels for some of the toolbars items
12565
12566 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12567
12568         * pdf/xpdf/pdf-document.cc:
12569
12570         Check the links info is initialized before
12571         using it. Should fix a crash on startup.
12572
12573 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12574
12575         * pixbuf/pixbuf-document.c
12576         (pixbuf_document_thumbnails_get_dimensions): force floating point
12577         division to calculate page_ratio. Fixes crash with landscape
12578         format pixbufs.
12579
12580 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12581
12582         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12583
12584 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12585
12586         * shell/ev-view.c (set_document_page): unset has_selection when
12587         the page changes.
12588         (set_document_page): handle paper size changes when the page
12589         changes (test with Free Culture, page 2).
12590
12591 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12594         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12595
12596         Use normal style color for the widget background and
12597         draw a black box around the page.
12598
12599 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12600
12601         * pdf/xpdf/pdf-document.cc:
12602
12603         Keep offset in consideration in a few places
12604
12605         * shell/ev-view.c: (expose_bin_window):
12606
12607         Set the offsets so that the document is ever centered
12608
12609 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12610
12611         * TODO: Added TODO items and finished off the first todo item
12612
12613         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12614         reflect current authors
12615
12616 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12617
12618         * pdf/xpdf/pdf-document.cc:
12619         * shell/ev-view.c: (ev_view_set_cursor),
12620         (ev_view_motion_notify_event), (document_changed_callback),
12621         (set_document_page):
12622
12623         Show a wait cursor while the page is rendering
12624
12625 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12626
12627         * shell/ev-sidebar-thumbnails.c:
12628         (ev_sidebar_tree_selection_changed),
12629         (ev_sidebar_thumbnails_select_page):
12630         * shell/ev-sidebar-thumbnails.h:
12631         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12632         (ev_view_can_go_forward):
12633         * shell/ev-window.c: (ev_window_open_page),
12634         (ev_window_setup_document), (update_current_page),
12635         (view_page_changed_cb), (ev_window_init):
12636         * shell/ev-window.h:
12637
12638         Ensure thumbnails selection, toolbar page control and
12639         current page are in sync.
12640
12641 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12642
12643         * pdf/xpdf/XRef.cc:
12644
12645         Fix CAN-2005-0064
12646
12647 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12648
12649         * backend/Makefile.am:
12650         * backend/ev-document-links.h:
12651         * backend/ev-document-security.c: (ev_document_security_get_type),
12652         (ev_document_security_has_document_security),
12653         (ev_document_security_set_password):
12654         * backend/ev-document-security.h:
12655         * backend/ev-document.c: (ev_document_error_quark):
12656         * backend/ev-document.h:
12657         * data/Makefile.am:
12658         * data/evince-password.glade:
12659         * pdf/xpdf/pdf-document.cc:
12660         * shell/Makefile.am:
12661         * shell/ev-password.c: (ev_password_set_bad_password_label),
12662         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12663         (ev_password_dialog_get_password),
12664         (ev_password_dialog_set_bad_pass):
12665         * shell/ev-password.h:
12666         * shell/ev-window.c: (ev_window_get_attribute),
12667         (ev_window_set_property), (update_action_sensitivity),
12668         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12669         (ev_window_setup_document), (ev_window_get_password),
12670         (ev_window_open), (ev_window_cmd_save_as),
12671         (using_postscript_printer), (ev_window_print),
12672         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12673         (update_fullscreen_popup), (ev_window_fullscreen),
12674         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12675         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12676         (menu_item_select_cb), (find_bar_search_changed_cb),
12677         (ev_window_dispose), (ev_window_init):
12678
12679         Add initial support for password-supported dialogs.  This could be
12680         a lot cooler, but it'll do for now.
12681
12682 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12683
12684         * pdf/xpdf/pdf-document.cc:
12685         * shell/ev-view.c: (status_message_from_link),
12686         (ev_view_set_status), (ev_view_set_cursor),
12687         (ev_view_motion_notify_event), (ev_view_init):
12688         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12689
12690         Fix bugs in the links implementation and change cursor
12691         when hovering a link.
12692
12693 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12694
12695         * viewer/.cvsignore: added cvsignore file for viewer directory
12696
12697         * TODO: created TODO document
12698
12699 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12700
12701         * shell/ev-view.h:
12702         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12703         new functions to help with implementation of sensitivity code
12704         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12705         of all actions that might require it.  Fixes a crash when you
12706         click on the Zoom actions in a window lacking a document.
12707
12708 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12709
12710         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12711         of the Find action
12712
12713 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12714
12715         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12716         (pixbuf_document_document_iface_init):
12717         * ps/ps-document.c: (ps_document_get_link),
12718         (ps_document_document_iface_init):
12719         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12720         (status_message_from_link), (ev_view_set_status),
12721         (ev_view_set_find_status), (ev_view_motion_notify_event),
12722         (ev_view_button_release_event), (ev_view_set_property),
12723         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12724         (ev_view_get_find_status_message), (update_find_results),
12725         (ev_view_get_status), (ev_view_get_find_status):
12726         * shell/ev-view.h:
12727         * shell/ev-window.c: (view_status_changed_cb),
12728         (view_find_status_changed_cb), (ev_window_init):
12729
12730         View status message support, use it to show the links.
12731         Needs work...
12732
12733 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12734
12735         * backend/ev-document.c: (ev_document_get_link):
12736         * backend/ev-document.h:
12737         * pdf/xpdf/pdf-document.cc:
12738         * shell/ev-application.c: (ev_application_open):
12739         * shell/ev-application.h:
12740         * shell/ev-sidebar-links.c: (selection_changed_cb):
12741         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12742         (ev_view_go_to_link):
12743
12744         Add support for document links
12745
12746 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12747
12748         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12749         (create_tool_item):
12750         Set the spin button limits correctly.
12751         
12752         * shell/ev-sidebar-thumbnails.c:
12753         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12754         Support changing pages by clicking on the thumbnails.
12755         
12756 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12757
12758         * pixbuf/pixbuf-document.c:
12759         (pixbuf_document_thumbnails_get_dimensions),
12760         (pixbuf_document_document_thumbnails_iface_init):
12761
12762         implement get_dimensions
12763
12764 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12765
12766         * ps/ps-document.c: (ps_document_goto_page):
12767
12768         Fix page switching on multipage documents
12769
12770 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12771
12772         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12773         
12774         check for NULL before assigning to width and height parameters
12775
12776 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12777
12778         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12779         (pixbuf_document_set_property), (pixbuf_document_get_property):
12780
12781         implement get/set properties
12782
12783 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12784
12785         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12786         
12787         return NULL instead of "Unknown", letting the title get set to
12788         the filename when the pdf has no title.
12789
12790 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12791
12792         * ps/ps-document.c: (ps_document_get_page_count),
12793         (ps_document_goto_page):
12794
12795 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12796
12797         * shell/ev-history.c: (ev_history_get_property),
12798         (ev_history_set_property), (ev_history_class_init),
12799         (ev_history_add_page), (ev_history_set_current_index):
12800         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12801         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12802         (ev_navigation_action_finalize):
12803         * shell/ev-navigation-action.h:
12804         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12805         (ev_view_go_forward), (ev_view_get_find_status_message),
12806         (history_index_changed_cb), (ev_view_set_history):
12807         * shell/ev-view.h:
12808         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12809         (update_current_page), (register_custom_actions):
12810
12811         Implement history dropdowns
12812
12813 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12814
12815         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12816         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12817         (ev_view_go_forward):
12818         * shell/ev-window.c: (register_custom_actions):
12819
12820         Fix several history bugs
12821
12822 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12823
12824         * configure.ac: Add «nb» to ALL_LINGUAS.
12825
12826 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12827
12828         * backend/Makefile.am:
12829         * backend/ev-bookmark.c:
12830         * backend/ev-bookmark.h:
12831         * backend/ev-document-bookmarks.c:
12832         * backend/ev-document-bookmarks.h:
12833         * backend/ev-document-links.c: (ev_document_links_get_type),
12834         (ev_document_links_has_document_links),
12835         (ev_document_links_begin_read), (ev_document_links_get_link),
12836         (ev_document_links_get_child), (ev_document_links_next),
12837         (ev_document_links_free_iter):
12838         * backend/ev-document-links.h:
12839         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12840         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12841         (ev_link_get_link_type), (ev_link_set_link_type),
12842         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12843         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12844         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12845         (ev_link_new_external):
12846         * backend/ev-link.h:
12847         * pdf/xpdf/pdf-document.cc:
12848         * shell/Makefile.am:
12849         * shell/ev-application.c: (ev_application_open_link):
12850         * shell/ev-application.h:
12851         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12852         (ev_history_get_link_nth):
12853         * shell/ev-history.h:
12854         * shell/ev-sidebar-bookmarks.c:
12855         * shell/ev-sidebar-bookmarks.h:
12856         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12857         (ev_sidebar_links_class_init), (selection_changed_cb),
12858         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12859         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12860         (do_one_iteration), (populate_links_idle),
12861         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12862         * shell/ev-sidebar-links.h:
12863         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12864         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12865         (go_to_index):
12866         * shell/ev-view.h:
12867         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12868         * shell/ev-window.h:
12869
12870         Rename bookmark to link, and use "Index" for the sidebar panel.
12871
12872 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12873
12874         * shell/Makefile.am:
12875         * shell/ev-application.c: (ev_application_open_bookmark):
12876         * shell/ev-application.h:
12877         * shell/ev-history.c: (ev_history_init), (free_links_list),
12878         (ev_history_finalize), (ev_history_class_init),
12879         (ev_history_add_link), (ev_history_add_page),
12880         (ev_history_get_link_nth), (ev_history_get_n_links),
12881         (ev_history_get_current_index), (ev_history_set_current_index),
12882         (ev_history_new):
12883         * shell/ev-history.h:
12884         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12885         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12886         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12887         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12888         (ev_view_set_page):
12889         * shell/ev-view.h:
12890         * shell/ev-window.c: (ev_window_open_bookmark),
12891         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12892         (goto_page_cb), (register_custom_actions):
12893         * shell/ev-window.h:
12894
12895         Initial history implementation. Needs work.
12896
12897 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12898
12899         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12900
12901 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12902
12903         * cut-n-paste/recent-files/egg-recent-item.c:
12904         * cut-n-paste/recent-files/egg-recent-item.h:
12905         * cut-n-paste/recent-files/egg-recent-model.c:
12906         * cut-n-paste/recent-files/egg-recent-util.c:
12907         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12908         * cut-n-paste/recent-files/egg-recent-view.c:
12909
12910         Update
12911
12912 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12913
12914         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12915         (fillGlyph, fillImageMask, drawImage):
12916         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12917         pdf/splash/SplashTypes.h:
12918         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12919         packed mode for Splash.
12920
12921         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12922         RGB8 packed mode, eliminates the pixbuf data creation loop.
12923
12924         * shell/ev-print-job.c (ev_print_job_finalize)
12925         (ev_print_job_set_property, ev_print_job_get_property)
12926         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12927         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12928         (print_closure_finalize, ev_print_job_print): implement
12929         printing (for backends with EvPsExporter)
12930
12931         * shell/ev_print_job.h: update prototypes.
12932
12933         * shell/ev-window.c (ev_window_print): unref print job after
12934         printing.
12935
12936         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12937         unless the document implements the EvDocumentFind interface.
12938
12939 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12940
12941         * configure.ac: Added ja to ALL_LINGUAS.
12942
12943 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12944
12945         * pdf/xpdf/pdf-document.cc:
12946
12947         add a FIXME. We should probably not allocate
12948         a bookmark object every time
12949
12950 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12951
12952         * shell/ev-application.c: (ev_application_open),
12953         (ev_application_open_bookmark):
12954         * shell/ev-application.h:
12955         
12956         Add a way to open bookmarks
12957
12958         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12959         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12960         (ev_bookmark_set_property), (ev_bookmark_class_init),
12961         (ev_bookmark_new_title), (ev_bookmark_new_link),
12962         (ev_bookmark_new_external):
12963
12964         Support for external uris, better constructors.
12965
12966         * backend/ev-bookmark.h:
12967         * pdf/xpdf/pdf-document.cc:
12968         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12969
12970         Handle external uris
12971
12972 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12975         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12976
12977         Hook up bookmarks navigation
12978
12979 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12980
12981         * backend/Makefile.am:
12982         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12983         (ev_bookmark_get_title), (ev_bookmark_set_title),
12984         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12985         (ev_bookmark_get_page), (ev_bookmark_set_page),
12986         (ev_bookmark_get_property), (ev_bookmark_set_property),
12987         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12988         (ev_bookmark_new):
12989         * backend/ev-bookmark.h:
12990         * backend/ev-document-bookmarks.c:
12991         (ev_document_bookmarks_get_bookmark):
12992         * backend/ev-document-bookmarks.h:
12993         * pdf/xpdf/pdf-document.cc:
12994         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12995
12996         Add a bookmark object to the backend and use it instead of get_values
12997
12998 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12999
13000         * data/evince-ui.xml:
13001
13002         Cleanup and add select all.
13003
13004         * shell/ev-view.c: (ev_view_select_all),
13005         (ev_view_button_press_event):
13006         * shell/ev-view.h:
13007         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13008
13009         Add select all.
13010         Clear selection on click.
13011
13012 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13013
13014         * shell/ev-sidebar-thumbnails.c
13015         (ev_sidebar_thumbnails_set_document): forgot to unref the
13016         loading_icon.
13017
13018 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13019
13020         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13021         at the visible page, not just linearly.  This makes it look fast.
13022
13023 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13024
13025         * backend/ev-document-misc.c
13026         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13027         white.
13028         * backend/ev-document-thumbnails.h: New interface to get the size
13029         of a page.
13030
13031 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13032
13033         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13034         make dist works
13035
13036 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13037
13038         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13039         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13040         things up a bit.
13041
13042         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13043
13044 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13045
13046         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13047         fonts. Should fix font problems on systems that have the base
13048         fonts in bitmap format. Reported by James Henstridge
13049         <james@jamesh.id.au>.
13050
13051 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13052
13053         * pdf/xpdf/Gfx.cc:
13054         * pdf/xpdf/GfxState.cc:
13055
13056         Fix for CAN-2004-1125
13057
13058 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13059
13060         * shell/ev-view.c: (ev_view_copy):
13061         * shell/ev-view.h:
13062         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13063
13064         Implement Edit->Copy
13065
13066 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13067
13068         * backend/ev-document.c: (ev_document_get_text):
13069         * backend/ev-document.h:
13070         * pdf/xpdf/pdf-document.cc:
13071         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13072         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13073         (ev_view_update_primary_selection), (ev_view_button_press_event),
13074         (ev_view_motion_notify_event), (ev_view_button_release_event):
13075
13076         Beginnings of clipboard support. Incomplete but primary sort
13077         of work.
13078
13079 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13080
13081         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13082         (expose_bin_window):
13083
13084         Nicer rubberband drawing, from GtkIconView.
13085
13086 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13087
13088         * backend/ev-document.c: (ev_document_save):
13089         * backend/ev-document.h:
13090         * data/evince-ui.xml:
13091         * pdf/xpdf/pdf-document.cc:
13092         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13093
13094         Implement "Save a copy..." menu item
13095
13096 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13097
13098         * shell/ev-view.c: (ev_view_zoom):
13099
13100         Queue a resize when zoom changes
13101
13102 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13103
13104         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13105         shadows.
13106
13107         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13108         thumbnails..
13109
13110 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13111
13112         * pdf/xpdf/pdf-document.cc
13113         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13114
13115 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13116
13117         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13118         It's slow, but I'll speed it up next!
13119
13120 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13121
13122         * shell/main.c (load_files):
13123
13124         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13125         from the command line and because it seems more appropriate.
13126
13127 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13128
13129         * data/evince-ui.xml:
13130         * shell/ev-window.c: (update_action_sensitivity),
13131         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13132
13133         s/next page/page down
13134         s/previous page/page up
13135
13136 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13137
13138         * data/evince-ui.xml:
13139
13140         Change the layout to match clarkbw design.
13141
13142         * shell/Makefile.am:
13143         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13144         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13145         (ev_navigation_action_finalize),
13146         (ev_navigation_action_set_property),
13147         (ev_navigation_action_get_property),
13148         (ev_navigation_action_class_init):
13149         * shell/ev-navigation-action.h:
13150
13151         Implement clarkbw toolbar navigation controls (incomplete)
13152
13153         * shell/ev-page-action.c: (update_label), (update_spin),
13154         (value_changed_cb), (create_tool_item), (connect_proxy),
13155         (ev_page_action_init), (ev_page_action_finalize),
13156         (ev_page_action_set_property), (ev_page_action_get_property),
13157         (ev_page_action_set_current_page),
13158         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13159         * shell/ev-page-action.h:
13160
13161         Implement a page switcher in the toolbar
13162
13163         * shell/ev-view.c: (ev_view_scroll_view):
13164         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13165         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13166         (register_custom_actions), (ev_window_init):
13167
13168         Change page on PageUp/Down.
13169
13170 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13171
13172         * pdf/xpdf/pdf-document.cc
13173         (pdf_document_thumbnails_get_thumbnail): initial stab at
13174         implementing thumbnail support for pdfs.  It only does documents
13175         with precached pdfs now.
13176
13177 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13178
13179         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13180         thumbnail code into a time-based idle as well.  Also, turn off the
13181         shadow temporarily as it's really slow.
13182
13183 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * backend/ev-document.c: (ev_document_class_init):
13186         * pdf/xpdf/pdf-document.cc:
13187         * shell/ev-window.c: (ev_window_open):
13188
13189         Fix document title bugs and fallback to
13190         filename when not available.
13191
13192 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13193
13194         * backend/ev-document.c: (ev_document_get_type),
13195         (ev_document_class_init), (ev_document_load),
13196         (ev_document_get_title):
13197         * backend/ev-document.h:
13198         * pdf/xpdf/pdf-document.cc:
13199         * ps/ps-document.c: (ps_document_set_property),
13200         (ps_document_get_property), (ps_document_class_init),
13201         (document_load):
13202         * ps/ps-document.h:
13203         * ps/ps.h:
13204         * shell/ev-window.c: (update_window_title), (ev_window_open),
13205         (ev_window_init):
13206
13207         Initial support for document title. Not working yet.
13208
13209 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13210
13211         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13212
13213         Grab focus on the view when clicking it
13214
13215 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * shell/ev-marshal.list:
13218         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13219         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13220
13221         Add key bindings to the view. Now if the focus would work
13222         right...
13223
13224 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * Makefile.am:
13227         * backend/Makefile.am:
13228         * data/Makefile.am:
13229         * dvi/Makefile.am:
13230         * dvi/dvilib/Makefile.am:
13231         * pdf/xpdf/Makefile.am:
13232         * po/POTFILES.in:
13233         * ps/Makefile.am:
13234
13235         Fix distcheck
13236
13237 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * shell/ev-view.c: (ev_view_realize):
13240
13241         Fix mouse wheel scrolling
13242
13243 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13244
13245         * ps/Makefile.am:
13246         * ps/gstypes.h:
13247         * ps/gtkgs.c:
13248         * ps/gtkgs.h:
13249         * ps/ps-document.c: (catchPipe), (ps_document_init),
13250         (ps_document_class_init), (ps_document_cleanup),
13251         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13252         (set_up_page), (close_pipe), (is_interpreter_ready),
13253         (interpreter_failed), (output), (input), (start_interpreter),
13254         (stop_interpreter), (file_length), (file_readable),
13255         (check_filecompressed), (check_pdf), (compute_xdpi),
13256         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13257         (ps_document_get_type), (ps_document_emit_error_msg),
13258         (document_load), (ps_document_next_page),
13259         (ps_document_get_current_page), (ps_document_get_page_count),
13260         (ps_document_goto_page), (ps_document_set_page_size),
13261         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13262         (ps_document_load), (ps_document_get_n_pages),
13263         (ps_document_set_page), (ps_document_get_page),
13264         (ps_document_widget_event), (ps_document_set_target),
13265         (ps_document_set_scale), (ps_document_set_page_offset),
13266         (ps_document_get_page_size), (ps_document_render),
13267         (ps_document_document_iface_init):
13268         * ps/ps-document.h:
13269         * ps/ps.c:
13270         * shell/ev-window.c: (ev_window_open):
13271
13272         Rename GtkGS to PSDocument
13273
13274 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13275
13276         * ps/gtkgs.c: (gtk_gs_class_init):
13277         * ps/gtkgs.h:
13278
13279         Some more leftover...
13280
13281 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13282
13283         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13284         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13285         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13286         * ps/gtkgs.h:
13287
13288         Remove unused code and make a lot of stuff private
13289
13290 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13291
13292         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13293         (gtk_gs_defaults_changed):
13294         * ps/gsdefaults.h:
13295         * ps/gtkgs.c:
13296         * ps/gtkgs.h:
13297         * ps/ps.h:
13298
13299         Cleanup headers dependencies
13300
13301 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13302
13303         * ps/Makefile.am:
13304         * ps/ggvutils.c:
13305         * ps/ggvutils.h:
13306         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13307         * ps/gsdefaults.h:
13308         * ps/gtkgs.c: (file_length), (file_readable),
13309         (check_filecompressed), (check_pdf), (gtk_gs_load),
13310         (gtk_gs_get_postscript):
13311
13312         Get rid of ggvutils
13313
13314 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13315
13316         * ps/ggvutils.c:
13317         * ps/ggvutils.h:
13318         * ps/gsio.h:
13319         * ps/gtkgs.c: (gtk_gs_set_zoom):
13320
13321         Cleanups
13322
13323 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13324
13325         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13326
13327         Ensure the page is rerendered when changing zoom
13328
13329 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13330
13331         * backend/ev-document.c: (ev_document_base_init),
13332         (ev_document_changed):
13333         * backend/ev-document.h:
13334
13335         Add a changed event that is emitted when the page content
13336         changes. This is necessary to deal with the fact that
13337         in ps backend rendering happen asycrounously.
13338         This makes the ps backend mostly work.
13339
13340         * pdf/xpdf/pdf-document.cc:
13341
13342         Emit changed event
13343
13344         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13345         (ps_document_set_target):
13346
13347         Emit changed event
13348
13349         * shell/ev-view.c: (document_changed_callback),
13350         (ev_view_set_document), (ev_view_set_page):
13351
13352         Redraw on the changed signal
13353
13354 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13355
13356         * configure.ac: Added pt_BR to ALL_LINGUAS.
13357
13358 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13359
13360         * backend/ev-document-bookmarks.c:
13361         (ev_document_bookmarks_get_child): *
13362         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13363         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13364         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13365         (ev_sidebar_bookmarks_destroy),
13366         (ev_sidebar_bookmarks_class_init),
13367         (ev_sidebar_bookmarks_construct), (stack_data_free),
13368         (do_one_iteration), (populate_bookmarks_idle),
13369         (ev_sidebar_bookmarks_clear_document),
13370         (ev_sidebar_bookmarks_set_document): *
13371         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13372         (ev_sidebar_add_page),
13373         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13374         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13375         it displays both the topics and the page numbers.
13376
13377 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13378
13379         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13380         toggle.
13381         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13382         visible.
13383
13384 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13385
13386         * configure.ac: Added en_CA to ALL_LINGUAS.
13387
13388 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13389
13390         * ChangeLog: replace bottom of this ChangeLog (merged history of
13391         ggv and gpdf; where all paths were wrong and most of the files are
13392         not even in this tree) with ChangeLog (from arch) of the shell
13393         code.
13394
13395 2004-12-23  Havoc Pennington  <hp@redhat.com>
13396
13397         * shell/ev-window.c: hook up potentially-questionable "find
13398         results status text" feature - something involving the sidebar or
13399         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13400         might be better in the end.
13401
13402         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13403         with corresponding signal when it should be updated
13404
13405         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13406
13407 2004-12-22  Havoc Pennington  <hp@redhat.com>
13408
13409         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13410         find stuff on other pages, sort of (only returns one result on
13411         invisible pages, to show they have results; updates full results
13412         for a page when you view it). Currently repaints the current page
13413         every time a new result is found on any page, which isn't so nice.
13414
13415 2004-12-22  Havoc Pennington  <hp@redhat.com>
13416
13417         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13418         the document doesn't support find (better ideas?)
13419         (find_bar_search_changed_cb): handle missing document or document
13420         that doesn't support find
13421
13422         * pdf/xpdf/pdf-document.cc: port to implement the new
13423         EvDocumentFindIface
13424
13425         * backend/ev-document-find.c: create a new interface for searching
13426
13427         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13428
13429 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13430
13431         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13432         libevbackend.la.
13433
13434         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13435         EvPrintJob constructor arguments.
13436
13437         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13438         for documents that can export PostScript (page by page).
13439
13440         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13441         
13442         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13443         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13444         (pdf_document_ps_exporter_iface_init:
13445         Implement EvPSExporter.
13446
13447         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13448
13449 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13450
13451         * backend/Makefile.am:
13452         * backend/ev-document-thumbnails.c:
13453         (ev_document_thumbnails_get_type),
13454         (ev_document_thumbnails_get_thumbnail):
13455         * backend/ev-document-thumbnails.h:
13456         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13457         (pixbuf_document_thumbnails_get_thumbnail),
13458         (pixbuf_document_document_thumbnails_iface_init):
13459         * shell/Makefile.am:
13460         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13461         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13462         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13463         * shell/ev-sidebar-thumbnails.h:
13464         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13465         (ev_sidebar_set_document):
13466         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13467         (create_shadow), (ev_pixbuf_add_shadow):
13468         * shell/ev-utils.h:
13469         Add thumbnail support.
13470         
13471 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13472
13473         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13474         (using_postscript_printer): Set up a print dialog for "PostScript
13475         injection" method.
13476
13477         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13478         EvPrintJob.
13479
13480         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13481
13482 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13483
13484         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13485         (ps_document_set_target), (ps_document_get_page_size),
13486         (ps_document_render):
13487         * ps/gtkgs.h:
13488
13489         Fix a few bugs
13490
13491 2004-12-22  Christian Rose  <menthos@menthos.com>
13492
13493         * configure.ac: Added "sv" to ALL_LINGUAS.
13494
13495 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13496
13497         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13498         document supports bookmarks.
13499
13500 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * ps/ggvutils.c: (ggv_file_readable):
13503         * ps/ggvutils.h:
13504         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13505         (gtk_gs_get_postscript):
13506
13507         Remove unused utils
13508
13509 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13510
13511         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13512         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13513         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13514         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13515         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13516         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13517         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13518         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13519         (gtk_gs_set_antialiasing), (ps_document_load),
13520         (ps_document_render):
13521         * ps/gtkgs.h:
13522
13523         Another check point for the ps backend. Now I can get it to show
13524         pages!
13525
13526 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13527
13528         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13529         document setting code.
13530
13531 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13532
13533         * shell/eggfindbar.c: (entry_activate_callback):
13534         Animate the next button when activate is pressed.
13535         
13536 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13537
13538         * shell/ev-window.c: (ev_window_cmd_edit_find),
13539         (update_fullscreen_popup), (ev_window_fullscreen),
13540         (ev_window_unfullscreen), (ev_window_state_event_cb),
13541         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13542         Fix bugs in fullscreen code.
13543         
13544 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13545
13546         * Makefile.am:
13547         * configure.ac:
13548         * pixbuf/Makefile.am:
13549         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13550         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13551         (pixbuf_document_set_page), (pixbuf_document_get_page),
13552         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13553         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13554         (pixbuf_document_render), (pixbuf_document_begin_find),
13555         (pixbuf_document_end_find), (pixbuf_document_finalize),
13556         (pixbuf_document_class_init),
13557         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13558         * pixbuf/pixbuf-document.h:
13559         * shell/Makefile.am:
13560         * shell/ev-application.c: (ev_application_open):
13561         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13562         (ev_window_open):
13563         Add pixbuf backend.
13564         
13565 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13566
13567         * Makefile.am: 
13568         * dvi/dvilib/Makefile.am:
13569         * dvi/Makefile.am:
13570         * configure.ac: Auto*ify dvi and dvi/dvilib
13571
13572         * dvi/Makefile: Remove from CVS
13573         
13574         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13575         confusion.
13576
13577         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13578         
13579         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13580         
13581 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13582
13583         * ps/Makefile.am:
13584         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13585         (gtk_gs_value_adjustment_changed), (compute_size),
13586         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13587         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13588         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13589         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13590         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13591         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13592         (ps_document_load), (ps_document_get_n_pages),
13593         (ps_document_set_page), (ps_document_get_page),
13594         (ps_document_set_target), (ps_document_set_scale),
13595         (ps_document_set_page_offset), (ps_document_get_page_size),
13596         (ps_document_render), (ps_document_begin_find),
13597         (ps_document_end_find), (ps_document_document_iface_init):
13598         * ps/gtkgs.h:
13599         * shell/Makefile.am:
13600         * shell/ev-window.c: (ev_window_open):
13601
13602         Some work to integrate gtkgs with EvDocument
13603
13604 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13605
13606         * shell/ev-window.c: (update_fullscreen_popup),
13607         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13608         (exit_fullscreen_button_clicked_cb),
13609         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13610         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13611         (ev_window_state_event_cb), (ev_window_init):
13612         Add fullscreen support from Epiphany.
13613         
13614 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13615
13616         * data/ev-stock-zoom-fit-width.png: fit-width
13617         stock icon from gpdf.
13618         
13619         * shell/ev-stock-icons.[ch]: copied from gpdf.
13620         
13621         * shell/main.c: (main): init stock icons.
13622         
13623         * shell/ev-window.c: use the fit-width icon.
13624         
13625         * data/evince-ui.xml: add zooming toolbar items.
13626
13627 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13628
13629         * shell/ev-view.c: 
13630         (ev_view_best_fit), (ev_view_fit_width): because
13631         get_page_size() returns the scaled page size, we
13632         need to calculate the scale factor relative to
13633         the previous scale factor. Should really just
13634         add get_real_page_size().
13635
13636 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13637
13638         * shell/ev-view.[ch]:
13639         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13640         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13641         add zooming.
13642         
13643         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13644         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13645         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13646         hook it up.
13647         
13648         * pdf/xpdf/pdf-document.cc:
13649         (pdf_document_begin_find),
13650         (pdf_document_end_find): make static.
13651
13652 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13653
13654         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13655
13656         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13657         names to fontconfig patterns.
13658         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13659
13660         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13661         setupBaseFontsFc.
13662
13663 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13664
13665         * Makefile.am:
13666         * configure.ac:
13667         * ps/Makefile.am:
13668         * ps/ggvutils.c:
13669         * ps/ggvutils.h:
13670         * ps/gsdefaults.c:
13671         * ps/gsdefaults.h:
13672         * ps/gsio.c:
13673         * ps/gsio.h:
13674         * ps/gtkgs.c:
13675         * ps/gtkgs.h:
13676         * ps/ps.c:
13677         * ps/ps.h:
13678
13679         Import ggv backend. Not hooked up yet.
13680
13681 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13682
13683         * shell/main.c: (load_files), (main): load files
13684         from the command line.
13685
13686 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13687
13688         * configure.ac: don't require bonobo.
13689         
13690         * cut-n-paste/recent-files/*: kill bonobo recent
13691         view.
13692
13693         * shell/ev-window.c:
13694         (ev_window_is_empty): upd.
13695         (unable_to_load), (ev_window_open): load backend
13696         based on the mime type.
13697
13698 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13699
13700         * backend/.cvsignore: ignore generated marshalers source.
13701
13702         * shell/main.c (main): this is not epiphany.
13703
13704 2004-12-22  Havoc Pennington  <hp@redhat.com>
13705
13706         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13707         (expose_bin_window): draw find highlights
13708
13709         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13710         
13711         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13712         (pdf_document_end_find): implement this interface
13713
13714         * backend/ev-document.c (ev_document_found): add this to emit
13715         signal
13716
13717 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13718
13719         * data/evince-ui.xml: Add a few more toolbar items.
13720
13721         * shell/ev-window.c: Hook up page navigation toolbar 
13722         items.
13723
13724         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13725         a page-changed signal.
13726
13727         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13728         Add ev_document_get_page().
13729
13730         * shell/ev-window.c: Sensitize/desensitize navigation
13731         actions.
13732
13733 2004-12-21  Havoc Pennington  <hp@redhat.com>
13734
13735         * backend/ev-backend-marshal.c,
13736         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13737         marshaler-generator thingy. I'm sure there's a better way to do
13738         this in the modern world.
13739
13740         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13741         end_find methods and "found" signal.
13742
13743         * configure.ac: find glib-genmarshal
13744
13745 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13746
13747         * shell/ev-sidebar.c: Construct an actual sidebar.
13748         * shell/ev-sidebar-bookmarks.[ch]:
13749         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13750
13751 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13752
13753         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13754         Redo size handling.
13755         
13756         * shell/ev-view.c: Track the size from the document.
13757
13758 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13759
13760         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13761         constructor assumes ownership of the string passed in.
13762         
13763         * shell/ev-window.c (ev_window_open): Destroy the error
13764         dialog once we've displayed it.
13765
13766 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13767
13768         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13769         a bit, it works! (sort of)
13770
13771         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13772         Move to .cc since we need to use C++ in the implementation.
13773
13774         * shell/dummy.cc: Add a CC file to force evince
13775         to be linked as a C++ program.
13776
13777 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13778
13779         * shell/ev-view.[ch]: Start of content-area widget.
13780
13781         * shell/ev-window.c: Create a EvView, update it
13782         as we change documents.
13783
13784         * shell/Makefile.am shell/ev-marshal.list: Add
13785         generated marshalers.
13786
13787 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13788
13789         * Makefile.am (SUBDIRS): move shell.
13790
13791 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13792
13793         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13794         .a to libtool convenience libraries.
13795
13796         * shell/ev-window.c (ev_window_open): Hard code loading
13797         a PDF document.
13798         
13799         * backend/ev-document.h: Add a boolean return to load(),
13800         fix GError * to GError **.
13801
13802         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13803         object for a PDF backend EvDocument.
13804
13805 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13806
13807         * dvi/*: New directory with the beginning of a .dvi backend.
13808
13809 2004-12-21  Havoc Pennington  <hp@redhat.com>
13810
13811         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13812         previous/next instead of back/forward
13813
13814 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13815
13816         * backend/ev-document.[ch]: Fix a couple of problems so
13817         it compile.
13818
13819 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13820
13821         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13822         to backend/ directory, rename EvViewer to EvDocument.
13823
13824 2004-12-21  Havoc Pennington  <hp@redhat.com>
13825
13826         * shell/ev-window.c: hook up the find bar widget; now we just need
13827         a document to find things in
13828
13829         * shell/eggfindbar.c: a find bar widget
13830
13831 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13832
13833         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13834
13835 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13836
13837         * pdf/**: Import of xpdf code from gpdf. 
13838
13839         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13840
13841         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13842         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13843         Fix FreeType includes.
13844
13845         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13846         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13847         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13848         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13849         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13850         Include xpdfconfig.h
13851         
13852 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13853
13854         * shell/ev-window.c (ev_window_dispose): dispose can be called
13855         multiple times.
13856
13857 2004-12-21  Havoc Pennington  <hp@redhat.com>
13858
13859         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13860         rather than Evince
13861
13862         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13863         items; really they should be synced with the strings, etc. from
13864         current gpdf, but just getting the boring typing out of the way 
13865
13866 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13867
13868         * po/POTFILES.in:
13869         * shell/ev-application.c: (window_destroy_cb):
13870         * shell/ev-window.c:
13871         * shell/main.c: (main):
13872
13873         Actually show the window...
13874
13875 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13876
13877         * Makefile.am:
13878         * shell/Makefile.am:
13879         * shell/ev-application.c: (ev_application_class_init):
13880         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13881
13882         Make it build again
13883
13884 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13885
13886         Import to gnome cvs.
13887         
13888         * Remove copies of gpdf and ggv trees.
13889         * Rip out all the recursive configure code.
13890         * Remove bonobo machinery.
13891         * viewer/*: GInterfaces that backends should/can implement.
13892
13893 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13894
13895         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13896         typo
13897
13898 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13899
13900         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13901         (ev_application_finalize, ev_application_class_init)
13902         (ev_application_init): use GType instance private data for priv.
13903
13904         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13905         (ev_window_finalize, ev_window_class_init)
13906         (ev_window_init): ditto.
13907
13908 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13909
13910         * shell/ev-application.c (ev_application_new_window): make public
13911         (ev_application_show_initial_window): kill.
13912
13913         * shell/ev-application.h: update prototypes.
13914
13915         * shell/main.cc (main): inline ev_application_show_initial_window.
13916
13917 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13918
13919         * shell/ev-application.c (ev_application_new_window): impl.
13920         (ev_application_show_initial_window): use it.
13921         (is_window_empty, ev_application_get_empty_window): returns an
13922         existing empty window or a new one.
13923         (ev_application_open): from ev_window_cmd_file_open.
13924
13925         * shell/ev-application.h: update prototypes
13926
13927         * shell/ev-window.c (ev_window_is_empty): impl.
13928         (ev_window_open): make public.
13929         (ev_window_cmd_file_open): use ev_application_open
13930
13931         * shell/ev-window.h: update prototypes, remove unused.
13932
13933 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13934
13935         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13936         move destroy handler out of here...
13937
13938         * shell/ev-application.c, shell/ev-application.h: ...into this new
13939         class. Also handles initial window creation.
13940
13941         * shell/main.cc (main): use EvApplication to create initial
13942         window.
13943
13944 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13945
13946         * Makefile.am (SUBDIRS): add cut-n-paste
13947
13948         * cut-n-paste/Makefile.am: add
13949
13950         * configure.ac: generate Makefiles in cut-n-paste
13951
13952 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13953
13954         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13955         (ev_window_class_init): install ev_window_dispose.
13956
13957 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13958
13959         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13960         char (gchar looks stupid).
13961
13962 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13963
13964         * po/de.po: updated German translation.
13965
13966 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13967
13968         * configure.ac: add more pkg-config library checks for gnome-vfs,
13969         bonobo etc.
13970
13971         * gpdf/configure.in: temporarily disable libpaper
13972         checks. Otherwise I'd have to add the checks for the shell, too.
13973
13974 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13975
13976         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13977         and * file filters to the file choose.
13978
13979 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13980
13981         * po/de.po: Updated German translation.
13982
13983 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13984
13985         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13986
13987 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13988
13989         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13990
13991         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13992         (ev_window_init): implement those menuitems.
13993
13994 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13995
13996         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13997
13998         * shell/ev-window.c (ev_window_init): use the toolbar.
13999
14000 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14001
14002         * shell/ev-window.c (ev_window_init): use menu translations
14003
14004 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14005
14006         * configure.ac: add "de" to ALL_LINGUAS.
14007
14008         * po/de.po: add German translation.
14009
14010 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14011
14012         * Makefile.am (SUBDIRS): add po
14013
14014         * configure.ac: check intltool, glib-gettext etc, generate
14015         po/Makefile.in
14016
14017         * po, po/POTFILES.in, po/POTFILES.skip: new.
14018
14019 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14020
14021         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14022         already use (#ifdef ENABLE_NLS)
14023
14024         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14025         pointer indirection thinko.
14026
14027         * shell/main.c: include gi18n.h for bindtextdomain etc.
14028
14029 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14030
14031         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14032         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14033         tooltips for menu items in the statusbar.
14034
14035 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14036
14037         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14038         pkgdatadir drop UIDIR
14039
14040 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14041
14042         * data/evince-ui.xml: Add File->Open menu item
14043
14044         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14045         chooser), hook it up in the ui manager.
14046
14047 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14048
14049         * shell/ev-window.c: fix Help->About tooltip.
14050
14051 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14052
14053         * configure.ac: set CFLAGS for libevprivate.
14054
14055         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14056         definitions, factory etc.
14057
14058         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14059
14060         * shell/Makefile.am: link against libevprivate.a.
14061
14062         * shell/ev-window.c (entries): add stock icon to Help->About.
14063
14064         * shell/main.c (main): init stock icon code.
14065
14066 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14067
14068         * lib/recent-files: egg recent files code
14069
14070         * lib/Makefile.am: add.
14071
14072         * Makefile.am: add lib subdir.
14073
14074         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14075         set CFLAGS for recent-files.
14076
14077 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14078
14079         * configure.ac: disable -ansi and -pedantic gcc flags. They
14080         disable POSIX stuff in stdio.h, but egg-recent uses them.
14081
14082 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14083
14084         * configure.ac: add --disable-deprecated flag (defaults to on in
14085         "cvs" builds).
14086
14087         * shell/Makefile.am (INCLUDES): use it.
14088
14089 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14090
14091         * shell/main.c: add missing #include.
14092
14093         * shell/ev-window.c: fix for pedantic gcc.
14094         (ev_window_cmd_help_about): split license into paragraphs for
14095         translators and pedantic compilers.
14096
14097 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14098
14099         * configure.ac: add more warning flags if compiling with gcc from
14100         cvs (or explicitly requested with --enable-more-warnings).
14101
14102 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14103
14104         * data/evince-ui.xml: add File and File->Close menu.
14105
14106         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14107         (ev_window_destroy): quit after destroy.
14108         (ev_window_class_init): override GtkObject::destroy.
14109         (entries): install close_window callback.
14110
14111 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14112
14113         * Makefile.am (SUBDIRS): add data subdir.
14114
14115         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14116         gtk+ 2.5.0 for GtkAboutDialog.
14117
14118         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14119         main window.
14120
14121         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14122
14123         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14124         manager.
14125         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14126
14127 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14128
14129         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14130
14131 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14132
14133         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14134
14135 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14136
14137         * shell/*: Added shell directory boilerplate, build it.
14138
14139 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14140
14141         * configure.ac, Makefile.am: Added top-level configure.ac and
14142         Makefile.am